/* =============================================
   DESIGN TOKENS
   ============================================= */
   :root {
    --color-bg: #ffffff;
    --color-surface: #f9f8f6;
    --color-border: #e8e4df;
    --color-text: #000;
    --color-text-muted: #6b6b6b;
    --color-text-faint: #aaa;
    --color-text-lightgrey: #E7E7E7;
    --color-accent: #000;
    --color-promo-bar: #0a0a2a;
    --font-display: "Lane Crawford", 微软雅黑体, "Microsoft YaHei", 华文细黑, "STXihei", 华文黑体, "STHeiti", 冬青黑体, "Hiragino Sans GB", sans-serif;
    --font-body: "Lane Crawford", 微软雅黑体, "Microsoft YaHei", 华文细黑, "STXihei", 华文黑体, "STHeiti", 冬青黑体, "Hiragino Sans GB", sans-serif;
    --font-size-sm: 0.75em;
    --font-size-md: 1em;
    --font-size-lg: 1.25em;
    --font-size-xl: 1.5em;
    --font-size-2xl: 1.75em;
    --font-size-3xl: 2em;
    --font-size-4xl: 3em;
    --font-size-5xl: 4em;
    --space-0: 0px;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-8: 32px;
    --space-10: 40px;
    --space-12: 48px;
    --space-16: 64px;
    --content-wide: 1400px;
    --radius-sm: 2px;
    --radius-md: 4px;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: var(--font-body);
    font-size: var(--font-size-md);
    color: var(--color-text);
    background: var(--color-bg);
    -webkit-font-smoothing: antialiased;
  }
  main{
    margin: auto;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  button {
    cursor: pointer;
    border: none;
    background: none;
    font: inherit;
  }
  
  ul {
    list-style: none;
  }
  @media screen and (max-width: 757px){
    main{
      max-width: 100%;
    }
  }
  /* =============================================
   UTILITY
   ============================================= */
   .carousel-section .row {
    max-width: none !important;
  
  }
  
  .container {
    max-width: var(--content-wide);
    margin: 0 auto;
    padding: 0 var(--space-8);
  }
  
  .txt-center {
    text-align: center;
  }
  
  .txt-upper {
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .txt-muted {
    color: var(--color-text-muted);
  }
  
  .section-title {
    font-family: var(--font-body);
    font-size: var(--font-size-lg);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--ss-grey);
    letter-spacing: 0.0875em;
    
  }

  .beauty_LP__hero .section-title {
    font-size: var(--font-size-4xl);
    text-align: left;
    line-height: 0.8;
    padding: var(--space-6) 0;
    max-width: 600px;
  }
   .section-desc{
    max-width: 767px;
    text-transform: none;
    letter-spacing: 0.1em;
    padding-bottom: 3em;
  }
  .btn-outline {
    display: inline-block;
    border: 1px solid var(--color-text);
    padding: 9px 50px;
    font-family: var(--font-body);
    font-size: var(--font-size-md);
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--color-text);
    transition: background 0.2s, color 0.2s;
  }
  
  .btn-outline:hover {
    background: var(--color-text);
    color: #fff;
  }
  
  .btn-filled {
    display: inline-block;
    background: var(--color-text);
    color: #fff;
    padding: 9px 28px;
    font-family: var(--font-body);
    font-size: var(--font-size-md);
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: opacity 0.2s;
  }
  
  .btn-filled:hover {
    opacity: 0.8;
  }

  @media screen and (max-width: 1023px){
    .beauty_LP__hero .section-title {
      max-width: none;
      font-size: var(--font-size-3xl);
    }
    
  }
  @media screen and (max-width: 767px){
    .beauty_LP__hero .section-title {
      text-align: center;
    }
  }
  /* =============================================
   HERO SLIDER
   ============================================= */
   .short-container {
    position: relative;
    width: 100%;
    max-width: 450px; /* Controls max portrait width */
    aspect-ratio: 9 / 16; /* Locks vertical 9:16 ratio */
    margin: 0 auto; /* Centers the short */
  }
  
  .short-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  /* =============================================
   PRODUCT CAROUSEL SECTION (with intro)
   ============================================= */
  .carousel-section {}
  
  .carousel-layout {}
  
  .carousel-intro {
    top: 0;
    text-align: center;
  }
  
  .carousel-intro__label {
    font-size: var(--font-size-sm);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin-bottom: var(--space-4);
  }
  
  .carousel-intro__title {
    font-family: var(--font-display);
    font-size: var(--font-size-xl);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--space-4);
  }
  
  .carousel-intro__body {
    text-transform: none;
    letter-spacing: 0.03em;
    font-size: var(--font-size-md);
    line-height: 1.7;
    color: var(--color-text);
    margin-bottom: var(--space-6);
  }
  
  .carousel-right {
    padding: var(--space-6) 0 var(--space-6) var(--space-6);
    overflow: hidden;
  }
  
  
  #carouselCtaMobile {
    display: none;
    margin: auto;
  }
  
  /* Tab nav */
  .tab-nav {
    display: flex;
    gap: 0;
    margin-top: var(--space-6);
    margin-bottom: var(--space-6);
    padding-left: var(--space-3);
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
  }
  
  .tab-nav::-webkit-scrollbar {
    display: none;
  }
  
  .tab-btn {
    font-family: var(--font-body);
    font-size: var(--font-size-sm);
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: var(--space-3) var(--space-5);
    border-bottom: 2px solid transparent;
    color: var(--color-text-muted);
    white-space: nowrap;
    cursor: pointer;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: color 0.2s, border-color 0.2s;
  }
  
  .tab-btn.active {
    color: var(--color-text);

  }
  
  .tab-btn:hover {
    color: var(--color-text);
  }
  
  
  /* =============================================
   NEW INITIATIVE SECTION
   ============================================= */
  .new-initiative {
    padding: 0;
  }
  
  .initiative-grid {
    display: grid;
    gap: var(--space-4);
    margin: 0;
    max-width: 100%;
  }
  
  .initiative-grid.initiative-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .initiative-grid.initiative-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .initiative-box {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    cursor: pointer;
  }
  
  .initiative-grid-2 .initiative-box {
    aspect-ratio: 5/3;
  }
  .initiative-grid-2 .initiative-box-image{
    aspect-ratio: 5/3;
  }
  
  .initiative-box-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
  }
  
  .initiative-box__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .initiative-box:hover .initiative-box__img {
    transform: scale(1.05);
  }
  
  .initiative-box__overlay {
    position: absolute;
    pointer-events: none;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  }
  
  .initiative-box__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-5) var(--space-5);
    color: #fff;
  }
  
  .initiative-box__title {
    font-size: var(--font-size-md);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.3;
    margin: var(--space-0);
    text-align: left;
  }
  
  .initiative-box__tag {
    font-size: var(--font-size-sm);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255);
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  /* =============================================
   CURATOR SECTION
   ============================================= */
  .curator-section {
    padding: 0 0 var(--space-6);
  }
  
  .curator-label {
    font-size: var(--font-size-md);
    text-transform: uppercase;
    color: var(--color-text);
    padding: var(--space-6) var(--space-8) 0;
    margin-bottom: var(--space-4);
  }
  
  .curator-track-wrap {
    position: relative;
    padding: 0 var(--space-8);
  }
  
  .curator-track {
    display: flex;
    gap: var(--space-3);
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: var(--space-2);
  }
  
  .curator-track::-webkit-scrollbar {
    display: none;
  }
  
  
  .curator-arrow:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  }
  
  .curator-arrow--left {
    left: 2px;
  }
  
  .curator-arrow--right {
    right: 2px;
  }
  
  .curator-cta {
    text-align: center;
    padding-top: var(--space-6);
  }
  
  /* =============================================
   ONLY AT LANE CRAWFORD
   ============================================= */
  .only-lc {
    padding: var(--space-16) 0 var(--space-16) 0;
    overflow: hidden;
  }
  
  .only-lc-grid {
    display: flex;
    scrollbar-width: none;
    position: relative;
    justify-content: center;
    max-width: 1700px;
    margin: auto;
    gap: var(--space-4);
  }
  
  .only-lc-grid::-webkit-scrollbar {
    display: none;
  }
  
  .only-lc-grid.flickity-enabled {
    display: block;
  }
  
  .only-lc-grid.flickity-enabled .flickity-viewport {
    overflow: visible;
  }
  
  .only-lc-grid.flickity-enabled .flickity-cell {
    width: calc((100% - (var(--space-5) * 5)) / 6);
    margin-right: var(--space-5);
  }
  
  .only-lc-grid.flickity-enabled .flickity-cell:last-child {
    margin-right: 0;
  }
  
  .only-lc .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }
  
  .only-lc .flickity-prev-next-button .arrow {
    fill: var(--color-text);
  }
  
  .only-lc .flickity-prev-next-button:disabled {
    opacity: 0.25;
  }
  
  .only-lc .hero-product-carousel-cell{
      margin-top: var(--space-10);
  }
  
  .brand-card {
    flex: 1;
    text-align: center;
    cursor: pointer;
  }
  
  .brand-card__img-wrap {
    aspect-ratio: 400/550;
    margin-bottom: var(--space-3);
  }
  
  .brand-card__img {
    width: 220px;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
  }
  
  .brand-card__name {
    font-size: var(--font-size-md);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    width: 220px;
  }
  
  /* =============================================
   WELLNESS SECTION (Flickity asNavFor: main + nav)
   ============================================= */
  .wellness-section {
    padding: 0 0 var(--space-16) 0;
    max-width: var(--content-wide);
    margin: auto;
  }
  
  .wellness-as-nav {
    max-width: 100%;
  }
  
  .wellness-as-nav__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: var(--space-5);
    align-items: stretch;
  }
  
  .wellness-carousel-main,
  .wellness-carousel-nav {
    width: 100%;
    min-width: 0;
  }
  
  .wellness-main-slide {
    width: 100%;
    min-height: 100%;
  }
  
  .wellness-main-slide__link {
    position: relative;
    display: block;
    height: 100%;
    min-height: 320px;
    overflow: hidden;
    color: #fff;
  }
  
  .wellness-main-slide__figure {
    position: absolute;
    inset: 0;
    background: #e8e4df;
  }
  
  .wellness-main-slide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
  }
  
  .wellness-main-slide__link:hover .wellness-main-slide__img {
    transform: scale(1.03);
  }
  
  .wellness-main-slide__gradient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.18) 38%,
        transparent 72%);
  }
  
  .wellness-main-slide__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: var(--space-6);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  }
  
  .wellness-main-slide__eyebrow {
    margin: 0 0 var(--space-2);
    font-size: var(--font-size-sm);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.9;
  }
  
  .wellness-main-slide__title {
    margin: 0;
    font-size: var(--font-size-lg);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
  }
  
  .wellness-nav-slide {
    width: 100%;
    min-height: 100%;
  }
  
  .wellness-nav-slide__inner {
    height: 100%;
    padding: var(--space-2) 0;
  }
  
  .wellness-as-nav .wellness-carousel-main .flickity-viewport,
  .wellness-as-nav .wellness-carousel-nav .flickity-viewport {
    min-height: 320px;
  }
  
  .wellness-as-nav .wellness-carousel-nav .flickity-slider {
    align-items: stretch;
  }
  
  .wellness-as-nav .wellness-carousel-main .flickity-prev-next-button,
  .wellness-as-nav .wellness-carousel-nav .flickity-prev-next-button {
    z-index: 3;
  }
  
  .wellness-tab-btn {
    color: var(--color-text-muted)!important;
    background-color: white!important;
  }
  
  
  /* WELLNESS #offer: row Flickity + grid-aligned arrows (matches dt-4 | dt-8) */
  
  /* Desktop: center product carousel beside media column */
  @media screen and (min-width: 1024px) {
    #offer .wellness__slide {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
  }
  
  .wellness__media-col {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    padding-left: 0!important;
    text-align: right;
  }
  
  .wellness__media-col::-webkit-scrollbar {
    display: none;
  }
  
  .wellness__carousel {
    margin-top: 0;
  }
  
  .wellness__slide img {
    width: 100%;
    max-width: none;
  }
  
  /* Desktop / dt: previous on the gutter at the right edge of dt-4 (start of dt-8); matches LC dt grid (~1200px) */
  @media screen and (min-width: 1024px) {
  
    #offer.promo .wellness-slider.flickity-enabled .flickity-prev-next-button {
      z-index: 4;
    }
  
    #offer.promo .wellness-slider.flickity-enabled .flickity-prev-next-button.previous {
      left: 25px;
      transform: translate(-50%, -50%);
    }
  
    #offer.promo .wellness-slider.flickity-enabled .flickity-prev-next-button.next {
      left: calc((100% * 4 / 12) - 50px);
      transform: translateY(-50%);
    }
    #offer.promo .wellness-slider.flickity-enabled .promo__products.flickity-enabled .flickity-prev-next-button.next {
      right: 0px;
      left: auto;
      transform: translateY(-50%);
    }
    #offer.promo .wellness-slider.flickity-enabled .promo__products.flickity-enabled .flickity-prev-next-button.prev {
      left: 0px;
    }
  }
  
  /* Below dt: stacked tb-12 columns — keep controls at viewport edges */
  @media screen and (max-width: 1023px) {
    #offer.promo .wellness-slider.flickity-enabled .flickity-prev-next-button.previous {
      top: calc((100% * 4 / 12) - 50px);
      left: 10px;
      transform: translateY(-50%);
    }
  
    #offer.promo .wellness-slider.flickity-enabled .flickity-prev-next-button.next {
      top: calc((100% * 4 / 12) - 50px);
      right: 10px;
      transform: translateY(-50%);
    }
  
    #offer.promo .wellness-slider.flickity-enabled .promo__products.flickity-enabled .flickity-prev-next-button.previous {
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
    }
  
    #offer.promo .wellness-slider.flickity-enabled .promo__products.flickity-enabled .flickity-prev-next-button.next {
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
    }
  
    .wellness__media-col {
      margin-bottom: var(--space-8);
      position: relative;
      text-align: center;
    }

  }
    /* =============================================
   LOGOS
   ============================================= */
  .beauty_LP__logo-group a{display: block;width: 200px;padding:2em;}
  .beauty_LP__logo{width: 200px;}
  .flickity-page-dots .dot {display: none;}
  .flickity-page-dots .dot.is-selected {display: none;}
  .beauty_LP__logo-group .flickity-page-dots .dot {display: inline-block; width: 10px; height: 10px; background:var(--color-text-lightgrey); border-radius: 100px; margin-right:10px}
  .beauty_LP__logo-group .flickity-page-dots .dot.is-selected { display: inline-block; background:var(--color-text); }
  
  /* =============================================
   EDITORIAL BOXES
   ============================================= */
  .editorial-section {
    padding: 0 0 var(--space-12);
  }
  
  .editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }
  
  .editorial-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .editorial-box__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
  }
  
  .editorial-box:hover .editorial-box__img {
    transform: scale(1.05);
  }
  
  .editorial-box__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  }
  
  .editorial-box__content {

    padding: var(--space-0)  var(--space-2);
    color: #000;
  }
  
  .editorial-box__title {
    font-size: var(--font-size-md);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: var(--space-1);
    text-align: left;
  }
  
  .editorial-box__desc {
    font-size: var(--font-size-sm);
    margin: var(--space-0);
    line-height: 1.4;
    text-transform: uppercase;
    text-align: left;
  }
  
  .editorial-box__cta {
    display: inline-block;
    margin-top: var(--space-2);
    font-size: var(--font-size-sm);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: left;
    float: left;
  }
  
  /* Editorial Boxes Mobile Scroll */
  .editorial-boxes__container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: var(--space-4);
    padding-bottom: 10px;
    /* Space for scrollbar if visible */
  }
  
  .editorial-boxes__container .editorial-box {
    width: 33.33%;
  }
  
  /* Flickity: >3 editorial boxes, 3 per group */
  .editorial-boxes__container.flickity-enabled {
    display: block;
    overflow: visible;
    gap: 0;
    padding-bottom: 0;
  }
  
  .editorial-boxes__container.flickity-enabled .flickity-viewport {
    overflow: hidden;
  }
  
  .editorial-boxes__container.flickity-enabled .flickity-cell {
    display: flex;
    gap: var(--space-4);
  }
  
  .editorial-boxes__container.flickity-enabled .editorial-box {
    min-width: 0;
    flex: 1;
    width: 20%;
    margin-right: var(--space-2);
  }
  .editorial-boxes__container.flickity-enabled .editorial-box:first-child {
    width: 25%;
  }
  .editorial-boxes__container.flickity-enabled .editorial-box:nth-child(n+2){
    top: 35px;
  }
  .editorial-boxes {
    position: relative;
    padding: 0;
  }
  
  .editorial-boxes .flickity-prev-next-button {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .editorial-boxes .flickity-prev-next-button.previous {
    left: var(--space-2);
  }
  
  .editorial-boxes .flickity-prev-next-button.next {
    right: var(--space-2);
  }
  @media screen and (max-width: 1200px){
    .editorial-boxes__container.flickity-enabled .editorial-box {
      width: 30%;
    }
    .editorial-boxes__container.flickity-enabled .editorial-box:first-child {
      width: 38%;
    }
  }
  @media screen and (max-width: 767px){
      .editorial-boxes__container.flickity-enabled .editorial-box {
          width: 90%;
      }    
      
  }
  
  
  /* =============================================
   COLOR PLACEHOLDERS for images
   ============================================= */
  .ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ph--warm {
    background: linear-gradient(135deg, #f0e8dc 0%, #ddd0c0 100%);
  }
  
  .ph--cool {
    background: linear-gradient(135deg, #dde8e8 0%, #c5d5d8 100%);
  }
  
  .ph--dark {
    background: linear-gradient(135deg, #2e2e2e 0%, #1a1a1a 100%);
  }
  
  .ph--warm2 {
    background: linear-gradient(135deg, #ede0d4 0%, #d4c4b0 100%);
  }
  
  .ph--green {
    background: linear-gradient(135deg, #d4e4d0 0%, #b8ccb4 100%);
  }
  
  .ph--grey {
    background: linear-gradient(135deg, #e8e8e8 0%, #d4d4d4 100%);
  }
  
  .ph--caramel {
    background: linear-gradient(135deg, #c8956c 0%, #a07040 100%);
  }
  
  .ph--black {
    background: #1a1a1a;
  }
  
  .ph--navy {
    background: linear-gradient(135deg, #1e2d40 0%, #2a3d55 100%);
  }
  
  .ph--textile {
    background: linear-gradient(160deg, #e8ddd0 0%, #f5ece0 50%, #ddd0c0 100%);
  }
  
  .ph--mixed {
    background: linear-gradient(160deg, #c8b8a8 0%, #d8c8b8 50%, #b8a898 100%);
  }
  
  .ph--sand {
    background: linear-gradient(135deg, #e0d4c0 0%, #ccc0a8 100%);
  }
  
  .ph--wellness1 {
    background: linear-gradient(135deg, #c8b498 0%, #a89070 100%);
  }
  
  .ph--wellness2 {
    background: linear-gradient(135deg, #e0d8cc 0%, #c8bead 100%);
  }
  
  .ph--editorial1 {
    background: linear-gradient(160deg, #2a3040 0%, #3d4860 100%);
  }
  
  .ph--editorial2 {
    background: linear-gradient(160deg, #3a2a2a 0%, #4a3530 100%);
  }
  
  .ph--editorial3 {
    background: linear-gradient(160deg, #2a352a 0%, #3a4830 100%);
  }
  
  /* product image color variations */
  .ph--prod-1 {
    background: linear-gradient(160deg, #f0ede8 0%, #e8e0d5 100%);
  }
  
  .ph--prod-2 {
    background: linear-gradient(160deg, #e8e8e8 0%, #d8d8d8 100%);
  }
  
  .ph--prod-3 {
    background: linear-gradient(160deg, #2a2a2a 0%, #1a1a1a 100%);
  }
  
  .ph--prod-4 {
    background: linear-gradient(160deg, #c8c0b4 0%, #b4aca0 100%);
  }
  
  .ph--prod-5 {
    background: linear-gradient(160deg, #3a3030 0%, #2a2020 100%);
  }
  
  .ph--prod-6 {
    background: linear-gradient(160deg, #e8ddd5 0%, #d8ccc0 100%);
  }
  
  /* Product icon decorations */
  .prod-icon {
    font-size: 28px;
    opacity: 0.3;
  }
  
  .prod-icon-sm {
    font-size: 18px;
    opacity: 0.25;
  }
  
  /* =============================================
   RESPONSIVE
   ============================================= */
  @media screen and (max-width: 63.9375em) {
  
    #carouselCta {
      display: none;
    }
  
    #carouselCtaMobile {
      display: inline-block;
    }
  }
  
  
  @media screen and (max-width: 1024px) {
    .header-utility {
      display: none;
    }
  
    .carousel-intro {
      border-right: none;
    }
  
    .carousel-intro__body {
      max-width: 100%;
    }
  
    .carousel-right {
      padding-top:  var(--space-4);
      padding-bottom: var(--space-8);
      padding-right: 0!important;
      padding-left: 0!important;
    }
  
    .initiative-grid {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: var(--space-4);
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
    }
  
    .initiative-grid::-webkit-scrollbar {
      height: 4px;
    }
  
    .initiative-box {
      flex: 0 0 70%;
      max-width: none;
      scroll-snap-align: start;
    }
  
    .brand-card__img-wrap {
      width: 100%
    }
  
    .wellness-split {
      grid-template-columns: 1fr;
    }
  
    .wellness-banner__img {
      min-height: 240px;
    }
  
    .footer-links {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .footer-discover {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .editorial-grid {
      grid-template-columns: 1fr;
    }
  
    .only-lc-grid {
      padding-left: var(--space-3);
      gap: var(--space-5);
      justify-content: flex-start;
    }
  
    .editorial-boxes__container:not(.flickity-enabled) .editorial-box {
      flex: 0 0 70%;
    }
  
  }
  
  @media screen and (max-width: 767px) {
  
    .header-nav {
      gap: var(--space-4);
      overflow-x: auto;
      justify-content: flex-start;
      padding-left: var(--space-4);
    }
  
    .hero__slide {
      height: 360px;
      padding: var(--space-6);
    }
  
    .hero__title {
      font-size: 1.8rem;
    }
  
    .hero__side-banner {
      display: none;
    }
  
    .footer-links {
      grid-template-columns: repeat(2, 1fr);
      gap: var(--space-4);
    }
  
    .initiative-box {
      flex: 0 0 90%;
    }
  
    .initiative-grid-2 .initiative-box {
      aspect-ratio: 5/3;
    }
    .initiative-grid-2 .initiative-box-image{
      aspect-ratio: 5/3;
    }
  
    .editorial-boxes__container:not(.flickity-enabled) .editorial-box {
      flex: 0 0 90%;
    }
  
    .tab-nav {
      justify-content: flex-start;
    }
  }
  
  /***** PRODUCTS ******/
  .promo .products {
    text-align: center;
  }
  
  .promo .promo__products {
    text-align: center;
    line-height: 1.2;
  }
  
  .promo .promo__products:not(.flickity-enabled) {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.4;
    margin: auto;
    min-height: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  
  @media screen and (min-width: 768px) {
    .promo .promo__products:not(.flickity-enabled):not(.promo__products--placeholder) {
      justify-content: flex-start;
    }
  }
  
  .products__placeholder {
    min-width: 164px;
    padding: 0 5px;
  }
  
  .promo .promo__products.flickity-enabled .products__placeholder {
    margin: 0 10px;
  }
  
  .products__wrapper {
    padding: 10px;
    background: transparent;
  }
  
  .products__wrapper .flickity-viewport {
    background: white;
  }
  
  .promo .products__product {
    display: inline-block;
    width: 13.5%;
    min-width: 150px;
    height: auto;
    /* min-height: 100%; */
    background: white;
    padding: 0 5px;
    margin: 0 5px;
    vertical-align: top;
  }
  
  .promo .products__item__figure {
    margin: auto;
  }
  
  
  
  
  @media only screen and (max-width: 767px) {
    .promo .products__product {
      width: 40vw;
      height: auto;
      min-height: auto;
      min-width: 40vw;
      border-radius: 3px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      margin: 0 5px;
    }
  }
  
  .promo__products .product-brick__details {
    margin: 0;
  }
  
  .promo__products .product-brick__brand {
    margin: 8px 4px 4px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .promo__products .product-brick__name {
    color: #444;
    font-size: 10px;
    height: 2.4em;
    min-height: 2.4em;
    line-height: 1.2;
    margin: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .loading-placeholder::-moz-selection {
    background-color: #eeeded !important;
    color: #eeeded !important;
  }
  
  .loading-placeholder::selection {
    background-color: #eeeded !important;
    color: #eeeded !important;
  }
  
  .promo .product-brick__heart {
    font-size: 18px;
    right: -10px;
    top: 0px;
    line-height: 1;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  
  .promo .product-brick__heart:before {
    top: 0;
    width: 20px;
    height: 18px;
  }
  
  /****** FLICKITY *****/
  .promo .products__wrapper .next {
    right: 0;
  }
  
  .promo .products__wrapper .previous {
    left: 0;
  }
  
  @media screen and (min-width: 1300px) {
    .promo .products__wrapper .next {
      right: -50px;
    }
  
    .promo .products__wrapper .previous {
      left: -50px;
    }
  }
  
  .editorial-boxes .flickity-prev-next-button .arrow {
    fill: #fff!important;
    stroke: white;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
  }
  .hero-slider .flickity-prev-next-button.next {
    transform: translateY(-50%) translateX(0%);
  }
  
  .hero-slider .flickity-prev-next-button.previous {
    transform: translateY(-50%) translateX(0%);
  }
  
  .hero-slider .flickity-prev-next-button .arrow {
    fill: #fff!important;
    stroke: white;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
    stroke-width: 3px;
    stroke-opacity: .75;
  }
  
  /****** wishlist size select *****/
  @media screen and (min-width: 1380px) {
    .flickity-prev-next-button.next {
      transform: translateY(-50%) translateX(120%);
    }
  
    .flickity-prev-next-button.previous {
      transform: translateY(-50%) translateX(-120%);
    }
  
    .flickity-prev-next-button:not(.is-disabled) {
      opacity: .25;
    }
  }
  
  @media screen and (max-width: 737px) {
    .ui-dialog--add-to-wishlist-size {
      position: fixed;
      top: auto !important;
      bottom: 0 !important;
      left: 0;
      right: 0;
      transform: translate3d(0, 110%, 0);
    }
  
    .ui-dialog--add-to-wishlist-size.is-open {
      transition: transform .33s ease !important;
      transform: translate3d(0, 0%, 0);
    }
  }
  
  /****** wishlist size dialog *****/
  .ui-dialog--add-to-wishlist-size .product-brick {
    width: 50px;
  }
  
  .ui-dialog--add-to-wishlist-size .product-sizes__select {
    max-width: 150px;
  }
  
  .ui-dialog--add-to-wishlist-size .product-brick__heart,
  .ui-dialog--add-to-wishlist-size .product-brick__details {
    display: none;
  }
  
  .show-for-larger-dt {
    display: none;
  }
  
  .sticky-section {
    position: sticky;
    top: 10px;
  }
  
  .section-wrapper {
    margin: auto;
    width: 100%;
  }
  
  .inactiveLink {
    pointer-events: none;
    cursor: default;
  }
  
  .lc-table-details {
    border-collapse: collapse;
  }
  
  .lc-table-details thead tr th,
  .lc-table-details tr:not(:last-child) td {
    border-bottom: 0px;
  }
  
  .lc-table-details thead tr,
  .lc-table-details tr:not(:last-child) {
    border-bottom: 1px solid var(--ss-bright-green);
  }
  
  .see-more-btn {
    display: block;
  }
  
  @media screen and (max-width: 1023px) {
    .sticky-section {
      position: relative;
    }
  }
  
  @media screen and (max-width: 767px) {
    .bar-heading {
      line-height: 2.5;
    }
  
    .sticky-section {
      font-size: 20px;
    }
  
    .section-title {
      font-size: 24px;
    }
  
    .header__table tr:nth-child(n + 4) {
      display: none;
    }
  }
  
  /****** Grid Layout ******/
  .new-in,
  .hero-banners,
  .discover-more {
    /* hide CMS content which is not in use */
    display: none;
  }
  
  .promo {
    max-width: 100%;
    width: auto;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 0.1875em;
  }
  
  .promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(10, min-content);
  }
  
  .promo-grid>* {
    grid-column: 1/-1;
  }
  
  @media screen and (min-width: 1400px) {
    .promo {
      margin: auto;
    }
  
    .promo-grid>.hero {
      grid-column: 1/-1;
      overflow: hidden;
      position: relative;
    }
  }
  
  @media screen and (min-width: 768px) {
    .promo-grid {
      grid-template-columns: minmax(1em, 1fr) repeat(6, minmax(100px, 200px)) minmax(1em,
          1fr);
    }
  
    .promo-grid>* {
      grid-column: 2/-2;
    }
  
    .promo-grid>.hero {
      grid-column: 1/-1;
    }
  }
  
  @media screen and (min-width: 1400px) {
    .promo-banner {
      margin-bottom: 0;
    }
  
    .lc-footer {
      margin-top: 0;
    }
  }
  
  
  
  /***** PRODUCTS ******/
  .promo .products {
    text-align: center;
  }
  
  .promo .promo__products {
    text-align: center;
    line-height: 1.2;
  }
  
  .promo .promo__products:not(.flickity-enabled) {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.4;
    margin: auto;
    min-height: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  
  @media screen and (min-width: 768px) {
    .promo .promo__products:not(.flickity-enabled):not(.promo__products--placeholder) {
      justify-content: flex-start;
    }
  }
  
  .products__placeholder {
    min-width: 164px;
    padding: 0 5px;
  }
  
  .promo .promo__products.flickity-enabled .products__placeholder {
    margin: 0 10px;
  }
  
  .products__wrapper {
    padding: 10px;
    background: transparent;
  }
  
  .products__wrapper .flickity-viewport {
    background: white;
  }
  
  .flickity-prev-next-button .arrow {
    fill: var(--color-text-muted);
  }
  
  .promo .products__product {
    display: inline-block;
    width: 13.5%;
    min-width: 150px;
    height: auto;
    /* min-height: 100%; */
    background: white;
    padding: 0 5px;
    margin: 0 5px;
    vertical-align: top;
  }
  
  .promo .products__item__figure {
    margin: auto;
  }
  
  @media only screen and (max-width: 767px) {
    .promo .products__product {
      width: 40vw;
      height: auto;
      min-height: auto;
      min-width: 40vw;
      border-radius: 3px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      margin: 0 5px;
    }
  }
  
  .promo__products .product-brick__details {
    margin: 0;
  }
  
  .promo__products .product-brick__brand {
    margin: 8px 4px 4px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .promo__products .product-brick__name {
    color: #444;
    font-size: 10px;
    height: 2.4em;
    min-height: 2.4em;
    line-height: 1.2;
    margin: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .loading-placeholder::-moz-selection {
    background-color: #eeeded !important;
    color: #eeeded !important;
  }
  
  .loading-placeholder::selection {
    background-color: #eeeded !important;
    color: #eeeded !important;
  }
  
  .promo .product-brick__heart {
    font-size: 18px;
    right: -10px;
    top: 0px;
    line-height: 1;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  
  .promo .product-brick__heart:before {
    top: 0;
    width: 20px;
    height: 18px;
  }
  
  /****** FLICKITY *****/
  .promo .products__wrapper .next {
    right: 0;
  }
  
  .promo .products__wrapper .previous {
    left: 0;
  }
  
  .flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
  }
  
  .flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
  }
  
  @media screen and (min-width: 1300px) {
    .promo .products__wrapper .next {
      right: -50px;
    }
  
    .promo .products__wrapper .previous {
      left: -50px;
    }
  
    .flickity-prev-next-button.previous {
      left: 0px;
    }
  
    .flickity-prev-next-button.next {
      right: 0px;
    }
  }
  
  .hero .next {
    right: 5em;
  }
  
  .hero .previous {
    left: 5em;
  }
  
  @media only screen and (max-width: 1200px) {
    .hero .next {
      right: 0.5em;
    }
  
    .hero .previous {
      left: 0.5em;
    }
  
  
  }
  
  @media screen and (min-width: 1380px) {
    .flickity-prev-next-button.next {
      transform: translateY(-50%) translateX(0%);
    }
  
    .flickity-prev-next-button.previous {
      transform: translateY(-50%) translateX(0%);
    }
  
    .flickity-prev-next-button:not(.is-disabled) {
      opacity: 0.25;
    }
  }
  
  /****** wishlist size dialog *****/
  
  @media screen and (max-width: 737px) {
    .ui-dialog--add-to-wishlist-size {
      position: fixed;
      top: auto !important;
      bottom: 0 !important;
      left: 0;
      right: 0;
      transform: translate3d(0, 110%, 0);
    }
  
    .ui-dialog--add-to-wishlist-size.is-open {
      transition: transform 0.33s ease !important;
      transform: translate3d(0, 0%, 0);
    }
  }
  
  .ui-dialog--add-to-wishlist-size .product-brick {
    width: 50px;
  }
  
  .ui-dialog--add-to-wishlist-size .product-sizes__select {
    max-width: 150px;
  }
  
  .ui-dialog--add-to-wishlist-size .product-brick__heart,
  .ui-dialog--add-to-wishlist-size .product-brick__details {
    display: none;
  }
  