body {
  max-width:1440px;
  margin: 0 auto;
}

/* ——— Avada FAQs ——— */
.Avada-FAQs__question {
  font-family: 'PlayboyVisuelt', sans-serif !important;
  text-transform: none !important;
  line-height: 120% !important;
  margin-bottom: 0 !important;
}
.Avada-FAQs__content {
  line-height: 110%;
  margin-top: 10px;
}


/* ---------------------

Fonts

-----------------------*/
h1,h2,h3, p.h3 {
  font-family: 'Masthead'; 
  font-weight:400 !important;
  text-transform:uppercase !important;
}
h1.h1 {
  font-size:3em;
}

@media (max-width:767px){
  h1.h1 {
  font-size:2em;
}
}

h1 {
  line-height:120%; 

}
/* ---------------------

PLP Styles

-----------------------*/
.template-collection .content-box h2 {
  font-size:18px;
  font-family:'PlayboyVisuelt', san-serif;
  text-transform:capitalize !important;
  letter-spacing:-0.03em !important;
}
.template-collection .content-box p {font-size:15px;line-height:130%;}

/* Badge styles */
@media (max-width:589px){
  html[dir="ltr"] .template-collection .product-item__label-list {
    left: 0 !important;
    top: 0 !important;
    font-size:11px;
  }
   .template-collection .product-item__label-list .label--subdued{
    font-size:10px;
   }
}



/* ---------------------

Global Styles

-----------------------*/

store-header .container {
  padding-left:0;
  padding-right:0;
}
.header__wrapper {
  border-bottom: 2px solid #000;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
.nav__wrapper {
  border-bottom:1px solid #eee;
  display:flex;
  justify-content: center;
}

.header--bordered:not(.header--transparent) {
  box-shadow: none;
}
.header__linklist-link,
.mega-menu__title {
  font-size:14px;
  font-weight:700;
  text-transform: ;
  letter-spacing: -0.01rem;
}
.mega-menu .linklist__item {
  font-size:13px;
  font-weight:500;
  text-transform: ;
  letter-spacing: -0.01rem;
}
.header__linklist-item {
  text-transform: none;
}

[dir="ltr"] body .header__linklist-item:not(:last-child) {
  margin-right:15px;
}

.header__wrapper {
  border-bottom: 2px solid #000;
}

@media (max-width:999px){
  body .header__logo {
    order:inherit;
    flex:inherit;
  }
   /* adjust mobile drawer slide position */
  [dir="ltr"] .drawer {
    left: 0;
  }
  .drawer {
    transform: translateX(calc(var(--transform-logical-flip) * -100%));
    width:95vw;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }
  /* .mobile-nav li:last-child a {color:red;} */
}
/* nav .header__linklist > li:last-child a {color:red;} */

.announcement-bar {
  padding-left:0;
  padding-right:0;
}

  .announcementSec {
    display:flex;
    gap:20px;
    background:#f6fb55;
    color:#000;
    font-family:'Masthead', serif;
    text-align:center;
    font-size:1.2em;
    line-height:100%;
    padding:10px 5px;
    justify-content:center;
    align-items: center;
    
  }
  .announcementSec span {
    font-family: 'PlayboyVisuelt', sans-serif; 
    font-size:.8em;    
    line-height:100%;   
  }
  @media (max-width:767px){  
    .announcementSec {
      flex-direction: column;
      font-size:1em;
      gap:4px;
    }   
  }


/* BFCM Sale in red - desktop top nav only */
.header__linklist-link[href*="bfcm" i] {
  color: #E11900 !important;
}

/* BFCM Sale in red - mobile top nav button only */
.mobile-nav__item[data-level="1"] > button.mobile-nav__link[aria-label*="BFCM" i] {
  color: #E11900 !important;
}

/* Ensure mobile submenu links stay default color */
.mobile-nav__item[data-level="3"] .mobile-nav__link {
  color: inherit !important;
}



/* ---------------------

Shared Styles

-----------------------*/
a.button--primary {
  border-radius:100px;
  font-family: 'PlayboyVisuelt', san-serif; 

  
}

.shopify-section--slideshow .heading--small{
  font-family: 'PlayboyVisuelt', san-serif !important; 
  font-weight:500 !important;
  font-size:16px !important;
  letter-spacing: -0.03rem !important;
  text-transform: capitalize ;
}
.shopify-payment-button .shopify-payment-button__button {
  min-height:52px;
}

.shipping-bar {
    background: #f2f0ed;
    padding: 20px 16px;
    color: #222;
    border-radius: 0;
    font-weight: normal;
}
.shipping-bar__progress {
    display: block;
    position: relative;
    height: 6px;
    margin-top: 10px;
    background: #ddd8d0;
    border: 0;
    border-radius: 999px;
    overflow: hidden;
}
.shipping-bar__progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #111;
    border-radius: 999px;
    transform: scaleX(var(--progress, 0));
    transform-origin: left center;
    transition: transform 0.35s ease;
}
body button.checkout-button {
  font-weight:normal;
  text-transform: capitalize !important;
  letter-spacing: -0.02em !important;
}

@media (max-width:587px){

  /* Cart drawer styles */
  .shipping-bar__text {
    letter-spacing:-0.02rem;
    line-height:110%;
  }
  .shipping-bar {
    padding:10px 12px;
  }
  [dir="ltr"] .checkout-button .square-separator {
    margin-left:6px;
    margin-right:6px;
  }
  
}



/* Buttons */
.button.button--primary,
.banner-btn {
font-weight:bold;
color: #fff;
background: red;
padding: 12px 30px;
border-radius:30px;
text-align:center;
line-height:100%;
font-size:1.2em;
letter-spacing:0;
}
/* @media screen and (min-width: 741px) {
#shopify-product-reviews .spr-button,
#shopify-product-reviews .spr-summary-actions-newreview,
.button:not(.button--text),
.shopify-challenge__button {
width: fit-content;
}
} */
@media (max-width:767px) {
.button.button--primary,
.banner-btn {
font-size:1em;
}
}


/* ——— Sticky ATC Bar ——— */
.sticky-atc-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
  z-index: 40;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: none;
}
@media screen and (max-width: 740px) {
  .sticky-atc-bar { display: block; }
}
.sticky-atc-bar--visible { transform: translateY(0); }
html.lock-all .sticky-atc-bar { transform: translateY(100%) !important; pointer-events: none; }
.sticky-atc-bar__button {
  background: #000 !important;
  color: #fff !important;
  font-family: 'PlayboyVisuelt', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
}

/* ——— Sticky Size Overlay ——— */
.sticky-size-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 41;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 740px) {
  .sticky-size-overlay { display: block; }
}
.sticky-size-overlay.is-open { opacity: 1; pointer-events: auto; }

/* ——— Sticky Size Drawer ——— */
.sticky-size-drawer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 20px 16px;
  padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 42;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}
@media screen and (max-width: 740px) {
  .sticky-size-drawer { display: block; }
}
.sticky-size-drawer.is-open { transform: translateY(0); }
.sticky-size-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sticky-size-drawer__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.sticky-size-drawer__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.sticky-size-drawer__size.is-selected {
  background: #000;
  color: #fff;
  border-color: #000;
}
.sticky-size-drawer__size.is-unavailable {
  opacity: 0.35;
  text-decoration: line-through;
  pointer-events: none;
}
.sticky-size-drawer__atc {
  background: #000 !important;
  color: #fff !important;
  font-family: 'PlayboyVisuelt', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
}
.sticky-size-drawer__atc:disabled {
  opacity: 0.4;
  pointer-events: none;
}
body.overflow-hidden { overflow: hidden; }

/* Add to Cart — consistent font treatment */
#AddToCart {
  font-family: 'PlayboyVisuelt', sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

/* ——— Mobile cart drawer ——— */
@media screen and (max-width: 740px) {
  #mini-cart {
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 50vh !important;
    max-height: 85vh !important;
  }
  /* Hide built-in overlay — replaced by ::before on html */
  #mini-cart > .drawer__overlay {
    display: none !important;
  }
  /* Full-viewport overlay via :has — only triggers for mini-cart */
  html:has(#mini-cart[open])::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
    pointer-events: none;
  }
}

/* Shop Pay installments - reduce size */
product-payment-terms {
  font-size: 0.8em;
}

/* PDP option labels (Color:, Size:) - match description text */
.product-form__option-name {
  font-size: 0.9em;
  font-weight: normal;
  font-family: inherit;
  text-transform: none;
  letter-spacing: 0;
}
.product-form__option-info {
  margin-bottom: 0;
}


/* Variant size swatches */
.block-swatch__item {
  min-width: 36px;
  padding: 6px 10px;
  font-size: 0.85em;
}

/* Color swatch — smaller */
.color-swatch__item {
  width: 28px;
  height: 28px;
}
.color-swatch-list {
  grid-template-columns: repeat(auto-fit, 28px);
}

/* Option label/value alignment */
.product-form__option-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Add to Cart — black */
#AddToCart {
  background: #000;
  --button-text-color: 255, 255, 255;
}

/* PDP content alignment */
.product-content__tabs {
  margin-left: 0 !important;
}
@media screen and (min-width: 1000px) {
  .product-content__tabs:only-child {
    margin-left: 0 !important;
    margin-right: auto;
    width: 100%;
  }
  .product-tabs__tab-item-wrapper .collapsible {
    column-count: 2;
    column-gap: 50px;
  }
}
@media screen and (max-width: 740px) {
  .product-tabs__tab-item-wrapper {
    padding-left: 0 !important;
  }
}
.shopify-section--product-recommendations .section__header,
.shopify-section--recently-viewed-products .section__header {
  margin-left: 0 !important;
  text-align: left !important;
}
.shopify-section--product-recommendations .section__header .heading,
.shopify-section--product-recommendations .section__header .text-container,
.shopify-section--recently-viewed-products .section__header .heading,
.shopify-section--recently-viewed-products .section__header .text-container {
  text-align: left !important;
}

/* Customer Reviews section (Judge.me) */
@media screen and (min-width: 1000px) {
  .product:not(.product--featured) {
    margin-bottom: 0;
  }
}
.shopify-section--apps .vertical-breather {
  padding-top: 0 !important;
}
.jdgm-widget {
  border-top: 1px solid rgb(var(--border-color));
  padding-top: 32px;
  margin-top: 0;
  margin-left: 0 !important;
}
.template-product .jm-review-widget-minimal-header__title {
  font-size: 1.5em !important;
}
.jm-review-widget-minimal-header__title {
  font-family: 'Masthead', serif !important;
  font-weight: normal !important;
  font-size: 36px !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  text-align: center;
  width: 100%;
}

/* Checkout Button in caert */
.checkout-button {
  padding:15px !important;
  font-size: 1em !important;
}


/* ---------------------

Footer Styles

-----------------------*/

@media screen and (min-width: 1000px) {
    .footer__item-list {
      grid-template-columns: 2fr 1fr 1fr;
    }
    .footer__item {
      max-width:inherit;
    }
    .footer__item-list .is-first ul {
      column-count: 2;         /* or column-count: 2; */
      column-gap: 20px;   /* space between columns */
      list-style-position: inside;
    }
  }


.bottom-ad {
  width: 100%;;
  /* padding: 50px 25px; */
  margin: 0 auto 2px;
  background: linear-gradient(135deg, #eee, #ccc);
  display:grid;
  /* padding-left: var(--container-gutter); */
  /* padding-right: var(--container-gutter); */
  grid-template-columns: 60% 40%;
  align-items:stretch;
}
.bottom-ad-col {  
  display:grid;
  grid-template-columns: 50% 50%;
}
.pb-perks {
  background: linear-gradient(135deg, #eee, #ccc);
}
.btm-perks-content{
  padding:30px;
}
.btm-perks-img {
  display: flex;
  align-items: end;  /* center vertically */
  justify-content: start; /* center horizontally */
  
}

.btm-perks-img img {
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  max-height:225px;
}
.bottom-ad * {
  color:#000;
}
.bottom-ad h4 {
  font-family:'Masthead', serif;
  font-weight:normal;
  font-size:1.2em;
  line-height:100%;
  margin-bottom:0;
}
.bottom-ad ul {
  padding:0;
}
.bottom-ad ul li{
  list-style:none;
  line-height:120%;
}
.btm-newsletter {
  background: linear-gradient(135deg, #666, #222);
  padding:30px;
}
.btm-newsletter *{
  color:#fff;
}
.btm-newsletter p {
  line-height:110%;
}
.bottom-ad-col .button {width:fit-content;}
@media (max-width:489px){
  .bottom-ad h2 {
    font-size:1.3em;
  }
}
@media (max-width:1200px) {
  .bottom-ad {
    grid-template-columns:1fr;    
  }
}
@media (max-width:587px) {
  .bottom-ad *{
    text-align:center;
  }
  .bottom-ad-col {
    grid-template-columns:1fr;    
  }
  .bottom-ad .btm-perks-content ul {
    width:fit-content;
    margin: 10px auto;
  }
  .bottom-ad li{
    text-align:left;
  }
  .btm-perks-content {
    padding-bottom:0px;
  }
  .btm-perks-img {
    justify-content:center;
  }

}

footer .legal, footer .legal a {
  font-size:11px;
}
.linklist__item {
  line-height:100%;
}
.linklist__item a {
  font-size:14px;
}
.footer-shop-links .linklist__item {
  padding:0;
}
.footer-shop-links .linklist__item a{
  display:block;
  line-height:130%;
}
.footer__item-title {
  margin-top:7px;
  margin-bottom:7px;
  font-size:22px;
}
.footer__item-disclaimer {
  margin-top:20px;
  line-height:100%;
}


/* ---------------------

Custom 2.0 Blocks Styles

-----------------------*/

/* ---------------
PB-Muli-column
-----------------*/
.pb-products-multi-column {
  padding: 1rem 0px 0px;
}
.pb-products-multi-column .grid {
  display: grid;
  gap: 5px;
}
@media (min-width: 768px) {
  .pb-products-multi-column .grid {
    grid-template-columns: repeat(var(--columns-desktop), 1fr);
  }
}
@media (max-width: 767px) {
  .pb-products-multi-column .grid {
    grid-template-columns: repeat(var(--columns-mobile), 1fr);
    gap: 5px;
  }
  .pb-products-multi-column .column-item--mobile-hidden {
    display: none;
  }
}
.pb-products-multi-column .column-item {
  position: relative;
  overflow: hidden;
}
.pb-products-multi-column .image-link {
  display: grid;
  position: relative;
  text-align: center;
  color: white;
  text-decoration: none;
}
.pb-products-multi-column .image-link img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease;
  grid-area: 1 / 1;
}
.pb-products-multi-column .image-link:hover img {
  transform: scale(1.05);
}
.pb-products-multi-column .image-link::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.35); */
  z-index: 1;
  transition: background 0.5s ease;
}
.pb-products-multi-column .image-link:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.pb-products-multi-column .overlay-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 2;
  letter-spacing:-0.03em;
  line-height:100%;
  grid-area: 1 / 1;
  align-self:end;
  margin-bottom:5%;
}
.pb-products-multi-column h2 {
  text-align:center;
  font-size:3rem;
  line-height:100%;
  margin-bottom:5px;
}
@media (max-width:767px){
  .pb-products-multi-column {
    padding: 10px 0 0;
  }
  .pb-products-multi-column h2 {
    font-size: 2.2rem;
  }
  .pb-products-multi-column .overlay-text{
    font-size:1.5em;
  }
  .fontSmall .overlay-text,
  .fontSmall h2 {
    font-size: .8em;
  }

  .fontMedium .overlay-text,
  .fontMedium h2 {
    font-size: 1.2em;
  }

  .fontLarge .overlay-text,
  .fontLarge h2 {
    font-size: 1.6em;
  }
}

/* Featured collections — larger products + scroll dots on mobile */
@media (max-width: 800px) {
  .shopify-section--featured-collections .product-list__inner--scroller {
    grid-auto-columns: 35vw;
  }
}
.pb-scroll-dots {
  display: none;
}
@media (max-width: 800px) {
  .pb-scroll-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 0 4px;
  }
  .pb-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    transition: background 0.2s, transform 0.2s;
    flex-shrink: 0;
  }
  .pb-dot--active {
    background: #000;
    transform: scale(1.4);
  }
}

.product-item-meta__price-list-container {
  line-height: 100%;
}
.featured-btn {
  background: red;
  color: #fff;
  padding: 5px 15px;
}

/* ---------------
PB-2-column
-----------------*/

.pb-2col-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin: 4em 0;
}


.pb-2col-banner__block {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 4; /* or adjust based on your preferred image dimensions */
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pb-2col-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 4s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.pb-2col-banner__block:hover .pb-2col-banner__image {
  transform: scale(1.05);
}

.pb-2col-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.pb-2col-banner__overlay.light {
  background-color: rgba(255, 255, 255, 0.4);
}

.pb-2col-banner__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 1rem;
}

.pb-2col-banner__overlay.light + .pb-2col-banner__content {
  color: #000;
}

.pb-2col-banner__heading {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family:'Masthead', serif;
  line-height:100%;
}

.pb-2col-banner__button {
  background-color: #d93025;
  color: white;
  border: none;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}


@media (max-width:767px){  
  .pb-2col-banner {
   padding:0 10px;
  }
  .pb-2col-banner__heading {
    font-size: 1rem;
  }
}


/* ---------------
PB-Styled-By-You 
-----------------*/
.styled-by-you-container {
  max-width: 100%;
  margin: 30px auto 80px;
}

.styled-by-you__header {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 50px;
}

.styled-by-you__block {
  width: 100%;
  box-sizing: border-box;
}

.styled-by-you__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.styled-by-you__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.styled-by-you__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.multi-column {
  display: grid;
  grid-template-columns: repeat(var(--columns-desktop), 1fr);
  gap: 2px;
}

.styled-by-you__cta {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 50px;
}

.styled-by-you__cta-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.styled-by-you__cta-link:hover {
  opacity: 0.7;
}

.logo-ig {
  width: 40px;
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (max-width: 749px) {
  .styled-by-you-container {
  padding:0 10px;
} 
  .multi-column {
    grid-template-columns: repeat(var(--columns-mobile), 1fr);
  }
  .styled-by-you-container {
    max-width: 100%;
    margin: 30px auto 30px;
  }
}
@media (max-width: 767px) {
  .styled-by-you__block[data-mobile-hidden="true"] {
    display: none;
  }
}


/* ---------------------

Homepage Styles

-----------------------*/
.shopify-section--custom-html .container {padding-left:0; padding-right:0;}

.homebanners {
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
}	
.homebanners a{
    position: relative;
    font-family:'Masthead', serif;
    text-transform:uppercase;
    display:flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom:30px;
    aspect-ratio: 2 / 1;
    color:#fff;
    background:#000;
    text-decoration:none;
    font-size:2.2em;
    text-align: center;
    line-height:100%;
}
.homebanners a::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;	
    z-index:1;
}	
.homebanners span {
    z-index: 2;
}

.homebanner3::before {
	background:url('/cdn/shop/files/home-accessories-01.jpg?v=1726873092');
}

@media (max-width:989px){
  .homebanners a {font-size:1.8em; padding-bottom:10px;}
}
@media (max-width:589px){
  .homebanners a {}
}



/* ---------------------

PLP Styles

-----------------------*/

.template-collection .page-header__text-wrapper {
  margin-top:0;
  align-items: center; /* vertically align */
  justify-content: space-between; /* spread columns */
  max-width:100%;
  padding:15px 0;
  margin-bottom:0;
  gap:0;
}
.template-collection .product-facet,
.template-collection .product-facet__meta-bar {
  margin-top:10px;
  margin-bottom:0;
}
.template-collection #facet-main {
  padding-bottom:60px;
}

.template-collection .text-container .h1 {
  margin:0 auto;  
  text-align: center;  
}
.template-collection .breadcrumb {
  position:relative;
  flex:  0 0 20%; /* left column */
  text-align: left;
}
.template-collection .page-header__text-wrapper .breadcrumb__list {margin-left:0;}


@media (max-width:1200px){
  .template-collection .page-header__text-wrapper {
    flex-direction: column;
    align-items: center;      /* center children horizontally */
    text-align: center;       /* center text inside each child */
    gap: 0rem; 
  }
   /* Reorder without changing HTML */
  .template-collection .page-header__text-wrapper h1 { order: 1; }
  .template-collection .page-header__text-wrapper .breadcrumb { order: 2; }
  .template-collection .page-header__text-wrapper .right { order: 3; }
}

.template-collection .product-item-meta, 
.template-collection .product-item-meta a,
.template-collection .product-facet__meta-bar {
  font-size:12px;
  line-height:120%;
  letter-spacing:-0.02rem;
}

.product-item__image-wrapper {
  margin-bottom: 5px;
}

@media screen and (min-width: 1000px) {
    .template-collection .product-item__image-wrapper {
        margin-bottom: 10px;
    }
}

@media (max-width: 800px) {
  body .product-item-meta__title {
    min-height: 23px;
  }
}


.Avada-FAQs__container { margin:30px 0; }
.Avada-FAQs__container .Avada-FAQs__heading {text-align:left;}
.Avada-FAQs__qa-container {gap:5px;}
.Avada-FAQs__collapsible {font-size:13px !important; padding:3px 10px !important; }
.Avada-AfterContent__content {font-size:13px; line-height:120%;}
.Avada-AfterContent__content p {margin-top:0;}
.Avada-AfterContent__content h4 {margin-bottom:0;}



/* ---------------------

PDP Styles

-----------------------*/

/* Fix page width issue because body limited to 1440px */
  @media screen and (min-width: 1200px) {
    body .product,
    body .product-content { margin-left:0; margin-right:0; } 
  }

/* Final Sale badge/button */
button.final-sale {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 15px;
  color: inherit;
}
button.final-sale:hover {
  opacity: 0.7;
}

.template-product h1 { font-size: 1.8em; }

/* PDP quantity box — smaller */
.template-product .quantity-selector {
  --quantity-selector-height: 34px;
}

/* Color option value — match label size */
.product-form__option-value {
  font-size: 0.9em;
  margin-left: 0 !important;
}
.template-product h2{ font-size:18px; margin: 24px 0 0px; font-family: inherit; text-transform: capitalize !important; font-weight: bold !important; letter-spacing: -0.05em;}
.template-product .rte h3{ font-size:16px; margin: 24px 0 0px; font-family: inherit; text-transform: capitalize !important; font-weight: bold !important; letter-spacing: -0.05em;}
.template-product .product-tabs__tab-item-content p{ font-size:14px ; line-height:130%; margin-top:10px;}
.template-product .product-tabs__tab-item-content ul li {padding:0px; line-height:130%;}

/* ---------------------

Cart Drawer - iOS viewport fix
dvh (dynamic viewport height) correctly represents the visible area,
preventing the checkout button from being pushed off screen.

-----------------------*/
.drawer {
  max-height: 100dvh;
}


/* ---------------------

Cart Page Styles

-----------------------*/
/* Hide model search */
.template-cart .announcementSec {
  display:none;
}

@media (max-width:589px) {
  .template-cart .page-header__text-wrapper {
    margin:20px auto;
  }
  .template-cart .shipping-estimator__toggle-button, .shipping-estimator__form {
    padding:8px 15px;
  }
  .template-cart .line-item-table {
    margin-bottom:15px;
  }
  .template-cart .cart__tax-note {
    font-size:12px;
    line-height:100%;
  }
  .template-cart .cart__recap-block {
    gap:5px;
    margin-bottom:0px;
  }
  .template-cart #order-note-toggle {
    font-size:12px;
  }
  .template-cart .cart__recap {
    padding:20px;
  }
  .template-cart .product-item-meta__title {
    line-height:100%; 
  }
  .template-cart .cart__recap-note  {
    margin-bottom:0px;
  }
  .template-cart .cart__checkout-button:not(:only-child) {
    margin-top:10px;
  }
  .template-cart .cart__aside {
    margin-top:12px;
  }
  .product-item-meta__property-list {
    margin-top:2px;
    margin-bottom:0px;
  }
}


  /* ---------------------

Fixes Styles

-----------------------*/

/* Adjust Klaviyo sign up teaser on bottom left */
@media (min-width:600px){
  .needsclick .needsclick .needsclick span {display:block !important; line-height:100%;}
}


/* Instafeed font */
.instafeed-bottom-link-wrapper a {
  font-size:16px !important;
  font-weight:bold;
  letter-spacing:0 !important;
  background:#000;
  color:#fff !important;
  padding: 5px 22px !important;
}

/* Pre-Order badge */
.badge--pre-order {
  color: red !important;
}

/* PDP - inside h1, own line */
.product-meta__title .badge--pre-order {
  display: block;
}

/* PLP - product card, own line */
.product-item-meta .badge--pre-order {
  display: block;
}

/* Klaviyo signup teaser -> vertical tab flush to the left edge */
div[class*="kl-teaser-"] {
  top: 50% !important;
  bottom: auto !important;
  left: auto !important;
  right: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 8px 0 0 8px !important;
  background: #000 !important;
  box-shadow: -2px 0 14px rgba(0,0,0,0.22) !important;
  transform: translateY(-50%) !important;
  filter: none !important;
}
div[class*="kl-teaser-"] * {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  background: transparent !important;
}
/* keep the dismiss (x) small and out of the way */
div[class*="kl-teaser-"] button[class*="close"] {
  position: absolute !important;
  top: 4px !important;
  left: 4px !important;
  right: auto !important;
  width: 13px !important;
  height: 13px !important;
}
div[class*="kl-teaser-"] span {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  display: inline-block !important;
  padding: 11px 6px !important;
  color: #fff !important;
  font-family: 'PlayboyVisuelt', sans-serif !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 0.5px !important;
  line-height: 1 !important;
}
