/** Shopify CDN: Minification failed

Line 405:2 Unexpected "{"

**/
@font-face {
    font-family: "Helvetica-neue";
    src: url("/cdn/shop/files/HelveticaNeueThin.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica-neue";
    src: url("/cdn/shop/files/HelveticaNeueLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-neue";
    src: url("/cdn/shop/files/HelveticaNeueRoman.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-neue";
    src: url("/cdn/shop/files/HelveticaNeueMedium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-neue";
    src: url("/cdn/shop/files/HelveticaNeueBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-neue";
    src: url("/cdn/shop/files/HelveticaNeueBlack.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

.announcement-bar {
    padding-block-start: 8px;
    padding-block-end: 6px;
}

.announcement-bar span.shape-circle.shape--sm {
    opacity: 0;
}
.announcement-bar .bold {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}



.ajax-add-to-cart {
  position: relative;
  cursor : pointer;
}

.ajax-add-to-cart.ls-is-loading {
  pointer-events: none;
}

.ajax-add-to-cart.ls-is-loading::after {
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  animation: spin 0.8s linear infinite;
}



.ajax-add-to-cart.ls-is-loading::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}




store-header.header .header__wrapper{
    border-bottom : 1px solid rgba(0, 0, 0, 0.1);
}


 .specs-accordion-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
     padding: 20px 0px;
     font-weight : 500;
}
.specs-accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-out;
    font-size: 14px;
    flex-direction: column;
  padding : 0px 15px;
   letter-spacing: 0px;
  line-height : 1.2;
  opacity : 0;
}

.specs-accordion-panel.open {
    padding: 0px 15px 25px;
    display: flex;
    max-height: 600px;
   opacity : 1;
}
.specs-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.specs-toggle:before, .specs-toggle:after{
    content: '';
    position: absolute;
    width: 13px;
    height: 2px;
    background-color: #181717;
    transition: transform 0.3s ease;
}
.specs-toggle::before {
    transform: rotate(0deg);
    /* Horizontal line */
}
.specs-toggle::after {
    transform: rotate(90deg);
    /* Vertical line (part of the plus) */
}
.specs-toggle.specs-active::before {
    transform: rotate(0deg);
    /* Horizontal line remains unchanged */
}
.specs-toggle.specs-active::after {
    transform: rotate(0deg);
    /* Vertical line rotates to align with the horizontal line */
}
.specs-accordion-item {
    display: flex;
    flex-direction: column;
   
    width: 100%;
    border-bottom: 1px solid #4e4f7959;
}

.group[aria-expanded=true]  .specs-toggle::after {
    transform: rotate(0deg);
}
.group[aria-expanded=true]  .specs-toggle::before {
    transform: rotate(0deg);
}
.facets-horizontal .text-with-icon {
    gap: 5px;
}

.facets-horizontal  span.bold{
    font-weight : 400;
}

.facets-horizontal .specs-toggle:before,.facets-horizontal .specs-toggle:after{
    width: 12px;
    height: 1.5px;
}
.act_facet_trans{
    transform : translateY(-1px);
}


.accordion__toggle{
    font-weight : 500;
}

span.product-card__title {
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -.16px;
    margin-bottom: 5px;
}
.product-card__info sale-price.text-on-sale {
    font-weight: 400;
    font-size: 18px;
}

.shopify-section--featured-collection h2.h3 {
    font-family: var(--text-font-family);
  letter-spacing : -0.2px;
}

.shopify-section--featured-collection .section-stack {
    gap: 1.5rem; 
}

.shopify-section--featured-collection .prose :is(.h3,.h4,h3,h4)+* , .shopify-section--product-recommendations .prose :is(.h3,.h4,h3,h4)+* {
    margin-block-start: 8px;
}

.shopify-section--product-recommendations .section-stack {
    gap: 24px;
}
.price-list {
    align-items: center;
}
on-sale-badge.badge.badge--on-sale {
    background: #98946F;
    border-radius: 0px;
    font-weight: 400;
    line-height: 1.3;
    padding: 4.5px 10px 2.5px;
    font-size: 14px;
    letter-spacing: 0.1px;
}
.price-range {
    row-gap: 18px;
    padding-block-start: 10px;
    display: flex;
    flex-direction: column;
}
.price-range .input-prefix {
    width: 100%;
}

facet-dialog#filter-dialog-filter\.v\.option\.size {
    left: unset;
    right: -50px;
}
facet-dialog#filter-dialog-filter\.v\.price{
    left : 0px;
}
.availability-facet {
    display: none;
}
.mega-menu__nav {
    gap: 1.5rem;
}

.navigation-promo .content-over-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align : left;
}
.navigation-promo .content-over-media>:not(img,video,iframe,svg,video-media,picture) {
    place-self: flex-start;
}
.navigation-promo p.bold {
    font-weight: 400;
    font-size: 12px !important;
    letter-spacing : 0.4px;
}

a.heading_menu_nav {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3D3F4C;
}
a.link-faded.menu_bl_single {
    font-size: 14px;
}
.header__link-list {
    align-items: center;
    margin-bottom: -5px;
}
.trigger_main_link_nav {
font-size: 12px;
font-weight: 400;
line-height: 1.4;
letter-spacing: 1.44px;
text-transform: uppercase;
}

.at_main_down_arr{
    transform : translateY(-1px);
}

.block_overflow_menu{
    overflow : hidden;
}

span.bold.lang_main.text-sm {
    transform: translateY(1.5px);
    font-weight : 500;
}

li.h3.mob_panel_link {
    font-weight: 400;
    font-size: 12px;
    text-transform : uppercase;
    color : #3D3F4C;
    letter-spacing: 1.2px;
    font-family: var(--text-font-family);
    border-bottom: 1px solid #00000030;
    padding-bottom: calc(1.25rem - 1px);
}
.mob_panel_link_btn{
     font-weight: 400;
    font-size: 12px;
    text-transform : uppercase;
    color : #3D3F4C;
    letter-spacing: 1.2px;
    font-family: var(--text-font-family);
}
button.text-with-icon.w-full.group.justify-between {
    margin-bottom: -1px;
}
.back_panel_icon{
    margin-bottom : 10px;
}
.back_panel_icon svg{
transform : translateY(-1.5px);
}


.navigation-drawer {
    padding: 0px;
    padding-right: 30px;
}


.dscs_price{
    margin-top : 7px;
}

.etc_gaps_pdp{
    display : flex;
    flex-direction : column;
    gap : 12px;
}
.variant-picker__option-info {
    margin-block-end: 16px;
}
.variant-picker__option-values .block-swatch {
    height: 38px;
    border-radius: 0;
    font-size: 13px;
    padding: 1px 25px 0px;
}
.product-info__buy-buttons .buy-buttons button {
    font-family: var(--heading-font-family);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .2px;
    padding: 12px !important;
}
.product-card__info {
    padding-top: 18px;
}
.product-card__mobile-quick-buy-button {
    border-radius: 6px;
}

.pay-icon-block {
    width: 100%;
    max-width: 330px;
    margin: auto;
}

.var_pick_text {
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #000000;
    font-weight: 300;
}
.var_pick_text.var_pick_text_value{
     font-weight: 500;
}

.quick-buy-drawer__info .wise-reviews-element,.quick-buy-drawer__info .size_chart_trigger, .quick-buy-drawer__info a.button.button--secondary {
    display: none;
} {
    display: none;
}

div#trustpilot-widget-trustbox-0-wrapper {
    display: none !important;
}

.collection.collection--filters-horizontal {
    margin-top: 10px;
}
.search-input>input {
    font-size: 16px;
    font-weight: 500;
}
.search-drawer {
    padding: 0px;
    max-width: 470px;
    --drawer-body-padding: 25px;
}
.search-banner {
    margin-bottom: 30px;
    background : rgb(30 30 30 / 3%);
}
.product-quick-add__variant a.bold.truncate-text {
    font-weight: 600;
    font-size: 20px;
    font-family: var(--heading-font-family);
}

.product-quick-add__variant button.button {
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--heading-font-family);
}
.product-quick-add button.button.button--lg.w-full{
     letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--heading-font-family);
}

@media screen and (min-width: 991px){
.desktop-hidden{
display : none !important;
}
.product-info {
    max-width: 540px;
}
}

@media screen and (max-width: 990px){
.mobile-hidden{
display : none !important;
}

.shopify-section--main-product .section.section--tight.section-blends.section-full {
    padding-bottom: 10px;
}

on-sale-badge.badge.badge--on-sale {
    padding: 4px 8px 2px;
    font-size: 11px;
}

.product-gallery__media {
    border-radius: 12px !important;
    overflow: hidden;
}
.product-gallery__thumbnail img {
    border-radius: 3px;
    overflow: hidden;
}

/* .product-info__block-item wise-star-rating {
    display: none;
} */

.product-card__info sale-price.text-on-sale {
    font-size: 16px;
}

on-sale-badge.badge.badge--on-sale {
    padding: 4px 10px 2px;
    font-size: 12px;
}

}


 /*------ size chart css main -----*/

.size_chart_trigger{
font-size : 14px;
letter-spacing : 0.14px;
text-decoration : underline;
cursor : pointer;
}
  .toggle-buttons span,
  .cm-inch span,
  .close-v2 {
    padding: 8px 12px;
    border: 1px solid #100906;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
  }

  .toggle-buttons span.active,
  .cm-inch span.active {
    background-color: #100906;
    color: white;
  }

  .close-v2 {
    font-size: 20px;
    padding: 4px 10px;
    line-height: 1;
    background: transparent;
  }

  /* ===== Popup -v2 ===== */
  .popup-v2 {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: flex-end;
    padding-bottom : 20px;
    justify-content: center;
    background: rgba(0,0,0,.5);
    z-index: 1000;
  }

  .popup-v2[aria-hidden="false"] {
    display: flex;
  }

  .popup-content-v2 {
    background-color: rgb(251, 249, 247);
    width: 90%;
    height: 80%;
    max-width: 1000px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .popup-header-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
  }

  .popup-title-v2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }

  .popup-body-v2 {
    padding: 20px;
    overflow: auto;
    height: 100%;
  }

  .size-selector__header {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

@media screen and (max-width: 990px){
    .popup-content-v2 {
    width: calc(100% - 30px);
    height: 90%;
}
}

 /*------ size chart css main end -----*/