/** Shopify CDN: Minification failed

Line 19:0 Unexpected "}"

**/
@font-face {
  font-family: "BentonModDisp Regular";
  src: url("/cdn/shop/files/BentonModDisp-Regular.woff?v=1755094171") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance */
}
/* @font-face {
  font-family: 'Classyvogueregular';
  src: url("/cdn/shop/files/Classyvogueregular.woff?v=1755529130") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance */
} */
/* @font-face {
  font-family: 'Montserrat-VariableFont_wght';
  src: url("/cdn/shop/files/Montserrat-VariableFont_wght.woff?v=1755533065") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance */
} */
@font-face {
  font-family: 'GeneralSans-Medium';
  src: url("/cdn/shop/files/GeneralSans-Medium.woff?v=1756132680") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance */
}
@font-face {
  font-family: 'GeneralSans-Regular';
  src: url("/cdn/shop/files/GeneralSans-Regular.woff?v=1756132844") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance */
}
span.announcement-bar__message.h5 p {
    text-align: center;
    /* padding: 1rem 0; */
    margin: 0;
    letter-spacing: .1rem;
    font-size:14px;
    /* min-height: 3.8rem; */
}
.announcement-bar p strong {
    /* text-decoration:underline; */
    text-underline-offset: 3px;
}
.list-menu__item {
    font-size: 12px;
    text-transform: uppercase;
    color: #4B4B4B;
    letter-spacing: 0;
}
.header {
    padding-top: 15px;
    padding-bottom: 15px;
}
 .box-width{
    max-width:1400px;
    margin:auto;
    width:1400px;
}  

/* Custom CSS Start  */
h3.card__heading a {
    /* font-family: 'Montserrat-VariableFont_wght' !important; */
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #525252;
}
span.icon-wrap {
    display: none;
}
.collection-list-title {
    /* font-family: 'Classyvogueregular'; */
    font-weight: 400;
    text-transform: uppercase;
    color: #2D2A26;
    font-size: 44px;
    /* letter-spacing: 5px; */
}
.collection__title h2 {
    /* font-family: 'Classyvogueregular'; */
    font-weight: 400;
    text-transform: uppercase;
    color: #2d2a26;
    font-size: 44px;
    /* letter-spacing: 5px; */
    text-decoration: none;
}
h3.card__heading.h5 a {
    font-family: "BentonModDisp Regular" !important;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #666666;
    padding:0px 0px;
} 
/* Only target links inside product headings */
.banner-btn {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  position: relative; /* needed for absolute positioning */
}

.banner-btn:after {
      content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 25px;
    height: 2px;
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s cubic-bezier(.835,-.005,.06,1);
}

.banner-btn:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
.banner-btn:hover {
  text-decoration: none;
}

@media screen and (max-width:1500px) {
  .collection-list-title {
    font-size: 35px;
    letter-spacing: 3px;
}
  .collection__title h2  {
    font-size: 35px;
    letter-spacing: 3px;
}
}
@media screen and (max-width:767px) {
  .collection-list-title {
    font-size: 25px;
    letter-spacing: 3px;
    text-align:center;
  }
   .collection__title h2  {
    font-size: 25px;
    letter-spacing: 3px;
    text-align:center;
  }
}
@media screen and (max-width:500px) {
  span.announcement-bar__message.h5 p {
    font-size:12px;
  }
  .header__heading-logo {
    max-width:70% !important;
  }
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .collection-list-title {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .collection__title h2  {
    font-size: 22px;
    letter-spacing: 2px;
  }
  h3.card__heading.h5 a {
    font-size: 12px !important;
    padding: 0 0px !important;
  }
  .price {
    font-size: 12px !important;
    padding: 0px !important;
  }
  .feature-text {
    font-size: 14px;
    line-height: 20px;
  }
  .feature-title {
    font-size: 16px;
  }
}

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(205deg, #db95fa00 30%, #000000a6 70%);
    opacity: 1;
    z-index: 1;
}
.page-widths {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.section-resource-list__header .custom-typography p {
    /* font-family: Classyvogueregular; */
    font-weight: 400;
    text-transform: uppercase;
    color: #2d2a26 !important;
    font-size: 35px !important;
    /* letter-spacing: 5px; */
}
.section-resource-list__content h3 {
    /* font-family: Classyvogueregular; */
    font-weight: 400;
    text-transform: uppercase;
    color: #2d2a26 !important;
    font-size: 35px;
    /* letter-spacing: 5px; */
}
.marquee__content p {
    letter-spacing: 2px !important;
    font-size:18px !important;
    font-weight:500 !important;
}
div#shopify-section-template--24871842971943__main_banner_eDKKhV .main-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;   /* Fill the entire banner height */
  background: linear-gradient(-90deg, #db95fa00 30%, #000000a6 70%);
  opacity: 1;
  z-index: 1;
}
/* .spacing-style.h4.text-block--align-left p {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 30px;
    text-transform: uppercase;
} */
.email-signup__input.paragraph {
    color: var(--color-input-text);
    outline-color: var(--color-input-background);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}
/* Only target links inside product headings */
.banner-btn {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  position: relative; /* needed for absolute positioning */
}

.banner-btn:after {
      content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 25px;
    height: 2px;
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s cubic-bezier(.835,-.005,.06,1);
}

.banner-btn:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
.banner-btn:hover {
  text-decoration: none;
}
.collection-card__content p {
    /* font-family: Montserrat-VariableFont_wght !important; */
    font-size: 13px !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #525252;
}
.product-card__content a.contents.user-select-text p {
    /* font-family: BentonModDisp Regular !important; */
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: Montserrat;
    color: #666;
    padding: 0;
    width: max-content;
}
span.price {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px !important;
    color: #72343b;
}
  
@media screen and (min-width: 750px) {
    .page-widths {
        padding: 0 2.5rem;
    }
    .menu-list__link{
       padding-right: 15px !important;
        font-size: 13px !important;
        text-transform: uppercase !important;
        color: #252525 !important;
        letter-spacing: 0 !important;
        padding-left: 15px !important;
    }
}
@media screen and (min-width: 1600px) {
    .page-widths {
        padding: 0 5rem;
    }
}  
@media screen and (max-width:750px){
    .page-widths {
    padding: 0 1rem !important;
}
}
@media screen and (max-width:500px) {
    .section-resource-list__header .custom-typography p, .section-resource-list__content h3 {
    /* font-family: Classyvogueregular; */
    font-weight: 400;
    text-transform: uppercase;
    color: #2d2a26 !important;
    font-size: 20px;
    /* letter-spacing: 5px; */
    letter-spacing: 2px;
}
.marquee__repeated-items p {
    font-size: 18px !important;
}
marquee-component.section {
    padding: 8px 0px;
}
.announcement-bar__slides {
  width:100% !important;
}
p.announcement-bar__text {
    font-size: 10px !important;
}

}
@media screen and (max-width:500px){
  .announcement-bar__slider slideshow-arrows .slideshow-control{
  display: none;
}}

/* Product Page CSS  */
.product-title .h3 p {   
  font-family: 'Montserrat';
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2D2A26;
  font-weight:400;
}
.product-details p {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #525252;
}
.product-details span.price {
    font-family: 'Montserrat';
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2d2a26;
    font-size: 18px !important;
    font-weight: 400;
}
.product-form-buttons button {
    border-radius: 0px !important;
}
.accordion .details__header {
    font-size: 15px !important;
    /* font-family: 'BentonModDisp Regular' !important; */

    /* letter-spacing: 4px !important; */
    text-transform: uppercase !important;
    color: #252525 !important;
    font-weight: 500 !important;
}
.product-details .quantity-selector {
  border-radius: 0px !important;
}
.product-details .custom p {
    color: #72343b;
    font-size: 12px;
}
.product-details .paragraph p {
    font-size: 12px;
}
.variant-option__button-label:has(:checked) {
  background-color: #72343b !important;
  border-color: transparent !important;
}
.section-resource-list__content .h4 h3 {
    /* font-family: Classyvogueregular; */
    font-weight: 400;
    text-transform: uppercase;
    color: #2d2a26 !important;
    font-size: 35px;
    /* letter-spacing: 5px; */
}
@media screen and (max-width:750px){
  .product-grid {
    padding: 0px 15px;
}
h1.banner-heading {
    font-size: 40px;
}
.banner-btn {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
}
/* Contact US Page CSS  */
p.page-subtitle {
    max-width: 60%;
    color: #252525;
}
p.page-subtitle a {
    color: #72343b;
}
.h2 p {
    /* font-family: "BentonModDisp Regular" !important; */
    color: black !important;
    line-height: 100% !important;
    margin: 15px auto;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
}
@media screen and (max-width:500px) {
  p.page-subtitle {
    max-width: 100%;
    color: #252525;
}
}
/* Contact Page CSS end  */


/* Faq Page CSS Start  */
.details-content .rte p {
    width: 100% !important;
    max-width: 80%;
    margin-right: auto;
}
@media screen and (max-width:749px) {
  .details-content .rte p {
    width: 100% !important;
    max-width: 100%;
    margin-right: auto;
}
.section-resource-list__content .h4 h3 {
    font-size: 28px;
}
}
h4 {
      font-weight: 600;
      font-size:20px;
}
span.variant-meta {
    font-family: BentonModDisp Regular;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2d2a26;
    font-size: 22px;
    font-weight: 600;
    letter-spacing:1.2;
}
/* .main-product-title {
  font-family: BentonModDisp Regular;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2d2a26;
    font-size: 32px;
    font-weight: 600;
    line-height:1.2;
} */





   .progress:after {
                    content: '';
                        top: 0;
                        transform: translateX(100%);
                        width: 100%;
                        height: 220px;
                        position: absolute;
                        z-index: 1;
                        animation: slide 1s infinite 3s;
                        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
                      background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
                      background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
                      background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
                      background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
                      background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
                      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
                    }
          @keyframes slide {
          	0% {transform:translateX(-100%);}
          	100% {transform:translateX(100%);}
          }
                    .free-shipping-bar {
                        background: #000;
                        border: 0.5px solid #213c344f;
                        /* border-radius: 15px; */
                        padding: 15px;
                        text-align: center;
                        margin: 0px 0px 20px 0px;
                        box-shadow: rgb(0 0 0 / 25%) 0px 2px 10px;
                    }

                    .free-shipping-head {
                      font-weight: bold;
                      font-size: 16px;
                      margin-bottom: 10px;
                      color: #ffffff;
                      margin-top: 0px;
                    }
                     span#discount-remaining-amount {
                        font-weight: 600;
                    }
                    .congrats{
                            font-weight: bold;
                      font-size: 16px;
                      margin-bottom: 10px;
                      color: #ffffff;
                      margin-top: 0px;
                    }

                    .progress-bar {
                      position:relative;
                      background: #e6e6e6;
                      border-radius: 8px;
                      overflow: hidden;
                      height: 12px;
                      width: 100%;
                      margin: 10px 0;
                    }

                    .progress {
                      height: 100%;
                      width: 0;  /* start at 0 */
                      background: green;
                      transition: width 1.25s ease;
                      display: block !important;
                      animation: grow 1.25s ease forwards;
                    }

                    .free-shipping-message {
                      font-size: 12px;
                      margin-top: 10px;
                      color: #ffffff;
                      text-transform: capitalize;
                      margin-bottom: 0px;
                      text-align: center;
                    }

                    .free-shipping-message strong {
                      color:rgb(255, 255, 255);
                    }
                    @keyframes grow {
  from { width: 75%; }
  to { width: var(--target-width); }
}


.group-block-content .custom h1 {
    font-size: 60px;
    font-family: Poppins;
    color: white;
    line-height: 70px;
    text-transform: uppercase;
    margin: 15px auto 0;
    font-weight: 100;
}
.group-block-content .custom p {
   /* font-size: 14px; */
   /* text-transform: uppercase; */
   /* color: white; */
   font-weight: 500;
}

/* Only target links inside product headings */
slideshow-slide .group-block-content a {
    display: inline-block;
    position: relative;
    background: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    text-underline-offset: 3px;
    border-radius: 0;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 20px;
    margin-top: 15px;
}
slideshow-slide .group-block-content a:hover {
    background: #72343b;
    color: #fff;
}
slideshow-slide .group-block-content a:after {
    /* content: ""; */
    position: absolute;
    left: 0;
    bottom: 0;
    top: 25px;
    height: 2px;
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s cubic-bezier(.835,-.005,.06,1);
}

slideshow-slide .group-block-content a:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
slideshow-slide .group-block-content a:hover {
  text-decoration: none;
}

.shopify-section.container-background-image slideshow-slides slideshow-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(205deg, #db95fa00 30%, #0000007d 70%);
    opacity: 1;
    z-index: 1;
}

@media (max-width: 1500px) {
    .group-block-content .custom h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .group-block-content .custom p {
        font-size: 20px;
    }
    slideshow-slide .group-block-content a {
        font-size: 14px; 
    }
}
@media (max-width: 1024px) {
    .group-block-content .custom h1 {
        font-size: 60px;
        line-height: 50px;
        margin: 0;
    }
    .group-block-content .custom p {
        font-size: 20px;
        line-height: 25px;
    }
    slideshow-slide .group-block-content a {
        font-size: 14px;
    }
}
@media screen and (max-width: 750px) {
    .group-block-content .custom h1 {
        font-size: 30px;
        line-height: 34px;
        margin: 0;
    }
        .group-block-content .custom p {
        font-size: 16px;
        line-height: 20px;
    }
        slideshow-slide .group-block-content a {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.metafield-rich_text_field {
  max-width: 100% !important;
}

fieldset.variant-option.variant-option--buttons {
    align-items: center;
}
.var-title {
    padding-right: 20px;
}
.variant-option__button-label {
    min-height: calc(3ch + 0.3em) !important;
}

@media (min-width: 751px) {
button.ai-size-guide-trigger-aa1prtgjzrkh6uxavzaigenblock4825e54mgrq8g {
    position: absolute;
    top: 40px;
    right: 0;
}
.layout-panel-flex--column>.group-block--height-fit {
    width: 100%;
}  
}
variant-picker {
    margin-bottom: -20px !important;
    margin-top: 25px !important;
}
.variant-picker__form {
    gap: 35px !important;
}
span.var-title {
    font-size: 12px;
    font-weight: bold;
}
label.variant-option__button-label.variant-option__button-label--has-swatch {
    min-width: 30px !important;
    min-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
}
p.announcement-bar__text {
    font-size: 13px;
}
a.button.cart-items__empty-button {
    background: #72343b;
    border-radius: 0;
}

@media (max-width: 550px) {
slideshow-slides[size=medium] {
    min-height: 41.25rem;
}
.section-resource-list__header .custom-typography p {
    font-size: 24px !important;
}  
    .section-resource-list__header .custom-typography p, .section-resource-list__content h3 {
    font-weight: 500;
    font-size: 24px;
}
.spacing-style.text-block.h4.text-block--align-left p {
    text-align: center;
    font-size: 24px;
}
}

button.ai-size-guide-trigger-aa1prtgjzrkh6uxavzaigenblock4825e54mgrq8g {
    font-weight: 600; 
}

@media (max-width: 750px) {
button.ai-size-guide-trigger-aa1prtgjzrkh6uxavzaigenblock4825e54mgrq8g {
    position: absolute;
    top: 8px;
    right: 0;
}  
}

span.swatch.swatch--unscaled {
    width: 100%;
}

p.resource-card__title.paragraph {
    width: max-content;
    line-height: 2;
}
span.menu-list__link-title,
.mega-menu__link-title,
.product-card p,
.mega-menu__content-list-item .resource-card__title,
li.menu__item.paragraph a {
    position: relative;
    /* text-underline-offset: 3px; */
}
span.menu-list__link-title:after,
.mega-menu__link-title:after,
.product-card p:after,
.mega-menu__content-list-item .resource-card__title:after,
li.menu__item.paragraph a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 18px;
    height: 2px;
    background-color: #72343b;
    width: 100%;
    margin: auto;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s cubic-bezier(.835,-.005,.06,1);
}
.mega-menu__link-title:after {
    margin: 8px auto;
}
a.mega-menu__link {
    line-height: 2;
}
.menu-list__submenu {
    padding-top: 30px;
}
span.menu-list__link-title:hover:after,
.mega-menu__link-title:hover:after,
.product-card:hover p:after,
.mega-menu__content-list-item:hover .resource-card__title:after,
li.menu__item.paragraph a:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}

a.jdgm-write-rev-link {
    font-weight: 300;
}

.email-signup-section .h4 p {
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-weight: 400;
  line-height: 100%;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 550px) {
.email-signup-section .h4 p {
    text-align: center;
    font-size: 24px;
  }
}

.xb-wishlist-header-auto__svg svg {
    fill: #72343B !important;
}
p.announcement-bar__text a:hover {
    color: #fff !important;
}

@media (hover: hover) {
    :is(.header__column:has(header-menu:hover),.header__column:has(.header-actions__action:hover),.header__column:has(.dropdown-localization__button:hover),.header__column:has(.header__icon--menu:hover)) header-menu:not(:hover), :is(.header__column:has(header-menu:hover),.header__column:has(.header-actions__action:hover),.header__column:has(.dropdown-localization__button:hover),.header__column:has(.header__icon--menu:hover)) .header-actions__action:not(:hover), :is(.header__column:has(header-menu:hover),.header__column:has(.header-actions__action:hover),.header__column:has(.dropdown-localization__button:hover),.header__column:has(.header__icon--menu:hover)) .dropdown-localization__button:not(:hover), :is(.header__column:has(header-menu:hover),.header__column:has(.header-actions__action:hover),.header__column:has(.dropdown-localization__button:hover),.header__column:has(.header__icon--menu:hover)) .header__icon--menu:not(:hover) {
        opacity: 1 !important;
    }
}

.mega-menu__link:hover {
    color: #525252 !important;
}

.delivery-info .text {
    font-size: 14px;
    color: #525252;
}
.cart-price-extra {
    display: none;
}



