html body .premium-hero-content {
  box-sizing: border-box !important;
  padding-left: clamp(28px, 4.2vw, 56px) !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html body .premium-hero h1 {
  max-width: 560px !important;
}

@media (min-width: 1100px) {
  html body .premium-hero-content {
    padding-left: clamp(10px, 2vw, 28px) !important;
  }
}

@media (max-width: 920px) {
  html body .premium-hero-content {
    width: min(100%, 560px) !important;
    padding-left: clamp(28px, 5vw, 42px) !important;
    padding-right: 22px !important;
  }

  html body .premium-hero h1 {
    max-width: 500px !important;
    font-size: clamp(48px, 11vw, 74px) !important;
    line-height: 0.92 !important;
  }

  html body .hero-subtitle {
    max-width: 470px !important;
  }
}

@media (max-width: 640px) {
  html body .premium-hero-content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  html body .premium-hero h1 {
    max-width: 360px !important;
    font-size: clamp(42px, 14vw, 58px) !important;
  }

  html body .hero-subtitle {
    max-width: 330px !important;
  }
}

.flooring-product-card {
  grid-column: 1 / -1;
}

.flooring-product-card .featured-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: #fffaf1;
}

.flooring-product-card .featured-product-media img {
  width: 100%;
  height: auto;
  min-height: 0 !important;
  max-height: none;
  object-fit: contain !important;
  object-position: center !important;
}

.flooring-price {
  gap: 8px;
}

.flooring-price em {
  color: #6f675b;
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.featured-price strong,
.product-price strong,
.price-stack strong {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: #b90f1d;
  font-size: clamp(31px, 3.1vw, 52px);
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1;
}

.featured-price span,
.product-price,
.original-price {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 650;
  letter-spacing: 0.01em;
}

.featured-price s,
.original-price s {
  color: #8d8376;
  text-decoration-thickness: 1px;
}

.flooring-price strong {
  display: block;
  max-width: 720px;
  color: #b90f1d;
}

.flooring-price span {
  color: #776d61;
}

.product-category-grid-two {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.product-category-grid-two .category-card img {
  width: 100%;
  height: auto !important;
  max-height: 340px;
  object-fit: contain !important;
  aspect-ratio: auto !important;
  filter: none !important;
  transform: none !important;
  image-rendering: auto;
  background: #fffaf4;
}

.official-product-grid {
  align-items: stretch;
}

.official-product-card .featured-product-media {
  background: #fffaf4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  min-height: 0;
}

.official-product-card .product-image-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.official-product-card .featured-product-media img {
  width: 100%;
  height: auto !important;
  max-width: var(--product-image-max, 520px);
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fffaf4;
  filter: none !important;
  transform: none !important;
  image-rendering: auto;
  backface-visibility: visible;
}

.product-rk01 {
  --product-image-max: 395px;
}

.product-rk04 {
  --product-image-max: 512px;
}

.product-flooring-12mm {
  --product-image-max: 544px;
}

.product-flooring-7mm {
  --product-image-max: 349px;
}

.official-product-card .feature-list {
  columns: 1;
}

.red-model-tag {
  display: inline-block;
  width: max-content;
  padding: 7px 13px;
  background: #b90f1d;
  color: #fff !important;
  border-radius: 2px;
  letter-spacing: 0.08em !important;
}

.promo-product-card img {
  width: 100%;
  height: auto !important;
  max-width: 180px;
  object-fit: contain !important;
  background: #fffaf4;
  filter: none !important;
  transform: none !important;
  image-rendering: auto;
}

@media (max-width: 760px) {
  .product-category-grid-two {
    grid-template-columns: 1fr !important;
  }

  .official-product-card .featured-product-media {
    min-height: 0;
  }

  .official-product-card .featured-product-media img {
    max-width: min(100%, var(--product-image-max, 520px));
  }
}

@media (max-width: 760px) {
  html body .premium-nav-toggle,
  html body .nav-toggle.premium-nav-toggle {
    display: flex !important;
    width: 46px !important;
    height: 42px !important;
    padding: 9px 10px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    background: rgba(10, 6, 6, 0.34) !important;
    color: #fff !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28) !important;
  }

  html body .premium-nav-toggle span,
  html body .nav-toggle.premium-nav-toggle span {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    min-height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 999px !important;
    opacity: 1 !important;
  }

  html body .premium-nav.open,
  html body .nav.premium-nav.open {
    display: flex !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 18px !important;
    right: 18px !important;
    z-index: 50 !important;
    padding: 19px 22px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    background: rgba(255, 250, 241, 0.97) !important;
    border: 1px solid rgba(123, 17, 22, 0.22) !important;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32) !important;
    backdrop-filter: blur(12px) !important;
  }

  html body .premium-nav.open a,
  html body .nav.premium-nav.open a {
    display: block !important;
    width: 100% !important;
    color: #7b1116 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.25 !important;
    text-shadow: none !important;
  }

  html body .premium-nav.open a:focus-visible,
  html body .nav.premium-nav.open a:focus-visible,
  html body .premium-nav.open a:hover,
  html body .nav.premium-nav.open a:hover {
    color: #b58a42 !important;
    outline: none !important;
  }
}

.premium-footer .footer-main > div:nth-child(2) a {
  display: none !important;
}

.premium-footer .footer-main > div:nth-child(2)::after {
  content: "RK01 Frameless Sliding Shower Door\A RK04 Single Sliding Shower Door\A 12mm Rigid Core Vinyl Plank Flooring\A 7.0mm Rigid Core Vinyl Plank Flooring";
  display: block;
  white-space: pre-line;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.9;
}
