/** Shopify CDN: Minification failed

Line 2518:19 Expected identifier but found "0"
Line 3081:31 Expected ":"

**/
/* =========================
   Base
========================= */
.lc { padding: 0; }

.lc__container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.lc__h1 { font-size: 44px; line-height: 1.05; margin: 10px 0 12px; }
.lc__h2 { font-size: 28px; line-height: 1.15; margin: 0 0 12px; }

.lc__sub  { font-size: 16px; opacity: .85; }
.lc__text { font-size: 16px; line-height: 1.6; }

.lc__img{
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   Buttons
========================= */
.lc__btn{
  display:inline-block;
  margin-top:24px;
  padding:12px 22px;
  background:#ffffff;
  color:#1f4a57;
  font-weight:600;
  font-size:16px;
  border-radius:6px;
  text-decoration:none;
  border:none;
  transition:all .25s ease;
}

.lc__btn--story {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 48px;
  padding: 0 28px;

  background: #0f5f7f;
  color: #fff;

  border: none;
  border-radius: 4px;

  font-size: 16px;
  font-weight: 600;

  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease;
}

.lc__btn--story:hover {
  background: #0b4e67;
}

.lc__btn:hover{ background:#f2f2f2; }

.lc__btn--secondary{
  background: transparent;
  color:#1f4a57;
  border: 1px solid rgba(31,74,87,.35);
  margin-top: 14px;
}

.lc__btn--secondary:hover{
  background: rgba(31,74,87,.06);
}

.lc__btn--small{
  padding: 10px 12px;
  font-size: 14px;
  margin-top: 10px;
  display: inline-flex;
}

.lc__link{
  display: inline-block;
  margin-top: 12px;
  text-decoration: underline;
}

/* =================================
   LISTICLE HEADER — CLEAN LIGHT STYLE
================================= */

/* sticky full-width header */
.template-page-listicle .wt-header{
  position: sticky !important;
  top: 0;
  z-index: 100;
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* full-width clean bar */
.template-page-listicle .wt-header__body{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;

  min-height: 78px !important;
  padding-left: 34px !important;
  padding-right: 34px !important;

  background: #f3f1ec !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* remove all theme borders / icon boxes */
.template-page-listicle .wt-header a,
.template-page-listicle .wt-header button,
.template-page-listicle .wt-header summary,
.template-page-listicle .wt-header__icons a,
.template-page-listicle .wt-header__icons button,
.template-page-listicle .wt-header__actions a,
.template-page-listicle .wt-header__actions button{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

#Rectangle_2917, #Rectangle_2923 {
  display: none;
}

/* blue icons */
.template-page-listicle .wt-header svg,
.template-page-listicle .wt-header .icon{
  stroke: #00547A !important;
  color: #00547A !important;
}

/* blue nav / locale text */
.template-page-listicle .wt-header a,
.template-page-listicle .wt-header button,
.template-page-listicle .wt-header .disclosure__toggle,
.template-page-listicle .wt-header .localization-form__select,
.template-page-listicle .wt-header nav a{
  color: #00547A !important;
}

/* HERO: show more face + more bottom space */
.template-page-listicle .lc-hero{
  min-height: 574px;
}

.template-page-listicle .lc-hero__bg{
  background-position: 60% 20% !important;
  background-size: cover !important;
}

/* content spacing inside hero */
.template-page-listicle .lc-hero__content{
  padding-top: 110px !important;
  padding-bottom: 120px !important;
}

/* mobile */
@media (max-width: 990px){
  .template-page-listicle .lc-hero{
    min-height: 560px;
  }

  .template-page-listicle .lc-hero__bg{
    background-position: 72% 38% !important;
  }

  .template-page-listicle .lc-hero__content{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

/* icon spacing */
.template-page-listicle .wt-header__icons,
.template-page-listicle .wt-header__actions{
  display: flex !important;
  align-items: center;
  gap: 16px !important;
}

.template-page-listicle .wt-header__icons a,
.template-page-listicle .wt-header__actions a,
.template-page-listicle .wt-header__icons button,
.template-page-listicle .wt-header__actions button{
  width: auto !important;
  height: auto !important;
  padding: 4px !important;
}

/* burger */
.template-page-listicle .wt-header .menu-trigger svg,
.template-page-listicle .wt-header .drawer__trigger svg,
.template-page-listicle .wt-header .icon-hamburger{
  stroke: #00547A !important;
}

/* logo */
.template-page-listicle .wt-header__logo img,
.template-page-listicle .wt-header__transparent-logo img{
  max-height: 36px !important;
}

/* optional: remove bottom divider if theme adds one */
.template-page-listicle .wt-header::before,
.template-page-listicle .wt-header::after,
.template-page-listicle .wt-header__body::before,
.template-page-listicle .wt-header__body::after{
  box-shadow: none !important;
  border: none !important;
}

/* hero should start below clean header */
.template-page-listicle .lc-hero{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.template-page-listicle .lc-hero__content{
  padding-top: 54px !important;
}

/* mobile */
@media (max-width: 990px){
  .template-page-listicle .wt-header__body{
    min-height: 64px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .template-page-listicle .wt-header__logo img,
  .template-page-listicle .wt-header__transparent-logo img{
    max-height: 28px !important;
  }

  .template-page-listicle .wt-header__icons,
  .template-page-listicle .wt-header__actions{
    gap: 10px !important;
  }

  .template-page-listicle .lc-hero__content{
    padding-top: 36px !important;
  }
}

@media (max-width: 480px) {
  .lc-hero__content {
    h1 {
      width: 50%;
    }

    p {
      width: 61%;
    }
  }

  .lc-story__copy{
  display: flex;
  flex-direction: column;
}

  .lc-story__copy .lc__btn--story{
    align-self: center;
  }
}

/* =========================
   HERO (full-bleed)
========================= */
.lc-hero{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  margin-top: calc(-1 * var(--lc-header-offset, 120px));
  padding-top: var(--lc-header-offset, 120px);

  color: #fff;
}

.lc-hero h1,
.lc-hero p{ color:#fff; }

.lc-hero .lc__container{
  position: relative;
  z-index: 3;
}

.lc-hero__bg{
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.lc-hero__overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(30, 50, 55, 0.72) 0%,
    rgba(30, 50, 55, 0.45) 45%,
    rgba(30, 50, 55, 0.00) 75%
  );
}

.lc-hero__content{
  position: relative;
  z-index: 3;
  max-width: 640px;
  padding: 90px 0;
}

.lc__kicker{
  display:inline-block;
  padding:4px 10px;
  border:1px solid rgba(255,255,255,0.7);
  border-radius:4px;
  font-size:16px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;
  margin-bottom:14px;
  opacity: .9;
}

/* =========================
   Section spacing (global)
   NOTE: do NOT include lc-news / lc-story here (they are special full-bleed)
========================= */
.lc-rt,
.lc-faq{
  padding: 42px 0;
  border-top: 1px solid rgba(0,0,0,.08);
}

/* =========================
   STORY (full-bleed cream, figma-like)
========================= */
.lc-story{
  background:#f3f1ec;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:0;
  padding: 15px;
  text-align: center;
}

.lc-story__inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.lc-story__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items:center;
}

.lc-story__text{
  font-family: Nobel, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111;
}

.lc-story__title{
  font-family: "Nobel", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 40px !important;
  line-height: 1.05;
}

.lc-story__text p{ margin: 0 0 12px; }

.lc-story__media{
  display:flex;
  justify-content:flex-end;
}

.lc-story__img{
  width:100%;
  max-width: 520px;
  height:auto;
  display:block;
  border-radius: 10px;
}

/* =========================
   PARTNERS
========================= */
.lc-partners{
  background:#f3f1ec;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding: 6px 0 44px;
  border-top: 0;
}

.lc-partners__inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  text-align:center;
}

.lc-partners__title{
  margin: 0 0 24px;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 800;
  color:#111;
}

.lc-partners__logos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 34px;
  flex-wrap:wrap;
}

.lc-partners__logo{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.lc-partners__logo img{
  display:block;
  max-height: 52px;
  width: auto;
  opacity: .55;
  filter: grayscale(100%);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 990px){
  .lc-partners{
    padding: 0 0 34px;
  }

  .lc-partners__title{
    font-size: 18px;
  }

  .lc-partners__logos{
    gap: 22px;
  }

  .lc-partners__logo img{
    max-height: 38px;
  }
}

/* =========================
   Image + Text (SHIFT blocks)
========================= */
.lc-it{
  background:#f3f1ec;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding: 56px 0;
  border-top:0;
}

.lc-it__grid{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;

  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items:center;
}

/* Layout switching */
.lc-it--text-left .lc-it__grid{ direction: rtl; }
.lc-it--text-left .lc-it__grid > *{ direction: ltr; }

/* Media alignment */
.lc-it--text-left .lc-it__media{ display:flex; justify-content:flex-end; }
.lc-it--text-right .lc-it__media{ display:flex; justify-content:flex-start; }

/* Limit image size */
.lc-it__media img{
  width: 100%;
  max-width: 520px;
  height: auto;
  display:block;
}

/* SHIFT badge */
.lc-it__shift{
  display:inline-block;
  padding:2px 8px;
  border:1px solid rgba(11,95,123,.35);
  border-radius:3px;
  font-size:16px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#0b5f7b;
  margin-bottom:10px;
}

/* Title */
.lc-it__title{
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 800;
  color:#111;
}

/* Big statement */
.lc-it__lede{
  margin: 0 0 16px;
  color:#111;
  text-transform: uppercase;
  letter-spacing: .01em;
  font-weight: 500;
  line-height: 1.05;
  font-size: 27px;
  max-width: 520px;
}
.lc-it__lede p{ margin:0; }

/* Body */
.lc-it__body{
  color:#111;
  font-size: 16px;
  line-height: 1.55;
  max-width: 520px;
}
.lc-it__body p{ margin: 0 0 10px; }

/* Blue highlight */
.lc-it__highlight{
  margin-top:12px;
  color:#0b5f7b;
  font-weight:700;
  font-size: 16px;
  line-height: 1.55;
  max-width: 520px;
}
.lc-it__highlight p{ margin:0; }

/* =========================
   PRODUCTS (Figma style)
========================= */
.lc-products{
  background:#ded9d0;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:0;
  position:relative;
  padding: 68px 0 56px;
}

.lc-products::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:0;
  height:64px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.9) 25%, rgba(255,255,255,0) 25%) 0 0 / 84px 84px,
    linear-gradient(135deg, rgba(255,255,255,.9) 25%, rgba(255,255,255,0) 25%) 42px 42px / 84px 84px;
  opacity:0;
  pointer-events:none;
}

.lc-products__inner{
  position:relative;
  z-index:2;
}

.lc-products__title{
  text-align:center;
  font-size: 27px;
  line-height:1.2;
  margin: 0 0 28px;
  font-weight: 800;
  color:#111;
}

.lc-products__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  justify-items:center;

  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.lc-prod{ width:100%; max-width: 300px; }
.lc-prod__a{ display:block; text-decoration:none; color:inherit; }

.lc-prod__imgFrame{
  background:#f6f6f4;
  border: 1px solid rgba(0,0,0,.10);
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}

.lc-prod__img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 6px;
}

.lc-prod__meta{ padding: 14px 6px 0; }

.lc-prod__nameRow{
  font-size: 16px;
  color:#111;
  display:flex;
  gap: 8px;
  align-items:baseline;
  justify-content:center;
  white-space:nowrap;
}
.lc-prod__cat{ font-weight:600; opacity:.85; }
.lc-prod__sep{ opacity:.55; }
.lc-prod__name{ font-weight:800; }

.lc-prod__buyRow{
  margin-top: 10px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 10px;
}

.lc-prod__buyBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 26px;
  padding: 0 12px;
  border-radius: 4px;
  background:#0b5f7b;
  color:#fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing:.02em;
}

.lc-prod__price{
  font-size: 16px;
  font-weight: 700;
  color:#111;
  opacity:.85;
}

.lc-products__bottom{
  text-align:center;
  margin-top: 18px;
}
.lc-products__viewAll{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 30px;
  padding: 0 16px;
  border-radius: 4px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(0,0,0,.15);
  color:#111;
  font-size: 16px;
  font-weight: 700;
  text-decoration:none;
}
.lc-products__viewAll:hover{ background: rgba(255,255,255,.9); }

.custom-video-hero {
  background: #f3f1ec;
  padding: 0;
}

.custom-video-hero--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.custom-video-hero__inner {
  width: 100%;
}

.custom-video-hero__media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #111;
}

.custom-video-hero__videoWrap {
  position: absolute;
  inset: 0;
}

.custom-video-hero__videoWrap--mobile {
  display: none;
}

.custom-video-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-video-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(12, 16, 22, 0.68) 0%,
      rgba(12, 16, 22, 0.52) 26%,
      rgba(12, 16, 22, 0.18) 48%,
      rgba(12, 16, 22, 0.00) 72%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.24) 100%
    );
}

.custom-video-hero__content {
  position: relative;
  z-index: 3;
  min-height: 720px;
  display: flex;
  align-items: center;
}

.custom-video-hero__contentInner {
  max-width: 560px;
  margin-left: 8%;
  padding: 48px 24px 48px 0;
  color: #fff;
}

.custom-video-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .02em;
  color: #fff;
}

.custom-video-hero__title {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  text-wrap: balance;
}

.custom-video-hero__subtitle {
  max-width: 500px;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
}

.custom-video-hero__subtitle p {
  margin: 0 0 14px;
}

.custom-video-hero__benefits {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.custom-video-hero__benefits li {
  position: relative;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.45;
  color: #fff;
}

.custom-video-hero__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
}

.custom-video-hero__actions {
  margin-top: 10px;
}

.custom-video-hero__actions .custom-btn {
  min-height: 52px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 700;
}

.custom-video-hero__note {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,.78);
}

/* Better default button for video hero */
.custom-btn--light {
  background: #fff;
  color: #111;
  border: 1px solid transparent;
}

.custom-btn--light:hover {
  background: #f2f2f2;
}

/* Tablet */
@media (max-width: 991px) {
  .custom-video-hero__media,
  .custom-video-hero__content {
    min-height: 620px;
  }

  .custom-video-hero__contentInner {
    max-width: 500px;
    margin-left: 5%;
    padding-right: 20px;
  }

  .custom-video-hero__title {
    font-size: clamp(32px, 7vw, 54px);
  }

  .custom-video-hero__subtitle {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .custom-video-hero__videoWrap--desktop {
    display: none;
  }

  .custom-video-hero__videoWrap--mobile {
    display: block;
  }

  .custom-video-hero__media,
  .custom-video-hero__content {
    min-height: 640px;
  }

  .custom-video-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(12, 16, 22, 0.26) 0%,
        rgba(12, 16, 22, 0.42) 40%,
        rgba(12, 16, 22, 0.70) 100%
      );
  }

  .custom-video-hero__content {
    align-items: flex-end;
  }

  .custom-video-hero__contentInner {
    max-width: none;
    width: 100%;
    margin-left: 0;
    padding: 24px 20px 28px;
    text-align: center;
  }

  .custom-video-hero__eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .custom-video-hero__title {
    font-size: 34px;
    line-height: 1.02;
  }

  .custom-video-hero__subtitle {
    max-width: none;
    font-size: 15px;
    line-height: 1.5;
  }

  .custom-video-hero__benefits {
    gap: 8px;
    margin-bottom: 22px;
  }

  .custom-video-hero__benefits li {
    padding-left: 0;
    font-size: 15px;
  }

  .custom-video-hero__benefits li::before {
    position: static;
    margin-right: 6px;
  }

  .custom-video-hero__note {
    font-size: 12px;
  }
}

/* =========================
   NEWSLETTER (blue band like Figma)
   IMPORTANT: replaces old .lc-news__form + .lc__input usage
========================= */
.lc-news{
  background:#00547A;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:0;
  padding: 64px 0 58px;
  color:#fff;
}

.lc-news__inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align:center;
}

.lc-news__title{
  margin:0;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 800;
  color:#fff;
}

.lc-news__subtitle{
  margin-top: 8px;
  font-size: 16px;
  opacity: .9;
  color:#fff;
}

.lc-news__form{
  margin-top: 22px;
  display:grid;
  grid-template-columns: 1fr 1fr 170px;
  gap: 12px;
  align-items:center;
  justify-content:center;
}

.lc-news__input{
  height: 34px;
  width: 100%;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.65);
  background: transparent;
  color:#fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  outline: none;
}

.lc-news__input::placeholder{
  color: rgba(255,255,255,.85);
}

.lc-news__btn{
  height: 34px;
  border-radius: 4px;
  border: 0;
  background: #e7e0d7;
  color:#0b5f7b;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor:pointer;
}

.lc-news__btn:hover{
  filter: brightness(1.03);
}

.lc-news__note{
  grid-column: 1 / -1;
  margin: 10px 0 0;
  font-size: 12px;
  color:#fff;
  opacity:.95;
}

.lc-news__privacy{
  margin-top: 14px;
  font-size: 16px;
  color: rgba(255,255,255,.85);
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
}

/* =========================
   FAQ (Figma-style)
========================= */
.lc-faq{
  background:#f3f1ec;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:0;
  padding: 56px 0 64px;
}

.lc-faq__inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.lc-faq__grid{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items:start;
}

.lc-faq__intro{
  max-width: 260px;
}

.lc-faq__eyebrow{
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color:#5b564f;
  margin-bottom: 10px;
}

.lc-faq__title{
  margin:0;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 800;
  color:#111;
}

.lc-faq__list{
  display:grid;
  gap: 0;
}

.lc-faq__item{
  border-top: 1px solid rgba(17,17,17,.18);
}

.lc-faq__item:last-child{
  border-bottom: 1px solid rgba(17,17,17,.18);
}

.lc-faq__q{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 20px;
  padding: 16px 0;
  cursor:pointer;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color:#111;
}

.lc-faq__q::-webkit-details-marker{
  display:none;
}

.lc-faq__icon{
  position:relative;
  flex: 0 0 18px;
  width:18px;
  height:18px;
}

.lc-faq__icon::before,
.lc-faq__icon::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  background:#111;
  transform:translate(-50%, -50%);
}

.lc-faq__icon::before{
  width:14px;
  height:1.5px;
}

.lc-faq__icon::after{
  width:1.5px;
  height:14px;
  transition:opacity .2s ease;
}

.lc-faq__item[open] .lc-faq__icon::after{
  opacity:0;
}

.lc-faq__a{
  padding: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  color:#3d3a35;
  max-width: 760px;
}

.lc-faq__a p{
  margin: 0 0 10px;
}

.lc-faq__a p:last-child{
  margin-bottom:0;
}

/* responsive */
@media (max-width: 900px){
  .lc-faq{
    padding: 42px 0 48px;
  }

  .lc-faq__grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lc-faq__intro{
    max-width: none;
  }

  .lc-faq__title{
    font-size: 24px;
  }

  .lc-faq__q{
    padding: 14px 0;
  }
}

/* =========================
   FOOTER (3 columns above, 2 below)
========================= */
.lc-footer{
  background:#f7f7f7;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:0;
  padding: 42px 0 28px;
}

.lc-footer__inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.lc-footer__top{
  display:grid;
  grid-template-columns: 180px 1fr;
  gap: 56px;
  align-items:start;
}

.lc-footer__markWrap{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
}

.lc-footer__mark{
  width:64px;
  height:auto;
  display:block;
}

.lc-footer__cols{
  display:flex;
  flex-direction:column;
  gap: 28px;
}

.lc-footer__row{
  display:grid;
  gap: 40px;
}

.lc-footer__row--top{
  grid-template-columns: repeat(3, minmax(140px, 180px));
}

.lc-footer__row--bottom{
  grid-template-columns: repeat(2, minmax(140px, 180px));
}

.lc-footer__colTitle{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color:#111;
  margin-bottom: 12px;
}

.lc-footer__links{
  font-size: 16px;
  line-height: 1.7;
  color:#2d2d2d;
}

.lc-footer__links p{
  margin:0 0 4px;
}

.lc-footer__links a{
  color:inherit;
  text-decoration:none;
}

.lc-footer__links a:hover{
  text-decoration:underline;
}

.lc-footer__bottom{
  margin-top: 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 20px;
  flex-wrap:wrap;
}

.lc-footer__brandLogo{
  width:120px;
  height:auto;
  display:block;
}

.lc-footer__payments{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 8px;
  flex-wrap:wrap;
  max-width: 760px;
}

.lc-footer__payment{
  height:18px;
  width:auto;
  display:block;
}

/* responsive */
@media (max-width: 900px){
  .lc-footer{
    padding: 34px 0 22px;
  }

  .lc-footer__top{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lc-footer__row--top,
  .lc-footer__row--bottom{
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .lc-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .lc-footer__payments{
    justify-content:flex-start;
  }
}

/* =========================
   Responsive
========================= */
@media (max-width: 900px){
  .lc__h1{ font-size: 34px; }
  .lc-hero__content{ padding: 70px 0; }

  .lc-story{ padding: 0; }
  .lc-story__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lc-story__media{ justify-content:flex-start; }

  .lc-partners{ padding: 34px 0; }
  .lc-partners__title{ font-size: 16px; }
  .lc-partners__logo img{ height: 24px; }

  .lc-it{ padding: 44px 0; }
  .lc-it__lede{ font-size: 26px; }
  .lc-it__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lc-products__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .lc-prod{ max-width: 340px; }

  .lc-news{ padding: 48px 0 44px; }
  .lc-news__title{ font-size: 24px; }
  .lc-news__form{ grid-template-columns: 1fr; }
}

/* =========================================
   Custom Testimonials — Figma styling
   Smaller cards + equal sizing + blue stars
========================================= */

.custom-testimonials {
  padding: 40px 0 48px;
}

.custom-testimonials__inner {
  position: relative;
}

/* SLIDER WRAPPER */
.custom-testimonials__slider {
  position: relative;
  padding: 0 74px; /* less space for arrows */
}

/* TRACK */
.custom-testimonials__track {
  display: flex;
  gap: 28px; /* smaller gap */
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom-testimonials__track::-webkit-scrollbar {
  display: none;
}

/* CARD WIDTH */
.custom-testimonials__card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  display: flex;
}

@media (max-width: 1200px) {
  .custom-testimonials__card {
    flex-basis: 340px;
  }
}

@media (max-width: 750px) {
  .custom-testimonials__slider {
    padding: 0 58px;
  }

  .custom-testimonials__card {
    flex-basis: calc(100% - 12px);
  }
}

/* CARD INNER */
.custom-testimonials__card-inner {
  position: relative;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(0, 110, 140, 0.05) 0,
      rgba(0, 110, 140, 0.05) 20px,
      rgba(255, 255, 255, 0) 20px,
      rgba(255, 255, 255, 0) 54px
    ),
    #ffffff;
  padding: 34px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
  min-height: 250px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* FRAME */
.custom-testimonials__card-inner::before{
  content:"";
  position:absolute;
  inset: 18px;
  pointer-events:none;
  z-index:2;

  --ct-frame:#0B5F77;
  --ct-thick: 5px;
  --ct-seg: 120px;
  --ct-corner: 26px;
  --ct-mid: 74px;

  background:
    linear-gradient(var(--ct-frame),var(--ct-frame)) top left / var(--ct-corner) var(--ct-thick) no-repeat,
    linear-gradient(var(--ct-frame),var(--ct-frame)) top left / var(--ct-thick) var(--ct-corner) no-repeat,

    linear-gradient(var(--ct-frame),var(--ct-frame)) top center / var(--ct-seg) var(--ct-thick) no-repeat,

    linear-gradient(var(--ct-frame),var(--ct-frame)) top right / var(--ct-corner) var(--ct-thick) no-repeat,
    linear-gradient(var(--ct-frame),var(--ct-frame)) top right / var(--ct-thick) var(--ct-corner) no-repeat,

    linear-gradient(var(--ct-frame),var(--ct-frame)) bottom left / var(--ct-corner) var(--ct-thick) no-repeat,
    linear-gradient(var(--ct-frame),var(--ct-frame)) bottom left / var(--ct-thick) var(--ct-corner) no-repeat,

    linear-gradient(var(--ct-frame),var(--ct-frame)) bottom center / var(--ct-seg) var(--ct-thick) no-repeat,

    linear-gradient(var(--ct-frame),var(--ct-frame)) bottom right / var(--ct-corner) var(--ct-thick) no-repeat,
    linear-gradient(var(--ct-frame),var(--ct-frame)) bottom right / var(--ct-thick) var(--ct-corner) no-repeat,

    linear-gradient(var(--ct-frame),var(--ct-frame)) center left / var(--ct-thick) var(--ct-mid) no-repeat,
    linear-gradient(var(--ct-frame),var(--ct-frame)) center right / var(--ct-thick) var(--ct-mid) no-repeat;
}

/* TYPOGRAPHY */
.custom-testimonials__title {
  margin: 0 0 12px;
  font-weight: 800 !important;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.custom-testimonials__text {
  margin: 0 0 16px;
  line-height: 1.55;
  font-size: 16px;
  color: rgba(0,0,0,0.62);
  flex: 1 1 auto;
}

/* FOOTER */
.custom-testimonials__footer {
  margin-top: auto;
}

.custom-testimonials__person {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.custom-testimonials__avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 0 4px rgba(0,0,0,0.06);
  flex: 0 0 42px;
}

.custom-testimonials__personMeta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.custom-testimonials__name {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* STARS — BLUE */
.custom-testimonials__stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.custom-testimonials__star {
  width: 16px;
  height: 16px;
  display: block;
}

.custom-testimonials__stars--fallback {
  color: #0B5F77;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
}

/* ARROWS */
.custom-testimonials__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(0,0,0,0.08);
  border: none;
  cursor: pointer;
  z-index: 5;
  display: grid;
  place-items: center;
}

.custom-testimonials__arrow--left {
  left: 8px;
}

.custom-testimonials__arrow--right {
  right: 8px;
}

.custom-testimonials__arrow span {
  display: none;
}

.custom-testimonials__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.custom-testimonials__arrow--right::before {
  border-width: 9px 0 9px 13px;
  border-color: transparent transparent transparent #0B5F77;
  margin-left: 3px;
}

.custom-testimonials__arrow--left::before {
  border-width: 9px 13px 9px 0;
  border-color: transparent #0B5F77 transparent transparent;
  margin-right: 3px;
}

.custom-testimonials__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

/* MOBILE */
@media (max-width: 749px) {
  .custom-testimonials {
    padding: 28px 0 34px;
  }

  .custom-testimonials__footer {
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  .custom-testimonials__person {
    gap: 10px !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .custom-testimonials__name {
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }

  .custom-testimonials__stars {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  .custom-testimonials__avatar {
    width: 40px !important;
    height: 40px !important;
  }

  .custom-testimonials__star {
    width: 14px !important;
    height: 14px !important;
  }

  .custom-testimonials__card-inner {
    min-height: 220px;
    padding: 35px;
  }

  .custom-testimonials__title {
    font-size: 16px;
  }

  .custom-testimonials__text {
    font-size: 13px;
  }

  .custom-testimonials__name {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .custom-testimonials__arrow {
    display: none;
  }
}

/* =========================
   Base
========================= */
.lc { padding: 0; }

.lc__container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.lc__h1 { font-size: 44px; line-height: 1.05; margin: 10px 0 12px; }
.lc__h2 { font-size: 28px; line-height: 1.15; margin: 0 0 12px; }

.lc__sub  { font-size: 16px; opacity: .85; }
.lc__text { font-size: 16px; line-height: 1.6; }

.lc__img{
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   Buttons
========================= */
.lc__btn{
  display:inline-block;
  margin-top:24px;
  padding:12px 22px;
  background:#ffffff;
  color:#1f4a57;
  font-weight:600;
  font-size:14px;
  border-radius:6px;
  text-decoration:none;
  border:none;
  transition:all .25s ease;
}

.lc__btn--story {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 48px;
  padding: 0 28px;

  background: #0f5f7f;
  color: #fff;

  border: none;
  border-radius: 4px;

  font-size: 16px;
  font-weight: 600;

  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease;
}

.lc__btn--story:hover {
  background: #0b4e67;
}

.lc__btn:hover{ background:#f2f2f2; }

.lc__btn--secondary{
  background: transparent;
  color:#1f4a57;
  border: 1px solid rgba(31,74,87,.35);
  margin-top: 14px;
}

.lc__btn--secondary:hover{
  background: rgba(31,74,87,.06);
}

.lc__btn--small{
  padding: 10px 12px;
  font-size: 14px;
  margin-top: 10px;
  display: inline-flex;
}

.lc__link{
  display: inline-block;
  margin-top: 12px;
  text-decoration: underline;
}

/* =================================
   PDP HEADER — CLEAN LIGHT STYLE
================================= */

/* sticky full-width header */
.template-page-pdp .wt-header{
  position: sticky !important;
  top: 0;
  z-index: 100;
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* full-width clean bar */
.template-page-pdp .wt-header__body{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;

  min-height: 78px !important;
  padding-left: 34px !important;
  padding-right: 34px !important;

  background: #f3f1ec !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* remove all theme borders / icon boxes */
.template-page-pdp .wt-header a,
.template-page-pdp .wt-header button,
.template-page-pdp .wt-header summary,
.template-page-pdp .wt-header__icons a,
.template-page-pdp .wt-header__icons button,
.template-page-pdp .wt-header__actions a,
.template-page-pdp .wt-header__actions button{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

#Rectangle_2917, #Rectangle_2923 {
  display: none;
}

/* blue icons */
.template-page-pdp .wt-header svg,
.template-page-pdp .wt-header .icon{
  stroke: #00547A !important;
  color: #00547A !important;
}

/* blue nav / locale text */
.template-page-pdp .wt-header a,
.template-page-pdp .wt-header button,
.template-page-pdp .wt-header .disclosure__toggle,
.template-page-pdp .wt-header .localization-form__select,
.template-page-pdp .wt-header nav a{
  color: #00547A !important;
}

/* HERO: show more face + more bottom space */
.template-page-pdp .lc-hero{
  min-height: 574px;
}

.template-page-pdp .lc-hero__bg{
  background-position: 60% 20% !important;
  background-size: cover !important;
}

/* content spacing inside hero */
.template-page-pdp .lc-hero__content{
  padding-top: 110px !important;
  padding-bottom: 120px !important;
}

/* mobile */
@media (max-width: 990px){
  .template-page-pdp .lc-hero{
    min-height: 560px;
  }

  .template-page-pdp .lc-hero__bg{
    background-position: 72% 38% !important;
  }

  .template-page-pdp .lc-hero__content{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

/* icon spacing */
.template-page-pdp .wt-header__icons,
.template-page-pdp .wt-header__actions{
  display: flex !important;
  align-items: center;
  gap: 16px !important;
}

.template-page-pdp .wt-header__icons a,
.template-page-pdp .wt-header__actions a,
.template-page-pdp .wt-header__icons button,
.template-page-pdp .wt-header__actions button{
  width: auto !important;
  height: auto !important;
  padding: 4px !important;
}

/* burger */
.template-page-pdp .wt-header .menu-trigger svg,
.template-page-pdp .wt-header .drawer__trigger svg,
.template-page-pdp .wt-header .icon-hamburger{
  stroke: #00547A !important;
}

/* logo */
.template-page-pdp .wt-header__logo img,
.template-page-pdp .wt-header__transparent-logo img{
  max-height: 36px !important;
}

/* optional: remove bottom divider if theme adds one */
.template-page-pdp .wt-header::before,
.template-page-pdp .wt-header::after,
.template-page-pdp .wt-header__body::before,
.template-page-pdp .wt-header__body::after{
  box-shadow: none !important;
  border: none !important;
}

/* hero should start below clean header */
.template-page-pdp .lc-hero{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.template-page-pdp .lc-hero__content{
  padding-top: 54px !important;
}

/* mobile */
@media (max-width: 990px){
  .template-page-pdp .wt-header__body{
    min-height: 64px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .template-page-pdp .wt-header__logo img,
  .template-page-pdp .wt-header__transparent-logo img{
    max-height: 28px !important;
  }

  .template-page-pdp .wt-header__icons,
  .template-page-pdp .wt-header__actions{
    gap: 10px !important;
  }

  .template-page-pdp .lc-hero__content{
    padding-top: 36px !important;
  }
}

/* =========================
   PDP INTRO
========================= */
.pdp-intro{
  background: #f3f1ec;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 8px 0 14px;
}

.pdp-intro__inner{
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px;
}

.pdp-intro__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 450px);
  gap: 32px;
  align-items: start;
  width: 70%;
  margin: 0 auto;
}

.pdp-intro__gallery{
  display: grid;
  grid-template-columns: 100px minmax(0,1fr);
  gap: 16px;
  align-items: start;
}

.pdp-intro__thumbs{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pdp-intro__thumb{
  width: 100px;
  height: 100px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
}

.pdp-intro__thumb:hover{
  transform: translateY(-1px);
}

.pdp-intro__thumb.is-active{
  border-color: #111;
}

.pdp-intro__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-intro__main{
  background: #dfdad0;
}

.pdp-intro__mainImage{
  width: 100%;
  height: auto;
  display: block;
}

.pdp-intro__content{
  padding-top: 4px;
}

.pdp-intro__title{
  margin: 0 0 8px;
  font-size: 44px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #111;
}

.pdp-intro__ratingRow{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.pdp-intro__stars{
  font-size: 21px;
  line-height: 1;
  color: #111;
  letter-spacing: 1px;
}

.pdp-intro__ratingText{
  font-size: 16px;
  color: #3d3a35;
}

.pdp-intro__subtitle{
  font-size: 16px;
  line-height: 1.3;
  color: #2f2d29;
  margin-bottom: 14px;
}

.pdp-intro__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #b7aa8c;
  background: #efe9dc;
  color: #6c5d3e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 12px;
}

.pdp-intro__purchaseBox{
  min-height: 46px;
  border: 1px solid rgba(17,17,17,.18);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #111;
  font-weight: 600;
}

.pdp-intro__radio{
  width: 18px;
  height: 18px;
  border: 2px solid #111;
  border-radius: 50%;
  position: relative;
  flex: 0 0 18px;
}

.pdp-intro__radio::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #111;
  transform: translate(-50%, -50%);
}

.pdp-intro__addBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 46px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .01em;
  margin-bottom: 10px;
}

.pdp-intro__addBtn:hover {
    background: #0B5F77;
}

.pdp-intro__micro{
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #3d3a35;
  margin-bottom: 14px;
}

.pdp-intro__helper{
  text-align: center;
  font-size: 16px;
  color: #3d3a35;
  margin-bottom: 14px;
}

.pdp-intro__group{
  padding-top: 10px;
  margin-bottom: 12px;
}

.pdp-intro__group--bordered{
  border-top: 1px solid rgba(17,17,17,.28);
}

.pdp-intro__groupTitle{
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
}

.pdp-intro__twoCol{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pdp-intro__col{
  font-size: 16px;
  line-height: 1.5;
  color: #2f2d29;
}

.pdp-intro__col p{
  margin: 0 0 7px;
}

.pdp-intro__accordion{
  margin-top: 2px;
  border-top: 1px solid rgba(17,17,17,.35);
}

.pdp-intro__item{
  border-bottom: 1px solid rgba(17,17,17,.35);
}

.pdp-intro__summary{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

.pdp-intro__summary::-webkit-details-marker{
  display: none;
}

.pdp-intro__plus{
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.pdp-intro__plus::before,
.pdp-intro__plus::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #111;
  transform: translate(-50%, -50%);
}

.pdp-intro__plus::before{
  width: 14px;
  height: 1.5px;
}

.pdp-intro__plus::after{
  width: 1.5px;
  height: 14px;
  transition: opacity .2s ease;
}

.pdp-intro__item[open] .pdp-intro__plus::after{
  opacity: 0;
}

.pdp-intro__answer{
  padding: 0 0 14px;
  font-size: 16px;
  line-height: 1.55;
  color: #3d3a35;
}

.pdp-intro__answer p{
  margin: 0 0 8px;
}

@media (max-width: 1180px){
  .pdp-intro__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pdp-intro__content{
    max-width: 760px;
  }
}

@media (max-width: 767px){
  .pdp-intro{
    padding: 14px 0 20px;
  }

  .pdp-intro__inner{
    padding: 0 16px;
  }

  .pdp-intro__gallery{
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  .pdp-intro__thumbs{
    gap: 8px;
  }

  .pdp-intro__title{
    font-size: 32px;
  }

  .pdp-intro__stars{
    font-size: 18px;
  }

  .pdp-intro__ratingText{
    font-size: 13px;
  }

  .pdp-intro__subtitle{
    font-size: 15px;
    margin-bottom: 16px;
  }

  .pdp-intro__badge{
    font-size: 12px;
    height: 30px;
    margin-bottom: 14px;
  }

  .pdp-intro__purchaseBox{
    min-height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }

  .pdp-intro__addBtn{
    min-height: 46px;
    font-size: 15px;
  }

  .pdp-intro__micro{
    font-size: 11px;
    flex-wrap: wrap;
  }

  .pdp-intro__helper{
    font-size: 13px;
  }

  .pdp-intro__twoCol{
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pdp-intro__summary{
    min-height: 42px;
    font-size: 14px;
  }
}

/* =========================
   PDP BENEFITS BAND
========================= */
.pdp-benefits{
  position: relative;
  background: #005b82;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 36px 0 72px;
  overflow: hidden;
}

.pdp-benefits__inner{
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 22px;
}

.pdp-benefits__content{
  max-width: 1280px;
  margin: 0 auto;
}

.pdp-benefits__title{
  max-width: 260px;
  margin: 0 0 28px;
  color: #fff;
  font-size: 27px;
  line-height: .96;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.pdp-benefits__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 54px;
  row-gap: 26px;
  align-items: start;
}

.pdp-benefits__item{
  min-width: 0;
}

.pdp-benefits__itemHead{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 4px;
}

.pdp-benefits__icon{
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: block;
  flex: 0 0 28px;
}

.pdp-benefits__iconFallback{
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 28px;
}

.pdp-benefits__itemTitle{
  color: #fff;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 700;
  max-width: 260px;
}

.pdp-benefits__itemText{
  padding-left: 40px;
  color: rgba(255,255,255,.92);
  font-size: 16px;
  line-height: 1.25;
  max-width: 260px;
}

@media (max-width: 1180px){
  .pdp-benefits__grid{
    column-gap: 34px;
  }
}

@media (max-width: 767px){
  .pdp-benefits{
    padding: 28px 0 42px;
  }

  .pdp-benefits__inner{
    padding: 0 16px;
  }

  .pdp-benefits__title{
    font-size: 28px;
    margin-bottom: 22px;
  }

  .pdp-benefits__itemTitle{
    font-size: 17px;
  }

  .pdp-benefits__itemText{
    padding-left: 40px;
    font-size: 12px;
  }

  .pdp-benefits__cuts{
    height: 24px;
  }

  .pdp-benefits__cut--1{
    border-width: 0 0 24px 90px;
  }

  .pdp-benefits__cut--2{
    border-width: 0 100px 24px 0;
  }

  .pdp-benefits__cut--3{
    border-width: 0 0 24px 90px;
  }
}

/* =========================
   STORY (full-bleed cream, figma-like)
========================= */
.lc-story{
  background:#f3f1ec;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:0;
  text-align: center;
}

.lc-story__inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.lc-story__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items:center;
}

.lc-story__text{
  font-family: Nobel, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111;
}

.lc-story__title{
  font-family: "Nobel", Helvetica, Arial, sans-serif;
  font-weight: 400;0
  font-size: 40px !important;
  line-height: 1.05;
}

.lc-story__text p{ margin: 0 0 12px; }

.lc-story__media{
  display:flex;
  justify-content:flex-end;
}

.lc-story__img{
  width:100%;
  max-width: 520px;
  height:auto;
  display:block;
  border-radius: 10px;
}

/* =========================
   PARTNERS
========================= */
.lc-partners{
  background:#f3f1ec;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding: 6px 0 44px;
  border-top: 0;
}

.lc-partners__inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  text-align:center;
}

.lc-partners__title{
  margin: 10px 0 24px;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 800;
  color:#111;
}

.lc-partners__logos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 34px;
  flex-wrap:wrap;
}

.lc-partners__logo{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.lc-partners__logo img{
  display:block;
  max-height: 52px;
  width: auto;
  opacity: .55;
  filter: grayscale(100%);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 990px){
  .lc-partners{
    padding: 0 0 34px;
  }

  .lc-partners__title{
    font-size: 18px;
  }

  .lc-partners__logos{
    gap: 22px;
  }

  .lc-partners__logo img{
    max-height: 38px;
  }
}

/* =========================
   NEWSLETTER (blue band like Figma)
   IMPORTANT: replaces old .lc-news__form + .lc__input usage
========================= */
.lc-news{
  background:#00547A;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:0;
  padding: 64px 0 58px;
  color:#fff;
}

.lc-news__inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align:center;
}

.lc-news__title{
  margin:0;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 800;
  color:#fff;
}

.lc-news__subtitle{
  margin-top: 8px;
  font-size: 16px;
  opacity: .9;
  color:#fff;
}

.lc-news__form{
  margin-top: 22px;
  display:grid;
  grid-template-columns: 1fr 1fr 170px;
  gap: 12px;
  align-items:center;
  justify-content:center;
}

.lc-news__input{
  height: 34px;
  width: 100%;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.65);
  background: transparent;
  color:#fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  outline: none;
}

.lc-news__input::placeholder{
  color: rgba(255,255,255,.85);
}

@media (max-width: 480px) {
  .lc-story__copy{
    display: flex;
    flex-direction: column;
  }

  .lc-story__copy .lc__btn--story{
    align-self: center;
  }
}

.lc-news__btn{
  height: 34px;
  border-radius: 4px;
  border: 0;
  background: #e7e0d7;
  color:#0b5f7b;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor:pointer;
}

.lc-news__btn:hover{
  filter: brightness(1.03);
}

.lc-news__note{
  grid-column: 1 / -1;
  margin: 10px 0 0;
  font-size: 12px;
  color:#fff;
  opacity:.95;
}

.lc-news__privacy{
  margin-top: 14px;
  font-size: 16px;
  color: rgba(255,255,255,.85);
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
}

/* =========================
   FAQ (Figma-style)
========================= */
.lc-faq{
  background:#f3f1ec;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:0;
  padding: 56px 0 64px;
}

.lc-faq__inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.lc-faq__grid{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items:start;
}

.lc-faq__intro{
  max-width: 260px;
}

.lc-faq__eyebrow{
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color:#5b564f;
  margin-bottom: 10px;
}

.lc-faq__title{
  margin:0;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 800;
  color:#111;
}

.lc-faq__list{
  display:grid;
  gap: 0;
}

.lc-faq__item{
  border-top: 1px solid rgba(17,17,17,.18);
}

.lc-faq__item:last-child{
  border-bottom: 1px solid rgba(17,17,17,.18);
}

.lc-faq__q{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 20px;
  padding: 16px 0;
  cursor:pointer;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color:#111;
}

.lc-faq__q::-webkit-details-marker{
  display:none;
}

.lc-faq__icon{
  position:relative;
  flex: 0 0 18px;
  width:18px;
  height:18px;
}

.lc-faq__icon::before,
.lc-faq__icon::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  background:#111;
  transform:translate(-50%, -50%);
}

.lc-faq__icon::before{
  width:14px;
  height:1.5px;
}

.lc-faq__icon::after{
  width:1.5px;
  height:14px;
  transition:opacity .2s ease;
}

.lc-faq__item[open] .lc-faq__icon::after{
  opacity:0;
}

.lc-faq__a{
  padding: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  color:#3d3a35;
  max-width: 760px;
}

.lc-faq__a p{
  margin: 0 0 10px;
}

.lc-faq__a p:last-child{
  margin-bottom:0;
}

/* responsive */
@media (max-width: 900px){
  .lc-faq{
    padding: 42px 0 48px;
  }

  .lc-faq__grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lc-faq__intro{
    max-width: none;
  }

  .lc-faq__title{
    font-size: 24px;
  }

  .lc-faq__q{
    padding: 14px 0;
  }
}

/* =========================
   FOOTER (3 columns above, 2 below)
========================= */
.lc-footer{
  background:#f7f7f7;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:0;
  padding: 42px 0 28px;
}

.lc-footer__inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.lc-footer__top{
  display:grid;
  grid-template-columns: 180px 1fr;
  gap: 56px;
  align-items:start;
}

.lc-footer__markWrap{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
}

.lc-footer__mark{
  width:64px;
  height:auto;
  display:block;
}

.lc-footer__cols{
  display:flex;
  flex-direction:column;
  gap: 28px;
}

.lc-footer__row{
  display:grid;
  gap: 40px;
}

.lc-footer__row--top{
  grid-template-columns: repeat(3, minmax(140px, 180px));
}

.lc-footer__row--bottom{
  grid-template-columns: repeat(2, minmax(140px, 180px));
}

.lc-footer__colTitle{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color:#111;
  margin-bottom: 12px;
}

.lc-footer__links{
  font-size: 16px;
  line-height: 1.7;
  color:#2d2d2d;
}

.lc-footer__links p{
  margin:0 0 4px;
}

.lc-footer__links a{
  color:inherit;
  text-decoration:none;
}

.lc-footer__links a:hover{
  text-decoration:underline;
}

.lc-footer__bottom{
  margin-top: 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 20px;
  flex-wrap:wrap;
}

.lc-footer__brandLogo{
  width:120px;
  height:auto;
  display:block;
}

.lc-footer__payments{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 8px;
  flex-wrap:wrap;
  max-width: 760px;
}

.lc-footer__payment{
  height:18px;
  width:auto;
  display:block;
}

/* responsive */
@media (max-width: 900px){
  .lc-footer{
    padding: 34px 0 22px;
  }

  .lc-footer__top{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lc-footer__row--top,
  .lc-footer__row--bottom{
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .lc-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .lc-footer__payments{
    justify-content:flex-start;
  }
}

/* =========================
   Responsive
========================= */
@media (max-width: 900px){
  .lc__h1{ font-size: 34px; }
  .lc-hero__content{ padding: 70px 0; }

  .lc-story{ padding: 0; }
  .lc-story__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lc-story__media{ justify-content:flex-start; }

  .lc-partners{ padding: 34px 0; }
  .lc-partners__title{ font-size: 16px; }
  .lc-partners__logo img{ height: 24px; }

  .lc-it{ padding: 44px 0; }
  .lc-it__lede{ font-size: 26px; }
  .lc-it__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lc-products__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .lc-prod{ max-width: 340px; }

  .lc-news{ padding: 48px 0 44px; }
  .lc-news__title{ font-size: 24px; }
  .lc-news__form{ grid-template-columns: 1fr; }
}

.pdp-intro__mobileTrack{
  display: none;
}

@media (max-width: 767px) and (orientation: portrait){
  .pdp-intro__thumbs,
  .pdp-intro__main{
    display: none;
  }

  .pdp-benefits__grid {
    grid-template-columns: unset;
    justify-content: center;
  }

  .pdp-intro__gallery{
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pdp-intro__mobileTrack{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    min-width: 0;
  }

  .pdp-intro__mobileTrack::-webkit-scrollbar{
    display: none;
  }

  .pdp-intro__mobileSlide{
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;xw
  }

  .pdp-intro__mobileImage{
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
  }
}

@media (max-width: 991px) and (orientation: landscape){
  .pdp-intro__grid {
    display: flex;
  }
}

.custom-before-after-text {
  background: #f3f1ec;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 56px 0 72px;
}

.custom-before-after-text__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom-before-after-text__sectionTitle {
  margin: 0 0 28px;
  text-align: center;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
}

.custom-before-after-text__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.custom-before-after {
  position: relative;
  width: 100%;
  --ba-position: 50%;
  --ba-feather: 64px;
}

.custom-before-after__media {
  position: relative;
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 1 / 1;
  user-select: none;
}

.custom-before-after__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.custom-before-after__beforeWrap {
  position: absolute;
  inset: 0;
  width: calc(var(--ba-position) + var(--ba-feather));
  overflow: hidden;
  z-index: 2;

  -webkit-mask-image: linear-gradient(
    to right,
    #000 0,
    #000 calc(100% - var(--ba-feather)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    #000 0,
    #000 calc(100% - var(--ba-feather)),
    transparent 100%
  );
}

.custom-before-after__image--before {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-before-after__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ba-position);
  width: 0;
  z-index: 3;
  pointer-events: none;
}

.custom-before-after__divider::before {
  display: none;
}

.custom-before-after__divider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(var(--ba-feather) * 1.6);
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.20) 50%,
    rgba(255,255,255,0) 100%
  );
  filter: blur(8px);
  opacity: 0.7;
}

.custom-before-after__handle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.custom-before-after__image,
.custom-before-after__image--before,
.custom-before-after__image--after {
  object-fit: cover;
  object-position: center;
}

.custom-before-after__handle span {
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  display: block;
}

.custom-before-after__handle span:first-child {
  transform: rotate(-135deg);
}

.custom-before-after__handle span:last-child {
  transform: rotate(45deg);
}

.custom-before-after__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 5;
}

.custom-before-after__label {
  position: absolute;
  top: 16px;
  z-index: 4;
  padding: 6px 10px;
  background: rgba(17,17,17,.72);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 999px;
}

.custom-before-after__label--left {
  left: 16px;
}

.custom-before-after__label--right {
  right: 16px;
}

.custom-before-after-text__title {
  margin: 0 0 18px;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}

.custom-before-after-text__lede {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
}

.custom-before-after-text__lede p,
.custom-before-after-text__body p,
.custom-before-after-text__highlight p,
.custom-before-after-text__note p {
  margin: 0 0 14px;
}

.custom-before-after-text__body {
  font-size: 16px;
  line-height: 1.7;
  color: #111;
}

.custom-before-after-text__highlight {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #111;
}

.custom-before-after-text__note {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}

@media (max-width: 991px) {
  .custom-before-after-text__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .custom-before-after-text__sectionTitle {
    font-size: 24px;
  }

  .custom-before-after-text__title {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .custom-before-after-text {
    padding: 42px 0 56px;
  }

  .custom-before-after__handle {
    width: 40px;
    height: 40px;
  }

  .custom-before-after-text__sectionTitle {
    margin-bottom: 20px;
  }
}

/* =================================
   PDP — premium consistency overrides
   Append at the very end of the file
================================= */
:root{
  --pdp-gutter-desktop: 20px;
  --pdp-gutter-mobile: 12px;
  --pdp-h1-desktop: 44px;
  --pdp-h1-mobile: 32px;
  --pdp-h2-desktop: 27px;
  --pdp-h2-mobile: 24px;
  --pdp-text-desktop: 16px;
  --pdp-text-mobile: 15px;
}

/* consistent horizontal gutters across sections */
.lc__container,
.pdp-intro__inner,
.pdp-benefits__inner,
.custom-before-after-text__inner,
.lc-story__inner,
.lc-partners__inner,
.lc-news__inner,
.lc-faq__inner,
.lc-footer__inner{
  padding-left: var(--pdp-gutter-desktop) !important;
  padding-right: var(--pdp-gutter-desktop) !important;
}

/* intro was too narrow, which created large side margins */
.pdp-intro__grid{
  width: 100%;
  max-width: 1280px;
}

/* unify typography */
.pdp-intro__title{
  font-size: var(--pdp-h1-desktop);
}

.pdp-benefits__title,
.custom-before-after-text__sectionTitle,
.custom-before-after-text__title,
.lc-story__title,
.lc-partners__title,
.lc-news__title,
.lc-faq__title{
  font-size: var(--pdp-h2-desktop);
}

.pdp-intro__subtitle,
.pdp-intro__col,
.pdp-intro__summary,
.pdp-intro__answer,
.pdp-benefits__itemTitle,
.pdp-benefits__itemText,
.custom-before-after-text__lede,
.custom-before-after-text__body,
.custom-before-after-text__highlight,
.lc-news__subtitle,
.lc-faq__q,
.lc-faq__a{
  font-size: var(--pdp-text-desktop);
}

@media (max-width: 767px){
  .lc__container,
  .pdp-intro__inner,
  .pdp-benefits__inner,
  .custom-before-after-text__inner,
  .lc-story__inner,
  .lc-partners__inner,
  .lc-news__inner,
  .lc-faq__inner,
  .lc-footer__inner{
    padding-left: var(--pdp-gutter-mobile) !important;
    padding-right: var(--pdp-gutter-mobile) !important;
  }

  .pdp-intro__grid{
    gap: 18px;
  }

  .pdp-intro__mobileImage{
    padding: 5px;
  }

  .pdp-intro__title{
    font-size: var(--pdp-h1-mobile);
    line-height: 0.98;
  }

  .pdp-benefits__title,
  .custom-before-after-text__sectionTitle,
  .custom-before-after-text__title,
  .lc-story__title,
  .lc-partners__title,
  .lc-news__title,
  .lc-faq__title{
    font-size: var(--pdp-h2-mobile);
    line-height: 1.08;
  }

  .pdp-intro__subtitle,
  .pdp-intro__col,
  .pdp-intro__summary,
  .pdp-intro__answer,
  .pdp-benefits__itemTitle,
  .pdp-benefits__itemText,
  .custom-before-after-text__lede,
  .custom-before-after-text__body,
  .custom-before-after-text__highlight,
  .lc-news__subtitle,
  .lc-faq__q,
  .lc-faq__a{
    font-size: var(--pdp-text-mobile);
  }

  .pdp-benefits__itemText{
    line-height: 1.45;
  }
}

/* typo fix for mobile slider */
@media (max-width: 767px) and (orientation: portrait){
  .pdp-intro__mobileSlide{
    scroll-snap-align: start;
  }
}

@media (max-width: 749px) {
  .custom-testimonials__inner.page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .custom-testimonials__slider {
    padding: 0 !important;
  }

  .custom-testimonials__track {
    gap: 0 !important;
  }

  .custom-testimonials__card {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .custom-testimonials__card-inner {
    width: 100% !important;
    box-sizing: border-box;
  }
}

.lc-prod__cartForm {
  margin: 0;
}

.lc-prod__cartForm .lc-prod__buyBtn {
  border: 0;
  cursor: pointer;
}

.lc-prod__cartForm .lc-prod__buyBtn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.pdp-intro__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pdp-intro__ratingRow {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pdp-intro__stars {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}

.pdp-intro__ratingText {
  font-size: 16px;
  line-height: 1.3;
  color: #2d2d2d;
}

.pdp-intro__title {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pdp-intro__subtitle {
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
  color: #222;
  max-width: 760px;
}

.pdp-intro__offerBox {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f5f3ec;
  width: fit-content;
}

.pdp-intro__offerLabel {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #4e4a42;
}

.pdp-intro__priceRow {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pdp-intro__oldPrice {
  font-size: 22px;
  line-height: 1;
  color: #7d7d7d;
  text-decoration: line-through;
}

.pdp-intro__newPrice {
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  color: #111;
}

.pdp-intro__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.pdp-intro__uspList {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}

.pdp-intro__uspItem {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.pdp-intro__uspIcon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid rgba(60, 82, 130, 0.12);
  flex-shrink: 0;
}

.pdp-intro__uspIconImg {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.pdp-intro__uspText {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  color: #171717;
}

.pdp-intro__inventory {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}

.pdp-intro__inventoryDot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #78d66b;
  box-shadow: 0 0 0 4px rgba(120, 214, 107, 0.18);
  flex-shrink: 0;
}

.pdp-intro__cartForm {
  margin-top: 4px;
}

.pdp-intro__addBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 16px 28px;
  border: 0;
  border-radius: 14px;
  background: #06070c;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  min-width: 320px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.pdp-intro__addBtn:hover {
  transform: translateY(-1px);
}

.pdp-intro__addBtn[disabled],
.pdp-intro__addBtn[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
}

.pdp-intro__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdp-intro__paymentIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pdp-intro__guarantee {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pdp-intro__guaranteeIcon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.pdp-intro__guaranteeText {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  color: #111;
}

@media (max-width: 767px) {
  .pdp-intro__title {
    font-size: 42px;
  }

  .pdp-intro__subtitle,
  .pdp-intro__uspText,
  .pdp-intro__guaranteeText {
    font-size: 16px;
  }

  .pdp-intro__newPrice {
    font-size: 28px;
  }

  .pdp-intro__addBtn {
    width: 100%;
    min-width: 0;
  }

  .pdp-intro__uspItem {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .pdp-intro__uspIcon {
    width: 42px;
    height: 42px;
  }

  .pdp-intro__uspIconImg {
    width: 28px;
    height: 28px;
  }
}

.pdp-intro__title {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 56px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 680px;
}

.pdp-intro__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #222;
  max-width: 760px;
}

.pdp-intro__uspList {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 4px;
  width: 100%;
}

.pdp-intro__uspItem {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: 100%;
}

.pdp-intro__uspIcon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid rgba(60, 82, 130, 0.12);
  flex-shrink: 0;
}

.pdp-intro__uspIconImg {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.pdp-intro__uspText {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  color: #171717;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  hyphens: none;
}

.lc-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lc-footer__linkItem {
  margin: 0 0 10px;
}

.lc-footer__link {
  color: inherit;
  text-decoration: none;
}

.lc-footer__link:hover {
  text-decoration: underline;
}

.pdp-intro__content {
  padding: 25px;
}

.lc-footer__localization {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 20px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 8px;
}

.wt-localization-drawer__menu {
  display: none;
}

@media (min-width: 750px) {
  .lc-footer__localization {
    justify-content: flex-end;
    padding: 24px 32px;
    gap: 32px;
  }
}


.shopify-section-group-footer-group{
  display: none !important
}