@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit UI01";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:focus-visible {
  color: inherit;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.product-center-page a:focus-visible,
.shared-video-modal__close:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: "Outfit", "Microsoft YaHei", Arial, sans-serif;
  background: #000;
}

.product-center-page {
  --pc-motion-fast: 180ms;
  --pc-motion: 320ms;
  --pc-motion-slow: 620ms;
  --pc-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  /* Category tile overlays sampled from hero background art (50% opacity) */
  --pc-category-overlay-unselected: 59, 86, 101; /* #3B5665 — Portable Bidet wall blue-grey */
  --pc-category-overlay-selected: 226, 88, 34; /* #E25822 — Gas Detector fire orange-red */
  --pc-category-overlay-opacity: 0.5;
  --pc-category-label-unselected: #ffffff;
  --pc-category-label-selected: #ff9a36;
  width: 100%;
  background: #000;
  color: #fff;
}

.product-center-page .pc-section-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #ee7700;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-center-page .pc-catalog__subheading {
  margin: 12px 0 0;
}

.product-center-page .pc-bottom-cta p.pc-bottom-cta__subtitle {
  margin-top: 10px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.product-center-page .pc-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.product-center-page .pc-section {
  position: relative;
}

.product-center-page .pc-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color var(--pc-motion-fast) var(--pc-motion-ease),
    box-shadow var(--pc-motion) var(--pc-motion-ease),
    color var(--pc-motion-fast) var(--pc-motion-ease),
    transform var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-action img {
  flex: 0 0 auto;
  inline-size: 51px;
  block-size: auto;
  aspect-ratio: 1;
  transition: transform var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-action--outline {
  padding: 8px 32px 8px 16px;
  border: 3px solid #ee7700;
  color: #ee7700;
  font-size: 24px;
}

.product-center-page .pc-action--light {
  gap: 28px;
  padding: 10px 28px 6px 14px;
  border: 2px solid #ee7700;
  color: #ee7700;
  font-size: 24px;
}

.product-center-page .pc-action--light img {
  inline-size: 40px;
}

.product-center-page .pc-action--solid {
  padding: 12px 12px 12px 28px;
  background: linear-gradient(90deg, #ff950f 0%, #ff3b28 100%);
  color: #fff;
  font-size: 24px;
}

.product-center-page .pc-action--solid i {
  display: inline-grid;
  place-items: center;
  inline-size: 42px;
  block-size: 42px;
  border-radius: 50%;
  background: #fff;
  color: #ee7700;
  font-size: 18px;
}

.product-center-page .pc-action--white {
  padding: 10px 34px 10px 18px;
  background: #fff;
  color: #ee7700;
  font-size: 32px;
}

.product-center-page .pc-hero {
  background: #000;
}

.product-center-page .pc-hero__intro {
  padding: 100px 24px 84px;
  text-align: center;
}

.product-center-page .pc-hero h1 {
  display: inline-block;
  font-family: "Outfit UI01", "Outfit", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(90deg, #ff9b14 0%, #ff352d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.product-center-page .pc-hero p {
  margin-top: 32px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0;
}

.product-center-page .pc-category-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #000;
}

.product-center-page .pc-category-strip.is-carousel {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.product-center-page .pc-category-strip__track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.product-center-page .pc-category-strip.is-carousel .pc-category-strip__slide {
  flex: 0 0 auto;
  max-width: none;
  box-sizing: border-box;
}

/* In static grid mode the tile must fill its grid cell. Without an explicit
   width the <a> collapses to its image content (210px). Force width:100% so
   the three tiles stretch across the full strip width. */
.product-center-page .pc-category-strip:not(.is-carousel) > a.pc-category-strip__tile {
  width: 100%;
  display: block;
}

.product-center-page .pc-category-strip__nav {
  position: absolute;
  top: 50%;
  inset-inline: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  transform: translateY(-50%);
  padding-inline: 16px;
  z-index: 4;
}

.product-center-page .pc-category-strip__nav button {
  pointer-events: auto;
  inline-size: 44px;
  block-size: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(238, 119, 0, 0.92);
  color: #fff;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: background-color var(--pc-motion-fast) var(--pc-motion-ease), transform var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-category-strip__nav button:hover,
.product-center-page .pc-category-strip__nav button:focus-visible {
  background: #ee7700;
  outline: none;
}

.product-center-page .pc-category-strip__nav button:disabled,
.product-center-page .pc-category-strip__nav button.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.product-center-page .pc-category-strip__nav i {
  font-size: 18px;
  color: #fff;
}

.product-center-page .pc-category-tile {
  position: relative;
  display: block;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.product-center-page .pc-category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(var(--pc-category-overlay-unselected), var(--pc-category-overlay-opacity));
  transition: background-color var(--pc-motion) var(--pc-motion-ease);
}

.product-center-page .pc-category-tile__bg {
  width: 100%;
  height: auto;
  transition: transform var(--pc-motion-slow) var(--pc-motion-ease);
}

.product-center-page .pc-category-tile__label {
  position: absolute;
  left: 51px;
  top: 44%;
  z-index: 3;
  color: var(--pc-category-label-unselected);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transition:
    color var(--pc-motion-fast) var(--pc-motion-ease),
    transform var(--pc-motion) var(--pc-motion-ease);
}

.product-center-page .pc-category-tile--bidet .pc-category-tile__label {
  left: 56px;
  top: 44%;
}

.product-center-page .pc-category-tile--gas .pc-category-tile__label {
  left: 46px;
  top: 44%;
}

.product-center-page .pc-category-tile--mosquito .pc-category-tile__label {
  left: 51px;
  top: 44%;
}

.product-center-page .pc-category-tile--electric-body-dryer .pc-category-tile__label {
  left: 51px;
  top: 44%;
}

.product-center-page .pc-category-tile:hover .pc-category-tile__label,
.product-center-page .pc-category-tile.is-active .pc-category-tile__label {
  top: auto;
  bottom: 16%;
}

.product-center-page .pc-category-tile.is-active::after {
  background-color: rgba(var(--pc-category-overlay-selected), var(--pc-category-overlay-opacity));
}

.product-center-page .pc-category-tile.is-active .pc-category-tile__label {
  color: var(--pc-category-label-selected);
  transform: translateX(4px);
}

.product-center-page .pc-category-tile__product {
  position: absolute;
  z-index: 2;
  height: auto;
  transition: transform var(--pc-motion-slow) var(--pc-motion-ease);
}

.product-center-page .pc-category-tile__product--bidet {
  right: 6.7%;
  bottom: 0;
  width: 27.7%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.product-center-page .pc-category-tile__product--mosquito {
  right: 3.4%;
  bottom: 1px;
  width: 40%;
}

/* Electric Body Dryer currently uses an opaque scene image rather than a
   transparent product cutout. Treat it as a full-card media layer and keep
   the colour overlay above it so hover cannot expose a mismatched edge. */
.product-center-page .pc-category-tile--electric-body-dryer::after {
  z-index: 2;
}

.product-center-page .pc-category-tile--electric-body-dryer .pc-category-tile__product {
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-center-page .pc-feature {
  background: #000;
  padding: 147px 0 135px;
}

.product-center-page .pc-feature::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 11px;
  background: #2c2c2c;
  pointer-events: none;
}

.product-center-page .pc-feature__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 649px minmax(0, 1fr);
  align-items: center;
  gap: 168px;
  padding-left: 16px;
  padding-right: 16px;
}

.product-center-page .pc-feature__media {
  position: relative;
}

.product-center-page .pc-feature__media > img {
  width: 100%;
  height: auto;
}

.product-center-page .pc-feature__copy {
  padding-top: 16px;
  padding-bottom: 9px;
}

.product-center-page .pc-feature__play {
  position: absolute;
  left: 34px;
  bottom: 25px;
  display: grid;
  place-items: center;
  inline-size: 66px;
  block-size: 66px;
  border-radius: 50%;
  background: #d1781e;
}

.product-center-page .pc-feature__play i {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #fff;
  margin-left: 4px;
}

.product-center-page .pc-feature__copy h2 {
  color: #fff;
  font-family: "Outfit UI01", "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0;
}

.product-center-page .pc-feature__summary {
  margin-top: 32px;
  max-width: 743px;
  color: #d9d9d9;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.product-center-page .pc-feature__bullets {
  margin-top: 45px;
  padding-left: 0;
  list-style: none;
}

.product-center-page .pc-feature__bullets li {
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
}

.product-center-page .pc-feature__bullets li + li {
  margin-top: 26px;
}

.product-center-page .pc-feature__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  inline-size: 11px;
  block-size: 11px;
  border-radius: 50%;
  background: #ee7700;
}

.product-center-page .pc-feature__certs {
  margin-top: 48px;
  width: 100%;
  max-width: 516px;
  height: auto;
}

.product-center-page .pc-feature .pc-action {
  margin-top: 56px;
}

.product-center-page .pc-feature .pc-action--outline {
  gap: 25px;
  padding: 12px 33px 10px 23px;
  border: 2px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(90deg, #ffac60, #ff3c29) border-box;
}

.product-center-page .pc-feature .pc-action--outline img {
  inline-size: 40px;
}

.product-center-page .pc-feature__arc {
  position: absolute;
  right: 0;
  bottom: 11px;
  width: 22.4%;
  height: auto;
  pointer-events: none;
}

.product-center-page .pc-catalog {
  background: #f5f1ee;
  color: #000;
  padding: 118px 0 97px;
}

.product-center-page .pc-catalog > .pc-container {
  max-width: 1656px;
  padding-right: 31px;
}

.product-center-page .pc-catalog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.product-center-page .pc-catalog__head h2 {
  color: #000;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.product-center-page .pc-catalog__layout {
  display: grid;
  grid-template-columns: 21% 1fr;
  gap: 4.5%;
  align-items: start;
  margin-top: 94px;
}

.product-center-page .pc-filter__search {
  position: relative;
  display: block;
}

.product-center-page .pc-filter__search input {
  width: 100%;
  border: 1px solid #7c7c7c;
  border-radius: 8px;
  background: transparent;
  color: #383838;
  font: 400 20px / 1 "Outfit", Arial, sans-serif;
  letter-spacing: 0;
  padding: 15px 54px 17px 15px;
  outline: 0;
  transition:
    border-color var(--pc-motion-fast) var(--pc-motion-ease),
    box-shadow var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-filter__search input::placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.product-center-page .pc-filter__search i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #111;
  font-size: 30px;
}

.product-center-page .pc-filter__search button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.product-center-page .pc-filter__search button i {
  position: static;
  transform: none;
}

.product-center-page .pc-filter__heading.is-active {
  color: #ee7700;
}

.product-center-page .pc-filter__nav {
  margin-top: 33px;
}

.product-center-page .pc-filter__heading,
.product-center-page .pc-filter__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #8f8b88;
  color: #383838;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transition:
    color var(--pc-motion-fast) var(--pc-motion-ease),
    transform var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-filter__heading {
  padding: 32px 0 22px 4px;
}

.product-center-page .pc-filter__row {
  padding: 30px 0 28px 4px;
}

.product-center-page .pc-filter__label {
  flex: 1 1 auto;
  min-width: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}

.product-center-page .pc-filter__label.is-active,
.product-center-page .pc-filter__row.is-active {
  color: #ee7700;
}

.product-center-page .pc-filter__row.is-open {
  padding-bottom: 26px;
}

.product-center-page .pc-filter__mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  inline-size: 22px;
  block-size: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #ee7700;
  color: #383838;
  font: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  transition:
    background-color var(--pc-motion-fast) var(--pc-motion-ease),
    color var(--pc-motion-fast) var(--pc-motion-ease),
    transform var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-filter__mark {
  background: #fff;
}

.product-center-page .pc-filter__row.is-open .pc-filter__mark {
  background: #ee7700;
}

.product-center-page .pc-filter__sub {
  padding: 0 0 30px;
}

.product-center-page .pc-filter__sub a {
  display: block;
  padding-left: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transition:
    color var(--pc-motion-fast) var(--pc-motion-ease),
    transform var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-filter__sub a + a {
  margin-top: 25px;
}

.product-center-page .pc-filter__sub a.is-active,
.product-center-page .pc-filter__sub a.is-active:link,
.product-center-page .pc-filter__sub a.is-active:visited,
.product-center-page .pc-filter__sub a.is-active:active,
.product-center-page .pc-filter__sub a.is-active:hover,
.product-center-page .pc-filter__sub a.is-active:focus-visible,
.product-center-page .pc-filter__label.is-active,
.product-center-page .pc-filter__label.is-active:link,
.product-center-page .pc-filter__label.is-active:visited,
.product-center-page .pc-filter__label.is-active:active,
.product-center-page .pc-filter__label.is-active:hover,
.product-center-page .pc-filter__label.is-active:focus-visible,
.product-center-page .pc-filter__row.is-active,
.product-center-page .pc-filter__row.is-active:link,
.product-center-page .pc-filter__row.is-active:visited,
.product-center-page .pc-filter__row.is-active:active,
.product-center-page .pc-filter__row.is-active:hover,
.product-center-page .pc-filter__row.is-active:focus-visible {
  color: #ee7700;
}

.product-center-page .pc-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
  row-gap: 86px;
  align-items: stretch;
}

.product-center-page .pc-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  color: #383838;
  transition: transform var(--pc-motion) var(--pc-motion-ease);
}

.product-center-page .pc-product-card__media {
  flex: 0 0 auto;
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 382 / 381;
  padding: 10px 0 0 6px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 rgba(53, 39, 31, 0);
  transition: box-shadow var(--pc-motion) var(--pc-motion-ease);
}

.product-center-page .pc-product-card__brand {
  position: absolute;
  left: 20px;
  top: 20px;
  inline-size: 83px;
  height: auto;
  z-index: 2;
}

.product-center-page .pc-product-card__image {
  width: 100%;
  max-width: 310px;
  height: auto;
  transition: transform var(--pc-motion-slow) var(--pc-motion-ease);
}

.product-center-page .pc-product-card__title {
  display: block;
  flex: 0 0 auto;
  min-height: 50px;
  margin-top: 34px;
  padding: 0 13px 0 15px;
  color: #383838;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
  transition: color var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-product-card__specs {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: auto;
  min-height: 131px;
  padding-left: 15px;
  padding-right: 13px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d9d2cd;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  transition: border-color var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-product-card__specs span {
  display: block;
  position: relative;
  padding-left: 12px;
}

.product-center-page .pc-product-card__specs span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  inline-size: 4px;
  block-size: 4px;
  border-radius: 50%;
  background: #ee7700;
}

.product-center-page .pc-product-card:not(:has(.pc-product-card__specs)) .pc-product-card__title {
  flex: 1 1 auto;
  margin-top: 34px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d9d2cd;
}

.product-center-page .pc-pagination__container {
  display: block;
}

.product-center-page .pc-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74.5%;
  padding-right: 76px;
  gap: 28px;
  margin: 105px 0 0 auto;
  color: #97a29c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.product-center-page .pc-pagination a,
.product-center-page .pc-pagination .is-active {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  transition:
    background-color var(--pc-motion-fast) var(--pc-motion-ease),
    color var(--pc-motion-fast) var(--pc-motion-ease),
    transform var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-pagination i {
  color: #ee7700;
  font-size: 18px;
  transition: transform var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-pagination .is-active {
  inline-size: 32px;
  block-size: 32px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.product-center-page .pc-workshop {
  background: #2c2c2c;
  color: #fff;
  padding: 115px 0 154px;
}

.product-center-page .pc-workshop__top {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.product-center-page .pc-workshop__mark {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: none;
}

.product-center-page .pc-workshop h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.product-center-page .pc-workshop__tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 74px;
}

.product-center-page .pc-workshop__tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 17px 22px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transition:
    background-color var(--pc-motion-fast) var(--pc-motion-ease),
    border-color var(--pc-motion-fast) var(--pc-motion-ease),
    color var(--pc-motion-fast) var(--pc-motion-ease),
    transform var(--pc-motion-fast) var(--pc-motion-ease);
}

.product-center-page .pc-workshop__tabs a.is-active {
  border-color: #ee7700;
  background: #ee7700;
  font-weight: 500;
}

.product-center-page .pc-workshop__carousel {
  margin-top: 114px;
  overflow: hidden;
}

.product-center-page .pc-workshop__panel[hidden] {
  display: none;
}

.product-center-page .pc-workshop-swiper {
  width: 100%;
  overflow: hidden;
}

.product-center-page .pc-workshop__slide {
  width: 100%;
  aspect-ratio: 514 / 330;
}

.product-center-page .pc-workshop__slide img {
  width: 100%;
  height: auto;
  transition:
    opacity var(--pc-motion) var(--pc-motion-ease),
    transform var(--pc-motion-slow) var(--pc-motion-ease);
}

.product-center-page .pc-faq {
  background: #f5f1ee;
  color: #000;
  padding: 162px 0 141px;
}

.product-center-page .pc-faq__inner {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 24px;
  align-items: start;
  max-width: 1664px;
  padding-left: 31px;
  padding-right: 0;
}

.product-center-page .pc-faq__side h2 {
  color: #000;
  font-size: 82px;
  font-weight: 400;
  line-height: 99px;
  letter-spacing: 0;
}

.product-center-page .pc-faq__side .pc-action {
  gap: 26px;
  margin-top: 78px;
  padding-left: 20px;
}

.product-center-page .pc-faq__list {
  margin-top: 31px;
}

/* FAQ accordion — reuse shared-contact variant (right column, light section) */
.product-center-page .pc-faq .junj-faq__heading {
  display: none;
}

.product-center-page .pc-faq .shared-contact__faq-list {
  margin-top: 0;
  border-top: 1px solid #9b9998;
}

.product-center-page .pc-faq .shared-contact__faq-item {
  border-bottom-color: #9b9998;
}

.product-center-page .pc-faq .shared-contact__faq-question,
.product-center-page .pc-faq .shared-contact__faq-question:link,
.product-center-page .pc-faq .shared-contact__faq-question:visited,
.product-center-page .pc-faq .shared-contact__faq-question:active {
  color: #000;
}

.product-center-page .pc-faq .shared-contact__faq-symbol {
  color: #ee7700;
}

.product-center-page .pc-faq .shared-contact__faq-answer {
  color: #666462;
}

@media (hover: hover) and (pointer: fine) {
  .product-center-page .pc-faq .shared-contact__faq-question:hover {
    color: #ee7700;
  }
}

.product-center-page .pc-faq .shared-contact__faq-question:focus-visible {
  color: #ee7700;
}

.product-center-page .pc-bottom-cta {
  background: linear-gradient(90deg, #ff412c 0%, #ff980d 100%);
  color: #fff;
}

.product-center-page .pc-bottom-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1680px;
  padding-right: 40px;
  padding-left: 0;
  padding-top: 29px;
  padding-bottom: 28px;
}

.product-center-page .pc-bottom-cta__inner .pc-action--white {
  gap: 28px;
  padding: 16px 35px 16px 25px;
}

.product-center-page .pc-bottom-cta p {
  padding-top: 2px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.shared-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.shared-video-modal.is-open {
  display: flex;
}

.shared-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.shared-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  background: #000;
}

.shared-video-modal__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.shared-video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
}

.video-modal-open,
.video-modal-open body {
  overflow: hidden;
}

@media (max-width: 1663px) {
  .product-center-page .pc-workshop__mark {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1440px) {
  .product-center-page .pc-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .product-center-page .pc-hero__intro {
    padding: 72px 28px 64px;
  }

  .product-center-page .pc-hero h1 {
    font-size: 96px;
  }

  .product-center-page .pc-hero p {
    margin-top: 24px;
    font-size: 22px;
    line-height: 34px;
  }

  .product-center-page .pc-category-tile__label {
    font-size: 30px;
  }

  .product-center-page .pc-feature__inner,
  .product-center-page .pc-catalog__layout,
  .product-center-page .pc-faq__inner {
    gap: 40px;
  }

  .product-center-page .pc-catalog > .pc-container {
    max-width: none;
    padding-right: 28px;
  }

  .product-center-page .pc-catalog__head h2,
  .product-center-page .pc-faq__side h2 {
    font-size: 72px;
    line-height: 1.05;
  }

  .product-center-page .pc-catalog__layout {
    grid-template-columns: 24% minmax(0, 1fr);
    gap: 32px;
    margin-top: 72px;
  }

  .product-center-page .pc-products {
    row-gap: 72px;
  }

  .product-center-page .pc-pagination {
    margin-top: 80px;
    padding-right: 0;
    width: 100%;
  }

  .product-center-page .pc-workshop {
    padding: 88px 0 108px;
  }

  .product-center-page .pc-workshop h2 {
    font-size: 80px;
  }

  .product-center-page .pc-faq__side .pc-action {
    margin-top: 56px;
  }

  .product-center-page .pc-bottom-cta p {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .product-center-page .pc-hero__intro,
  .product-center-page .pc-feature,
  .product-center-page .pc-catalog,
  .product-center-page .pc-workshop,
  .product-center-page .pc-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .product-center-page .pc-hero h1 {
    font-size: 64px;
  }

  .product-center-page .pc-hero p {
    font-size: 20px;
    line-height: 30px;
  }

  .product-center-page .pc-category-strip,
  .product-center-page .pc-feature__inner,
  .product-center-page .pc-catalog__layout,
  .product-center-page .pc-faq__inner {
    grid-template-columns: 1fr;
  }

  .product-center-page .pc-category-strip.is-carousel .pc-category-strip__slide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-center-page .pc-category-strip__nav {
    display: none;
  }

  .product-center-page .pc-pagination {
    width: 100%;
    padding-right: 0;
  }

  .product-center-page .pc-catalog__head,
  .product-center-page .pc-bottom-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-center-page .pc-bottom-cta__inner .pc-action--white {
    gap: 14px;
    padding: 10px 34px 10px 18px;
  }

  .product-center-page .pc-catalog__head h2,
  .product-center-page .pc-faq__side h2,
  .product-center-page .pc-workshop h2 {
    font-size: 56px;
    line-height: 1.12;
  }

  .product-center-page .pc-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-center-page .pc-workshop__tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-center-page .pc-workshop__carousel {
    margin-top: 64px;
  }

  .product-center-page .pc-faq__side .pc-action {
    margin-top: 36px;
  }

  .product-center-page .pc-faq__list {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .product-center-page .pc-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-center-page .pc-hero__intro,
  .product-center-page .pc-feature,
  .product-center-page .pc-catalog,
  .product-center-page .pc-workshop,
  .product-center-page .pc-faq {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .product-center-page .pc-hero h1 {
    font-size: 48px;
  }

  .product-center-page .pc-hero p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .product-center-page .pc-category-tile__label {
    font-size: 26px;
  }

  .product-center-page .pc-feature__copy h2,
  .product-center-page .pc-catalog__head h2,
  .product-center-page .pc-faq__side h2,
  .product-center-page .pc-workshop h2 {
    font-size: 42px;
  }

  .product-center-page .pc-products,
  .product-center-page .pc-workshop__tabs {
    grid-template-columns: 1fr;
  }

  .product-center-page .pc-action--white {
    font-size: 24px;
  }

  .product-center-page .pc-faq .shared-contact__faq-question {
    font-size: 22px;
    line-height: 26px;
  }

  .product-center-page .pc-pagination {
    flex-wrap: wrap;
    gap: 18px;
  }

  .product-center-page .pc-hero__intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-center-page .pc-action--outline,
  .product-center-page .pc-action--light {
    padding-right: 18px;
  }

  .product-center-page .pc-action--solid {
    padding-left: 18px;
  }

  .product-center-page .pc-action--white {
    padding-right: 18px;
  }

  .product-center-page .pc-bottom-cta__inner .pc-action--white {
    padding-right: 18px;
  }

  .product-center-page .pc-workshop__tabs a {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .product-center-page .pc-faq__inner {
    grid-template-columns: 31% minmax(0, 1fr);
    gap: 32px;
    padding-right: 28px;
  }

  .product-center-page .pc-faq__side h2 {
    font-size: 56px;
    line-height: 1.1;
  }

  .product-center-page .pc-faq__side .pc-action {
    margin-top: 48px;
    font-size: 18px;
  }

  .product-center-page .pc-bottom-cta p {
    font-size: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1140px) {
  .product-center-page .pc-catalog__layout {
    grid-template-columns: 26% minmax(0, 1fr);
    gap: 32px;
  }

  .product-center-page .pc-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 64px;
  }
}

@media (min-width: 853px) and (max-width: 1108px) {
  .product-center-page .pc-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-center-page .pc-hero__intro,
  .product-center-page .pc-feature,
  .product-center-page .pc-catalog,
  .product-center-page .pc-workshop,
  .product-center-page .pc-faq {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .product-center-page .pc-hero h1 {
    font-size: 48px;
  }

  .product-center-page .pc-category-tile__label {
    font-size: 24px;
  }

  .product-center-page .pc-category-tile--bidet .pc-category-tile__label,
  .product-center-page .pc-category-tile--mosquito .pc-category-tile__label {
    left: 32px;
  }

  .product-center-page .pc-category-tile--gas .pc-category-tile__label {
    left: 32px;
  }

  .product-center-page .pc-category-strip,
  .product-center-page .pc-feature__inner,
  .product-center-page .pc-catalog__layout,
  .product-center-page .pc-faq__inner {
    grid-template-columns: 1fr;
  }

  .product-center-page .pc-category-strip.is-carousel .pc-category-strip__slide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-center-page .pc-category-strip__nav {
    display: none;
  }

  .product-center-page .pc-feature__inner {
    gap: 32px;
  }

  .product-center-page .pc-feature__media {
    width: 100%;
    max-width: 649px;
    margin-right: auto;
    margin-left: auto;
  }

  .product-center-page .pc-catalog__head h2,
  .product-center-page .pc-faq__side h2,
  .product-center-page .pc-workshop h2 {
    font-size: 42px;
  }

  .product-center-page .pc-catalog__head,
  .product-center-page .pc-bottom-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-center-page .pc-products,
  .product-center-page .pc-workshop__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-center-page .pc-pagination {
    width: 100%;
    padding-right: 0;
  }

  .product-center-page .pc-workshop__top,
  .product-center-page .pc-faq__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-center-page .pc-faq__side .pc-action {
    margin-top: 36px;
  }

  .product-center-page .pc-faq__list {
    margin-top: 0;
  }

  .product-center-page .pc-bottom-cta p {
    font-size: 28px;
  }
}

@media (max-width: 852px) {
  .product-center-page .pc-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-center-page .pc-hero__intro,
  .product-center-page .pc-feature,
  .product-center-page .pc-catalog,
  .product-center-page .pc-workshop,
  .product-center-page .pc-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-center-page .pc-hero__intro {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-center-page .pc-hero h1,
  .product-center-page .pc-feature__copy h2,
  .product-center-page .pc-catalog__head h2,
  .product-center-page .pc-workshop h2,
  .product-center-page .pc-faq__side h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .product-center-page .pc-hero p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .product-center-page .pc-category-tile__label {
    font-size: 18px;
  }

  .product-center-page .pc-category-tile--bidet .pc-category-tile__label,
  .product-center-page .pc-category-tile--mosquito .pc-category-tile__label {
    left: 24px;
  }

  .product-center-page .pc-category-tile--gas .pc-category-tile__label {
    left: 24px;
  }

  .product-center-page .pc-feature__inner {
    gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-center-page .pc-feature__media {
    width: 100%;
    max-width: 649px;
    margin-right: auto;
    margin-left: auto;
  }

  .product-center-page .pc-feature__copy {
    min-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-center-page .pc-feature__play {
    left: 16px;
    bottom: 16px;
    inline-size: 48px;
    block-size: 48px;
  }

  .product-center-page .pc-feature__play i {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }

  .product-center-page .pc-feature__summary {
    margin-top: 16px;
    max-width: none;
    font-size: 14px;
    line-height: 20px;
    overflow-wrap: anywhere;
  }

  .product-center-page .pc-feature__bullets {
    margin-top: 24px;
  }

  .product-center-page .pc-feature__bullets li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow-wrap: anywhere;
  }

  .product-center-page .pc-feature__bullets li + li {
    margin-top: 12px;
  }

  .product-center-page .pc-feature__bullets li::before {
    inline-size: 8px;
    block-size: 8px;
  }

  .product-center-page .pc-feature__certs {
    margin-top: 24px;
  }

  .product-center-page .pc-feature .pc-action {
    margin-top: 28px;
  }

  .product-center-page .pc-action {
    gap: 10px;
    min-height: 44px;
    box-sizing: border-box;
  }

  .product-center-page .pc-action img,
  .product-center-page .pc-action--light img,
  .product-center-page .pc-feature .pc-action--outline img {
    inline-size: 32px;
  }

  .product-center-page .pc-action--outline,
  .product-center-page .pc-action--light,
  .product-center-page .pc-action--solid,
  .product-center-page .pc-action--white {
    font-size: 16px;
  }

  .product-center-page .pc-action--outline,
  .product-center-page .pc-action--light {
    padding: 8px 18px 8px 10px;
  }

  .product-center-page .pc-action--solid {
    padding: 8px 8px 8px 16px;
  }

  .product-center-page .pc-action--solid i {
    inline-size: 32px;
    block-size: 32px;
    font-size: 14px;
  }

  .product-center-page .pc-action--white,
  .product-center-page .pc-bottom-cta__inner .pc-action--white {
    padding: 8px 18px 8px 10px;
  }

  .product-center-page .pc-catalog__head {
    gap: 14px;
  }

  .product-center-page .pc-catalog__layout {
    gap: 24px;
    margin-top: 28px;
  }

  .product-center-page .pc-filter__search input {
    min-height: 44px;
    padding: 10px 48px 10px 12px;
    font-size: 16px;
    box-sizing: border-box;
  }

  .product-center-page .pc-filter__search button {
    inline-size: 44px;
    block-size: 44px;
    right: 4px;
  }

  .product-center-page .pc-filter__search i {
    right: 12px;
    font-size: 22px;
  }

  .product-center-page .pc-filter__nav {
    margin-top: 20px;
  }

  .product-center-page .pc-filter__heading,
  .product-center-page .pc-filter__row {
    min-width: 0;
    gap: 16px;
    font-size: 16px;
  }

  .product-center-page .pc-filter__heading {
    min-height: 44px;
    padding: 10px 0;
  }

  .product-center-page .pc-filter__row,
  .product-center-page .pc-filter__row.is-open {
    min-height: 44px;
    padding: 10px 0;
  }

  .product-center-page .pc-filter__mark {
    inline-size: 20px;
    block-size: 20px;
    font-size: 18px;
  }

  .product-center-page .pc-filter__sub {
    padding-bottom: 20px;
  }

  .product-center-page .pc-filter__sub a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 8px 10px 0;
    font-size: 14px;
    line-height: 1.25;
  }

  .product-center-page .pc-filter__sub a + a {
    margin-top: 4px;
  }

  .product-center-page .pc-products {
    min-width: 0;
    column-gap: 16px;
    row-gap: 36px;
  }

  .product-center-page .pc-product-card {
    min-width: 0;
  }

  .product-center-page .pc-product-card__media {
    padding: 8px 0 0;
  }

  .product-center-page .pc-product-card__brand {
    left: 12px;
    top: 12px;
    inline-size: 64px;
  }

  .product-center-page .pc-product-card__image {
    max-width: 240px;
  }

  .product-center-page .pc-product-card__title {
    margin-top: 16px;
    min-height: 42px;
    padding: 0 4px;
    font-size: 16px;
    line-height: 21px;
    overflow-wrap: anywhere;
  }

  .product-center-page .pc-product-card__specs {
    margin-top: 10px;
    min-height: 100px;
    padding-right: 4px;
    padding-bottom: 20px;
    padding-left: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .product-center-page .pc-product-card:not(:has(.pc-product-card__specs)) .pc-product-card__title {
    margin-top: 16px;
    padding-bottom: 20px;
  }

  .product-center-page .pc-product-card__specs span {
    padding-left: 10px;
    overflow-wrap: anywhere;
  }

  .product-center-page .pc-pagination {
    gap: 12px;
    margin-top: 48px;
    padding-right: 0;
    font-size: 16px;
  }

  .product-center-page .pc-pagination a,
  .product-center-page .pc-pagination .is-active {
    min-width: 44px;
    min-height: 44px;
  }

  .product-center-page .pc-pagination .is-active {
    inline-size: 44px;
    block-size: 44px;
  }

  .product-center-page .pc-workshop__top,
  .product-center-page .pc-faq__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-center-page .pc-workshop__tabs {
    gap: 10px;
    margin-top: 24px;
  }

  .product-center-page .pc-workshop__tabs a {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    text-align: center;
  }

  .product-center-page .pc-workshop__carousel {
    margin-top: 32px;
  }

  .product-center-page .pc-faq__side .pc-action {
    margin-top: 20px;
  }

  .product-center-page .pc-faq .shared-contact__faq-question {
    gap: 16px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .product-center-page .pc-faq .shared-contact__faq-symbol {
    font-size: 22px;
  }

  .product-center-page .pc-faq .shared-contact__faq-answer {
    padding-right: 16px;
    font-size: 14px;
    line-height: 21px;
    overflow-wrap: anywhere;
  }

  .product-center-page .pc-bottom-cta__inner {
    gap: 16px;
    padding: 24px 20px;
  }

  .product-center-page .pc-bottom-cta p {
    padding-top: 0;
    font-size: 18px;
    line-height: 23px;
    overflow-wrap: anywhere;
  }

  .shared-video-modal {
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 852px) {
  .product-center-page .pc-products,
  .product-center-page .pc-workshop__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .product-center-page .pc-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-center-page .pc-hero__intro,
  .product-center-page .pc-feature,
  .product-center-page .pc-catalog,
  .product-center-page .pc-workshop,
  .product-center-page .pc-faq {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .product-center-page .pc-hero__intro {
    padding-right: 16px;
    padding-left: 16px;
  }

  .product-center-page .pc-category-tile__label {
    font-size: 16px;
  }

  .product-center-page .pc-feature__inner,
  .product-center-page .pc-workshop__top,
  .product-center-page .pc-faq__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-center-page .pc-feature__inner {
    gap: 20px;
  }

  .product-center-page .pc-products,
  .product-center-page .pc-workshop__tabs {
    grid-template-columns: 1fr;
  }

  .product-center-page .pc-products {
    row-gap: 28px;
  }

  .product-center-page .pc-workshop__tabs a {
    min-height: 44px;
  }

  .product-center-page .pc-pagination {
    gap: 10px;
    margin-top: 40px;
  }

  .product-center-page .pc-bottom-cta__inner {
    padding: 20px 16px;
  }
}

@media (min-width: 450px) and (max-width: 575px) {
  .product-center-page .pc-products,
  .product-center-page .pc-workshop__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 389px) {
  .product-center-page .pc-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-center-page .pc-hero__intro,
  .product-center-page .pc-feature,
  .product-center-page .pc-catalog,
  .product-center-page .pc-workshop,
  .product-center-page .pc-faq {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .product-center-page .pc-hero__intro {
    padding-right: 12px;
    padding-left: 12px;
  }

  .product-center-page .pc-category-tile__label {
    font-size: 14px;
  }

  .product-center-page .pc-category-tile--bidet .pc-category-tile__label,
  .product-center-page .pc-category-tile--gas .pc-category-tile__label,
  .product-center-page .pc-category-tile--mosquito .pc-category-tile__label {
    left: 16px;
  }

  .product-center-page .pc-feature__inner,
  .product-center-page .pc-workshop__top,
  .product-center-page .pc-faq__inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-center-page .pc-action img,
  .product-center-page .pc-action--light img,
  .product-center-page .pc-feature .pc-action--outline img {
    inline-size: 28px;
  }

  .product-center-page .pc-action--outline,
  .product-center-page .pc-action--light,
  .product-center-page .pc-action--solid,
  .product-center-page .pc-action--white {
    font-size: 14px;
  }

  .product-center-page .pc-filter__heading,
  .product-center-page .pc-filter__row {
    font-size: 14px;
  }

  .product-center-page .pc-product-card__brand {
    inline-size: 56px;
  }

  .product-center-page .pc-product-card__title {
    font-size: 15px;
    line-height: 20px;
  }

  .product-center-page .pc-pagination {
    gap: 8px;
    font-size: 14px;
  }

  .product-center-page .pc-workshop__tabs a {
    font-size: 14px;
  }

  .product-center-page .pc-faq .shared-contact__faq-question {
    font-size: 14px;
    line-height: 20px;
  }

  .product-center-page .pc-bottom-cta p {
    font-size: 16px;
    line-height: 21px;
  }

  .product-center-page .pc-bottom-cta__inner {
    padding: 18px 12px;
  }

  .shared-video-modal {
    padding: 12px;
  }
}

/* Product Center interaction layer: scoped states, motion, and accessible focus feedback. */
.product-center-page a,
.product-center-page a:link,
.product-center-page a:visited,
.product-center-page a:active {
  -webkit-tap-highlight-color: transparent;
}

.product-center-page a:focus,
.product-center-page a:focus-visible {
  outline: 0;
  box-shadow: none;
}

.product-center-page .pc-category-tile:link,
.product-center-page .pc-category-tile:visited,
.product-center-page .pc-category-tile:active,
.product-center-page .pc-workshop__tabs a:link,
.product-center-page .pc-workshop__tabs a:visited,
.product-center-page .pc-workshop__tabs a:active {
  color: #ffffff;
}

.product-center-page .pc-product-card:link,
.product-center-page .pc-product-card:visited,
.product-center-page .pc-product-card:active,
.product-center-page .pc-filter__heading:link,
.product-center-page .pc-filter__heading:visited,
.product-center-page .pc-filter__heading:active,
.product-center-page .pc-filter__row:link,
.product-center-page .pc-filter__row:visited,
.product-center-page .pc-filter__row:active,
.product-center-page .pc-filter__label:link,
.product-center-page .pc-filter__label:visited,
.product-center-page .pc-filter__label:active {
  color: #383838;
}

.product-center-page .pc-filter__sub a:link,
.product-center-page .pc-filter__sub a:visited,
.product-center-page .pc-filter__sub a:active {
  color: #000000;
}

.product-center-page .pc-filter__sub a.is-active,
.product-center-page .pc-filter__sub a.is-active:link,
.product-center-page .pc-filter__sub a.is-active:visited,
.product-center-page .pc-filter__sub a.is-active:active,
.product-center-page .pc-filter__sub a.is-active:hover,
.product-center-page .pc-filter__sub a.is-active:focus-visible,
.product-center-page .pc-filter__label.is-active,
.product-center-page .pc-filter__label.is-active:link,
.product-center-page .pc-filter__label.is-active:visited,
.product-center-page .pc-filter__label.is-active:active,
.product-center-page .pc-filter__label.is-active:hover,
.product-center-page .pc-filter__label.is-active:focus-visible,
.product-center-page .pc-filter__row.is-active,
.product-center-page .pc-filter__row.is-active:link,
.product-center-page .pc-filter__row.is-active:visited,
.product-center-page .pc-filter__row.is-active:active,
.product-center-page .pc-filter__row.is-active:hover,
.product-center-page .pc-filter__row.is-active:focus-visible {
  color: #ee7700;
}

.product-center-page .pc-filter__search input:focus-visible {
  border-color: #ee7700;
  box-shadow: 0 0 0 3px rgba(238, 119, 0, 0.18);
}

.product-center-page .pc-category-tile:focus-visible::after {
  background-color: rgba(var(--pc-category-overlay-selected), var(--pc-category-overlay-opacity));
}

.product-center-page .pc-category-tile:focus-visible .pc-category-tile__label {
  color: var(--pc-category-label-selected);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.product-center-page .pc-product-card:focus-visible .pc-product-card__title,
.product-center-page .pc-filter__heading:focus-visible,
.product-center-page .pc-filter__label:focus-visible,
.product-center-page .pc-filter__row:focus-visible,
.product-center-page .pc-filter__mark:focus-visible,
.product-center-page .pc-filter__sub a:focus-visible,
.product-center-page .pc-faq .shared-contact__faq-question:focus-visible {
  color: #ee7700;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.product-center-page .pc-action:focus-visible,
.product-center-page .pc-workshop__tabs a:focus-visible,
.product-center-page .pc-pagination a:focus-visible {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: translateY(-2px);
}

.product-center-page .pc-product-card:focus-visible .pc-product-card__media {
  box-shadow: 0 8px 20px rgba(53, 39, 31, 0.08);
}

.product-center-page .pc-product-card:focus-visible .pc-product-card__image {
  transform: scale(1.035);
}

.product-center-page .pc-workshop-swiper .swiper-slide {
  opacity: 0.68;
  transition: opacity var(--pc-motion) var(--pc-motion-ease);
}

.product-center-page .pc-workshop-swiper .swiper-slide-active {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .product-center-page .pc-action:hover {
    box-shadow: 0 10px 24px rgba(238, 119, 0, 0.2);
    transform: translateY(-2px);
  }

  .product-center-page .pc-action:hover img,
  .product-center-page .pc-action:hover i {
    transform: translateX(3px);
  }

  .product-center-page .pc-category-tile:hover::after {
    background-color: rgba(var(--pc-category-overlay-selected), var(--pc-category-overlay-opacity));
  }

  .product-center-page .pc-category-tile:hover .pc-category-tile__bg {
    transform: scale(1.025);
  }

  .product-center-page .pc-category-tile:hover .pc-category-tile__product {
    transform: scale(1.025);
  }

  .product-center-page .pc-category-tile--electric-body-dryer:hover .pc-category-tile__product {
    transform: none;
  }

  .product-center-page .pc-category-tile:hover .pc-category-tile__label {
    color: var(--pc-category-label-selected);
    transform: translateX(4px);
  }

  .product-center-page .pc-filter__heading:hover,
  .product-center-page .pc-filter__label:hover,
  .product-center-page .pc-filter__row:hover,
  .product-center-page .pc-filter__sub a:not(.is-active):hover {
    color: #ee7700;
    transform: translateX(3px);
  }

  .product-center-page .pc-filter__row:hover .pc-filter__mark,
  .product-center-page .pc-filter__label:hover + .pc-filter__mark {
    background-color: #ee7700;
    transform: rotate(90deg);
  }

  .product-center-page .pc-product-card:hover {
    transform: translateY(-5px);
  }

  .product-center-page .pc-product-card:hover .pc-product-card__media {
    box-shadow: 0 8px 20px rgba(53, 39, 31, 0.08);
  }

  .product-center-page .pc-product-card:hover .pc-product-card__image {
    transform: scale(1.04);
  }

  .product-center-page .pc-product-card:hover .pc-product-card__title {
    color: #ee7700;
  }

  .product-center-page .pc-product-card:hover .pc-product-card__specs {
    border-bottom-color: #ee7700;
  }

  .product-center-page .pc-pagination a:not(.is-active):hover {
    background-color: rgba(238, 119, 0, 0.14);
    color: #111111;
    transform: translateY(-2px);
  }

  .product-center-page .pc-pagination a:first-child:hover i {
    transform: translateX(-3px);
  }

  .product-center-page .pc-pagination a:last-child:hover i {
    transform: translateX(3px);
  }

  .product-center-page .pc-workshop__tabs a:not(.is-active):hover {
    border-color: #ee7700;
    color: #ff9a36;
    transform: translateY(-2px);
  }

  .product-center-page .pc-workshop-swiper .swiper-slide:hover {
    opacity: 1;
  }

  .product-center-page .pc-workshop-swiper .swiper-slide:hover img {
    transform: scale(1.02);
  }
}

.product-center-page .pc-action:active,
.product-center-page .pc-product-card:active,
.product-center-page .pc-pagination a:active,
.product-center-page .pc-workshop__tabs a:active {
  transform: translateY(1px);
}

.product-center-page.pc-motion-js .pc-motion-target {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity var(--pc-motion-slow) var(--pc-motion-ease),
    transform var(--pc-motion-slow) var(--pc-motion-ease);
}

.product-center-page.pc-motion-js .pc-motion-target.is-motion-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .product-center-page .pc-action,
  .product-center-page .pc-action img,
  .product-center-page .pc-category-tile::after,
  .product-center-page .pc-category-tile__bg,
  .product-center-page .pc-category-tile__label,
  .product-center-page .pc-category-tile__product,
  .product-center-page .pc-filter__search input,
  .product-center-page .pc-filter__heading,
  .product-center-page .pc-filter__row,
  .product-center-page .pc-filter__mark,
  .product-center-page .pc-filter__sub a,
  .product-center-page .pc-product-card,
  .product-center-page .pc-product-card__media,
  .product-center-page .pc-product-card__image,
  .product-center-page .pc-product-card__title,
  .product-center-page .pc-product-card__specs,
  .product-center-page .pc-pagination a,
  .product-center-page .pc-pagination i,
  .product-center-page .pc-workshop__tabs a,
  .product-center-page .pc-workshop-swiper .swiper-slide,
  .product-center-page .pc-workshop__slide img,
  .product-center-page.pc-motion-js .pc-motion-target {
    transition: none;
  }

  .product-center-page.pc-motion-js .pc-motion-target {
    opacity: 1;
    transform: none;
  }
}
