/** Shopify CDN: Minification failed

Line 12:32 Expected identifier but found whitespace
Line 12:35 Unexpected "{"
Line 12:44 Expected ":"
Line 12:68 Unexpected ","
Line 12:71 Unexpected "{"
Line 12:81 Expected ":"

**/
:root {
  --heading-custom-font-family :  {{settings.heading_custom.family}}, {{ settings.heading_custom.fallback_families }};
  --heading-custom-font-weight :  400;

  ---font-alternate:"Libre Franklin", sans-serif;
}
button.kl-teaser-X3QqMU {
  margin: 15px !important;
  width: auto !important;
}
[data-testid="animated-teaser"] {
  /* display: none !important; */
  margin: 0 !important;
  min-width: auto !important;
  /* background-color: #3132CC !important; */
  position: relative !important;
  max-width: max-content !important;
  margin-bottom: 20px !important;
  padding-right: 10px !important;
}

[data-testid="animated-teaser"] > span {
  /* border-color: var(--button-background);
  background-color: var(--button-background) !important; */
  /* border-color: #3132CC;
  background-color: #3132CC !important; */
  border-radius: 0 !important;
  padding-right: 34px !important;
  padding-left: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
[data-testid="animated-teaser"] span {
  /* color: var(--button-text-color) !important; */
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px)) !important;
  text-align: center !important;
  letter-spacing: .2em !important;
  font-family: var(--heading-font-family) !important;
  font-weight: var(--heading-font-weight) !important;
  font-style: var(--heading-font-style) !important;
  min-height: auto !important;
}
[data-testid="animated-teaser"] .klaviyo-close-form {
  top: 50% !important;
  right: 15px !important;
  transform: translateY(-50%) !important;
  height: 24px !important;
  width: 24px !important;
  /* height: 14px !important;
  width: 14px !important; */
  /* background-image: url("/cdn/shop/files/icon-close_1.webp?v=1716208123");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; */
}


/* [data-testid="animated-teaser"] .klaviyo-close-form:before {
  content: '✕';
  display: block;
  color: inherit;
  font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

[data-testid="animated-teaser"] .klaviyo-close-form svg {
  /* display: none !important;  */
  width: 24px;
  height: 24px;
}
[data-testid="animated-teaser"] .klaviyo-close-form svg path{
stroke-width: 1;

}
[data-testid="animated-teaser"] .klaviyo-close-form svg circle{
  display: none;
}
/* Change the height of the cart drawer so that it is not obscured by the credit banner */
.aftership-returns-actived #sidebar-cart {
   height: calc(100% - 72px);
}

@media screen and (max-width: 767px) {
  .aftership-returns-actived #sidebar-cart {
    height: calc(100% - 42px);
  }
}


.Heading.CustomHeading{
font-family: var(--heading-custom-font-family);
font-weight:var(--heading-custom-font-weight)
}
.ARCustomHeading{
font-family: var(--heading-custom-font-family) !important;
font-weight:var(--heading-custom-font-weight) !important;
  line-height: 2.5 rem !important;
}


.external .VideoWrapper {
    padding-bottom: 100%;
}
/* .external .VideoWrapper iframe {
    position: absolute;
    top: -120%;
    left: -120%;
    width: 340%;
    height: 340%;
} */

#printableArea {position:relative;}
#print_btn{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 5px 20px;
    color: #000;
    border: 1px solid;
} 
@media screen and (max-width: 767px){
    #print_btn{
        padding: 0px 5px;
        border: 1px solid;
        font-size: 10px;
    }
  .sidebar--blog.desktop-sidebar-hide{
    display:block !important;
    padding-left: 0 ;
    padding-right: 0;
    margin-left: 0;
  }
 .sidebar--blog.desktop-sidebar-hide .widget{
     padding-bottom: 0 !important;
 }
  .mobile-sidebar-hide{
    display:none;
  }
  .sidebar--blog.desktop-sidebar-hide .widget--related-product .widget__title{
  letter-spacing: .1em !important;
  }
  .sidebar--blog.desktop-sidebar-hide .related-product__media img{
      margin-top: 0;
      margin-bottom: 0;
    }
.sidebar--blog.desktop-sidebar-hide a:not(.Button) {
    text-decoration: none !important;
}
  .sidebar--blog.desktop-sidebar-hide .related-product__title, .sidebar--blog.desktop-sidebar-hide .related-product__price{
    font-size:12px !important;
    letter-spacing: 0 !important;
    margin-top: 0;
  }
}

.custom_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}


/* css added for complete the look section in product page start here */

 .pair-it-with-section h2{
      font-size: 18px;
      text-transform: uppercase;
    }
   .pair-it-with-section h3{
      font-size: 16px;
      text-transform: uppercase;
    }
  .pair-it-with-section .product-info{
	display: flex;
}
.pair-it-with-section .title-pr{
	display: flex;
}
.pair-it-with-section .title-pr h3{
width: 100%;
}
.pair-it-with-section .img-info{
	width:30%;
  padding-right: 10px;
}
.pair-it-with-section .text-info{
    width:70%;	
}
 .pair-it-with-section .add_to_cart_btn{
     margin-top:20px;
   cursor: pointer;
  }
  .pair-it-with-section .product-variant-info{
    margin-bottom:20px;
  }
  .pair-it-with-section .row-containt.row-2{
    margin-top:35px;
  }
  .pair-it-with-section .add_to_cart_btn[disabled]{
  cursor: not-allowed; 
    }
  .pair-it-with-section .error_msg{
    margin-top:10px;
    background: #e4c4c4;
    color: #cb2b2b;
    text-align:center;
  }

/* css added for complete the look section in product page end here */


/* css added for Related product  section in product page Start here */

.realted-product-section{
    padding:35px 0;
}
.realted-product-section .ProductItem__LabelList{
    right: 10px;
    top: 0;
    text-align: right;
  left: unset;
}

.realted-product-section .ProductItem {
  position:relative;
}
 .rp-pro-block .add_to_cart_btn.add_mobile_hide{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); 
   opacity:0;
   cursor: pointer;
}
.rp-pro-block{
padding-bottom:20px !important; 
}
.rp-pro-block .ProductItem__Wrapper{
    z-index: 2;
}
.rp-pro-block .ProductItem__Wrapper:hover .add_to_cart_btn {
    opacity: 1;
    height: auto;    
}
 /*.rp-pro-block .ProductItem__Wrapper:after {
content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
   pointer-events: none;
} 
.rp-pro-block .ProductItem__Wrapper:hover:after {
  opacity:1;
  visibility: visible;
}
 .rp-pro-block .ProductItem__ImageWrapper:hover{
  opacity:0.7;
} */
.rp-pro-block .error_msg{
  margin-top:10px;
    background: #e4c4c4;
    color: #cb2b2b;
    text-align:center;  
        padding: 2px 2px;
    white-space: normal;
    font-size: 12px;
    word-break: break-all;
    word-break: break-word;
    text-shadow: none;
  position: absolute;
    top: 65%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 2;
  }
 .add_mobile_show{
        display:none;
 }
   @media screen and (max-width: 1365px){
   .rp-pro-block .add_mobile_hide + .error_msg{
         top: 70%;
    }
     .add_mobile_hide{
       display:none;
     }
     .add_mobile_show{
        display:block;
       margin-top:20px;
     }
     .rp-pro-block .ProductItem__ImageWrapper:hover{
      opacity:1;
    }
      .rp-pro-block .ProductItem__Wrapper:after {
        background: unset;
      }
     .rp-pro-block .error_msg{
         position:relative;
        top: unset;
        left: unset;
        margin-right: unset;
        transform: unset;
     }  
}
   @media only screen and (max-width: 1024px) {

        .rp-pro-block .add_mobile_hide + .error_msg{
         top: 70%;
    }
     .add_mobile_hide{
       display:none;
     }
     .add_mobile_show{
        display:block;
       margin-top:20px;
     }
     .rp-pro-block .ProductItem__ImageWrapper:hover{
      opacity:1;
    }     
      .rp-pro-block .ProductItem__Wrapper:after {
        background: unset;
      }     
     .rp-pro-block .error_msg{
         position:relative;
        top: unset;
        left: unset;
        margin-right: unset;
        transform: unset;
     }  
   }
   @media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

        .rp-pro-block .add_mobile_hide + .error_msg{
         top: 70%;
    }
     .add_mobile_hide{
       display:none;
     }
     .add_mobile_show{
        display:block;
       margin-top:20px;
     }
     .rp-pro-block .ProductItem__ImageWrapper:hover{
      opacity:1;
    }     
      .rp-pro-block .ProductItem__Wrapper:after {
        background: unset;
      }     
     .rp-pro-block .error_msg{
         position:relative;
        top: unset;
        left: unset;
        margin-right: unset;
        transform: unset;
     }  
   }
/* .related-pro-scroll{
    margin-bottom: -40px;
    border-bottom: none;
}   */
/* css added for Related product  section in product page end here */

/* blog related products css */
.Article__Top-Wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-return-link{
  width: 100%;
  padding: 40px 50px 40px;
}

.Article__Wrapper {
  width: 66.66%;
  max-width: 100%;
  padding-right: 0;
  margin-bottom: 0;
}
.sidebar--blog {
  width: 33.33%;
  margin-left: -3px;
  position: relative;
  padding-left: 50px;
  background-color: var(--background); 
}
.sidebar--blog .widget  {
  top: 130px;
  position: sticky;
  padding: 36px 25px 0px;
  background-color: #fff;
}
.sidebar--blog .widget .new-drop-main {
  margin: 0 0 30px;
}
.widget--related-product .widget__title {
  margin-bottom: 15px;
  padding: 0 0 15px;
  color: var(--heading-color);
  border-bottom: 1px solid #ffffff;
  font-weight: var(--heading-font-weight);
  font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.widget__products {
  /* margin-top: 60px; */
}
.sidebar--blog .related-product {
  display: flex;
  text-align: left;
  min-height: 130px;
  position: relative;
  margin-bottom: 10px;
  transition: .3s ease-out;
  justify-content: flex-start;
  border: 1px solid  #f0f0f0;
}
.sidebar--blog .related-product:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.sidebar--blog .related-product__media {
  width: 33.33%;
  height: inherit;
  align-self: center;
}
.sidebar--blog .related-product__media img {  
  /* object-fit: contain;
  height: 100%; */
}
.sidebar--blog .related-product__content {
  flex: 1;
  align-self: center;
  padding: 10px 10px 10px 5%;
}

.sidebar--blog .related-product__title {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 1.5px;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  letter-spacing: 0.1rem !important;
}

.sidebar--blog .related-product__price {
  font-size: 11px;
  color: var(--text-color-light);
}

.sidebar--blog .related-product__price del {
  margin-left: 8px;
}

@media (min-width: 1440px) {
  .Article__Top-Wrapper {
      max-width: 1330px;
  }
}
@media (min-width: 1200px) {
  .Article__Top-Wrapper {
      max-width: 1200px;
  }
}

@media screen and (min-width: 1008px) {
  .Article__ImageWrapper+.Article__Top-Wrapper {
      margin-top: 0;
  }
}

@media screen and (min-width: 641px) {
  .Article__ImageWrapper+.Article__Top-Wrapper {
      margin-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .sidebar--blog .widget {
      top: 110px;
  }
  .Article__Wrapper {
      padding-left: 30px;
  }
  .sidebar--blog {
      padding-left: 30px;
  }
  .sidebar--blog .related-product__title,
  .sidebar--blog .related-product__price {
      font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .Article__Wrapper, .sidebar--blog {
      width: 100%;
      padding-left: 24px;
      padding-right: 24px;
  }
  .Article__Top-Wrapper {
      flex-wrap: wrap;
  }
  .sidebar--blog .widget {
      top: auto;
      position: initial;
      padding-left: 0;
      padding-right: 0;
  }
  .sidebar--blog .related-product__title,
  .sidebar--blog .related-product__price {
      font-size: 11px;
  }
}

/* custom article css start */
.Custom_Article__Wrapper {
  word-break: break-word;
}

.Custom_Article__Wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.Custom_Article__Wrapper iframe {
  max-width: 100%;
}

.Custom_Article__Wrapper img {
  display: block;
  margin: 0 auto;
}
.fs-tag__detail-container{
    text-decoration: none !important;
}
.fs-tag__detail-container .fs-tag-detail__product-name:hover{
    text-decoration: underline !important;
}
.Custom_Article__Wrapper a:not(.Button) {
  color: var(--link-color);
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(var(--link-color-rgb), 0.6);
  text-decoration-color: rgba(var(--link-color-rgb), 0.6);
  text-underline-position: under;
  transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
}

.Custom_Article__Wrapper a:not(.Button):hover {
  color: var(--text-color);
  -webkit-text-decoration-color: rgba(var(--text-color-rgb), 0.6);
  text-decoration-color: rgba(var(--text-color-rgb), 0.6);
}

.Custom_Article__Wrapper p:not(:last-child),
.Custom_Article__Wrapper ul:not(:last-child),
.Custom_Article__Wrapper ol:not(:last-child) {
  margin-bottom: 1.6em;
}

.Custom_Article__Wrapper img,
.Custom_Article__Wrapper blockquote,
.Custom_Article__Wrapper .VideoWrapper,
.Custom_Article__Wrapper .Form {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}

.Custom_Article__Wrapper ul,
.Custom_Article__Wrapper ol {
  margin-left: 30px;
  padding-left: 0;
  list-style-position: outside;
}

.Custom_Article__Wrapper li {
  padding: 5px 0;
}

.Custom_Article__Wrapper ul li,
.Custom_Article__Wrapper ol li,
.Custom_Article__Wrapper p {
  line-height: 1.65;
  color: var(--text-color);
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  font-size: 1.1rem;
}

.Custom_Article__Wrapper h1,
.Custom_Article__Wrapper h2,
.Custom_Article__Wrapper h3,
.Custom_Article__Wrapper h4,
.Custom_Article__Wrapper h5,
.Custom_Article__Wrapper h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
}

.Custom_Article__Wrapper h1,
.Custom_Article__Wrapper h2,
.Custom_Article__Wrapper h3,
.Custom_Article__Wrapper h4,
.Custom_Article__Wrapper h5,
.Custom_Article__Wrapper h6 {
  letter-spacing: 0.4em !important;
  text-transform: uppercase !important;
}

.Custom_Article__Wrapper h1 {
  margin: 44px 0 18px;
}

.Custom_Article__Wrapper h2 {
  margin: 44px 0 18px;
}

.Custom_Article__Wrapper h3 {
  margin: 44px 0 18px;
}

.Custom_Article__Wrapper h4 {
  margin: 44px 0 18px;
}

.Custom_Article__Wrapper h5 {
  margin: 44px 0 18px;
}

.Custom_Article__Wrapper h6 {
  margin: 44px 0 18px;
}

.Custom_Article__Wrapper blockquote {
  margin-left: 0;
  padding: 6px 0 6px 40px;
  font-size: 1.15em;
  line-height: 1.75;
  border-left: 3px solid rgba(var(--border-color-rgb), 0.6);
}

.Custom_Article__Wrapper p:last-child,
.Custom_Article__Wrapper blockquote:last-child,
.Custom_Article__Wrapper ul:last-child,
.Custom_Article__Wrapper ol:last-child,
.Custom_Article__Wrapper h1:last-child,
.Custom_Article__Wrapper h2:last-child,
.Custom_Article__Wrapper h3:last-child,
.Custom_Article__Wrapper h4:last-child,
.Custom_Article__Wrapper h5:last-child,
.Custom_Article__Wrapper h6:last-child {
  margin-bottom: 0;
}

.u-h1,
.Custom_Article__Wrapper h1 {
  font-size: 20px !important;
}

.u-h2,
.Custom_Article__Wrapper h2 {
  font-size: 18px !important;
}

.u-h3,
.Custom_Article__Wrapper h3 {
  font-size: 16px !important;
}

.u-h4,
.Custom_Article__Wrapper h4 {
  font-size: 15px !important;
}

.u-h5,
.Custom_Article__Wrapper h5 {
  font-size: 13px !important;
}

.u-h6,
.Custom_Article__Wrapper h6 {
  font-size: 12px !important;
}

.u-h7 {
  font-size: 11px !important;
}

.u-h8 {
  font-size: 10px !important;
}

@media screen and (min-width: 1008px) {
  .Custom_Article__Wrapper img,
  .Custom_Article__Wrapper .VideoWrapper,
  .Custom_Article__Wrapper .Form {
      margin-top: 3em;
      margin-bottom: 3em;
  }
  .Custom_Article__Wrapper blockquote {
      margin-left: 40px;
  }
}

@media screen and (min-width: 641px) {
  .u-h1,
  .Custom_Article__Wrapper h1 {
      font-size: 20px !important;
  }
  .u-h2,
  .Custom_Article__Wrapper h2 {
      font-size: 18px !important;
  }
  .u-h3,
  .Custom_Article__Wrapper h3 {
      font-size: 18px !important;
  }
  .u-h4,
  .Custom_Article__Wrapper h4 {
      font-size: 16px !important;
  }
  .u-h5,
  .Custom_Article__Wrapper h5 {
      font-size: 13px !important;
  }
  .u-h6,
  .Custom_Article__Wrapper h6 {
      font-size: 12px !important;
  }
  .u-h7 {
      font-size: 11px !important;
  }
  .u-h8 {
      font-size: 10px !important;
  }
}
/* custom article css END */

.Blog .u-h1{
  font-size: 24px !important;
}

.Article__Body .fs-logo {
  height: 6px;
  margin-top: 0 !important;
}


/* Article foursixty  */
/* 26-06-2023 */
.fs-post__image {
    height: 281px;
    object-fit: cover;
}
.Custom_Article__Wrapper img{
  margin-top: 0px;
}

.fs-button svg.fs-svg.-fs-shopping-bag{
  height: 20px !important;
    width: 20px!important;
}

.fs-button.-fs-bubble-text {
  background-color: transparent !important;
  color: black !important;
  padding: 5px 10px 5px 5px!important;
  left: 0px !important;
    font-size: 13px !important;
}

body.template-article .Custom_Article__Wrapper img.fs-thumbnail__image{
      margin: 0!important;
}
.fs-tag-detail__product-name.fs-text span{
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
    .fs-post__image {
        height: 420px;
    }
}
@media only screen and (max-width: 649px) and (min-width: 580px)   {
  .fs-post__image {
      height: 280px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 650px)   {
  .fs-post__image {
      height: 380px;  
  }
}
@media only screen and (max-width: 768px) and (min-width: 780px)   {
  .fs-post__image {
      height: 270px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px)  {
    .fs-post__image {
        height: 200px;
    }
}
@media only screen and (max-width: 830px) and (min-width: 769px)  {
  .fs-button.-fs-bubble-text {
    bottom: -8px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px)  {
  .fs-button.-fs-bubble-text {
    font-size: 10px !important;
}
  
}

.HorizontalList--spacingTight .HorizontalList__Item.SizeSwatchCustom{
  margin:0 0 8px 0;
  padding:0 4px;
}
.ProductForm__Variants ul{
  margin-left:-4px;
  margin-right:-4px;
}
@media only screen and (max-width:991px){
 .HorizontalList--spacingTight .HorizontalList__Item.SizeSwatchCustom{ min-width:7.65%; }
  .HorizontalList--spacingTight .HorizontalList__Item .SizeSwatch { min-width: 100% !important; }
}
@media only screen and (max-width:767px){
  .HorizontalList--spacingTight .HorizontalList__Item.SizeSwatchCustom { min-width: 10%; }
  .HorizontalList--spacingTight .HorizontalList__Item .SizeSwatch { min-width: 100% !important; }
}
@media only screen and (max-width:480px){
  .HorizontalList--spacingTight .HorizontalList__Item .SizeSwatch{ min-width:100% !important; }
 .HorizontalList--spacingTight .HorizontalList__Item.SizeSwatchCustom{ min-width:16.66%; }
}

.Linklist__Item>.Link {
  text-transform: none;
}

/* collection improvements template css */
.collection__category-list{
  padding-bottom: 20px;
}
.Collapsible--autoExpand .Linklist{
  margin-bottom:15px;
}
.collection__category-list li {
  border: 0.5px solid #ddd;
  border-right: 0;
}
.collection__category-list li:last-child {
  border-right: 0.5px solid #ddd;
}
.collection__category-list {
  display: flex;
  list-style: none;
  overflow-x: auto;
}
.collection__category-list li:last-child {
  margin-right: 0;
}
.collection__category-list li.active a {
    background-color: #F5F5F5;
}
.collection__category-list li:hover a {
     background-color: #F5F5F5;
}
.collection-with-nevigation .collection__category-list li a {
  font-size: 11px;
}

.collection__category-list li a {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  padding: 10px 24px;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.collection-with-nevigation .CollectionMain .colletionPageFilter.CollectionToolbar{
  margin-bottom: 14px;
  padding: 0 0 10px 0;
  padding-top: 5px !important;
  box-shadow: none;
}
.collection__category-list::-webkit-scrollbar {
  display: none;
}
.collection__category-list::-webkit-scrollbar-button {
  display: none;
}
.collection__category-list::-webkit-scrollbar-thumb {
  display: none;
}
.filterCollectionTitle {
  font-size: 10px !important;
}
.colletionPageFilter{
  padding-top: 0px !important;
}
.collection-with-nevigation .Drawer--fromLeft .Drawer__Container.Drawer__Header, 
.collection-with-nevigation .Drawer--fromRight .Drawer__Container.Drawer__Header {
  height: auto;
  min-height: auto;
  padding: 12px 17px;
}
.collection-with-nevigation .Popover__ValueList.popover__radio_grp{
  margin-bottom: 9px;
}
/* collection improvements template css */

.Product__OffScreen .Modal {
  z-index: 60;
}
.Modal__Content .Container{
  margin:0 auto;
}
@media (max-width: 1007px) {
  .Product__OffScreen .Modal {
    padding: 150px 0 50px;
  }
  .flickity-page-dots {
    z-index: 12;
  }
}

@media (max-width: 641px) {
  .Product__OffScreen .Modal {
    padding: 135px 0 50px;
  }
}

@media only screen and (min-width: 992px){
  .collection-with-nevigation .PageHeader .Container{
    padding-left: 0 !important;
  }
  .collection-with-nevigation .SectionHeader__Heading.Heading, 
  .collection-with-nevigation .collection__category-list, 
  .collection-with-nevigation .SectionHeader--center .SectionHeader__Description {
    margin-left: 20px !important;
  }
  .collection-with-nevigation .SectionHeader__Heading.Heading, 
  .collection-with-nevigation .SectionHeader--center .SectionHeader__Description {
    margin-left: 63px !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
  .collection__category-list {
    margin-left: 63px !important;
  }
  .collection-with-nevigation .SectionHeader__Heading.Heading, 
  .collection-with-nevigation .collection__category-list, 
  .SectionHeader--center .SectionHeader__Description{
    margin-left:  20px !important;
  }
  .collection-with-nevigation .CollectionToolbar__Group .CollectionToolbar__Item{
    padding-left:  20px !important;
  }
}
@media only screen and (min-width: 639px) and (max-width: 1139px) {
  .collection__category-list {
    margin-left: 32px !important;
  }
  .collection-with-nevigation .CollectionToolbar__Group{
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 639px){
  .collection__category-list {
    margin-left: 18px !important;
  }
  .CollectionMain .colletionPageFilter.CollectionToolbar {
    margin-bottom: 0;
  }
  /* .CollectionMain .filterBar {
    top: 131px !important;
  } */
  .template-collection .navigation-collection .SectionHeader__Heading.Heading,
  .navigation-collection .SectionHeader--center .SectionHeader__Description{
    padding-left: 0 !important;
    text-align: left !important;
  }
}

.product-info a.product-redirection-link{
  color: #000;
  font-family: Futura;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline !important;
  margin-bottom: 5px;
  margin-top: 5px;
line-height: 9.699px; /* 121.239% */
letter-spacing: 0.08px;
}

@font-face {
  font-family: 'PP Editorial New';  
  src: url('/cdn/shop/files/PPEditorialNew-Ultralight.woff?v=1719551006') format('woff');
  src: url('/cdn/shop/files/PPEditorialNew-Ultralight.woff2?v=1719551005') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Editorial New Italic';    
  src: url('/cdn/shop/files/PPEditorialNew-Italic.woff?v=1719551005') format('woff');
  src: url('/cdn/shop/files/PPEditorialNew-Italic.woff2?v=1719551005') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'League Gothic';    
  src: url('/cdn/shop/files/LeagueGothic-Regular.woff?v=1721801534') format('woff');
  src: url('/cdn/shop/files/LeagueGothic-Regular.woff2?v=1721801534') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DisruptorsScript Regular';    
  src: url('/cdn/shop/files/DisruptorsScript-Regular.woff?v=1721825187') format('woff');
  src: url('/cdn/shop/files/DisruptorsScript-Regular.woff2?v=1721825188') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Bold';    
  src: url('/cdn/shop/files/FuturaPT-Demi.woff?v=1722402231') format('woff');
  src: url('/cdn/shop/files/FuturaPT-Demi.woff2?v=1722402231') format('woff2');
  font-style: normal;
  font-display: swap;
}

.Article__Top-Wrapper .Article__Wrapper h1, .Article__Top-Wrapper .Article__Wrapper h2:not(.AddCharmHeading), .Article__Top-Wrapper .Article__Wrapper h3:not(.widget__title), .Article__Top-Wrapper .Article__Wrapper h4:not(.related-product__title), .Article__Top-Wrapper .Article__Wrapper h5,.Article__Top-Wrapper .Article__Wrapper h6{
  line-height: 1.2;
  font-family: "PP Editorial New";
  text-transform: unset !important;
  letter-spacing: normal !important;
}
.template-article em{
  font-family: "PP Editorial New Italic";
}
.Article__Top-Wrapper .Article__Wrapper h1{
  font-size: 60px !important;
}
.Article__Top-Wrapper .Article__Wrapper h2:not(.AddCharmHeading){
  font-size: 40px !important;
}
.Article__Top-Wrapper .Article__Wrapper h3:not(.widget__title){
  font-size: 35px !important;
}
.Article__Top-Wrapper .Article__Wrapper h4:not(.related-product__title){
  font-size: 30px !important;
}
.Article__Top-Wrapper .Article__Wrapper h5{
  font-size: 25px !important;
}
.Article__Top-Wrapper .Article__Wrapper h6{
  font-size: 15px !important;
}





@media screen and (max-width: 1440px) {  
  .Article__Top-Wrapper .Article__Wrapper h1{
    font-size: 50px !important;
  }
  .Article__Top-Wrapper .Article__Wrapper h2:not(.AddCharmHeading){
    font-size: 32px !important;
  }
  .Article__Top-Wrapper .Article__Wrapper h3:not(.widget__title){
    font-size: 28px !important;
  }
}

@media screen and (max-width: 767px) {  
  .Article__Top-Wrapper .Article__Wrapper h1{
    font-size: 32px !important;
  }
  .Article__Top-Wrapper .Article__Wrapper h2:not(.AddCharmHeading){
    font-size: 28px !important;
  }
  .Article__Top-Wrapper .Article__Wrapper h3:not(.widget__title){
    font-size: 22px !important;
  }
} 

/*  cart drawer custom css start here */
.explore-progressbar{
  padding: 8px 18px;
  display: block;
  background: #F6F6F6;
}  
.explore-progressbar a{
  text-decoration: underline;
}
.explore-shop-buttons{
  display: grid;
  justify-content: center;
}
.explore-shop-buttons p{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.5px;
  padding: 10px 20px;
  background: #1C1B1B;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
}
.Cart__Empty .Heading{
  font-size: 14px !important;
}
.explore-progressbar span{
  display: inline-block;
  color: #1C1B1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: normal;
}
.Drawer__Container .CartItem__ImageWrapper{
  width: 147px !important;
}
.Drawer__Container .QuantitySelector__Button {
  padding: 3px 10px 4px;
}
.Drawer__Container .QuantitySelector__CurrentQuantity {
  width: 36px;
}
.Drawer__Container .CartItem__Price.Price{
  text-transform: uppercase;
  letter-spacing: .2em;
  text-align: left;
  line-height: 16px;
  font-size: 12px;
  color: #535353;
}
.Drawer__Container .CartItem__Title.Heading{
  font-size: 11px;
  color: #000;
  font-weight: normal;
}
/*  cart drawer custom css end here */


@media screen and (min-width: 641px) {
  .Drawer {
      width: 449px !important;      
  }
}
.Drawer {
  width: calc(100vw - 0px);
}

.ShareButtons__Item--facebook:hover ,.ShareButtons__Item--twitter:hover ,.ShareButtons__Item--pinterest:hover{
  background: #000;
  color: #fff !important;
  border-color: #000;
  outline: #000 solid 1.5px;
}

.Slideshow__ImageContainer {
  width: 100% !important;
  background-size: 100% auto;
  background-position: center;
}


/* klaviyo teaser button css */

/*
button[class*="kl-teaser"]{
      display: flex;
    align-items: center;
    width: fit-content;
    background-color: #3132CC;
}
 button[class*="kl-teaser"] span{
  color: #fff !important;
  text-transform: uppercase;      
}

button[class*="kl-teaser"] [data-testid="animated-teaser"] button{
     position: relative;
     padding-right: 10px;
     top: 12px;
     right: 6px;
} */



/* klavoyo form css */

.needsclick .needsclick[aria-label="FULLSCREEN Form"] {
  height: 100vh !important;
}
.needsclick .needsclick[aria-label="FULLSCREEN Form"] .needsclick[data-testid="FULLSCREEN"] {
  height: 100% !important;
}
.needsclick .needsclick[aria-label="FULLSCREEN Form"] .needsclick[data-testid="FULLSCREEN"] form.needsclick {
  height: auto !important;
}
.needsclick .needsclick[aria-label="FULLSCREEN Form"] .needsclick[data-testid="FULLSCREEN"] > .needsclick {
  height: 100% !important;
}


b, strong {
  font-weight: 500;
}

.Drawer[aria-hidden=false]{
  z-index: 111111;
}


@media screen and (max-width: 767px) {
  #shopify-section-predictive-search .ProductItem__Wrapper .badge_wrapper{
    display: none;
  }  
}


@media screen and (max-width: 1023px) {
.main-slider-zoom-icon{
  display: none;
}
}


.ar-dropdownMenu__imgWrapper > a {
  text-align: end;
}

.ar-dropdownMenu__imgWrapper > a > .ar-dropdownMenu__img {
  display: inline-block;
}

p[title="pre-order-text"] {
  text-align: center;
  margin-top: 5px;
  line-height: normal;
  margin-bottom: 0;
}

p[title="pre-order-text"]:empty {
  display: none;
}