/** Shopify CDN: Minification failed

Line 1550:0 Unexpected "}"
Line 5564:72 Expected identifier but found whitespace
Line 5606:0 All "@import" rules must come first

**/
/*---------------- Fonts ------------------*/
@font-face {
  font-family: 'FuturaMaxiCGDemiRegular';
  src: url('futura-maxi-cg-demi-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url( 'HelveticaNeue.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url( 'HelveticaNeueMedium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sabon';
  src: url('Sabon.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America Medium';
  src: url( 'GT-America-Standard-Medium-Trial.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.Heading {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

body.overflow-hidden {
  overflow: hidden;
}

.Button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.flex-container {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.margin-auto {
  margin: auto;
}

.none-list-style {
  list-style: none;
}

.hidden {
  display: none;
}

.full-width {
  width: 100%;
}

.shopify-section--bordered+.shopify-section--bordered {
  border: none;
}

@media screen and (min-width: 641px) {
  .pw-100 {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1140px) {
  .pw-100 {
    padding: 0 100px;
  }
}

.scroll-lock {
  overflow: hidden;
}

.NewsletterPopup {
  text-align: left;
  height: 100vh;
  z-index: 9999;
  bottom: 0;
  right: 0;
  top: 0;
  left: unset;
  padding-top: 44px;
}

.NewsletterPopup .Button:not([disabled]):hover {
  color: #fff;
}

.NewsletterPopup__Content {
  margin-top: 20px;
  font-size: 14px;
}

.NewsletterPopup .select-people-items {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

#newsletter-popup .Alert-success {
  padding: 0;
}

#newsletter-popup .Alert-success p {
  text-transform: uppercase;
  font-weight: 700
}

#newsletter-popup .discount-code {
  text-align: center;
  border: solid 2px #333;
  padding: 10px 15px;
  font-weight: 700;
  position: relative;
}

#newsletter-popup .discount-code .copy-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.select-people-item {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.select-people-item .select-people-label {
  margin-left: 5px;
}

#newsletter-popup .discount-code .copied-message {
  position: absolute;
  right: -15px;
  top: 85%;
  background: #333;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 7px;
}

.NewsletterPopup .Heading {
  font-size: 16px;
  margin-bottom: 13px;
}

@media screen and (min-width: 641px) {
  .features--heading-large .custom-shopify-section--bordered .u-h1, 
  .features--heading-large .custom-shopify-section--bordered .Rte h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .features--heading-large .custom-shopify-section--bordered .u-h2, 
  .features--heading-large .custom-shopify-section--bordered .Rte h2 {
    font-size: 20px;
  }
}

.ProductItem__Title {
  text-transform: unset !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.ProductItem__Title a {
  font-size: 14px;
  font-weight: 500;
}

.ProductItem__PriceList {
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.ProductItem__PriceList.Text--subdued {
  color: #c4c4c4;
}

.ProductItem__Label  {
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  text-align: left;
  /* margin: auto; */
}

.Header__MainNav .ProductItem__ViewButton {
  font-size: 0.85rem;
  color: #c4c4c4;
  text-transform: capitalize;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.features--heading-normal .u-h6, 
.features--heading-normal .Rte h6, 
.features--heading-normal .u-h7, 
.features--heading-normal .u-h8 {
 font-size: 12px;
 font-weight: 525;
}

.HorizontalList__Item .cart-item {
  position: relative;
}
/*---------------- Featured collection ---------------*/

.custom-shopify-section--bordered .SectionHeader,
.shopify-section--menu-explorer .SectionHeader {
  padding: 0 50px;
}
.custom-shopify-section--bordered .SectionHeader__Heading,
.shopify-section--menu-explorer .SectionHeader__Heading {
  font-weight: 700;
  margin-bottom: 5px;
}

.custom-shopify-section--bordered .SectionHeader .Container[data-desktop-count="3"],
.shopify-section--menu-explorer .SectionHeader .Container[data-desktop-count="3"]
 {
  padding-left: var(--horizontal-spacing-four-products-per-row);
  margin-left: calc(-1 * var(--horizontal-spacing-four-products-per-row));
  margin-bottom: var(--vertical-spacing-four-products-per-row);
}

.custom-shopify-section--bordered .Mobile.ProductList--grid {
  display: none;
}

.custom-shopify-section--bordered .ProductList--grid .Grid__Cell .ProductItem__Info .ProductItem__Title {
  margin-bottom: 0;
}

.custom-shopify-section--bordered .ProductList--grid .Grid__Cell .ProductItem__Info .ProductItem__Title,
.custom-shopify-section--bordered .ProductList--grid .Grid__Cell .ProductItem__Info .ProductItem__PriceList,
.custom-shopify-section--bordered .ProductList--grid .Grid__Cell .ProductItem__Info .ProductItem__PriceList {
  line-height: 20px;
}

.CollectionInner .ProductItem__Info .ProductItem__Title,
.CollectionInner .ProductItem__Info .ProductItem__PriceList,
.CollectionInner .ProductItem__Info .ProductItem__PriceList {
  line-height: 20px;
}



/*.custom-shopify-section--bordered .ProductItem__Wrapper .AspectRatio {  
  height: 0;
  padding-bottom: 100% !important;
  overflow: hidden;
}

.custom-shopify-section--bordered .ProductItem__Wrapper .AspectRatio .Image--lazyLoaded.Image--fadeIn {
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  object-fit: none;
}*/

.AspectRatio--square > img, 
.AspectRatio--short > img, 
.AspectRatio--tall > img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .custom-shopify-section--bordered .ProductList--carousel {
    margin: 0 45px;
  }

  .custom-shopify-section--bordered .ProductList--carousel .flickity-prev-next-button.previous {
    right: 72px;
    left: unset;
  }

  .custom-shopify-section--bordered .ProductList--carousel .flickity-prev-next-button.next {
    right: 20px;
  }

  .custom-shopify-section--bordered .ProductList--carousel .flickity-prev-next-button {
    top: -55px;
  }
}

/* @media screen and (min-width: 1140px) {
  .custom-shopify-section--bordered .ProductList--carousel .Carousel__Cell {
    width: 33.3%;
  }
} */

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .custom-shopify-section--bordered .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .custom-shopify-section--bordered .ProductList--carousel {
    margin: 0 5px;
  }
}

/*-------------- Blog page --------------*/
#section-blog-template header.PageHeader {
  max-width: 1260px;
  margin: 50px auto;
  margin-bottom: 20px;
}

#section-blog-template header.PageHeader .SectionHeader__Heading {
  font-size: 18px;
  font-weight: 700;
}

.Blog__TagList .HorizontalList__Item a {
  color: #c4c4c4;
  text-transform: unset;
}

#section-blog-template .ArticleListWrapper {
  padding-top: 30px;
}

#section-blog-template .ArticleListWrapper .ArticleList {
  margin-left: -24px !important;
}

#section-blog-template .ArticleListWrapper .ImageHero {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
}

#section-blog-template .ArticleListWrapper .ImageHero .SectionHeader__Heading a {
  font-weight: 700;
}
#section-blog-template .ArticleListWrapper .ImageHero .SectionHeader .SectionHeader__ButtonWrapper {
  margin-top: -10px;
}
#section-blog-template .ArticleListWrapper .ImageHero .SectionHeader .SectionHeader__ButtonWrapper a {
  font-size: 12px;
  text-transform: uppercase;
}

.ArticleItem__ImageWrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.ArticleItem__Content .ArticleItem__Category {
  font-size: 12px;
  color: #c4c4c4;
  margin-bottom: 0;
}
.ArticleItem__Content .ArticleItem__Title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.ArticleItem__Content .ArticleItem__Excerpt,
.ArticleItem__Content .ArticleItem__Link {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ArticleItem__Content .ArticleItem__Link:before {
  content: unset;
}
.ArticleItem__Content .ArticleItem__Excerpt {
  text-transform: unset;
}
.Article {
  max-width: 1260px;
  margin: auto;
}

.Article__Wrapper .Article__Header {
  margin-bottom: 30px;
}

.ArticleToolbar {
  display: none;
}
.Article__ImageWrapper {
  margin: auto;
  margin-top: 50px;
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  background-image: unset !important;
}

.Article__ImageWrapper .Article__Image {
  position: absolute;
}

.Article__ImageWrapper + .Article__Wrapper {
  margin-top: 45px;
}

.Article .Article__Wrapper {
  max-width: 1260px;
  padding: 40px 0;
  margin-bottom: 0;
}

.Article .ArticleNav {
  padding: 0;
  width: 100%;
}

.article__backyard .ArticleNav {
  margin-top: 50px;
}

.ArticleListWrapper.grid__podcasts,
.ArticleListWrapper.grid__backyard {
  max-width: unset;
}

.ArticleListWrapper.grid__podcasts .Grid--m>.Grid__Cell {
  padding-left: 24px;
}

.Article .Article__Wrapper .Article__Content .Article__Header .Article__Meta {
  font-size: 12px;
  color: #c4c4c4;
  margin-bottom: 5px;
}
.Article .Article__Wrapper .Article__Content .Article__Header .Article__Title {
  font-weight: 700;
}

#shopify-section-article-template-1 .Article,
#shopify-section-article-template-2 .Article,
.Article.article__backyard {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#shopify-section-article-template-1 .Article .Article__ImageWrapper,
#shopify-section-article-template-2 .Article .Article__ImageWrapper,
.Article.article__backyard .Article__ImageWrapper {
  flex: 1 1 50%;
  padding-top: 50%;
}
#shopify-section-article-template-1 .Article .Article__Wrapper,
#shopify-section-article-template-2 .Article .Article__Wrapper,
.Article.article__backyard .Article__Wrapper {
  flex: 1 1 50%;
  padding: 0 50px;
  margin-top: 50px;
}
#shopify-section-article-template-1 .Article .Article__listen-links,
#shopify-section-article-template-2 .Article .Article__listen-links,
.Article.article__backyard .Article__listen-links {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#shopify-section-article-template-1 .Article .Article__listen-links .listen-links--item,
#shopify-section-article-template-2 .Article .Article__listen-links .listen-links--item,
.Article.article__backyard .Article__listen-links .listen-links--item {
  font-size: 12px;
  color: #235EA5;
}

.simple-image.article-backyard {
  max-width: 1260px;
  margin: auto;
  margin-top: 50px;
}

.Slideshow__Content--middleLeft .ButtonGroup>a, 
.Slideshow__Content--bottomLeft .ButtonGroup>a {
  text-decoration: underline;
}

.SectionHeader:not(:only-child) {
  margin-bottom: 0;
}

/* .custom-shopify-section--bordered .ProductList--carousel .slick-arrow {
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 3%;
  z-index: 9;
  pointer-events: all;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 1px 2px 11px 0px #c4c4c4;
  background-color: #fff;
  cursor: pointer;
}

.custom-shopify-section--bordered .ProductList--carousel .Icon--media-arrow-left {
  right: 7%;
}

.custom-shopify-section--bordered .ProductList--carousel .slick-list {
  overflow-x: auto;
}

.custom-shopify-section--bordered .ProductList--carousel .slick-list::-webkit-scrollbar {
  height: 1px;
  background: #dddad0;
  width: 4px;
}
.custom-shopify-section--bordered .ProductList--carousel .slick-list::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 2px;
}
.custom-shopify-section--bordered .ProductList--carousel .slick-list::-webkit-scrollbar-track {
  background: #333;
} */

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .custom-shopify-section--bordered .SectionHeader, .shopify-section--menu-explorer .SectionHeader {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1007px) {
  .shopify-section--menu-explorer .Linklist--grid {
    display: flex;
    margin-left: 20px !important;
    margin-right: 20px;
  }
  .shopify-section--menu-explorer .Linklist--grid .Grid__Cell {
    width: 33.3%;
    padding-left: 0 !important;
  }
  .shopify-section--menu-explorer .Linklist--grid .Grid__Cell:nth-child(3n+1) {
    margin-right: 0;
  }
  .shopify-section--menu-explorer .Linklist--grid .Grid__Cell:nth-child(3n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .shopify-section--menu-explorer .Linklist--grid .Grid__Cell:nth-child(3n) {
    margin-left: 0;
  }
  
  .shopify-section--menu-explorer {
  	padding-top: 1px;
  }
}

@media screen and (max-width: 640px) {
  .custom-shopify-section--bordered .SectionHeader, 
  .shopify-section--menu-explorer .SectionHeader {
    padding: 0 20px;
  }
  .custom-shopify-section--bordered .SectionHeader__Heading,
  .shopify-section--menu-explorer .SectionHeader__Heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .custom-shopify-section--bordered .SectionHeader__SubHeading,
  .shopify-section--menu-explorer .SectionHeader__SubHeading {
    font-size: 12px;
  }

  .LinkItem__Info .Linklist--item {
    letter-spacing: 0px;
    line-break: anywhere;
    padding: 10px;
  }
  .custom-shopify-section--bordered .ProductList--grid {
    display: none;
  }
  .custom-shopify-section--bordered .Mobile.ProductList--grid {
    display: block;
    padding-bottom: 40px;
  }
  
  .custom-shopify-section--bordered .Mobile.ProductList--grid .slick-arrow {
  	width: 15px;
    height: 15px;
    position: absolute;
    top: 3%;
    z-index: 9;
    pointer-events: all;
  }
  
  .custom-shopify-section--bordered .Mobile.ProductList--grid .slick-disabled {
  	opacity: .3;
  }
  
  .custom-shopify-section--bordered .Mobile.ProductList--grid .Icon--media-arrow-left {
  	right: 50px;
    top: -5%;
  }
  
  .custom-shopify-section--bordered .Mobile.ProductList--grid .Icon--media-arrow-right {
  	right: 10px;
    top: -5%;
  }

  .custom-shopify-section--bordered .ProductList--carousel {
    display: none;
  }

  .custom-shopify-section--bordered .Mobile.ProductList--grid .slick-slide .Grid__Cell .ProductItem__Info {
    padding-left: 0;
    text-align: center;
  }

  /*.custom-shopify-section--bordered .Mobile.ProductList--grid .slick-slide.slick-current .Grid__Cell .ProductItem__Info {
    padding-left: 20px;
  }*/

  .custom-shopify-section--bordered .Mobile.ProductList--grid .slick-slide:last-child .Grid__Cell .ProductItem__Info {
    /*padding-left: 0 !important;*/
  }

  .custom-shopify-section--bordered .Mobile.ProductList--grid .Grid__Cell {
    padding-left: 0;
  }
  .custom-shopify-section--bordered .ProductListWrapper {
    overflow: unset;
  }
  #section-blog-template .Container {
    padding: 0 17px;
  }

  #section-blog-template header.PageHeader {
    margin: 20px auto;
  }

  #section-blog-template header.PageHeader .SectionHeader__Heading {
    font-size: 16px;
    margin-bottom: 0;
  }
  .ArticleItem__Content .ArticleItem__Title {
    font-size: 18px;
    letter-spacing: 0;
  }

  .Blog__TagList {
    margin-left: 0;
    margin-right: 0;
  }
  .Blog__TagList .HorizontalList__Item {
    margin-left: 0;
    margin-top: 0;
  }
  .Article__ImageWrapper {
    margin-top: 0;
  }
  .Article .Article__Wrapper,
  .Article .ArticleNav {
    padding: 30px 20px;
  }
  .Article .Article__Wrapper .Article__Content .Article__Header .Article__Title {
    font-size: 20px;
    letter-spacing: 0;
  }
  #shopify-section-article-template-1 .Article,
  #shopify-section-article-template-2 .Article,
  .Article.article__backyard {
    padding: 0 17px;
    padding-top: 17px;
  }
  #shopify-section-article-template-1 .Article .Article__Wrapper,
  #shopify-section-article-template-2 .Article .Article__Wrapper,
  .Article.article__backyard .Article__Wrapper {
    flex: 1 1 100%;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 0;
  }
  #shopify-section-article-template-1 .Article .Article__ImageWrapper,
  #shopify-section-article-template-2 .Article .Article__ImageWrapper,
  .Article.article__backyard .Article__ImageWrapper {
    padding-top: 100%;
    flex: 1 1 100%;
    margin-bottom: 22px;
  }

  .custom-blog-template .ArticleListWrapper.grid__podcasts .Grid--m>.Grid__Cell {
    padding-left: 0;
  }
  
  .shopify-section--menu-explorer .Linklist--grid .Grid__Cell {
  	width: 100%;
    margin: 0 !important;
  }
  
  .shopify-section--menu-explorer .Linklist--grid .Grid__Cell .Linklist--item {
  	font-size: 20px;
  }
  
  .shopify-section--menu-explorer .Linklist--grid {
  	display: block;
    margin: 20px !important;
  }
  
  .shopify-section--menu-explorer .Section--spacingNormal {
  	margin-bottom: 0;
  }
  
  .SectionHeader__Heading.u-h6 {
  	line-height: 15px;
  }
}
/*---------------- Link Explore section ---------------*/

.Linklist--removeMargin[data-desktop-count="4"], 
.Linklist--removeMargin[data-desktop-count="3"] {
  margin-bottom: calc(-1 * var(--vertical-spacing-four-products-per-row));
}

@media screen and (min-width: 641px) {
  .Linklist--removeMargin {
    margin-bottom: -50px;
  }
}

.Linklist--grid[data-desktop-count="4"], 
.Linklist--grid[data-desktop-count="3"] {
  margin-left: calc(-1 * var(--horizontal-spacing-four-products-per-row));
  margin-left: 0;
}

@media screen and (min-width: 641px) {
  .Linklist--grid {
    padding: 0 24px;
    margin-left: -24px;
  }
}

@media screen and (min-width: 1140px) {
  .Linklist--grid {
    padding: 0 50px;
  }
}

.Linklist--grid[data-desktop-count="4"] > .Grid__Cell, 
.Linklist--grid[data-desktop-count="3"] > .Grid__Cell {
  padding-left: var(--horizontal-spacing-four-products-per-row);
  margin-bottom: var(--vertical-spacing-four-products-per-row);
  padding-left: 0;
}

.LinkItem__Info {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  border: none;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}

.LinkItem__Info .Linklist--item {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.LinkItem__Info .Linklist--item .LinkItem__Title {
  z-index: 6;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.LinkItem__Info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 3;
  transition: all .3s ease;
}

.LinkItem__Info:hover::before {
  opacity: 0.3;
}

.LinkItem__Info--left {
  text-align: left;
}

.LinkItem__Info--center {
  text-align: center;
}

.LinkItem__Title {
  display: block;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
}

.template-collection .ImageHero,
.template-index .ImageHero {
  position: relative;
  padding-bottom: 74.25%;
  height: 0;
}

.ImageHero iframe[src] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .template-collection .ImageHero,
  .template-index .ImageHero {
    padding-bottom: 100%;
  }

  .LinkItem__Info {
    padding-top: 56.58%;
    margin-bottom: 10px;
  }

  .LinkItem__Info .Linklist--item {
    letter-spacing: 0;
    padding: 0;
  }

  .LinkItem__Info .Linklist--item .LinkItem__Title {
    letter-spacing: 0;
    font-size: 25px;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .ImageHero--small {
    min-height: 270px;
  }
}

/*---------------- Slide show section ---------------*/
.Slideshow__Content .SectionHeader .u-h2 {
  font-size: 28px;
  margin-bottom: 5px;
}

.Slideshow__Content .SectionHeader .u-h1 {
  margin-top: 5px;
}

.Slideshow__Content .SectionHeader .u-h4 {
  margin-bottom: 0;
}

.Slideshow__Content .SectionHeader .u-h6 {
  margin-top: 10px;
  text-transform: unset;
}

@media screen and (max-width: 640px) {
  .Slideshow__Content .SectionHeader .u-h2 {
    font-size: 16px;
  }
  .Slideshow__Content .SectionHeader .u-h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .Slideshow__Content {
    padding: 0 20px;
    bottom: 28px;
  }
}


@media screen and (min-width: 1008px){
	.Slideshow__Content {
      padding: 0 50px;
      bottom: 28px;
      max-width: 65%;
	}

  .Slideshow__Content--bottomCenter {
    max-width: 100%;
  }
}

h2.SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1 {
    margin: 0;
    letter-spacing: 0;
    line-height: 1.0em;
    font-weight: 600;
}

.SectionHeader__ButtonWrapper {
    margin-top: 20px;
}

a.ButtonGroup__Item {
    margin-top: 0 !important;
    font-size: 15px;
    color: white;
    line-height: 1.0em;
}

/*----------2 Column Images Section------------*/
.two-column__Image {
  object-fit: cover;
}

.two-column-images-container .image-item {
  height: 100%;
  overflow: hidden;
}

.two-column-images-container .image-item-link {
  flex: 0 0 50%;
}

.two-column-images-container .image-item > .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}

.two-column-images-container .image-item-link:first-child>.image-item>img {
  padding-right: 5px;
}

.two-column-images-container .image-item-link:first-child>.image-item>.overlay {
  margin-left: -5px;
}

.two-column-images-container .image-item-link:last-child>.image-item>img {
  padding-left: 5px;
}

.two-column-images-container .image-item-link:last-child>.image-item>.overlay {
  margin-left: 5px;
}

.two-column-images-container .image-item__Heading {
  margin-bottom: 0;
}

.two-column-images-container .SectionHeader__ButtonWrapper {
  margin-top: 10px;
}

.ImageBlock__Content {
  position: absolute;
  padding: 0 50px;
  bottom: 28px;
  max-width: 65%;
}

.ImageBlock__Content--middleLeft,
.ImageBlock__Content--bottomLeft {
  text-align: left;
}

.ImageBlock__Content--middleLeft .ButtonGroup,
.ImageBlock__Content--bottomLeft .ButtonGroup {
  justify-content: flex-start;
}

.ImageBlock__Content--middleRight,
.ImageBlock__Content--middleRight {
  text-align: right;
}

.ImageBlock__Content--middleRight .ButtonGroup,
.ImageBlock__Content--bottomRight .ButtonGroup {
  justify-content: flex-end;
}

.ImageBlock__Content--bottomLeft,
.ImageBlock__Content--bottomCenter,
.ImageBlock__Content--bottomRight {
  top: auto;
  bottom: 28px;
  left: 0;
  transform: none;
}

@media screen and (min-width: 1140px) {
  .two-column-images-container.Container {
      padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .two-column-images-container .image-item-link {
    flex: 0 0 100%;
  }

  .ImageBlock__Content--bottomLeft,
  .ImageBlock__Content--bottomCenter,
  .ImageBlock__Content--bottomRight {
    top: auto;
    bottom: 28px;
    left: 0;
    transform: none;
    padding-left: 20px;
  }

  .two-column-images-container .image-item-link:first-child {
    margin-bottom: 30px;
  }

  .two-column-images-container .image-item-link:first-child>.image-item>img {
    padding-right: 0;
  }

  .two-column-images-container .image-item-link:last-child>.image-item>img {
    padding-left: 0;
  }
}

/*----------2 Column Products Section------------*/
.two-column__Product-Image {
  object-fit: cover;
}

.two-column-featured-products-container .image-item {
  height: 100%;
  overflow: hidden;
}

.two-column-featured-products-container .image-item-link {
  flex: 0 0 50%;
}

.two-column-featured-products-container .image-item > .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}

.two-column-featured-products-container .image-item-link:first-child>.image-item>img {
  padding-right: 5px;
}

.two-column-featured-products-container .image-item-link:first-child>.image-item>.overlay {
  margin-left: -5px;
}

.two-column-featured-products-container .image-item-link:last-child>.image-item>img {
  padding-left: 5px;
}

.two-column-featured-products-container .image-item-link:last-child>.image-item>.overlay {
  margin-left: 5px;
}

.two-column-featured-products-container .image-item__Heading {
  margin-bottom: 0;
}

.two-column-featured-products-container .SectionHeader__ButtonWrapper {
  margin-top: 10px;
}

.two-column-featured-products-container .ImageBlock__Content {
  position: relative;
  max-width: unset;
  padding: 10px 0;
  bottom: unset;
}

.two-column-featured-products-container .ButtonGroup__Item {
  text-decoration: underline;
  margin: 0;
}

.two-column-featured-products-container .image-item-link:last-child>.ImageBlock__Content .ButtonGroup__Item {
  margin-left: 5px;
}

.two-column-featured-products-container .image-item-link__product-link {
  margin-top: 10px;
  display: block;
}

.two-column-featured-products-container .image-item-link:last-child>.image-item-link__product-link {
  margin-left: 5px;
}

@media screen and (max-width: 640px) {
  .two-column-featured-products-container .image-item-link {
    flex: 0 0 100%;
  }

  .two-column-featured-products-container .image-item-link:first-child>.image-item>img {
    padding-right: 0;
  }

  .two-column-featured-products-container .image-item-link:last-child>.image-item>img {
    padding-left: 0;
  }

  .two-column-featured-products-container .image-item-link:first-child {
    margin-bottom: 65px;
  }

  .two-column-featured-products-container .image-item-link:last-child>.image-item-link__product-link {
    margin-left: 0;
  }
}

/************ Landscape featured product section **************/
.landscape-featured-products-container .image-item img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.full-width .landscape-featured-products-container .section-contents {
  position: relative;
  width: 100%;
  padding: 0 100px;
}

.landscape-featured-products-container .ImageBlock__Content {
  position: unset;
  padding: 0;
  max-width: unset;
  margin-right: 20px;
}

.landscape-featured-products-container .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
}

.landscape-featured-products-container .SectionHeader__ButtonWrapper {
  margin-top: 10px;
}

.landscape-featured-products-container .SectionHeader__ButtonWrapper .ButtonGroup__Item {
  text-decoration: underline;
}

@media screen and (min-width: 1140px) {
  .two-column-featured-products-container {
    padding: 0 100px !important;
  }
}

@media screen and (max-width: 640px) {
  .landscape-featured-products-container .image-item img {
    height: 300px;
  }

  .landscape-featured-products-container .section-contents {
    padding: 0 20px;
  }

  .full-width .landscape-featured-products-container .section-contents {
    padding: 0 24px;
  }
}

/*----------------- Custom Rich Text section ------------------*/

.shopify-section--bordered>.Section--spacingNormal.rich-text-custom {
  padding-bottom: 0;
  /* margin-bottom: -30px; */
}

.rich-text-custom .FeatureText__Content {
  max-width: unset;
}

.rich-text-custom .FeatureText__ContentWrapper {
  padding-left: 50px;
  padding-right: 50px;
}

.Button--link {
  text-decoration: underline;
}

.rich-text-custom .SectionHeader__Heading.SectionHeader__Heading,
.rich-text-custom .SectionHeader__SubHeading.SectionHeader__SubHeading {
  margin-bottom: 0.5em;
}

.rich-text-custom .SectionHeader__SubHeading.SectionHeader__SubHeading {
  font-size: 16px;
}

.rich-text-custom .FeatureText .SectionHeader__Description {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.rich-text-custom .SectionHeader__Description.content-full-width {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .rich-text-custom .FeatureText__ContentWrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*-------------- Text with image overlay --------------*/
@media screen and (max-width: 640px) {
  .image-with-text-overlay-our-story {
    padding: 0;
  } 
}

/*------------------- Custom rich text with image section -------------------*/
.Heading.Capitalize {
  text-transform: capitalize;
}

.Section.text-with-image-our-story {
  margin-bottom: 85px;
}

@media screen and (min-width: 641px) {
  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding: 0;
    padding-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .text-with-image-our-story {
    margin-top: 45px;
  }

  .text-with-image-our-story .Container {
    padding: 0;
  }

  .text-with-image-our-story .FeatureText__ContentWrapper {
    text-align: left;
  }

  .text-with-image-our-story .SectionHeader__Heading {
    font-size: 18px;
  }

  .text-with-image-our-story .Container {
    display: flex;
    flex-wrap: wrap;
  }

  .text-with-image-our-story .Container .FeatureText__ContentWrapper {
    order: 1;
    flex: 0 0 100%;
  }

  .text-with-image-our-story .Container .FeatureText__ImageWrapper {
    order: 2;
    flex: 0 0 100%;
  }
}

/*--------------------- Product List Carousel ----------------------*/
.ProductList--carousel .Carousel__Cell {
  padding-bottom: 25px;
}

/*---------------- Drawer menu ----------------*/

.SidebarMenu .Drawer__Content .Drawer__Container .u-h6 {
  font-size: 13px;
}

.SidebarMenu .Drawer__Content .Drawer__Container .u-h7 {
  font-size: 12px;
}

.SidebarMenu .Drawer__Content .Drawer__Container .Linklist__Item .Link {
  font-size: 13px;
}

/*---------------- Search box ----------------*/

@media screen and (max-width: 640px) {
  .Search__SearchBar .Search__Input {
    font-size: 12px;
  }
}

/*---------------- Collection Filter ----------------*/

@media screen and (max-width: 640px) {
  .CollectionToolbar .CollectionToolbar__Group .CollectionToolbar__Item {
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
  }
}

/*---------------- Collection Page ----------------*/
.ProductList .ProductItem__Image {
  object-fit: cover;
}

.ProductList-custom--grid[data-desktop-count="4"] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ProductList-custom--grid[data-desktop-count="2"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 640px) {
  .CollectionInner {
    margin-top: 0;
  }

  .ProductList-custom--grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .ProductList-custom--grid.ProductList--grid>.Grid__Cell {
    width: 100%;
  }

  .ProductList-custom--grid.ProductList--grid>.lifestyle-img {
    grid-column: span 2;
    grid-row: span 2;
  }

  .template-collection .ProductList--grid .Grid__Cell .ProductItem__Wrapper .ProductItem__Info {
    padding-left: 10px !important;
  }

  .ProductList-custom--grid .lifestyle-img img {
    width: 100%;
    object-fit: cover;
  }
}
 
@media screen and (min-width: 1008px) {
  .ProductList-custom--grid .Grid__Cell {
    width: 100%;
  }
  
  .ProductList-custom--grid .lifestyle-img {
    grid-column: span 2;
    grid-row: span 2
  }

  .ProductList-custom--grid .lifestyle-img img {
    width: 100%;
    height: calc(100% - 80px);
    object-fit: cover;
  }
}

/*---------------- our-story page ---------------*/
.Wrapper {
  max-width: 1160px;
  margin: 50px auto;
  display: table;
}

#shopify-section-background-video-our-story .background-video {
  margin-top: 50px;
}

@media screen and (min-width: 901px) and (max-width: 1139px) {
  .Wrapper {
    padding: 0 24px;
  }

  #shopify-section-background-video-our-story .ImageHero--large {
    min-height: 600px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .Wrapper {
    padding: 0 24px;
  }

  #shopify-section-background-video-our-story .ImageHero--large {
    min-height: 400px !important;
  }
}

@media only screen and (max-width: 640px) {
  .Wrapper {
    margin: 50px 0;
  }

  div#shopify-section-text-with-image-our-story .FeatureText__Content, 
  div#shopify-section-text-with-image-our-story .SectionHeader__Description {
    max-width: unset !important;
  }
}

@media only screen and (min-width: 768px) {
  #section-image-with-text-overlay-our-story .ImageHero {
    position: relative;
    width: 100%;
    padding-top: 40%;
  }
	div#shopify-section-image-with-text-overlay-our-story .ImageHero__ContentOverlay {
      position: absolute;
      top: 45%;
      width: 100%;
	}
	.image-with-text-our-story .Grid.Grid--m.Grid--center {
		display: flex;
		align-items: center;
		justify-content: center;
	}
  .FeatureText--withImage .FeatureText__ImageWrapper {
    padding: 70px;
    padding-right: 50px;
  }
}
div#shopify-section-image-with-text-overlay-our-story h2.SectionHeader__Heading.Heading.u-h1, div#shopify-section-image-with-text-overlay-our-story-2 h2.SectionHeader__Heading.Heading.u-h1, div#shopify-section-image-with-text-overlay-our-story-3 h2.SectionHeader__Heading.Heading.u-h1, div#shopify-section-image-with-text-overlay-our-story-4 h2.SectionHeader__Heading.Heading.u-h1 {
	font-size: 28px;
	line-height: 50px;
  text-transform: none;
}
div#shopify-section-image-with-text-overlay-our-story-2 .ImageHero__ContentOverlay, div#shopify-section-image-with-text-overlay-our-story-3 .ImageHero__ContentOverlay, div#shopify-section-image-with-text-overlay-our-story-4 .ImageHero__ContentOverlay {
	flex-basis: auto;
}
.three-column-our-story, .image-with-text-our-story {
	max-width: 1160px;
	margin: 0 auto;
	padding: 70px 50px;
}

div#shopify-section-custom-html-our-story p {
	max-width: 1080px;
	margin: 0 auto;
	font-size: 32px;
	line-height: 48px;
  padding: 0;
	padding-bottom: 20px;
}

div#shopify-section-custom-html-our-story a {
	margin: 0 20px;
	margin-top: 8px;
}
div#shopify-section-text-with-image-our-story .FeatureText__Content, div#shopify-section-text-with-image-our-story .SectionHeader__Description {
	max-width: 430px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 42px;
}
#shopify-section-text-with-image-our-story p{
	text-align: justify;
  font-size: 16px;
  line-height: 24px;
}
#shopify-section-text-with-image-our-story h2.SectionHeader__Heading.Heading.u-h1 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.three-column-our-story p {
  margin-bottom: 30px;
  text-align:justify;
  font-size: 14px;
}
.three-column-our-story .Grid__Cell.\31 \/2--tablet.\31 \/3--lap-and-up {
    text-align: justify;
  }
}
/* div#shopify-section-three-column-our-story {
	background: #ededed;
} */
.image-with-text-our-story h2 {
	font-size: 1rem;
  
}
.three-column-our-story p.title {
	font-size: 1rem;
	line-height: 1.625rem;
	letter-spacing: 0;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 20px;
}
.our-story footer#section-footer {
    margin-top: 0px;
}
@media only screen and (max-width: 640px) {
  #shopify-section-text-with-image-our-story .FeatureText--withImage .FeatureText__ContentWrapper {
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left;
  }

  #section-image-with-text-overlay-our-story .ImageHero {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    min-height: unset;
  }
  #section-image-with-text-overlay-our-story .ImageHero .ImageHero__ContentOverlay {
    position: absolute;
    top: 42%;
    max-width: 350px;
  }
  div#shopify-section-image-with-text-overlay-our-story h2.SectionHeader__Heading.Heading.u-h1, div#shopify-section-image-with-text-overlay-our-story-2 h2.SectionHeader__Heading.Heading.u-h1, div#shopify-section-image-with-text-overlay-our-story-3 h2.SectionHeader__Heading.Heading.u-h1, div#shopify-section-image-with-text-overlay-our-story-4 h2.SectionHeader__Heading.Heading.u-h1 {
    font-size: 16px;
      line-height: 32px;
  }
  div#shopify-section-custom-html-our-story p,div#shopify-section-text-with-image-our-story p{
    font-size: 16px;
    line-height: 25px;
    
  }
  div#shopify-section-custom-html-our-story a {
    margin: 0 15px;
    margin-top: 8px;
    font-size: 14px;
  }

  .FeatureText {
    text-align: left;
  }
  .FeatureText__ImageWrapper {
    padding: 50px;
  }
  #section-image-with-text-overlay-our-story-2 .ImageHero {
    min-height: 250px;
  }
  .three-column-our-story p {
    padding: 0 24px;
  }

  .image-with-text-our-story .Grid--m {
    margin-left: 0;
  }
  .image-with-text-our-story .Grid--m .Grid__Cell {
    padding-left: 0;
  }
  .image-with-text-our-story .Grid--m .Grid__Cell h2 {
    margin-top: 30px;
  }
  .image-with-text-our-story .Grid--m .Grid__Cell h2,
  .image-with-text-our-story .Grid--m .Grid__Cell p {
    padding: 0 24px;
  }

  .three-column-our-story, 
  .image-with-text-our-story {
    padding: 30px 0;
    padding-bottom: 0;
  }
  .three-column-our-story .Grid--m .Grid__Cell img {
    padding: 0 24px;
  }
  .three-column-our-story p.title {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #shopify-section-background-video-our-story {
    padding: 10px 0;
  }

  #shopify-section-background-video-our-story .background-video {
    margin-top: 0;
    margin-bottom: 50px;
  }

  #shopify-section-background-video-our-story .ImageHero--large {
    min-height: unset;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 56.45%;
    line-height: 0;
  }
  .ImageHero--large iframe[src] {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
  }

  .our-story-footer .footer__content-wrapper {
    padding: 0 24px;
  }
  .our-story-footer .cs-footer__list-header {
    margin-bottom: 20px;
  }
  #shopify-section-our-story-footer {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 600px) {
  #shopify-section-background-video-our-story .ImageHero--large {
    min-height: 650px;
    max-width: 1160px;
    margin: auto;
    padding: 0;
  }
}

@media only screen and (min-width: 1008px) and (max-width: 1139px) {
  .three-column-our-story, 
  .image-with-text-our-story {
    padding: 60px 24px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1007px) {
  .three-column-our-story p {
    padding: 0 24px;
  }
  .image-with-text-our-story .Grid.Grid--m.Grid--center {
    margin-left: 0;
  }

  .image-with-text-our-story .Grid.Grid--m.Grid--center .Grid__Cell:first-child {
    padding-left: 24px;
  }

  .image-with-text-our-story .Grid.Grid--m.Grid--center .Grid__Cell:last-child {
    padding-right: 24px;
  }

  #shopify-section-custom-html-our-story .Container {
    padding: 0 24px;
  }

  #shopify-section-custom-html-our-story .Container {
    padding-left: 0;
    padding-right: 0;
  }
}

.our-story-footer .Container {
  padding: unset;
}

.our-story-footer .Faq__Icon {
  left: unset;
  right: 0;
}
.our-story-footer .Faq__ItemWrapper {
  padding-left: 0;
}
.our-story-footer .cs-footer__list-header {
  color: #c4c4c4;
  font-weight: 600;
}

.our-story-footer .Faq__Question {
  font-weight: 600;
}
.our-story-footer .Faq__Answer {
  font-size: 14px;
}

.our-story-footer .Faq__Item[aria-expanded=true] .Faq__ItemWrapper .Faq__Question {
  color: #bf8e04;
}

.cs-footer__list-header {
    margin-top: 0;
    margin-bottom: 30px;
}
.cs-footer__list {
    padding-left: 0;
    margin-top: 0;
}
.cs-footer__list-item {
    list-style: none;
    margin-bottom: 30px;
}
.footer__content-wrapper {
    padding: 70px 50px;
    max-width: 1260px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  	padding-bottom: 0;
}
@media only screen and (min-width: 640px){
/*.cs-footer__list-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

.cs-footer__list-header {
    margin-right: auto;
    margin-bottom: 0;
}
.cs-footer__list {
    display: flex;
    margin-bottom: 0;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
}
  .cs-footer__list-item {
    margin-bottom: 0;
    margin: 0 15px;
}
}
a.btn.Button.Button--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 150px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease;
    letter-spacing: .72px;
    line-height: 1;
    padding: 12px;
    cursor: pointer;
}
.btn.Button.Button--primary::before,a.Button.Button--primary.i-w-t::before{
    border-radius: 0px;
}
a.Button.Button--primary.i-w-t {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 150px;
    max-width: 160px;
    border-radius: 30px;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    font-family: AlteHaasGroteskRegular,sans-serif;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease;
    letter-spacing: .72px;
    line-height: 1;
    padding: 12px;
    cursor: pointer;
  	max-width: 160px;
}
footer#section-footer {
  margin-top: 0px;
  padding: 0 50px;
  padding-top: 50px;
}

footer#section-footer .Container {
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
  padding: 50px 0;
}

.Footer__Inner {
  justify-content: flex-start;
}

.Footer__Inner .Footer__Block {
  font-size: 14px;
  text-transform: uppercase;
  border-right: 1px solid #c4c4c4;
  width: 25%;
}

.Footer__Inner .Footer__Block:last-child {
  border: none;
}

.klaviyo-form-XrjuxD form {
  border: none !important;
}

.klaviyo-form {
  margin-bottom: 20px;
  font-family: AlteHaasGroteskRegular,sans-serif !important;
}

.klaviyo-form p {
  font-family: AlteHaasGroteskRegular,sans-serif !important;
}

.footer__logo .Footer__StoreName {
  width: 100%;
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}

.Footer {
  border-top: unset !important;
}

@media only screen and (max-width: 640px) {
  footer#section-footer {
    padding: 0 20px;
  }

  footer#section-footer .Container {
    padding-bottom: 0;
  }
  footer#section-footer .Footer__Block .Footer__Title {
    font-size: 14px;
  }
}

/*------------------- Collection page --------------------*/

.PageHeader--withBackground .SectionHeader__Heading {
  font-weight: 700;
}

.ProductList--grid .Grid__Cell .ProductItem__Wrapper .ProductItem__Info .ProductItem__Label--soldOut,
.ProductList--carousel .Carousel__Cell .ProductItem__Wrapper .ProductItem__Info .ProductItem__Label--soldOut {
  padding-left: 0;
  padding-top: 0;
  font-family: var(--w-sans, "DM Sans", system-ui, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16.8px !important;
  letter-spacing: 0.01em !important;
  color: #9F2F24 !important;
  text-transform: unset;
  margin-top: 0;
}

.ProductList--grid .ProductItem__Info .ProductItem__Title,
.ProductList--grid .ProductItem__Info .ProductItem__PriceList,
.ProductList--grid .ProductItem__Info .ProductItem__Label--soldOut {
  letter-spacing: 0;
  margin-bottom: 0;
}

.ProductList--grid .ProductItem__Info .ProductItem__Label--soldOut,
.ProductList--carousel .ProductItem__Info .ProductItem__Label--soldOut {
  font-size: 12px !important;
  line-height: 16.8px !important;
  color: #9F2F24 !important;
}

/* Product cards: quiet hover color swatches */
.ProductItem__ColorAvailability {
  position: relative !important;
  min-height: 17px !important;
}

.ProductItem__ColorAvailabilityText {
  display: inline-block !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

.WillboProductSwatches {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-50%) translateY(2px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

.WillboProductSwatch {
  display: block !important;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
  border-radius: 0 !important;
  background-position: center !important;
  background-size: cover !important;
}

.WillboProductSwatch--light {
  border-color: rgba(17, 17, 17, 0.22) !important;
}

@media screen and (min-width: 1008px) {
  .ProductItem:hover .ProductItem__ColorAvailabilityText,
  .ProductItem__Wrapper:hover .ProductItem__ColorAvailabilityText {
    opacity: 0 !important;
    transform: translateY(-2px) !important;
  }

  .ProductItem:hover .WillboProductSwatches,
  .ProductItem__Wrapper:hover .WillboProductSwatches {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(-50%) translateY(0) !important;
  }
}

@media screen and (max-width: 1007px) {
  .WillboProductSwatches {
    display: none !important;
  }
}

#collection-filter-drawer .Drawer__Content {
  overflow-y: auto;
}

.CollectionFilters .Drawer__Main {
  padding-top: 0;
}

.filter-wrapper {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
  padding: 25px 25px 40px 25px;
}

.filter-menu__item {
  margin-bottom: 10px;
}
.filter-variant {
  cursor: pointer;
  position: relative;
  height: 40px;
  letter-spacing: .05em;
  border: 1px solid #e5e5e5;
  font-size: .75rem;
  padding-left: 12px;
  padding-right: 41px;
  display: flex;
  align-items: center;
}

.filter-variant__ico {
  width: 39px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 1px;
  border-left: 1px solid #e5e5e5;
}
.filter-variant__ico:before {
  content: '';
  display: block;
  height: 1px;
  width: 11px;
  background: #181818;
  position: absolute;
}

.filter-variant__ico:after {
  content: '';
  display: block;
  height: 11px;
  width: 1px;
  background: #181818;
  position: absolute;
  transition: transform .3s;
}

.filter-variant.active-filter-variant .filter-variant__ico:after {
  transform: rotate(-90deg);
}

.filter-variant-list {
  list-style: none;
}
.filter-variant-list .CollectionToolbar__Item--layout {
  width: 100%;
  padding: 10px 10px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-top: none;
  text-align: left;
}
.filter-variant-list .CollectionToolbar__LayoutType svg {
  width: 16px;
  height: 16px;
}

.filter-custom-checkbox {
  display: flex;
  height: 100%;
  height: 39px;
  border: 1px solid #e5e5e5;
  border-top: none;
  background: #f7f7f7;
  align-items: center;
  position: relative;
}
.filter-custom-checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.filter-custom-checkbox input[type=checkbox]:checked+label, 
.filter-custom-checkbox input[type=checkbox]:not(:checked)+label {
  flex: 1;
  margin-left: 38px;
  padding-left: 12px;
  border-left: 1px solid #e5e5e5;
  font-size: .75rem;
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
}
.filter-custom-checkbox input[type=checkbox]:checked:checked+label:before, 
.filter-custom-checkbox input[type=checkbox]:not(:checked):checked+label:before {
  background: #181818;
}
.filter-custom-checkbox input[type=checkbox]:checked+label:before, 
.filter-custom-checkbox input[type=checkbox]:not(:checked)+label:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 100%;
  z-index: 10;
  position: absolute;
  border: 1px solid #181818;
  top: 50%;
  left: -25px;
  margin-top: -5px;
}
.applied-filters {
  display: none;
}
.applied-filters__title {
  position: relative;
  height: 40px;
  border: 1px solid #e5e5e5;
  font-size: .75rem;
  padding-left: 12px;
  padding-right: 41px;
  display: flex;
  background: #f7f7f7;
  align-items: center;
}
.remove-all-filters {
  cursor: pointer;
  width: 39px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  letter-spacing: .05em;
  border-left: 1px solid #e5e5e5;
}

.remove-all-filters svg {
  width: 9px;
}

.applied-filters__list {
  padding: 12px 15px 12px 12px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: .75rem;
}

.applied-filters__list li {
  display: inline;
  letter-spacing: .05em;
}
#collection-filter-drawer {
  z-index: 999;
}

#collection-filter-drawer .Collapsible__Inner {
  visibility: visible;
}

@media screen and (max-width: 640px) {
  .PageHeader--withBackground .SectionHeader__Heading {
    font-size: 17px;
  }
  .PageHeader--withBackground {
    height: 0;
    padding-top: 66.6%;
    min-height: unset;
    position: relative;
  }
  .PageHeader--withBackground .Container {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  }

  /*.template-search .ProductList--grid, 
  .template-collection .ProductList--grid {

  }*/

  .ProductList--grid {
    padding: 0;
    margin-left: -1px;
    margin-right: 0;
  }
  .ProductList--grid .Grid__Cell:nth-child(2n+1) .ProductItem__Wrapper .ProductItem__Info {
    padding-left: 20px;
  }

  .ProductList--grid .Grid__Cell .ProductItem__Wrapper .ProductItem__Info {
    padding-left: 20px;
  }

  .ProductList--grid .ProductItem__Info {
    font-size: 14px;
  }
  .custom-shopify-section--bordered .ProductList--grid .Grid__Cell .ProductItem__Wrapper .AspectRatio {
    height: 0;
    padding-top: 125%;
  }
}

/*------------------- Product page --------------------*/

.Product__Gallery--block {
  display: flex;
  flex-wrap: wrap;
  margin-left: 25px;
}

.Product__Gallery.Mobile {
  display: none;
}

.Product__Gallery--block .Product__BlockItem {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 5px;
}

.Product__Gallery--block .Product__BlockItem.full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

.Product__Gallery--block .Product__BlockItem .AspectRatio {  
  height: 0;
  padding-bottom: 125% !important;
  overflow: hidden;
}

.Product__Gallery--block .Product__BlockItem .AspectRatio .Image--fadeIn {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}

.Product__InfoWrapper .Product__Info .ProductMeta__Title {
  font-weight: normal;
  text-transform: unset;
}

.Product__InfoWrapper .Product__Info .ProductMeta__PriceList {
  margin-top: 0;
}

.Product__InfoWrapper .Product__Info .ProductForm__Variants {
  display: flex;
  flex-wrap: wrap;
}

.Product__InfoWrapper .Product__Info .ProductForm__Variants .ProductForm__Option--Color {
  order: 1;
  flex: 1 1 100%;
  width: 100%;
}

.Product__InfoWrapper .Product__Info .ProductForm__Variants .ProductForm__Option--Size {
  order: 2;
  flex: 1 1 100%;
}

.Product__InfoWrapper .Product__Info .ProductForm__Variants .ProductForm__Inventory {
  order: 4;
  flex: 1 1 100%;
}

.Product__InfoWrapper .Product__Info .ProductMeta__Price,
.Product__InfoWrapper .Product__Info .ProductForm__Variants .ProductForm__Label,
.Product__InfoWrapper .Product__Info .ProductForm__Variants .ProductForm__SelectedValue,
.Product__InfoWrapper .Product__Info .ProductForm__Variants .ProductForm__Inventory,
.Product__InfoWrapper .Product__Info .ProductForm__Variants .SizeSwatchList,
.Product__InfoWrapper .Product__Info .ProductForm__Variants .TitleSwatchList {
  font-size: 12px;
}

.Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList.Mobile {
  display: none;
}

.Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList li > .ColorSwatch__Radio.is-selected + label:after {
  border: 1px solid #000 !important;
}

.Product__InfoWrapper .usa-tag {
  color: #842700;
}

.product-special-infos {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.product-special-infos .info-item {
  margin: 0 10px;
  text-decoration: underline;
  cursor: pointer;
}

.product-infos-modal--overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  z-index: 8;
}

.product-infos-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 650px;
  height: 650px;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9;
}

.product-infos-modal .close-modal {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

.product-infos-modal .close-modal::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 3px;
  height: 2px;
  width: 25px;
  transform: rotate(45deg);
  background: #000;
}

.product-infos-modal .close-modal::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 3px;
  height: 2px;
  width: 25px;
  transform: rotate(-45deg);
  background: #000;
}

@media screen and (max-width: 640px) {
  .product-infos-modal {
    width: 350px;
    height: 350px;
  }

  .product-infos-modal .close-modal {
    right: 10px;
    top: 10px;
  }
}

.SizeSwatch__Radio:checked+.SizeSwatch {
  background: #000;
  color: #fff;
}

.SizeSwatchList .SizeSwatch {
  min-width: 50px;
  min-height: 50px;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-color: #000;
}

.SizeSwatchList .SizeSwatch.sold-out {
  pointer-events: none;
  background: #f7f7f7;
  color: #c4c4c4;
}

.TitleSwatchList .TitleSwatch {
  min-width: 50px;
  min-height: 50px;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5px;
}

.TitleSwatch__Radio {
  display: none;
}

.Product__InfoWrapper .Product__Info .ProductForm__Variants label.ColorSwatch {
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
}

.Product__Tabs .Collapsible {
  padding: 0;
}

.Product__Tabs .Collapsible__Button {
  font-size: 12px;
  padding: 15px 0;
}

.Product__Tabs .Collapsible__Content {
  padding-right: 0px;
  padding-bottom: 20px;
}

.Product {
  max-width: 100%;
}

.Product .Product__Wrapper {
  max-width: 65%;
  margin-top: 25px;
}

.Product .Product__Wrapper .Product__InfoWrapper {
  width: 35%;
  margin-top: 5px;
}

.Product .Product__Wrapper .Product__InfoWrapper .Product__Info {
  width: 78%;
}

.ColorSwatch__Radio.is-active + .ColorSwatch:after {
  border: 1px solid currentColor !important;
}

.Search__InputIconWrapper,
.Search__Input::placeholder {
  color: #c4c4c4;
  font-size: 11px;
}
.Search__Input {
  font-size: 11px;
}
.TableWrapper table {
  width: 100% !important;
  font-size: 14px;
}
.TableWrapper table tr td {
  width: auto !important;
  padding: 5px 10px;
}


/* Product Swatch */
@media screen and (min-width: 1008px) {
  ul.HorizontalList.HorizontalList--spacingTight {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 8px;

  }
}

ul.HorizontalList.HorizontalList--spacingTight .HorizontalList__Item {
  margin: 0 5px 5px 5px;

}


@media screen and (min-width: 641px) {
  .features--heading-large .u-h4, .features--heading-large .Rte h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .Product .Product__Wrapper {
    max-width: 100%;
    overflow: hidden;
  }
  .Product .Product__Wrapper .Product__InfoWrapper {
    width: 100%;
  }
  .Product__Gallery--block {
    margin-right: 20px;
  }

  .Product .Product__Wrapper .Product__InfoWrapper .Product__Info {
    width: 100%;
    max-width: unset;
  }
  .Product .Product__Wrapper .Product__InfoWrapper .Product__Info .Container {
    padding: 0 25px;
  }

  .Product__InfoWrapper .Product__Info .ProductMeta__Title,
  .Product__InfoWrapper .Product__Info .ProductMeta__PriceList {
    text-align: left;
  }

  footer#section-footer {
    padding: 0 25px;
  }
}

@media screen and (max-width: 640px) {
  .TableWrapper {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
  .TableWrapper table {
    font-size: 10px;
  }
  .TableWrapper table tr td {
    padding: 5px;
  }
  .Product__Gallery--block {
    display: none;
  }

  .Product__Gallery.Mobile {
    display: block;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList {
    display: none;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList.Mobile {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList.Mobile .HorizontalList__Item {
    padding: 5px 0;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList.Mobile .ColorSwatch--large {
    width: 50px;
    height: 50px;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList.Mobile.grid .HorizontalList__Item {
    margin: 0;
    width: 25%;
  }
  .Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList.Mobile.grid .ColorSwatch--large {
    width: 70px;
    height: 70px;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList.Mobile.grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList.Mobile .slick-track{
    display: flex;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .ColorSwatchList.Mobile .slick-slide {
    max-width: 91px;
    min-width: 90px;
  }

  .Product .Product__Wrapper {
    max-width: 100%;
    margin-top: 0;
    overflow: hidden;
  }
  .Product .Product__Wrapper .Product__InfoWrapper {
    width: 100%;
  }
  .Product .Product__Wrapper .Product__InfoWrapper .Product__Info {
    width: 100%;
    max-width: unset;
  }
  .Product .Product__Wrapper .Mobile.Product__Gallery .Product__SlideItem .AspectRatio {
    height: 0;
    padding-top: 125%;
  }

  .Product .Product__Wrapper .Mobile.Product__Gallery .Product__SlideItem .AspectRatio > img {
    object-fit: cover;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .SizeSwatchList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    justify-content: center;
  }

  .Product__InfoWrapper .Product__Info .ProductForm__Variants .SizeSwatchList .HorizontalList__Item {
    width: 50px;
    height: 50px;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .ProductMeta__Description {
    text-align: center;
  }

  .usa-tag {
    text-align: center;
  }

  .product-special-infos {
    text-align: center;
    justify-content: center;
  }

  .ProductForm__Label {
    text-align: center;
  }
}

.SizeSwatchList .HorizontalList__Item.no-setting-color {
  display: block !important;
}

/* Upsell products */
.upsell-products__wrapper {
  margin-top: 50px;
}

.upsell-products__wrapper .upsell-products__heading {
  font-size: 12px;
  margin-bottom: 10px;
}

.upsell-products__item .ImageWrapper {
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
  position: relative;
  top: 125%;
}

.upsell-products__item .ProductItem {
  margin-bottom: 10px;
}

.upsell-products__item .ImageWrapper .productMedia {
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  position: absolute;
}

.upsell-products__item .ProductItem__Wrapper {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.upsell-products__item .ProductItem__Wrapper .ImageWrapper {
  flex: 0 0 30%;
}

.upsell-products__item .ProductItem__Wrapper .ProductInfo {
  flex: 0 0 60%;
  padding-left: 10px;
  font-size: 12px;
}

.upsell-products__item .ProductItem__Wrapper .ProductInfo .product-title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'HelveticaNeueMedium' !important;
}

.upsell-products__item .ProductItem__Wrapper .ProductInfo .product-title {
  font-size: 14px;
}

.upsell-products__item .ProductItem__Wrapper .ProductInfo .QuickShop {
  padding-top: 40px;
}

.QuickShopDrawer {
  position: fixed;
  right: -950px;
  top: 0;
  width: 950px;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  overflow-y: auto;
  transition: all .3s ease-in-out;
}

.QuickShopDrawer__Page {
  right: -450px;
  width: 450px;
}

.QuickShopDrawer::-webkit-scrollbar {
  width: 5px;
}

.QuickShopDrawer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.QuickShopDrawer::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.selected-upsell-product-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.QuickShopDrawer__Page .selected-upsell-product-wrapper {
  margin-top: 65px;
}

.QuickShopDrawer__Page .ProductMeta-wrapper {
  margin: 0;
  padding: 0 30px;
  margin-bottom: 15px;
}

.QuickShopDrawer__Page .ProductMeta-wrapper .ProductMeta__PriceList {
  margin-top: 5px;
}

.selected-upsell-product-wrapper .product-image-wrapper {
  flex: 0 0 60%;
  display: flex;
  flex-wrap: wrap;
}

.QuickShopDrawer__Page .selected-upsell-product-wrapper .product-image-wrapper {
  flex: 0 0 100%;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.QuickShopDrawer__Page .selected-upsell-product-wrapper .product-image-wrapper::-webkit-scrollbar {
  height: 2px;
}

.QuickShopDrawer__Page .selected-upsell-product-wrapper .product-image-wrapper::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.QuickShopDrawer__Page .selected-upsell-product-wrapper .product-image-wrapper::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #aaa;
}

.selected-upsell-product-wrapper .product-image-wrapper .product-image {
  flex: 0 0 50%;
}

.QuickShopDrawer__Page .selected-upsell-product-wrapper .product-image-wrapper .product-image {
  flex: 0 0 35%;
  padding: 0 2px;
}

.selected-upsell-product-wrapper .product-image-wrapper .product-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.selected-upsell-product-wrapper .product-info-wrapper {
  flex: 0 0 40%;
  width: 100%;
  top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.QuickShopDrawer__Page .selected-upsell-product-wrapper .product-info-wrapper {
  flex: 0 0 100%;
}

.selected-upsell-product-wrapper .product-info-wrapper .Product__Info {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  top: calc(var(--header-height));
}

.selected-upsell-product-wrapper .product-info-wrapper .Product__Info .ProductMeta__Price {
  font-size: 12px;
}

.selected-upsell-product-wrapper .product-info-wrapper .productForm__Wrapper {
  margin-top: 20px;
  padding-top: 30px;
  border-top: solid 1px var(--border-color);
}

.productForm__Wrapper .ProductForm__Label {
  font-size: 12px;
}

.productForm__Wrapper ul.HorizontalList.HorizontalList--spacingTight {
  margin-bottom: 20px;
}

.productForm__Wrapper ul.HorizontalList label.ColorSwatch {
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
}

.ProductForm__AddToCart__Upsell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.QuickShopDrawer.active {
  right: 0;
}

.QuickShopDrawer .close-button {
  position: sticky;
  right: 30px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  margin-left: calc(100% - 30px);
}

.QuickShopDrawer__Page .close-button {
  position: absolute;
  right: 20px;
}

.QuickShopDrawer .close-button::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 3px;
  height: 2px;
  width: 25px;
  transform: rotate(45deg);
  background: #000;
}

.QuickShopDrawer .close-button::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 3px;
  height: 2px;
  width: 25px;
  transform: rotate(-45deg);
  background: #000;
}

.QuickShopDrawer-overlay {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}

@media screen and (max-width: 640px) {
  .QuickShopDrawer {
    width: 100%;
    padding-top: var(--header-height);
  }

  .QuickShopDrawer__Page .ProductMeta-wrapper .ProductMeta {
    text-align: left;
  }

  .selected-upsell-product-wrapper .product-image-wrapper,
  .selected-upsell-product-wrapper .product-info-wrapper {
    flex: 0 0 100%;
  }

  .selected-upsell-product-wrapper .product-info-wrapper {
    position: relative;
    margin-top: 50px;
  }

  .QuickShopDrawer__Page .selected-upsell-product-wrapper .product-info-wrapper {
    margin-top: 0;
  }

  .QuickShopDrawer__Page .selected-upsell-product-wrapper {
    margin-top: 0;
  }

  .QuickShopDrawer .close-button {
    position: absolute;
    top: -40px;
    right: 20px;
  }

  .QuickShopDrawer__Page .close-button {
    top: 20px;
  }

  .selected-upsell-product-wrapper .product-image-wrapper {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .selected-upsell-product-wrapper .product-image-wrapper .product-image {
    flex: 0 0 70%;
    padding: 0 5px;
  }

  .selected-upsell-product-wrapper .product-image-wrapper .product-image:first {
    padding-left: 0;
  }

  .productForm__Wrapper ul.HorizontalList.HorizontalList--spacingTight {
    text-align: center;
    margin-top: 15px;
  }
}

/*-------------------- Klaviyo form -------------------*/

.klaviyo-form .bimDCF.bimDCF {
  padding: 0 !important;
  border-radius: unset !important;
  border: unset;
  max-width: unset !important;
}

.klaviyo-form .ql-editor p {
  text-align: left !important;
  font-size: 14px !important;
  font-style: italic;
}

.klaviyo-form button.needsclick {
  /* font-size: 12px !important;
  color: #BF4B00 !important;
  font-family: Arial, sans-serif !important; */
  font-weight: 600;
}

.klaviyo-form .cdPqNE.cdPqNE.cdPqNE.cdPqNE.cdPqNE.cdPqNE {
  padding-left: 0 !important;
}

.Footer__Aside {
  justify-content: center !important;
  padding: 0;
  background: #bc8b04;
}

.Footer__Aside .Footer__StoreName {
  font-size: 10px !important;
  font-weight: 500;
  color: #C4C4C4;
}

.features--heading-large .u-h7 {
  font-size: 14px;
}

/*----------- Sidebar-cart ---------------*/

#sidebar-cart {
  z-index: 99999;
}

/*----------------------------- Contributors-profile  -------------------------*/
@media only screen and (min-width: 768px){
  .Contributors-profile-title {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
  }
  }
  .Contributors-profile-title{
    text-align: center;
  }
  .Contributors-profile {
      position: relative;
  }
  .Contributors-profile .Article__Image {
    /*display: none;*/
  }
  .Contributors-profile .Article__ImageWrapper {
    height: unset;
    margin-top: 0;
    padding-top: 40%;
  }

  .Contributors-profile .Article__ImageWrapper .Article__Image {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .Contributors-profile-title h1 {
      font-size: 35px;
      font-weight: bold;
      font-family: AlteHaasGroteskRegular, sans-serif;
      margin: 0;
  }
  .Contributors-profile-title p{
    font-family: AlteHaasGroteskRegular, sans-serif;
  }
  .contributors-grid .Image__Wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .contributors-grid .Image__Wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media only screen and (max-width: 768px){
    .Contributors-profile-title p{
    font-size: 13px;
  }
  .Contributors-profile header.Article__Header {
      text-align: center;
  }
  }
  .Contributors-profile h1.Article__Title.Heading.u-h1 {
      margin-bottom: 0;
  }
  
  /*-------------------------------- contributors page ----------------------------------------*/
  #shopify-section-contributors-img .contributors-img {
    position: relative;
    width: 100%;
    padding-top: 40%;
  }

  .contributors-img img {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
  }
  .contributors-img-text {
      font-size: 20px;
      margin: 3% 0px;
  }
  .Container-grid-info {
      margin-bottom: 20px;
  }
  .contributors-grid p.title {
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      margin-top: 3%;
      margin-bottom: 0;
      font-family: Arial, sans-serif;
  }
  .contributors-grid p {
      text-align: center;
      font-family: AlteHaasGroteskRegular, sans-serif;
      font-size: 12px;
  }
  @media only screen and (min-width: 768px){
  .Grid.Grid--m.Grid--center .Grid__Cell.\31 \/2.\31 \/3--lap-and-up {
      margin-bottom: 4em;
  }
    .contributors-grid p.title{
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 768px){
    .contributors-grid p.title{
      font-size: 12px;
    }
    .Contributors-profile h1.Article__Title.Heading.u-h1 {
      font-size: 18px;
    }
    .Contributors-profile .Article__Meta {
      font-size: 10px;
    }
  }
  .custom-img-overlay.ThisActive {
      display: inline-block !important;
  }
  #shopify-section-Contributors-filter .Linklist__Item input {
      visibility: hidden;
      display: none;
  }
  #shopify-section-Contributors-filter .Linklist__Item{
    width: 220px;
  }
  #shopify-section-Contributors-filter .Linklist__Item label {
      cursor: pointer;
      font-size: 12px;
      font-family: 'Arial';
    text-transform: uppercase;
      color: #c4c4c4;
     display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .Countributor_grid {
      margin-top: 30px;
  }
  .Countributor_grid p.position {
    color: #c4c4c4;
  }
  li.Linklist__Item.active label {
      font-weight: 300;
  }
  .CollectionFilters .Collapsible__Button {
      font-size: 10px;
      font-weight: 600;
      padding: 10px 0px;
  }
  .CollectionFilters .Collapsible:first-child {
      /*border-top: 1px solid #c4c4c4;*/
  }
  h1.filter-main-title {
      font-size: 12px;
      font-family: 'Arial';
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1.5px;
  }
  .deactiveFilter {
      display: none;
  }
  .CollectionFilters li.Linklist__Item.active label:after {
      content: url(/cdn/shop/files/cancel_1.png?v=1616059915);
  }
  .SortBy-Filter {
      font-size: 10px !important;
      font-weight: 600;
      letter-spacing: 0.1em;
      padding: 10px 0px;
  }


/*-------------------- Mega menu setup ------------------------------ */
.js .features--show-element-staggering .MegaMenu .ProductList--grid .ProductItem {
  visibility: visible;
}
.MegaMenu.Megamenu--shop .featuredProductCarousel .ProductItemMenu__Info .ProductItem__Title {
  font-size: 0.75rem;
  letter-spacing: .05em;
  line-height: 1.41;
  margin: 0;
  color: #000;
  font-weight: normal;
}
.MegaMenu .MegaMenu__Inner {
  max-width: 100%;
  padding: 0px 60px 19px;
  display:flex;
  justify-content: flex-start;
  border-bottom: 1px solid var(--header-border-color);
  flex-direction: column;
  width: 40%;
}
.MegaMenu-1 .MegaMenu__Inner {
  max-width: 100%;
  padding: 0px 40px 20px 60px;
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1%;
  border-bottom: 1px solid var(--header-border-color);
  flex-direction: unset;
  width: 55%;
}
.MegaMenu-1 .MegaMenu__Inner .MegaMenu__Inner--menu-wrapper {
  flex: 0 0 24%;
}
.MegaMenu-1 .MegaMenu__Inner .MegaMenu__Inner--menu-wrapper .MegaMenu__Item {
  width: 100%;
}
.MegaMenu__Inner--menu-wrapper .MegaMenu__Item .Linklist {
  opacity: 1 !important;
  animation: unset;
  position: relative;
  left: unset;
  top: unset;
  margin-top: 10px;
}
.MegaMenu-1 .ProductList.ProductList--grid {
  width: 45% !important;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1%;
}

.MegaMenu-1 .Megamenu_imagesection .Grid__Cell {
  flex: 0 0 40%;
}

.MegaMenu-1 .Megamenu_imagesection .Grid__Cell .Megamenu_ImageInfo {
  position: unset;
  margin-top: 10px;
}
.MegaMenu-1 .Megamenu_imagesection .Grid__Cell .Megamenu_ImageInfo .MegaMenu__PushHeading {
  color: #000;
  font-size: 11px;
}

.MegaMenu .MegaMenu__Item .MegaMenu__Title {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
}
.MegaMenu__Item.MegaMenu__Item--fit a:hover {
  color: #000;
}
.MegaMenu .MegaMenu__Item {
  margin: 0px;
  padding: calc(3.33333px + 1px) 10px;
  padding-left: 0;
  padding-right: 0px;
}
.MegaMenu.Megamenu--shop .featuredProductCarousel {
  padding: 25px 0px 0px;
}
.MegaMenu.Megamenu--shop .featuredProductCarousel .ProductItemMenu__Info .ProductItem__ViewButton, .Megamenu_ImageInfo a.MegaMenu__PushViewBtn {
  font-size: 0.75rem;
  color: #000;
  text-transform: capitalize;
}
.Megamenu_ImageInfo .MegaMenu__PushHeading {
  margin-bottom: 0px;
 line-height: normal;
}
.MegaMenu {
overflow: hidden;
}
.MegaMenu__ImageItems .Megamenu_ImageInfo, .MegaMenu.Megamenu--shop .featuredProductCarousel .ProductItemMenu__Info {
  margin-top: 20px;
}

.MegaMenu__ImageItems .Megamenu_ImageInfo .MegaMenu__PushViewBtn {
  font-family: 'HelveticaNeue' !important;
}

.MegaMenu .MegaMenu__ImageItems img {
  object-fit: cover;
}
.MegaMenu.Megamenu--brand {
  padding-bottom: 20px;
}
.MegaMenu .Megamenu_imagesection .Grid__Cell {
  padding-left: 15px;
}
.ProductItemMenu__Wrapper .ProductItem__ImageWrapper img {
  object-fit: cover;
}

.MegaMenu .ProductItemMenu .ProductItemMenu__Wrapper {
  position: relative;
}

.MegaMenu .ProductList--grid {
  padding: 0 21px;
  margin-left: -10px;
  margin-right: -10px;
}

.MegaMenu .Megamenu_imagesection .Grid__Cell {
  padding: 0 10px;
}

@media(min-width:1140px){
/*.MegaMenu__ImageItems .MegaMenu__ImageRation {
  height: 440px;
}*/
}
/* Mobile menu setup */
@media(min-width:1141px){
.Header__FlexItem .Drawer__Close{
  display: none;
}
.Megamenu--journal .Inner_Cell {
  width: 33.33%;
}
.Megamenu--collections .Inner_Cell {
  /*width: 33.33%;*/
}
}

#sidebar-menu {
  z-index: 999;
}

.js .Slideshow__Content .SectionHeader {
  opacity: 1;
}

.SidebarMenu__Nav--secondary .contact-form {
  padding: 10px 20px;
  padding-left: 20px;
  padding-top: 30px;
}

.SidebarMenu__Nav--secondary .contact-form .newsletter-title {
  margin-bottom: 5px;
}

.SidebarMenu__Nav--secondary .contact-form .newsletter-content {
  font-size: 60%;
  font-family: 'SabonItalic';
}

.SidebarMenu__Nav--secondary .contact-form .newsletter__input {
  width: 100%;
  border: none;
  border-bottom: solid 1px #333;
  font-size: 12px;
  padding-bottom: 5px;
}

.SidebarMenu__Nav--secondary .contact-form .newsletter__input::placeholder {
  color: #aaa;
}

.SidebarMenu__Nav--secondary .input-group-btn .btn {
  width: 100%;
  background: #282828;
  color: #fff;
  padding: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

@media(max-width:1140px){
  #shopify-section-sidebar-menu .Drawer {
      width: 100vw;
    top: auto;
  }
  .shopify-section--header{
    z-index: 999;
  }
  .Header__Wrapper .Drawer__Close {
    display: none;
  }
  .SidebarMenu.Drawer .SidebarMenu__Nav .Collapsible__arrow::after {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -4px;
  }
  .SidebarMenu.Drawer .SidebarMenu__Nav .Collapsible__arrow::after {
    content: '';
    padding: 4px;
    border: solid #181818;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
  }
  .subnav-wrapper {
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s ease, visibility linear 0.4s;
    bottom: 0;
  }
  .subnav-wrapper.subnav-mobile-collapse {
    transform: translateX(0);
    visibility: visible;
  }
  .subnav-wrapper .Collapsible__Inner {
    background: white;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 10px 0px;
    visibility: visible;
    height: 100%;
  }
  .subnav-wrapper .main-item-back {
    background: white;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 16px 20px 20px;
    }
  .subnav-wrapper .main-item-back::before {
    content: '';
    padding: 4px;
    border: solid #181818;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(135deg);
  }
  .subnav-wrapper .main-item-back::before {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -11px;
  }
  .subnav-wrapper .Collapsible__Content .Collapsible {
    border-bottom: 1px solid var(--border-color);
      margin-left: 0px;
  }
  .subnav-wrapper .Collapsible__Content .Collapsible:first-child{
    border-top: 1px solid var(--border-color);
  }
  #sidebar-menu .Drawer__Container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #sidebar-menu .SidebarMenu__Nav .Collapsible {
    padding-left: 20px;
  }
  #sidebar-menu .SidebarMenu__Nav .Linklist {
    padding-left: 20px;
  }
}

.Slideshow__ImageContainer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#section-slideshow .Heading, #section-slideshow .flickity-page-dots {
  z-index: 9;
}

/*--------------- simple page ---------------*/
.shopify-simple-section .simple,
.shopify-simple-image-section .simple-image {
  text-align: center;
  max-width:1250px;
  margin:0 auto;
}
.shopify-simple-section {
  margin-top: calc(.15 * calc(100vh - 61px));
  margin-bottom: calc(.15 * calc(100vh - 61px));
  height: calc(.60 * calc(100vh - 61px));
  position: relative;
  overflow: hidden;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-simple-section .simple p
{
  line-height: 17px;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .shopify-simple-section .SectionHeader__Heading {
    font-size: 16px;
  }
}

/******** footer *************/
.footer__logo {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  border-right: 1px solid #c4c4c4;
}
.footer__logo img {
  object-fit: contain;
  object-position: top;
  width: 25%;
}
.footer__logo .brand__text {
  max-width: 70%;
  margin-left: 5%;
}
.footer__klaviyo {
  width: 40%;
  border-right: 1px solid #c4c4c4;
}
.klaviyo-form-XrjuxD .kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS .ql-editor {
  width: 60%;
}
.emmDqA.emmDqA.emmDqA.emmDqA.emmDqA.emmDqA {
  border: none !important;
  border-bottom: 1px solid #c4c4c4 !important;
  border-radius: unset !important;
}
.ewihEP.ewihEP.ewihEP.ewihEP.ewihEP.ewihEP {
  border: none !important;
  border-bottom: 1px solid #c4c4c4 !important;
  border-radius: unset !important;
}
.LfZuM.LfZuM.LfZuM.LfZuM.LfZuM.LfZuM {
  border: none !important;
  border-bottom: 1px solid #c4c4c4 !important;
  border-radius: unset !important;
}
.jBjzuA.jBjzuA {
  padding: 10px 0 !important;
}
.Footer__Inner .Footer__Block {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
}
.footer__time {
  color: #000;
  text-align: left;
}
.footer__time .current_time {
  color: #235EA5;
  font-size: 30px;
  line-height: 53px;
  max-width: 150px;
  margin: auto;
}

.footer__time .time__wrapper {
  text-align: center;
}

.footer__time .weather {
  margin: auto;
}

footer#section-footer .Container {
  padding: 0;
}
.Footer__Inner + .Footer__Aside {
  padding-bottom: 0;
}
.Footer__Aside .Footer__Copyright {
  padding: 20px 0;
}

.acsb-trigger {
  left: -50px !important;
}

.Footer__Inner p,
.Footer__Inner p span,
.Footer__Inner .Linklist__Item a {
  letter-spacing: 1px !important;
}

.weather {
  max-width: 100px;
}

.bgjOyr.bgjOyr.bgjOyr.bgjOyr.bgjOyr.bgjOyr {
  padding-left: 0 !important;
}
.lcrUBo.lcrUBo.lcrUBo.lcrUBo.lcrUBo.lcrUBo {
  padding-left: 0 !important;
}
.lnviXl.lnviXl {
  padding-top: 4px;
}

.Footer__Inner .Footer__Block--links img,
.Footer__Inner .Footer__Block--links .Footer__StoreName {
  display: none;
  color: #b0b0b0;
}

.Footer__Block--text {
  flex-basis: unset !important;
}

@media only screen and (max-width: 1139px) {
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
  }
  .Footer__Inner .Footer__Block.footer__logo {
    width: 100% !important;
    border-bottom: solid 1px #c4c4c4;
    flex: 1 1 100%;
    border-right: none;
  }
  
  .Footer__Inner .Footer__Block.footer__logo img,
  .Footer__Inner .Footer__Block.footer__logo .Footer__StoreName {
  	display: none;
  }
  
  .Footer__Inner .Footer__Block--links img,
  .Footer__Inner .Footer__Block--links .Footer__StoreName {
  	display: block;
  }
  
  .Footer__Inner .Footer__Block--links img {
  	margin-top: 20px;
  }
  
  .Footer__Inner .Footer__Block--links .Footer__StoreName {
  	margin-top: 15px;
    font-size: 10px;
  }
  
 
  
  .Footer__Inner .Footer__Block.footer__klaviyo {
    width: 100% !important;
    border: none;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    flex: 1 1 100%;
  }
  .Footer__Inner .Footer__Block.footer__time {
    margin-top: 0;
    text-align: right;
  }
  .dHyvRG.dHyvRG {
    max-width: 100% !important;
  }
  .Footer__Inner .Footer__Block {
    flex: 1 1 50%;
  }
  .Footer__Inner .Footer__Block:nth-child(3n) {
    margin-top: 0;
  }
  .klaviyo-form-XrjuxD .kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS .ql-editor {
    width: 100%;
  }
}

@media only screen and (min-width: 1140px) and (max-width: 1300px) {
  .Footer__Inner .Footer__Block.Footer__Block--links {
    padding-left: 20px;
    padding-right: 20px
  }
}

/* Footer */
.Footer__Inner .Footer__Block {
  border: none;
}

.Footer__Newsletter .Form__Input {
  border: none;
  border-bottom: solid 1px #333;
}

.Footer__Newsletter .Form__Input::placeholder {
  color: #235EA5;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: unset !important;
}

.footer-copyright span {
  width: 15px;
  height: 15px;
  background-color: #235EA5;
  display: block;
  margin-left: 10px;
}

.Footer__Inner .Footer__Social .HorizontalList__Item {
  margin-right: 21px;
  margin-left: 0;
}

.Footer__Aside {
  display: none;
}

@media screen and (max-width: 767px) {
  .Footer__Inner .Footer__Block {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  .Footer__Inner .Footer__Block .Linklist__Item,
  .Footer__Inner .Footer__Block .Footer__Social,
  .Footer__Inner .Footer__Block .Footer__Title,
  .Footer__Inner .Footer__Block .Footer__Content,
  .Footer__Inner .Footer__Block .Footer__Newsletter {
    text-align: center !important;
  }

  .footer-copyright {
    justify-content: center;
    border-top: solid 1px #c4c4c4;
    padding-top: 12px;
  }

  .Footer__Inner .Footer__Block--newsletter {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .dHyvRG.dHyvRG {
    padding-left: 0 !important;
  }

  .lcrUBo.lcrUBo.lcrUBo.lcrUBo.lcrUBo.lcrUBo {
    padding-left: 0 !important;
  }
  
  .Footer__Inner .Footer__Block {
  	padding-top: 25px;
    padding-bottom: 25px;
  }
}

/********* custom faq page **********/
.faq-template-custom .Container {
  max-width: 1200px;
  border: 1px solid #c4c4c4;
  margin-top: 50px;
  padding: 0;
}
.faq-template-custom .Container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.faq-template-custom .Container .row .question__section,
.faq-template-custom .Container .row .answer__section {
  max-width: 50%;
  flex: 0 0 50%;
}
.faq-template-custom .Container .row .question__section {
  border-right: 1px solid #c4c4c4;
}
.faq-template-custom .Container .row .question__section .footer__time {
  padding: 100px 0;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
}
.faq-template-custom .Container .row .question__section .bottom__text {
  padding: 0 40px;
  padding-bottom: 50px;
  font-size: 12px;
  color: #c4c4c4;
}
.faq-template-custom .question__wrapper {
  padding: 50px 40px;
}
.faq-template-custom .question__wrapper .question__title {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.faq-template-custom .question__wrapper .question__title.is-active {
  color: #C62828;
}
.faq-template-custom .answer__content .default__image {
  display: block;
  margin: auto;
  margin-top: 20%;
}
.faq-template-custom .answer__content .answer {
  padding: 40px;
}

.faq-template-custom .Container.Mobile {
  display: none;
}
.faq-template-custom .footer__time .time__wrapper span {
  text-transform: uppercase;
  font-size: 12px;
}
.faq-template-custom .footer__time .current_time {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .faq-template-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-template-custom .Container.Mobile {
    display: block;
  }
  .faq-template-custom .Container.Desktop {
    display: none;
  }
  .faq-template-custom .Container .row .question__section {
    max-width: 100%;
    flex: 0 0 100%;
    border-right: none;
  }
  .faq-template-custom .footer__time .current_time {
    font-size: 50px;
  }
  .Faq__ItemWrapper {
    padding-left: unset;
  }
  .Faq__Icon {
    left: unset;
    right: 0;
  }
  .Faq__Item .Faq__ItemWrapper .Faq__Question {
    text-transform: uppercase;
    font-weight: 700;
  }
  .Faq__Item[aria-expanded=true] .Faq__ItemWrapper .Faq__Question {
    color: #C62828;
  }
}

/*--------- Custom login page --------------*/
.login-custom .PageContent--fitScreen {
  min-height: unset;
  margin-top: 0;
  margin-bottom: 30px;
}
.login-custom .PageContent--fitScreen .Form {
  padding: 20px;
  border: 1px solid #c4c4c4;
  border-top: none;
}
.customer_form_tabs {
  max-width: 400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.customer_form_tab {
  flex: 0 0 50%;
  width: 50%;
  border: 1px solid #c4c4c4;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.customer_form_tab.is-active {
  font-weight: 700;
}
.customer_form_tab:first-child {
  border-right: none;
}
.login-custom .Form__Header {
  margin-bottom: 0;
}
.login-custom .Form__Header .Form__Legend {
  text-align: left;
  color: #c4c4c4;
  text-transform: uppercase;
  font-size: 14px;
}
.login-custom .Form__FloatingLabel {
  position: relative;
  opacity: 1;
  left: 0;
  padding-left: 0;
}
.login-custom .Form__Input {
  margin-top: 5px;
  border-color: #c4c4c4;
}
.login-custom .Form__Input::placeholder {
  color: #c4c4c4;
}
.login-custom .Form__ItemHelp {
  position: relative;
  transform: unset;
  float: right;
  color: #c4c4c4;
}
.login-custom .Form__Submit {
  color: #fff;
  border-color: #abcadc;
}
.login-custom .Form__Submit:before {
  background-color: #abcadc
}
.login-custom .Form__FloatingLabel--Checkbox {
  pointer-events: initial;
}
.login-custom .Form__FloatingLabel--Checkbox > a {
  text-decoration: underline;
}
.Form__Checkbox~label::before {
  border-color: #c4c4c4;
}
.Form--spacingTight .Form__Item--Checkbox {
  margin-bottom: 0;
}
.Form__Item input[type=checkbox].Form__Checkbox:checked:checked+label:after, 
.Form__Item input[type=checkbox].Form__Checkbox:not(:checked):checked+label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  left: 2px;
  top: 3px;
  z-index: 13;
  background: #181818;
}
.HorizontalList__Item .Link--primary.sign-in:after {
  content: '';
  background: #bec999;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 3px;
}

/*------------ Account page -------------*/
.template-account #main .PageHeader {
  margin-bottom: 0;
  border: 1px solid #c4c4c4;
  padding: 35px;
}
.template-account #main .PageHeader .SectionHeader {
  margin-bottom: 0;
}
.template-account #main .PageHeader .SectionHeader h1 {
  display: block;
  position: relative;
  padding-left: 50px;
}
.template-account #main .PageHeader .SectionHeader h1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: #bec999;
}
.template-account #main .custom-PageLayout {
  display: flex;
  min-height: 400px;
  border: 1px solid #c4c4c4;
  border-top: none;
}
.template-account #main .custom-PageLayout .custom-PageLayout__Left {
  flex: 0 0 25%;
  border-right: 1px solid #c4c4c4;
  padding: 35px;
}
.template-account #main .custom-PageLayout .custom-PageLayout__Right {
  flex: 0 0 75%;
  padding: 35px;
}
.account__header-list {
  list-style: none;
}
.account__header-list > li {
  margin-bottom: 10px;
  font-weight: 700;
}
.account__header-list > li.is-active {
  color: #C62828;
}
.template-account #main .custom-PageLayout .custom-PageLayout__Right .Segment .Segment__Title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.account-content {
  display: none;
}
.account-content.is-active {
  display: block;
}
.AccountAddress p {
  padding-bottom: 0;
}
.Address .Segment__ActionList {
  margin-top: 0;
}
.Address hr {
  margin: 18px 0;
  border-top: none;
  border-color: #dfdfdf;
}
.template-account #main .custom-PageLayout.Mobile {
  display: none;
}

.CollectionToolbar {
  position: unset;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/********** Text only section ************/

.textonly-section .Container {
  max-width: 1200px;
  line-height: 12px;
}

@media screen and (max-width: 767px) {
  .template-account #main .custom-PageLayout.Mobile {
    display: block;
    margin-bottom: 35px;
  }
  .template-account #main .custom-PageLayout.Desktop {
    display: none;
  }

  .template-account #main .custom-PageLayout {
    min-height: 300px;
  }

  .template-account #main .custom-PageLayout.Mobile .question__wrapper {
    padding: 14px 0;
  }
  .template-account #main .custom-PageLayout.Mobile .Segment__Title {
    margin-top: 0;
    display: none;
  }

  .custom-PageLayout.Mobile .Modal--address {
    width: 80vw;
    height: 80vh;
  }

  .custom-PageLayout.Mobile .Modal--address .Modal__Title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .custom-PageLayout.Mobile .Modal--address .Modal__Header {
    margin-bottom: 10px;
  }

  .template-account #main .PageHeader .SectionHeader h1 {
    font-size: 18px;
  }
  
  .textonly-section .SectionHeader__Heading.u-h1 {
  	font-size: 18px;
  }
}

.Mobile.Product__Gallery .flickity-prev-next-button.previous {
  left: 90px;
}

.Mobile.Product__Gallery .flickity-prev-next-button.next {
  right: 90px;
}

.Mobile.Product__Gallery .flickity-prev-next-button {
  box-shadow: unset;
}

.Mobile.Product__Gallery .flickity-prev-next-button svg {
  height: 10px;
}

.Mobile.Product__Gallery .flickity-page-dots {
  margin-top: 10px;
}

.background-video {
  padding: 0 50px;
  margin-top: 85px;
}

.background-video.full-width {
  padding: 0;
}

.background-video .ImageHero {
  padding-bottom: 56.25%;
  min-height: unset;
}



@media screen and (min-width: 641px) and (max-width: 1139px) {
  .background-video {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .background-video {
    padding: 0;
  }
}

/**************** Rich image with text collection ******************/
/*.FeatureText--withImage {
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
}*/

.FeatureText--imageRight .FeatureText__ContentWrapper {
  padding-right: 0;
}

.FeatureText--imageLeft .FeatureText__ContentWrapper {
  padding-left: 0;
}

.FeatureText--imageRight .FeatureText__ContentWrapper {
  padding-right: 0;
}

.FeatureText--imageRight .FeatureText__ContentWrapper .FeatureText__Content,
.FeatureText--imageLeft .FeatureText__ContentWrapper .FeatureText__Content {
  max-width: unset;
}

.FeatureText--imageRight .FeatureText__ContentWrapper .FeatureText__Content .SectionHeader__Description,
.FeatureText--imageLeft .FeatureText__ContentWrapper .FeatureText__Content .SectionHeader__Description {
  max-width: 80%;
}

.FeatureText__ContentWrapper .Button--primary::before {
  content: unset;
}

.FeatureText__ContentWrapper .Button {
  color: var(--button-background);
}

.FeatureText--withImage .FeatureText__ImageWrapper {
  padding: 0;
}

.FeatureText--imageRight .AspectRatio,
.FeatureText--imageLeft .AspectRatio {
  --aspect-ratio: 0.75 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.FeatureText--imageRight .AspectRatio::before,
.FeatureText--imageLeft .AspectRatio::before {
  padding-bottom: calc(100% * (var(--aspect-ratio)));
}

.FeatureText--imageRight .AspectRatio img,
.FeatureText--imageLeft .AspectRatio img {
  object-fit: cover;
  width: 60%;
  left: unset;
}

.shopify-section--bordered .FeatureText__Content {
  margin-right: auto;
}

.shopify-section--bordered .FeatureText__Content .Link {
  color: #c4c4c4;
  font-style:  italic;
}

.shopify-section--bordered>.Section--spacingNormal.rich-text-with-image {
  margin-top: 85px;
}
  
.shopify-section--bordered .SectionHeader {
  margin-bottom: 20px !important;
}

.rich-text-with-image .FeatureText--withImage {
  padding: 0 50px;
}

@media only screen and (max-width: 640px) {
  .FeatureText--withImage {
    text-align: center;
    border: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rich-text-with-image .FeatureText--withImage {
    padding: 0;
  }

  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .FeatureText--imageRight .FeatureText__ContentWrapper .FeatureText__Content .SectionHeader__Description, .FeatureText--imageLeft .FeatureText__ContentWrapper .FeatureText__Content .SectionHeader__Description {
    max-width: 100%;
  }

  .FeatureText--imageRight .AspectRatio img, 
  .FeatureText--imageLeft .AspectRatio img {
    width: 100%;
  }

  .FeatureText--imageRight .AspectRatio::before, 
  .FeatureText--imageLeft .AspectRatio::before {
    padding-bottom: 125%;
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .rich-text-with-image .FeatureText--withImage {
    padding: 0 25px;
  }
}

.shopify-section--bordered>.Section--spacingNormal{
  padding: 50px 0;
}

@media screen and (min-width: 1008px) {
  .Section--spacingNormal {
      margin: 85px 0;
  }

  .Section--spacingNormal.background-video {
    margin-top: 85px;
  }
}

.flickity-prev-next-button {
  box-shadow: unset;
}

.flickity-prev-next-button[disabled] {
  opacity: .3;
}

.flickity-prev-next-button:hover svg {
  -webkit-animation: none !important;
  animation: none !important;
}
  
/* Custom password */
.custom-password-header {
  padding: 15px;
  height: 7vh;
}

.custom-password-header .logo {
  text-align: center;
}

.custom-password-footer .email-signup {
  text-align: center;
  margin: auto;
  max-width: 300px;
}

.custom-password-footer .email-signup .contact-form .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-password-footer .email-signup .contact-form .input-group .newsletter__input {
  border: none;
  border-bottom: solid 1px #0e0e0e;
}

.custom-password-footer .email-signup .contact-form .input-group .btn {
  color: #BF4B00;
}

.custom-password {
  height: 75vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-password .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.custom-password .password-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-password .password-header {
  text-align: center;
  margin-bottom: 70px;
}

.custom-password .password-page__login {
padding: 40px 30px;
text-align: center;
}

.custom-password .password-page__login h3 {
text-transform: uppercase;
}

.custom-password .password-page__login .Form__Group .Form__Input {
padding: 5px 0;
border: none;
border-top: solid 1px #0e0e0e;
border-bottom: solid 1px #0e0e0e;
}

.custom-password .email-signup {
  margin: 20px auto;
  text-align: center;
}

.custom-password .password-login {
  max-width: 130px;
  color: #ca0000;
  margin-right: 0;
}

.custom-password p,
.custom-password .subheader {
  font-weight: 700;
}

.custom-password .subheader {
  font-family: 'Gilroy Heavy';
}

.custom-password p.location {
  margin-bottom: 5px;
  font-family: 'Gilroy Bold';
}

.custom-password p.notification {
  letter-spacing: 3px;
  font-family: 'Gilroy Bold';
}

.custom-password .contact-form {
  margin-top: 40px;
}

.custom-password .contact-form input {
  border-color: #000;
  font-family: 'Gilroy Medium';
}

.custom-password .contact-form .input-group-btn button {
  font-family: 'Gilroy Medium';
  font-size: 13px;
}

.custom-password .note--success {
  color: #000;
  background-color: unset;
  border: none;
  text-align: center;
}

.custom-password-2 {
  display: none;
}

.custom-password-2 .password-block {
  padding: 50px;
  box-shadow: 2px 6px 10px 2px #999;
  position: relative;
}

.custom-password-2 .password-block .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.custom-password-header-2 {
  padding: 15px;
  height: 15vh;
  z-index: 9;
  position: relative;
}

.custom-password-header-2 .logo {
text-align: center;
}

.custom-password-body {
display: flex;
justify-content: center;
align-items: center;
height: 75vh;
}

.custom-password-body .sign-up-box {
display: flex;
justify-content: center;
align-items: center;
max-width: 1000px;
margin: auto;
border: solid 1px #aaa;
}

.custom-password-body .main-image,
.custom-password-body .email-signup {
flex: 0 0 50%;
width: 50%;
}

.custom-password-body .email-signup {
text-align: center;
padding: 0 5%;
}

.custom-password-body .email-signup p {
line-height: 1.2;
}

.custom-password-body .email-signup .newsletter__input {
padding: 10px 15px;
border-color: #ddd;
border-style: solid;
}

.custom-password-body .email-signup .newsletter__input-group {
display: flex;
justify-content: center;
align-items: center;
}

.custom-password-body .email-signup .newsletter__input-group .btn {
background: #000;
color: #fff;
padding: 8px 20px;
}

.enter-password-btn {
padding-top: 20px;
display: block;
}

.custom-password-2 {
position: absolute;
width: 100%;
height: 100%;
background-image: unset !important;
top: 0;
left: 0;
justify-content: center;
align-items: center;
}

@media screen and (max-width: 767px) {
  .custom-password-body .sign-up-box {
    flex-wrap: wrap;
  }

  .custom-password-body .main-image, 
  .custom-password-body .email-signup {
    flex: 0 0 100%;
    width: 100%;
  }

  .custom-password-body .email-signup {
    text-align: center;
    padding: 10% 4%;
  }
}


.shop-the-look .SectionHeader .Container {
  padding-left: var(--horizontal-spacing-four-products-per-row);
  margin-left: calc(-1 * var(--horizontal-spacing-four-products-per-row));
  margin-bottom: var(--vertical-spacing-four-products-per-row);
}

.shop-the-look .SectionHeader {
  padding: 0 50px;
}

.shop-the-look .SectionHeader .SectionHeader__Heading {
  font-weight: 700;
}

@media screen and (min-width: 1008px) {
  .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
      max-width: 270px;
  }

  .ShopTheLook__Inner {
    align-items: flex-start;
  }

  .ShopTheLook__Inner .flickity-page-dots {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .shop-the-look .SectionHeader {
    padding: 0 20px;
  }

  .shop-the-look .SectionHeader .SectionHeader__Heading {
    font-size: 18px;
  }

  .ShopTheLook__ProductItem .ProductItem__Info {
    text-align: center;
  }

  .ShopTheLook__ProductItem .ProductItem__Label {
    margin: auto;
  }
}

/* Custom newsletter page */
.custom-newsletter .background-video-wrapper {
  position: relative;
}

.custom-newsletter .background-video-wrapper video {
  width: 100%;
}

.custom-newsletter .newsletter-form-wrapper {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 35px 30px;
  text-align: center;
  max-width: 500px;
}

.custom-newsletter-section .custom-newsletter .newsletter-title {
  margin-bottom: 5px;
}

.custom-newsletter .newsletter__input {
  width: 80%;
  text-align: center;
  padding: 8px 12px;
  border: solid 2px #282828;
}

.custom-newsletter .newsletter__input::placeholder {
  color: #aaa;
}

.custom-newsletter .input-group-btn button {
  width: 80%;
  background-color: #282828;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .custom-newsletter .newsletter-form-wrapper {
    width: 90%;
  }

  .custom-newsletter .newsletter__input,
  .custom-newsletter .input-group-btn button {
    width: 90%;
  }
}

/* Trading cards page */
.textonly-trading-card .SectionHeader .u-h1 {
  font-size: 35px;
  line-height: 1.2;
  margin-top: 0;
}

.textonly-trading-card .SectionContent {
  margin-bottom: 30px;
  font-family: 'Sabon';
}

.textonly-trading-card .SectionContent .Container {
  line-height: 1.3;
}

.textonly-trading-card .Linklist {
  text-transform: uppercase;
  font-family: 'FuturaMaxiCGDemiRegular';
}

.textonly-trading-card .Linklist .link-list-item {
  padding: 0 15px;
  border-right: solid 1px #fff;
}

.textonly-trading-card .Linklist .link-list-item:last-child {
  border-right: none;
}

.textonly-trading-card .Linklist .link-list-item > a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .Slideshow--blog {
    height: 535px !important;
  }
}

/* Shop page */
.collection-list .Wrapper {
  margin: 25px auto;
}

.collection-list .collection-item-wrapper {
  padding: 1.2rem;
}

.collection-list .collection-item {
  position: relative;
}

.collection-list .collection-item img {
  width: 100%;
}

.collection-list .collection-item .collection-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 700;
  opacity: 0;
  transition: all .3s ease-in-out;
  letter-spacing: 3px;
  text-align: center;
}

.collection-list .collection-item:hover .collection-title {
  opacity: 1;
}

.collection-list .footer-logo img.position-left {
  float: left;
}

.collection-list .footer-logo img.position-right {
  float: right;
}

.collection-list .collection-item .video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.collection-list .collection-item iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}



@media screen and (max-width: 767px) {
  .collection-list .collection-item-wrapper {
    padding: 0 18px;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-bottom: 28px;
  }

  .collection-list .footer-logo img {
    float: unset !important;
    margin: auto !important;
    margin-left: 33% !important;
    margin-top: 10% !important;
    width: 33%;
  }

  .collection-list .collection-item .overlay {
      opacity: 0 !important;
  }

  .collection-list .collection-item .collection-title {
    top: unset;
    font-size: 16px;
    opacity: 1;
    text-align: center;
    font-weight: 700;
    position: unset;
    left: unset;
    transform: unset;
    margin-top: 15px;
    letter-spacing: 1.5px;
  }
}

/* Store page */
.image-with-html .section-content .banner-image,
.image-with-html .section-content .banner-html {
  flex: 1 1 50%;
  width: 50%;
}

.image-with-html .section-content .banner-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-with-html .section-content .banner-html {
  padding: 10%;
}

.banner-slider {
  max-width: 1160px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .image-with-html .section-content .banner-image, 
  .image-with-html .section-content .banner-html {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* Custom Blog page */
.custom-blog-template .Blog .Container {
  padding: 0 100px;
}

.custom-blog-template .Blog .blog-nav {
  border: solid 1px #000;
}

.custom-blog-template .Blog .blog-nav .blog-template-title {
  flex: 0 0 16.7%;
  width: 16.7%;
  padding: 10px 30px;
}

.custom-blog-template .Blog .blog-nav .blog-nav__items {
  padding: 0 30px;
}

.custom-blog-template .Blog .blog-nav .blog-nav__item {
  margin-right: 30px;
}

.custom-blog-template .Blog .blog-nav .blog-nav__item a {
  font-size: 13px;
  margin-left: 15px;
  position: relative;
}

.custom-blog-template .Blog .blog-nav .blog-nav__item a::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 4px;
  width: 7px;
  height: 7px;
  border: solid 1px #000;
  border-radius: 3px;
}

.custom-blog-template .Blog .blog-nav .blog-nav__item.selected-item a::after {
  background: #000;
}

.custom-blog-template .Blog .ArticleItem__first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.custom-blog-template .Blog .ArticleItem .ArticleItem__ImageWrapper {
  padding-top: 66.7%;
}

/*.custom-blog-template .Blog .ArticleItem__Content .date_tag,
.custom-blog-template .Blog .ArticleItem__Content .ArticleItem__Title {
  text-align: center;
}*/

.custom-blog-template .Blog .ArticleItem__first .ArticleItem__ImageWrapper {
  padding-top: 33.3%;
}

.custom-blog-template .Blog .ArticleItem__first .ArticleItem__ImageWrapper,
.custom-blog-template .Blog .ArticleItem__first .ArticleItem__Content {
  flex: 0 0 50%;
  width: 50%;
}

.custom-blog-template .Blog .ArticleItem__first .ArticleItem__Content {
  text-align: center;
  padding: 0 50px;
}

.ArticleItem__Content .ArticleItem__Date {
  color: #c4c4c4;
}

.custom-blog-template .Blog .Pagination {
  border: solid 1px #000;
}

.custom-blog-template .Blog .Pagination .Pagination__NavItem {
  padding-left: 10px;
  padding-right: 10px;
}

.custom-blog-template .Blog .Pagination .Pagination__NavItem.is-active {
  border-bottom: none;
  box-shadow: unset;
  color: #FF6347;
}

.custom-blog-template .Blog .Pagination .Pagination__NavItem[title='Next page'],
.custom-blog-template .Blog .Pagination .Pagination__NavItem[title='Previous page'] {
  display: none;
}

@media screen and (max-width: 767px) {
  .custom-blog-template .Blog .Container {
    padding: 0;
  }

  .custom-blog-template .Blog .ArticleItem__first .ArticleItem__ImageWrapper, 
  .custom-blog-template .Blog .ArticleItem__first .ArticleItem__Content {
    flex: 0 0 100%;
    width: 100%;
  }

  .custom-blog-template .Blog .ArticleItem__first .ArticleItem__ImageWrapper {
    padding-top: 66.7%;
  }

  .custom-blog-template .Blog .ArticleItem__first,
  .custom-blog-template .Blog .ArticleItem {
    margin-bottom: 20px;
  }

  .custom-blog-template .Blog .ArticleItem .ArticleItem__Content {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-right: 12px;
  }

  .custom-blog-template .Blog .blog-nav .blog-template-title {
    flex: 0 0 20%;
    width: 20%;
    padding: 10px 12px;
  }

  .custom-blog-template .Blog .blog-nav .blog-template-title .SectionHeader__Heading {
    font-size: 11px;
    margin-bottom: 0;
  }

  .custom-blog-template .Blog .blog-nav .blog-nav__items {
    overflow: hidden;
    overflow-x: auto;
  }

  .custom-blog-template .Blog .blog-nav .blog-nav__item a {
    font-size: 11px;
    white-space: nowrap;
  }

  .custom-blog-template .Blog .blog-nav .blog-nav__item a::after {
    top: 3px;
  }
}

/* Podcast */
.custom-blog-template .SectionHeader {
  text-align: center;
}
.supports-hover .Link--primary:hover, .Link--primary.is-active {
  color: #FF6347!important;
}
.ArticleItem__ImageWrapper {
  margin-bottom: 15px;
}
.ArticleList .Grid__Cell {
  margin-bottom: 20px;
}

/* Films blog: align typography with the refined Stories editorial system. */
.custom-blog-template .Blog--video {
  font-family: var(--w-sans) !important;
}

.custom-blog-template .Blog--video .Container {
  padding: 0 50px !important;
  max-width: none !important;
}

.custom-blog-template .Blog--video .PageHeader {
  display: none !important;
}

.custom-blog-template .Blog--video .blog-nav {
  border: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: 0 12px !important;
}

.custom-blog-template .Blog--video .blog-template-title {
  background: transparent !important;
  flex: 0 0 auto !important;
  width: auto !important;
  padding: 0 !important;
}

.custom-blog-template .Blog--video .blog-template-title .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: clamp(56px, 11vw, 156px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.065em !important;
  line-height: 0.86 !important;
  text-transform: none !important;
  color: var(--w-black, #111111) !important;
  margin: 0 !important;
}

.custom-blog-template .Blog--video .blog-nav__items {
  padding: 0 !important;
  gap: 16px !important;
  border-top: 1px solid rgba(17,17,17,0.22) !important;
  padding-top: 10px !important;
}

.custom-blog-template .Blog--video .blog-nav__item {
  margin-right: 0 !important;
}

.custom-blog-template .Blog--video .blog-nav__item a {
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--w-mid, #888580) !important;
  margin-left: 0 !important;
}

.custom-blog-template .Blog--video .blog-nav__item a::after {
  display: none !important;
}

.custom-blog-template .Blog--video .blog-nav__item.selected-item a {
  color: var(--w-black, #111111) !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr) !important;
  min-height: min(68vw, 720px) !important;
  margin: 0 0 54px !important;
  border-top: 1px solid rgba(17,17,17,0.9) !important;
  border-bottom: 1px solid rgba(17,17,17,0.9) !important;
  background: #f7f4ee !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Media {
  position: relative !important;
  display: block !important;
  min-height: 520px !important;
  overflow: hidden !important;
  color: #ffffff !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  filter: saturate(0.92) contrast(1.04) !important;
  transform: scale(1.01) !important;
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Media:hover .WillboFilmsHero__Img {
  transform: scale(1.035) !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(17,17,17,0.02), rgba(17,17,17,0.18)) !important;
  pointer-events: none !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Play {
  position: absolute !important;
  left: 22px !important;
  bottom: 20px !important;
  z-index: 2 !important;
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.85) !important;
  border-radius: 999px !important;
  padding: 10px 13px 10px 15px !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Copy {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 28px 28px 30px !important;
  border-left: 1px solid rgba(17,17,17,0.9) !important;
  color: var(--w-black, #111111) !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Copy::before {
  content: none !important;
  display: none !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Kicker {
  display: none !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Title,
.custom-blog-template .Blog--video .WillboFilmsHero__Title a {
  font-family: var(--w-sans) !important;
  font-size: clamp(28px, 3.5vw, 54px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.035em !important;
  line-height: 0.98 !important;
  text-transform: none !important;
  color: var(--w-black, #111111) !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Deck {
  font-family: var(--w-sans) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.75 !important;
  color: var(--w-mid, #888580) !important;
  max-width: 360px !important;
  margin: 18px 0 22px !important;
}

.custom-blog-template .Blog--video .WillboFilmsHero__Link {
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--w-black, #111111) !important;
  text-decoration: none !important;
}

.custom-blog-template .Blog--video .ArticleListWrapper {
  padding-bottom: 100px !important;
}

.custom-blog-template .Blog--video .ArticleItem__Content {
  font-family: var(--w-sans) !important;
}

.custom-blog-template .Blog--video .ArticleItem__Title,
.custom-blog-template .Blog--video .ArticleItem__Title a {
  font-family: var(--w-sans) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  color: var(--w-black, #111111) !important;
}

.custom-blog-template .Blog--video .ArticleItem__Excerpt {
  font-family: var(--w-sans) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.01em !important;
  color: var(--w-mid, #888580) !important;
}

.custom-blog-template .Blog--video .ArticleItem__Link {
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--w-black, #111111) !important;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .custom-blog-template .Blog--video .Container {
    padding: 0 16px !important;
  }

  .custom-blog-template .Blog--video .PageHeader {
    margin: 18px 0 18px !important;
  }

  .custom-blog-template .Blog--video .blog-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
    padding: 0 16px !important;
  }

  .custom-blog-template .Blog--video .blog-template-title {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  .custom-blog-template .Blog--video .blog-template-title .SectionHeader__Heading {
    font-size: clamp(54px, 19vw, 82px) !important;
  }

  .custom-blog-template .Blog--video .blog-nav__items {
    overflow-x: auto !important;
    width: 100% !important;
  }

  .custom-blog-template .Blog--video .WillboFilmsHero {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    margin-bottom: 38px !important;
  }

  .custom-blog-template .Blog--video .WillboFilmsHero__Media {
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
  }

  .custom-blog-template .Blog--video .WillboFilmsHero__Copy {
    min-height: 360px !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(17,17,17,0.9) !important;
    padding: 90px 20px 24px !important;
  }

  .custom-blog-template .Blog--video .ArticleItem__Title,
  .custom-blog-template .Blog--video .ArticleItem__Title a {
    font-size: 15px !important;
  }

  .custom-blog-template .Blog--video .ArticleItem__Excerpt {
    font-size: 14px !important;
  }
}
.Grid--m {
  margin-left: -20px;
}
@media screen and (min-width: 1140px) {
  .Grid--m {
      margin-left: -20px;
  }
  .Grid--m>.Grid__Cell {
    padding-left: 20px;
  }
  .Container {
    padding: 0 20px;
  }
  .Slideshow.Container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1008px) {
  .ArticleList--withFeatured .Grid__Cell:first-child {
      margin-bottom: 0;
  }
  .ArticleList .Grid__Cell {
    margin-bottom: 20px;
  }
}
.Grid--m>.Grid__Cell {
  padding-left: 20px;
}

/* Custom Article template */
.article-section .Container {
  padding: 0 100px;
}

.article-section p {
  font-family: 'OriginalGaramondBT-Regular';
}

.bg-image-article-section .bg-image-article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-image-article-section .video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.bg-image-article-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.article-infos-section .article-infos-wrapper .article-date-tag,
.article-infos-section .article-infos-wrapper .article-author {
  color: #c4c4c4;
}

.article-infos-section .article-infos-wrapper .article-date-tag {
  text-transform: uppercase;
}

.article-infos-section .article-infos-wrapper .article-title {
  letter-spacing: normal;
  font-weight: 700;
}

.article-image-grid-section .article-image-grid-wrapper .ProductList--grid {
  padding: 0;
}

.article-image-grid-section .article-image-grid-wrapper .ProductList--grid>.Grid__Cell {
  margin-bottom: 24px;
}

.article-quote-section .article-quote-wrapper .Heading p {
  font-family: 'HelveticaNeue';
  font-size: 30px;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 1.2;
}

.article-quote-section .article-quote-wrapper .quote-author {
  font-size: 20px;
  color: #c4c4c4;
}

.article-slide-item__image {
  position: relative;
  padding-top: 66.7%;
}

.article-slide-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.article-slide-item__alt-text {
  font-size: 20px;
  margin-top: 20px;
}

.article-slider-wrapper .slick-dots {
  bottom: -40px;
}

.article-slider-wrapper .slick-dots > li > button {
  border: solid 1px #000;
  border-radius: 20px;
  color: #000;
  background: transparent;
  width: 15px;
  height: 15px;
}

.article-slider-wrapper .slick-dots > li.slick-active > button {
  background: #000;
}

.article-slider-wrapper .slick-dots > li > button:before {
  content: unset;
}

.article-action-buttons.Container {
  padding: 0 100px;
  margin-top: 80px;
}

.article-action-buttons-wrapper {
  justify-content: space-between;
  border-top: solid 1px #000;
  padding-top: 30px;
}

.article-action-button {
  flex: 0 0 33.3%;
  width: 33.3%;
}

.article-action-button.previous-button {
  text-align: left;
}

.article-action-button.next-button {
  text-align: right;
}

.article-action-button.scroll-top-button {
  text-align: center;
}

.article-action-buttons .scroll-top-button a {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .article-section .Container,
  .article-action-buttons.Container {
    padding: 0 18px;
  }

  .bg-image-article-section .bg-image-article {
    height: 40vh !important;
  }

  .article-infos-section .article-infos-wrapper .article-title {
    font-size: 20px;
  }

  .article-infos-section .article-infos-wrapper .article-date-tag {
    font-size: 13px;
  }

  .article-quote-section .article-quote-wrapper .Heading p {
    font-size: 20px;
  }

  .article-quote-section .article-quote-wrapper .quote-author {
    font-size: 16px;
  }

  .article-slide-item__alt-text {
    font-size: 17px;
  }
}







.MegaMenu .featuredProductCarousel {width: 64%;}
.MegaMenu .ProductList.ProductList--grid {width: 64%;}
.MegaMenu {display: flex;}
.MegaMenu__Inner {
  flex-direction: column;
  position: relative;
  width: 40%;
  margin: unset;
  border:none !important;
}
.MegaMenu__Inner .Linklist{
  animation: 0s linear 0.1s forwards delayedHide ;
  opacity:0;
}
.MegaMenu__Inner .MegaMenu__Item:hover .Linklist { animation: 0s linear 0.4s forwards delayedShow ;opacity:1;}
@keyframes delayedShow {
  to {
    visibility: visible;
  }
}
@keyframes delayedHide {
  to {
    visibility: hidden;
  }
}
.MegaMenu__Inner .Linklist {position: absolute;left: 40%;top: 30px;}
.MegaMenu .MegaMenu__Item {width: 36%;}
.MegaMenu__Inner .Linklist__Item {margin: 0;}

.MegaMenu__Inner .Link.Link--secondary {
	font-size: 12px;
	padding: calc(3.33333px + 1px) 10px;
	padding-left: 0;
	padding-right: 0;
  letter-spacing:1px;
}
.MegaMenu .Megamenu_ImageInfo {position: absolute;bottom: 6px;left: 4%;}
.MegaMenu .MegaMenu__ImageItems {position: relative;}
.Megamenu_ImageInfo .MegaMenu__PushHeading,
.MegaMenu__ImageItems .Megamenu_ImageInfo .MegaMenu__PushViewBtn{color: #fff;}
.MegaMenu__Inner.twm_menu {width: 20%;}
.megatwm {width: 80%;display: flex;}
.megatwm .twm_text {width: 60%;padding-right: 10%;padding-left: 5%;}
.twm_image {width: 40%;padding: 0 5%;}
.twm_image img{width:100%}
.AnnouncementBar__Wrapper .AnnouncementBar__Content.Heading {font-size: 12px;}
.AnnouncementBar__Wrapper {padding: 6px 15px;}

.social-media-menu .HorizontalList__Item {
	color: #bab8b4;
	margin-right: 5px !important;
	font-size: 10px;
}
.social-media-menu {float: right;margin-top:20px;}
#section-footer {padding-top: 0 !important;border: 1px solid #000 !important;}
footer#section-footer .Container {border-top: none;border-bottom: none;}
.footer-copyright {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-top: 20px;
  color: #bab8b4;
}
.Footer__Block--image .Footer__tilte {color: red;margin-top: 30px;}
.Footer__Block--image {border-left: 1px solid #000 !important;border-right: 1px solid #000 !important;}
.newsletter-btn {
	position: absolute;
	right: 3px;
	top: 0;
	z-index: 99;
	padding: 4px 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.newsletter-action {position: relative;}
.page-date {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.Drawer__Main .subnav-wrapper .Collapsible__Inner{padding:0;}
.Linklist--spacingLoose .Linklist__Item {margin-bottom: 8px;}
.SidebarMenu__Nav--secondary .contact-form {padding-top: 20px;}
/* .all-sunmenu{display:none;} */
.Megamenu--lookbook .MegaMenu__Inner {display: none;}
.Megamenu--lookbook .ProductList.ProductList--grid {width: 100%;}
.Megamenu--lookbook .Megamenu_imagesection .Grid__Cell {width: 20%;}
html.stickymenuenable #shopify-section-sidebar-menu .Drawer{top: 55px;}

@media only screen and (max-width: 768px) {
  .Footer__Inner {flex-direction: column; }
  .footer-copyright {text-align: center;}
  .social-media-menu{float: unset;width: 100%;}
  .Footer__Inner .Footer__Block{border: none !important;margin-top: 0;}.
}

.flickity-viewport {
  overflow-x: auto;
}

.flickity-viewport::-webkit-scrollbar {
  height: 1px;
  background: #dddad0;
  width: 4px;
}

/* .flickity-viewport::-webkit-scrollbar-button {
  display: none;
} */
.flickity-slider::-webkit-scrollbar-track {
  background: #dddad0;
}

.flickity-viewport::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 2px;
}

.flickity-slider .Carousel__Cell .ProductItem {
  padding: 0px;
}



/* ============================================================
   WILLBO — MAY SPORT LAUNCH
   Clean brand layer. Noah NYC editorial × Buck Mason utility.
   Rules: 
   - Never override html/body margin/padding/layout
   - Never override position on Prestige structural elements
   - Use specific selectors, not broad tag overrides
   - !important only where Prestige inline styles must be beaten
   ============================================================ */

/* ─── 1. GOOGLE FONTS + CSS VARS ─────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --w-black:  #111111;
  --w-white:  #FFFFFF;
  --w-cream:  #F5F3EE;
  --w-sand:   #E8E4DC;
  --w-mid:    #888580;
  --w-border: #D9D5CC;
  --w-nav-h:  72px;
  --w-pad:    48px;
  --w-gap:    80px;
  --w-serif:  'DM Sans', system-ui, sans-serif; /* overridden — using DM Sans everywhere */
  --w-sans:   'DM Sans', system-ui, sans-serif;
}

/* ─── 2. ANNOUNCEMENT BAR ─────────────────────────────────── */
.AnnouncementBar {
  background: var(--w-black) !important;
  border-bottom: none !important;
}
.AnnouncementBar__Message {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--w-white) !important;
}

/* ─── 3. HEADER / NAV ─────────────────────────────────────── */
/* Suppress Prestige's LinkSpacer underline — we use our own ::after */
.Header__LinkSpacer::after {
  display: none !important;
}

/* ─── HEADER: transparent over hero, white on hover/scroll ─────────────────
   Default (homepage, at top): transparent bg, white text/icons
   On hover OR after scrolling (stickymenuenable): white bg, dark text
   All other templates: always solid white
─────────────────────────────────────────────────────────────────── */

/* ─── HEADER BASE ──────────────────────────────────────────────────── */
.Header {
  background: var(--w-white) !important;
  border-bottom: 1px solid var(--w-black) !important;
  box-shadow: none !important;
  height: var(--w-nav-h);
  min-height: var(--w-nav-h);
}

/* ─── TRANSPARENT HEADER (homepage only) ───────────────────────────────
   Technique: ::before pseudo-element holds the white bg and fades in.
   This way text/logo snap to their color instantly while only the
   background panel animates — identical to how Moncler does it.
─────────────────────────────────────────────────────────────────── */

/* Slide slideshow up behind header */
.template-index #shopify-section-slideshow,
.template-index .shopify-section--slideshow {
  margin-top: calc(-1 * var(--w-nav-h)) !important;
}

/* Header: transparent base, relative so ::before can sit behind content */
.template-index .Header {
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  position: relative !important;
  z-index: 100 !important;
}

/* ::before is the white panel — starts invisible, fades in on hover/scroll */
.template-index .Header::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: var(--w-white) !important;
  border-bottom: 1px solid var(--w-black) !important;
  opacity: 0 !important;
  transition: opacity 0.18s ease-out !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* Header wrapper must sit above the ::before panel */
.template-index .Header .Header__Wrapper {
  position: relative !important;
  z-index: 1 !important;
}

/* White text/logo in transparent state */
.template-index .Header a,
.template-index .Header .Heading,
.template-index .Header .Header__MainNav .HorizontalList__Item > a,
.template-index .Header .Header__SecondaryNav a,
.template-index .Header .Header__CartCount,
.template-index .Header .Header__Logo,
.template-index .Header .Header__LogoLink {
  color: var(--w-white) !important;
}
.template-index .Header .Header__Icon svg,
.template-index .Header .Header__Icon path,
.template-index .Header .Header__Icon use {
  fill: var(--w-white) !important;
  stroke: var(--w-white) !important;
}
.template-index .Header .Header__LogoImage--primary {
  filter: brightness(0) invert(1) !important;
  transition: filter 0.18s ease-out !important;
}

/* ON HOVER: fade white panel in */
.template-index .Header:hover::before {
  opacity: 1 !important;
}
/* On hover: snap text to dark (no text transition — matches Moncler) */
.template-index .Header:hover a,
.template-index .Header:hover .Heading,
.template-index .Header:hover .Header__MainNav .HorizontalList__Item > a,
.template-index .Header:hover .Header__SecondaryNav a,
.template-index .Header:hover .Header__CartCount,
.template-index .Header:hover .Header__Logo,
.template-index .Header:hover .Header__LogoLink {
  color: var(--w-black) !important;
}
.template-index .Header:hover .Header__Icon svg,
.template-index .Header:hover .Header__Icon path,
.template-index .Header:hover .Header__Icon use {
  fill: var(--w-black) !important;
  stroke: var(--w-black) !important;
}
.template-index .Header:hover .Header__LogoImage--primary {
  filter: none !important;
}

/* ON SCROLL (stickymenuenable): same white panel, stays solid */
.stickymenuenable .template-index .Header::before,
.template-index .stickymenuenable .Header::before {
  opacity: 1 !important;
  transition: none !important;
}
.stickymenuenable .template-index .Header a,
.stickymenuenable .template-index .Header .Heading,
.stickymenuenable .template-index .Header .Header__MainNav .HorizontalList__Item > a,
.stickymenuenable .template-index .Header .Header__SecondaryNav a,
.stickymenuenable .template-index .Header .Header__CartCount,
.stickymenuenable .template-index .Header .Header__Logo,
.stickymenuenable .template-index .Header .Header__LogoLink,
.template-index .stickymenuenable .Header a,
.template-index .stickymenuenable .Header .Heading,
.template-index .stickymenuenable .Header .Header__MainNav .HorizontalList__Item > a,
.template-index .stickymenuenable .Header .Header__SecondaryNav a,
.template-index .stickymenuenable .Header .Header__CartCount,
.template-index .stickymenuenable .Header .Header__Logo,
.template-index .stickymenuenable .Header .Header__LogoLink {
  color: var(--w-black) !important;
}
.stickymenuenable .template-index .Header .Header__Icon svg,
.stickymenuenable .template-index .Header .Header__Icon path,
.template-index .stickymenuenable .Header .Header__Icon svg,
.template-index .stickymenuenable .Header .Header__Icon path {
  fill: var(--w-black) !important;
  stroke: var(--w-black) !important;
}
.stickymenuenable .template-index .Header .Header__LogoImage--primary,
.template-index .stickymenuenable .Header .Header__LogoImage--primary {
  filter: none !important;
}
.Header__Wrapper {
  height: var(--w-nav-h);
  padding: 0 48px !important; /* align nav edges to mega menu 48px side padding */
}

@media (max-width: 768px) {
  .Header__Wrapper {
    padding: 0 20px !important; /* mobile: hug edges like live site */
  }
}

/* Nav links — DM Sans 11px uppercase spaced */
.Header__MainNav .HorizontalList__Item > a,
.Header__MainNav .HorizontalList__Item > button {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w-black);
  text-decoration: none;
  padding: 0 10px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Animated underline on hover */
.Header__MainNav .HorizontalList__Item > a::after,
.Header__MainNav .HorizontalList__Item > button::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  height: 1px;
  background: var(--w-black);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.Header__MainNav .HorizontalList__Item > a:hover::after,
.Header__MainNav .HorizontalList__Item > button:hover::after {
  transform: scaleX(1);
}

/* Right-side nav items — including STORES / ACCOUNT which Prestige marks Text--subdued */
.Header__FlexActions a,
.Header__Actions a,
.Header .Text--subdued.Link--primary,
.Header .Link--primary.Text--subdued {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  text-decoration: none !important;
}

/* ─── 4. MEGA MENU ────────────────────────────────────────── */
.MegaMenu,
.MegaMenu-1 {
  background: #ffffff !important;
  border-top: none !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.07);
  margin-top: -1px !important; /* close the 1px gap between header border and dropdown */
  position: absolute !important;
  z-index: 9998 !important;
}

/* Column titles */
.MegaMenu__Title.Heading,
.MegaMenu-1 .MegaMenu__Title {
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--w-mid) !important;
  border-bottom: 1px solid var(--w-border);
  padding-bottom: 10px;
  margin-bottom: 16px;
}

/* Mega menu links */
.MegaMenu .Linklist__Item a,
.MegaMenu-1 .Linklist__Item a {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
  color: var(--w-black) !important;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  transition: opacity 0.15s ease;
}
.MegaMenu .Linklist__Item a:hover,
.MegaMenu-1 .Linklist__Item a:hover {
  opacity: 0.45;
}

/* Push image captions */
.MegaMenu__PushHeading {
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
}

/* ─── 5. MOBILE NAV DRAWER ────────────────────────────────── */
#NavDrawer,
.Drawer--leftEdge {
  background: var(--w-cream) !important;
  width: min(92vw, 400px) !important;
}

/* Mobile primary links — EB Garamond large */
#NavDrawer .Linklist > .Linklist__Item > a {
  font-family: var(--w-sans) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  color: var(--w-black) !important;
  text-decoration: none;
  padding: 10px 24px;
  display: block;
  line-height: 1.3;
}

/* Mobile sub-links */
#NavDrawer .Linklist .Linklist__Item .Linklist__Item a {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
  color: var(--w-mid) !important;
  padding: 6px 32px;
  display: block;
}

.Drawer__Header {
  border-bottom: 1px solid var(--w-border);
}

/* ─── 6. BUTTONS ──────────────────────────────────────────── */
/* ATC / primary */
.ProductForm__AddToCart,
.Button--primary {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  background: var(--w-black) !important;
  color: var(--w-white) !important;
  border: none !important;
  border-radius: 0 !important;
  height: 52px !important;
  cursor: pointer;
  transition: background 0.2s ease;
}
.ProductForm__AddToCart:hover,
.Button--primary:hover {
  background: #333 !important;
}

/* Secondary outline */
.Button--secondary {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  background: transparent !important;
  color: var(--w-black) !important;
  border: 1px solid var(--w-black) !important;
  border-radius: 0 !important;
  transition: background 0.2s ease, color 0.2s ease;
}
.Button--secondary:hover {
  background: var(--w-black) !important;
  color: var(--w-white) !important;
}

/* Clean text link — Moncler / Noah style */
.willbo-text-link {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w-black);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.willbo-text-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.willbo-text-link:hover::after {
  transform: scaleX(1);
}

/* ─── 7. HOMEPAGE HERO / SLIDESHOW ────────────────────────── */
/* Full bleed, no side gaps */
#shopify-section-slideshow .Container,
.shopify-section--slideshow .Container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* Hero text — Noah style bottom-left */
.Slideshow__Content {
  text-align: left;
}
.Slideshow__Heading {
  font-family: var(--w-sans) !important;
  font-size: clamp(36px, 5vw, 68px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
}
.Slideshow__SubContent {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em !important;
}

/* ─── 8. SECTION HEADERS ──────────────────────────────────── */
.SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
}

/* ─── 9. PRODUCT GRID ─────────────────────────────────────── */
/* Tight gap, 4-up on desktop */
.ProductList {
  gap: 2px !important;
}

/* ─── PRODUCT IMAGE HOVER — clean crossfade + scale ──────── */
/* Prestige's default is an opacity swap but no scale.
   We upgrade to: alternate fades in + subtle scale-up on primary,
   matching the Cherry LA homepage featured product feel.
   No clip-path (it creates visible polygon seam lines). */

/* Container clips the scale overflow */
.ProductItem__ImageWrapper {
  overflow: hidden !important;
  position: relative !important;
}

/* Primary image — subtle zoom out on hover (scale down slightly) */
.ProductItem__Image:not(.ProductItem__Image--alternate) {
  transition: opacity 0.35s ease, transform 0.55s ease !important;
  will-change: transform, opacity !important;
  transform: scale(1) !important;
}
@media (hover: hover) {
  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image:not(.ProductItem__Image--alternate) {
    opacity: 0 !important;
    transform: scale(1.04) !important;
  }
}

/* Alternate image — fades in clean, no scale */
.ProductItem__Image--alternate {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  opacity: 0 !important;
  transform: scale(1.04) !important;
  transition: opacity 0.35s ease, transform 0.55s ease !important;
  will-change: opacity, transform !important;
  z-index: 2 !important;
  clip-path: none !important;
}
@media (hover: hover) {
  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image--alternate {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}

/* Touch devices — keep alternate hidden entirely */
@media (hover: none) {
  .ProductItem__Image--alternate {
    display: none !important;
  }
}

/* Product title — DM Sans small uppercase */
/* Product card — Moncler style: compact, sentence case, clear hierarchy */
.ProductItem__Title {
  font-family: var(--w-sans) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: var(--w-black) !important;
  margin: 0 0 2px 0 !important;
  line-height: 1.4 !important;
}
.ProductItem__Title a {
  color: var(--w-black) !important;
  text-decoration: none !important;
}

/* Price */
.ProductItem__PriceList.Heading,
.ProductItem__PriceList {
  font-family: var(--w-sans) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  margin: 0 0 2px 0 !important;
  line-height: 1.4 !important;
}
.ProductItem__Price {
  font-family: var(--w-sans) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: var(--w-black) !important;
  letter-spacing: 0.01em !important;
}

/* Color count — muted grey, smaller */
.ProductItem__PriceList.Text--subdued {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  color: var(--w-mid) !important;
  letter-spacing: 0.01em !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

/* ─── 10. TWO-COLUMN EDITORIAL SECTIONS ───────────────────── */
/* Prestige classes: .two-column-images-container .two-column__Image */
.two-column-images-container {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 2px;
  width: 100%;
}
.two-column__Image {
  overflow: hidden;
  flex: 1 1 50%;
  min-height: 0;
}
.two-column__Image img {
  transition: transform 0.55s ease;
  will-change: transform;
}
.two-column__Image:hover img {
  transform: scale(1.03);
}

/* Remove box from CTA overlay text */
.two-column__Content .Button,
.two-column__Content .Button--primary {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  height: auto !important;
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--w-white) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ─── 11. PRODUCT PAGE (PDP) ──────────────────────────────── */
.ProductMeta__Vendor {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--w-mid) !important;
}
.ProductMeta__Title {
  font-family: var(--w-sans) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  color: var(--w-black) !important;
}
.ProductMeta__PriceList {
  font-family: var(--w-sans) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

/* Size selectors — sharp bordered squares */
.SizeSwatches__Item {
  border-radius: 0 !important;
}
.SizeSwatches__Label {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}

/* Product accordions */
.Collapsible__Button {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}
.Collapsible__Content {
  font-family: var(--w-sans) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  color: var(--w-mid) !important;
}

/* ─── 12. FOOTER ──────────────────────────────────────────── */
.Footer {
  background: #f7f8f3 !important;
  border-top: 1px solid var(--w-border);
}
.Footer__Title {
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--w-mid) !important;
}
.Footer__Linklist a {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: var(--w-black) !important;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.Footer__Linklist a:hover {
  opacity: 0.45;
}

/* ─── 13. ANNOUNCEMENT BAR — PRESTIGE SPECIFICS ───────────── */
.AnnouncementBar__Wrapper {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  color: var(--w-white) !important;
}
/* All text/links inside the bar — force white */
.AnnouncementBar a,
.AnnouncementBar p,
.AnnouncementBar span,
.AnnouncementBar .Heading,
.AnnouncementBar__Content {
  color: var(--w-white) !important;
  text-transform: none !important;
}

/* ─── 14. SALE TAGS ───────────────────────────────────────── */
.SaleTag {
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
  background: var(--w-black) !important;
  color: var(--w-white) !important;
  border-radius: 0 !important;
}

/* ─── 15. SHOP MEGA MENU — Moncler exact spec ───────────── */
/*
   Moncler measurements from screenshot:
   - bg: warm off-white #F5F5F3
   - menu height: ~650px (very tall, generous air)
   - inner padding: 36px top, 48px left/right
   - col header: 14px, weight 400, title case, mb 28px
   - links: 14px, weight 300, line-height 2.2 (~30px gap)
   - col gap: ~180px between columns
   - image: flush right, ~300px wide, tall portrait
   - caption: 13px, centered, weight 300, mt 14px
*/

/* Outer wrapper */
.WillboShopMenu.MegaMenu.Megamenu--shop {
  background: #ffffff !important;
  border-top: none !important;
  padding: 0 !important;
  width: 100% !important;
  left: 0 !important;
  box-shadow: none !important;
}

/* Inner layout — cols left, image aligned to 48px nav right padding */
.WillboShopMenu__Inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  padding: 32px 48px 0 48px !important; /* 48px right = aligns with cart icon */
  gap: 0 !important;
  min-height: 480px !important;
}

/* Columns container — left portion with padding */
.WillboShopMenu__Cols {
  display: flex !important;
  flex-direction: row !important;
  gap: 80px !important;
  flex: 1 !important;
  padding: 0 48px 40px 0 !important;
  align-items: flex-start !important;
}

/* Single column */
.WillboShopMenu__Col {
  display: flex !important;
  flex-direction: column !important;
  min-width: 130px !important;
}

/* Column header — Moncler: ~18px, normal weight, 24px gap below */
.WillboShopMenu__ColHead {
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--w-black) !important;
  margin: 0 0 24px 0 !important;
}

/* List — tight, ~1.6 line-height */
.WillboShopMenu__List {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

/* Sub-links — 13px, tighter line-height than the header */
.WillboShopMenu__Link {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  color: var(--w-black) !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: relative !important;
}
.WillboShopMenu__Link::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important;
  left: 0 !important;
  width: 0 !important;
  height: 1px !important;
  background: var(--w-black) !important;
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.WillboShopMenu__Link:hover::after {
  width: 100% !important;
}

/* Featured image — flush right, full menu height, Moncler-style */
.WillboShopMenu__Feature {
  flex: 0 0 40% !important;
  width: 40% !important;
  margin-right: 0 !important;
  align-self: stretch !important;   /* fills full menu height */
  overflow: hidden !important;
}
.WillboShopMenu__FeatureLink {
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  color: var(--w-black) !important;
  height: 100% !important;
}
.WillboShopMenu__FeatureImg {
  flex: 1 !important;               /* fills all available height */
  width: 100% !important;
  overflow: hidden !important;
  display: block !important;
  min-height: 0 !important;
}
.WillboShopMenu__FeatureImg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  transition: transform 0.55s ease !important;
}
.WillboShopMenu__FeatureLink:hover .WillboShopMenu__FeatureImg img {
  transform: scale(1.03) !important;
}

/* Two-image side-by-side variant — add push_2_image in the customizer to activate */
.WillboShopMenu__Feature--pair {
  flex: 0 0 46% !important;   /* wider panel to fit two images without crowding the cols */
  width: 46% !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;        /* thin gutter between the two images */
  overflow: visible !important;
}
.WillboShopMenu__Feature--pair .WillboShopMenu__FeatureLink {
  flex: 1 !important;
  min-width: 0 !important;    /* prevent flex blowout */
  height: 100% !important;
}

/* Caption — centered below image, matches column header size */
.WillboShopMenu__FeatureCaption {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em !important;
  color: var(--w-black) !important;
  text-align: center !important;
  padding: 10px 0 24px !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

/* ─── 16. EXPERIENCE MEGA MENU — Noah style, 4:3 images ─── */

/* Wrap: relative container so progress bar can sit absolute at bottom */
.WillboExpWrap {
  width: 100% !important;
  display: block !important;
  position: relative !important;
  padding-bottom: 24px !important; /* room for progress bar */
  background: #ffffff !important;
}

/* Outer wrapper — pure white, full bleed */
.WillboExpMenuOuter.MegaMenu.Megamenu--experience {
  background: #ffffff !important;
  border-top: none !important;
  padding: 0 !important;
  width: 100% !important;
  left: 0 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
  overflow: visible !important; /* must NOT be hidden — Prestige .MegaMenu clips our progress bar */
  isolation: isolate !important;
  z-index: 9998 !important;
}

/* Scroller — native horizontal scroll, no scrollbar */
.WillboExpScroller {
  width: 100% !important;
  background: #ffffff !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  padding: 20px 0 0 30px !important;
  box-sizing: border-box !important;
  cursor: grab !important;
  scroll-behavior: auto !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  -ms-overflow-style: none !important;  /* IE/Edge */
  scrollbar-width: none !important;    /* Firefox */
}
.WillboExpScroller::-webkit-scrollbar {
  display: none !important;
}
.WillboExpScroller.is-dragging {
  cursor: grabbing !important;
  scroll-behavior: auto !important;
}

/* Track — flex row, no right padding (last panel bleeds) */
.WillboExpTrack {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  width: max-content !important;
  padding: 0 60px 0 0 !important; /* right padding so last card can scroll fully into view */
  margin: 0 !important;
}

/* Panel — 28vw wide like Noah, showing ~3.5 at once */
.WillboExpPanel {
  flex: 0 0 auto !important;
  width: 28vw !important;
  max-width: 420px !important;
  min-width: 200px !important;
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  color: var(--w-black) !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  overflow: visible !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Image container — 1.4:1 landscape ratio (width/height = 1.4, so padding = 71.4%) */
.WillboExpImg {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 71% !important;
  position: relative !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}
.WillboExpImg img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  transition: transform 0.55s ease !important;
  will-change: transform !important;
}
.WillboExpPanel:hover .WillboExpImg img {
  transform: scale(1.03) !important;
}

/* Label — flush left, 6px top gap */
.WillboExpLabel {
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  padding: 6px 0 0 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  position: relative !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Animated underline on hover */
.WillboExpLabel::after {
  content: '' !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  width: 0 !important;
  height: 1px !important;
  background: var(--w-black) !important;
  transition: width 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.WillboExpPanel:hover .WillboExpLabel::after {
  width: 100% !important;
}



/* Legacy megatwm — hidden */
.megatwm {
  display: none !important;
}

/* ─── 16. MOBILE RESPONSIVE ───────────────────────────────── */
@media (max-width: 768px) {
  :root {
    --w-pad: 20px;
    --w-gap: 48px;
  }
  .two-column-images-container {
    flex-wrap: wrap !important;
  }
  .two-column__Image {
    flex: 1 1 100% !important;
  }
  .Slideshow__Heading {
    font-size: clamp(30px, 8vw, 42px) !important;
  }
  .SectionHeader__Heading {
    font-size: 12px !important;
  }
}

/* ─── 17. PRESTIGE TYPOGRAPHY NORMALISATION ───────────────── */
/* Override Helvetica globally with DM Sans for body copy */
.Body,
.Rte,
.Rte p,
.Rte li,
.ProductMeta__Description {
  font-family: var(--w-sans) !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: var(--w-black) !important;
}
/* Prestige .Text--subdued */
.Text--subdued {
  color: var(--w-mid) !important;
  font-family: var(--w-sans) !important;
}

/* ─── END WILLBO BRAND LAYER ──────────────────────────────── */

/* ─── 18. HERO SLIDESHOW BUTTON → CLEAN TEXT LINK ────────── */
/* The Prestige Slideshow renders CTAs as .ButtonGroup__Item.Button
   Override to look like a clean Noah/Moncler text link */
.Slideshow .ButtonGroup__Item.Button,
.Slideshow .ButtonGroup__Item.Button--primary,
.SectionHeader__ButtonWrapper .ButtonGroup__Item.Button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: auto !important;
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--w-white) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  position: relative !important;
}
/* Animated underline */
.Slideshow .ButtonGroup__Item.Button::after,
.SectionHeader__ButtonWrapper .ButtonGroup__Item.Button::after {
  content: '' !important;
  position: absolute !important;
  bottom: -3px !important;
  left: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background: var(--w-white) !important;
  transform: scaleX(1) !important; /* always visible on hero */
}
.Slideshow .ButtonGroup__Item.Button:hover::after,
.SectionHeader__ButtonWrapper .ButtonGroup__Item.Button:hover::after {
  transform: scaleX(0.6) !important;
  transform-origin: left !important;
  transition: transform 0.22s ease !important;
}

/* ButtonGroup wrapper — left-align, no stretching */
.Slideshow .SectionHeader__ButtonWrapper,
.Slideshow .ButtonGroup {
  justify-content: flex-start !important;
  background: transparent !important;
  padding: 0 !important;
  margin-top: 20px !important;
}

/* ─── 19. SLIDESHOW SCROLL ARROW (RoundButton) ────────────── */
/* Hide the round scroll-down button completely — it's causing
   the red outline artifact on the left edge */
.Slideshow__ScrollButton,
.RoundButton.RoundButton--medium {
  display: none !important;
}

/* Mobile: full viewport height hero */
@media screen and (max-width: 767px) {
  .Slideshow__Slide,
  .Slideshow__Carousel,
  .Slideshow--fullScreen .Slideshow__Slide,
  .Slideshow--fullScreen .Slideshow__Carousel {
    height: 100svh !important;
    max-height: 100svh !important;
    min-height: 100svh !important;
  }
}

/* Also hide any leftover round button borders */
.Slideshow__Carousel--withScrollButton {
  padding-bottom: 0 !important;
}

/* ─── 20. FLICKITY PREV/NEXT ARROWS (if enabled) ─────────── */
.flickity-prev-next-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
}
.flickity-prev-next-button svg,
.flickity-prev-next-button .flickity-button-icon {
  fill: var(--w-black) !important;
  width: 12px !important;
  height: 12px !important;
}

/* Reposition to align with NEW ARRIVALS text baseline */
.custom-shopify-section--bordered .ProductList--carousel .flickity-prev-next-button {
  top: -52px !important;
}
.custom-shopify-section--bordered .ProductList--carousel .flickity-prev-next-button.previous {
  right: 36px !important;
}
.custom-shopify-section--bordered .ProductList--carousel .flickity-prev-next-button.next {
  right: 8px !important;
}

/* ─── END ADDITIONS ───────────────────────────────────────── */

/* ─── Remove legacy WillboMenuOverlay from DOM ───────────── */
.WillboMenuOverlay {
  display: none !important;
  pointer-events: none !important;
}

/* =============================================================
   WILLBO — HOMEPAGE SPACING NORMALIZATION
   Goal: consistent 60px top/bottom rhythm across all sections.
   
   Root cause from audit:
   - Prestige .Section default = margin: 85px top/bottom (too large)
   - .text_with_image (FIRST LIGHT) adds extra 50px padding on top
   - Second slideshow (collage) has zero margin — slams into section above
   - SectionHeader Container has margin-bottom: 40px (ok, keep)
   ============================================================= */

/* ─── SECTION BASE RHYTHM ─────────────────────────────────── */
/* Normalize all Prestige .Section margins to 60px.
   This targets the SECTION element inside each .shopify-section wrapper. */
.shopify-section > .Section,
.shopify-section > section.Section {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* Spacing-variant classes Prestige uses — normalize all of them */
.Section--spacingNormal,
.Section--spacingLarge,
.Section--spacingExtraLarge {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Kill Prestige bordered section padding that stacks on top of margins */
.shopify-section--bordered > .Section--spacingNormal {
  padding: 0 !important;
}

/* ─── FIRST LIGHT — WillboEditorial full-bleed ─────────────────── */
/* Kill all section padding/margin */
#shopify-section-text_with_image_UhhwbR > .Section,
.shopify-section--bordered > .Section--spacingNormal.rich-text-with-image {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 0 !important;
}
#shopify-section-text_with_image_UhhwbR {
  position: relative !important;
  z-index: 0 !important;
  display: block !important;
  overflow: visible !important;
}

/* Full-bleed background image container — fixed 680px */
.WillboEditorial {
  position: relative !important;
  width: 100% !important;
  height: 680px !important;
  display: block !important;
  clear: both !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: block !important;
}

/* Bottom gradient — subtle, only bottom 45% */
.WillboEditorial__Overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.08) 45%, transparent 100%) !important;
  z-index: 1 !important;
}

/* Content row — bottom-left heading, bottom-right text+cta */
.WillboEditorial__Content {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 48px 48px 52px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 40px !important;
  z-index: 2 !important;
}

/* Heading — large, bottom-left */
.WillboEditorial__Heading {
  font-family: var(--w-sans) !important;
  font-size: 42px !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1.1 !important;
  flex-shrink: 0 !important;
}

/* Right column — body + CTA */
.WillboEditorial__Right {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 20px !important;
  max-width: 480px !important;
}

.WillboEditorial__Body,
.WillboEditorial__Body p {
  font-family: var(--w-sans) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,0.88) !important;
  margin: 0 !important;
}

/* CTA link */
.WillboEditorial__Cta {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.6) !important;
  padding: 0 0 3px !important;
  display: inline-block !important;
  transition: border-color 0.2s ease !important;
}

.WillboEditorial__Cta:hover {
  border-bottom-color: #fff !important;
}


/* ─── FIX: SECOND SLIDESHOW (collage banner) ──────────────── */
/* The full-bleed collage slideshow between FIRST LIGHT and EXPLORE
   has zero margins — it slams directly into the section above.
   Add 60px breathing room. */
#shopify-section-1647342459f7f5938e {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* ─── FULL-BLEED SECTIONS: no side margins ────────────────── */
/* The hero slideshow and full-bleed image sections should stay flush */
#shopify-section-slideshow,
.shopify-section--slideshow {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Two-column image sections are also full-bleed — no vertical margin
   except what their inner .Section wrapper provides */
#shopify-section-2_column_images_9pAHBT > .Section,
.shopify-section > .Section--spacingNormal > .two-column-images-container {
  overflow: visible !important;
  height: auto !important;
}
#shopify-section-2_column_images_9pAHBT {
  overflow: visible !important;
  height: auto !important;
  display: block !important;
}
@media (max-width: 768px) {
  #shopify-section-2_column_images_9pAHBT {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
}

/* ─── SECTION HEADER → CONTENT GAP ───────────────────────── */
/* Prestige SectionHeader has no bottom padding — the gap to the
   product grid/content below comes from the Container margin-bottom:40px.
   Normalize this to 28px for a tighter, more editorial feel. */
.SectionHeader + .Container,
.SectionHeader ~ .Container {
  margin-top: 28px !important;
}

/* ─── PRODUCT CAROUSEL (NEW ARRIVALS) ────────────────────── */
/* The carousel inner section has no margin of its own — it relies on
   the outer .Section margin. Keep the 60px from above.
   But the carousel prev/next buttons add visual height — ensure
   consistent bottom margin. */
#shopify-section-d3c9d38e-608c-456b-83a3-1dbc29b3efc8 > .Section {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* ─── EXPLORE SECTION ─────────────────────────────────────── */
#shopify-section-16170468159d5a789a > .Section {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* ─── FOOTER ──────────────────────────────────────────────── */
/* Keep footer flush — no extra top margin beyond its own padding */
#shopify-section-footer {
  margin-top: 0 !important;
}

/* ─── LEFT/RIGHT PADDING CONSISTENCY ─────────────────────── */
/* All section headings and content containers get the same 48px
   side padding on desktop (already set in :root as --w-pad: 48px).
   Enforce it explicitly on SectionHeader to match product grids. */
.SectionHeader {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.SectionHeader__Container {
  padding-left: 0 !important;  /* SectionHeader already has padding */
  padding-right: 0 !important;
}

/* Product list / carousel content — match the same 48px */
.Section > .Container {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

/* Inset two-column images — 48px side padding, small gap between, like Noah */
.Section--spacingNormal > .two-column-images-container,
.Section > .two-column-images-container {
  padding-left: 48px !important;
  padding-right: 48px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  gap: 8px !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .Section--spacingNormal > .two-column-images-container,
  .Section > .two-column-images-container,
  div.two-column-images-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 0 !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    height: auto !important;
    overflow: visible !important;
  }
  /* Each image link: 16px side inset + 8px bottom gap */
  .two-column-images-container .image-item-link {
    display: block !important;
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 0 16px 8px 16px !important;
  }
  .two-column-images-container .image-item-link:last-child {
    margin-bottom: 0 !important;
  }
  /* AspectRatio wrapper fills the inset link width */
  .two-column-images-container .image-item.AspectRatio {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 90% !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .two-column-images-container .image-item.AspectRatio::before {
    display: none !important;
  }
  .two-column-images-container .image-item img,
  .two-column-images-container .image-item .two-column__Image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* ─── MOBILE ──────────────────────────────────────────────── */
@media (max-width: 768px) {
  .shopify-section > .Section,
  .shopify-section > section.Section,
  .Section--spacingNormal,
  .Section--spacingLarge {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .SectionHeader {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .Section > .Container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #shopify-section-1647342459f7f5938e {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

/* ─── END SPACING NORMALIZATION ───────────────────────────── */

/* ─── PER-SECTION SPACING (single source of truth) ─────── */

/* New Arrivals: wrapper padding controls gap after hero */
#shopify-section-d3c9d38e-608c-456b-83a3-1dbc29b3efc8 {
  padding-top: 60px !important;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  #shopify-section-d3c9d38e-608c-456b-83a3-1dbc29b3efc8 {
    padding-top: 32px !important;
    padding-bottom: 0 !important;
  }
}
#shopify-section-d3c9d38e-608c-456b-83a3-1dbc29b3efc8 > section.Section,
#shopify-section-d3c9d38e-608c-456b-83a3-1dbc29b3efc8 > .Section {
  padding: 0 !important;
  margin: 0 !important;
}

/* Explore: tight gap above (First Light margin-bottom handles most of it), 60px below */
#shopify-section-16170468159d5a789a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 768px) {
  #shopify-section-16170468159d5a789a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
#shopify-section-16170468159d5a789a > section.Section,
#shopify-section-16170468159d5a789a > .Section {
  padding: 0 !important;
  margin: 0 !important;
}

/* Footer */
#shopify-section-footer {
  margin-top: 0 !important;
}
.Footer {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* ─── END PER-SECTION SPACING ───────────────────────────── */


/* ─── 17. HERO SLIDESHOW — Editorial CTA ─────────────────── */
/*
   Bottom-left overlay: eyebrow + large serif headline + underlined CTA link.
   Matches Noah / Moncler editorial style.
   Content set in Theme Editor → Slideshow → Slide:
     - Subheading = eyebrow (e.g. "May Sport Launch")
     - Heading = hero headline (e.g. "Clay and Dune")
     - Button 1 text = CTA (e.g. "Shop all new sport")
     - Content position = Bottom left
*/

/* ─── SLIDESHOW HERO: fixed height container ─────────────────────────────
   Override the theme's "Show full-screen images" 100vh behaviour.
   Desktop: 680px  |  Mobile: 520px
   Images fill the container via object-fit: cover.
──────────────────────────────────────────────────────────────────────── */
.Slideshow__Slide {
  position: relative !important;
  height: calc(100svh - 40px) !important;
  /* mobile override below */
  max-height: calc(100svh - 40px) !important;
  min-height: unset !important;
}

/* Inner carousel wrapper — also cap height so nothing bleeds */
.Slideshow__Carousel,
.Slideshow--fullScreen .Slideshow__Slide,
.Slideshow--fullScreen .Slideshow__Carousel {
  height: calc(100svh - 40px) !important;
  max-height: calc(100svh - 40px) !important;
  min-height: unset !important;
}

/* Images inside slides fill the fixed container */
.Slideshow__Slide img,
.Slideshow__Slide .Image__Wrapper,
.Slideshow__Slide .Image__Wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Image__Wrapper — some Prestige versions use padding-top trick; override */
.Slideshow__Slide .Image__Wrapper {
  padding-top: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

@media (max-width: 768px) {
  .Slideshow__Slide,
  .Slideshow__Carousel,
  .Slideshow--fullScreen .Slideshow__Slide,
  .Slideshow--fullScreen .Slideshow__Carousel {
    height: calc(100svh - 28px) !important;
    max-height: calc(100svh - 28px) !important;
    min-height: calc(100svh - 28px) !important;
  }
}

/* Content overlay — bottom-left, aligned to 48px site padding */
.Slideshow__Content {
  position: absolute !important;
  z-index: 2 !important;
  padding: 0 0 44px 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  max-width: 55% !important;
  text-align: left !important;
  color: #ffffff !important;
}
.Slideshow__Content--bottomLeft,
.Slideshow__Content--middleLeft {
  left: 0 !important;
  right: auto !important;
}

/* Kill any Container / inner wrapper offset the theme adds */
.Slideshow__Content > *,
.Slideshow__Content .SectionHeader {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Align text to match NEW ARRIVALS / page container left edge */
.Slideshow__Content .SectionHeader,
.Slideshow__Content .ButtonGroup {
  padding-left: 57px !important;
}
.Slideshow__Content--bottomCenter,
.Slideshow__Content--middleCenter {
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
  max-width: 70% !important;
}

/* Force white on all slide text — overrides Prestige's inline color setting */
.Slideshow__Content,
.Slideshow__Content .SectionHeader,
.Slideshow__Content .SectionHeader * {
  color: #ffffff !important;
}

/* Eyebrow — DM Sans 11px uppercase, spaced */
.Slideshow__Content .SectionHeader .u-h4 {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.2 !important;
}

/* Hero headline — EB Garamond, editorial JMM energy, mixed case */
.Slideshow__Content .SectionHeader .u-h1 {
  font-family: var(--w-sans) !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.08 !important;
  margin: 0 0 14px 0 !important;
  text-transform: none !important;
}

/* CTA — plain underlined text link, white */
.Slideshow__Content .SectionHeader__ButtonWrapper {
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.Slideshow__Content .ButtonGroup {
  margin: 0 !important;
  padding: 0 !important;
}
.Slideshow__Content .ButtonGroup__Item.Button,
.Slideshow__Content .ButtonGroup > a {
  all: unset !important;
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease !important;
  display: inline !important;
}
.Slideshow__Content .ButtonGroup__Item.Button:hover,
.Slideshow__Content .ButtonGroup > a:hover {
  opacity: 0.65 !important;
}

/* Kill Prestige's button ::before pseudo-element + wide underline */
.Slideshow__Content .ButtonGroup__Item.Button::before,
.Slideshow__Content .ButtonGroup__Item.Button::after {
  display: none !important;
}

/* Mobile adjustments */
@media screen and (max-width: 640px) {
  .Slideshow__Content {
    top: auto !important;
    bottom: 0 !important;
    padding: 0 0 28px 0 !important;
    max-width: 100% !important;
  }
  .Slideshow__Content .SectionHeader,
  .Slideshow__Content .ButtonGroup {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
  }
  .Slideshow__Content .ButtonGroup,
  .Slideshow__Content .ButtonGroup__Item,
  .Slideshow__Content .SectionHeader__ButtonWrapper {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
  .Slideshow__Content .SectionHeader .u-h4 {
    font-size: 9px !important;
    letter-spacing: 0.16em !important;
    margin-bottom: 5px !important;
  }
  .Slideshow__Content .SectionHeader .u-h1 {
    font-size: 22px !important;
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
  }
  .Slideshow__Content .ButtonGroup__Item.Button,
  .Slideshow__Content .ButtonGroup > a {
    font-size: 9px !important;
    letter-spacing: 0.14em !important;
  }
}

/* ─── END HERO SLIDESHOW ─────────────────────────────────── */


/* ─── 18. COLLECTION PAGE HEADER ────────────────────────────
   Moncler-style: no banner image, clean left-aligned title.
   Willbo custom header element — always rendered, no conditions.
   ─────────────────────────────────────────────────────────── */

/* Willbo collection title header */
.WillboCollectionHeader {
  background: var(--w-white);
  padding: 24px 0 16px 0;
}

.WillboCollectionHeader__Inner {
  padding-left: var(--w-pad);
  padding-right: var(--w-pad);
}

.WillboCollectionHeader__Title {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

/* Mobile */
@media screen and (max-width: 640px) {
  .WillboCollectionHeader {
    padding: 16px 0 12px 0;
  }
  .WillboCollectionHeader__Inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Willbo collection intro — premium shopping header */
.WillboCollectionHero {
  position: relative !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border-bottom: 1px solid #e6e2da !important;
  padding: clamp(36px, 4.8vw, 64px) 0 20px !important;
}

.WillboCollectionHero--withImage {
  min-height: clamp(320px, 42vw, 520px) !important;
  display: flex !important;
  align-items: flex-end !important;
  color: #ffffff !important;
}

.WillboCollectionHero__Media {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  z-index: 0 !important;
}

.WillboCollectionHero__Media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.28)) !important;
}

.WillboCollectionHero__Inner {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  padding: 0 clamp(24px, 4.2vw, 64px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  column-gap: 40px !important;
  row-gap: 18px !important;
  align-items: end !important;
}

.WillboCollectionHero__Copy {
  max-width: 680px !important;
}

.WillboCollectionHero__Kicker {
  margin: 0 0 12px !important;
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: 9px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #817d75 !important;
}

.WillboCollectionHero--withImage .WillboCollectionHero__Kicker,
.WillboCollectionHero--withImage .WillboCollectionHero__Meta,
.WillboCollectionHero--withImage .WillboCollectionHero__Tag {
  color: rgba(255,255,255,0.76) !important;
}

.WillboCollectionHero__Title {
  margin: 0 !important;
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: clamp(22px, 2vw, 32px) !important;
  line-height: 1.05 !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #111111 !important;
}

.WillboCollectionHero--withImage .WillboCollectionHero__Title {
  color: #ffffff !important;
}

.WillboCollectionHero__Description {
  margin: 16px 0 0 !important;
  max-width: 560px !important;
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  font-weight: 300 !important;
  color: #5f5b54 !important;
}

.WillboCollectionHero--withImage .WillboCollectionHero__Description {
  color: rgba(255,255,255,0.82) !important;
}

.WillboCollectionHero__Meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 5px !important;
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: 9px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #817d75 !important;
  white-space: nowrap !important;
}

.WillboCollectionHero__Tags {
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  padding-top: 6px !important;
}

.WillboCollectionHero__Tags::-webkit-scrollbar {
  display: none !important;
}

.WillboCollectionHero__Tag {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 0 15px !important;
  border: 1px solid #ded9cf !important;
  border-radius: 4px !important;
  background: transparent !important;
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: 8px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #6f6a62 !important;
  text-decoration: none !important;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease !important;
}

.WillboCollectionHero__Tag:hover,
.WillboCollectionHero__Tag.is-active {
  border-color: #111111 !important;
  color: #111111 !important;
  background: #ffffff !important;
}

.WillboCollectionHero--withImage .WillboCollectionHero__Tag {
  border-color: rgba(255,255,255,0.38) !important;
}

.WillboCollectionHero--withImage .WillboCollectionHero__Tag:hover,
.WillboCollectionHero--withImage .WillboCollectionHero__Tag.is-active {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.template-collection .CollectionToolbar {
  position: relative !important;
  top: 0 !important;
  bottom: auto !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 54px !important;
  padding: 0 clamp(24px, 4.2vw, 64px) !important;
  border-top: none !important;
  border-bottom: 1px solid #e6e2da !important;
  background: #ffffff !important;
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box !important;
}

.template-collection .CollectionToolbar__Group {
  margin-left: auto !important;
  display: flex !important;
  align-items: stretch !important;
  order: 2 !important;
}

.template-collection .CollectionToolbar__Item {
  height: 54px !important;
  padding: 0 20px !important;
  border-left: 1px solid #e6e2da !important;
  border-right: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: 8px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #6f6a62 !important;
  background: transparent !important;
  transition: color 0.18s ease, background 0.18s ease !important;
}

.template-collection .CollectionToolbar__Item:hover {
  color: #111111 !important;
  background: #fbfaf8 !important;
}

.template-collection .CollectionToolbar__Item--layout {
  order: 1 !important;
  margin-right: auto !important;
  border-left: none !important;
  padding-left: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

.template-collection .CollectionToolbar__LayoutSwitch {
  align-items: center !important;
  gap: 14px !important;
}

.template-collection .CollectionToolbar__LayoutSwitch.hidden-tablet-and-up {
  display: none !important;
}

.template-collection .CollectionToolbar__LayoutSwitch.hidden-phone {
  display: flex !important;
}

.template-collection .CollectionToolbar__LayoutType {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  opacity: 0.35 !important;
  transition: opacity 0.18s ease !important;
}

.template-collection .CollectionToolbar__LayoutType svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}

.template-collection .CollectionToolbar__LayoutType.is-active,
.template-collection .CollectionToolbar__LayoutType:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 640px) {
  .WillboCollectionHero {
    padding: 28px 0 8px !important;
    border-bottom: none !important;
  }

  .WillboCollectionHero__Inner {
    padding: 0 16px !important;
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
    text-align: left !important;
  }

  .WillboCollectionHero__Kicker {
    margin-bottom: 10px !important;
    font-size: 8px !important;
  }

  .WillboCollectionHero__Title {
    font-size: 19px !important;
    letter-spacing: 0.13em !important;
  }

  .WillboCollectionHero__Description {
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  .WillboCollectionHero__Meta {
    align-items: flex-start !important;
    flex-direction: row !important;
    gap: 12px !important;
    font-size: 8px !important;
    white-space: normal !important;
  }

  .WillboCollectionHero__Tags {
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding: 2px 16px 0 !important;
  }

  .WillboCollectionHero__Tag {
    min-height: 28px !important;
    padding: 0 14px !important;
    font-size: 8px !important;
    border-radius: 4px !important;
  }

  .template-collection .CollectionToolbar {
    min-height: 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
    overflow: hidden !important;
    box-shadow: 0 1px 0 0 #dbdbdb !important;
  }

  .template-collection .CollectionToolbar__Group {
    display: none !important;
    width: 0 !important;
    margin: 0 !important;
    order: 1 !important;
    flex: 0 0 0 !important;
  }

  .template-collection .CollectionToolbar__Item {
    flex: 1 1 50% !important;
    height: 52px !important;
    padding: 0 !important;
    border-left: none !important;
    border-right: 1px solid #e6e2da !important;
    font-size: 9px !important;
    letter-spacing: 0.17em !important;
    text-align: center !important;
  }

  .template-collection .CollectionToolbar__Item:last-child {
    border-right: none !important;
  }

  .template-collection .CollectionToolbar__Item--layout {
    order: 2 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 32px !important;
    padding: 0 16px !important;
    margin: 0 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    justify-content: flex-start !important;
    display: flex !important;
  }

  .template-collection .CollectionToolbar__LayoutSwitch.hidden-tablet-and-up {
    display: flex !important;
  }

  .template-collection .CollectionToolbar__LayoutSwitch.hidden-phone {
    display: none !important;
  }

  .template-collection .CollectionToolbar__LayoutSwitch {
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  .template-collection .CollectionToolbar__LayoutType {
    width: 16px !important;
    height: 16px !important;
  }

  .template-collection .CollectionToolbar__LayoutType svg {
    width: 16px !important;
    height: 16px !important;
  }

  .template-collection .ProductList[data-mobile-count="1"] > .Grid__Cell {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .template-collection .ProductList[data-mobile-count="2"] > .Grid__Cell {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}

/* Collection pages WITH banner image — title matches hero EB Garamond style */
.PageHeader--withBackground .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.08 !important;
  text-transform: none !important;
  color: #ffffff !important;
  margin: 0 !important;
}

@media screen and (max-width: 640px) {
  .PageHeader--withBackground .SectionHeader__Heading {
    font-size: 28px !important;
  }
}

/* ─── END COLLECTION PAGE HEADER ────────────────────────── */


/* ─── 19. HOMEPAGE SECTION REFINEMENTS ───────────────
   Premium spacing, typography for homepage sections.
   ─────────────────────────────────────────────────────── */

/* --- Brand Moment: "Made in America" text block --- */
.Section--textonly-custom {
  padding: 64px 0 !important;
}
.Section--textonly-custom .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  margin-bottom: 8px !important;
}
.Section--textonly-custom .Rte p {
  font-family: var(--w-sans) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  letter-spacing: 0.02em !important;
  color: var(--w-mid) !important;
  margin: 0 !important;
}

/* --- Shop The Look: section title --- */
.Section--shopTheLook .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
}

/* --- 2-Column Category Images: positioning --- */
/* Container is absolute bottom-left. Normalize both padding sources
   so left distance == bottom distance (32px each). */
.two-column-images-container .ImageBlock__Content {
  bottom: 32px !important;
  top: auto !important;
  transform: none !important;
  padding-left: 0 !important;  /* kill the 50px default */
}
.two-column-images-container .ImageBlock__Content .SectionHeader {
  padding-left: 32px !important;  /* single source of truth for left offset */
}

@media (max-width: 768px) {
  .two-column-images-container .ImageBlock__Content,
  .two-column-images-container .ImageBlock__Content--middleLeft,
  .two-column-images-container .ImageBlock__Content--bottomLeft {
    bottom: 28px !important;
    top: auto !important;
    transform: none !important;
  }
}

/* --- 2-Column Category Images: label treatment --- */
/* Target the real DOM classes: image-item__Heading + image-item-link */
.two-column-images-container .image-item__Heading,
.two-column-images-container .Heading.u-h6 {
  font-family: var(--w-sans) !important;
  font-size: clamp(22px, 2.4vw, 34px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  line-height: 1.1 !important;
  color: var(--w-white) !important;
}

/* "SHOP ›" CTA link */
.two-column-images-container .image-item-link,
.two-column__Content .Button,
.two-column__Content .Button--primary {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--w-white) !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* --- Text with Image (First Light editorial): refine --- */
.rich-text-with-image .SectionHeader__Heading,
.Section--textWithImage .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  line-height: 1.15 !important;
  color: var(--w-black) !important;
}
.rich-text-with-image .Rte p,
.Section--textWithImage .Rte p {
  font-family: var(--w-sans) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  color: var(--w-black) !important;
}
.rich-text-with-image .Rte p em,
.Section--textWithImage .Rte p em {
  font-family: var(--w-sans) !important;
  font-style: italic !important;
}
.rich-text-with-image .Button,
.rich-text-with-image .Button--primary,
.Section--textWithImage .ButtonGroup .Button {
  all: unset !important;
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
  cursor: pointer !important;
  margin-top: 20px !important;
  display: inline-block !important;
}
.rich-text-with-image .Button:hover,
.rich-text-with-image .Button--primary:hover,
.Section--textWithImage .ButtonGroup .Button:hover {
  opacity: 0.6 !important;
}
.rich-text-with-image .Button::before,
.rich-text-with-image .Button::after,
.rich-text-with-image .Button--primary::before,
.rich-text-with-image .Button--primary::after,
.Section--textWithImage .ButtonGroup .Button::before,
.Section--textWithImage .ButtonGroup .Button::after {
  display: none !important;
}

/* --- Blog Posts / Journal: editorial grid --- */
.Section--blogPosts .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  color: var(--w-black) !important;
}
.Section--blogPosts .ArticleItem__Title {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
}
.Section--blogPosts .ArticleItem__Excerpt {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  color: var(--w-mid) !important;
}
.Section--blogPosts .ArticleItem__Category {
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--w-mid) !important;
}
.Section--blogPosts .SectionFooter .Button {
  all: unset !important;
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
  cursor: pointer !important;
}
.Section--blogPosts .SectionFooter .Button:hover {
  opacity: 0.6 !important;
}
.Section--blogPosts .SectionFooter .Button::before,
.Section--blogPosts .SectionFooter .Button::after {
  display: none !important;
}

/* --- Explore / Menu Explorer: title treatment --- */
.shopify-section--menu-explorer .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
}
.shopify-section--menu-explorer .Linklist--item,
.shopify-section--menu-explorer .MenuExplorerItem__Title {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

/* Keep bottom homepage Explore labels beneath the open header mega menu. */
.template-index .shopify-section--menu-explorer {
  position: relative !important;
  z-index: 0 !important;
  isolation: isolate !important;
}

.template-index .shopify-section--menu-explorer .Linklist--item,
.template-index .shopify-section--menu-explorer .LinkItem__Info,
.template-index .shopify-section--menu-explorer .LinkItem__Title,
.template-index .shopify-section--menu-explorer .LinkItem__Title.Heading,
.template-index .shopify-section--menu-explorer .MenuExplorerItem__Title {
  z-index: 0 !important;
}

/* ─── END HOMEPAGE SECTION REFINEMENTS ───────────────── */

/* ═══════════════════════════════════════════════════════════════
   WILLBO MOBILE NAV v4 — Full-screen, desktop-parity
   JS: Submenubtn class → subnav-mobile-collapse slide
       data-group-toggle → inline accordion for children
   ═══════════════════════════════════════════════════════════════ */

/* ─── Full-screen drawer ────────────────────────────────────── */
#sidebar-menu.WillboMobileNav,
#shopify-section-sidebar-menu .WillboMobileNav.Drawer {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100% !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  top: 0 !important;
  left: 0 !important;
  background: var(--w-white) !important;
  border-right: none !important;
  transform: translateX(-100%) !important;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1) !important;
  will-change: transform !important;
}
#sidebar-menu.WillboMobileNav[aria-hidden="false"],
#shopify-section-sidebar-menu .WillboMobileNav.Drawer[aria-hidden="false"] {
  transform: translateX(0) !important;
}
.PageOverlay {
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1) !important;
  will-change: opacity !important;
}
/* Hide Prestige's header X */
.Header__Wrapper .sidebar-menu-open.Drawer__Close {
  display: none !important;
}
.WillboMobileNav .Drawer__Content {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
  position: relative !important;
}

/* ─── Top bar ───────────────────────────────────────────────── */
.WillboMobileNav__TopBar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  height: 64px !important;
  flex-shrink: 0 !important;
  padding: 0 24px !important;
  border-bottom: 1px solid var(--w-border) !important;
  background: var(--w-white) !important;
}
.WillboMobileNav__TopLogo {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
}
.WillboMobileNav__TopLogo img {
  height: 26px !important;
  width: auto !important;
  display: block !important;
}
.WillboMobileNav__TopLogoText {
  font-family: var(--w-sans) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  color: var(--w-black) !important;
}
.WillboMobileNav__CloseBtn {
  position: absolute !important;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: none !important;
  border: none !important;
  padding: 10px !important;
  cursor: pointer !important;
  color: var(--w-black) !important;
  display: flex !important;
  align-items: center !important;
  transition: opacity 0.2s ease !important;
}
.WillboMobileNav__CloseBtn:hover { opacity: 0.4 !important; }

/* ─── Scrollable main ───────────────────────────────────────── */
.WillboMobileNav__Main {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  min-height: 0 !important;
  overflow-y: hidden !important;
  
  position: relative !important;
  padding: 0 0 150px !important;
}

/* ─── Primary nav ───────────────────────────────────────────── */
.WillboMobileNav__PrimaryNav {
  padding: 16px 0 0 !important;
  flex-shrink: 0 !important;
}
.WillboMobileNav__Item {
  border-bottom: none !important;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
#sidebar-menu.WillboMobileNav[aria-hidden="false"] .WillboMobileNav__Item {
  opacity: 1;
  transform: translateY(0);
}
#sidebar-menu.WillboMobileNav[aria-hidden="false"] .WillboMobileNav__Item:nth-child(1) { transition-delay: 0.14s; }
#sidebar-menu.WillboMobileNav[aria-hidden="false"] .WillboMobileNav__Item:nth-child(2) { transition-delay: 0.20s; }
#sidebar-menu.WillboMobileNav[aria-hidden="false"] .WillboMobileNav__Item:nth-child(3) { transition-delay: 0.26s; }
#sidebar-menu.WillboMobileNav[aria-hidden="false"] .WillboMobileNav__Item:nth-child(n+4) { transition-delay: 0.30s; }

/* ─── Primary trigger ───────────────────────────────────────── */
.WillboMobileNav__Trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 16px 24px !important;
  background: none !important;
  border: none !important;
  border-bottom: none !important;
  cursor: pointer !important;
  text-align: left !important;
  text-decoration: none !important;
  color: var(--w-black) !important;
}
.WillboMobileNav__TriggerLabel {
  font-family: var(--w-sans) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  line-height: 1 !important;
}
.WillboMobileNav__Arrow {
  flex-shrink: 0 !important;
  color: var(--w-mid) !important;
  width: 10px !important;
  height: 10px !important;
}

/* ─── Sub-panel ─────────────────────────────────────────────── */
.WillboMobileNav .subnav-wrapper {
  background: #ffffff !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: -webkit-fill-available !important;
  height: 100dvh !important;
  z-index: 1000 !important;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
              visibility linear 0.38s !important;
  will-change: transform !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}
.WillboMobileNav .subnav-wrapper .Collapsible__Inner {
  background: var(--w-white) !important;
  padding: 0 !important;
  text-align: left !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  display: flex !important;
  flex-direction: column !important;
}

/* ─── Sub-panel top bar (back + title) ──────────────────────── */
.WillboMobileNav .main-item-back {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 100% !important;
  padding: 0 24px !important;
  height: 52px !important;
  background: none !important;
  border: none !important;
  border-bottom: none !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
}
.WillboMobileNav .main-item-back::before { display: none !important; }
/* Back arrow SVG — pinned left, label centered */
.WillboMobileNav .main-item-back > svg:first-child {
  position: absolute !important;
  left: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.WillboMobileNav__BackLabel {
  font-family: var(--w-sans) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
}

/* ─── EXPLORE tile grid ─────────────────────────────────────── */
.WillboMobileNav__ExpGrid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 2px !important;
  padding: 16px 16px 40px !important;
}
.WillboMobileNav__ExpTile {
  display: block !important;
  text-decoration: none !important;
  color: var(--w-black) !important;
}
.WillboMobileNav__ExpTileImg {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: var(--w-sand) !important;
  position: relative !important;
}
.WillboMobileNav__ExpTileImg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.45s ease !important;
}
.WillboMobileNav__ExpTile:hover .WillboMobileNav__ExpTileImg img {
  transform: scale(1.03) !important;
}
.WillboMobileNav__ExpTileLabel {
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  padding: 8px 0 12px !important;
  text-align: left !important;
}

/* ─── SHOP editorial image ──────────────────────────────────── */
.WillboMobileNav__FeatureCard {
  display: block !important;
  
  
  
  margin: 8px 16px 16px !important;
  text-decoration: none !important;
  color: var(--w-black) !important;
}
.WillboMobileNav__FeatureImg {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  
  overflow: hidden !important;
  background: var(--w-sand) !important;
  position: relative !important;
}
.WillboMobileNav__FeatureImg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  transition: transform 0.5s ease !important;
}
.WillboMobileNav__FeatureCard:hover .WillboMobileNav__FeatureImg img {
  transform: scale(1.02) !important;
}
.WillboMobileNav__FeatureCaption {
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* ─── Sub-links ─────────────────────────────────────────────── */
.WillboMobileNav__SubLinks {
  padding: 8px 0 24px !important;
  display: flex !important;
  flex-direction: column !important;
}
.WillboMobileNav__SubLink {
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  text-decoration: none !important;
  padding: 14px 24px !important;
  border-bottom: none !important;
  transition: opacity 0.15s !important;
}
.WillboMobileNav__SubLink:hover { opacity: 0.45 !important; }

/* ─── Shop column accordion ─────────────────────────────────── */
.WillboMobileNav__ShopCols {
  padding: 0 0 4px !important;
}
.WillboMobileNav__ShopCol {
  border-bottom: none !important;
}
.WillboMobileNav__ColTrigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 11px 24px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  text-align: left !important;
}
.WillboMobileNav__ColLabel {
  font-family: var(--w-sans) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
}
.WillboMobileNav__ColChevron {
  flex-shrink: 0 !important;
  color: var(--w-mid) !important;
  transition: transform 0.2s ease !important;
}
.WillboMobileNav__ShopCol.is-open .WillboMobileNav__ColChevron {
  transform: rotate(180deg) !important;
}
.WillboMobileNav__ColChildren {
  max-height: 0;
  overflow: hidden !important;
  transition: max-height 0.28s ease !important;
  background: #ffffff !important;
  padding: 0 !important;
}
.WillboMobileNav__ColChild {
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  text-decoration: none !important;
  padding: 7px 24px 7px 36px !important;
  border-bottom: none !important;
  transition: opacity 0.15s !important;
}
.WillboMobileNav__ColChild:last-child { border-bottom: none !important; }
.WillboMobileNav__ColChild:hover { opacity: 0.45 !important; }

/* ─── Explore: editorial index panel ────────────────────────── */
.WillboMobileNav__ExplorIndex {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 0 8px 0 !important;
}
.WillboMobileNav__ExploreRow {
  display: flex !important;
  align-items: baseline !important;
  padding: 14px 24px !important;
  border: none !important;
  text-decoration: none !important;
  color: var(--w-black) !important;
  gap: 14px !important;
  transition: opacity 0.18s ease !important;
}
.WillboMobileNav__ExploreRow:hover {
  opacity: 0.45 !important;
}
.WillboMobileNav__ExploreNum {
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  color: var(--w-mid) !important;
  min-width: 22px !important;
  flex-shrink: 0 !important;
}
.WillboMobileNav__ExploreTitle {
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  color: var(--w-black) !important;
  flex: 1 !important;
}
.WillboMobileNav__ExploreArrow {
  display: none !important;
}
.WillboMobileNav__ExploreFooter {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 20px 24px 8px !important;
}
.WillboMobileNav__ExploreWordmark {
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  color: var(--w-mid) !important;
}
.WillboMobileNav__ExploreIssue {
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  color: var(--w-mid) !important;
}

/* ─── Utility nav (bottom) ──────────────────────────────────── */
.WillboMobileNav__Utility {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin-top: 0 !important;
  padding: 16px 24px max(18px, env(safe-area-inset-bottom)) !important;
  border-top: 1px solid var(--w-border) !important;
  background: var(--w-white) !important;
  z-index: 2 !important;
}
.WillboMobileNav__UtilityList {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 4px 20px !important;
}
.WillboMobileNav__UtilityLink {
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--w-mid) !important;
  text-decoration: none !important;
  padding: 6px 0 !important;
  transition: color 0.15s !important;
}
.WillboMobileNav__UtilityLink:hover { color: var(--w-black) !important; }

/* ─── Social footer — hidden, replaced by wordmark ─────────── */
.WillboMobileNav__Social,
.SidebarMenu__Social {
  display: none !important;
}



/* ─── Group (sub-link with children) ────────────────────────── */
.WillboMobileNav__Group { border-bottom: none !important; }
.WillboMobileNav__GroupTrigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 16px 24px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  text-align: left !important;
}
.WillboMobileNav__GroupLabel {
  font-family: var(--w-sans) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  flex: 1 !important;
}
.WillboMobileNav__GroupChevron {
  flex-shrink: 0 !important;
  color: var(--w-mid) !important;
  transition: transform 0.2s ease !important;
}
.WillboMobileNav__Group.is-open .WillboMobileNav__GroupChevron {
  transform: rotate(180deg) !important;
}
.WillboMobileNav__GroupChildren {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.25s ease !important;
  background: #ffffff !important;
  padding: 0 !important;
}
.WillboMobileNav__ChildLink {
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--w-black) !important;
  text-decoration: none !important;
  padding: 7px 24px 7px 36px !important;
  border-bottom: none !important;
  transition: opacity 0.15s !important;
}
.WillboMobileNav__ChildLink:last-child { border-bottom: none !important; }
.WillboMobileNav__ChildLink:hover { opacity: 0.45 !important; }


/* ─── iOS Safari sub-panel fix ─────────────────────────────── */
/* Safari chrome eats ~100px — shrink image on short viewports */
@media screen and (max-height: 750px) {
  .WillboMobileNav__FeatureImg {
    aspect-ratio: 16 / 9 !important;
  }
  .WillboMobileNav .main-item-back {
    height: 44px !important;
  }
  .WillboMobileNav__ColTrigger {
    padding: 9px 24px !important;
  }
  .WillboMobileNav__FeatureCard {
    margin: 6px 16px 12px !important;
  }
}
@media screen and (max-height: 670px) {
  .WillboMobileNav__FeatureImg {
    aspect-ratio: 2 / 1 !important;
  }
}


/* Hide COLLECTIONS from mobile nav — consistent with desktop */
.WillboMobileNav__Item[data-nav="collections"] {
  display: none !important;
}

/* ─── END WILLBO MOBILE NAV ─────────────────────────────────── */


/* ═══════════════════════════════════════════════════════════════════════════
   WILLBO FOOTER
   5-column layout: Stores | Western Conditions | Brand | Newsletter | Links
   Background: --w-cream (#F5F3EE), separated by top rust/red border line
   ═══════════════════════════════════════════════════════════════════════════ */

.WillboFooter {
  background: #F5F3EE;
  border-top: 2.5px solid #8B2A1A; /* rust red line matching design */
  font-family: var(--w-sans);
  color: var(--w-black);
}

.WillboFooter__Inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--w-border);
}

/* ── Column shared ── */
.WillboFooter__Col {
  padding: 36px 32px 24px;
  border-right: 1px solid var(--w-border);
}
.WillboFooter__Col:last-child {
  border-right: none;
}

/* ── Col title ── */
.WillboFooter__ColTitle {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--w-black);
  margin: 0 0 16px 0;
}
.WillboFooter__ColTitleLink {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.18s ease;
}
.WillboFooter__ColTitleLink:hover {
  opacity: 0.62;
}

/* ══ COL 1: STORES ══════════════════════════════════════════════════════════ */
.WillboFooter__Store {
  margin-bottom: 20px;
}
.WillboFooter__StoreName {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  color: var(--w-black);
}
.WillboFooter__StoreAddress,
.WillboFooter__StorePhone {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--w-black);
  margin: 0 0 2px 0;
}
.WillboFooter__StoreEmail {
  font-size: 11px;
  font-weight: 300;
  color: var(--w-black);
  margin: 16px 0 0 0;
}
.WillboFooter__StoreEmail a,
.WillboFooter__StorePhone a {
  color: var(--w-black);
  text-decoration: none;
  border-bottom: 1px solid var(--w-border);
  transition: border-color 0.15s ease;
}
.WillboFooter__StoreEmail a:hover,
.WillboFooter__StorePhone a:hover {
  border-color: var(--w-black);
}

/* ══ COL 2: WESTERN CONDITIONS ══════════════════════════════════════════════ */
.WillboFooter__WeatherList {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.WillboFooter__WeatherItem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 0 0 0;
  font-size: 11px;
  font-weight: 300;
}
.WillboFooter__WeatherDot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.WillboFooter__WeatherDot--red   { background: #A84B35; } /* burnt sienna — warm but restrained */
.WillboFooter__WeatherDot--blue  { background: #3D6478; } /* deep slate ocean */
.WillboFooter__WeatherDot--green { background: #4A7057; } /* muted olive coast */
.WillboFooter__WeatherDot--gold  { background: #B07D3A; } /* raw amber leather */

.WillboFooter__WeatherLocation {
  flex: 1;
  color: var(--w-black);
}
.WillboFooter__WeatherTemp {
  font-weight: 400;
  color: var(--w-black);
  min-width: 28px;
  text-align: right;
}
.WillboFooter__WeatherTime {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--w-black);
  text-align: center;
  margin: 8px 0 0 0;
}

/* ══ COL 3: BRAND CENTER ═════════════════════════════════════════════════════ */
.WillboFooter__Col--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.WillboFooter__BrandIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.WillboFooter__BrandSvg {
  width: 72px;
  height: 60px;
}
.WillboFooter__BrandImg {
  width: 80px;
  height: auto;
  object-fit: contain;
}
.WillboFooter__BrandTagline {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8B2A1A; /* rust red — matches border */
  margin: 0;
  line-height: 1.6;
}

/* ══ COL 4: NEWSLETTER ═══════════════════════════════════════════════════════ */
.WillboFooter__NewsletterSub {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--w-mid);
  margin: 0 0 20px 0;
}
.WillboFooter__NewsletterRow {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--w-black);
  gap: 0;
}
.WillboFooter__NewsletterInput {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 300;
  color: var(--w-black);
  padding: 8px 0;
  appearance: none;
  -webkit-appearance: none;
}
.WillboFooter__NewsletterInput::placeholder {
  color: var(--w-mid);
}
.WillboFooter__NewsletterBtn {
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--w-black);
  cursor: pointer;
  padding: 8px 0 8px 12px;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}
.WillboFooter__NewsletterBtn:hover {
  opacity: 0.6;
}
.WillboFooter__NewsletterSuccess {
  font-size: 10px;
  font-weight: 300;
  color: var(--w-mid);
  margin: 10px 0 0 0;
}

/* ══ COL 5: LINKS ════════════════════════════════════════════════════════════ */
.WillboFooter__LinksGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
.WillboFooter__LinkCol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.WillboFooter__Link {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 300;
  color: var(--w-black);
  text-decoration: none;
  transition: opacity 0.15s ease;
}

button.WillboFooter__Link {
  font-size: 11px !important;
  font-family: var(--w-sans) !important;
  font-weight: 300 !important;
  line-height: inherit !important;
  display: block;
  margin: 0 !important;
  text-align: left !important;
}
.WillboFooter__Link:hover {
  opacity: 0.5;
}

/* ── Bottom bar ── */
.WillboFooter__BottomBar {
  padding: 16px 32px;
}
.WillboFooter__Copyright {
  font-size: 10px;
  font-weight: 300;
  color: var(--w-mid);
  margin: 0;
  letter-spacing: 0.04em;
}

/* ── Hide default Prestige footer on homepage when Willbo footer is present ── */
.shopify-section--footer:has(+ .shopify-section .WillboFooter),
.shopify-section--footer ~ .shopify-section .WillboFooter ~ .shopify-section--footer {
  display: none;
}



/* ── Hide Prestige built-in footer (replaced by WillboFooter section) ── */
#shopify-section-footer,
.Footer__Aside {
  display: none !important;
}


/* ── Fix: hide visually-hidden label that Prestige renders large ── */
.WillboFooter__NewsletterForm label,
.WillboFooter__NewsletterForm .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  font-size: 0 !important;
}

/* ── Ensure input font stays small and correct ── */
.WillboFooter__NewsletterInput,
.WillboFooter__NewsletterInput[type="email"] {
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}


/* ── Per-location sub-data rows ── */
.WillboFooter__SubRow {
  list-style: none;
  padding: 0 0 0 17px;
  margin: 0;
}
.WillboFooter__SubLabel {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--w-black);
  opacity: 0.55; /* subtle — secondary to temp */
}


/* ── Newsletter col: push form to bottom so it aligns with store email ── */
.WillboFooter__Col--newsletter {
  display: flex !important;
  flex-direction: column !important;
  padding-bottom: 54px !important;
}
.WillboFooter__NewsletterForm {
  margin-top: auto !important;
}

/* ─── Hide LOOKBOOK nav item (featured inside EXPLORE instead) ─── */
.HorizontalList__Item[data-nav="lookbook"] {
  display: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — all breakpoints added April 14 2026
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* ─── FIRST LIGHT — stack to single column on mobile ─── */
  .WillboEditorial {
    height: 560px !important;
  }
  .WillboEditorial__Content {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    padding: 28px 24px 36px !important;
    gap: 16px !important;
  }
  .WillboEditorial__Heading {
    font-size: 28px !important;
  }
  .WillboEditorial__Right {
    max-width: 100% !important;
    gap: 14px !important;
  }
  .WillboEditorial__Body,
  .WillboEditorial__Body p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  /* ─── FOOTER — stack to 2-col then 1-col on mobile ─── */
  .WillboFooter__Inner {
    grid-template-columns: 1fr 1fr !important;
  }
  /* Stores col spans full width on mobile */
  .WillboFooter__Col:nth-child(1) {
    grid-column: 1 / -1 !important;
    border-right: none !important;
    border-bottom: 1px solid var(--w-border) !important;
  }
  /* Weather col full width */
  .WillboFooter__Col:nth-child(2) {
    grid-column: 1 / -1 !important;
    border-right: none !important;
    border-bottom: 1px solid var(--w-border) !important;
  }
  /* Newsletter + brand side by side */
  .WillboFooter__Col:nth-child(3),
  .WillboFooter__Col:nth-child(4) {
    border-bottom: 1px solid var(--w-border) !important;
  }
  .WillboFooter__Col:nth-child(3) {
    border-right: 1px solid var(--w-border) !important;
  }
  .WillboFooter__Col:nth-child(4) {
    border-right: none !important;
  }
  /* Links col full width */
  .WillboFooter__Col:nth-child(5) {
    grid-column: 1 / -1 !important;
    border-right: none !important;
  }
  /* Tighten col padding on mobile — 36px → 20px top, 24px → 16px bottom */
  .WillboFooter__Col {
    padding: 20px 20px 16px !important;
  }
  .WillboFooter__ColTitle {
    margin-bottom: 12px !important;
  }
  .WillboFooter__Col--newsletter {
    padding-bottom: 16px !important;
  }
  /* Bottom bar */
  .WillboFooter__BottomBar {
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center !important;
    padding: 20px 24px !important;
  }
  /* Links grid 2-col on mobile */
  .WillboFooter__LinksGrid {
    grid-template-columns: 1fr 1fr !important;
    gap: 4px 20px !important;
  }
  .WillboFooter__LinkCol {
    gap: 10px !important;
  }
  .WillboFooter__Link {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  /* ─── HERO SLIDESHOW — CTA text size ─── */
  .Slideshow__Content {
    max-width: 80% !important;
    padding: 0 0 36px 0 !important;
  }

  /* ─── NAV SPACING — tighter on mobile ─── */
  .Header__Wrapper {
    padding: 0 16px !important;
  }
}

/* Extra small — single column footer */
@media (max-width: 480px) {
  .WillboFooter__Inner {
    grid-template-columns: 1fr !important;
  }
  .WillboFooter__Col {
    border-right: none !important;
    border-bottom: 1px solid var(--w-border) !important;
  }
  .WillboFooter__Col:nth-child(3) {
    border-right: none !important;
  }
  .WillboEditorial {
    height: 480px !important;
  }
  .WillboEditorial__Heading {
    font-size: 24px !important;
  }
}

/* =============================================================================
   WILLBO PRODUCT PAGE — Phase 1 Redesign
   Cherry LA layout + Moncler precision
   Target: sections/product-template.liquid + snippets/product-meta + product-form
   ============================================================================= */

/* ─────────────────────────────────────────────────────────
   1. PAGE LAYOUT — Cherry LA exact model
   LEFT:  50%, normal flow, images stacked vertically, gap between
   RIGHT: 50%, static column — inner .Product__Info is sticky
   ───────────────────────────────────────────────────────── */

/* Outer wrapper — full width grid, no padding, no max-width cap.
   Prestige sets .Product .Product__Wrapper { max-width: 65% } — must kill that. */
.Product .Product__Wrapper,
.Product__Wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: start !important;
  gap: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-top: 0 !important;
  overflow: visible !important;
}

/* CRITICAL FIX: Hide Prestige's mobile carousel on desktop — it was taking grid col 2
   and pushing .Product__InfoWrapper off-screen to a 3rd row */
.Mobile.Product__Gallery {
  display: none !important;
}

/* LEFT — Gallery column: full width, normal flow.
   Prestige sets margin-left:25px and display:flex on .Product__Gallery--block — kill both. */
.Product__Gallery,
.Product__Gallery--block {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #F5F3EE !important;
  display: block !important;
}

/* Stack all images vertically — single column grid, no gap, flush edge-to-edge.
   Prestige uses flex + 50% items for 2-up layout — we override to single column. */
.Product__Gallery--block {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  flex-wrap: unset !important;
}

/* Kill Prestige's 50% flex constraint on each block item */
.Product__Gallery--block .Product__BlockItem,
.Product__Gallery--block .Product__BlockItem--image,
.Product__Gallery--block .Product__BlockItem.full-width {
  flex: none !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Each image block fills full column width, natural aspect ratio */
.Product__BlockItem--image,
.Product__BlockItem {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

/* AspectRatio — Two competing overrides needed:
   1. Prestige's own CSS sets .Product__Gallery--block .Product__BlockItem .AspectRatio { padding-bottom: 125% !important }
   2. Prestige's template sets an inline style: style="padding-bottom: X%"
   We beat #1 with higher specificity. We beat #2 by switching the container to
   aspect-ratio + explicit height so padding-bottom no longer drives the frame size. */
.Product__Gallery--block .Product__BlockItem .AspectRatio,
.Product__Gallery--block .Product__BlockItem .AspectRatio--withFallback {
  position: relative !important;
  width: 100% !important;
  /* Use CSS aspect-ratio instead of the padding-bottom trick.
     This takes precedence over padding-bottom for sizing the box. */
  aspect-ratio: 1 / 1.1 !important; /* tall portrait — matches Cherry LA */
  height: auto !important;
  padding-bottom: 0 !important; /* defeat both Prestige CSS and inline style */
  overflow: hidden !important;
}

.Product__Gallery--block .Product__BlockItem img,
.Product__Gallery--block .Product__BlockItem .AspectRatio img,
.Product__Gallery--block .Product__BlockItem .AspectRatio--withFallback img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important; /* kill Prestige's translateY(-50%) */
}

/* Desktop carousel (fallback) — show as stacked, no flickity chrome */
.Product__Slideshow {
  width: 100% !important;
}

.Product__SlideItem {
  width: 100% !important;
  display: block !important;
}

.Product__SlideItem img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Hide carousel dots/thumbnails/arrows on desktop */
.Product__SlideshowNav,
.Product__SlideshowMobileNav,
.Product__ActionList {
  display: none !important;
}

/* Ensure no ancestor breaks sticky — overflow:hidden on any ancestor kills position:sticky */
.Product,
.Product .Product__Wrapper,
.Product__Wrapper {
  overflow: visible !important;
}

/* RIGHT — outer column: sticky viewport-height scroll container.
   Sticks to nav bottom, fills remaining viewport, scrolls internally.
   Left side scrolls the page (images). Right side scrolls itself. */
.Product .Product__Wrapper .Product__InfoWrapper,
.Product__InfoWrapper {
  width: 100% !important;
  max-width: 100% !important;
  position: sticky !important;
  top: var(--w-nav-h, 72px) !important;
  height: calc(100vh - var(--w-nav-h, 72px)) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 0 !important;
  background: #FFFFFF !important;
  border-left: none !important;
  box-sizing: border-box !important;
  align-self: start !important;
  /* Hide scrollbar visually but keep it functional */
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.Product .Product__Wrapper .Product__InfoWrapper::-webkit-scrollbar,
.Product__InfoWrapper::-webkit-scrollbar {
  display: none !important;
}

/* RIGHT inner — normal flow inside the scroll container. No longer sticky itself. */
.Product .Product__Wrapper .Product__InfoWrapper .Product__Info,
.Product__Info {
  position: relative !important;
  top: auto !important;
  overflow: visible !important;
  padding: 56px 56px 56px 52px !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.Product__Info .Container {
  padding: 0 !important;
  max-width: 100% !important;
}

/* ─────────────────────────────────────────────────────────
   2. TYPOGRAPHY — DM Sans, clean hierarchy
   ───────────────────────────────────────────────────────── */

/* Title + Price on same row */
.ProductMeta {
  margin-bottom: 0 !important;
}

.ProductMeta__Title {
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  color: #111111 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  margin: 0 0 4px 0 !important;
  display: inline !important;
}

.ProductMeta__PriceList {
  display: inline !important;
  float: right !important;
  margin: 0 !important;
}

.ProductMeta__Price {
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #111111 !important;
  letter-spacing: 0 !important;
}

/* Clear float after title+price row */
.ProductMeta::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/* Hairline divider after title/price */
.ProductMeta__PriceList::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* Description text */
.ProductMeta__Description,
.ProductMeta__Description .Rte,
.ProductMeta__Description p {
  font-family: "DM Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  color: #444444 !important;
  letter-spacing: 0 !important;
}

.ProductMeta__Description {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

/* Vendor — hide or mute */
.ProductMeta__Vendor {
  display: none !important;
}

/* Info/Fit Guide links */
.product-special-infos {
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #888580 !important;
  letter-spacing: 0.08em !important;
  margin: 16px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.product-special-infos__title {
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-size: 10px !important;
}

.info-item {
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  color: #111111 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  text-decoration-color: #D9D5CC !important;
  letter-spacing: 0.02em !important;
}

.info-item:hover {
  text-decoration-color: #111111 !important;
}

/* ─────────────────────────────────────────────────────────
   3. OPTION LABELS — tracked small caps
   ───────────────────────────────────────────────────────── */

.ProductForm__Option {
  margin-top: 20px !important;
}

.ProductForm__Label {
  font-family: "DM Sans", sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #888580 !important;
  display: block !important;
  margin-bottom: 10px !important;
}

/* Hairline above variants section */
.ProductForm__Variants {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--w-border, #D9D5CC) !important;
}

/* ─────────────────────────────────────────────────────────
   4. COLOR SWATCHES — rectangular chips (Cherry LA style)
   ───────────────────────────────────────────────────────── */

.ColorSwatchList {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  justify-content: flex-start !important; /* desktop: left-aligned */
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.ColorSwatchList .HorizontalList__Item {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important; /* prevent items from stretching/growing */
}

/* Hide the Mobile duplicate swatch list on desktop — our flex override was un-hiding it */
.ColorSwatchList.Mobile {
  display: none !important;
}

/* Hide Prestige's floating tooltip on color swatches — color name shows in label instead */
.ColorSwatch[data-tooltip]::before,
.ColorSwatch[data-tooltip]::after,
[data-tooltip].ColorSwatch::before,
[data-tooltip].ColorSwatch::after {
  display: none !important;
}

/* Also hide any injected tooltip/popover div Prestige appends near swatches */
.Tooltip,
.ColorSwatch__Tooltip,
.swatch-tooltip {
  display: none !important;
}

/* Hide the radio input */
.ColorSwatch__Radio {
  display: none !important;
}

/* Square swatch — small enough for 8 across, contain so full product shows */
.ColorSwatch.ColorSwatch--large {
  display: block !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 2px !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  cursor: pointer !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #F5F3EE !important;
  transition: border-color 0.15s ease !important;
  position: relative !important;
  box-sizing: border-box !important;
}

.ColorSwatch.ColorSwatch--large:hover {
  border-color: #111111 !important;
}

/* Selected state — single clean black border only */
.ColorSwatch__Radio:checked + .ColorSwatch.ColorSwatch--large {
  border: 1px solid #111111 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* White swatch — needs visible border */
.ColorSwatch.ColorSwatch--white {
  border-color: #D9D5CC !important;
}

/* ─────────────────────────────────────────────────────────
   5. SIZE SELECTOR — circular pills, clean states
   ───────────────────────────────────────────────────────── */

.SizeSwatchList {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.SizeSwatchList .HorizontalList__Item {
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide radio */
.SizeSwatch__Radio {
  display: none !important;
}

/* Size pill — rectangles */
.SizeSwatch {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 52px !important;
  height: 40px !important;
  padding: 0 14px !important;
  border-radius: 0 !important;
  border: 1px solid #D9D5CC !important;
  background: #FFFFFF !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  color: #111111 !important;
  cursor: pointer !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
  text-transform: uppercase !important;
  user-select: none !important;
}

.SizeSwatch:hover {
  border-color: #111111 !important;
}

/* Selected */
.SizeSwatch__Radio:checked + .SizeSwatch {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #FFFFFF !important;
}

/* Unavailable / sold out */
.SizeSwatch.sold-out {
  color: #888580 !important;
  border-color: #E8E4DC !important;
  cursor: not-allowed !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Strikethrough line through sold out pill */
.SizeSwatch.sold-out::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 10% !important;
  width: 80% !important;
  height: 1px !important;
  background: #D9D5CC !important;
  transform: rotate(-30deg) !important;
}

/* ─────────────────────────────────────────────────────────
   6. ADD TO CART BUTTON — full width, #111, sharp, tracked
   ───────────────────────────────────────────────────────── */

.ProductForm__AddToCart.Button {
  width: 100% !important;
  height: 52px !important;
  background: #111111 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #FFFFFF !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  margin-top: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ProductForm__AddToCart.Button:hover:not(:disabled) {
  background: #333333 !important;
}

.ProductForm__AddToCart.Button:disabled {
  background: #888580 !important;
  cursor: not-allowed !important;
}

/* Remove Prestige's secondary button style */
.ProductForm__AddToCart.Button--secondary {
  background: #111111 !important;
  color: #FFFFFF !important;
  border-color: #111111 !important;
}

/* Payment button (Shop Pay etc) — subtle below CTA */
.shopify-payment-button {
  margin-top: 10px !important;
}

.shopify-payment-button__button {
  border-radius: 0 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
}

/* ─────────────────────────────────────────────────────────
   7. ACCORDIONS — hairline separators, + icon, clean type
   ───────────────────────────────────────────────────────── */

.Product__Tabs {
  margin-top: 28px !important;
  border-top: 1px solid var(--w-border, #D9D5CC) !important;
}

.Collapsible--large {
  border-bottom: 1px solid var(--w-border, #D9D5CC) !important;
  margin: 0 !important;
}

.Collapsible__Button.Heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 16px 0 !important;
  background: transparent !important;
  border: none !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  cursor: pointer !important;
  text-align: left !important;
}

.Collapsible__Button.Heading:hover {
  color: #888580 !important;
}

/* The + indicator */
.Collapsible__Plus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  position: relative !important;
  font-size: 0 !important;
}

.Collapsible__Plus::before,
.Collapsible__Plus::after {
  content: "" !important;
  position: absolute !important;
  background: #111111 !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.Collapsible__Plus::before {
  width: 10px !important;
  height: 1px !important;
}

.Collapsible__Plus::after {
  width: 1px !important;
  height: 10px !important;
}

/* When expanded — + becomes × */
.Collapsible__Button[aria-expanded="true"] .Collapsible__Plus::after {
  transform: rotate(90deg) !important;
  opacity: 0 !important;
}

/* Accordion body text */
.Collapsible__Content .Rte,
.Collapsible__Content p,
.Collapsible__Content li {
  font-family: "DM Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  color: #444444 !important;
  letter-spacing: 0 !important;
}

.Collapsible__Content {
  padding-bottom: 16px !important;
}

/* ─────────────────────────────────────────────────────────
   8. BACK LINK / BREADCRUMB
   ───────────────────────────────────────────────────────── */

.Product__Info .Breadcrumb,
.Product__Info nav[aria-label="breadcrumb"],
.Product__InfoWrapper .Breadcrumb {
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #888580 !important;
  margin-bottom: 20px !important;
}

/* ─────────────────────────────────────────────────────────
   9. GENERAL PRESTIGE CLEANUP on product page
   ───────────────────────────────────────────────────────── */

/* Remove default Prestige product padding */
.Product {
  padding-bottom: 0 !important;
}

.Product__InfoWrapper .ProductMeta__Description .Rte a {
  color: #111111 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

/* USA-made tag */
.usa-tag {
  font-family: "DM Sans", sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #888580 !important;
  margin: 12px 0 0 0 !important;
}

/* ─────────────────────────────────────────────────────────
   10. MOBILE — contained carousel + stacked info
   Mr Porter / Cherry LA style: bounded image zone,
   dot pagination below, then all product info stacked clean.
   ───────────────────────────────────────────────────────── */

@media (max-width: 999px) {

  /* ── 1. Zero out all top spacing so image starts right below nav ── */
  .Product {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .Product .Product__Wrapper,
  .Product__Wrapper {
    display: block !important;
    grid-template-columns: unset !important;
    gap: 0 !important;
    overflow: visible !important;
    max-width: 100vw !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  /* Kill any shopify section top padding on product page */
  .shopify-section .Product,
  [data-section-type="product"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* ── 2. Hide desktop stacked block gallery ── */
  .Product__Gallery--block {
    display: none !important;
  }

  /* ── 3. Mobile carousel wrapper ── */
  .Mobile.Product__Gallery {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    overflow: visible !important;
    background: transparent !important;
  }

  /* Carousel slideshow: full width, clips cleanly */
  .Mobile.Product__Gallery .Product__Slideshow,
  .Mobile.Product__Gallery .Carousel {
    width: 100% !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
    background: transparent !important;
  }

  /* Each slide full width */
  .Mobile.Product__Gallery .Product__SlideItem {
    width: 100% !important;
  }

  /* 1080×1350 = 125% ratio. Prestige uses padding-TOP not padding-bottom —
     must zero padding-top and use padding-bottom to avoid double height. */
  .Mobile.Product__Gallery .AspectRatio,
  .Mobile.Product__Gallery .AspectRatio--withFallback,
  .Product .Product__Wrapper .Mobile.Product__Gallery .Product__SlideItem .AspectRatio {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 125% !important;
    height: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  .Mobile.Product__Gallery img,
  .Mobile.Product__Gallery .AspectRatio img,
  .Mobile.Product__Gallery .AspectRatio--withFallback img,
  .Product .Product__Wrapper .Mobile.Product__Gallery .Product__SlideItem .AspectRatio > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* ── 4. Flickity dots — hidden, scroll bar on left handles navigation ── */
  .Mobile.Product__Gallery .flickity-page-dots {
    display: flex !important;
    position: relative !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    list-style: none !important;
  }
  .Mobile.Product__Gallery .flickity-page-dots-DISABLED {
    bottom: -28px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    list-style: none !important;
  }
  .Mobile.Product__Gallery .flickity-page-dots .dot {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #D9D5CC !important;
    opacity: 1 !important;
    margin: 0 !important;
    float: none !important;
    display: inline-block !important;
    transition: background 0.2s !important;
  }
  .Mobile.Product__Gallery .flickity-page-dots .dot.is-selected {
    background: #111111 !important;
  }
  .Mobile.Product__Gallery .flickity-prev-next-button {
    display: none !important;
  }

  /* ── 5. Info wrapper: static, no extra padding ── */
  /* Override desktop sticky panel — full specificity match to beat desktop rule */
  .Product .Product__Wrapper .Product__InfoWrapper,
  .Product__InfoWrapper {
    display: block !important;
    width: 100% !important;
    position: static !important;
    background: #ffffff !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
    padding: 0 !important;
    border: none !important;
    top: auto !important;
  }

  /* Info panel: 22px sides matches Cherry LA reference.
     Must match desktop rule specificity: .Product .Product__Wrapper .Product__InfoWrapper .Product__Info */
  .Product .Product__Wrapper .Product__InfoWrapper .Product__Info,
  .Product__Info {
    position: static !important;
    max-height: none !important;
    overflow-y: visible !important;
    padding: 12px 22px 32px 22px !important; /* tight bottom — no excess gap before Style With */
    box-sizing: border-box !important;
    width: 100% !important;
  }

  /* All children stay within the 16px inset, no bleed */
  .Product__Info .Container,
  .Product__Info .ProductMeta,
  .Product__Info .ProductForm,
  .Product__Info .ProductForm__Outer,
  .Product__Info .ProductForm__Inner,
  .Product__Info .ProductForm__Variants,
  .Product__Info .WillboAccordions,
  .Product__Info .shopify-payment-button,
  .Product__Info [data-shopify="payment-button"] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* Override Prestige's high-specificity 25px container padding */
  .Product .Product__Wrapper .Product__InfoWrapper .Product__Info .Container,
  .Product .Product__Wrapper .Product__InfoWrapper .Product__Info .Container--extraNarrow,
  .Product__Info .Container,
  .Product__Info .Container--extraNarrow {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* ── 6. Title + price: sticky just below nav — sticks when images scroll away ── */
  /* InfoWrapper is now position:static, so sticky here works relative to page scroll.
     top:72px = nav height, so bar locks just below the nav as user scrolls past images. */
  .ProductMeta {
    position: sticky !important;
    top: 72px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 200 !important;
    background: #ffffff !important;
    border-bottom: 1px solid var(--w-border, #D9D5CC) !important;
    padding: 14px 22px !important;
    margin: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  /* Undo any wrapper margin-top we added previously */
  .Product__Wrapper {
    margin-top: 0 !important;
  }
  /* Break the desktop flex row so title + price stack vertically */
  .ProductMeta__TitleWrapper,
  .ProductMeta__Title + .ProductMeta__PriceList,
  .ProductMeta__Wrapper {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }
  .ProductMeta__Title {
    display: block !important;
    float: none !important;
    width: 100% !important;
    font-size: 18px !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
    margin: 0 0 4px 0 !important;
    text-align: center !important;
  }
  .ProductMeta__PriceList,
  .ProductMeta__Price,
  .ProductMeta__PriceList .Price {
    display: block !important;
    float: none !important;
    width: 100% !important;
    font-size: 15px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }
  /* Thin divider line below title/price */
  .ProductMeta__Bottom,
  .ProductMeta + hr,
  .ProductMeta__Separator {
    margin: 10px 0 !important;
  }

  /* ── 7. Form options: center labels + swatch rows ── */
  .ProductForm__Option {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
  }
  .ProductForm__Label {
    display: block !important;
    text-align: left !important;
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
  }

  /* ── 8. Color swatches: centred row ── */
  .ColorSwatchList:not(.Mobile) {
    display: none !important;
  }
  .Mobile.ColorSwatchList {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }
  .Mobile.ColorSwatchList .HorizontalList__Item {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    width: auto !important;
  }
  .ColorSwatch.ColorSwatch--large {
    width: 60px !important;
    height: 60px !important;
  }

  /* ── 9. Size pills: left-aligned row ── */
  .SizeSwatchList {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    margin-top: 0 !important;
  }
  .SizeSwatch {
    min-width: 44px !important;
    height: 36px !important;
    font-size: 11px !important;
  }

  /* ── 10. ATC button ── */
  .ProductForm__AddToCart.Button {
    width: 100% !important;
    margin-top: 16px !important;
    height: 50px !important;
    box-sizing: border-box !important;
  }

  /* ── 11. Accordions — must not be clipped on mobile ── */
  .WillboAccordions {
    margin-top: 12px !important;
    overflow: visible !important;
  }
  .WillboAccordion {
    overflow: visible !important;
  }
  .WillboAccordion__Body {
    overflow: visible !important;
    /* No max-height cap — full content always shows */
    max-height: none !important;
  }
  .WillboAccordion__Body.is-open {
    display: block !important;
    overflow: visible !important;
  }
  .WillboAccordion__Trigger {
    padding: 12px 0 !important;
    font-size: 11px !important;
  }

  /* ── 12. Sticky ATC bar — HIDDEN on mobile, inline button is the only CTA ── */
  .WillboStickyATC {
    display: none !important;
  }

  /* ── 13. Style With section ── */
  .WillboStyleWith {
    padding: 32px 16px 40px !important;
    margin-top: 0 !important;
  }
  /* Kill any ghost margin/padding between accordions and style-with */
  .WillboAccordions + *,
  .Product__Info > *:last-child {
    margin-bottom: 0 !important;
  }
}

/* ─── Style With Section ─── */
.WillboStyleWith {
  padding: 64px 48px !important;
}
.WillboStyleWith__Heading {
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  margin-bottom: 24px !important;
  text-align: center !important;
}

/* ─── Mobile Sticky ATC Bar ─── */
.WillboStickyATC {
  display: none;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 900 !important;
  background: #111111 !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  border: none !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) !important;
  transition: background 0.2s ease !important;
}

.WillboStickyATC:hover {
  background: #333333 !important;
}

/* Sticky ATC disabled on mobile — inline button only */
@media (max-width: 999px) {
  .WillboStickyATC {
    display: none !important;
  }
}


/* ============================================================
   WILLBO: Product Page Accordions — ALD style
   Bottom border only, tight, collapsed by default
   ============================================================ */

.WillboAccordions {
  margin-top: 20px;
}

.WillboAccordion {
  border-bottom: 1px solid #D9D5CC;
}

.WillboAccordion__Trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111111;
  text-align: left;
}

.WillboAccordion__Icon {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.WillboAccordion__Trigger[aria-expanded="true"] .WillboAccordion__Icon {
  transform: rotate(45deg);
}

/* Body — hidden by default */
.WillboAccordion__Body {
  display: none;
  padding-bottom: 16px;
}

.WillboAccordion__Body.is-open {
  display: block;
}

.WillboAccordion__Content,
.WillboAccordion__Content p,
.WillboAccordion__Content li {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: #444444;
  letter-spacing: 0;
}

/* Kill Prestige ::after ring on selected color swatch */
.ColorSwatch__Radio.is-active + .ColorSwatch::after,
.ColorSwatch__Radio:checked + .ColorSwatch::after,
.ColorSwatch__Radio:checked + .ColorSwatch.ColorSwatch--large::after {
  display: none !important;
}

/* ── NUCLEAR: Mobile product info Container padding kill ──────────────────
   Prestige sets .Container { padding: 0 24px } with no media query.
   This override must be at base level AFTER prestige to win the cascade. */
.Product__Info .Container,
.Product__Info .Container--extraNarrow,
.Product__InfoWrapper .Container,
.Product__InfoWrapper .Container--extraNarrow {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* ── Collection page: responsive view switcher split ── */
@media (max-width: 999px) {
  .template-collection .CollectionToolbar__LayoutSwitch.hidden-phone,
  .template-collection button[data-grid-type="desktop"] {
    display: none !important;
  }

  .template-collection .CollectionToolbar__Item--layout,
  .template-collection .CollectionToolbar__LayoutSwitch.hidden-tablet-and-up {
    display: flex !important;
  }
}

/* ── Explore menu scroll indicator bar ── */
.WillboExpBar {
  position: absolute !important;
  bottom: 8px !important;
  left: 30px !important;
  right: 60px !important;
  height: 1px !important;
  background: #E8E4DC !important;
  overflow: hidden !important;
  z-index: 10 !important;
}
.WillboExpBarFill {
  position: absolute !important;
  top: 0 !important;
  left: 0; /* JS drives this — no !important so inline style wins */
  height: 1px !important;
  width: 30% !important; /* fixed thumb width */
  background: #111111 !important;
  transition: left 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  will-change: left !important;
}

/* ─── Hat Size Guide ─── */
.WillboHatSizeGuide {
  padding: 4px 0 8px;
}
.WillboHatSizeGuide__Measure {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #888580;
  line-height: 1.6;
  margin: 0 0 20px;
}
.WillboHatSizeGuide__Table {
  width: 100%;
  border-collapse: collapse;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.WillboHatSizeGuide__Table thead th {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #111111;
  padding: 0 0 10px;
  border-bottom: 1px solid #D9D5CC;
  text-align: left;
}
.WillboHatSizeGuide__Table thead th:first-child {
  width: 28%;
}
.WillboHatSizeGuide__Table tbody tr {
  border-bottom: 1px solid #E8E4DC;
}
.WillboHatSizeGuide__Table tbody tr:last-child {
  border-bottom: none;
}
.WillboHatSizeGuide__Table tbody td {
  padding: 11px 0;
  color: #111111;
  font-weight: 300;
  vertical-align: middle;
}
.WillboHatSizeGuide__Label {
  font-weight: 500 !important;
  letter-spacing: 0.12em;
  color: #888580 !important;
  font-size: 10px !important;
  text-transform: uppercase;
}
.WillboHatSizeGuide__Note {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #888580;
  margin: 16px 0 0;
  font-style: italic;
  letter-spacing: 0.02em;
}

/* ─── Hat Fit Guide — visual spectrum bars ─── */
.WillboFitGuide {
  padding: 4px 0 20px;
}
.WillboFitGuide__StyleRow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.WillboFitGuide__StyleLabel {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111111;
  white-space: nowrap;
}
.WillboFitGuide__StyleChip {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #111111;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111111;
}
.WillboFitGuide__Attr {
  margin-bottom: 20px;
}
.WillboFitGuide__AttrName {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 10px;
}
/* Track: grey base, black fill left of pill via linear-gradient */
.WillboFitGuide__Track {
  position: relative;
  height: 3px;
  border-radius: 0;
  margin-bottom: 8px;
  /* filled dynamically via inline style background */
  background: #D9D5CC;
}
.WillboFitGuide__Pill {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #111111;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.WillboFitGuide__Labels {
  display: flex;
  justify-content: space-between;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888580;
}
.WillboFitGuide__Divider {
  border: none;
  border-top: 1px solid #D9D5CC;
  margin: 24px 0;
}
/* Size table — grey background block */
.WillboHatSizeGuide {
  background: #F5F3EE;
  padding: 18px 16px 16px;
}
.WillboHatSizeGuide__Measure {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #888580;
  line-height: 1.6;
  margin: 0 0 16px;
}
.WillboHatSizeGuide__Table {
  width: 100%;
  border-collapse: collapse;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.WillboHatSizeGuide__Table thead th {
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888580;
  padding: 0 0 8px;
  border-bottom: 1px solid #D9D5CC;
  text-align: left;
}
.WillboHatSizeGuide__Table thead th:first-child {
  width: 26%;
}
.WillboHatSizeGuide__Table tbody tr {
  border-bottom: 1px solid #E8E4DC;
}
.WillboHatSizeGuide__Table tbody tr:last-child {
  border-bottom: none;
}
.WillboHatSizeGuide__Table tbody td {
  padding: 9px 0;
  color: #111111;
  font-weight: 300;
  font-size: 11px;
}
.WillboHatSizeGuide__Label {
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #888580 !important;
}
.WillboHatSizeGuide__Note {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #888580;
  margin: 12px 0 0;
  font-style: italic;
}


/* accordion-expanded class no longer needed — right panel is its own scroll container */

/* Remove border line under product title / price row */
.ProductMeta,
.ProductMeta__Wrapper,
.ProductMeta__TitleWrapper {
  border-bottom: none !important;
}
.ProductMeta::after,
.ProductMeta__Wrapper::after,
.ProductMeta__TitleWrapper::after {
  border: none !important;
}




/* ═══════════════════════════════════════════════════════════════════════════
   WILLBO STORIES — Editorial blog index
   Surfer's Journal / Tom Adler feel
   Editorial masthead (kicker + oversized title + rule + blurb) → 3-col grid
   White background, DM Sans, restrained type hierarchy
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── PAGE WRAPPER ─────────────────────────────────────────────────────────── */
.willbo-stories-section {
  background: #ffffff;
  border: none !important;
  outline: none !important;
}

.WillboStories {
  font-family: var(--w-sans);
  background: #ffffff;
  min-height: 60vh;
}

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.WillboStories__Hero {
  position: relative;
  margin: 24px 24px 0;
  overflow: hidden;
}

.WillboStories__HeroImgWrap {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  min-height: 320px;
  max-height: 600px;
}

.WillboStories__HeroImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.WillboStories__HeroText {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.WillboStories__HeroTitle {
  font-family: var(--w-sans);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}

/* ── BLURB ────────────────────────────────────────────────────────────────── */
.WillboStories__Blurb {
  padding: 40px 24px 56px;
}

.WillboStories__Blurb p {
  font-family: var(--w-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--w-mid, #888580);
  max-width: 600px;
  margin: 0;
  letter-spacing: 0.01em;
}

/* ── GRID ─────────────────────────────────────────────────────────────────── */
.WillboStories__Grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 56px;
  padding: 0 24px 100px;
}

/* ── CARD ─────────────────────────────────────────────────────────────────── */
.WillboStories__Card {
  display: flex;
  flex-direction: column;
}

.WillboStories__CardLink {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.WillboStories__CardImgWrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin-bottom: 12px;
  background: var(--w-sand, #E8E4DC);
}

.WillboStories__CardImgPlaceholder {
  width: 100%;
  height: 100%;
  background: var(--w-sand, #E8E4DC);
}

.WillboStories__CardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.WillboStories__CardLink:hover .WillboStories__CardImg {
  transform: scale(1.03);
}

/* ── CARD TEXT ────────────────────────────────────────────────────────────── */
.WillboStories__CardBody {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0;
}

.WillboStories__CardTag {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--w-mid, #888580);
  display: block;
  text-transform: uppercase;
}

.WillboStories__CardTitle {
  font-family: var(--w-sans);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin: 0;
  color: var(--w-black, #111111);
}

.WillboStories__CardDate {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: var(--w-mid, #888580);
  text-transform: uppercase;
}

/* ── EMPTY ────────────────────────────────────────────────────────────────── */
.WillboStories__Empty {
  padding: 80px 64px 120px;
  text-align: center;
  font-size: 13px;
  font-family: var(--w-sans);
  color: var(--w-mid);
  letter-spacing: 0.1em;
}

/* ── PAGINATION ───────────────────────────────────────────────────────────── */
.WillboStories__Pagination {
  padding: 0 64px 80px;
  text-align: center;
}

/* ── TABLET ───────────────────────────────────────────────────────────────── */
@media screen and (max-width: 999px) {
  .WillboStories__Hero {
    margin: 16px 0 0;
  }

  .WillboStories__HeroImgWrap {
    aspect-ratio: 16 / 9;
  }

  .WillboStories__HeroText {
    bottom: 24px;
    left: 24px;
    text-align: left;
  }

  .WillboStories__Blurb {
    padding: 32px 16px 48px;
  }

  .WillboStories__Grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 64px;
    padding: 0 16px 80px;
  }
}

/* ── MOBILE ───────────────────────────────────────────────────────────────── */
@media screen and (max-width: 599px) {
  .WillboStories__Hero {
    margin: 0;
  }

  .WillboStories__HeroImgWrap {
    aspect-ratio: 4 / 3;
  }

  .WillboStories__HeroTitle {
    font-size: clamp(32px, 8vw, 48px);
  }

  .WillboStories__HeroText {
    bottom: 20px;
    left: 20px;
  }

  .WillboStories__Blurb {
    padding: 28px 20px 44px;
  }

  .WillboStories__Blurb p {
    font-size: 14px;
  }

  .WillboStories__Grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 36px;
    padding: 0 0 64px;
  }

  .WillboStories__CardBody {
    padding: 0 16px;
  }

  .WillboStories__CardTitle {
    font-size: 15px;
  }
}

/* ══ END WILLBO STORIES ═════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════════════════════════
   WILLBO EXPERIENCE — Editorial event calendar
   Hero + Upcoming / Past split list
   Surfer's Journal editorial feel — date, image, title, description
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── PAGE WRAPPER ─────────────────────────────────────────────────────────── */
.willbo-experience-section {
  background: #ffffff;
  border: none !important;
  outline: none !important;
}

.WillboExperience {
  font-family: var(--w-sans);
  background: #ffffff;
  min-height: 60vh;
}

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.WillboExp__Hero {
  position: relative;
  margin: 24px 24px 0;
  overflow: hidden;
}

.WillboExp__HeroImgWrap {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  min-height: 320px;
  max-height: 600px;
}

.WillboExp__HeroImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.WillboExp__HeroText {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.WillboExp__HeroTitle {
  font-family: var(--w-sans);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}

/* No-image masthead fallback */
.WillboExp__MastheadText {
  padding: 72px 24px 0;
  text-align: center;
}

.WillboExp__MastheadTitle {
  font-family: var(--w-sans);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--w-black, #111111);
  margin: 0;
}

/* ── BLURB ────────────────────────────────────────────────────────────────── */
.WillboExp__Blurb {
  padding: 40px 24px 56px;
}

.WillboExp__Blurb p {
  font-family: var(--w-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--w-mid, #888580);
  max-width: 600px;
  margin: 0;
  letter-spacing: 0.01em;
}

/* ── SECTION (upcoming / past) ────────────────────────────────────────────── */
.WillboExp__Section {
  padding: 0 24px 80px;
}

.WillboExp__Section--past {
  padding-top: 16px;
}

.WillboExp__SectionHeader {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--w-border, #D9D5CC);
}

.WillboExp__SectionLabel {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--w-black, #111111);
  white-space: nowrap;
}

.WillboExp__SectionRule {
  flex: 1;
  height: 0;
}

/* ── EVENT LIST ───────────────────────────────────────────────────────────── */
.WillboExp__List {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── EVENT ITEM ───────────────────────────────────────────────────────────── */
.WillboExp__Item {
  display: grid;
  grid-template-columns: 64px 200px 1fr;
  gap: 32px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid var(--w-border, #D9D5CC);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease;
}

.WillboExp__Item:hover {
  opacity: 0.7;
}

.WillboExp__Item--past {
  opacity: 0.45;
}

.WillboExp__Item--past:hover {
  opacity: 0.65;
}

/* ── DATE BLOCK ───────────────────────────────────────────────────────────── */
.WillboExp__ItemDate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4px;
}

.WillboExp__ItemMonth {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--w-mid, #888580);
  display: block;
  margin-bottom: 4px;
}

.WillboExp__ItemDay {
  font-family: var(--w-sans);
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--w-black, #111111);
}

/* ── IMAGE ────────────────────────────────────────────────────────────────── */
.WillboExp__ItemImgWrap {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--w-sand, #E8E4DC);
}

.WillboExp__ItemImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── BODY ─────────────────────────────────────────────────────────────────── */
.WillboExp__ItemBody {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
}

.WillboExp__ItemTitle {
  font-family: var(--w-sans);
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--w-black, #111111);
  margin: 0;
}

.WillboExp__ItemExcerpt {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--w-mid, #888580);
  margin: 0;
  max-width: 480px;
}

.WillboExp__ItemCta {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--w-black, #111111);
  margin-top: 8px;
}

/* ── EMPTY ────────────────────────────────────────────────────────────────── */
.WillboExp__Empty {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-mid, #888580);
  letter-spacing: 0.08em;
  padding: 24px 0 48px;
}

/* ── TABLET ───────────────────────────────────────────────────────────────── */
@media screen and (max-width: 999px) {
  .WillboExp__Hero {
    margin: 16px 16px 0;
  }

  .WillboExp__Item {
    grid-template-columns: 52px 160px 1fr;
    gap: 20px;
  }

  .WillboExp__ItemDay {
    font-size: 28px;
  }

  .WillboExp__ItemTitle {
    font-size: 18px;
  }
}

/* ── MOBILE ───────────────────────────────────────────────────────────────── */
@media screen and (max-width: 599px) {
  .WillboExp__Hero {
    margin: 0;
  }

  .WillboExp__Blurb {
    padding: 24px 20px 28px;
  }

  .WillboExp__SectionHeader {
    margin-bottom: 24px;
  }

  .WillboExp__Section {
    padding: 0 20px 60px;
  }

  .WillboExp__Item {
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
  }

  .WillboExp__ItemImgWrap {
    grid-column: 1 / -1;
    order: -1;
  }

  .WillboExp__ItemDay {
    font-size: 24px;
  }

  .WillboExp__ItemTitle {
    font-size: 16px;
  }
}

/* ══ END WILLBO EXPERIENCE ══════════════════════════════════════════════════ */


/* ══ WILLBO EVENT ARTICLE ════════════════════════════════════════════════════
   Individual event page — Tom Adler / ALD editorial restraint
   No Prestige toolbar / comments / share buttons
   ══════════════════════════════════════════════════════════════════════════ */

.WillboEventArticle {
  background: var(--w-white, #ffffff);
  padding-bottom: 120px;
}

/* Inner container — constrains everything to the same width column */
.WillboEA__Inner {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden; /* prevents hero bleed past right edge */
}

/* ── BACK LINK ───────────────────────────────────────────────────────────── */
.WillboEA__Back {
  padding: 40px 48px 0;  /* generous top — breathes under the nav */
}

.WillboEA__BackLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
  text-decoration: none;
  transition: color 0.2s ease;
}

.WillboEA__BackLink:hover {
  color: var(--w-black, #111111);
}

.WillboEA__BackArrow {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.6;
}

/* ── HERO IMAGE ──────────────────────────────────────────────────────────── */
.WillboEA__HeroWrap {
  position: relative;
  margin: 20px 48px 0;
  aspect-ratio: 16 / 7;
  min-height: 320px;
  max-height: 600px;
  overflow: hidden;
  background: var(--w-sand, #E8E4DC);
}

.WillboEA__HeroImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge — minimal, no box, just quiet type sitting on the image */
.WillboEA__HeroBadge {
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-family: var(--w-sans);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--w-white, #ffffff);
  /* soft text shadow so it reads over any photo */
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
}

.WillboEA__HeroBadge--past {
  opacity: 0.6;
}

/* ── META BLOCK ──────────────────────────────────────────────────────────── */
/* Desktop: title left, date block right — uses the negative space */
.WillboEA__Meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  padding: 52px 48px 0;
  align-items: start;
}

/* Left column: title, excerpt, CTA */
.WillboEA__MetaRight {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* stays in DOM order first — grid order handles position */
  order: 1;
}

/* Right column: date sits in the white space */
.WillboEA__DateBlock {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;  /* right-aligned text */
  padding-top: 8px;
  border-top: 1px solid var(--w-border, #D9D5CC);
  min-width: 120px;
}

.WillboEA__DateMonth {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.26em;
  color: var(--w-mid, #888580);
  display: block;
  margin-bottom: 4px;
  margin-top: 12px;
  text-align: right;
}

.WillboEA__DateDay {
  font-family: var(--w-sans);
  font-size: 110px;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 0.85;
  color: var(--w-black, #111111);
  display: block;
  margin-bottom: 8px;
  text-align: right;
}

.WillboEA__DateYear {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #C0392B;  /* red accent */
  display: block;
  text-align: right;
  margin-top: 6px;
}

.WillboEA__Title {
  font-family: var(--w-sans);
  font-size: clamp(26px, 3.6vw, 48px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--w-black, #111111);
  margin: 0;
}

.WillboEA__Excerpt {
  font-family: var(--w-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--w-mid, #888580);
  margin: 0;
  max-width: 520px;
}

/* ── TICKET CTA ──────────────────────────────────────────────────────────── */
.WillboEA__CtaWrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 4px;
  flex-wrap: wrap;
}

/* Outlined button — ALD / Tom Adler restraint */
.WillboEA__CtaBtn {
  display: inline-block;
  background: transparent;
  color: var(--w-black, #111111);
  border: 1px solid var(--w-black, #111111);
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 28px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.WillboEA__CtaBtn:hover {
  background: var(--w-black, #111111);
  color: var(--w-white, #ffffff);
}

.WillboEA__CtaBtn--closed {
  position: relative;
  color: var(--w-mid, #888580);
  border-color: var(--w-border, #D9D5CC);
  cursor: default;
  pointer-events: none;
}

.WillboEA__CtaBtn--closed::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  opacity: 0.75;
}

.WillboEA__CtaBtn--closed:hover {
  background: transparent;
  color: var(--w-mid, #888580);
}

.WillboEA__CtaNote {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 300;
  color: var(--w-mid, #888580);
  letter-spacing: 0.06em;
}

/* ── RULE ────────────────────────────────────────────────────────────────── */
.WillboEA__Rule {
  height: 1px;
  background: var(--w-border, #D9D5CC);
  margin: 56px 48px 56px 48px;  /* even top and bottom breathing room */
}

/* ── BODY CONTENT ────────────────────────────────────────────────────────── */
.WillboEA__Body {
  padding: 0 48px 0 128px;  /* 80px date col + 40px gap + 8px optical indent */
  max-width: 860px;
}

.WillboEA__Body p,
.WillboEA__Body li {
  font-family: var(--w-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--w-black, #111111);
  margin: 0 0 20px;
}

.WillboEA__Body h2 {
  font-family: var(--w-sans);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--w-black, #111111);
  margin: 44px 0 14px;
}

.WillboEA__Body h3 {
  font-family: var(--w-sans);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
  margin: 36px 0 10px;
}

.WillboEA__Body a {
  color: var(--w-black, #111111);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--w-border, #D9D5CC);
}

.WillboEA__Body img {
  width: 100%;
  height: auto;
  display: block;
  margin: 36px 0;
}

/* ── BOTTOM BACK ─────────────────────────────────────────────────────────── */
.WillboEA__BottomBack {
  padding: 64px 48px 0;
}

/* ── TABLET ──────────────────────────────────────────────────────────────── */
@media screen and (max-width: 999px) {
  .WillboEA__Back,
  .WillboEA__BottomBack {
    padding-left: 32px;
    padding-right: 32px;
  }

  .WillboEA__HeroWrap {
    margin: 20px 32px 0;
  }

  .WillboEA__Meta {
    padding: 40px 32px 0;
    gap: 32px;
  }

  .WillboEA__DateDay {
    font-size: 80px;
  }

  .WillboEA__Rule {
    margin: 36px 32px;
  }

  .WillboEA__Body {
    padding: 0 32px;
  }
}

/* ── MOBILE ──────────────────────────────────────────────────────────────── */
@media screen and (max-width: 599px) {
  .WillboEA__Back {
    padding: 28px 20px 0;
  }

  .WillboEA__BottomBack {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Hero: full bleed on mobile, 4:3 ratio */
  .WillboEA__HeroWrap {
    margin: 16px 0 0;
    aspect-ratio: 4 / 3;
  }

  /* Meta block: single column, date row sits cleanly above the title */
  .WillboEA__Meta {
    display: flex;
    flex-direction: column;
    padding: 28px 20px 0;
    gap: 0;
  }

  /* Date row first on mobile — small, spaced, above the title */
  .WillboEA__DateBlock {
    order: 1;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    border-top: none;
    border-bottom: 1px solid var(--w-border, #D9D5CC);
    padding-top: 0;
    padding-bottom: 14px;
    margin-bottom: 20px;
    min-width: unset;
  }

  .WillboEA__DateMonth {
    font-size: 9px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0.22em;
  }

  /* Day: medium size — editorial but not overpowering */
  .WillboEA__DateDay {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: left;
    line-height: 1;
  }

  /* Year in red — stays visible on mobile */
  .WillboEA__DateYear {
    display: block;
    font-size: 9px;
    letter-spacing: 0.16em;
    margin-top: 0;
    text-align: left;
    color: #C0392B;
  }

  /* Title right after date row */
  .WillboEA__MetaRight {
    order: 2;
  }

  .WillboEA__Title {
    font-size: clamp(22px, 7vw, 32px);
  }

  /* Rule: even 40px above and below */
  .WillboEA__Rule {
    margin: 40px 20px;
  }

  .WillboEA__Body {
    padding: 0 20px;
  }

  /* CTA: auto width, left-aligned on mobile */
  .WillboEA__CtaBtn {
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 14px 40px;
  }

  .WillboEA__CtaWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
  }

  .WillboEA__CtaNote {
    text-align: center;
  }
}

/* ══ END WILLBO EVENT ARTICLE ════════════════════════════════════════════════ */

/* MOBILE STICKY TITLE — handled by position:fixed on .ProductMeta in mobile media query */


/* ── SEARCH BAR ──────────────────────────────────────────────────────── */
.Search__Inner {
  padding: 0 !important;
  margin: 0 !important;
}

.Search__SearchBar {
  padding: 0 18px !important;
  margin: 0 !important;
  height: var(--w-nav-h, 72px);
  display: flex;
  align-items: center;
  border-top: none !important;
}

.Search {
  margin-top: 0 !important;
  border-top: none !important;
}

/* ── LINKLIST LABELS (OUR STORY / STORES / JOURNAL) ────────────────── */
.LinkItem__Title.Heading {
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
}

/* ══ WILLBO CIRCLE ═══════════════════════════════════════════════════════════ */

.WillboCircle {
  overflow: hidden;
}

/* ── Opening spread — full-bleed, breaks out of page padding ────────────── */
.WillboCircle__Spread {
  width: calc(100% + 80px);
  margin-left: -40px;
  aspect-ratio: 16 / 7;
  min-height: 300px;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 0;
}

.WillboCircle__SpreadImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

/* ── Chapter heading — rule / CIRCLE / rule ──────────────────────────────── */
.WillboCircle__Chapter {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 0 24px;
}

.WillboCircle__ChapterRule {
  flex: 1;
  height: 1px;
  background: var(--w-border, #D9D5CC);
}

.WillboCircle__ChapterTitle {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: var(--w-black, #111);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Athletes wrapper ────────────────────────────────────────────────────── */
.WillboCircle__Athletes {
  padding: 0 0 80px;
}

/* ── Athlete card — text LEFT 33% / photo RIGHT 67%, locked landscape ────── */
.WillboCircle__Athlete {
  display: grid;
  grid-template-columns: 33% 67%;
  overflow: hidden;
}

/* ── Text panel — LEFT, cream bg, generous internal padding ─────────────── */
.WillboCircle__Panel {
  background: var(--w-cream, #F5F3EE);
  padding: 40px 40px 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  overflow: hidden;
}

/* ── Foot — bio + CTA flow naturally after Q&A, no push ────────────────── */
.WillboCircle__Foot {
  margin-top: 0;
  padding-top: 0;
}

/* ── Name — very large, very light, at the very top ─────────────────────── */
.WillboCircle__Name {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: clamp(40px, 3.6vw, 72px);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--w-black, #111);
  margin: 0 0 12px;
  line-height: 1.0;
}

/* ── Descriptor ──────────────────────────────────────────────────────────── */
.WillboCircle__Descriptor {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #C0392B;
  margin: 0 0 20px;
}

/* ── Q&A ─────────────────────────────────────────────────────────────────── */
.WillboCircle__QA {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}

.WillboCircle__QItem {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.WillboCircle__Q {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 12px;
  font-weight: 500;
  color: var(--w-black, #111);
  margin: 0;
}

.WillboCircle__A {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--w-mid, #888580);
  margin: 0;
}

/* ── Bio — primary athlete description, flows from descriptor ─────────────── */
.WillboCircle__Bio {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--w-mid, #888580);
  margin: 0 0 16px;
}

/* ── CTA — solid black button, restrained left-aligned fixed width ───────── */
.WillboCircle__CTA {
  display: inline-block;
  padding: 13px 24px;
  background: var(--w-black, #111);
  color: var(--w-white, #fff);
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease;
  align-self: flex-start;
}

.WillboCircle__CTA:hover { opacity: 0.65; }

/* ── Photo col — RIGHT, landscape aspect ratio, wall-to-wall ────────────── */
.WillboCircle__Photo {
  overflow: hidden;
  background: var(--w-sand, #E8E4DC);
  aspect-ratio: 4 / 3;
}

.WillboCircle__Photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 1.2s ease;
}

.WillboCircle__Athlete:hover .WillboCircle__Photo img {
  transform: scale(1.02);
}

/* ── Mobile ──────────────────────────────────────────────────────────────── */
@media screen and (max-width: 767px) {
  .WillboCircle__Spread {
    width: 100%;
    margin-left: 0;
    aspect-ratio: 4 / 3;
    max-height: none;
  }

  .WillboCircle__Chapter {
    padding: 20px 0 16px;
  }

  .WillboCircle__Athletes {
    padding: 0 0 60px;
  }

  /* Stack: photo top, text below */
  .WillboCircle__Athlete {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: unset;
    max-height: none;
    overflow: visible;
  }

  /* Photo goes first (row 1) on mobile */
  .WillboCircle__Photo {
    order: -1;
    aspect-ratio: 3 / 4;
  }

  .WillboCircle__Panel {
    padding: 32px 24px 48px;
    justify-content: flex-start;
    overflow: visible;
  }

  .WillboCircle__Foot {
    margin-top: 28px;
    padding-top: 0;
  }

  .WillboCircle__Name {
    font-size: clamp(36px, 10vw, 52px);
  }

  .WillboCircle__Descriptor {
    margin-bottom: 24px;
  }

  .WillboCircle__QA {
    display: flex;
    margin-bottom: 16px;
  }
}

/* ══ END WILLBO CIRCLE ═══════════════════════════════════════════════════════ */


/* ══ WILLBO PROFILE ══════════════════════════════════════════════════════════ */

/* ── 1. Hero — full bleed, tucks to nav ─────────────────────────────────── */
.WillboProfile__Hero {
  position: relative;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-top: 0;
  aspect-ratio: 21 / 9;
  overflow: hidden;
}

.WillboProfile__HeroImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: saturate(0.88) contrast(1.05);
}

.WillboProfile__HeroOverlay {
  position: absolute;
  bottom: 48px;
  left: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.WillboProfile__HeroName {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: clamp(48px, 5vw, 88px);
  font-weight: 300;
  letter-spacing: 0;
  color: var(--w-white, #fff);
  margin: 0 0 8px;
  line-height: 1.0;
  text-shadow: 0 2px 24px rgba(0,0,0,0.3);
  display: block;
  margin-left: -4px;
}

.WillboProfile__HeroDescriptor {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: clamp(20px, 2vw, 36px);
  font-weight: 300;
  letter-spacing: 0;
  color: #C0392B;
  margin: 0;
  text-transform: none;
  display: block;
}

/* ── 2. Vitals row ───────────────────────────────────────────────────────── */
.WillboProfile__Vitals {
  display: flex;
  gap: 0;
  margin-top: 0;
  padding-left: 40px;
  border-top: 1px solid var(--w-border);
  border-bottom: none;
}

.WillboProfile__Rule {
  height: 1px;
  background: var(--w-border);
  margin: 0 40px;
}

.WillboProfile__Vital {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 40px 24px 36px;
  border-right: 1px solid var(--w-border, #D9D5CC);
}

.WillboProfile__Vital:first-child {
  padding-left: 0;
}

.WillboProfile__Vital:last-child {
  border-right: none;
  padding-right: 0;
}

.WillboProfile__VitalLabel {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
}

.WillboProfile__VitalValue {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-black, #111);
  letter-spacing: 0.01em;
}

/* ── 3. Feature bio ──────────────────────────────────────────────────────── */
.WillboProfile__Body {
  padding: 96px 0 0;
  display: flex;
  justify-content: center;
}

.WillboProfile__BodyInner {
  width: 58%;
}

.WillboProfile__BodyInner p {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--w-black, #111);
  margin: 0 0 24px;
}

.WillboProfile__BodyInner p:last-child {
  margin-bottom: 0;
}

/* ── 4. Pull quote ───────────────────────────────────────────────────────── */
.WillboProfile__PullQuote {
  padding: 100px 0;
  display: flex;
  justify-content: center;
}

.WillboProfile__Quote {
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: 1.45;
  color: var(--w-black, #111);
  letter-spacing: -0.01em;
  text-align: center;
  max-width: 680px;
  margin: 0;
  font-style: italic;
}

/* ── 5. Q&A ──────────────────────────────────────────────────────────────── */
.WillboProfile__QA {
  border-top: 1px solid var(--w-border, #D9D5CC);
  padding: 80px 40px 0;
}

.WillboProfile__QAInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 80px;
}

.WillboProfile__QItem {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.WillboProfile__Q {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--w-black, #111);
  margin: 0;
  text-transform: uppercase;
}

.WillboProfile__A {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--w-mid, #888580);
  margin: 0;
}

/* ── 6. Gallery strip ────────────────────────────────────────────────────── */
.WillboProfile__Gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 72px;
  width: calc(100% + 80px);
  margin-left: -40px;
}

.WillboProfile__GalleryItem {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.WillboProfile__GalleryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) contrast(1.04);
  transition: transform 1.2s ease;
}

.WillboProfile__GalleryItem:hover img {
  transform: scale(1.03);
}

/* ── 7. Quiver ticker ──────────────────────────────────────────────────────── */
.WillboProfile__QuiverTicker {
  display: inline-block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.WillboProfile__QuiverTicker--out {
  opacity: 0;
  transform: translateY(-6px);
}

.WillboProfile__QuiverTicker--in {
  opacity: 1;
  transform: translateY(0);
  animation: quiverFadeIn 0.4s ease forwards;
}

@keyframes quiverFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── 8. Video ──────────────────────────────────────────────────────────────── */
.WillboProfile__Video {
  padding: 80px 40px 40px;
}

.WillboProfile__VideoLabel {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
  margin: 0 0 20px;
}

.WillboProfile__VideoEmbed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  background: var(--w-black, #111111);
}

.WillboProfile__VideoEmbed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ── 8. Back link ────────────────────────────────────────────────────────── */
.WillboProfile__Back {
  padding: 64px 0 96px 40px;
  border-top: 1px solid var(--w-border, #D9D5CC);
  margin-top: 40px;
}

.WillboProfile__BackLink {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--w-black, #111);
  text-decoration: none;
  text-transform: uppercase;
}

.WillboProfile__BackLink:hover {
  opacity: 0.5;
}

/* ── Mobile ──────────────────────────────────────────────────────────────── */
@media screen and (max-width: 767px) {
  .WillboProfile__Hero {
    width: 100%;
    margin-left: 0;
    aspect-ratio: 4 / 3;
  }

  .WillboProfile__HeroOverlay {
    bottom: 24px;
    left: 20px;
  }

  .WillboProfile__HeroName {
    font-size: clamp(28px, 8vw, 44px);
    margin-left: -2px;
  }

  .WillboProfile__HeroDescriptor {
    font-size: clamp(14px, 4vw, 22px);
  }

  .WillboProfile__Vitals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .WillboProfile__Vital {
    padding: 20px 16px 16px 0;
    border-right: none;
    border-bottom: 1px solid var(--w-border, #D9D5CC);
  }

  /* Last two vitals (bottom row) — no individual border-bottom, Rule div handles it */
  .WillboProfile__Vital:nth-last-child(1),
  .WillboProfile__Vital:nth-last-child(2) {
    border-bottom: none !important;
    padding-bottom: 20px !important;
  }

  /* Rule sits outside vitals with matching side padding */
  .WillboProfile__Rule {
    margin: 0 20px;
  }

  .WillboProfile__Body {
    padding: 48px 20px 0;
    justify-content: flex-start;
  }

  .WillboProfile__BodyInner {
    width: 100%;
  }

  .WillboProfile__PullQuote {
    padding: 48px 20px;
  }

  .WillboProfile__QA {
    padding: 56px 20px 0;
  }

  .WillboProfile__QAInner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .WillboProfile__Gallery {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-left: 0;
    margin-top: 48px;
  }

  .WillboProfile__Video {
    padding: 56px 20px 56px;
  }

  .WillboProfile__Back {
    padding: 40px 0 60px 20px;
    margin-top: 48px;
  }
}

/* ══ END WILLBO PROFILE ══════════════════════════════════════════════════════ */


/* ══ WILLBO TRADING CARDS ════════════════════════════════════════════════════ */

/* ── 1. Hero ─────────────────────────────────────────────────────────────── */
.WillboTC__Hero {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: var(--w-black, #111111);
}

.WillboTC__HeroImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.WillboTC__HeroPlaceholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #111 100%);
}

.WillboTC__HeroVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* ── Intro band (below video) ────────────────────────────────────────────── */
.WillboTC__Intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 56px 40px 64px;
  border-bottom: 1px solid var(--w-border, #D9D5CC);
}

.WillboTC__IntroLeft {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.WillboTC__IntroRight {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.WillboTC__HeroEyebrow {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C0392B;
  margin: 0 0 12px;
}

.WillboTC__HeroTitle {
  font-family: var(--w-sans, "DM Sans", sans-serif) !important;
  font-size: clamp(22px, 2.2vw, 36px);
  font-weight: 400;
  font-style: normal !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--w-black, #111111);
  line-height: 1;
  margin: 0;
}

.WillboTC__HeroSub {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 300;
  line-height: 1.65;
  color: var(--w-mid, #888580);
  margin: 0;
}

.WillboTC__HeroLinks {
  display: flex;
  gap: 12px;
  align-items: center;
}

.WillboTC__ListenBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid var(--w-black, #111111);
  color: var(--w-black, #111111);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.WillboTC__ListenBtn:hover {
  background: var(--w-black, #111111);
  color: var(--w-white, #ffffff);
}

/* ── 2. Episode Grid ─────────────────────────────────────────────────────── */
.WillboTC__Grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-left: 1px solid var(--w-border, #D9D5CC);
  border-top: 1px solid var(--w-border, #D9D5CC);
  margin: 64px 40px 96px;
}

/* ── 3. Card ─────────────────────────────────────────────────────────────── */
.WillboTC__Card {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--w-border, #D9D5CC);
  border-bottom: 1px solid var(--w-border, #D9D5CC);
  transition: background 0.2s ease;
}

.WillboTC__Card:hover {
  background: var(--w-cream, #F5F3EE);
}

/* Image */
.WillboTC__CardImgWrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
  background: var(--w-sand, #E8E4DC);
}

.WillboTC__CardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.WillboTC__Card:hover .WillboTC__CardImg {
  transform: scale(1.03);
}

.WillboTC__CardImgPlaceholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--w-sand, #E8E4DC) 0%, var(--w-border, #D9D5CC) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.WillboTC__CardImgOverlay {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--w-white, #ffffff);
  padding: 4px 8px;
}

.WillboTC__CardImgOverlay .WillboTC__CardEpNum {
  color: var(--w-black, #111111);
  text-shadow: none;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.WillboTC__CardEpNum {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--w-white, #ffffff);
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.WillboTC__CardImgPlaceholder .WillboTC__CardEpNum {
  font-size: 13px;
  color: var(--w-mid, #888580);
  text-shadow: none;
}

/* Card body */
.WillboTC__CardBody {
  padding: 24px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

/* Guest name + descriptor */
.WillboTC__CardMeta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.WillboTC__CardName {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--w-black, #111111);
  margin: 0;
  line-height: 1.1;
}

.WillboTC__CardDescriptor {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #C0392B;
  margin: 0;
  text-transform: uppercase;
}

/* Vitals */
.WillboTC__CardVitals {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--w-border, #D9D5CC);
  padding-top: 14px;
}

.WillboTC__CardVital {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 16px;
}

.WillboTC__CardVital + .WillboTC__CardVital {
  padding-left: 16px;
  padding-right: 0;
  border-left: 1px solid var(--w-border, #D9D5CC);
}

.WillboTC__CardVitalLabel {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
}

.WillboTC__CardVitalValue {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-black, #111111);
}

/* Excerpt */
.WillboTC__CardExcerpt {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--w-mid, #888580);
  margin: 0;
}

/* Actions */
.WillboTC__CardActions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--w-border, #D9D5CC);
}

.WillboTC__CardRead {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--w-black, #111111);
  text-decoration: none;
  border-bottom: 1px solid var(--w-black, #111111);
  padding-bottom: 1px;
  transition: color 0.2s ease;
}

.WillboTC__CardRead:hover {
  color: var(--w-mid, #888580);
  border-color: var(--w-mid, #888580);
}

.WillboTC__CardListen {
  display: flex;
  gap: 12px;
  align-items: center;
}

.WillboTC__CardListenLink {
  color: var(--w-mid, #888580);
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
}

.WillboTC__CardListenLink:hover {
  color: var(--w-black, #111111);
}

/* ── Tablet ───────────────────────────────────────────────────────────────── */
@media screen and (max-width: 999px) {
  .WillboTC__Hero {
    aspect-ratio: 16 / 9;
  }

  .WillboTC__Intro {
    padding: 40px 24px 48px;
    gap: 32px;
  }

  .WillboTC__Grid {
    margin: 48px 24px 72px;
  }
}

/* ── Mobile ───────────────────────────────────────────────────────────────── */
@media screen and (max-width: 767px) {
  .WillboTC__Hero {
    aspect-ratio: 4 / 3;
  }

  .WillboTC__HeroOverlay {
    padding: 0 20px 32px;
  }

  .WillboTC__Intro {
    grid-template-columns: 1fr;
    padding: 32px 20px 40px;
    gap: 20px;
  }

  .WillboTC__HeroTitle {
    font-size: clamp(18px, 5vw, 26px);
  }

  .WillboTC__HeroSub {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .WillboTC__HeroLinks {
    gap: 10px;
  }

  .WillboTC__ListenBtn {
    font-size: 10px;
    padding: 9px 16px;
  }

  .WillboTC__Grid {
    grid-template-columns: 1fr;
    margin: 32px 0 64px;
    border-left: none;
    border-top: none;
  }

  .WillboTC__Card {
    border-right: none;
    border-left: none;
  }

  .WillboTC__CardImgWrap {
    aspect-ratio: 3 / 2;
  }

  .WillboTC__CardBody {
    padding: 20px 20px 24px;
    gap: 14px;
  }

  .WillboTC__CardName {
    font-size: clamp(24px, 7vw, 32px);
  }
}

/* ══ END WILLBO TRADING CARDS ════════════════════════════════════════════════ */


/* ══ WILLBO TC ARTICLE ═══════════════════════════════════════════════════════ */

/* ── Hero ───────────────────────────────────────────────────── */
.WillboTCA {
  font-family: var(--w-sans);
  color: var(--w-black);
  background: var(--w-white);
}

.WillboTCA__Hero {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: var(--w-black);
  /* Fixed container — every episode hero is identical size regardless of image */
}

@media (max-width: 767px) {
  .WillboTCA__Hero {
    aspect-ratio: 3 / 4;
  }
}

.WillboTCA__HeroImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.WillboTCA__HeroPlaceholder {
  position: absolute;
  inset: 0;
  background: var(--w-black);
}

.WillboTCA__HeroOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 48px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.30) 50%,
    rgba(0,0,0,0.00) 100%
  );
}

@media (max-width: 767px) {
  .WillboTCA__HeroOverlay {
    padding: 32px 24px;
  }
}

.WillboTCA__HeroEyebrow {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  margin: 0 0 10px;
  padding: 0;
}

.WillboTCA__HeroName {
  font-family: var(--w-sans);
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.0;
  color: var(--w-white);
  margin: 0 0 10px -4px;
  padding: 0;
}

.WillboTCA__HeroDesc {
  font-family: var(--w-sans);
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #C0392B;
  margin: 0;
}

/* ── Vitals Row ─────────────────────────────────────────────── */
.WillboTCA__Vitals {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding-left: 40px;
  border-top: 1px solid var(--w-border);
}

@media (max-width: 767px) {
  .WillboTCA__Vitals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.WillboTCA__Vital {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 40px 24px 36px;
  border-right: 1px solid var(--w-border);
}

.WillboTCA__Vital:first-child {
  padding-left: 0;
}

.WillboTCA__Vital:last-child {
  border-right: none;
  padding-right: 0;
}

@media (max-width: 767px) {
  .WillboTCA__Vital {
    padding: 20px 16px 16px 0;
    border-right: none !important;
    border-bottom: 1px solid var(--w-border);
  }

  /* Remove bottom border from last row (both cells) */
  .WillboTCA__Vital:last-child,
  .WillboTCA__Vital:nth-last-child(2) {
    border-bottom: none;
  }
}

.WillboTCA__VitalLabel {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--w-mid);
  display: block;
}

.WillboTCA__VitalValue {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: var(--w-black);
  display: block;
  min-height: 1.4em;
}

/* ── Known For ticker ───────────────────────────────────────── */
.WillboTCA__Ticker {
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.WillboTCA__Ticker--out {
  opacity: 0;
  transform: translateY(-6px);
}

.WillboTCA__Ticker--in {
  animation: tcaTick 0.38s ease forwards;
}

@keyframes tcaTick {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Listen Buttons ─────────────────────────────────────────── */
.WillboTCA__Listen {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 32px 40px;
}

@media (max-width: 767px) {
  .WillboTCA__Listen {
    padding: 24px 20px;
  }
}

.WillboTCA__ListenBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w-black);
  background: transparent;
  border: 1px solid var(--w-black);
  padding: 11px 22px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.WillboTCA__ListenBtn:hover {
  background: var(--w-black);
  color: var(--w-white);
  text-decoration: none;
}

/* ── Rule ───────────────────────────────────────────────────── */
.WillboTCA__Rule {
  height: 1px;
  background: var(--w-border);
  margin: 0 40px;
}

@media (max-width: 767px) {
  .WillboTCA__Rule {
    margin: 0 20px;
  }
}

/* ── Body Content ───────────────────────────────────────────── */
.WillboTCA__Body {
  padding: 96px 0 0;
  display: flex;
  justify-content: center;
}

.WillboTCA__BodyInner {
  width: 58%;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .WillboTCA__Body {
    padding: 48px 20px 0;
    justify-content: flex-start;
  }

  .WillboTCA__BodyInner {
    width: 100%;
    padding-bottom: 60px;
  }
}

.WillboTCA__BodyInner p,
.WillboTCA__BodyInner li {
  font-family: var(--w-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--w-black);
  margin: 0 0 24px;
}

.WillboTCA__BodyInner p:last-child {
  margin-bottom: 0;
}

.WillboTCA__BodyInner h2,
.WillboTCA__BodyInner h3 {
  font-family: var(--w-sans);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--w-black);
  margin: 2.4em 0 0.8em;
}

.WillboTCA__BodyInner blockquote {
  border-left: 2px solid var(--w-black);
  margin: 2em 0;
  padding: 4px 0 4px 24px;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  font-style: normal !important;
  color: var(--w-black);
  line-height: 1.6;
}

.WillboTCA__BodyInner blockquote p {
  font-size: inherit;
  font-style: normal !important;
  margin: 0;
}

/* ── Back Link ──────────────────────────────────────────────── */
.WillboTCA__Back {
  padding: 0 40px 64px;
}

@media (max-width: 767px) {
  .WillboTCA__Back {
    padding: 0 20px 48px;
  }
}

.WillboTCA__BackLink {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w-mid);
  text-decoration: none;
  transition: color 0.2s ease;
}

.WillboTCA__BackLink:hover {
  color: var(--w-black);
  text-decoration: none;
}

/* ══ END WILLBO TC ARTICLE ═══════════════════════════════════════════════════ */



/* ── Last section before footer — kill excess bottom margin on mobile ── */
@media (max-width: 768px) {
  .shopify-section:last-of-type .Section--spacingNormal,
  .shopify-section:last-of-type .Section--spacingLarge,
  .shopify-section:last-of-type > section,
  .shopify-section:last-of-type > .Section {
    margin-bottom: 0 !important;
  }
}


/* ── Mobile New Arrivals: custom nav inline with heading ── */

/* Hide the Slick-injected arrows entirely on mobile */
@media (max-width: 640px) {
  .custom-shopify-section--bordered .Mobile.ProductList--grid .slick-arrow,
  .custom-shopify-section--bordered .Mobile.ProductList--grid .Icon--media-arrow-left,
  .custom-shopify-section--bordered .Mobile.ProductList--grid .Icon--media-arrow-right {
    display: none !important;
  }
}

/* WillboSlickNav — hidden on desktop, shown inline on mobile */
.WillboSlickNav {
  display: none;
}
@media (max-width: 640px) {
  .WillboSlickNav {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
    padding-right: 20px;
    margin-bottom: 2px;
  }
  .WillboSlickNav__Prev,
  .WillboSlickNav__Next {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
    line-height: 0;
    color: var(--w-black);
    opacity: 1;
    transition: opacity 0.2s;
  }
  /* SectionHeader flex so nav sits on same row as heading */
  .custom-shopify-section--bordered .SectionHeader {
    display: flex !important;
    align-items: center !important;
  }
  .custom-shopify-section--bordered .SectionHeader .SectionHeader__Container {
    flex: 1 !important;
  }
}


/* ============================================================
   WILLBO FAQ  (willbo-faq.liquid)
   ============================================================ */

/* ── Shared clock ─────────────────────────────────────────── */
.WillboFAQ__Clock {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 32px;
}
.WillboFAQ__ClockTime {
  font-family: var(--w-sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--w-black);
  font-variant-numeric: tabular-nums;
}
.WillboFAQ__ClockCity {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.10em;
  color: var(--w-mid);
  text-transform: uppercase;
}

/* ── Desktop layout ───────────────────────────────────────── */
.WillboFAQ {
  padding-top: calc(var(--w-nav-h) + 40px);
  padding-bottom: 80px;
  min-height: 100vh;
}
.WillboFAQ__Mobile { display: none; }
.WillboFAQ__Desktop {
  display: flex;
  align-items: flex-start;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Sidebar */
.WillboFAQ__Sidebar {
  flex: 0 0 240px;
  padding-right: 40px;
  position: sticky;
  top: calc(var(--w-nav-h) + 40px);
}
.WillboFAQ__Nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}
.WillboFAQ__NavLink {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.10em;
  color: var(--w-mid);
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid var(--w-border);
  transition: color 0.2s;
  line-height: 1;
}
.WillboFAQ__NavLink:first-child { border-top: 1px solid var(--w-border); }
.WillboFAQ__NavLink:hover {
  color: var(--w-black);
}
.WillboFAQ__NavLink.is-active {
  color: var(--w-black);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.WillboFAQ__BottomText {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--w-mid);
  line-height: 1.6;
}

/* Content pane */
.WillboFAQ__Content {
  flex: 1;
  min-width: 0;
  padding-left: 40px;
  border-left: 1px solid var(--w-border);
}
.WillboFAQ__DefaultImage {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.WillboFAQ__DefaultImage.is-hidden { display: none; }

.WillboFAQ__Panel { display: none; }
.WillboFAQ__Panel.is-active { display: block; }

.WillboFAQ__PanelTitle {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--w-mid);
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--w-border);
}
.WillboFAQ__PanelBody {
  font-family: var(--w-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--w-black);
  max-width: 680px;
}
.WillboFAQ__PanelBody p { margin: 0 0 16px; }
.WillboFAQ__PanelBody h6 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 24px 0 8px;
}
.WillboFAQ__PanelBody a {
  color: var(--w-black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Mobile layout ────────────────────────────────────────── */
@media (max-width: 767px) {
  .WillboFAQ__Desktop { display: none; }
  .WillboFAQ__Mobile  { display: block; }

  .WillboFAQ {
    padding-top: calc(var(--w-nav-h) + 24px);
    padding-bottom: 60px;
  }
  .WillboFAQ__MobileClock {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 0 20px 24px;
  }
  .WillboFAQ__MobileClock .WillboFAQ__ClockTime { font-size: 12px; }
  .WillboFAQ__MobileClock .WillboFAQ__ClockCity { font-size: 11px; }

  .WillboFAQ__Accordion {
    border-top: 1px solid var(--w-border);
  }
  .WillboFAQ__AccItem {
    border-bottom: 1px solid var(--w-border);
    padding: 0 20px;
  }
  .WillboFAQ__AccTrigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 16px 0;
    cursor: pointer;
    gap: 12px;
  }
  .WillboFAQ__AccLabel {
    font-family: var(--w-sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.10em;
    color: var(--w-black);
    text-transform: uppercase;
    text-align: left;
  }
  .WillboFAQ__AccIcon {
    flex-shrink: 0;
    color: var(--w-mid);
    transition: transform 0.25s ease;
    line-height: 0;
  }
  .WillboFAQ__AccItem[aria-expanded="true"] .WillboFAQ__AccIcon {
    transform: rotate(180deg);
  }
  .WillboFAQ__AccBody {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .WillboFAQ__AccBodyInner {
    font-family: var(--w-sans);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--w-black);
    padding-bottom: 20px;
  }
  .WillboFAQ__AccBodyInner p { margin: 0 0 12px; }
  .WillboFAQ__AccBodyInner h6 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 16px 0 6px;
  }
  .WillboFAQ__AccBodyInner a {
    color: var(--w-black);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .WillboFAQ__BottomText--mobile {
    margin: 24px 20px 0;
    font-family: var(--w-sans);
    font-size: 11px;
    font-weight: 300;
    color: var(--w-mid);
    line-height: 1.6;
  }
}


/* ============================================================
   WILLBO CONTACT  (willbo-contact.liquid)
   ============================================================ */

.WillboContact {
  padding-top: calc(var(--w-nav-h) + 40px);
  padding-bottom: 80px;
  min-height: 100vh;
}
.WillboContact__Inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Info panel */
.WillboContact__Info {
  padding-right: 40px;
  position: sticky;
  top: calc(var(--w-nav-h) + 40px);
  align-self: start;
}
.WillboContact__Clock {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
}
.WillboContact__ClockTime {
  font-family: var(--w-sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--w-black);
  font-variant-numeric: tabular-nums;
}
.WillboContact__ClockCity {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.10em;
  color: var(--w-mid);
}
.WillboContact__Divider {
  height: 1px;
  background: var(--w-border);
  margin-bottom: 28px;
}
.WillboContact__Heading {
  font-family: var(--w-sans);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--w-black);
  text-transform: uppercase;
  margin: 0 0 10px;
}
.WillboContact__Subheading {
  font-family: var(--w-sans);
  font-size: 12px;
  font-weight: 300;
  color: var(--w-mid);
  line-height: 1.65;
  margin: 0 0 32px;
  letter-spacing: 0.02em;
}
.WillboContact__Details {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.WillboContact__DetailRow {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 0;
  border-bottom: 1px solid var(--w-border);
}
.WillboContact__DetailRow:first-child {
  border-top: 1px solid var(--w-border);
}
.WillboContact__DetailLabel {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--w-mid);
  text-transform: uppercase;
}
.WillboContact__DetailValue {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-black);
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.5;
  white-space: pre-line;
}
a.WillboContact__DetailValue:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.WillboContact__MailCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  min-width: 150px;
  padding: 11px 18px 10px;
  border: 1px solid var(--w-black);
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--w-black);
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.WillboContact__MailCta:hover {
  background: var(--w-black);
  color: var(--w-white);
}

/* Form panel */
.WillboContact__FormWrap {
  padding-left: 40px;
  border-left: 1px solid var(--w-border);
}
.WillboContactTracker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--w-border);
}
.WillboContactTracker__Kicker {
  margin: 0 0 12px;
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--w-mid);
}
.WillboContactTracker__Copy h2 {
  margin: 0 0 8px;
  font-family: var(--w-sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--w-black);
}
.WillboContactTracker__Copy p:last-child {
  max-width: 360px;
  margin: 0;
  font-family: var(--w-sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.62;
  color: var(--w-mid);
}
.WillboContactTracker__Form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}
.WillboContactTracker__Input {
  width: 100%;
  height: 38px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--w-black);
  border-radius: 0;
  background: transparent;
  font-family: var(--w-sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--w-black);
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.WillboContactTracker__Input::placeholder {
  color: var(--w-mid);
}
.WillboContactTracker__Button {
  height: 38px;
  padding: 0 18px;
  border: 1px solid var(--w-black);
  border-radius: 0;
  background: transparent;
  color: var(--w-black);
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.WillboContactTracker__Button:hover {
  background: var(--w-black);
  color: var(--w-white);
}
.WillboContact__Success {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-black);
  letter-spacing: 0.03em;
  padding: 20px 0;
  border-bottom: 1px solid var(--w-border);
  margin-bottom: 32px;
}
.WillboContact__Errors {
  font-family: var(--w-sans);
  font-size: 12px;
  color: #c0392b;
  margin-bottom: 20px;
}
.WillboContact__Errors p { margin: 0 0 6px; }

.WillboContact__Fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  margin-bottom: 32px;
}
.WillboContact__Field--full { grid-column: 1 / -1; }

.WillboContact__Label {
  display: block;
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--w-mid);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.WillboContact__Input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--w-border);
  border-radius: 0;
  padding: 10px 0;
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-black);
  letter-spacing: 0.02em;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.WillboContact__Input:focus {
  border-bottom-color: var(--w-black);
}
.WillboContact__Input--textarea {
  resize: none;
  line-height: 1.65;
}
.WillboContact__Input--select {
  cursor: pointer;
  padding-right: 28px;
}
.WillboContact__Select {
  position: relative;
}
.WillboContact__SelectArrow {
  position: absolute;
  right: 0;
  bottom: 13px;
  pointer-events: none;
  color: var(--w-mid);
  line-height: 0;
}

.WillboContact__Submit {
  background: var(--w-black);
  color: var(--w-white);
  border: none;
  padding: 14px 40px;
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}
.WillboContact__Submit:hover { opacity: 0.82; }

/* ── Mobile contact ───────────────────────────────────────── */
@media (max-width: 767px) {
  .WillboContact__Inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 40px;
  }
  .WillboContact {
    padding-top: calc(var(--w-nav-h) + 24px);
    padding-bottom: 60px;
  }
  .WillboContact__Info {
    position: static;
    padding-right: 0;
  }
  .WillboContact__FormWrap {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--w-border);
    padding-top: 40px;
  }
  .WillboContactTracker {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
    padding-bottom: 28px;
  }
  .WillboContactTracker__Form {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .WillboContactTracker__Button {
    padding: 0 15px;
  }
  .WillboContact__Fields {
    grid-template-columns: 1fr;
  }
  .WillboContact__Field--half,
  .WillboContact__Field--full {
    grid-column: 1;
  }
  .WillboContact__Submit {
    width: 100%;
    padding: 14px;
  }
  .WillboContact__MailCta {
    width: 100%;
    margin-top: 20px;
  }
}


/* ============================================================
   WILLBO POLICY PAGES
   Native Shopify policy templates — refined editorial styling
   ============================================================ */

.shopify-policy__container {
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: calc(var(--w-nav-h) + 70px) 28px 96px !important;
  color: var(--w-black);
}
.shopify-policy__title {
  max-width: 760px;
  margin: 0 auto 34px !important;
  text-align: left !important;
}
.shopify-policy__title h1 {
  margin: 0 !important;
  font-family: var(--w-sans);
  font-size: clamp(18px, 2.1vw, 28px) !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.22 !important;
  text-transform: uppercase;
  color: var(--w-black);
}
.shopify-policy__body {
  max-width: 760px;
  margin: 0 auto !important;
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 1.78;
  color: var(--w-black);
}
.shopify-policy__body .rte,
.shopify-policy__body .Rte,
.shopify-policy__body {
  font-size: 13px;
  line-height: 1.78;
}
.shopify-policy__body p,
.shopify-policy__body li {
  margin-bottom: 16px;
}
.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body h4 {
  margin: 34px 0 12px;
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--w-black);
}
.shopify-policy__body ul,
.shopify-policy__body ol {
  margin: 0 0 20px 18px;
  padding: 0;
}
.shopify-policy__body a {
  color: var(--w-black);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.shopify-policy__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 12px;
}
.shopify-policy__body th,
.shopify-policy__body td {
  padding: 12px 0;
  border-bottom: 1px solid var(--w-border);
  text-align: left;
  vertical-align: top;
}

.WillboShippingTracker {
  max-width: 760px;
  margin: 0 auto 50px;
  padding: 30px 0 28px;
  border-top: 1px solid var(--w-border);
  border-bottom: 1px solid var(--w-border);
}
.WillboTrackerHiddenLabel {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.WillboShippingTracker__Kicker {
  margin-bottom: 22px;
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--w-mid);
}
.WillboShippingTracker__Grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: 54px;
  align-items: center;
}
.WillboShippingTracker__Copy h2 {
  margin: 0 0 8px;
  font-family: var(--w-sans);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--w-black);
}
.WillboShippingTracker__Copy p {
  max-width: 430px;
  margin: 0;
  font-family: var(--w-sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.65;
  color: var(--w-mid);
}
.WillboShippingTracker__Form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 14px;
  align-items: center;
}
.WillboShippingTracker__Input {
  width: 100%;
  height: 38px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--w-black);
  border-radius: 0;
  background: transparent;
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--w-black);
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.WillboShippingTracker__Input::placeholder {
  color: var(--w-mid);
}
.WillboShippingTracker__Button {
  height: 38px;
  padding: 0 18px;
  border: 1px solid var(--w-black);
  border-radius: 0;
  background: var(--w-black);
  color: var(--w-white);
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.WillboShippingTracker__Button:hover {
  opacity: 0.82;
}
.WillboShippingTracker__Footer {
  display: flex;
  justify-content: space-between;
  gap: 54px;
  margin-top: 20px;
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
  color: var(--w-mid);
}
.WillboShippingTracker__Footer a {
  color: var(--w-black);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 767px) {
  .shopify-policy__container {
    padding: calc(var(--w-nav-h) + 38px) 20px 68px !important;
  }
  .shopify-policy__title {
    margin-bottom: 26px !important;
  }
  .shopify-policy__title h1 {
    font-size: 18px !important;
    letter-spacing: 0.07em !important;
  }
  .shopify-policy__body {
    font-size: 12.5px;
    line-height: 1.72;
  }
  .WillboShippingTracker {
    margin-bottom: 38px;
    padding: 24px 0 22px;
  }
  .WillboShippingTracker__Kicker {
    margin-bottom: 18px;
  }
  .WillboShippingTracker__Grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .WillboShippingTracker__Copy h2 {
    font-size: 16px;
  }
  .WillboShippingTracker__Copy p {
    max-width: none;
  }
  .WillboShippingTracker__Form {
    grid-template-columns: minmax(0, 1fr) 84px;
    gap: 10px;
  }
  .WillboShippingTracker__Button {
    padding: 0 16px;
  }
  .WillboShippingTracker__Footer {
    flex-direction: column;
    gap: 8px;
  }
}


/* ============================================================
   THE CLUBHOUSE  (willbo-clubhouse.liquid)
   VIP portal — immersive private room
   ============================================================ */

/* ── VIP PORTAL ──────────────────────────────────────────── */
.WillboClubhouse {
  background: var(--w-black);
  min-height: 100vh;
  color: var(--w-white);
}

/* Hero */
/* ── VIP Portal ────────────────────────────────────── */
.WillboClubhouse {
  background: var(--w-cream);
  color: var(--w-black);
}

/* 1. Hero */
.WillboClubhouse__Hero {
  position: relative;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.WillboClubhouse__HeroImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.WillboClubhouse__HeroOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}
.WillboClubhouse__HeroContent {
  position: relative;
  z-index: 2;
  padding: 0 clamp(32px, 6vw, 80px) clamp(48px, 7vw, 80px);
}
.WillboClubhouse__HeroEyebrow {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: #4ade80;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.WillboClubhouse__HeroTitle {
  font-family: var(--w-sans);
  font-size: clamp(40px, 7vw, 80px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--w-white);
  margin: 0 0 12px;
  line-height: 1;
}
.WillboClubhouse__HeroSub {
  font-family: var(--w-sans);
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  margin: 0;
  letter-spacing: 0.04em;
}

/* 2. Member Strip */
.WillboClubhouse__MemberStrip {
  background: #111;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.WillboClubhouse__StripDot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
}
.WillboClubhouse__StripText {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  text-align: center;
}
.WillboClubhouse__StripText strong {
  color: #4ade80;
  font-weight: 500;
}

/* 3. Founder's Letter */
.WillboClubhouse__Letter {
  padding: 0;
  background: #f5f3ee;
  display: grid;
  grid-template-columns: 14px 1fr auto;
  min-height: 320px;
  overflow: hidden;
}
/* Left spine — color bar, swappable monthly */
.WillboClubhouse__LetterSpine {
  background: var(--letter-spine, #c0392b);
  width: 14px;
  min-height: 100%;
}
/* Center — the text content */
.WillboClubhouse__LetterContent {
  padding: clamp(40px, 5vw, 64px) clamp(32px, 5vw, 64px);
}
.WillboClubhouse__LetterInner {
  max-width: 680px;
}
/* Right — issue number, rotated */
.WillboClubhouse__LetterIssue {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(32px, 4vw, 64px);
  user-select: none;
}
.WillboClubhouse__LetterIssueNum {
  font-family: var(--w-sans);
  font-size: clamp(64px, 10vw, 140px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #c0392b;
  opacity: 0.18;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .WillboClubhouse__Letter {
    grid-template-columns: 6px 1fr 0px;
    min-height: auto;
    overflow: hidden;
  }
  .WillboClubhouse__LetterSpine {
    width: 6px;
    background: var(--letter-spine, #c0392b) !important;
  }
  .WillboClubhouse__LetterContent {
    padding: clamp(28px, 5vw, 48px) 20px;
  }
  /* Issue number — rotated, ghosted, peeks from right edge on mobile */
  .WillboClubhouse__LetterIssue {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 0 16px 0;
    overflow: visible;
    width: 0;
  }
  .WillboClubhouse__LetterIssueNum {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: clamp(48px, 12vw, 72px);
    font-weight: 300;
    letter-spacing: -0.03em;
    opacity: 0.18;
    white-space: nowrap;
    margin-left: -36px;
  }
}
.WillboClubhouse__LetterMeta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.WillboClubhouse__LetterLabel {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.26em;
  color: var(--w-mid);
  text-transform: uppercase;
}
.WillboClubhouse__LetterDate {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--w-mid);
  text-transform: uppercase;
}
.WillboClubhouse__LetterRule {
  width: 100%;
  height: 1px;
  background: var(--w-border);
  margin-bottom: 36px;
}
.WillboClubhouse__LetterTitle {
  font-family: var(--w-sans);
  font-size: clamp(22px, 3.5vw, 40px);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--w-black);
  margin: 0 0 28px;
  line-height: 1.2;
}
.WillboClubhouse__LetterBody {
  font-family: var(--w-sans);
  font-size: 15px;
  font-weight: 300;
  color: #444;
  line-height: 1.8;
  margin-bottom: 28px;
}
.WillboClubhouse__LetterBody p { margin: 0 0 16px; }
.WillboClubhouse__LetterSig {
  font-family: var(--w-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--w-mid);
  font-style: italic;
  margin: 0;
}
.WillboClubhouse__LetterLink {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--w-black);
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--w-black);
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.WillboClubhouse__LetterLink:hover { opacity: 0.5; }

/* 4. Member Collection */
.WillboClubhouse__Shop {
  padding: clamp(40px, 5vw, 64px) 48px;
  background: var(--w-white);
}
.WillboClubhouse__ShopHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 16px;
  flex-wrap: wrap;
}
.WillboClubhouse__ShopLabel {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.26em;
  color: var(--w-mid);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.WillboClubhouse__ShopTitle {
  font-family: var(--w-sans);
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--w-black);
  margin: 0;
  line-height: 1;
}
.WillboClubhouse__ShopTag {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #4ade80;
  text-transform: uppercase;
}
.WillboClubhouse__Grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.WillboClubhouse__Card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.WillboClubhouse__CardImg {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--w-sand);
}
.WillboClubhouse__CardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.WillboClubhouse__Card:hover .WillboClubhouse__CardImg img {
  transform: scale(1.03);
}
.WillboClubhouse__CardInfo {
  padding: 14px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.WillboClubhouse__CardName {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--w-black);
}
.WillboClubhouse__CardPricing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.WillboClubhouse__CardMemberRow {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.WillboClubhouse__CardMemberLabel {
  font-family: var(--w-sans);
  font-size: 12px;
  font-weight: 300;
  color: var(--w-mid);
  letter-spacing: 0.02em;
}
.WillboClubhouse__CardMember {
  font-family: var(--w-sans);
  font-size: 12px;
  font-weight: 400;
  color: var(--w-black);
}
.WillboClubhouse__CardRetail {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 300;
  color: #c0bbb5;
  text-decoration: line-through;
  text-decoration-color: #c0bbb5;
}
.WillboClubhouse__ShopEmpty p {
  font-family: var(--w-sans);
  font-size: 13px;
  color: var(--w-mid);
}

/* 5. Journal */
.WillboClubhouse__Journal {
  padding: clamp(40px, 5vw, 64px) clamp(20px, 5vw, 80px);
  background: #f5f3ee;
}
.WillboClubhouse__JournalHeader {
  margin-bottom: 32px;
}
.WillboClubhouse__JournalLabel {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.26em;
  color: var(--w-mid);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.WillboClubhouse__JournalTitle {
  font-family: var(--w-sans);
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--w-black);
  margin: 0 0 16px;
  line-height: 1;
}
.WillboClubhouse__JournalRule {
  width: 100%;
  height: 1px;
  background: var(--w-border);
}
.WillboClubhouse__JournalGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.WillboClubhouse__JournalCard {
  text-decoration: none;
  color: inherit;
  display: block;
}
.WillboClubhouse__JournalImg {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--w-sand);
  margin-bottom: 20px;
}
.WillboClubhouse__JournalImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.WillboClubhouse__JournalCard:hover .WillboClubhouse__JournalImg img {
  transform: scale(1.03);
}
.WillboClubhouse__JournalImgEmpty {
  aspect-ratio: 3/2;
  background: var(--w-sand);
  margin-bottom: 20px;
}
.WillboClubhouse__JournalDate {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--w-mid);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.WillboClubhouse__JournalCardTitle {
  font-family: var(--w-sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--w-black);
  margin: 0 0 10px;
  line-height: 1.35;
}
.WillboClubhouse__JournalExcerpt {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-mid);
  line-height: 1.65;
  margin: 0 0 14px;
}
.WillboClubhouse__JournalRead {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--w-black);
  text-transform: uppercase;
}
.WillboClubhouse__JournalEmpty {
  padding: 40px 0;
}
.WillboClubhouse__JournalEmptyText {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-mid);
  font-style: italic;
}

/* 6. The Circle */
/* ────────────────────────────────────────────────────────────────
   HERO MEMBER STAMP
──────────────────────────────────────────────────────────────── */
.WillboClubhouse__HeroStamp {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45); /* faint — library card energy, not a headline */
  margin-top: 14px;
  display: block;
}

/* ────────────────────────────────────────────────────────────────
   THE READING ROOM
──────────────────────────────────────────────────────────────── */
.WillboClubhouse__Reading {
  padding: clamp(40px, 5vw, 64px) clamp(20px, 5vw, 48px);
  background: var(--w-cream);
}
.WillboClubhouse__ReadingHeader {
  margin-bottom: 28px;
}
.WillboClubhouse__ReadingLabel {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--w-mid);
  display: block;
  margin-bottom: 12px;
}
.WillboClubhouse__ReadingTitle {
  font-family: var(--w-sans);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--w-black);
  margin: 0 0 24px;
  line-height: 1.15;
}
.WillboClubhouse__ReadingRule {
  width: 100%;
  height: 1px;
  background: var(--w-border);
}
/* 4-col grid on desktop, 2-col tablet, 1-col mobile */
.WillboClubhouse__ReadingGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--w-border);
}
.WillboClubhouse__ReadingItem {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--w-border);
  text-decoration: none;
  color: var(--w-black);
  transition: opacity 0.2s ease;
  position: relative;
  overflow: hidden;
}
.WillboClubhouse__ReadingItem:last-child { border-right: none; }
.WillboClubhouse__ReadingItem:hover { opacity: 0.75; }
/* Photo — 3:2 landscape, full bleed top of card */
.WillboClubhouse__ReadingImg {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--w-sand);
  flex-shrink: 0;
}
.WillboClubhouse__ReadingImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.WillboClubhouse__ReadingItem:hover .WillboClubhouse__ReadingImg img {
  transform: scale(1.04);
}
/* Text body below photo */
.WillboClubhouse__ReadingBody {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 24px 24px;
  border-top: 1px solid var(--w-border);
}
.WillboClubhouse__ReadingCat {
  font-family: var(--w-sans);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--w-mid);
  margin-bottom: 14px;
  display: block;
}
.WillboClubhouse__ReadingItemTitle {
  font-family: var(--w-sans);
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--w-black);
  line-height: 1.35;
  margin-bottom: 10px;
  flex: 1;
}
.WillboClubhouse__ReadingItemDesc {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 300;
  color: var(--w-mid);
  line-height: 1.6;
  margin-bottom: 20px;
}
.WillboClubhouse__ReadingArrow {
  font-size: 12px;
  color: var(--w-mid);
  display: block;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .WillboClubhouse__ReadingGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .WillboClubhouse__ReadingItem:nth-child(2) { border-right: none; }
  .WillboClubhouse__ReadingItem:nth-child(3) { border-top: 1px solid var(--w-border); border-right: 1px solid var(--w-border); }
  .WillboClubhouse__ReadingItem:nth-child(4) { border-top: 1px solid var(--w-border); border-right: none; }
}
@media (max-width: 640px) {
  .WillboClubhouse__Reading { padding: 48px 0; }
  .WillboClubhouse__ReadingHeader { padding: 0 20px; }
  .WillboClubhouse__ReadingGrid {
    grid-template-columns: 1fr;
  }
  .WillboClubhouse__ReadingItem {
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid var(--w-border);
  }
  .WillboClubhouse__ReadingItem:last-child { border-bottom: none; }
  .WillboClubhouse__ReadingBody { padding: 16px 20px 20px; }
}

/* ────────────────────────────────────────────────────────────────
   MEMBER SPOTLIGHT
──────────────────────────────────────────────────────────────── */
.WillboClubhouse__Spotlight {
  padding: clamp(40px, 5vw, 64px) 48px;
  background: var(--w-cream);
  border-top: 1px solid var(--w-border);
}
.WillboClubhouse__SpotlightInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
  max-width: 1100px;
}
/* Photo — portrait crop, Surfer's Journal column feel */
.WillboClubhouse__SpotlightPhoto {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--w-sand);
}
.WillboClubhouse__SpotlightPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.WillboClubhouse__Spotlight:hover .WillboClubhouse__SpotlightPhoto img {
  transform: scale(1.02);
}
/* Content side */
.WillboClubhouse__SpotlightContent {
  padding: 16px 0;
}
.WillboClubhouse__SpotlightLabel {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--w-mid);
  display: block;
  margin-bottom: 20px;
}
.WillboClubhouse__SpotlightName {
  font-family: var(--w-sans);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--w-black);
  margin: 0 0 8px;
  line-height: 1.05;
  text-transform: uppercase;
}
.WillboClubhouse__SpotlightLocation {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c0392b;
  margin: 0 0 36px;
}
/* The Line — bold editorial opener, who they are */
.WillboClubhouse__SpotlightLine {
  font-family: var(--w-sans);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--w-black);
  line-height: 1.55;
  margin: 0 0 16px;
}
/* The Connection — why they belong, in WillBo voice */
.WillboClubhouse__SpotlightConnection {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-mid);
  line-height: 1.7;
  margin: 0 0 32px;
}
/* Pull Quote — their words, italic, with attribution */
.WillboClubhouse__SpotlightQuote {
  font-family: var(--w-sans);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  color: var(--w-black);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}
.WillboClubhouse__SpotlightAttribution {
  display: block;
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--w-mid);
  margin-top: 12px;
}
/* Mobile: stack photo above text */
@media (max-width: 767px) {
  .WillboClubhouse__Spotlight { padding: 36px 20px; }
  .WillboClubhouse__SpotlightInner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .WillboClubhouse__SpotlightPhoto {
    aspect-ratio: 4 / 5; /* portrait on mobile — matches desktop */
  }
}

/* Portal footer removed — site-wide footer handles bottom of page */

/* Mobile */
@media (max-width: 767px) {
  .WillboClubhouse__Grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Journal — horizontal scroll on mobile, matching collection pattern */
  .WillboClubhouse__Journal {
    padding-left: 0;
    padding-right: 0;
  }
  .WillboClubhouse__JournalHeader {
    padding: 0 20px;
  }
  .WillboClubhouse__JournalGrid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 2px;
    padding: 0 20px;
  }
  .WillboClubhouse__JournalGrid::-webkit-scrollbar { display: none; }
  .WillboClubhouse__JournalCard {
    flex: 0 0 75vw;
    max-width: 300px;
    min-width: 220px;
  }
  /* Progress bar beneath journal scroll on mobile */
  .WillboClubhouse__JournalScrollBar {
    display: block;
    margin: 14px 20px 0;
    height: 1px;
    background: #e8e4dc;
    position: relative;
  }
  .WillboClubhouse__JournalScrollThumb {
    position: absolute;
    top: 0; left: 0;
    height: 1px;
    width: 30%;
    background: #888580;
    transition: left 0.2s ease;
  }
  .WillboClubhouse__ShopHeader {
    flex-direction: column;
    align-items: flex-start;
  }
  .WillboClubhouse__LetterInner {
    max-width: 100%;
  }
}

/* ── The Clubhouse — Gate Wall — Tom Adler book layout ── */
.WillboClubhouseGate {
  position: relative;
  min-height: 100svh;
  background: #f0ede6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* Full inner layout — photo + text side by side */
.WillboClubhouseGate__Inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: clamp(48px, 8vw, 96px) clamp(32px, 6vw, 80px);
  width: 100%;
  max-width: 860px;
}
/* Photo — floated, with generous white margin, feels placed */
.WillboClubhouseGate__PhotoWrap {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4/3;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(0,0,0,0.12);
}
.WillboClubhouseGate__Img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.75);
}
.WillboClubhouseGate__ImgPlaceholder {
  width: 100%;
  height: 100%;
  background: #d8d4cc;
}
/* Text block — typewriter dense, tight leading */
.WillboClubhouseGate__TextBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 560px;
}
.WillboClubhouseGate__CrestImg {
  width: 28px;
  height: auto;
  opacity: 0.5;
  margin-top: 14px;
}
.WillboClubhouseGate__Line {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #1a1814;
  text-transform: uppercase;
  line-height: 1.85;
  margin: 0;
}
.WillboClubhouseGate__LineSpacer {
  height: 10px;
  margin: 0;
}
.WillboClubhouseGate__Action {
  display: inline-block;
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #1a1814;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.85;
  margin: 0;
  transition: opacity 0.2s;
}
.WillboClubhouseGate__Action:hover { opacity: 0.5; }
.WillboClubhouseGate__Action--red {
  color: #c0392b;
}
.WillboClubhouseGate__Action--red:hover { opacity: 0.7; }
.WillboClubhouseGate__ActionSub {
  display: inline-block;
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #888580;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.85;
  margin: 0;
  transition: opacity 0.2s;
}
.WillboClubhouseGate__ActionSub:hover { opacity: 0.6; }
@media (min-width: 768px) {
  .WillboClubhouseGate__Inner {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(48px, 6vw, 80px);
  }
  .WillboClubhouseGate__PhotoWrap {
    flex: 1.4;
    max-width: none;
    aspect-ratio: 3/4;
  }
  .WillboClubhouseGate__TextBlock {
    flex: 1;
    max-width: 240px;
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .WillboClubhouseGate__PhotoWrap {
    aspect-ratio: 4/3;
  }
}

/* ── Mobile ───────────────────────────────────────────────── */
@media (max-width: 767px) {
  .WillboClubhouse__HeroContent {
    padding: 0 24px 52px;
  }
  .WillboClubhouse__WelcomeBar { padding: 14px 24px; }
  .WillboClubhouse__WelcomeInner { gap: 12px; }
  .WillboClubhouse__Editorial { padding: 56px 24px; }
  .WillboClubhouse__Products { padding: 0 24px 72px; }
  .WillboClubhouse__Grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .WillboClubhouse__ProductInfo {
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px 16px;
  }
  .WillboClubhouse__Footer { padding: 28px 24px; }
}

/* ── Green dot easter egg in footer ──────────────────────── */
.WillboFooter__BrandIconLink {
  display: block;
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}
.WillboFooter__BrandIconLink:hover .WillboFooter__BrandImg,
.WillboFooter__BrandIconLink:focus .WillboFooter__BrandImg {
  opacity: 0.85;
  transition: opacity 0.2s;
}

/* ── Clubhouse Journal Article ────────────────────────── */
.WillboJournal {
  background: var(--w-white);
}
.WillboJournal__Hero {
  position: relative;
  height: 70svh;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  background: #0e0d0b;
  overflow: hidden;
}
.WillboJournal__HeroImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55) saturate(0.6);
}
.WillboJournal__HeroOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%);
}
.WillboJournal__HeroContent {
  position: relative;
  z-index: 2;
  padding: 0 clamp(32px, 6vw, 80px) clamp(40px, 6vw, 64px);
  width: 100%;
}
.WillboJournal__BackLink {
  display: inline-block;
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
  transition: color 0.2s;
}
.WillboJournal__BackLink:hover { color: rgba(255,255,255,0.8); }
.WillboJournal__HeroLabel {
  display: block;
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.26em;
  color: #4ade80;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.WillboJournal__HeroTitle {
  font-family: var(--w-sans);
  font-size: clamp(28px, 5vw, 60px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--w-white);
  margin: 0 0 14px;
  line-height: 1.1;
  max-width: 800px;
}
.WillboJournal__HeroMeta {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  margin: 0;
}
/* Article Body */
.WillboJournal__Body {
  padding: clamp(56px, 8vw, 100px) clamp(32px, 6vw, 80px);
}
.WillboJournal__BodyInner {
  max-width: 680px;
}
.WillboJournal__Letteropener {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--w-mid);
  font-style: italic;
  margin: 0 0 32px;
}
.WillboJournal__Content {
  font-family: var(--w-sans);
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.85;
}
.WillboJournal__Content p { margin: 0 0 24px; }
.WillboJournal__Content h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 40px 0 16px;
  color: var(--w-black);
}
.WillboJournal__Content img {
  width: 100%;
  height: auto;
  margin: 32px 0;
}
.WillboJournal__Sig {
  font-family: var(--w-sans);
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: var(--w-mid);
  margin: 32px 0 0;
}
.WillboJournal__Footer {
  margin-top: 64px;
}
.WillboJournal__FooterRule {
  width: 100%;
  height: 1px;
  background: var(--w-border);
  margin-bottom: 28px;
}
.WillboJournal__FooterRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.WillboJournal__FooterBack {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: var(--w-black);
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s;
}
.WillboJournal__FooterBack:hover { opacity: 0.5; }
.WillboJournal__FooterIcon {
  width: 24px;
  height: auto;
  opacity: 0.25;
}
@media (max-width: 767px) {
  .WillboJournal__Body {
    padding: 48px 24px;
  }
  .WillboJournal__BodyInner {
    max-width: 100%;
  }
}

/* ─── CLUBHOUSE PORTAL — FIX PATCH ───────────────────────────────────────── */

/* Founder's Letter — Read More link */
.WillboClubhouse__LetterReadMore {
  display: inline-block;
  margin-top: 28px;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--w-black);
  text-decoration: none;
  border-bottom: 1px solid rgba(17,17,17,0.25);
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}
.WillboClubhouse__LetterReadMore:hover {
  border-color: var(--w-black);
}

/* Journal — View All footer */
.WillboClubhouse__JournalFooter {
  margin-top: 40px;
  text-align: center;
}
.WillboClubhouse__JournalViewAll {
  display: inline-block;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w-black, #111);
  text-decoration: none;
  border-bottom: 1px solid rgba(17,17,17,0.25);
  padding-bottom: 2px;
  margin-bottom: 24px;
  transition: border-color 0.2s ease;
}
.WillboClubhouse__JournalViewAll:hover {
  border-color: var(--w-black, #111);
}


/* ─── MEMBER COLLECTION HEADER — LABEL ROW RESTYLE ──────────────────────── */

/* Label + tag on same row, aligned baseline */
.WillboClubhouse__ShopLabelRow {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px;
}

/* Override old ShopHeader flex — no longer space-between */
.WillboClubhouse__ShopHeader {
  display: block;
  margin-bottom: 32px;
}

/* Tag now lives inline next to "CLUBHOUSE" label — quiet, not loud */
.WillboClubhouse__ShopTag {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
  /* remove any green color override from prior rule */
  color: var(--w-mid, #888580) !important;
  position: static;
  background: none;
  border: none;
  padding: 0;
}


/* ─── CLUBHOUSE ANNOUNCEMENT BAR ─────────────────────────────────────────── */

.WillboClubhouse__AnnoBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 36px;
  padding: 0 20px;
}

.WillboClubhouse__AnnoBarText {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

.WillboClubhouse__AnnoBarDot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
}

/* Push page content down by bar height so nothing hides under it */
body:has(#willbo-clubhouse-bar) {
  padding-top: 36px;
}


/* ─── CLUBHOUSE PAGE — NAV STICKY FIX ───────────────────────────────────── */
/* When the clubhouse bar is present, push the nav down below it */
body:has(#willbo-clubhouse-bar) .Header,
body:has(#willbo-clubhouse-bar) .shopify-section-header,
body:has(#willbo-clubhouse-bar) [data-section-type="header"] {
  position: sticky !important;
  top: 36px !important;
  z-index: 9998 !important;
}

/* Also account for any theme wrapper that holds the header section */
body:has(#willbo-clubhouse-bar) #shopify-section-header {
  position: sticky !important;
  top: 36px !important;
  z-index: 9998 !important;
}


/* ─── VIP CART NOTE ──────────────────────────────────────────────────────── */
#willbo-vip-cart-note {
  margin-bottom: 10px;
  text-align: center;
}
.WillboVipCartNote {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4ade80;
  display: inline-block;
}


/* ─── CART DRAWER — PREMIUM SERVICE POLISH ─────────────────────────────── */
#sidebar-cart .Cart__ShippingNotice {
  border-bottom: 1px solid var(--w-border, #d9d5cc);
}
#sidebar-cart .Cart__ShippingNotice p {
  margin: 0;
  padding: 14px 0 13px;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 1.35;
  color: var(--w-mid, #8f8a82);
}
#sidebar-cart .Drawer__Footer {
  padding-top: 24px;
}
#sidebar-cart .Cart__NoteButton {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: var(--w-black, #111);
}
#sidebar-cart .Cart__Taxes {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--w-mid, #8f8a82);
}
#sidebar-cart .Cart__Checkout {
  min-height: 58px;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

@media (max-width: 767px) {
  #sidebar-cart .Cart__ShippingNotice p {
    font-size: 12.5px;
    padding: 13px 0 12px;
  }
  #sidebar-cart .Drawer__Footer {
    padding-top: 22px;
  }
  #sidebar-cart .Cart__Taxes {
    margin-bottom: 22px;
  }
}


/* ─── MEMBER COLLECTION — CAROUSEL OVERRIDES ─────────────────────────────── */

/* Section wrapper — match Prestige section spacing + 48px side padding */
.WillboClubhouse__Shop {
  padding: clamp(48px, 7vw, 96px) 0 !important; /* override old padding — Prestige handles inner */
  background: var(--w-white);
}

/* Section header sits inside the 48px grid */
.WillboClubhouse__ShopSectionHeader {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

/* Desktop carousel card sizing — 3 visible at once with peek */
.WillboClubhouse__Carousel.Desktop .Carousel__Cell {
  width: calc(33.333% - 2px);
}

/* Card image ratio — keep 3/4 portrait */
.WillboClubhouse__Card .WillboClubhouse__CardImg {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--w-sand);
}
.WillboClubhouse__Card .WillboClubhouse__CardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.WillboClubhouse__Card:hover .WillboClubhouse__CardImg img {
  transform: scale(1.03);
}

/* Card info — match existing member pricing styles */
.WillboClubhouse__Card .WillboClubhouse__CardInfo {
  padding: 12px 0 0;
}
.WillboClubhouse__Card .WillboClubhouse__CardName {
  display: block;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--w-black);
  margin-bottom: 6px;
}
.WillboClubhouse__Card .WillboClubhouse__CardPricing {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.WillboClubhouse__Card .WillboClubhouse__CardMemberRow {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.WillboClubhouse__Card .WillboClubhouse__CardMemberLabel {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 300;
  color: var(--w-mid);
}
.WillboClubhouse__Card .WillboClubhouse__CardMember {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 400;
  color: var(--w-black);
}
.WillboClubhouse__Card .WillboClubhouse__CardRetail {
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-size: 10px;
  font-weight: 300;
  color: #c0bbb5;
  text-decoration: line-through;
}

/* Mobile: Slick slider shows 2 cards */
@media (max-width: 767px) {
  .WillboClubhouse__ShopSectionHeader {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}


/* ─── MEMBER COLLECTION — HEADER + SCROLLBAR FIX ─────────────────────────── */

/* Make header flex row: label+title left, arrows right */
.WillboClubhouse__ShopSectionHeader {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  padding-bottom: 24px !important;
}

.WillboClubhouse__ShopSectionHeader .SectionHeader__Container {
  flex: 1 1 auto;
}

/* Keep arrows on same row, vertically centered */
.WillboClubhouse__ShopSectionHeader .WillboSlickNav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Hide native scrollbar on the carousel track */
.WillboClubhouse__Carousel.Desktop,
.WillboClubhouse__Carousel.Desktop .ProductList--carousel {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
}
.WillboClubhouse__Carousel.Desktop::-webkit-scrollbar,
.WillboClubhouse__Carousel.Desktop .ProductList--carousel::-webkit-scrollbar {
  display: none;
}

/* Also hide on Prestige's Carousel wrapper */
.WillboClubhouse__Shop .Carousel {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.WillboClubhouse__Shop .Carousel::-webkit-scrollbar {
  display: none;
}

/* Remove the bottom scrollbar line that Prestige adds */
.WillboClubhouse__Shop .ProductList--carousel::after,
.WillboClubhouse__Shop .Carousel::after {
  display: none !important;
}


/* ─── MEMBER COLLECTION — CLEAN CSS SCROLL (replaces carousel) ───────────── */

.WillboClubhouse__Shop {
  padding: clamp(48px, 7vw, 96px) 0 !important;
  background: var(--w-white);
}

/* Header: label+title left, arrows right — 48px side padding matches nav */
.WillboClubhouse__ShopHeader {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  padding: 0 48px 24px !important;
  margin-bottom: 0 !important;
}

/* Arrow buttons */
.WillboClubhouse__ShopArrows {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 4px;
}
.WillboClubhouse__ShopArrow {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: var(--w-black);
  line-height: 1;
  transition: opacity 0.2s ease;
}
.WillboClubhouse__ShopArrow:hover { opacity: 0.5; }

/* ScrollWrap — position:relative so masks can anchor to it */
.WillboClubhouse__ScrollWrap {
  width: 100%;
  position: relative;
}
/* Left + right masks — white rectangles that sit over cards bleeding into gutters */
.WillboClubhouse__ScrollWrap::before,
.WillboClubhouse__ScrollWrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 20px; /* stops above progress bar */
  width: 48px;
  z-index: 2;
  pointer-events: none;
}
.WillboClubhouse__ScrollWrap::before {
  left: 0;
  background: var(--w-white);
}
.WillboClubhouse__ScrollWrap::after {
  right: 0;
  background: var(--w-white);
}

/* Scroll track — pure free-scroll */
.WillboClubhouse__ScrollTrack {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 2px;
  padding-left: 48px;  /* initial indent — first card starts at gutter */
  padding-right: 48px; /* right breathing room */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.WillboClubhouse__ScrollTrack::-webkit-scrollbar {
  display: none;
}
.WillboClubhouse__ScrollTrack .WillboClubhouse__Card:first-child { margin-left: 0; }
.WillboClubhouse__ScrollTrack .WillboClubhouse__Card:last-child  { margin-right: 0; }

/* Each card — 4 visible on desktop, calc against full viewport */
.WillboClubhouse__ScrollTrack .WillboClubhouse__Card {
  flex: 0 0 calc(25vw - 26px); /* ~4 cards: 4×25vw minus gaps/margins */
  max-width: 320px;
  min-width: 200px;
  text-decoration: none;
  color: inherit;
  display: block;
}

/* ── Progress bar — matches home page Custom Collections aesthetic ── */
.WillboClubhouse__ProgressBar {
  position: relative;
  margin: 16px 48px 0;
  height: 1px;
  background: #e8e4dc; /* light sand — matches home page track */
}
.WillboClubhouse__ProgressThumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #888580; /* mid-grey — matches home page Prestige thumb, not full black */
  transition: left 0.2s ease, width 0.2s ease;
  will-change: left, width;
}

/* Mobile: show ~2 cards */
@media (max-width: 767px) {
  .WillboClubhouse__ShopHeader {
    padding: 0 20px 20px !important;
    text-align: left;
    align-items: flex-start !important;
  }
  .WillboClubhouse__ShopArrows { display: none; }
  .WillboClubhouse__ScrollWrap::before,
  .WillboClubhouse__ScrollWrap::after { width: 20px; }
  .WillboClubhouse__ScrollTrack {
    padding-left: 20px;
    padding-right: 20px;
  }
  .WillboClubhouse__ScrollTrack .WillboClubhouse__Card {
    flex: 0 0 calc(50vw - 12px);
    max-width: none;
  }
  .WillboClubhouse__ProgressBar {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Tablet: show 3 */
@media (min-width: 768px) and (max-width: 1024px) {
  .WillboClubhouse__ScrollTrack .WillboClubhouse__Card {
    flex: 0 0 calc(33.333vw - 18px);
    max-width: none;
  }
}


/* ─────────────────────────────────────────────────────────────────────────────
   CLUBHOUSE JOURNAL INDEX PAGE (blog.clubhouse-journal)
───────────────────────────────────────────────────────────────────────────── */
.WillboClubhouseJournal {
  background: var(--w-cream);
  min-height: 80vh;
  padding: clamp(48px, 6vw, 80px) clamp(32px, 6vw, 80px);
}
.WillboClubhouseJournal__Header {
  max-width: 800px;
  margin-bottom: 40px;
}
.WillboClubhouseJournal__Back {
  font-family: var(--w-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--w-mid);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 28px;
  transition: color 0.2s;
}
.WillboClubhouseJournal__Back:hover { color: var(--w-black); }
.WillboClubhouseJournal__Label {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.26em;
  color: var(--w-mid);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.WillboClubhouseJournal__Title {
  font-family: var(--w-sans);
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--w-black);
  margin: 0 0 16px;
  line-height: 1.05;
}
.WillboClubhouseJournal__Blurb {
  font-family: var(--w-sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--w-mid);
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 560px;
}
.WillboClubhouseJournal__Rule {
  width: 100%;
  height: 1px;
  background: var(--w-border);
  margin-top: 8px;
}
/* Grid — 3 col desktop, 2 tablet, 1 mobile */
.WillboClubhouseJournal__Grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
@media (max-width: 900px) {
  .WillboClubhouseJournal__Grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .WillboClubhouseJournal__Grid { grid-template-columns: 1fr; gap: 32px; }
}
.WillboClubhouseJournal__Card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.WillboClubhouseJournal__CardImg {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--w-sand);
  margin-bottom: 16px;
}
.WillboClubhouseJournal__CardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.WillboClubhouseJournal__Card:hover .WillboClubhouseJournal__CardImg img {
  transform: scale(1.03);
}
.WillboClubhouseJournal__CardImgEmpty {
  width: 100%;
  height: 100%;
  background: var(--w-sand);
}
.WillboClubhouseJournal__CardBody { padding: 0; }
.WillboClubhouseJournal__CardDate {
  font-family: var(--w-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--w-mid);
  display: block;
  margin-bottom: 8px;
}
.WillboClubhouseJournal__CardTitle {
  font-family: var(--w-sans);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--w-black);
  margin: 0 0 10px;
  line-height: 1.2;
}
.WillboClubhouseJournal__CardExcerpt {
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-mid);
  line-height: 1.65;
  margin: 0 0 12px;
}
.WillboClubhouseJournal__CardRead {
  font-family: var(--w-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--w-black);
  text-transform: uppercase;
}
.WillboClubhouseJournal__Empty {
  padding: 60px 0;
  font-family: var(--w-sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--w-mid);
  font-style: italic;
}
.WillboClubhouseJournal__Pagination {
  margin-top: 64px;
  text-align: center;
}


/* ============================================================
   PARAGON SPORTS — Agency Lookbook Page
   willbo-paragon.liquid
   ============================================================ */

.WillboParagon {
  background: var(--w-cream, #F5F3EE);
  min-height: 100vh;
  font-family: var(--w-sans, "DM Sans", sans-serif);
}

/* ── Gate Wall ─────────────────────────────────────────────── */
.WillboParagon__Gate {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 24px;
  background: var(--w-cream, #F5F3EE);
}

.WillboParagon__GateInner {
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.WillboParagon__GateLogo {
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.WillboParagon__GateLabel {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
  margin-bottom: 12px;
}

.WillboParagon__GateHeading {
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--w-black, #111111);
  margin: 0 0 10px;
  line-height: 1.2;
}

.WillboParagon__GateSub {
  font-size: 13px;
  font-weight: 300;
  color: var(--w-mid, #888580);
  margin: 0 0 36px;
  line-height: 1.6;
}

.WillboParagon__GateForm {
  width: 100%;
}

.WillboParagon__GateInputWrap {
  display: flex;
  gap: 0;
  border: 1px solid var(--w-border, #D9D5CC);
  background: #fff;
  overflow: hidden;
}

.WillboParagon__GateInput {
  flex: 1;
  padding: 14px 18px;
  font-size: 13px;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  font-weight: 400;
  color: var(--w-black, #111111);
  background: transparent;
  border: none;
  outline: none;
  letter-spacing: 0.05em;
}

.WillboParagon__GateInput::placeholder {
  color: var(--w-mid, #888580);
  letter-spacing: 0.08em;
  font-size: 12px;
}

.WillboParagon__GateBtn {
  padding: 14px 22px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--w-black, #111111);
  border: none;
  cursor: pointer;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  transition: opacity 0.2s;
  white-space: nowrap;
}

.WillboParagon__GateBtn:hover {
  opacity: 0.8;
}

.WillboParagon__GateError {
  display: none;
  font-size: 11px;
  color: #c0392b;
  margin: 10px 0 0;
  letter-spacing: 0.04em;
}

.WillboParagon__GateContact {
  margin: 28px 0 0;
  font-size: 12px;
  color: var(--w-mid, #888580);
}

.WillboParagon__GateContact a {
  color: var(--w-black, #111111);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Lookbook Header ───────────────────────────────────────── */
.WillboParagon__Header {
  padding: 48px 48px 0;
  max-width: 1400px;
  margin: 0 auto;
}

.WillboParagon__HeaderTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.WillboParagon__HeaderLogoWrap {
  display: flex;
  align-items: center;
}

.WillboParagon__LogoutBtn {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--w-sans, "DM Sans", sans-serif);
  transition: color 0.2s;
  padding: 0;
}

.WillboParagon__LogoutBtn:hover {
  color: var(--w-black, #111111);
}

.WillboParagon__HeaderDivider {
  width: 100%;
  height: 1px;
  background: var(--w-border, #D9D5CC);
  margin-bottom: 24px;
}

.WillboParagon__HeaderMeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.WillboParagon__HeaderLabel {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
}

.WillboParagon__HeaderSeason {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--w-mid, #888580);
}

.WillboParagon__LookbookHeading {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--w-black, #111111);
  margin: 0 0 10px;
  line-height: 1.1;
}

.WillboParagon__LookbookSub {
  font-size: 14px;
  font-weight: 300;
  color: var(--w-mid, #888580);
  margin: 0 0 48px;
  line-height: 1.6;
  max-width: 480px;
}

/* ── Product Grid ──────────────────────────────────────────── */
.WillboParagon__Grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 0 48px 2px;
  max-width: 1400px;
  margin: 0 auto;
}

.WillboParagon__Card {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.WillboParagon__CardImageWrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--w-sand, #E8E4DC);
}

.WillboParagon__CardImage,
.WillboParagon__CardImageHover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

.WillboParagon__CardImageHover {
  opacity: 0;
}

.WillboParagon__Card:hover .WillboParagon__CardImageHover {
  opacity: 1;
}

.WillboParagon__CardInfo {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  justify-content: space-between;
}

.WillboParagon__CardType {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--w-mid, #888580);
  margin: 0 0 4px;
}

.WillboParagon__CardTitle {
  font-size: 15px;
  font-weight: 400;
  color: var(--w-black, #111111);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.WillboParagon__CardBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.WillboParagon__CardPrice {
  font-size: 13px;
  font-weight: 400;
  color: var(--w-black, #111111);
  letter-spacing: 0.02em;
}

.WillboParagon__InquireBtn {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--w-black, #111111);
  border: 1px solid var(--w-border, #D9D5CC);
  padding: 9px 16px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.WillboParagon__InquireBtn:hover {
  background: var(--w-black, #111111);
  color: #fff;
  border-color: var(--w-black, #111111);
}

/* ── Empty State ───────────────────────────────────────────── */
.WillboParagon__Empty {
  padding: 80px 48px;
  text-align: center;
  color: var(--w-mid, #888580);
  font-size: 14px;
  font-weight: 300;
}

/* ── Footer Strip ──────────────────────────────────────────── */
.WillboParagon__FooterStrip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  margin-top: 64px;
  border-top: 1px solid var(--w-border, #D9D5CC);
  font-size: 11px;
  color: var(--w-mid, #888580);
  letter-spacing: 0.04em;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.WillboParagon__FooterStrip a {
  color: var(--w-mid, #888580);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Mobile ────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .WillboParagon__Header {
    padding: 32px 20px 0;
  }

  .WillboParagon__LookbookSub {
    margin-bottom: 32px;
  }

  .WillboParagon__Grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    padding: 0 0 2px;
  }

  .WillboParagon__CardInfo {
    padding: 16px 16px 20px;
  }

  .WillboParagon__CardBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .WillboParagon__InquireBtn {
    width: 100%;
    text-align: center;
  }

  .WillboParagon__FooterStrip {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 24px 20px;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .WillboParagon__Grid {
    grid-template-columns: 1fr;
  }
}

.WillboParagon__GateLogoImg {
  width: 64px;
  height: auto;
  display: block;
}

.WillboParagon__HeaderLogoImg {
  width: 48px;
  height: auto;
  display: block;
}


/* ============================================================
   MATERIAL GUIDE — Product Page Accordion
   Matches WillboFitGuide editorial style
   ============================================================ */

.WillboMaterialGuide {
  padding: 4px 0 20px;
}

/* Fabric card header */
.WillboMaterialGuide__Card {
  margin-bottom: 24px;
}

.WillboMaterialGuide__FabricName {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}

.WillboMaterialGuide__Meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}

.WillboMaterialGuide__MetaItem {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888580;
}

.WillboMaterialGuide__MetaDot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #D9D5CC;
  flex-shrink: 0;
}

.WillboMaterialGuide__Divider {
  border: none;
  border-top: 1px solid #E8E4DC;
  margin: 0 0 20px;
}

/* Attribute bars — reuses same pill/track logic as FitGuide */
.WillboMaterialGuide__Attr {
  margin-bottom: 20px;
}

.WillboMaterialGuide__AttrName {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 10px;
}

.WillboMaterialGuide__Track {
  position: relative;
  height: 3px;
  border-radius: 0;
  margin-bottom: 8px;
  background: #D9D5CC;
}

.WillboMaterialGuide__Pill {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #111111;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.WillboMaterialGuide__Labels {
  display: flex;
  justify-content: space-between;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888580;
}

/* ─── Hide COLLECTIONS nav item on desktop (not part of main nav) ─── */
.HorizontalList__Item[data-nav="collections"] {
  display: none !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   WILLBO PODCASTS — Audio journal landing
   Keeps the banner film, cleans the episode archive below
   ═══════════════════════════════════════════════════════════════════════════ */
.Blog--podcasts {
  font-family: var(--w-sans) !important;
  background: #ffffff !important;
}

.Blog--podcasts .Container {
  max-width: none !important;
  padding: 0 24px !important;
}

.Blog--podcasts .PageHeader {
  margin: 58px 0 0 !important;
}

.Blog--podcasts .SectionHeader {
  text-align: left !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.18fr) !important;
  column-gap: 40px !important;
  align-items: end !important;
  border-bottom: 1px solid rgba(17,17,17,0.9) !important;
  padding-bottom: 18px !important;
}

.Blog--podcasts .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: clamp(54px, 10vw, 142px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.065em !important;
  line-height: 0.86 !important;
  text-transform: none !important;
  color: var(--w-black, #111111) !important;
  margin: 0 !important;
}

.Blog--podcasts .SectionHeader::after {
  content: "Conversations, recordings, and field notes from the Willbo circle." !important;
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.6 !important;
  text-transform: uppercase !important;
  color: var(--w-mid, #888580) !important;
  max-width: 280px !important;
}

.Blog--podcasts .WillboPodcastIntro {
  display: grid !important;
  grid-template-columns: minmax(180px, 0.25fr) minmax(0, 0.55fr) minmax(180px, 0.2fr) !important;
  gap: 28px !important;
  align-items: start !important;
  padding: 22px 0 72px !important;
}

.Blog--podcasts .WillboPodcastIntro__Kicker,
.Blog--podcasts .WillboPodcastIntro__Meta {
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  line-height: 1.45 !important;
  text-transform: uppercase !important;
  color: var(--w-mid, #888580) !important;
}

.Blog--podcasts .WillboPodcastIntro__Meta {
  text-align: right !important;
}

.Blog--podcasts .WillboPodcastIntro__Text {
  font-family: var(--w-sans) !important;
  font-size: clamp(18px, 2.1vw, 30px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.22 !important;
  color: var(--w-black, #111111) !important;
  margin: 0 !important;
  max-width: 780px !important;
}

.Blog--podcasts .WillboPodcastGrid {
  padding: 0 0 110px !important;
}

.Blog--podcasts .WillboPodcastGrid .ArticleList {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  column-gap: 20px !important;
  row-gap: 56px !important;
  margin: 0 !important;
}

.Blog--podcasts .WillboPodcastCard {
  grid-column: span 4 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr) !important;
  gap: 16px !important;
  align-items: start !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(17,17,17,0.22) !important;
}

.Blog--podcasts .WillboPodcastCard--lead {
  grid-column: span 12 !important;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr) !important;
  gap: 28px !important;
  padding: 24px 0 !important;
  border-top: 1px solid rgba(17,17,17,0.9) !important;
  border-bottom: 1px solid rgba(17,17,17,0.9) !important;
}

.Blog--podcasts .WillboPodcastCard__ImageLink {
  display: block !important;
  overflow: hidden !important;
  background: var(--w-sand, #E8E4DC) !important;
  aspect-ratio: 1 / 1 !important;
}

.Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__ImageLink {
  aspect-ratio: 16 / 9 !important;
}

.Blog--podcasts .WillboPodcastCard__Image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  filter: saturate(0.96) contrast(1.02) !important;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.Blog--podcasts .WillboPodcastCard:hover .WillboPodcastCard__Image {
  transform: scale(1.035) !important;
}

.Blog--podcasts .WillboPodcastCard__Body {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
}

.Blog--podcasts .WillboPodcastCard__Eyebrow {
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
  color: var(--w-mid, #888580) !important;
  margin-bottom: 12px !important;
}

.Blog--podcasts .WillboPodcastCard__Title,
.Blog--podcasts .WillboPodcastCard__Title a {
  font-family: var(--w-sans) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.18 !important;
  text-transform: none !important;
  color: var(--w-black, #111111) !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__Title,
.Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__Title a {
  font-size: clamp(34px, 4.8vw, 70px) !important;
  letter-spacing: -0.045em !important;
  line-height: 0.96 !important;
}

.Blog--podcasts .WillboPodcastCard__Excerpt {
  font-family: var(--w-sans) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.65 !important;
  color: var(--w-mid, #888580) !important;
  margin: 10px 0 18px !important;
}

.Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__Excerpt {
  font-size: 15px !important;
  line-height: 1.75 !important;
  max-width: 460px !important;
  margin-top: 18px !important;
}

.Blog--podcasts .WillboPodcastCard__Link {
  margin-top: auto !important;
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--w-black, #111111) !important;
  text-decoration: none !important;
}

.Blog--podcasts .Pagination {
  border: 0 !important;
  padding-bottom: 80px !important;
}

@media screen and (max-width: 999px) {
  .Blog--podcasts .SectionHeader,
  .Blog--podcasts .WillboPodcastIntro {
    grid-template-columns: 1fr !important;
  }

  .Blog--podcasts .SectionHeader::after,
  .Blog--podcasts .WillboPodcastIntro__Meta {
    text-align: left !important;
  }

  .Blog--podcasts .WillboPodcastGrid .ArticleList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .Blog--podcasts .WillboPodcastCard,
  .Blog--podcasts .WillboPodcastCard--lead {
    grid-column: span 1 !important;
    grid-template-columns: 1fr !important;
  }

  .Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__ImageLink {
    aspect-ratio: 1 / 1 !important;
  }
}

@media screen and (max-width: 599px) {
  .Blog--podcasts .Container {
    padding: 0 16px !important;
    overflow: hidden !important;
  }

  .Blog--podcasts .PageHeader {
    margin: 38px 0 0 !important;
  }

  .Blog--podcasts .SectionHeader__Heading {
    font-size: clamp(48px, 17vw, 76px) !important;
  }

  .Blog--podcasts .WillboPodcastIntro {
    gap: 18px !important;
    padding: 18px 0 48px !important;
  }

  .Blog--podcasts .WillboPodcastIntro__Text {
    font-size: 20px !important;
  }

  .Blog--podcasts .WillboPodcastGrid .ArticleList,
  .Blog--podcasts .WillboPodcastGrid .ArticleList.ArticleList--withFeatured {
    grid-template-columns: 1fr !important;
    row-gap: 38px !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .Blog--podcasts .WillboPodcastCard {
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr) !important;
    gap: 14px !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .Blog--podcasts .WillboPodcastCard--lead {
    grid-template-columns: 1fr !important;
  }

  .Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__Title,
  .Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__Title a {
    font-size: 34px !important;
  }

  .Blog--podcasts .WillboPodcastCard__Title,
  .Blog--podcasts .WillboPodcastCard__Title a {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 599px) {
  body.template-blog .Blog--podcasts .WillboPodcastGrid .ArticleList.ArticleList--withFeatured {
    margin-left: 0 !important;
  }

  body.template-blog .Blog--podcasts .WillboPodcastCard--lead,
  body.template-blog .Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__Title {
    transform: translateX(0) !important;
  }
}

/* Podcasts reset: quieter Noah / Surfer's Journal archive treatment. */
.Blog--podcasts .Container {
  max-width: none !important;
  padding: 0 50px !important;
}

.Blog--podcasts .PageHeader {
  margin: 54px 0 34px !important;
}

.Blog--podcasts .SectionHeader {
  display: block !important;
  text-align: left !important;
  border: 0 !important;
  padding: 0 !important;
}

.Blog--podcasts .SectionHeader::after {
  display: none !important;
  content: none !important;
}

.Blog--podcasts .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  font-size: clamp(34px, 4.6vw, 64px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.045em !important;
  line-height: 0.98 !important;
  text-transform: none !important;
  color: var(--w-black, #111111) !important;
  margin: 0 !important;
}

.Blog--podcasts .WillboPodcastIntro {
  display: none !important;
}

.Blog--podcasts .WillboPodcastGrid {
  padding: 0 0 110px !important;
}

.Blog--podcasts .WillboPodcastGrid .ArticleList,
.Blog--podcasts .WillboPodcastGrid .ArticleList.ArticleList--withFeatured {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: 20px !important;
  row-gap: 58px !important;
  margin: 0 !important;
  width: 100% !important;
}

.Blog--podcasts .WillboPodcastCard,
.Blog--podcasts .WillboPodcastCard--lead {
  display: block !important;
  grid-column: auto !important;
  padding: 0 !important;
  border: 0 !important;
}

.Blog--podcasts .WillboPodcastCard__ImageLink,
.Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__ImageLink {
  display: block !important;
  aspect-ratio: 3 / 2 !important;
  overflow: hidden !important;
  margin: 0 0 12px !important;
  background: var(--w-sand, #E8E4DC) !important;
}

.Blog--podcasts .WillboPodcastCard__Image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  filter: none !important;
  transform: none !important;
  transition: opacity 0.25s ease !important;
}

.Blog--podcasts .WillboPodcastCard:hover .WillboPodcastCard__Image {
  transform: none !important;
  opacity: 0.92 !important;
}

.Blog--podcasts .WillboPodcastCard__Body {
  display: block !important;
  min-height: 0 !important;
}

.Blog--podcasts .WillboPodcastCard__Eyebrow {
  display: block !important;
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
  color: var(--w-mid, #888580) !important;
  margin: 0 0 7px !important;
}

.Blog--podcasts .WillboPodcastCard__Title,
.Blog--podcasts .WillboPodcastCard__Title a,
.Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__Title,
.Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__Title a {
  font-family: var(--w-sans) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  color: var(--w-black, #111111) !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.Blog--podcasts .WillboPodcastCard__Excerpt,
.Blog--podcasts .WillboPodcastCard--lead .WillboPodcastCard__Excerpt {
  font-family: var(--w-sans) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.6 !important;
  color: var(--w-mid, #888580) !important;
  margin: 6px 0 9px !important;
  max-width: 440px !important;
}

.Blog--podcasts .WillboPodcastCard__Link {
  display: inline-block !important;
  margin: 0 !important;
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--w-black, #111111) !important;
  text-decoration: none !important;
}

@media screen and (max-width: 999px) {
  .Blog--podcasts .WillboPodcastGrid .ArticleList,
  .Blog--podcasts .WillboPodcastGrid .ArticleList.ArticleList--withFeatured {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 599px) {
  .Blog--podcasts .Container {
    padding: 0 16px !important;
  }

  .Blog--podcasts .PageHeader {
    margin: 38px 0 26px !important;
  }

  .Blog--podcasts .SectionHeader__Heading {
    font-size: clamp(34px, 13vw, 52px) !important;
  }

  .Blog--podcasts .WillboPodcastGrid .ArticleList,
  .Blog--podcasts .WillboPodcastGrid .ArticleList.ArticleList--withFeatured {
    grid-template-columns: 1fr !important;
    row-gap: 36px !important;
    margin-left: 0 !important;
  }
}

body.template-blog .Blog--podcasts .WillboPodcastGrid > .ArticleList {
  margin-left: 0 !important;
  transform: none !important;
}

/* Podcast landing hero: quiet editorial black band */
body.template-blog #section-slideshow-blog .Slideshow--blog {
  background: #0b0b0b !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Content {
  padding: 28px 24px 30px !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Content .SectionHeader {
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 9px !important;
  text-align: center !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Content .SectionHeader__Heading {
  font-family: var(--w-sans) !important;
  color: #ffffff !important;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Content .SectionHeader__Heading.u-h4 {
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.24em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  opacity: 0.48 !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Content .SectionHeader__Heading.u-h1 {
  max-width: 560px !important;
  font-size: clamp(14px, 1.25vw, 18px) !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.55 !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Content .SectionHeader__Heading.u-h6 {
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.6 !important;
  text-transform: uppercase !important;
  opacity: 0.82 !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Content .SectionHeader__Heading.u-h6 p {
  margin: 0 !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Content a {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

@media screen and (max-width: 640px) {
  body.template-blog #section-slideshow-blog .Slideshow__Content {
    padding: 24px 18px 26px !important;
  }

  body.template-blog #section-slideshow-blog .Slideshow__Content .SectionHeader {
    gap: 8px !important;
  }

  body.template-blog #section-slideshow-blog .Slideshow__Content .SectionHeader__Heading.u-h1 {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* Trading Cards intro band: consistent, quiet typography */
body.template-blog #shopify-section-textonly-trading-card {
  background: #0b0b0b !important;
  color: #ffffff !important;
}

body.template-blog #shopify-section-textonly-trading-card .textonly-trading-card {
  margin: 0 !important;
  padding: 46px 0 24px !important;
  background: #0b0b0b !important;
}

body.template-blog #shopify-section-textonly-trading-card .SectionHeader,
body.template-blog #shopify-section-textonly-trading-card .SectionContent,
body.template-blog #shopify-section-textonly-trading-card .Linklist {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: var(--w-sans) !important;
  text-align: center !important;
}

body.template-blog #shopify-section-textonly-trading-card .Container {
  max-width: 680px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

body.template-blog #shopify-section-textonly-trading-card .SectionHeader__Heading {
  margin: 0 0 12px !important;
  font-family: var(--w-sans) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.24em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  opacity: 0.48 !important;
}

body.template-blog #shopify-section-textonly-trading-card .SectionContent {
  margin: 0 auto 18px !important;
}

body.template-blog #shopify-section-textonly-trading-card .SectionContent,
body.template-blog #shopify-section-textonly-trading-card .SectionContent p {
  font-family: var(--w-sans) !important;
  font-size: clamp(14px, 1.15vw, 17px) !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.55 !important;
  color: #ffffff !important;
}

body.template-blog #shopify-section-textonly-trading-card .SectionContent p {
  margin: 0 !important;
}

body.template-blog #shopify-section-textonly-trading-card .Linklist,
body.template-blog #shopify-section-textonly-trading-card .Linklist span,
body.template-blog #shopify-section-textonly-trading-card .Linklist a {
  font-family: var(--w-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.6 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

body.template-blog #shopify-section-textonly-trading-card .Linklist .link-list-item {
  padding: 0 10px !important;
}

body.template-blog #shopify-section-textonly-trading-card .Linklist a {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

@media screen and (max-width: 640px) {
  body.template-blog #shopify-section-textonly-trading-card .textonly-trading-card {
    padding: 38px 0 20px !important;
  }

  body.template-blog #shopify-section-textonly-trading-card .Container {
    padding: 0 18px !important;
  }

  body.template-blog #shopify-section-textonly-trading-card .Linklist .link-list-item {
    padding: 0 6px !important;
  }
}

/* Our Story: keep the hero cinematic without burying the editorial opener */
body.our-story .Slideshow--blog,
body.our-story .Slideshow--blog .Slideshow__Carousel,
body.our-story .Slideshow--blog .flickity-viewport,
body.our-story .Slideshow--blog .flickity-slider,
body.our-story .Slideshow--blog .Slideshow__Slide,
body.our-story .Slideshow--blog .Image_link,
body.our-story .Slideshow--blog .Slideshow__ImageContainer {
  height: clamp(560px, 74vh, 780px) !important;
}

body.our-story .Slideshow--blog .Slideshow__ImageContainer {
  padding-bottom: 0 !important;
}

body.our-story .Slideshow--blog .Slideshow__Image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media screen and (max-width: 640px) {
  body.our-story .Slideshow--blog,
  body.our-story .Slideshow--blog .Slideshow__Carousel,
  body.our-story .Slideshow--blog .flickity-viewport,
  body.our-story .Slideshow--blog .flickity-slider,
  body.our-story .Slideshow--blog .Slideshow__Slide,
  body.our-story .Slideshow--blog .Image_link,
  body.our-story .Slideshow--blog .Slideshow__ImageContainer {
    height: 72vh !important;
    min-height: 520px !important;
    max-height: 680px !important;
  }
}

/* Trading Cards: remove the stray grey spacer between the hero and intro band. */
body.template-blog #section-slideshow-blog,
body.template-blog #section-slideshow-blog .Slideshow--blog,
body.template-blog #section-slideshow-blog .Slideshow__Carousel,
body.template-blog #section-slideshow-blog .flickity-viewport,
body.template-blog #section-slideshow-blog .flickity-slider,
body.template-blog #section-slideshow-blog .Slideshow__Slide,
body.template-blog #section-slideshow-blog .Image_link,
body.template-blog #section-slideshow-blog .Slideshow__ImageContainer {
  height: clamp(420px, 43vw, 560px) !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Image,
body.template-blog #section-slideshow-blog video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.template-blog #section-slideshow-blog .Slideshow__Content {
  display: none !important;
}

body.template-blog #shopify-section-textonly-trading-card,
body.template-blog #shopify-section-textonly-trading-card .textonly-trading-card {
  background: #0b0b0b !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 640px) {
  body.template-blog #section-slideshow-blog,
  body.template-blog #section-slideshow-blog .Slideshow--blog,
  body.template-blog #section-slideshow-blog .Slideshow__Carousel,
  body.template-blog #section-slideshow-blog .flickity-viewport,
  body.template-blog #section-slideshow-blog .flickity-slider,
  body.template-blog #section-slideshow-blog .Slideshow__Slide,
  body.template-blog #section-slideshow-blog .Image_link,
  body.template-blog #section-slideshow-blog .Slideshow__ImageContainer {
    height: clamp(430px, 62vh, 560px) !important;
  }
}
