/* Shared visual system for the five product sales pages. */
body.product-page .product-path-fit {
  color: #fff9ed !important;
  background:
    radial-gradient(circle at 83% 13%, rgba(239, 190, 90, .27), transparent 30%),
    radial-gradient(circle at 8% 92%, rgba(126, 53, 92, .42), transparent 34%),
    linear-gradient(128deg, #132033 0%, #2d2548 53%, #59283f 100%) !important;
}

body.product-page .product-path-fit .section-kicker {
  color: #f5cb70 !important;
}

body.product-page .product-path-fit h2 {
  color: #fff9ed !important;
  text-shadow: 0 2px 22px rgba(9, 13, 24, .2);
}

body.product-page .product-fit-signals li {
  border-color: rgba(244, 202, 112, .28) !important;
  color: #fffaf0 !important;
  background: rgba(255, 255, 255, .105) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 12px 28px rgba(8, 13, 25, .12);
}

body.product-page .product-fit-signals li::before {
  color: #f5cb70 !important;
}

body.product-page .product-companion-callout {
  border-color: rgba(245, 199, 99, .7) !important;
  color: #fff9ed !important;
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 198, 82, .18), transparent 34%),
    linear-gradient(118deg, #81264a 0%, #51265d 48%, #172d50 100%) !important;
  box-shadow: 0 25px 60px rgba(58, 25, 55, .23), inset 0 1px 0 rgba(255, 255, 255, .12);
}

body.product-page .product-companion-callout > div > p {
  color: #f6ca6d !important;
}

body.product-page .product-companion-callout h3 {
  color: #fff9ed !important;
}

body.product-page .product-companion-callout li {
  min-height: 78px;
  padding: 18px 18px 18px 50px;
  border: 1px solid rgba(245, 201, 108, .33);
  border-radius: 17px;
  color: #38271f !important;
  background: rgba(255, 250, 239, .95) !important;
  box-shadow: 0 12px 28px rgba(12, 18, 35, .13);
}

body.product-page .product-companion-callout li::before {
  top: 20px;
  left: 19px;
  color: #b87a20 !important;
}

body.product-page .product-companion-callout small {
  color: rgba(255, 244, 217, .9) !important;
}

body.product-page .product-usage-care {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(224, 164, 66, .2), transparent 28%),
    radial-gradient(circle at 91% 82%, rgba(92, 44, 92, .14), transparent 31%),
    linear-gradient(180deg, #fffaf1 0%, #f1dfc1 100%) !important;
}

body.product-page .product-usage-care::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(164, 111, 45, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(164, 111, 45, .04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
}

body.product-page .product-usage-care .product-section-inner {
  position: relative;
  width: min(1180px, 100%);
}

body.product-page .product-usage-care-heading {
  max-width: 850px;
  margin: 0 auto clamp(30px, 5vw, 54px);
  text-align: center;
}

body.product-page .product-usage-care-heading .section-kicker {
  color: #a66d24;
}

body.product-page .product-usage-care-heading h2 {
  margin: 10px 0 17px;
  color: #4b2e25;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
}

body.product-page .product-usage-care-heading > p:last-child {
  max-width: 700px;
  margin: 0 auto;
  color: #705448;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
}

body.product-page .product-usage-care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
}

body.product-page .product-usage-care-grid article {
  position: relative;
  min-height: 100%;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(79, 51, 32, .15);
}

body.product-page .product-usage-care-grid article > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(164, 104, 34, .3);
  border-radius: 50%;
  color: #9c651f;
  background: rgba(255, 255, 255, .55);
  font: 700 15px/1 Inter, sans-serif;
}

body.product-page .product-usage-care-grid .product-panel-label {
  margin: 0 0 10px;
  color: #a36a24;
  font: 800 11px/1.3 Inter, sans-serif;
  letter-spacing: .15em;
}

body.product-page .product-usage-care-grid h3 {
  margin: 0 0 22px;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.08;
}

body.product-page .product-panel-copy p {
  margin: 0 0 17px;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.68;
}

body.product-page .product-panel-copy p:last-child {
  margin-bottom: 0;
}

body.product-page .product-usage-panel {
  border: 1px solid rgba(170, 107, 31, .23);
  color: #51372b;
  background: linear-gradient(145deg, rgba(255, 253, 247, .98), rgba(236, 210, 168, .92));
}

body.product-page .product-care-panel {
  border: 1px solid rgba(243, 197, 101, .42);
  color: #fff8ea;
  background:
    radial-gradient(circle at 86% 9%, rgba(219, 150, 73, .2), transparent 32%),
    linear-gradient(145deg, #182a43, #422744);
}

body.product-page .product-care-panel > span {
  border-color: rgba(246, 203, 112, .45);
  color: #f6cb72;
  background: rgba(255, 255, 255, .08);
}

body.product-page .product-care-panel .product-panel-label {
  color: #f6cb72;
}

body.product-page .product-care-panel h3,
body.product-page .product-care-panel p {
  color: #fff8ea !important;
}

body.product-page .product-commitment-section picture {
  width: min(84%, 1076px);
}

@media (max-width: 760px) {
  body.product-page .product-path-fit .product-section-inner,
  body.product-page .product-inclusions-section .product-section-inner,
  body.product-page .product-usage-care .product-section-inner {
    width: 100%;
  }

  body.product-page .product-usage-care-grid {
    grid-template-columns: 1fr;
  }

  body.product-page .product-usage-care-grid article {
    padding: 28px 22px 30px;
    border-radius: 23px;
  }

  body.product-page .product-usage-care-heading h2 {
    font-size: clamp(39px, 11vw, 52px);
  }

  body.product-page .product-companion-callout li {
    min-height: 0;
  }

  body.product-page .product-commitment-section {
    padding-right: 0;
    padding-left: 0;
  }

  body.product-page .product-commitment-section picture {
    width: min(100%, 624px);
  }
}

