.rtl-mode-switch,
.header-switch-wrapper,
.switcher-list {
  display: none !important;
}

[class^="icon-rt"]::before,
[class*=" icon-rt"]::before,
.rtsb-icon::before {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-weight: 700;
  line-height: 1;
}

.icon-rt-search-2::before,
.icon-rt-search::before { content: "\1F50D" !important; }
.icon-rt-user::before,
.icon-rt-user-2::before { content: "\263A" !important; }
.icon-rt-grid-two::before,
.icon-rt-grid-three::before,
.icon-rt-grid-four::before { content: "\25A6" !important; }
.icon-rt-hart::before,
.rtsb-icon-heart-empty::before,
.rtsb-icon-heart::before { content: "\2661" !important; }
.icon-rt-cart-2::before,
.icon-rt-cart::before { content: "\25F4" !important; }
.icon-rt-shuffle::before,
.rtsb-icon-exchange::before { content: "\21C4" !important; }
.icon-rt-map::before { content: "\25CE" !important; }
.icon-rt-phone-call::before,
.icon-rt-phone::before { content: "\260E" !important; }
.icon-rt-email::before,
.icon-rt-mail::before { content: "\2709" !important; }
.icon-rt-development-service::before { content: "\2726" !important; }
.icon-rt-next::before,
.icon-rt-angle-right::before { content: "\203A" !important; }
.icon-rt-prev::before,
.icon-rt-angle-left::before { content: "\2039" !important; }
.icon-rt-corner-left-up::before { content: "\2191" !important; }
.icon-rt-eye::before,
.rtsb-icon-eye::before { content: "\25C9" !important; }
.rtsb-icon-check::before,
.icon-rt-check-3::before { content: "\2713" !important; }
.icon-rt-facebook::before,
.icon-rt-facebook-1::before { content: "f" !important; }
.icon-rt-twitter::before,
.icon-rt-twitter-1::before { content: "x" !important; }
.icon-rt-instagram-1::before { content: "ig" !important; font-size: .75em; }
.icon-rt-pinterest-1::before { content: "p" !important; }

.Goldarin-navigation .menu-item-33,
.offcanvas-navigation .menu-item-33,
.Goldarin-navigation .menu-item-26,
.offcanvas-navigation .menu-item-26,
.Goldarin-navigation .menu-item-34,
.offcanvas-navigation .menu-item-34 {
  display: none !important;
}

.Goldarin-navigation .menu-item-32 > .dropdown-menu,
.offcanvas-navigation .menu-item-32 > .dropdown-menu,
.Goldarin-navigation .menu-item-2178 > .dropdown-menu,
.offcanvas-navigation .menu-item-2178 > .dropdown-menu,
.Goldarin-navigation .menu-item-32 > a > .caret,
.offcanvas-navigation .menu-item-32 > a > .caret,
.Goldarin-navigation .menu-item-2178 > a > .caret,
.offcanvas-navigation .menu-item-2178 > a > .caret {
  display: none !important;
}

.Goldarin-navigation .menu-item-32,
.offcanvas-navigation .menu-item-32 {
  pointer-events: auto;
}

.Goldarin-navigation .menu-item-32 > a,
.offcanvas-navigation .menu-item-32 > a {
  cursor: pointer;
}

.rt-search-popup,
.rt-user-login,
.rt-shop-page,
.header-compare-icon,
.header-wishlist-icon,
.rt-cart-float-inner,
.rtsb-action-buttons,
.rtsb-wishlist,
.rtsb-compare,
.rtsb-quick-view,
.cart-icon-area,
.cart-drawer,
.drawer-overlay,
#photoswipe-fullscreen-dialog,
.widget_shopping_cart_live_region {
  display: none !important;
}

.product-price,
.price-wrapper,
.price,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol,
.amount {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.section-anchor,
#categories,
#new-arrivals,
#featured,
#offers,
#about,
#contact {
  scroll-margin-top: 120px;
}

.Goldarin-navigation,
.header-desktop .menu-icon-wrapper,
.header-mobile .menu-icon-action,
.offcanvas-navigation {
  display: none !important;
}

.production-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 30px);
  flex: 1;
  min-width: 0;
}

.production-navigation a {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 12px 0;
  position: relative;
}

.production-navigation a:first-child {
  color: var(--rt-primary-color, #6b704f);
}

.production-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--rt-primary-color, #6b704f);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.production-navigation a:hover,
.production-navigation a:focus {
  color: var(--rt-primary-color, #6b704f);
}

.production-navigation a:hover::after,
.production-navigation a:focus::after {
  transform: scaleX(1);
}

.header-desktop .navigation-menu-wrap {
  justify-content: space-between;
  gap: 48px;
  min-height: 76px;
  padding: 0 36px;
}

.header-desktop .main-header-section .rt-container,
.header-desktop .header-container {
  max-width: 1614px;
}

.header-desktop .site-branding {
  flex: 0 0 180px;
  min-width: 180px;
}

.site-branding .site-logo {
  display: inline-flex;
  align-items: center;
}

.site-branding .site-logo img {
  width: 142px !important;
  max-width: 142px !important;
  height: auto !important;
  object-fit: contain;
}

.header-desktop .site-branding .site-logo img {
  width: 150px !important;
  max-width: 150px !important;
}

@media (max-width: 1199px) {
  .header-desktop .navigation-menu-wrap {
    gap: 28px;
    padding: 0 24px;
  }

  .header-desktop .site-branding {
    flex-basis: 150px;
    min-width: 150px;
  }

  .header-desktop .site-branding .site-logo img {
    width: 132px !important;
    max-width: 132px !important;
  }

  .production-navigation {
    gap: 20px;
  }

  .production-navigation a {
    font-size: 14px;
  }
}

.header-mobile .navigation-menu-wrap {
  justify-content: center;
  gap: 18px;
}

.production-navigation-mobile {
  flex: 0 1 100%;
  order: 3;
  gap: 16px;
  overflow-x: auto;
  justify-content: flex-start;
  padding: 8px 2px 0;
  scrollbar-width: none;
}

.production-navigation-mobile::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .header-mobile .navigation-menu-wrap {
    align-items: center;
  }

  .production-navigation-mobile a {
    font-size: 13px;
    padding: 8px 0;
  }
}

@media (max-width: 575px) {
  .production-navigation-mobile {
    gap: 14px;
  }

  .production-navigation-mobile a {
    font-size: 12px;
  }
}

body,
#page,
.site,
.site-header,
.header-desktop,
.header-mobile,
.main-header-section,
.site-header .rt-container,
.site-header .header-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.site-header {
  top: 0 !important;
}

.header-desktop .main-header-section,
.header-mobile .main-header-section,
.header-desktop .header-container,
.header-mobile .header-container {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .site-header,
  .header-mobile,
  .header-mobile .main-header-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

body {
  background: #fffaf7 !important;
  color: #241b18;
}

img {
  max-width: 100%;
}

.elementor-section,
.elementor-container {
  overflow: hidden;
}

.elementor-widget-image img,
.rt-product-block img,
.rtsb-product-img img,
.rtsb-notifications-item-avatar img,
.woocommerce img,
img.wp-post-image {
  background: #fff;
  border-radius: 8px;
  object-fit: cover;
}

.rt-product-block,
.rtsb-product,
.product,
.woocommerce ul.products li.product {
  background: #fff !important;
  border: 1px solid rgba(36, 27, 24, .08) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 34px rgba(36, 27, 24, .07) !important;
  overflow: hidden;
}

.rt-product-block img,
.rtsb-product-img img,
.woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  width: 100% !important;
  height: auto !important;
}

.woocommerce-loop-product__title,
.product-title,
.rtsb-product-title,
.rtsb-product-title a {
  color: #241b18 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.elementor-button,
.rtsb-button,
.woocommerce a.button,
.woocommerce button.button {
  background: #8c4a3e !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.elementor-button:hover,
.rtsb-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #6f3a31 !important;
}

.site-header,
.main-header-section {
  background: rgba(255, 250, 247, .96) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(36, 27, 24, .08);
}

.rtsb-notifications {
  display: none !important;
}

@media (max-width: 767px) {
  .elementor-widget-heading .elementor-heading-title {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .rt-product-block,
  .rtsb-product,
  .product,
  .woocommerce ul.products li.product {
    box-shadow: 0 8px 22px rgba(36, 27, 24, .06) !important;
  }
}

.elementor,
.elementor-section,
.elementor-section-wrap,
.site-main,
#primary,
#content {
  width: 100% !important;
  max-width: none !important;
}

.rt-container,
.elementor-container,
.elementor-section.elementor-section-boxed > .elementor-container {
  width: min(100% - 64px, 1440px) !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-column,
.elementor-widget-wrap {
  min-width: 0;
}

.elementor-top-section {
  padding-top: clamp(56px, 6vw, 96px) !important;
  padding-bottom: clamp(56px, 6vw, 96px) !important;
}

.elementor-top-section:first-of-type {
  min-height: 560px;
  display: flex;
  align-items: center;
  background: #eef1ea !important;
}

.elementor-top-section:first-of-type .elementor-container {
  min-height: 480px;
  align-items: center;
}

.elementor-top-section:first-of-type .elementor-widget-heading .elementor-heading-title {
  font-size: clamp(44px, 5vw, 82px) !important;
  line-height: .95 !important;
  letter-spacing: 0 !important;
  max-width: 720px;
}

.elementor-top-section:first-of-type .elementor-widget-text-editor,
.elementor-top-section:first-of-type p {
  font-size: clamp(16px, 1.2vw, 20px) !important;
  line-height: 1.6 !important;
  max-width: 560px;
}

.elementor-top-section:first-of-type .elementor-widget-image img {
  width: min(48vw, 620px) !important;
  max-height: 620px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  box-shadow: none !important;
}

.elementor-widget-heading {
  margin-bottom: 18px !important;
}

.elementor-widget-heading .elementor-heading-title {
  letter-spacing: 0 !important;
}

.rtsb-product-default,
.rtsb-products,
.woocommerce ul.products,
.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 24px !important;
}

.rtsb-products .rtsb-product,
.woocommerce ul.products li.product,
.product {
  width: auto !important;
  margin: 0 !important;
}

.rtsb-product-img,
.product-thumb,
.woocommerce ul.products li.product a img {
  background: #fff !important;
}

.rtsb-product-img img,
.woocommerce ul.products li.product img,
.rt-product-block img,
.product img {
  display: block;
  width: 100% !important;
  height: 310px !important;
  object-fit: contain !important;
  padding: 18px;
}

.rtsb-product-content,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-content {
  padding: 16px 18px 20px !important;
}

.rtsb-category-slider,
.rtsb-category-wrapper,
.category-slider-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
  gap: 22px !important;
}

.rtsb-category-slider img,
.rtsb-category-wrapper img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
  height: auto !important;
}

.swiper-wrapper {
  align-items: stretch !important;
}

.swiper-slide {
  width: auto !important;
}

.rtsb-slider-btn,
.swiper-button-prev,
.swiper-button-next,
.slick-arrow {
  display: none !important;
}

.elementor-widget-image img[src="#"],
img[src="#"],
img[src=""] {
  display: none !important;
}

.footer-top,
.site-footer .footer-top {
  background: #6b704f !important;
}

.site-footer,
.footer-bottom {
  background: #111 !important;
}

@media (min-width: 1200px) {
  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20% !important;
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25% !important;
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333% !important;
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .rt-container,
  .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: min(100% - 28px, 100%) !important;
  }

  .elementor-top-section {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .elementor-top-section:first-of-type {
    min-height: auto;
  }

  .rtsb-product-default,
  .rtsb-products,
  .woocommerce ul.products,
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .rtsb-product-img img,
  .woocommerce ul.products li.product img,
  .rt-product-block img,
  .product img {
    height: 190px !important;
    padding: 10px;
  }
}

.blusho-page {
  --ink: #201714;
  --muted: #766e66;
  --cream: #fffaf7;
  --sage: #68724e;
  --rose: #9b5147;
  --line: rgba(32, 23, 20, .1);
  margin: 0;
  background: var(--cream) !important;
  color: var(--ink);
  font-family: "League Spartan", Arial, sans-serif;
}

.blusho-page * {
  box-sizing: border-box;
}

.blusho-page a {
  color: inherit;
  text-decoration: none;
}

.blusho-page {
  --page-container: 1320px;
  --page-gutter: clamp(18px, 4vw, 48px);
  --container-pad: clamp(18px, 3vw, 42px);
}

.blusho-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 82px;
  background: rgba(255, 250, 247, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.blusho-header-inner {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  min-height: 82px;
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

.blusho-header .brand img {
  width: 174px;
  height: auto;
  display: block;
}

.blusho-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 42px);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.blusho-header nav a {
  padding: 12px 0;
}

.blusho-header nav a.active {
  color: var(--rose);
}

.header-cta,
.primary-btn,
.secondary-btn,
.inquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 800;
}

.header-cta,
.primary-btn {
  background: var(--rose);
  color: #fff !important;
}

.whatsapp-link {
  position: relative;
}

.whatsapp-link::before {
  content: "";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  border-radius: 50%;
  background: #25d366;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2325D366' d='M16.04 3C8.86 3 3.03 8.82 3.03 15.98c0 2.29.6 4.53 1.74 6.5L3 29l6.68-1.75a12.94 12.94 0 0 0 6.36 1.62h.01c7.17 0 13-5.82 13-12.99C29.05 8.82 23.22 3 16.04 3Z'/%3E%3Cpath fill='%23fff' d='M23.62 19.42c-.42-.21-2.49-1.23-2.88-1.37-.39-.14-.67-.21-.96.21-.28.42-1.1 1.37-1.35 1.65-.25.28-.5.32-.92.11-.42-.21-1.78-.66-3.39-2.1-1.25-1.12-2.1-2.5-2.35-2.92-.25-.42-.03-.65.19-.86.2-.19.42-.5.64-.74.21-.25.28-.42.42-.7.14-.28.07-.53-.04-.74-.11-.21-.96-2.31-1.32-3.17-.35-.83-.7-.72-.96-.73h-.82c-.28 0-.74.11-1.13.53-.39.42-1.49 1.46-1.49 3.56s1.53 4.13 1.74 4.41c.21.28 3.01 4.6 7.3 6.45 1.02.44 1.82.7 2.44.9 1.03.33 1.96.28 2.7.17.82-.12 2.49-1.02 2.84-2 .35-.98.35-1.82.25-2-.11-.17-.39-.28-.81-.49Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.secondary-btn {
  border: 1px solid var(--line);
  background: #fff;
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(440px, .95fr) minmax(520px, 1.05fr);
  gap: clamp(24px, 3vw, 52px);
  align-items: center;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  min-height: 640px;
  margin: 0 auto;
  padding: clamp(36px, 4.8vw, 72px) var(--container-pad);
  /* background: linear-gradient(90deg, #eef1ea 0%, #eef1ea 55%, #fff 55%, #fff 100%); */
  background-color: #eef1ea;
  box-shadow: 0 0 0 100vmax #eef1ea;
  clip-path: inset(0 -100vmax);
}

.eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.offer-section h2,
.split-section h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 660px;
  font-size: clamp(42px, 4.9vw, 72px);
  line-height: .94;
}

.hero-copy p {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-media {
  position: relative;
  min-height: 500px;
}

.hero-main {
  width: 86%;
  height: 460px;
  display: block;
  margin-left: auto;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  padding: 18px;
  box-shadow: 0 22px 58px rgba(32, 23, 20, .1);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.hero-floating {
  position: absolute;
  width: 190px;
  height: 190px;
  object-fit: contain;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(32, 23, 20, .1);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.hero-main:hover,
.hero-floating:hover {
  transform: scale(1.045);
  box-shadow: 0 26px 68px rgba(32, 23, 20, .14);
}

.hero-floating.one {
  left: 0;
  bottom: 44px;
}

.hero-floating.two {
  right: 24px;
  top: 28px;
}

.ticker {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  overflow: hidden;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  margin: 0 auto;
  padding: 18px var(--container-pad);
  background: #636e4e;
  box-shadow: 0 0 0 100vmax #636e4e;
  clip-path: inset(0 -100vmax);
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.ticker span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  /* padding: 0 18px 0 42px; */
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  font-size: 14px;
  letter-spacing: .01em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.ticker span::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    inset 0 0 0 4px #25d366,
    0 0 0 4px rgba(255, 255, 255, .12);
    display: none;
}

.ticker span:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .13);
}

.section-block {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  margin: 0 auto;
  padding: clamp(70px, 5vw, 118px) var(--container-pad);
}

.soft-bg {
  position: relative;
  background: #f0f3ed;
  box-shadow: 0 0 0 100vmax #f0f3ed;
  clip-path: inset(0 -100vmax);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.category-heading {
  max-width: 920px;
}

.category-heading h2 {
  max-width: 720px;
}

.category-heading p {
  max-width: 720px;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2,
.offer-section h2,
.split-section h2 {
  font-size: 46px;
  line-height: 1;
}

.section-heading p,
.split-section p,
.offer-section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.category-grid,
.product-grid {
  display: grid;
  gap: 24px;
}

.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.other-products-showcase {
  margin: 0 0 clamp(58px, 6vw, 92px);
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 86%, rgba(104, 114, 78, .12), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(155, 81, 71, .08), transparent 25%),
    #eeeeed;
  box-shadow: 0 18px 50px rgba(32, 23, 20, .07);
}

.other-products-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 24px;
  margin-bottom: clamp(26px, 4vw, 48px);
}

.other-products-head h2 {
  margin: 0;
  text-align: left;
  color: #111;
  font-size: 46px;
  /* font-weight: 900; */
  line-height: 1;
}

.other-products-head img {
  width: 148px;
  height: auto;
}

.other-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 46px);
  align-items: end;
}

.other-products-grid article {
  position: relative;
  display: grid;
  grid-template-rows: 310px auto;
  justify-items: center;
  gap: 18px;
  padding: 18px 16px 22px;
  border: 1px solid rgba(221, 214, 205, .8);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 68%, rgba(132, 107, 68, .13) 0 20%, transparent 42%),
    linear-gradient(180deg, #fcfbf8 0%, #f3f5ee 100%);
  min-width: 0;
  text-align: center;
  overflow: visible;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.other-products-grid article::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 268px;
  z-index: 0;
  width: min(76%, 190px);
  height: 34px;
  border-radius: 50%;
  background: rgba(132, 107, 68, .2);
  filter: blur(2px);
  transform: translateX(-50%);
}

.other-products-grid img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 310px;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 14px 16px rgba(32, 23, 20, .12));
  transition: transform 260ms ease, filter 260ms ease;
}

.other-products-grid article:hover {
  border-color: rgba(122, 79, 92, .24);
  box-shadow: 0 24px 58px rgba(32, 23, 20, .12);
  transform: translateY(-4px);
}

.other-products-grid article:hover img {
  transform: scale(1.045) translateY(-4px);
  filter: saturate(1.04) contrast(1.03) drop-shadow(0 20px 22px rgba(32, 23, 20, .16));
}

.other-products-grid h3 {
  margin: 0;
  /* max-width: 220px; */
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
}

.category-card,
.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(32, 23, 20, .06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.category-card img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: contain;
  padding: 26px 34px;
  background:
    radial-gradient(circle at 50% 68%, rgba(132, 107, 68, .13) 0 20%, transparent 42%),
    linear-gradient(180deg, #fcfbf8 0%, #f3f5ee 100%);
  mix-blend-mode: multiply;
  transition: transform 240ms ease, filter 240ms ease;
}

.category-card h3,
.product-card h3 {
  margin: 0;
  font-size: 20px;
}

.category-card p,
.product-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.category-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
}

.category-card:hover,
.product-card:hover {
  border-color: rgba(122, 79, 92, .24);
  box-shadow: 0 24px 58px rgba(32, 23, 20, .12);
  transform: translateY(-4px);
}

.category-card:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.04);
}

.category-card div {
  display: grid;
  align-content: start;
  padding: 24px 28px 28px;
}

.category-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #f1eee9;
  color: var(--rose);
  font-size: 13px;
  font-weight: 900;
}

.category-card a {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: 18px;
  color: var(--sage);
  font-size: 14px;
  font-weight: 900;
}

.category-card a::after {
  content: "";
  width: 18px;
  height: 2px;
  margin-left: 9px;
  background: currentColor;
  transition: width 180ms ease;
}

.category-card a:hover::after {
  width: 28px;
}

.product-card img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: contain;
  padding: 28px 30px 22px;
  background:
    radial-gradient(circle at 50% 72%, rgba(132, 107, 68, .14) 0 22%, transparent 44%),
    linear-gradient(180deg, #fcfbf8 0%, #f3f5ee 100%);
  mix-blend-mode: multiply;
}

.product-detail-link {
  display: block;
  margin: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 72%, rgba(132, 107, 68, .14) 0 22%, transparent 44%),
    linear-gradient(180deg, #fcfbf8 0%, #f3f5ee 100%);
}

.product-card img {
  transition: transform 240ms ease, filter 240ms ease;
}

.product-card:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045);
}

.product-card div {
  padding: 20px 22px 24px;
}

.product-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 a {
  color: var(--ink);
}

.product-card h3 a:hover {
  color: var(--rose);
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0 !important;
  margin-top: 18px;
}

.detail-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 !important;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink) !important;
  font-size: 14px;
  font-weight: 900;
}

.detail-btn:hover {
  border-color: var(--rose);
  color: var(--rose) !important;
}

.inquiry-btn {
  width: 100%;
  margin-top: 0;
  min-height: 42px;
  border-radius: 6px;
  background: #1f8f4d;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
}

.product-detail-hero {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 72px) var(--container-pad);
  background:
    radial-gradient(circle at 16% 20%, rgba(155, 81, 71, .08), transparent 26%),
    linear-gradient(90deg, #eef1ea 0%, #eef1ea 48%, #fff 48%, #fff 100%);
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 22px;
  padding: 0 14px;
  border: 1px solid rgba(104, 114, 78, .22);
  border-radius: 999px;
  background: #fff;
  color: var(--sage);
  font-weight: 900;
}

.back-link::before {
  content: "";
  width: 18px;
  height: 2px;
  margin-right: 9px;
  background: currentColor;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(18px, 2.5vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 24px 70px rgba(32, 23, 20, .08);
}

.product-detail-media {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 72%, rgba(132, 107, 68, .14) 0 22%, transparent 44%),
    linear-gradient(180deg, #fcfbf8 0%, #f3f5ee 100%);
  box-shadow: none;
}

.product-detail-media::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 48%;
  height: 28px;
  border-radius: 50%;
  background: rgba(132, 107, 68, .2);
  filter: blur(4px);
  transform: translateX(-50%);
}

.product-detail-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: min(56vh, 520px);
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 280ms ease, filter 280ms ease;
}

.product-detail-media:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045);
}

.product-detail-content {
  padding: clamp(12px, 2vw, 24px);
}

.product-detail-content h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: .95;
}

.product-detail-content p {
  max-width: 660px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(104, 114, 78, .18);
  background: #f3f6f0;
  color: var(--sage);
  font-weight: 900;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.detail-info-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  margin: 0 auto;
  padding: clamp(48px, 6vw, 82px) var(--container-pad);
  background:
    linear-gradient(180deg, #fffaf7 0%, #f0f3ed 100%);
}

.detail-info-section article {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(32, 23, 20, .05);
}

.detail-info-section article::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--rose);
}

.detail-info-section h2 {
  margin: 0 0 14px;
  font-size: 28px;
}

.detail-info-section p,
.detail-info-section li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.detail-info-section ul {
  margin: 0;
  padding-left: 20px;
}

.related-products-section {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  margin: 0 auto;
  padding: clamp(48px, 6vw, 86px) var(--container-pad);
  background: #fffaf7;
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.related-products-grid a {
  display: grid;
  grid-template-rows: 260px auto;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 62%, rgba(132, 107, 68, .12) 0 18%, transparent 40%),
    linear-gradient(180deg, #fcfbf8 0%, #fff 100%);
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(32, 23, 20, .05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.related-products-grid a:hover {
  border-color: rgba(122, 79, 92, .24);
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(32, 23, 20, .11);
}

.related-products-grid img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 240ms ease, filter 240ms ease;
}

.related-products-grid a:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045);
}

.product-detail-link:focus-visible img,
.related-products-grid a:focus-visible img {
  transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .hero-main,
  .hero-floating,
  .category-card img,
  .product-card img,
  .offer-visual img,
  .other-products-grid img,
  .product-detail-media img,
  .related-products-grid img {
    transition: none !important;
  }

  .hero-main:hover,
  .hero-floating:hover,
  .category-card:hover img,
  .product-card:hover img,
  .offer-visual img:hover,
  .other-products-grid article:hover img,
  .product-detail-media:hover img,
  .related-products-grid a:hover img {
    transform: none !important;
  }
}

.related-products-grid span {
  font-size: 20px;
}

.inquiry-btn:hover {
  background: #16763e;
}

.offer-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .72fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 122px) clamp(28px, 5vw, 72px);
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, .16), transparent 24%),
    linear-gradient(135deg, #596343 0%, #707a55 100%);
  color: #fff;
}

.offer-section::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  pointer-events: none;
}

.offer-section h2,
.offer-section p,
.offer-section .eyebrow {
  color: #fff;
}

.offer-copy {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.offer-copy h2 {
  max-width: 920px;
}

.offer-section p {
  max-width: 720px;
  opacity: .86;
}

.offer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}

.offer-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .11);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.primary-btn.light {
  background: #fff;
  color: var(--sage) !important;
}

.offer-visual {
  position: relative;
  z-index: 1;
  min-height: 420px;
}

.offer-visual img {
  position: absolute;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(32, 23, 20, .2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.offer-visual img:hover {
  transform: scale(1.045);
  box-shadow: 0 24px 66px rgba(32, 23, 20, .24);
}

.offer-visual img:first-child {
  right: 0;
  top: 0;
  width: 58%;
  height: 270px;
  padding: 18px;
}

.offer-visual img:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 54%;
  height: 240px;
  padding: 18px;
}

.offer-card {
  position: absolute;
  right: 42px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 230px;
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: var(--sage);
  text-align: center;
  box-shadow: 0 18px 46px rgba(32, 23, 20, .18);
}

.offer-card strong {
  font-size: 70px;
  line-height: .8;
}

.offer-card span {
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-card small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.inquiry-process {
  background: #fffaf7;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.process-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(32, 23, 20, .05);
}

.process-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  font-size: 15px;
}

.process-grid h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.benefits-list {
  display: grid;
  gap: 14px;
}

.benefits-list p {
  position: relative;
  margin: 0;
  padding: 16px 18px 16px 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  box-shadow: 0 10px 26px rgba(32, 23, 20, .04);
}

.benefits-list p::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rose);
}

.benefits-list strong {
  color: var(--ink);
}

.reviews-section {
  position: relative;
  background:
    radial-gradient(circle at 14% 18%, rgba(155, 81, 71, .07), transparent 24%),
    linear-gradient(180deg, #fffaf7 0%, #f0f3ed 100%);
  box-shadow: 0 0 0 100vmax #f0f3ed;
  clip-path: inset(0 -100vmax);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.review-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 46px rgba(32, 23, 20, .07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.review-card::before {
  content: "";
  width: 48px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--rose);
}

.review-card.featured {
  background:
    linear-gradient(135deg, rgba(104, 114, 78, .1), rgba(255, 255, 255, .92)),
    #fff;
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(122, 79, 92, .24);
  box-shadow: 0 26px 62px rgba(32, 23, 20, .12);
}

.review-stars {
  margin-bottom: 16px;
  color: #c79a3b;
  font-size: 18px;
  letter-spacing: .08em;
}

.review-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.review-author {
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.review-author strong {
  color: var(--ink);
  font-size: 18px;
}

.review-author span {
  color: var(--sage);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 26px;
  align-items: stretch;
  background: transparent;
  padding-top: clamp(56px, 6vw, 92px);
  padding-bottom: clamp(56px, 6vw, 92px);
}

/* .contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background:
    linear-gradient(135deg, rgba(104, 114, 78, .08), transparent 42%),
    #fffaf7;
  transform: translateX(-50%);
} */

.contact-card-main,
.contact-info-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(32, 23, 20, .07);
}

.contact-card-main {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 58px);
}

.contact-card-main::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(104, 114, 78, .11);
}

.contact-card-main h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1;
}

.contact-card-main p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.contact-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.contact-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(104, 114, 78, .22);
  border-radius: 999px;
  background: #f3f6f0;
  color: var(--sage);
  font-size: 14px;
  font-weight: 900;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.contact-info-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 42px);
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.contact-info-card h3 {
  margin: 0 0 24px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
}

.contact-info-list {
  display: grid;
  gap: 14px;
}

.contact-info-list p {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.contact-info-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.contact-info-list a {
  color: var(--rose);
  font-weight: 800;
}

.contact-note {
  margin-top: auto;
  padding: 18px;
  border-radius: 8px;
  background: var(--sage);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.footer-whatsapp {
  display: inline-block !important;
  color: rgba(255, 255, 255, .82) !important;
}

.blusho-footer {
  padding: 0;
  background: #101010;
  color: #fff;
  border-top: 8px solid var(--sage);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(150px, .75fr)) minmax(260px, 1fr);
  gap: clamp(28px, 4vw, 58px);
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  margin: 0 auto;
  padding: 64px var(--container-pad) 52px;
}

.footer-brand img {
  width: 128px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.blusho-footer h3 {
  margin: 0 0 18px;
  font-size: 20px;
}

.blusho-footer p,
.blusho-footer a {
  display: block;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.45;
}

.blusho-footer a:hover {
  color: #fff;
}

.footer-brand p {
  max-width: 360px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  transition: background 180ms ease, transform 180ms ease;
}

.footer-social a:hover {
  background: var(--rose);
  transform: translateY(-2px);
}

.footer-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-column strong {
  color: #fff;
}

.footer-inquiry {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(104, 114, 78, .35), rgba(155, 81, 71, .18)),
    rgba(255, 255, 255, .05);
}

.footer-inquiry p {
  margin-bottom: 22px;
}

.footer-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  margin: 0 !important;
  padding: 0 12px;
  border-radius: 6px;
  background: #25d366;
  color: #fff !important;
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-container));
  margin: 0 auto;
  padding: 18px var(--container-pad);
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #0b0b0b;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .blusho-header-inner {
    grid-template-columns: 1fr auto;
  }

  .blusho-header nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .hero-section,
  .offer-section,
  .split-section,
  .contact-section,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .offer-visual {
    min-height: 360px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .detail-info-section {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .related-products-grid {
    grid-template-columns: 1fr;
  }

  .other-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1101px) and (max-width: 1400px) {
  .hero-section {
    grid-template-columns: minmax(390px, .9fr) minmax(500px, 1.1fr);
    min-height: 580px;
  }

  .hero-copy h1 {
    max-width: 570px;
    font-size: clamp(40px, 4.4vw, 62px);
  }

  .hero-media {
    min-height: 460px;
  }

  .hero-main {
    height: 420px;
  }

  .hero-floating {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 700px) {
  .blusho-header {
    min-height: auto;
  }

  .blusho-header-inner {
    padding-top: 14px;
  }

  .header-cta {
    display: none;
  }

  .hero-section {
    padding-top: 46px;
    background: #eef1ea;
  }

  .ticker {
    flex-wrap: wrap;
    justify-content: flex-start;
    white-space: normal;
  }

  .ticker span {
    width: 100%;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-main {
    width: 100%;
    height: 380px;
  }

  .hero-floating {
    display: none;
  }

  .category-grid,
  .other-products-grid,
  .product-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    flex-direction: column;
  }

  .contact-actions a,
  .hero-actions a,
  .detail-actions a {
    width: 100%;
  }

  .offer-section::before {
    inset: 14px;
  }

  .offer-points {
    margin-bottom: 24px;
  }

  .offer-visual {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .offer-visual img,
  .offer-visual img:first-child,
  .offer-visual img:nth-child(2),
  .offer-card {
    position: static;
    width: 100%;
  }

  .offer-visual img,
  .offer-visual img:first-child,
  .offer-visual img:nth-child(2) {
    height: 260px;
  }

  .offer-card {
    min-height: 190px;
  }

  .other-products-head {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .other-products-grid article {
    grid-template-rows: 260px auto;
  }

  .other-products-grid article::after {
    top: 222px;
  }

  .other-products-grid img {
    height: 260px;
  }

  .product-card img {
    height: 300px;
  }
}
