﻿/**
 * Knox Page Builder / shared editorial module CSS.
 *
 * Mobile-first reusable module styles extracted from home.css in v0.9.266.
 * Loaded after main.css on Page Builder templates and before home.css on the front page.
 * Keep shared .knox-home-*, .knox-lookbook-* and .knox-pb-* module rules here.
 */

.knox-home-block{padding:28px var(--knox-pad);}

.knox-home-block__head{margin-bottom:14px;}

.knox-home-block__title{margin:0;font-size:22px;letter-spacing:0.08em;text-transform:uppercase;}

.knox-home-block__subtitle{margin:10px 0 0;color:var(--knox-muted);}

.knox-home-block__subtitle--top{margin:0 0 10px;}

.knox-home-hero{
  position:relative;
}

.knox-home-hero__stack{
  position:relative;
}

.knox-home-hero__slide{
  position:relative;
  min-height:100svh;
  scroll-snap-align:start;
  display:flex;
  align-items:flex-end;
}

.knox-home-hero__media,
.knox-home-hero__placeholder,
.knox-home-hero__img,
.knox-home-hero__shade{
  position:absolute;
  inset:0;
}

.knox-home-hero__img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.knox-home-hero__placeholder{
  background:linear-gradient(180deg, #c9dced 0%, #8d98a3 100%);
}

.knox-home-hero__shade{
  background:linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.42) 22%, rgba(0,0,0,0.08) 56%, rgba(0,0,0,0.02) 100%);
}

.knox-home-hero__copy-wrap{
  position:relative;
  z-index:1;
  width:100%;
  padding:0 var(--knox-pad) 38px;
}

.knox-home-hero__copy{
  max-width:32rem;
}

.knox-home-hero__title{
  margin:0;
  color:#fff;
  font-size:clamp(2.1rem, 9vw, 4rem);
  line-height:0.95;
  letter-spacing:0.06em;
  text-transform:uppercase;
  text-shadow:0 1px 18px rgba(0,0,0,0.25);
}

.knox-home-hero__subtitle{
  margin:10px 0 0;
  max-width:34ch;
  color:rgba(255,255,255,0.92);
  font-size:0.78rem;
  line-height:1.4;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

.knox-home-hero__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.knox-home-hero__actions .knox-btn{
  min-width:128px;
}

.knox-home-section,
.knox-home-quote,
.knox-home-shop{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  margin:0 auto;
  padding:26px var(--knox-pad);
}

.knox-home-section__head{
  text-align:left;
  margin-bottom:18px;
}

.knox-home-section__eyebrow{
  margin:0 0 8px;
  font-size:0.68rem;
  line-height:1.2;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--knox-muted);
}

.knox-home-section__title{
  margin:0;
  font-size:clamp(1.95rem, 7vw, 3.6rem);
  line-height:0.95;
  letter-spacing:0.05em;
  text-transform:uppercase;
}

.knox-home-section__subtitle{
  margin:8px 0 0;
  color:var(--knox-muted);
  font-size:0.84rem;
  line-height:1.45;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.knox-home-carousel{
  position:relative;
}

.knox-home-carousel__track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  padding-bottom:14px;
}

.knox-home-carousel__track::-webkit-scrollbar{display:none;}

.knox-home-carousel__progress{
  height:2px;
  background:rgba(0,0,0,0.1);
  overflow:hidden;
}

.knox-home-carousel__thumb{
  display:block;
  height:100%;
  width:18%;
  background:rgba(0,0,0,0.72);
  transform:translateX(0);
}

.knox-home-poster{
  position:relative;
  flex:0 0 82%;
  min-width:0;
  min-height:420px;
  scroll-snap-align:start;
  background:#111;
  overflow:hidden;
}

.knox-home-poster__media,
.knox-home-poster__placeholder,
.knox-home-poster__shade{
  position:absolute;
  inset:0;
}

.knox-home-poster__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.knox-home-poster__placeholder{
  display:block;
  width:100%;
  height:100%;
  background:linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.4));
}

.knox-home-poster__shade{
  background:linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.34) 38%, rgba(0,0,0,0.08) 68%, rgba(0,0,0,0) 100%);
}

.knox-home-poster__copy{
  position:relative;
  z-index:1;
  display:flex;
  min-height:420px;
  flex-direction:column;
  justify-content:flex-end;
  padding:16px 14px 16px;
  color:#fff;
}

.knox-home-poster__eyebrow{
  margin:0 0 8px;
  font-size:0.62rem;
  line-height:1.25;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.86);
}

.knox-home-poster__title{
  margin:0;
  font-size:1.9rem;
  line-height:0.96;
  letter-spacing:0.05em;
  text-transform:uppercase;
}

.knox-home-poster__actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:14px;
}

.knox-home-quote{
  padding-top:12px;
  padding-bottom:22px;
}

.knox-home-quote__slider{
  position:relative;
}

.knox-home-quote__item{
  margin:0;
  display:grid;
  gap:0;
  background:#f6f3ef;
}

.knox-home-quote__item[hidden]{display:none;}

.knox-home-quote__media{
  position:relative;
  min-height:240px;
  overflow:hidden;
}

.knox-home-quote__media img,
.knox-home-quote__placeholder{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.knox-home-quote__placeholder{
  background:linear-gradient(180deg, #d2d0cc, #b8b3ab);
}

.knox-home-quote__copy{
  position:relative;
  padding:28px 20px 24px;
}

.knox-home-quote__copy::before,
.knox-home-quote__copy::after{
  position:absolute;
  font-size:7rem;
  line-height:1;
  color:#c8bea9;
  opacity:0.9;
  pointer-events:none;
}

.knox-home-quote__copy::before{
  content:"“";
  left:10px;
  top:10px;
}

.knox-home-quote__copy::after{
  content:"”";
  right:14px;
  bottom:-12px;
}

.knox-home-quote blockquote{
  position:relative;
  z-index:1;
  margin:0;
  max-width:26ch;
  font-size:1.2rem;
  line-height:1.28;
}

.knox-home-quote figcaption{
  position:relative;
  z-index:1;
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.knox-home-quote__name{
  font-size:0.9rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

.knox-home-quote__meta{
  font-size:0.72rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--knox-muted);
}

.knox-home-quote__meta-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:10px;
}

.knox-home-quote__count{
  min-width:42px;
  font-size:0.74rem;
  letter-spacing:0.1em;
  text-transform:uppercase;
}

.knox-home-quote__progress{
  flex:1;
  height:2px;
  background:rgba(0,0,0,0.1);
  overflow:hidden;
}

.knox-home-quote__progress span{
  display:block;
  width:25%;
  height:100%;
  background:rgba(0,0,0,0.78);
}

.knox-home-gallery-card{
  position:relative;
  flex:0 0 74%;
  min-height:220px;
  border:0;
  padding:0;
  background:#f0f0f0;
  overflow:hidden;
  scroll-snap-align:start;
  cursor:default;
}

.knox-home-gallery-card__img,
.knox-home-gallery-card__img img,
.knox-home-gallery-card__placeholder{
  display:block;
  width:100%;
  height:100%;
}

.knox-home-gallery-card__img img{
  object-fit:cover;
}

.knox-home-gallery-card[data-knox-home-gallery-open]{
  cursor:zoom-in;
}

.knox-home-gallery-card__placeholder{
  background:rgba(0,0,0,0.08);
}

.knox-home-gallery-card__zoom{
  position:absolute;
  left:10px;
  bottom:10px;
  width:28px;
  height:28px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,0.82);
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 14px rgba(0,0,0,0.14);
  appearance:none;
  cursor:pointer;
}

.knox-home-gallery-card__zoom svg{width:16px;height:16px;}

.knox-home-shop{
  display:grid;
  gap:14px;
  padding-bottom:32px;
}

.knox-home-shop__panel{
  position:relative;
  min-height:200px;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  overflow:hidden;
  color:#fff;
}

.knox-home-shop__media,
.knox-home-shop__media img,
.knox-home-shop__placeholder,
.knox-home-shop__shade{
  position:absolute;
  inset:0;
}

.knox-home-shop__media img,
.knox-home-shop__placeholder{
  width:100%;
  height:100%;
  object-fit:cover;
}

.knox-home-shop__placeholder{
  display:block;
  background:linear-gradient(180deg, #7a7a7a, #232323);
}

.knox-home-shop__shade{
  background:linear-gradient(to top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.14) 55%, rgba(0,0,0,0) 100%);
}

.knox-home-shop__label{
  position:relative;
  z-index:1;
  padding:0 18px 18px;
  font-size:1.6rem;
  line-height:1;
  letter-spacing:0.05em;
  text-transform:uppercase;
  text-shadow:0 1px 10px rgba(0,0,0,0.25);
}

.knox-home-gallery-modal{
  position:fixed;
  inset:0;
  z-index:1000010;
  opacity:0;
  pointer-events:none;
  transition:opacity var(--knox-dur-fast) var(--knox-ease);
}

.knox-home-gallery-modal.is-open{
  opacity:1;
  pointer-events:auto;
}

.knox-home-gallery-modal__backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(0,0,0,0.86);
}

.knox-home-gallery-modal__panel{
  position:absolute;
  inset:16px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  grid-template-rows:1fr auto;
  gap:12px;
  color:#fff;
  outline:none;
}

.knox-home-gallery-modal__stage{
  position:relative;
  min-height:0;
  overflow:hidden;
  background:#000;
}

.knox-home-gallery-modal__img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.knox-home-gallery-modal__close,
.knox-home-gallery-modal__nav{
  border:1px solid rgba(255,255,255,0.22);
  background:rgba(0,0,0,0.3);
  color:#fff;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.knox-home-gallery-modal__close{
  position:absolute;
  right:0;
  top:0;
  z-index:1;
}

.knox-home-gallery-modal__nav{
  align-self:center;
}

.knox-home-gallery-modal__caption{
  grid-column:1 / -1;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  font-size:0.86rem;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

.knox-home-gallery-modal__caption strong,
.knox-home-gallery-modal__caption span{
  display:block;
}

.knox-home-gallery-modal__caption span{
  margin-top:4px;
  color:rgba(255,255,255,0.7);
  font-size:0.7rem;
}

@media (min-width: 768px){
.knox-home-hero__copy-wrap{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    padding-bottom:56px;
  }

.knox-home-hero__copy{
    text-align:center;
    max-width:48rem;
  }

.knox-home-hero__subtitle{
    margin-left:auto;
    margin-right:auto;
  }

.knox-home-hero__actions{
    justify-content:center;
  }

.knox-home-hero__slide{
    min-height:92svh;
  }

.knox-home-quote__item{
    grid-template-columns:minmax(0, 1.1fr) minmax(360px, 0.9fr);
    min-height:420px;
    align-items:stretch;
  }

.knox-home-quote__media{
    min-height:420px;
  }

.knox-home-quote__copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:42px 48px;
  }

.knox-home-quote blockquote{
    margin-left:auto;
    font-size:1.5rem;
  }

.knox-home-shop{
    grid-template-columns:1fr 1fr;
  }

.knox-home-shop__panel{
    min-height:420px;
  }
}

@media (min-width: 1024px){
.knox-home-section,
  .knox-home-quote,
  .knox-home-shop{
    padding-top:40px;
    padding-bottom:40px;
  }

.knox-home-hero__slide{
    min-height:100svh;
  }

.knox-home-hero__copy-wrap{
    padding-left:var(--knox-pad);
    padding-right:var(--knox-pad);
    padding-bottom:64px;
  }

.knox-home-hero__title{
    font-size:clamp(3.8rem, 5.2vw, 5.8rem);
  }

.knox-home-section__head{
    text-align:center;
    margin-bottom:22px;
  }

.knox-home-section__subtitle{
    margin-left:auto;
    margin-right:auto;
  }

.knox-home-carousel--seasonless .knox-home-carousel__track{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:0;
    overflow:visible;
    padding-bottom:0;
  }

.knox-home-carousel--seasonless .knox-home-carousel__progress{
    display:none;
  }

.knox-home-poster{
    min-height:360px;
    flex-basis:auto;
  }

.knox-home-poster__copy{
    min-height:360px;
    padding:18px 18px 18px;
  }

.knox-home-gallery-card{
    flex:0 0 calc((100% - 32px) / 3.34);
    min-height:300px;
  }

.knox-home-gallery-modal__panel{
    inset:26px 38px;
  }
}

@media (max-width: 767px){
.knox-home-gallery-modal__panel{
    inset:0;
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr auto auto;
    gap:10px;
    padding:10px;
  }

.knox-home-gallery-modal__nav{
    display:none;
  }

.knox-home-gallery-modal__stage{
    grid-column:1;
    grid-row:2;
  }

.knox-home-gallery-modal__caption{
    grid-column:1;
    grid-row:3;
  }
}

.knox-home-seasonless{
  width:100%;
  max-width:none;
  padding-left:0;
  padding-right:0;
}

.knox-home-seasonless .knox-home-section__head{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  margin:0 auto 22px;
  padding:0 var(--knox-pad);
}

.knox-home-seasonless .knox-home-carousel{width:100%;}

.knox-home-quote{
  width:100%;
  max-width:none;
  padding:0;
}

.knox-home-quote__slider{
  position:relative;
  min-height:clamp(420px, 50vw, 660px);
  overflow:hidden;
}

.knox-home-quote__item,
.knox-home-quote__item[hidden]{
  position:absolute;
  inset:0;
  display:block !important;
  margin:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease;
}

.knox-home-quote__item.is-active{
  opacity:1;
  visibility:visible;
  z-index:1;
}

.knox-home-quote__media,
.knox-home-quote__placeholder{
  position:absolute;
  inset:0;
  min-height:0;
}

.knox-home-quote__media img,
.knox-home-quote__placeholder{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.knox-home-quote__item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.08) 26%, rgba(0,0,0,0.26) 100%);
}

.knox-home-quote__copy{
  position:absolute;
  inset:auto clamp(20px, 6vw, 88px) clamp(24px, 5vw, 64px) auto;
  max-width:min(440px, 36vw);
  z-index:1;
  padding:0;
  color:#fff;
  background:none;
}

.knox-home-quote__copy::before,
.knox-home-quote__copy::after{color:rgba(255,255,255,0.26);}

.knox-home-quote blockquote{
  max-width:none;
  font-size:clamp(1.15rem, 1.8vw, 1.75rem);
  line-height:1.28;
  text-shadow:0 1px 10px rgba(0,0,0,0.18);
}

.knox-home-quote__name,
.knox-home-quote__meta{color:#fff;}

.knox-home-quote__meta{opacity:0.82;}

.knox-home-quote__meta-row{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  margin:12px auto 0;
  padding:0 var(--knox-pad) 24px;
}

@media (min-width: 1024px){
.knox-home-seasonless .knox-home-carousel__track{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:0;
    overflow:visible;
    padding-bottom:0;
  }

.knox-home-seasonless .knox-home-carousel__progress{display:none;}

.knox-home-seasonless .knox-home-poster,
  .knox-home-seasonless .knox-home-poster__copy{min-height:420px;}
}

@media (max-width: 767px){
.knox-home-quote__slider{min-height:460px;}

.knox-home-quote__copy{
    inset:auto 18px 18px 18px;
    max-width:none;
  }

.knox-home-quote blockquote{font-size:1.05rem;line-height:1.35;}
}

.knox-home-seasonless .knox-home-section__eyebrow{
  font-size:0.64rem;
  letter-spacing:0.18em;
}

.knox-home-seasonless .knox-home-section__title{
  font-size:clamp(1.9rem, 4.4vw, 3.2rem);
  line-height:0.94;
  letter-spacing:0.045em;
}

.knox-home-seasonless .knox-home-section__subtitle{
  max-width:58ch;
  font-size:0.74rem;
  line-height:1.5;
  letter-spacing:0.14em;
}

.knox-home-seasonless .knox-home-poster{
  flex:0 0 clamp(240px, 74vw, 330px);
  aspect-ratio:3 / 4;
  min-height:0;
}

.knox-home-seasonless .knox-home-poster__copy{
  min-height:100%;
  padding:18px 16px 18px;
}

.knox-home-seasonless .knox-home-poster__eyebrow{
  margin-bottom:7px;
  font-size:0.58rem;
  letter-spacing:0.16em;
}

.knox-home-seasonless .knox-home-poster__title{
  font-size:clamp(1.5rem, 4.2vw, 2.15rem);
  line-height:0.96;
  letter-spacing:0.045em;
}

.knox-home-seasonless .knox-home-poster__actions{
  margin-top:12px;
}

.knox-home-quote{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  max-width:none;
  margin:0 auto;
  padding:0 var(--knox-pad) 28px;
  box-sizing:border-box;
}

.knox-home-quote__slider{
  min-height:clamp(380px, 42vw, 560px);
}

.knox-home-quote__copy{
  inset:auto clamp(18px, 4vw, 56px) clamp(20px, 4vw, 42px) auto;
  max-width:min(430px, 40%);
}

.knox-home-quote blockquote{
  font-size:clamp(1.05rem, 1.45vw, 1.55rem);
  line-height:1.32;
  letter-spacing:0.005em;
}

.knox-home-quote figcaption{
  margin-top:14px;
}

.knox-home-quote__name{
  font-size:0.72rem;
  letter-spacing:0.16em;
  text-transform:uppercase;
}

.knox-home-quote__meta{
  font-size:0.68rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

@media (min-width: 1024px){
.knox-home-seasonless .knox-home-carousel__track{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:0;
    align-items:stretch;
    overflow:visible;
    padding-bottom:0;
  }

.knox-home-seasonless .knox-home-poster,
  .knox-home-seasonless .knox-home-poster__copy{
    min-height:0;
  }

.knox-home-seasonless .knox-home-poster{
    width:100%;
    aspect-ratio:3 / 4;
  }
}

@media (max-width: 767px){
.knox-home-quote{
    padding:0 var(--knox-pad) 24px;
  }

.knox-home-quote__slider{
    min-height:420px;
  }

.knox-home-quote__copy{
    inset:auto 16px 16px 16px;
    max-width:none;
  }

.knox-home-quote blockquote{
    font-size:1rem;
    line-height:1.34;
  }
}

.knox-home-seasonless .knox-home-poster__copy{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.knox-home-seasonless .knox-home-poster__copy > :first-child{
  margin-top:auto;
}

@media (min-width: 1024px){
.knox-home-hero{
    width:auto;
    max-width:none;
    margin:0 20px;
    padding:18px 0 0;
  }

.knox-home-hero__stack{
    position:relative;
    padding-bottom:0;
  }

.knox-home-hero__slide{
    position:sticky;
    top:calc(var(--knox-header-h) + 18px);
    min-height:calc(100svh - var(--knox-header-h) - 40px);
    border-radius:0;
    overflow:hidden;
    margin-bottom:14vh;
    z-index:calc(10 + var(--knox-hero-index, 0));
    transform-origin:center top;
    transform:translateY(calc(var(--knox-hero-shift, 0) * -18px)) scale(calc(1 - (min(var(--knox-hero-depth, 0), 3) * 0.03)));
    opacity:calc(1 - (min(var(--knox-hero-depth, 0), 3) * 0.05));
    box-shadow:0 24px 56px rgba(0,0,0,0.14);
    transition:transform 220ms ease, opacity 220ms ease, box-shadow 220ms ease;
    isolation:isolate;
  }

.knox-home-hero__slide.is-active{
    box-shadow:0 30px 68px rgba(0,0,0,0.18);
  }

.knox-home-hero__slide:last-child{
    margin-bottom:0;
  }

.knox-home-hero__media,
  .knox-home-hero__placeholder,
  .knox-home-hero__img,
  .knox-home-hero__shade{
    border-radius:inherit;
  }

.knox-home-hero__img{
    transform:scale(calc(1.02 + (var(--knox-hero-shift, 0) * 0.018)));
    transition:transform 260ms ease;
  }

.knox-home-hero__shade{
    background:linear-gradient(to top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.42) 28%, rgba(0,0,0,0.14) 58%, rgba(0,0,0,0.04) 100%);
  }

.knox-home-hero__copy-wrap{
    padding:0 clamp(28px, 3vw, 44px) clamp(30px, 4.4vw, 46px);
  }

.knox-home-hero__copy{
    max-width:36rem;
  }

.knox-home-hero__title{
    font-size:clamp(2.65rem, 5.4vw, 5.8rem);
    line-height:0.92;
    letter-spacing:0.045em;
  }

.knox-home-hero__subtitle{
    margin-top:14px;
    max-width:44ch;
    font-size:0.8rem;
    letter-spacing:0.16em;
  }

.knox-home-hero__actions{
    margin-top:22px;
  }
}

.knox-hscroll__track,
.knox-promo-tiles,
.knox-home-carousel__track,
body.woocommerce-account .knox-account-nav ul{
  cursor:grab;
}

.knox-hscroll__track.is-dragging,
.knox-promo-tiles.is-dragging,
.knox-home-carousel__track.is-dragging,
body.woocommerce-account .knox-account-nav ul.is-dragging{
  cursor:grabbing;
  user-select:none;
}

.knox-promo-tiles,
.knox-hscroll__track,
.knox-home-carousel__track,
body.woocommerce-account .knox-account-nav ul{
  -ms-overflow-style:none;
  scrollbar-width:none;
}

.knox-promo-tiles::-webkit-scrollbar,
.knox-hscroll__track::-webkit-scrollbar,
.knox-home-carousel__track::-webkit-scrollbar,
body.woocommerce-account .knox-account-nav ul::-webkit-scrollbar{
  width:0;
  height:0;
  display:none;
}

.knox-home-carousel__progress,
.knox-hscroll__progress,
.knox-gallery__progress{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  max-width:100%;
  margin:12px auto 0;
  height:3px !important;
  background:rgba(0,0,0,0.12) !important;
  border-radius:999px;
  overflow:hidden;
}

.knox-home-carousel__thumb,
.knox-hscroll__thumb,
.knox-gallery__thumb{
  display:block;
  height:100%;
  background:rgba(0,0,0,0.72) !important;
  border-radius:999px;
}

.knox-home-quote__meta-row{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  margin:12px auto 0;
  padding:0 var(--knox-pad) 24px;
  box-sizing:border-box;
}

.knox-home-quote__progress{
  height:3px;
  background:rgba(0,0,0,0.12);
  border-radius:999px;
  overflow:hidden;
}

.knox-home-quote__progress span{
  background:rgba(0,0,0,0.72);
  border-radius:999px;
}

.knox-hscroll__track,
.knox-promo-tiles,
.knox-home-carousel__track,
body.woocommerce-account .knox-account-nav ul{
  touch-action:pan-x pan-y;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
}

.knox-hscroll__track img,
.knox-promo-tiles img,
.knox-home-carousel__track img,
body.woocommerce-account .knox-account-nav ul img{
  -webkit-user-drag:none;
  user-drag:none;
  -webkit-user-select:none;
  user-select:none;
}

.knox-home-hero__img{
  object-position:50% 0 !important;
}

.knox-home-hero__actions .knox-btn,
.knox-home-poster__actions .knox-btn{
  min-height:40px;
  padding:0 16px;
  font-size:10.5px;
  line-height:1;
  letter-spacing:0.14em;
  text-transform:uppercase;
  border-width:1px;
}

.knox-home-hero__actions .knox-btn--ghost-light,
.knox-home-poster__actions .knox-btn--ghost-light{
  background:rgba(255,255,255,0.03);
  color:#fff;
  border-color:rgba(255,255,255,0.9);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.knox-home-hero__actions .knox-btn--ghost-light.is-secondary,
.knox-home-poster__actions .knox-btn--ghost-light.is-secondary{
  background:rgba(0,0,0,0.12);
}

.knox-home-hero__actions .knox-btn--ghost-light:hover,
.knox-home-hero__actions .knox-btn--ghost-light:focus-visible,
.knox-home-poster__actions .knox-btn--ghost-light:hover,
.knox-home-poster__actions .knox-btn--ghost-light:focus-visible{
  background:#fff;
  color:#000;
  border-color:#fff;
}

.knox-home-seasonless .knox-home-poster{
  display:flex;
  align-items:stretch;
}

.knox-home-seasonless .knox-home-poster__copy{
  position:absolute;
  inset:0;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:18px 16px 18px;
}

.knox-home-seasonless .knox-home-poster__copy > :first-child{
  margin-top:auto;
}

.knox-home-wearing{
  width:100%;
  max-width:none;
  padding-left:0;
  padding-right:0;
}

.knox-home-wearing .knox-home-section__head,
.knox-home-wearing .knox-home-carousel,
.knox-home-wearing .knox-home-carousel__progress{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}

.knox-home-wearing .knox-home-section__head,
.knox-home-wearing .knox-home-carousel{
  padding-left:var(--knox-pad);
  padding-right:var(--knox-pad);
}

.knox-home-carousel--wear{
  position:relative;
}

.knox-home-carousel--wear .knox-home-carousel__track{
  gap:14px;
  padding-bottom:14px;
}

.knox-home-carousel--wear .knox-home-gallery-card{
  flex:0 0 min(82vw, 440px);
  aspect-ratio:1 / 1;
  min-height:0;
}

.knox-home-carousel__nav{
  position:absolute;
  top:calc(50% - 22px);
  z-index:2;
  width:42px;
  height:42px;
  border:1px solid rgba(0,0,0,0.12);
  background:rgba(255,255,255,0.88);
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.knox-home-carousel__nav svg{width:20px;height:20px;display:block;}

.knox-home-carousel__nav--prev{left:calc(var(--knox-pad) + 8px);}

.knox-home-carousel__nav--next{right:calc(var(--knox-pad) + 8px);}

.knox-home-carousel__nav[disabled]{opacity:.28;pointer-events:none;}

@media (min-width: 1024px){
.knox-home-wearing .knox-home-carousel__track{
    gap:16px;
  }

.knox-home-carousel--wear .knox-home-gallery-card{
    flex:0 0 calc((100% - 48px) / 4);
  }
}

@media (max-width: 767px){
.knox-home-carousel__nav{
    width:38px;
    height:38px;
  }

.knox-home-carousel__nav--prev{left:calc(var(--knox-pad) + 6px);}

.knox-home-carousel__nav--next{right:calc(var(--knox-pad) + 6px);}
}

.knox-home-quote__media img,
.knox-home-quote__placeholder{
  object-position:50% 0 !important;
}

.knox-home-quote__item,
.knox-home-quote__item[hidden]{
  transition:opacity .9s ease !important;
}

@media (max-width: 767px){
.knox-home-seasonless .knox-home-carousel__track,
  .knox-home-carousel--seasonless .knox-home-carousel__track,
  .knox-home-carousel--seasonless [data-knox-hscroll-track]{
    gap:0 !important;
  }

.knox-home-seasonless .knox-home-poster{
    flex:0 0 min(78vw, 340px) !important;
    margin:0 !important;
  }
}

.knox-home-wearing{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.knox-home-wearing .knox-home-section__head,
.knox-home-wearing .knox-home-carousel,
.knox-home-wearing .knox-home-carousel__progress{
  width:100% !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.knox-home-wearing .knox-home-section__eyebrow,
.knox-home-wearing .knox-home-section__title{
  font-family:inherit;
}

.knox-home-wearing .knox-home-section__title{
  font-size:clamp(2rem, 3.6vw, 3.5rem) !important;
  line-height:0.95 !important;
  letter-spacing:0.04em !important;
  text-transform:uppercase !important;
}

.knox-home-carousel--wear .knox-home-carousel__track{
  gap:0 !important;
  padding-bottom:0 !important;
}

.knox-home-carousel--wear .knox-home-gallery-card{
  position:relative !important;
  flex:0 0 min(92vw, 520px) !important;
  border:0 !important;
  margin:0 !important;
}

.knox-home-gallery-card__img img{
  object-position:50% 0 !important;
}

.knox-home-gallery-card__label{
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:1;
  color:#fff;
  font-size:clamp(0.95rem, 2vw, 1.25rem);
  line-height:1;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-shadow:0 2px 12px rgba(0,0,0,0.35);
}

.knox-home-gallery-card__zoom{
  left:12px !important;
  bottom:12px !important;
}

.knox-home-carousel--wear .knox-home-carousel__progress{
  margin-top:10px !important;
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2))) !important;
  padding:0 var(--knox-pad) !important;
  box-sizing:border-box !important;
}

@media (min-width: 1024px){
.knox-home-carousel--wear .knox-home-gallery-card{
    flex:0 0 25% !important;
  }
}

.knox-home-shop__media img,
.knox-home-shop__placeholder{
  object-position:50% 0 !important;
}

.knox-home-shop__label{
  font-size:clamp(1.15rem, 2vw, 1.45rem) !important;
  letter-spacing:0.04em !important;
}

.knox-home-gallery-card__meta{
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:4px;
  max-width:min(72%, 20rem);
  text-align:right;
}

.knox-home-gallery-card__label{
  position:static !important;
  right:auto !important;
  bottom:auto !important;
  display:block;
  margin:0;
  color:#fff;
  font-size:clamp(1rem, 2vw, 1.25rem);
  line-height:1;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-shadow:0 2px 12px rgba(0,0,0,0.35);
}

.knox-home-gallery-card__subtitle{
  display:block;
  color:#fff;
  font-size:11px;
  line-height:1.35;
  letter-spacing:0.12em;
  text-transform:uppercase;
  opacity:.9;
  text-shadow:0 2px 12px rgba(0,0,0,0.35);
}

.knox-home-carousel--wear .knox-home-carousel__nav{
  display:flex !important;
}

.knox-home-carousel--wear .knox-home-carousel__progress,
.knox-home-carousel--wear [data-knox-hscroll-progress]{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2))) !important;
  margin:12px auto 0 !important;
  padding:0 var(--knox-pad) !important;
  box-sizing:border-box !important;
}

.knox-home-carousel__progress,
.knox-hscroll__progress{
  position:relative;
  overflow:hidden;
  --knox-segments:1;
  background-image:linear-gradient(to right, rgba(0,0,0,0.1) 0 1px, transparent 1px);
  background-size:calc(100% / var(--knox-segments)) 100%;
}

.knox-home-carousel__thumb,
.knox-hscroll__thumb{
  will-change:transform;
  transition:transform .28s ease, width .2s ease;
}

.knox-home-quote__media img,
.knox-home-quote__placeholder{
  object-position:50% 0 !important;
}

.knox-home-quote__item,
.knox-home-quote__item[hidden]{
  transition:opacity 1.15s ease !important;
}

.knox-home-wearing .knox-home-section__head{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  margin:0 auto 16px;
  padding:0 var(--knox-pad);
}

.knox-home-wearing .knox-home-section__eyebrow,
.knox-home-seasonless .knox-home-section__eyebrow{
  font-size:0.64rem;
  letter-spacing:0.18em;
}

.knox-home-wearing .knox-home-section__title,
.knox-home-seasonless .knox-home-section__title{
  font-size:clamp(1.9rem, 4.4vw, 3.2rem) !important;
  line-height:0.94 !important;
  letter-spacing:0.045em !important;
  text-transform:uppercase !important;
}

.knox-home-wearing .knox-home-gallery-card__meta{
  right:16px;
  bottom:16px;
  gap:2px;
}

.knox-home-wearing .knox-home-gallery-card__label{
  font-size:clamp(1rem, 2vw, 1.2rem);
  line-height:1;
}

.knox-home-wearing .knox-home-gallery-card__subtitle{
  font-size:10px;
  line-height:1.25;
}

.knox-home-shop__label{
  font-size:clamp(1.05rem, 2vw, 1.3rem) !important;
}

@media (max-width: 767px){
.knox-home-seasonless .knox-home-carousel__track,
  .knox-home-carousel--seasonless .knox-home-carousel__track,
  .knox-home-carousel--seasonless [data-knox-hscroll-track]{
    gap:0 !important;
    padding-bottom:0 !important;
  }

.knox-home-seasonless .knox-home-poster{
    flex:0 0 min(78vw, 340px) !important;
    margin:0 !important;
  }

.knox-home-seasonless .knox-home-poster + .knox-home-poster{
    margin-left:0 !important;
  }

.knox-home-seasonless .knox-home-poster__copy{
    min-height:100%;
    padding:16px 14px 14px !important;
  }

.knox-home-seasonless .knox-home-poster__eyebrow{
    margin:0 0 6px !important;
  }

.knox-home-seasonless .knox-home-poster__title{
    margin:0;
    font-size:clamp(1.45rem, 4.1vw, 2rem);
  }

.knox-home-seasonless .knox-home-poster__actions{
    margin-top:10px;
  }

.knox-home-carousel--wear .knox-home-gallery-card{
    flex:0 0 86vw !important;
  }
}

body p,
body li,
body .knox-prose,
body .knox-cat-intro__copy,
body .knox-home-section__subtitle,
body .woocommerce-product-details__short-description,
body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-totals-item__description,
body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-validation-error p{
  font-size:14px;
  line-height:1.6;
  color:rgba(0,0,0,0.65);
  letter-spacing:0.01rem;
}

.knox-home-quote__slider{
  min-height:clamp(380px, 42vw, 760px) !important;
}

.knox-home-carousel--wear .knox-home-carousel__nav{
  border:0 !important;
  background:transparent !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  box-shadow:none !important;
  color:#fff !important;
  width:44px;
  height:44px;
  text-shadow:0 2px 14px rgba(0,0,0,0.45);
}

.knox-home-carousel--wear .knox-home-carousel__nav[disabled]{
  opacity:.42 !important;
}

.knox-home-gallery-card__open{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  color:inherit;
  text-align:inherit;
  cursor:zoom-in;
}

.knox-home-gallery-card__open:focus-visible{
  outline:2px solid #111;
  outline-offset:-2px;
}

.knox-home-gallery-card__open .knox-home-gallery-card__meta{
  pointer-events:none;
}

.knox-home-wearing .knox-home-gallery-card__zoom{
  width:auto !important;
  height:auto !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#fff !important;
}

.knox-home-wearing .knox-home-gallery-card__zoom svg,
.knox-home-carousel--wear .knox-home-carousel__nav svg{
  filter:drop-shadow(0 2px 10px rgba(0,0,0,0.45));
}

.knox-home-carousel--seasonless .knox-home-carousel__track,
.knox-home-carousel--seasonless .knox-home-carousel__track.is-dragging,
.knox-home-seasonless .knox-home-carousel__track,
.knox-home-seasonless .knox-home-carousel__track.is-dragging{
  cursor:default !important;
}

.knox-home-seasonless .knox-btn,
.knox-home-seasonless a,
.knox-home-seasonless button{
  cursor:pointer;
}

.knox-home-carousel__thumb,
.knox-hscroll__thumb{
  min-width:0 !important;
  transform:translateX(0) !important;
  transition:width .28s ease !important;
}

.knox-home-wearing .knox-home-section__subtitle{
  margin:10px 0 0 !important;
  color:rgba(0,0,0,0.65) !important;
  letter-spacing:0.01rem !important;
  text-transform:none !important;
}

.knox-home-wearing .knox-home-section__eyebrow{
  display:none !important;
}

.knox-home-wearing .knox-home-gallery-card__label,
.knox-home-wearing .knox-home-gallery-card__subtitle{
  color:#fff !important;
}

.knox-home-carousel--wear .knox-home-carousel__nav{
  color:#fff !important;
  opacity:1 !important;
}

.knox-home-carousel--wear .knox-home-carousel__nav svg{
  display:block !important;
  stroke:currentColor;
}

.knox-home-carousel--wear .knox-home-gallery-card__zoom,
.knox-home-carousel--wear .knox-home-gallery-card__zoom svg{
  color:#fff !important;
  stroke:currentColor;
}

.knox-home-carousel--wear .knox-home-carousel__thumb,
.knox-home-carousel--wear [data-knox-hscroll-thumb]{
  background:#111 !important;
}

@media (min-width: 1024px){
.knox-home-seasonless,
  .knox-home-quote,
  .knox-home-wearing,
  .knox-home-shop{
    margin-top:clamp(36px, 3.2vw, 56px) !important;
  }
}

.knox-hscroll__track,
.knox-promo-tiles,
.knox-home-carousel__track,
body.woocommerce-account .knox-account-nav ul{
  touch-action:pan-y pinch-zoom;
}

.knox-home-carousel__nav{
  display:none;
}

@media (min-width: 1024px){
.knox-home-carousel__nav{
    display:flex;
  }
}

@media (hover:hover){
.knox-hscroll__track,
  .knox-home-carousel__track,
  .knox-promo-tiles,
  body.woocommerce-account .knox-account-nav ul{
    cursor:grab;
  }

.knox-hscroll__track:active,
  .knox-home-carousel__track:active,
  .knox-promo-tiles:active,
  body.woocommerce-account .knox-account-nav ul:active{
    cursor:grabbing;
  }
}

.knox-hscroll__track,
.knox-home-carousel__track{
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
}

@media (hover:hover){
.knox-home-carousel__track.is-dragging,
  .knox-hscroll__track.is-dragging{
    user-select:none;
  }
}

:where(.knox-home-hero__title){
  font-size:var(--knox-type-display) !important;
  line-height:0.86 !important;
  font-weight:900 !important;
  letter-spacing:0.045em !important;
  text-transform:uppercase !important;
  text-wrap:balance;
}

:where(.knox-home-section__title,.knox-journal-section__title,.knox-faq-group__title,.knox-stockists-shell__title,.knox-lookbook-feature__title,.knox-lookbook-banner__title,.knox-section-title,.knox-complete__title,.knox-sizeguide__title){
  font-size:var(--knox-type-section-title) !important;
  line-height:var(--knox-leading-tight) !important;
  font-weight:900 !important;
  letter-spacing:var(--knox-tracking-title) !important;
  text-transform:uppercase !important;
  text-wrap:balance;
}

:where(.knox-archive-card__title,.knox-cat-listing-card__title,.knox-journal-card__title,.knox-journal-category__title,.knox-rider-card__title,.knox-home-poster__title,.knox-drawer__collection-card-title,.knox-drawer__featured-card-title,.knox-promo-tile__title,.knox-search-result__title,.knox-info-product__title,.knox-faq-item__title){
  font-size:var(--knox-type-card-title) !important;
  line-height:1.08 !important;
  font-weight:700 !important;
  letter-spacing:var(--knox-tracking-card) !important;
  text-transform:uppercase !important;
  text-wrap:balance;
}

:where(.knox-home-section__eyebrow,.knox-home-hero__eyebrow,.knox-home-poster__eyebrow,.knox-cat-banner__eyebrow,.knox-cat-listing-card__eyebrow,.knox-account-nav__eyebrow,.knox-journal-hero__eyebrow,.knox-journal-post__eyebrow,.knox-faq-group__eyebrow,.knox-faq-category-card__eyebrow,.knox-riders-hero__eyebrow,.knox-lookbook-feature__eyebrow,.knox-lookbook-banner__eyebrow,.knox-history__eyebrow,.knox-stockists-hero__eyebrow,.knox-stockists-shell__eyebrow,.knox-stockists-map-panel__eyebrow,.knox-consent-modal__eyebrow,.knox-archive-card__micro,.knox-drawer__collection-card-kicker,.knox-drawer__featured-card-kicker){
  font-size:var(--knox-type-eyebrow) !important;
  line-height:1.1 !important;
  font-weight:900 !important;
  letter-spacing:var(--knox-tracking-eyebrow) !important;
  text-transform:uppercase !important;
}

:where(.knox-home-section__subtitle,.knox-home-hero__subtitle,.knox-home-poster__subtitle,.knox-editorial-hero__subtitle,.knox-footer__subtitle,.knox-journal-card__excerpt,.knox-journal-post__excerpt){
  font-size:var(--knox-type-subtitle) !important;
  line-height:var(--knox-leading-copy) !important;
  letter-spacing:0.012em !important;
}

:where(.knox-archive-card__type,.knox-archive-card__subtitle,.knox-archive-card__variant,.knox-home-gallery-card__subtitle){
  font-size:var(--knox-type-card-meta) !important;
  line-height:1.22 !important;
  font-weight:700 !important;
  letter-spacing:0.105em !important;
  text-transform:uppercase !important;
}

:where(.knox-home-section__head,.knox-journal-section__head,.knox-faq-group__head){
  row-gap:12px;
}

:where(.knox-home-section__subtitle,.knox-editorial-hero__subtitle,.knox-footer__subtitle,.knox-journal-card__excerpt,.knox-journal-post__excerpt){
  max-width:720px;
}

@media (max-width: 767px){
:where(.knox-home-section__title,.knox-journal-section__title,.knox-faq-group__title,.knox-stockists-shell__title,.knox-lookbook-feature__title,.knox-lookbook-banner__title,.knox-section-title,.knox-complete__title,.knox-sizeguide__title){
    letter-spacing:0.048em !important;
  }

:where(.knox-home-section__subtitle,.knox-home-hero__subtitle,.knox-home-poster__subtitle,.knox-editorial-hero__subtitle,.knox-footer__subtitle,.knox-journal-card__excerpt,.knox-journal-post__excerpt){
    line-height:1.58 !important;
  }
}

.knox-home-carousel__nav,
.knox-hscroll__arrow,
.knox-lookbook-slider > .knox-lookbook-slider__arrow,
.knox-lookbook-shop-slider > .knox-lookbook-slider__arrow,
.knox-sheet-upsell__arrow{
  background:rgba(255,255,255,.14) !important;
  border:1px solid rgba(255,255,255,.24) !important;
  color:#fff !important;
  box-shadow:0 10px 26px rgba(0,0,0,.18) !important;
  text-shadow:0 2px 14px rgba(0,0,0,.42) !important;
  backdrop-filter:blur(10px) saturate(120%) !important;
  -webkit-backdrop-filter:blur(10px) saturate(120%) !important;
}

.knox-home-carousel__nav:hover,
.knox-home-carousel__nav:focus-visible,
.knox-hscroll__arrow:hover,
.knox-hscroll__arrow:focus-visible,
.knox-lookbook-slider > .knox-lookbook-slider__arrow:hover,
.knox-lookbook-slider > .knox-lookbook-slider__arrow:focus-visible,
.knox-lookbook-shop-slider > .knox-lookbook-slider__arrow:hover,
.knox-lookbook-shop-slider > .knox-lookbook-slider__arrow:focus-visible,
.knox-sheet-upsell__arrow:hover,
.knox-sheet-upsell__arrow:focus-visible{
  background:rgba(255,255,255,.2) !important;
  border-color:rgba(255,255,255,.34) !important;
}

.knox-home-carousel__nav svg,
.knox-hscroll__arrow svg,
.knox-lookbook-slider > .knox-lookbook-slider__arrow svg,
.knox-lookbook-shop-slider > .knox-lookbook-slider__arrow svg,
.knox-sheet-upsell__arrow svg{
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.42)) !important;
}

body.knox-is-page-builder .knox-pb-home-scope .knox-home-hero,
body.knox-is-page-builder .knox-pb-home-scope .knox-home-section,
body.knox-is-page-builder .knox-pb-home-scope .knox-home-quote,
body.knox-is-page-builder .knox-pb-home-scope .knox-home-shop{
  width:100%;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-hscroll__progress,
body.knox-is-page-builder .knox-pb-product-action .knox-hscroll__progress,
body.knox-is-page-builder .knox-lookbook-slider__progress,
body.knox-is-page-builder .knox-home-carousel__progress{
  height:4px !important;
  margin-top:1px !important;
  background:rgba(0,0,0,.14) !important;
  overflow:hidden !important;
  opacity:1;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-hscroll__thumb,
body.knox-is-page-builder .knox-pb-product-action .knox-hscroll__thumb,
body.knox-is-page-builder .knox-lookbook-slider__thumb,
body.knox-is-page-builder .knox-home-carousel__thumb{
  display:block !important;
  height:100% !important;
  min-width:0 !important;
  background:#000 !important;
  transform-origin:left center !important;
}

body.knox-is-page-builder .knox-home-wearing .knox-home-gallery-card{
  min-height:0 !important;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-hscroll__progress,
body.knox-is-page-builder .knox-pb-product-action .knox-hscroll__progress,
body.knox-is-page-builder .knox-lookbook-slider__progress,
body.knox-is-page-builder .knox-home-carousel__progress{
  display:block !important;
  opacity:1 !important;
}

body.knox-is-page-builder .knox-hscroll__thumb,
body.knox-is-page-builder .knox-home-carousel__thumb,
body.knox-is-page-builder .knox-lookbook-slider__thumb{
  transition:width .22s var(--knox-ease, ease) !important;
}

@media (hover:none), (pointer:coarse){
.knox-hscroll__track,
  .knox-promo-tiles,
  .knox-home-carousel:not(.knox-home-carousel--hero) .knox-home-carousel__track,
  body.woocommerce-account .knox-account-nav ul{
    cursor:auto;
    touch-action:auto;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
  }

.knox-hscroll__track.is-dragging,
  .knox-promo-tiles.is-dragging,
  .knox-home-carousel:not(.knox-home-carousel--hero) .knox-home-carousel__track.is-dragging,
  body.woocommerce-account .knox-account-nav ul.is-dragging{
    cursor:auto;
    user-select:auto;
  }
}

@media (max-width:767px){
.knox-hscroll__track,
  .knox-promo-tiles,
  .knox-home-carousel:not(.knox-home-carousel--hero) .knox-home-carousel__track,
  body.woocommerce-account .knox-account-nav ul{
    scroll-snap-type:x mandatory !important;
    scroll-behavior:smooth;
  }

.knox-hscroll__track > *,
  .knox-promo-tiles > *,
  .knox-home-carousel:not(.knox-home-carousel--hero) .knox-home-carousel__track > *{
    scroll-snap-stop:always !important;
  }

.knox-hscroll:not(.knox-home-carousel--hero) > .knox-hscroll__arrow,
  .knox-home-carousel:not(.knox-home-carousel--hero) .knox-home-carousel__nav{
    display:none !important;
  }
}

@media (hover:hover) and (pointer:fine){
.knox-hscroll__track,
  .knox-home-carousel__track{
    cursor:default;
  }
}

/* v0.9.268 Page Builder home-carousel compatibility
   Page Builder templates can emit the same home hero/Seasonless modules as the front page,
   but they should not need the full front-page-only home.css override layer. Keep the
   proven slider geometry here so standalone builder pages still render one slide per view
   and keep Seasonless as a horizontal rail. */
body.knox-is-page-builder .knox-home-carousel--hero{
  position:relative;
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  margin:0 auto;
  overflow:visible;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__track{
  display:flex;
  gap:1px;
  padding-inline:clamp(16px, 7vw, 112px);
  scroll-padding-inline:clamp(16px, 7vw, 112px);
  overflow-x:auto;
  overflow-y:visible;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__track::-webkit-scrollbar{display:none;}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__slide{
  position:relative;
  flex:0 0 min(72vw, 1080px);
  width:min(72vw, 1080px);
  min-width:min(72vw, 1080px);
  min-height:0;
  aspect-ratio:16 / 9;
  scroll-snap-align:center;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__media,
body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__placeholder,
body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__img,
body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__video,
body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__shade{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__video,
body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__img{
  object-fit:cover;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__shade{
  background:linear-gradient(to top, rgba(0,0,0,.56) 12%, rgba(0,0,0,.18) 42%, rgba(0,0,0,0) 68%);
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__copy-wrap{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:0 clamp(20px, 3vw, 40px) clamp(24px, 4.5vw, 56px);
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__copy{
  width:min(34rem, 100%);
  margin:0 auto;
  text-align:center;
  color:#fff;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__title{
  margin:0;
  max-width:none;
  font-size:clamp(1.9rem, 3.25vw, 3.55rem);
  line-height:.95;
  letter-spacing:.06em;
  font-weight:800;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__eyebrow{
  margin:8px auto 0;
  max-width:38ch;
  font-size:.62rem;
  line-height:1.45;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.88);
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__lede{
  margin:6px auto 0;
  max-width:38ch;
  font-size:.7rem;
  line-height:1.45;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.9);
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__actions{
  justify-content:center;
  gap:12px;
  margin-top:18px;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__actions .knox-btn{
  min-height:40px;
  padding-inline:18px;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-carousel__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-carousel__nav--prev{left:clamp(-18px, 1vw, 10px);}
body.knox-is-page-builder .knox-home-carousel--hero .knox-home-carousel__nav--next{right:clamp(-18px, 1vw, 10px);}

body.knox-is-page-builder .knox-home-carousel--hero .knox-home-carousel__progress{
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  width:min(360px, calc(100% - 64px));
  z-index:4;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-section__head{
  gap:4px;
  text-align:center;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-section__title{
  margin:0;
  font-size:clamp(1.7rem, 2.8vw, 2.45rem);
  line-height:.95;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-section__subtitle{
  margin:2px auto 0;
  max-width:38ch;
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.16em;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-carousel__track{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:1px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-carousel__track::-webkit-scrollbar{display:none;}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster{
  flex:0 0 calc(33.333% - 0.67px);
  width:calc(33.333% - 0.67px);
  min-width:calc(33.333% - 0.67px);
  aspect-ratio:.83 / 1;
  scroll-snap-align:start;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__copy{
  justify-content:flex-end;
  padding:18px 16px 16px;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-carousel__progress{
  display:block !important;
  width:min(340px, calc(100% - 40px));
  margin:12px auto 0;
}

@media (max-width: 1023px){
  body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__slide{
    flex-basis:100%;
    width:100%;
    min-width:100%;
    min-height:74svh;
    aspect-ratio:auto;
    scroll-snap-align:start;
  }

  body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__track{
    padding-inline:0;
    scroll-padding-inline:0;
  }

  body.knox-is-page-builder .knox-home-carousel--hero .knox-home-hero__copy-wrap{
    padding:0 22px 34px;
  }

  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster{
    flex-basis:72vw;
    width:72vw;
    min-width:72vw;
  }
}


/* v0.9.333 Page Builder split recovery
   The Page Builder can compose current homepage, lookbook and PDP-derived sections.
   Keep its shared module CSS in sync with the split files without loading broad product-page canvas styles. */
body.knox-is-page-builder .knox-page-builder{
  display:block;
  width:100%;
  background:#f0f0f0;
}

body.knox-is-page-builder .knox-page-builder__intro,
body.knox-is-page-builder .knox-page-builder__content{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  margin:0 auto;
  padding:clamp(28px, 5vw, 64px) var(--knox-pad);
}

body.knox-is-page-builder .knox-page-builder__title{
  margin:0;
  font-size:clamp(34px, 4.8vw, 64px);
  line-height:.88;
  letter-spacing:.045em;
  text-transform:uppercase;
}

body.knox-is-page-builder .knox-page-builder__copy{
  max-width:78ch;
  margin-top:16px;
}

body.knox-is-page-builder .knox-page-builder__sections > * + *{
  margin-top:1px;
}

body.knox-is-page-builder .knox-pb-products{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  margin:0 auto;
  padding:clamp(28px, 4vw, 56px) var(--knox-pad);
}

body.knox-is-page-builder .knox-pb-products .knox-cat-grid{
  grid-template-columns:repeat(var(--knox-pb-cols, 4), minmax(0, 1fr));
}

body.knox-is-page-builder .knox-pb-layflat,
body.knox-is-page-builder .knox-pb-video-overlay,
body.knox-is-page-builder .knox-pb-detail-slider,
body.knox-is-page-builder .knox-pb-complete-look,
body.knox-is-page-builder .knox-pb-product-action{
  margin-top:0 !important;
  margin-bottom:1px !important;
}

body.knox-is-page-builder .knox-pb-layflat .knox-tech__media,
body.knox-is-page-builder .knox-pb-video-overlay .knox-film__media,
body.knox-is-page-builder .knox-pb-complete-look .knox-complete__media{
  margin-top:0 !important;
  margin-bottom:1px !important;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-hscroll__track,
body.knox-is-page-builder .knox-pb-product-action .knox-hscroll__track{
  gap:1px !important;
  margin:0 !important;
  padding:0 0 1px !important;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-hscroll__progress,
body.knox-is-page-builder .knox-pb-product-action .knox-hscroll__progress{
  width:100% !important;
  max-width:none !important;
  height:3px !important;
  margin:1px 0 0 !important;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-hscroll__thumb,
body.knox-is-page-builder .knox-pb-detail-slider [data-knox-hscroll-thumb],
body.knox-is-page-builder .knox-pb-product-action .knox-hscroll__thumb,
body.knox-is-page-builder .knox-pb-product-action [data-knox-hscroll-thumb]{
  background:#111 !important;
  width:var(--knox-thumb-fill, 12%) !important;
  min-width:0 !important;
}

body.knox-is-page-builder .knox-pb-complete-look .knox-section-title,
body.knox-is-page-builder .knox-pb-complete-look .knox-complete__title,
body.knox-is-page-builder .knox-pb-complete-look h2.knox-section-title{
  max-width:var(--knox-max) !important;
  margin:0 auto 12px !important;
  padding:0 var(--knox-pad) !important;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide{
  position:relative;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:38%;
  pointer-events:none;
  background:linear-gradient(to top, rgba(0,0,0,.42) 0%, rgba(0,0,0,.24) 34%, rgba(0,0,0,.08) 62%, rgba(0,0,0,0) 100%);
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide__copy,
body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide__overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:clamp(16px, 3vw, 30px);
  color:#fff;
  text-shadow:0 2px 18px rgba(0,0,0,.28);
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide__copy h3,
body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide__copy p{
  margin:0;
  color:inherit;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide__copy h3{
  font-size:clamp(18px, 2vw, 30px);
  line-height:.98;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide__copy p{
  margin-top:8px;
  max-width:36ch;
  font-size:13px;
  line-height:1.35;
}

@media (min-width:1024px){
  body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide__copy h3{
    max-width:480px;
  }

  body.knox-is-page-builder .knox-pb-product-action .knox-ugc__hscroll,
  body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slider__hscroll{
    position:relative;
  }

  body.knox-is-page-builder .knox-pb-product-action .knox-hscroll__arrow,
  body.knox-is-page-builder .knox-pb-detail-slider .knox-hscroll__arrow{
    display:flex !important;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:3;
    width:64px;
    height:64px;
    border:0;
    background:none !important;
    color:#fff;
    align-items:center;
    justify-content:center;
    box-shadow:none !important;
    text-shadow:0 2px 18px rgba(0,0,0,.28);
  }

  body.knox-is-page-builder .knox-pb-product-action .knox-hscroll__arrow--prev,
  body.knox-is-page-builder .knox-pb-detail-slider .knox-hscroll__arrow--prev{left:12px;}

  body.knox-is-page-builder .knox-pb-product-action .knox-hscroll__arrow--next,
  body.knox-is-page-builder .knox-pb-detail-slider .knox-hscroll__arrow--next{right:12px;}

  body.knox-is-page-builder .knox-pb-products .knox-cat-grid{
    display:grid;
  }
}

@media (max-width:1023.98px){
  body.knox-is-page-builder .knox-pb-products .knox-cat-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:640px){
  body.knox-is-page-builder .knox-page-builder__intro,
  body.knox-is-page-builder .knox-page-builder__content,
  body.knox-is-page-builder .knox-pb-products{
    padding-top:28px;
    padding-bottom:28px;
  }

  body.knox-is-page-builder .knox-pb-products .knox-cat-grid{
    grid-template-columns:1fr;
  }
}

/* v0.9.363 Page Builder Seasonless card intro fields and image sharpness. */
body.knox-is-page-builder .knox-home-section__head:empty{
  display:none !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media{
  display:block;
  width:min(420px, 78%);
  max-width:min(420px, 78%);
  margin:0 0 clamp(10px, 1.4vw, 18px);
  line-height:0;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-img{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  object-fit:contain;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-copy{
  display:block;
  width:min(38ch, 100%);
  margin:clamp(7px, 1vw, 10px) 0 0;
  font-size:clamp(0.78rem, 0.82vw, 0.88rem);
  line-height:1.45;
  font-weight:500;
  letter-spacing:0.01em;
  text-transform:none;
  color:rgba(255,255,255,.88);
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center center;
  transform:translateZ(0);
}


@media (max-width: 767px){
  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media{
    width:min(320px, 86%);
    max-width:min(320px, 86%);
  }
}

/* v0.9.366 Page Builder Lookbook banner height. */
body.knox-is-page-builder .knox-lookbook-banner,
body.knox-is-page-builder .knox-lookbook-banner__inner{
  min-height:clamp(620px, 86vh, 860px);
}

@media (max-width: 767px){
  body.knox-is-page-builder .knox-lookbook-banner,
  body.knox-is-page-builder .knox-lookbook-banner__inner{
    min-height:clamp(520px, 72svh, 680px);
  }
}

/* v0.9.370 Page Builder Seasonless poster copy alignment and larger intro media. */
body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__copy{
  inset:auto 0 0 0 !important;
  top:auto !important;
  min-height:clamp(330px, 46%, 500px) !important;
  height:clamp(330px, 46%, 500px) !important;
  justify-content:flex-start !important;
  align-items:flex-start !important;
  padding:clamp(18px, 2.1vw, 30px) clamp(16px, 2vw, 28px) clamp(18px, 2vw, 26px) !important;
  overflow:visible;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__copy > :first-child{
  margin-top:0 !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media{
  display:block !important;
  width:min(560px, 96%) !important;
  max-width:min(560px, 96%) !important;
  margin:0 0 clamp(12px, 1.8vw, 24px) !important;
  line-height:0 !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain !important;
}

@media (max-width: 1023px){
  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__copy{
    min-height:clamp(285px, 52%, 430px) !important;
    height:auto !important;
  }

  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media{
    width:min(420px, 94%) !important;
    max-width:min(420px, 94%) !important;
  }
}

@media (max-width: 767px){
  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__copy{
    min-height:clamp(260px, 56%, 390px) !important;
    padding:18px 16px 18px !important;
  }

  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media{
    width:min(360px, 96%) !important;
    max-width:min(360px, 96%) !important;
  }
}

/* v0.9.371 Page Builder Seasonless poster media slots. */
body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__copy{
  min-height:clamp(360px, 50%, 540px) !important;
  height:clamp(360px, 50%, 540px) !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  width:min(620px, 98%) !important;
  max-width:min(620px, 98%) !important;
  height:clamp(138px, 14vw, 260px) !important;
  margin:0 0 clamp(12px, 1.8vw, 22px) !important;
  line-height:0 !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media.is-empty{
  pointer-events:none !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-img{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  height:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:left bottom !important;
}

@media (max-width: 1023px){
  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__copy{
    min-height:clamp(320px, 54%, 470px) !important;
    height:auto !important;
  }

  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media{
    width:min(480px, 98%) !important;
    max-width:min(480px, 98%) !important;
    height:clamp(120px, 22vw, 220px) !important;
  }
}

@media (max-width: 767px){
  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media{
    width:min(380px, 98%) !important;
    max-width:min(380px, 98%) !important;
    height:clamp(104px, 30vw, 180px) !important;
  }
}

/* v0.9.377 Page Builder Seasonless poster copy containment and small intro icons. */
body.knox-is-page-builder .knox-home-seasonless .knox-home-poster,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster{
  overflow:hidden !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__copy,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__copy{
  inset:auto 0 0 0 !important;
  top:auto !important;
  min-height:0 !important;
  height:auto !important;
  max-height:58% !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  align-items:flex-start !important;
  gap:0 !important;
  overflow:hidden !important;
  padding:clamp(18px, 2.1vw, 30px) clamp(16px, 2vw, 28px) clamp(18px, 2vw, 26px) !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__eyebrow,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__eyebrow{
  flex:0 0 auto !important;
  margin:0 0 clamp(8px, 1vw, 12px) !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__intro-media{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  flex:0 0 50px !important;
  width:50px !important;
  max-width:50px !important;
  height:50px !important;
  max-height:50px !important;
  margin:0 0 clamp(8px, 1vw, 12px) !important;
  line-height:0 !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-img,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__intro-img{
  display:block !important;
  width:50px !important;
  max-width:50px !important;
  height:50px !important;
  max-height:50px !important;
  object-fit:contain !important;
  object-position:left bottom !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__title,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__title,
body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__subtitle,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__subtitle{
  flex:0 0 auto !important;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-copy,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__intro-copy{
  display:-webkit-box !important;
  flex:0 1 auto !important;
  max-width:min(38ch, 100%) !important;
  margin:clamp(7px, 1vw, 10px) 0 0 !important;
  overflow:hidden !important;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}

body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__actions,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__actions{
  flex:0 0 auto !important;
  margin-top:clamp(10px, 1vw, 14px) !important;
}

@media (max-width: 767px){
  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__copy,
  body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__copy{
    max-height:64% !important;
    padding:18px 16px 18px !important;
  }

  body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-copy,
  body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__intro-copy{
    -webkit-line-clamp:2;
  }
}

/* v0.9.378 Page Builder Seasonless: remove the reserved intro-icon gap when a card has no intro image. */
body.knox-is-page-builder .knox-home-seasonless .knox-home-poster__intro-media.is-empty,
body.knox-is-page-builder .knox-home-carousel--seasonless .knox-home-poster__intro-media.is-empty{
  display:none !important;
  flex:0 0 0 !important;
  width:0 !important;
  max-width:0 !important;
  height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  overflow:hidden !important;
}


/* v0.9.410: Page Builder H1 scale guard */
body.knox-is-page-builder .knox-page-builder__title{
  font-size:clamp(34px, 4.8vw, 64px) !important;
  line-height:0.94 !important;
  letter-spacing:0.035em !important;
  text-wrap:balance;
}
@media (max-width: 767px){
  body.knox-is-page-builder .knox-page-builder__title{
    font-size:clamp(32px, 10vw, 48px) !important;
  }
}

/* v0.9.420: optional centred desktop testimonial layout for Page Builder testimonial blocks.
   Mobile keeps the existing centred slider treatment. */
@media (min-width: 768px){
  .knox-pb-home-testimonials .knox-home-quote__item.is-align-center .knox-home-quote__copy,
  .knox-pb-home-testimonials .knox-home-quote__item.is-align-centre .knox-home-quote__copy{
    top:50% !important;
    right:auto !important;
    bottom:auto !important;
    left:50% !important;
    width:min(42ch, calc(100% - (var(--knox-pad) * 2))) !important;
    max-width:min(42ch, calc(100% - (var(--knox-pad) * 2))) !important;
    transform:translate(-50%, -50%) !important;
    align-items:flex-start !important;
    justify-content:center !important;
    text-align:left !important;
  }

  .knox-pb-home-testimonials .knox-home-quote__item.is-align-center .knox-home-quote__copy blockquote,
  .knox-pb-home-testimonials .knox-home-quote__item.is-align-centre .knox-home-quote__copy blockquote{
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:left !important;
  }

  .knox-pb-home-testimonials .knox-home-quote__item.is-align-center figcaption,
  .knox-pb-home-testimonials .knox-home-quote__item.is-align-centre figcaption,
  .knox-pb-home-testimonials .knox-home-quote__item.is-align-center .knox-home-quote__name,
  .knox-pb-home-testimonials .knox-home-quote__item.is-align-centre .knox-home-quote__name{
    align-items:flex-start !important;
    justify-self:start !important;
    text-align:left !important;
  }
}

/* v0.9.423: widen centred testimonial copy measure. */
@media (min-width: 768px){
  .knox-pb-home-testimonials .knox-home-quote__item.is-align-center .knox-home-quote__copy,
  .knox-pb-home-testimonials .knox-home-quote__item.is-align-centre .knox-home-quote__copy{
    width:min(80ch, calc(100% - max(156px, var(--knox-pad) * 2))) !important;
    max-width:min(80ch, calc(100% - max(156px, var(--knox-pad) * 2))) !important;
  }

  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-white .knox-home-quote__copy,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-dark .knox-home-quote__copy{
    padding:clamp(34px, 4vw, 58px) !important;
    box-shadow:0 18px 48px rgba(0,0,0,.18) !important;
    backdrop-filter:blur(8px) !important;
    -webkit-backdrop-filter:blur(8px) !important;
  }

  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-white .knox-home-quote__copy{
    background:rgba(255,255,255,.92) !important;
    color:#111 !important;
  }

  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-dark .knox-home-quote__copy{
    background:rgba(0,0,0,.48) !important;
    color:#fff !important;
  }

  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-white:not(.has-copy-text-white) .knox-home-quote__copy,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-white:not(.has-copy-text-white) .knox-home-quote__copy blockquote,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-white:not(.has-copy-text-white) .knox-home-quote__quote-text,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-white:not(.has-copy-text-white) figcaption,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-white:not(.has-copy-text-white) .knox-home-quote__name,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-white:not(.has-copy-text-white) .knox-home-quote__meta,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-black .knox-home-quote__copy,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-black .knox-home-quote__copy blockquote,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-black .knox-home-quote__quote-text,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-black figcaption,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-black .knox-home-quote__name,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-black .knox-home-quote__meta{
    color:#111 !important;
    text-shadow:none !important;
  }

  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-dark:not(.has-copy-text-black) .knox-home-quote__copy,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-dark:not(.has-copy-text-black) .knox-home-quote__copy blockquote,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-dark:not(.has-copy-text-black) .knox-home-quote__quote-text,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-dark:not(.has-copy-text-black) figcaption,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-dark:not(.has-copy-text-black) .knox-home-quote__name,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-panel-dark:not(.has-copy-text-black) .knox-home-quote__meta,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-white .knox-home-quote__copy,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-white .knox-home-quote__copy blockquote,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-white .knox-home-quote__quote-text,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-white figcaption,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-white .knox-home-quote__name,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-white .knox-home-quote__meta{
    color:#fff !important;
  }

  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-white .knox-home-quote__copy blockquote,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-white .knox-home-quote__name,
  .knox-pb-home-testimonials .knox-home-quote__item.has-copy-text-white .knox-home-quote__meta{
    text-shadow:0 1px 12px rgba(0,0,0,.38) !important;
  }
}

/* v0.9.447: Page Builder FAQ accordion block. */
body.knox-is-page-builder .knox-pb-faq{
  width:min(var(--knox-max), calc(100% - (var(--knox-pad) * 2)));
  margin:0 auto 1px;
  padding:clamp(34px, 5vw, 72px) 0;
}

body.knox-is-page-builder .knox-pb-faq .knox-faq-group__head{
  margin:0 0 clamp(18px, 3vw, 28px);
}

body.knox-is-page-builder .knox-pb-faq__list{
  border-top:1px solid rgba(0,0,0,.1);
}

body.knox-is-page-builder .knox-pb-faq__item{
  background:transparent;
  border-bottom:1px solid rgba(0,0,0,.1);
}

body.knox-is-page-builder .knox-pb-faq__item[open]{
  background:rgba(0,0,0,.025);
}

body.knox-is-page-builder .knox-pb-faq__item .knox-faq-item__summary{
  padding:clamp(18px, 2.5vw, 26px) 0;
}

body.knox-is-page-builder .knox-pb-faq__item[open] .knox-faq-item__summary{
  padding-left:clamp(14px, 2vw, 22px);
  padding-right:clamp(14px, 2vw, 22px);
}

body.knox-is-page-builder .knox-pb-faq__item .knox-faq-item__body{
  padding:0 clamp(14px, 2vw, 22px) clamp(20px, 3vw, 30px);
  max-width:86ch;
}

body.knox-is-page-builder .knox-pb-faq__item .knox-faq-item__title{
  font-size:clamp(18px, 1.7vw, 26px);
}

body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide__copy h3 br,
body.knox-is-page-builder .knox-pb-detail-slider .knox-detail-slide__copy p br{
  display:block;
}

@media (max-width: 767px){
  body.knox-is-page-builder .knox-pb-faq{
    padding:32px var(--knox-pad);
    width:100%;
  }
}

/* v0.9.449: Page Builder FAQ width/colour controls and Seasonless desktop display mode. */
body.knox-is-page-builder .knox-pb-faq--width-container{
  width:min(var(--knox-max), calc(100% - (var(--knox-pad) * 2)));
}

body.knox-is-page-builder .knox-pb-faq--width-full{
  width:calc(100% - (var(--knox-pad) * 2));
  max-width:none;
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark,
body.knox-is-page-builder .knox-pb-faq--scheme-light{
  padding:clamp(34px, 5vw, 72px) clamp(18px, 3vw, 44px);
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark{
  background:#050505;
  color:#fff;
}

body.knox-is-page-builder .knox-pb-faq--scheme-light{
  background:#f4f4f1;
  color:#000;
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-group__eyebrow,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-group__title,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-group__desc,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__summary,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__title,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body a{
  color:#fff;
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-group__eyebrow,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-group__desc,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body{
  color:rgba(255,255,255,.78);
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-pb-faq__list{
  border-top-color:rgba(255,255,255,.22);
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-pb-faq__item{
  border-bottom-color:rgba(255,255,255,.2);
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-pb-faq__item[open]{
  background:rgba(255,255,255,.06);
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body a{
  text-decoration-color:rgba(255,255,255,.55);
}

body.knox-is-page-builder .knox-pb-faq--scheme-light .knox-pb-faq__list{
  border-top-color:rgba(0,0,0,.13);
}

body.knox-is-page-builder .knox-pb-faq--scheme-light .knox-pb-faq__item{
  border-bottom-color:rgba(0,0,0,.13);
}

@media (min-width: 1024px){
  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-blocks .knox-home-carousel{
    overflow:visible;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-blocks .knox-home-carousel__track{
    display:grid !important;
    grid-template-columns:repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    gap:1px;
    overflow:visible !important;
    scroll-snap-type:none !important;
    scroll-padding-inline:0 !important;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-blocks .knox-home-poster{
    flex:initial !important;
    width:auto !important;
    min-width:0 !important;
    scroll-snap-align:none;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-blocks .knox-home-carousel__nav,
  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-blocks .knox-home-carousel__progress{
    display:none !important;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-home-carousel__track{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:1px;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    scrollbar-width:none;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-home-poster{
    flex:0 0 calc(33.333% - .67px) !important;
    width:calc(33.333% - .67px) !important;
    min-width:calc(33.333% - .67px) !important;
    scroll-snap-align:start;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-home-carousel__progress{
    display:block !important;
    width:min(340px, calc(100% - 40px));
    margin:12px auto 0;
  }
}

@media (max-width: 767px){
  body.knox-is-page-builder .knox-pb-faq--scheme-dark,
  body.knox-is-page-builder .knox-pb-faq--scheme-light{
    width:calc(100% - (var(--knox-pad) * 2));
    padding:32px clamp(16px, 5vw, 22px);
  }
}


/* v0.9.450: FAQ polish and stricter Seasonless desktop mode support. */
body.knox-is-page-builder .knox-pb-faq{
  margin:0;
}

body.knox-is-page-builder .knox-pb-faq--width-container,
body.knox-is-page-builder .knox-pb-faq--width-full{
  margin-left:0;
  margin-right:0;
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark,
body.knox-is-page-builder .knox-pb-faq--scheme-light{
  padding:clamp(34px, 5vw, 72px) clamp(18px, 4vw, 64px);
}

body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body p,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body li,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body span,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body strong,
body.knox-is-page-builder .knox-pb-faq--scheme-dark .knox-faq-item__body em{
  color:#fff;
}

@media (min-width: 1024px){
  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-home-carousel,
  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-home-carousel--seasonless{
    overflow:visible !important;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-home-carousel__track,
  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider [data-knox-hscroll-track]{
    display:flex !important;
    grid-template-columns:none !important;
    flex-wrap:nowrap !important;
    gap:1px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    scrollbar-width:none !important;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider [data-knox-hscroll-clone="1"]{
    display:block !important;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-home-poster{
    flex:0 0 calc(33.333% - .67px) !important;
    width:calc(33.333% - .67px) !important;
    min-width:calc(33.333% - .67px) !important;
    scroll-snap-align:start !important;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-home-carousel__nav,
  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-hscroll__arrow{
    display:flex !important;
  }

  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider .knox-home-carousel__progress,
  body.knox-is-page-builder .knox-pb-home-seasonless--desktop-slider [data-knox-hscroll-progress]{
    display:block !important;
    width:min(340px, calc(100% - 40px));
    margin:12px auto 0;
    opacity:1;
  }
}

/* v0.9.459: Per-page Builder background setting. */
body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-white,
body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-white .knox-page-builder__sections,
body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-white .knox-page-builder__sections > *{
  background:#fff !important;
}

body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-black,
body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-black .knox-page-builder__sections,
body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-black .knox-page-builder__sections > *{
  background:#000 !important;
}

body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-light,
body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-light .knox-page-builder__sections,
body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-light .knox-page-builder__sections > *{
  background:#f4f4f2 !important;
}

body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-custom,
body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-custom .knox-page-builder__sections,
body.knox-is-page-builder .knox-page-builder.knox-page-builder--page-bg-custom .knox-page-builder__sections > *{
  background:var(--knox-pb-page-bg, #fff) !important;
}

/* v0.9.469: optional header-width container for Builder text blocks. */
body.knox-is-page-builder .knox-pb-text--container-header .knox-pb-text__inner{
  width:min(100%, calc(var(--knox-max) + (var(--knox-pad) * 2)));
  max-width:none;
  padding-left:var(--knox-pad);
  padding-right:var(--knox-pad);
  margin-left:auto;
  margin-right:auto;
}

body.knox-is-page-builder .knox-pb-text--container-header.knox-pb-text--left .knox-pb-text__inner,
body.knox-is-page-builder .knox-pb-text--container-header.knox-pb-text--right .knox-pb-text__inner{
  margin-left:auto;
  margin-right:auto;
}

body.knox-is-page-builder .knox-pb-text--container-header.knox-pb-text--left .knox-pb-text__copy,
body.knox-is-page-builder .knox-pb-text--container-header.knox-pb-text--left .knox-pb-text__subheading{
  margin-left:0;
  margin-right:auto;
}

body.knox-is-page-builder .knox-pb-text--container-header.knox-pb-text--right .knox-pb-text__copy,
body.knox-is-page-builder .knox-pb-text--container-header.knox-pb-text--right .knox-pb-text__subheading{
  margin-left:auto;
  margin-right:0;
}

/* v0.9.471: optional smaller vertical padding for Builder text blocks. */
body.knox-is-page-builder .knox-pb-text--spacing-small{
  padding-top:54px;
  padding-bottom:54px;
}

/* v0.9.503 - Keep mobile loop resets invisible on Page Builder hscroll blocks. */
@media (max-width: 767px), (hover: none), (pointer: coarse){
  body.knox-is-page-builder .knox-home-carousel:not(.knox-home-carousel--hero) [data-knox-hscroll-track].is-knox-touch-swiping,
  body.knox-is-page-builder .knox-home-carousel:not(.knox-home-carousel--hero) [data-knox-hscroll-track].is-knox-loop-jumping{
    scroll-snap-type:none !important;
    scroll-behavior:auto !important;
    overscroll-behavior-x:contain !important;
  }
}
/* v0.9.578: Keep Seasonless card imagery sharp by avoiding GPU-softened raster scaling. */
.knox-home-seasonless .knox-home-poster__img,
.knox-home-carousel--seasonless .knox-home-poster__img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  image-rendering:auto;
  transform:none !important;
  backface-visibility:visible;
}

/* v0.9.579: Keep Page Builder Seasonless card content anchored to the bottom on mobile. */
@media (max-width: 767px){
  body.knox-is-page-builder .knox-pb-home-seasonless .knox-home-poster__copy{
    justify-content:flex-end !important;
  }
}
