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


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

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:21px;
  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%;}



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

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: red;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}
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 {
    font-weight:normal;
    letter-spacing:-0.02rem;
    line-height:110%;
  }
  .shipping-bar {
    padding:8px;
  }
  [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 (max-width:767px) {
.button.button--primary,
.banner-btn {
padding: 6px 15px;
font-size:.9em;
}
}


/* 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;
}
.pb-products-multi-column .grid {
  display: grid;
  gap: 10px;
}
@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);
  }
}
.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:2em;
  margin-bottom:5px;
}
@media (max-width:767px){
  .pb-products-multi-column {
    padding: 1rem 5px;
  }
  .pb-products-multi-column h2,
  .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;
  }
}

/* ---------------
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;
}

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


.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; } 
  }

.template-product h2{ font-size:24px ; letter-spacing:0; margin: 24px 0 0px;}
.template-product .rte h3{ font-size:20px ; letter-spacing:0; margin: 24px 0 0px;}
.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 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;
}