/** Shopify CDN: Minification failed

Line 553:51 Expected ":"
Line 597:36 Expected ":"
Line 1971:36 Expected ":"

**/
html {
  scroll-behavior: smooth;
}
.overflowHidden{
  overflow:hidden !important;
}
.swatch_Black {
  background-color: #000000;
}
.swatch_Charcoal {
  background-color: #36454F;
}
.swatch_Chocolate {
  background-color: #7B3F00;
}
.swatch_Denim {
  background-color: #1560BD;
}
.swatch_Olive {
  background-color: #808000;
}
.swatch_Lime {
  background-color: #00FF00;
}
.swatch_Lava {
  background-color: #CF1020;
}
.swatch_Oatmeal {
  background-color: #E3D9C7;
}
.swatch_Taupe {
  background-color: #483C32;
}
.swatch_Rye {
  background-color: #B89E69;
}
.swatch_Waterlily {
  background-color: #89CFF0; /* Light blue */
}
.swatch_Chickadee {
  background-color: #F5E1A4; /* Soft yellow */
}
.swatch_Serendipity {
  background-color: #E2A9E5; /* Lavender */
}
.swatch_Wisteria {
  background-color: #C9A0DC; /* Light purple */
}
.swatch_Harvest {
  background-color: #FFB563; /* Warm orange */
}
.swatch_Chaga {
  background-color: #8B4513; /* Brown */
}
.swatch_Bitter {
  background-color: #6B4226; /* Deep earthy brown */
}
.swatch_Fresh {
  background-color: #ADD8E6; /* Pale blue */
}
.swatch_Palm {
  background-color: #5C8A2D; /* Olive green */
}
.swatch_Penny {
  background-color: #D2B48C; /* Tan */
}
.swatch_Sunday {
  background-color: #FFDAB9; /* Peach */
}
.swatch_Sweetgrass {
  background-color: #8FCB9B; /* Soft green */
}
.swatch_Golden {
  background-color: #FFD700; /* Gold */
}
.swatch_Rosalie {
  background-color: #FFC0CB; /* Pink */
}
.swatch_Current {
  background-color: #DC143C; /* Crimson red */
}
.swatch_Neon {
  background-color: #00FFFF; /* Cyan */
}
.swatch_Dulse {
  background-color: #9678B6; /* Mauve with a dusky tone */
}
.swatch_Pine{
  background-color: #2A5D3E; /* Deep forest green */
}
.swatch_Vessel {
  background-color: #3C6997; /* Cool blue */
}
.swatch_Endless {
  background-color: #1E90FF; /* Endless Blue */
}
.swatch_Nouveau {
  background-color: #2C6E49; /* Nouveau Green */
}
.swatch_Seabird {
  background-color: #A9A9A9; /* Seabird Grey */
}
.swatch_Smolder {
  background-color: #5F9EA0; /* Smolder Blue */
}
.swatch_Unity {
  background-color: #1C1C1C; /* Unity Fitz: Ink Black */
}

.disBtnCart{
  position:relative;
  overflow:visible;
}
/* Tooltip styling */
.disTooltip {
  display: none; /* Initially hidden */
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1000;
  width: 200px;
    max-width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.product-form__btn-wrapper,.product-form__btns{
  position:relative;
}
.enabledPerk{
  pointer-events:all !important;
  cursor:pointer !important;
}
.enabledPerk .properks-text p {
    color: #000000;
    font-size: 16px;
}
.disabledPerk{
  pointer-events:none !important;
  cursor:not-allowed !important;
}
/* Show tooltip on hover 
.disBtnCart:hover + .disTooltip, .disTooltip:hover, .product-form__btns:hover .disTooltip {
  display: block;
}
.disTooltip:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #000;
    bottom: -7px;
    right: 8px;
    position: absolute;
    transform: rotate(45deg);
}*/
.dummyPerkProdImg img{
  width:120px;
}
.dummyPerkCloseBtn{
  position: absolute;
    right: 0;
    top: 0;
}
.dummyPerkProduct{
  display:none;
}
.cart-item.perk-status.cart-item.perk-status.disabledPerk.HidePerk {
    display: none;
}
.cart-order-notes__textarea{
    color: gray; /* Default color when not focused */
  }
.cart-order-notes__textarea:focus {
    color: black; /* Color when focused */
  }

[data-popup=birthday] .btn_beat_price a {
    font-size: 16px;
    font-weight: 700;
    background: #000 !important;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #000;
    max-width: 200px !important;
    width: 200px;
    display: block;
    border-radius: 12.191px;
    color: #fff !important;
    transition: all 0.3s ease;
    margin:0 auto;
}
[data-popup=birthday] .popup_content_inner .btn_beat_price a p {
    color: #fff;
    margin: 0;
    padding: 10px 15px;
}
[data-popup=birthday] .btn_beat_price a:hover {
    background: #fff !important;
      transition: all 0.3s ease;
}
[data-popup=birthday] .btn_beat_price a:hover p{
  color:#000;
      transition: all 0.3s ease;
}
.cart-drawer-subtotal__cta .scDiscount__container{
  display:none;
}
.scDiscount{
  width:100%;
}
.sc_simple-container {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.sc_simple-info .sc_simple-info__row {
    display: none !important;
}
.scDiscount input[type=text]{
  width: 100% !important;
    padding: 28px 18px !important;
    border: none !important;
    border-radius: 16px !important;
    font-size: 16px !important;
    font-family: inter !important;
    font-weight: 500;
}
input#sc-discount__submit,
#sc-discount__remove {
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px !important;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.sc_simple-container .sc_code-btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.input_fields_application.asdda, .buttons_discounts_application {
    visibility: hidden;
    height: 0px;
    margin: 0 !important;
    overflow: hidden;
}
s[data-cart-total] {
    display: none;
}
.cart-item__info.cart-item__info--hide-mobile .cart-item__price .cart-item__price-item--small.cart-item__price-item--old {
    display: block;
}
.cart-item__price .cart-item__price-item--small.cart-item__price-item--old {
    display: none;
}
.cart .cart-item__totals .cart-item__price{
  flex-direction: row;
    align-items: center;
}
.cart-item__discounts .discount{
  color:#383838;
  font-size:14px;
  column-gap:8px;
  padding-right: 0px;
}
.variantInfoBox {
    /*min-height: 45px;*/
    margin-bottom: 15px;
}
.cart-item__link.properks-icon {
    justify-content: center !important;
            right: 0px;
}

/* New HTML Desktop CSS Cart Page */
.cart-item__info.cart-item__info--hide-mobile {
    width: 100%;
}
.cart-item__price-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.cart-item__pay-info {
    max-width: 65%;
}
.cart-item__cost-wrap.m_hide .cart-item__price-item--small.cart-item__price-item--old {
    display: none !important;
}
.cart-item__info.cart-item__info--hide-mobile .cart-item__name {
    max-width: 255px;
}
.cart-drawer__block .cart-item__details {
    display: flex;
}
.cart-item__info--hide-mobile{
  display:block;
}
.cart-item .cart-item__discounts{
  display:none;
}

.cart-item .showInCart,.cart-item .showInSide{
  display:block;
}
.cart-item .showInCart .discount,.cart-item .showInSide .discount{
  padding-left:0px;
}
#CartPageForm .cart-item .showInSide{
  display:none;
}

.btn.btn--solid.btn--lg.cart-buttons__btn {
  max-width: 311px;
}

@media (min-width: 768px) {
  .cart-buttons {
    max-width: 42.4rem;
    width: 100%;
    margin: auto;
    row-gap: 0;
  }
}
/* New HTML Desktop CSS Cart Page */


.cart-drawer__block .cart-item {
      padding-right: 2.4rem !important;
  }
  .cart-drawer__block .cart-item .variantInfoBox{
    min-height:auto;
  }
  .cart-drawer .cart-item__cost-wrap.m_hide{
    display: flex !important;
  }
  .cart-drawer .cart-item__price-wrap{
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-drawer .cart-item__pay-info {
    max-width: 100%;
  }
  .cart-drawer .cart-item__cost-wrap{
    padding-left:0px;
  }

.main_button_add{
  cursor:pointer;
}
.myAccountBtnCustom{
  text-decoration:none;
  
}
p.my-account-btn {
    color: #fff !important;
  transition: all .3s;
}

p.my-account-btn:hover {
    background: transparent;
    color: #000 !important;
  
}
.custom-cart-free-shipping-block a {
    cursor: pointer;
}
.sc_simple-info .sc-tag button {
    cursor: pointer;
}
.main_pbtext svg {
    display: none;
}
.block { display: block; }
@media (max-width:1835px){
  .main_properks_widget{
    max-width:95% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .cart-item__cost-wrap {
        padding-left: 0px;
    }
}

@media and screen (min-width:1100px){
  .variantInfoBox {
    min-height: 45px;
    margin-bottom: 20px;
}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #CartPageForm .cart-item__price-wrap{
    flex-direction: column;
    align-items:flex-start;
    
  }
  #CartPageForm .cart-item__pay-info{
    max-width:100%;
    width:100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cart .cart-item__details{
    flex:1;
  }
  .cart .cart-item__info--hide-mobile{
    display:block;
    width: 100% !important;
  }
  .cart .cart-item__info--desktop-hide {
        display: block;
    }
  .cart-item__cost-wrap.m_hide {
    flex-direction: column;
}
  .cart-item{
    max-height:275px;
  }
  .cart-item__price .cart-item__discounts{
    display:none;
  }
  .cart .cart-item__info--desktop-hide .cart-item__discounts .discount{
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .cart-item__price .cart-item__discounts{
    display:block;
  }
  #CartPageForm .cart-item__price-wrap{
    align-items: flex-start;
    flex-direction: column;
    row-gap: 5px;
    width:100%;
  }
  .cart-item__pay-info{
    width:100%;
  }
  #CartPageForm .cart-item__totals{
    width: 100%;
    justify-content: space-between;
  }
  #CartPageForm .cart-item__totals-price{
    width:100%;
  }
  #CartPageForm .cart-item__pay-info {
    max-width: 100%;
}
  .cart .cart-item__totals .cart-item__price{
    justify-content: space-between;
  }
}

@media (max-width:767px){
  .data-pup-btn.popup_button.lifeTimePerk {
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 12.191px;
    padding: 10px 50px;
    text-align: center;
    justify-content: center;
    font-size: 12.191px;
}
  [data-popup=birthday] .btn_beat_price a{
    margin:0 auto;
  }
  .cart-item__discounts .discount{
    padding-left:0px;
  }
  #CartPageForm .cart-item__details {
    display: flex;
    flex-grow: 1;
  }
  #CartPageForm .cart-item__price{
    justify-content: flex-start;
  }
  #CartPageForm .cart-item__price-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
  #CartPageForm .cart-item__pay-info {
    max-width: 100%;
    width: 100%;
    align-items: flex-end;
    flex: none;
    margin-right: -2.4rem;
    margin-top: -5px;
}
  #CartPageForm .cart-item__cost-wrap.m_hide{
    display:flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  #CartPageForm .cart-item__totals{
    display:flex;
    width: 100%;
  }
  #CartPageForm .cart-item__totals-price {
    width: 100%;
  }
  .cart .cart-item__totals .cart-item__price{
    justify-content:space-between !important;
  }
  .properks-text.threshold_text{
    display:block !important;
    width: 100%;
        height: 40px;
  }
  .enabledPerk .properks-text p{
    max-width: 100%;
    height: 40px;
  }
  .enabledPerk .cart-item__grid {
        align-items:center;
    position: relative;
    }
  .enabledPerk .cart-item__grid .cart-item__details{
    width:80%;
  }
  .enabledPerk .cart-item__grid .cart-item__pay-in{
    /*width: 100%;
        position: absolute;
        opacity: 0;
        z-index: 999999;
    top:0px;*/
    white-space: nowrap;
  }

  .cart-item__grid .properks-text p { font-size14px; }
  
  .option_values{
    flex-wrap:wrap;
  }
  .disabledPerk .cart-item__grid {
    flex-direction: column;
}

.disabledPerk .cart-item__pay-in {
    padding-left: 57px;
}
  .disabledPerk .cart-item__info.properks-text p {
    max-width: 100%;
}
  .disabledPerk .properks-text.threshold_text{
        height: 20px;
  }
  .main_pbtext {
    display: flex;
    align-items: center;
    gap: 10px;
}
  .main_pbtext svg{
    display:block;
  }
  .bottom_text_main_perks{
    align-items:center;
  }
}

/* LEADMAGNET POPUP STYLE */
/* COMMON STYLE IN BOTH VERSION */
.lead-magnet-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s; ease-in-out;
}

.lead-magnet-modal.open {
  opacity: 1;
  visibility: visible;
}

.popup-overlay {
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-overlay .img-holder{ position: relative; }

.popup-overlay .banner-image {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

.popup-overlay .text-holder {
  text-align: center;
  margin-bottom: 45px;
}

.popup-overlay .text-holder .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 20px;
}

.popup-overlay .text-holder .description {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.lead-magnet-form .form-holder {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lead-magnet-form .form-input {
  padding: 16px 20px;
  border-radius: 16px;
  background: #F6F6F6;
  border: 1px solid transparent;
  color: #939393;
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  caret-color: #000;
  display: block;
  outline: none !important;
  transition: all 0.35s ease-in-out;
}

.lead-magnet-form .form-input:focus {
  padding: 21px 20px 11px;
  border-color: #016FD0;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.lead-magnet-form .form-input.error {
  border: 1px solid #F00;
}

.lead-magnet-form .form-input::placeholder {
  color: #939393;
  opacity: 1;
}

.lead-magnet-form .form-input:focus::placeholder {
  opacity: 0;
}

.lead-magnet-form label {
  position: relative;
}

.lead-magnet-form .label {
  color: #939393;
  font-size: 9px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 6px;
  left: 20px;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

.lead-magnet-form .form-input:focus + .label {
  opacity: 1;
}

.lead-magnet-form .btn-submit {
  border-radius: 16px;
  background: #000;
  border: 1.5px solid #000;
  width: 157px;
  height: 55px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.lead-magnet-form .btn-submit:hover,
.lead-magnet-form .btn-submit:focus-visible {
  background: transparent;
  color: #000;
}

.lead-magnet-form .btn-holder {
  margin-top: 19px;
  display: flex;
  justify-content: center;
}

.lead-magnet-form .error-text {
  color: #F00;
  font-size: 9px;
  line-height: normal;
  padding-left: 13px;
  display: none;
}

.btn-close-modal {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.btn-close-modal svg {
  width: 49px;
  height: 51px;
}

.popup-overlay .success {
  display: none;
}

.popup-overlay .success .btn-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.popup-overlay .success .btn-holder .btn-primary {
  border-radius: 16px;
  background: #000;
  width: 157px;
  height: 55px;
  border: 1.5px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}

.popup-overlay .success .btn-holder .btn-primary:hover {
  background: #fff;
  color: #000;
}

.popup-overlay .success .btn-holder .btn-secondary {
  border-radius: 16px;
  background: transparent;
  width: 157px;
  height: 55px;
  border: 1.5px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}

.popup-overlay .success .btn-holder .btn-secondary:hover {
  background: #000;
  color: #fff;
}

.popup-overlay .success-message {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 80px;
}

/* V1 STYLE */
.popup-overlay.v1 {
  justify-content: right;
  align-items: flex-end;
  padding: 35px 20px;
}

.popup-overlay.v1 .popup-outer-wrap {
  max-width: 500px;
  width: 100%;
  border-radius: 16px;
  background: #F6F6F6;
  margin-bottom: 45px;
}

.popup-overlay.v1 .banner-image {
  border-radius: 12px 12px 0 0;
  height: 200px;
  object-fit: cover;
  object-position: left;
}

.popup-overlay.v1 .banner-image-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -17px;
}

.popup-overlay.v1 .popup-main {
  padding: 0 20px 20px;
  border-radius: 0 0 16px 16px;
  transform: translateY(-38px);
}

.popup-overlay.v1 .popup-inner-holder {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 16.4px 0px rgba(0, 0, 0, 0.10);
  padding: 42px 40px 36px;
}

.popup-overlay.v1 .success-icon {
  width: 40px;
  margin: 0 auto 40px;
}

.popup-overlay.v1 .success-icon img {
  max-width: 100%;
}

/* V2 Style */
.popup-overlay.v2 {
  align-items: center;
  justify-content: center;
}

.popup-overlay.v2 .inner-holder {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.popup-overlay.v2 .img-holder .img-banner {
  height: 190px;
  width: 100%;
  display: block;
  object-fit: cover;
}

.popup-overlay.v2 .img-holder .img-logo {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 60px;
}

.popup-overlay.v2 .main-holder {
  padding: 26px 55px 53px 55px;
  position: relative;
}

.popup-overlay.v2 .text-holder .title {
  font-size: 50px;
  margin: 0 0 6px;
}

.popup-overlay.v2 .text-holder {
  margin-bottom: 38px;
}

.popup-overlay.v2 .text-holder .description {
  max-width: 360px;
  margin: 0 auto;
}

.popup-overlay.v2 .lead-magnet-form .btn-holder {
  margin-top: 30px;
}

.popup-overlay.v2 .text-legal {
  color: #939393;
  font-size: 12px;
  line-height: 125%;
  text-decoration-line: underline;
  position: absolute;
  bottom: 18px;
  right: 21px;
  text-underline-offset: 3px;
}

.popup-overlay.v2 .text-legal:hover {
  text-decoration: none;
}

.popup-overlay.v2 .success-icon {
  width: 50px;
  margin: 0 auto 35px;
}

.popup-overlay.v2 .success-icon img {
  width: 100%;
}

.popup-overlay.v2 .success-message {
  max-width: 380px;
  margin: 0 auto 74px;
}

.leadmagnet-popup-header,
.modal-main-wrap-mobile{
  display: none;
}

.klaviyo-form-trigger-holder {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 3;
  transition: transform 0.35s ease-in-out;
}

.klaviyo-form-trigger-holder.hide {
  transform: translateX(100px);
}

.klaviyo-form-trigger-desktop,
.klaviyo-form-trigger-mobile{
  width: 49px;
  height: 51px;
  border-radius: 11.137px;
  background: #000;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.klaviyo-form-trigger-desktop img,
.klaviyo-form-trigger-mobile img {
  max-width: 100%;
}

.klaviyo-form-trigger-mobile { display: none; }

#btn-properks-modal-open svg,
.klaviyo_form_trigger svg{
  width: 20px;
}

body.scroll-lock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .popup-overlay.v1 .banner-image {
    height: 200px;
    object-fit: cover;
  }

  .popup-overlay.v1 .popup-inner-holder { padding: 30px; }

  .popup-overlay .text-holder .title {
    font-size: 30px;
    line-height: 120%;
  }

  .popup-overlay .text-holder .description {
    font-size: 16px;
  }

  .popup-overlay .text-holder { margin-bottom: 30px; }

  .popup-overlay.v1 .popup-outer-wrap { margin-bottom: 50px; }

  .btn-close-modal { bottom: 0; }

  .popup-overlay.v1 .success-message { margin-bottom: 40px; }

  .popup-overlay.v1 .success-icon { margin-bottom: 20px; }
}

@media only screen and (max-width: 767px) {
  .klaviyo-form-trigger-holder{ right: 20px; }

  .klaviyo-form-trigger-mobile {
    display: flex;
  }

  .klaviyo-form-trigger-desktop { display: none; }
  
  .btn-close-modal { display: none; }

  .popup-overlay.v2 {
    padding: 10px;
  }

  .popup-overlay.v2 .main-holder {
    padding: 34px 40px 85px;
  }

  .popup-overlay.v2 .text-holder .title {
    font-size: 38px;
    margin: 0 0 10px;
  }

  .leadmagnet-popup-header {
    display: flex;
    height: 63px;
    padding: 0 25px;
    background: #000;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    align-items: center;
    justify-content: space-between;
  }

  .leadmagnet-popup-header a {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .btn-close-modal-mobile {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .popup-overlay.v1 .popup-outer-wrap {
    display: none;
  }

  .popup-overlay.v1 {
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .modal-main-wrap-mobile { 
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    color: #fff;
    display: block;
  }

  .modal-main-wrap-mobile .modal-content-wrapper {
    padding: 48px 40px 100px;
    position: relative;
  }

  .modal-main-wrap-mobile .modal-content-wrapper .text-legal {
    color: #939393;
    font-size: 12px;
    line-height: 125%;
    text-decoration: underline;
    text-underline-offset: 3px;
    position: absolute;
    right: 23px;
    bottom: 23px;
  }

  .modal-main-wrap-mobile .icon-holder {
    width: 52px;
    margin: 0 auto 33px;
  }

  .modal-main-wrap-mobile .icon-holder img {
    max-width: 100%;
  }

  .popup-overlay .modal-main-wrap-mobile .text-holder .title {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    line-height: 140%; 
    margin: 0 0 10px;
  }

  .modal-main-wrap-mobile .lead-magnet-form .form-input {
    background: #000;
    color: #939393;
    border-color: #C7C7C7;
    caret-color: #fff;
  }

  .modal-main-wrap-mobile .lead-magnet-form .form-input:focus {
    border-color: #F200FF;
  }

  .modal-main-wrap-mobile .lead-magnet-form .form-input.error {
    border-color: #f00;
  }

  .lead-magnet-form .error-text {
    padding-top: 2px;
  }

  .popup-overlay.v1 .lead-magnet-form .btn-submit {
    background: #000;
    border-color: #fff;
    color: #fff;
  }

  .popup-overlay .modal-main-wrap-mobile .success .btn-holder .btn-primary {
    background: #fff;
    border-color: #fff;
    color: #000;
  }

  .popup-overlay .modal-main-wrap-mobile .success .btn-holder .btn-secondary {
    background: #000;
    color: #fff;
    border-color: #fff;
  }

  .popup-overlay.v1 .leadmagnet-popup-header {
    border-bottom: 1px solid #1D1D1B;
    background: linear-gradient(0deg, #000 0%, #444 154.36%);
  }

  .popup-overlay.v2 .img-holder .img-logo {
    width: 45px;
  }
}


/*========== SUPPORT PAGE STYLE ==========*/

.support-page-main-wrapper {
  padding: 0 14px;
}

.support-page-main-wrapper .page-container {
  max-width: 1272px;
  padding: 0 40px;
  margin: 0 auto;
}

.support-page-top-section {
  padding: 107px 0 48px;
}

.support-page-top-section .page-header {
  text-align: center;
  margin-bottom: 96px;
}

.support-page-top-section .page-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 112.5%;
  margin-bottom: 38px;
}

.support-page-top-section .description {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 62px;
}

.support-page-top-section .page-header .btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
  margin-bottom: 18px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  min-width: 158px;
  padding: 17px 33px;
  border: 1.5px solid #000;
  background: #000;
  border-radius: 16px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  background: transparent;
  color: #000;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  min-width: 158px;
  padding: 17px 33px;
  border: 1.5px solid #000;
  background: transparent;
  border-radius: 16px;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-secondary:hover {
  background: #000;
  color: #fff;
}

.btn-secondary .status-icon {
  width: 6.935px;
  height: 6.935px;
  flex-shrink: 0;
  background: #4DFF00;
  filter: blur(2px);
}

.btn-secondary.offline {
  background: #F7F2E9;
}

.btn-secondary.offline .status-icon {
  background: #F00;
}

.chat-hour {
  color: #939393;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(356px, 1fr));
  gap: 30px 20px;
  padding: 0 42px;
}

.support-grid .support-tile {
  border-radius: 8px;
  background: #929292;
  height: 143px;
  font-family: "JetBrains Mono";
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.032px;
  text-decoration: none;
  padding: 0;
  border: 0;
  color: #000;
}

.support-grid .support-tile .support-tile-inner {
  height: 100%;
  border-radius: 8px;
  background: #E4E4E4;
  padding: 27px 30px 33px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s ease-in-out;
}

.support-grid .support-tile:hover .support-tile-inner {
  transform: translateY(-10px);
}

.support-grid .support-tile .icon-arrow {
  transition: transform 0.35s ease-in-out;
}

.support-grid .support-tile:hover .icon-arrow {
  transform: translateX(4px);
}

.support-grid .support-tile .support-tile-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.support-grid .support-tile .status-indicator {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  background: #FF3700;
  border-radius: 100px;
}

.support-grid .support-tile.custom-chat-button.offline .support-tile-inner {
  background: #FFE8A4;
}

.support-grid .support-tile.custom-chat-button.online .support-tile-inner {
  background: #D4FE2A;
}

.support-grid .support-tile.custom-chat-button.online .status-indicator {
  background: #1F0;
}

.support-grid .support-tile.custom-chat-button.offline .status-text-online {
  display: none;
}

.support-grid .support-tile.custom-chat-button.online .status-text-offline {
  display: none;
}

@media only screen and (max-width: 640px) {
  .support-page-top-section {
    padding: 60px 0 74px;
  }

  .support-page-main-wrapper {
    padding: 0 20px;
  }

  .support-page-main-wrapper .page-container {
    padding: 0;
  }

  .support-grid {
    padding: 0;
    gap: 16px;
  }

  .support-page-top-section .page-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 153.846%;
  }

  .support-page-top-section .description {
    margin-bottom: 78px;
  }

  .support-page-top-section .page-header .btn-holder {
    gap: 15px;
  }

  .btn-secondary,
  .btn-primary{
    padding: 15px 32px;
  }

  .support-page-top-section .page-header {
    margin-bottom: 60px;
  }
}

/*========== END OF SUPPORT PAGE STYLE ==========*/

.product__info-wrapper .custom-product-information-tag-block .product-information-tag__heading-title.custom-fontweight-pdp { font-size: inherit !important; }

.featured-articles__container .carousel[data-animation='fade'] .carousel__slide {
  visibility: hidden;
}

.featured-articles__container .carousel[data-animation='fade'] .carousel__slide.is-selected {
  visibility: visible;
}

p a { display: inline-block; }

.shopify-policy__title {
  padding-top: 50px;
}

@media (min-width: 601px) {
    .custom-product-information-tag-block:nth-child(2n) {
        margin-right: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
  .image-banner:not(.carousel__slide) { margin-top: 20px; }

  .featured-articles__container {
    padding-top: 20px;
  }

  .rich-text__outer-container .section-spacing {
    padding-top: 15px;
  }

  .faq__container {
    padding: 4rem 2rem;
  }
}

.menu_header_main + .gift.guide.mega-menu__block {
  padding-right: 130px !important;
}

/*================== PRICE MATCH MODAL STYLE ======================*/

.price-match-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: none;
}

.form-wrapper {
  max-width: 500px;
  width: 100%;
  height: 74%;
  background: #fff;
  position: absolute;
  right: 57px;
  bottom: 100px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.form-header {
  height: 93.5px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  flex-shrink: 0;
}

.price-match-modal .btn-back,
.price-match-modal .btn-close{
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.price-match-modal .btn-back {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.price-match-modal .form-holder {
  padding: 30px 54px 30px 42px;
  flex-grow: 1;
  overflow: auto;
}

.price-match-modal .form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 0.5px solid #939393;
}

.price-match-modal .form-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.035px;
}

@media only screen and (max-width: 767px) {
  .form-wrapper {
    right: auto;
    left: 50%;
    top: 20px;
    height: calc(100vh - 40px);
    width: 95%;
    transform: translateX(-50%);
  }

  .price-match-modal .form-holder { padding: 25px; }

  .main_field_form {
    padding: 19px 20px;
  }

  .form-row.footer-text,
  .form-row.center{
    text-align: center;
  }
}

/*================== END OF PRICE MATCH MODAL STYLE =====================*/

.quick-view__body #size-guide-popup {
  width: calc(100% - 43px);
  left: 23px;
  height: calc(100% - 40px);
  top: 20px;
  border-radius: 1.6rem;
  overflow: hidden;
}

.product-badge {
  padding: 6px 10px;
  color: #383838;
  font-family: "JetBrains Mono";
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

/* .quick-view__body .link__text {
  background: none !important;
} */

.product--with-desktop-media-carousel {
  background: #fff;
}

/*.btn[disabled] {
  opacity: 1;
  background: #D4D4D4;
}
*/
/*
* THIS CSS TO MAKE THE PRICE STAYS AT THE BOTTOM ON PRODUCT CARD
*/
.product-card,
.product-card--center-alignment .product-card__info{ height: 100%; }

@media (min-width: 768px) {
  .product-card--center-alignment .product-card__details,
  .product-card__vendor{
      flex-grow: 1;
  }

  .product-card__details-inner { height: 100%; }
}

@media only screen and (max-width: 767px) {
  .quick-view__body #size-guide-popup {
    width: 100%;
    left: 0;
    height: 100% - 40px;
    top: 0;
  }
}

@media (min-width: 1200px) {
    .collection-list .slider-grid:has(.slider-grid__d-carousel) {
        margin-right: 0 !important;
    }
}

.wallet-cart-button-container {
  width: 50%;
}

.custom-cart-subtotal .cart-buttons .dynamic-checkout-buttons--cart-page {
  max-width: 311px;
  margin: 0 auto;
}

.variant_main_perks .option_values.opt_Size .swatch_item_Size {
  background: #FAF9F8;
  border: 1px solid #C5C5C5;
  width: 29px;
  height: 29px;
  color: #D2D2D2;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 200% */
}

.variant_main_perks .option_values.opt_Size .input_Size:checked + label {
  outline: none;
  border-color: #383838;
  background: #F7F4F1;
  color: #383838;
}

@media (min-width: 768px) {
  .cart-item-perk-list { margin-bottom: 20px; }
  
  .cart-item-perk-list .cart-item:first-of-type .cart-item__body { border-top: 1px solid #F6F6F6; }

  .cart-item-perk-list .cart-item__body.cart_items { border-bottom: 0 !important; }
}

/* Cart page free shipping and free return popup style */
.freeshipping_innerpopup {
  width: 63.62%;
  max-width: none !important;
  background: #000 !important;
  height: 62%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}



.header_t_shipping { color: #fff !important; }

.body_freeshipping_inner * { 
  color: #fff !important; 
  font-weight: 300 !important;
}

.body_freeshipping_inner a {
  font-weight: 300;
}

.body_freeshipping_inner a:hover {
  text-decoration: none;
}

.close_icon_mreturn,
.close_icon_m{
  right: 30px !important;
  top: 30px !important;
}

@media only screen and (max-width: 767px) {

  .freeshipping_innerpopup {
    width: 100%;
    height: 100%;
  }

  .close_icon_mreturn,
  .close_icon_m{
    right: 20px !important;
    top: 20px !important;
  }

  .close_icon_mreturn svg,
  .close_icon_m svg{
    width: 20px;
    height: 20px;
  }

  .close_txt_freer,
  .close_txt_frees{ display: none !important; }

  .drawer-menu__page.drawer_menu-activity .drawer-menu__content .drawer-menu__mega-menu-wrapper {
    display: none;
  }  
}

.drawer-menu__page .mega-menu-ad5b492f-e107-4508-9613-245a05308a86 .image-block__content-wrap {
  align-items: center !important;
  justify-content: center !important;
}

.drawer-menu__page .mega-menu-ad5b492f-e107-4508-9613-245a05308a86 .image-block__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 90px;
}

.drawer-menu__page .mega-menu-ad5b492f-e107-4508-9613-245a05308a86 [aria-label="5 / 12"] .image-block__content {
  max-width: 110px;
}

.image-block__content-wrap .image-block__content h6 {
  line-height: 24px;
  letter-spacing: 2.8px;
  text-align: center;
}

.image-block__content-wrap .image-block__content h6.custom-text-left { text-align: left; }

.mega-menu__block.swiper.activity .shape.shape--nature {
  aspect-ratio: 1/1.5331;
}

.mega-menu__block.swiper.activity .image-block .image-block__title {
  transition: all 0.3s ease;
}

.mega-menu__block.swiper.activity .image-block:hover .image-block__title {
  transform: translateX(10px);
}

.mega-menu__outer-container.Activity .mega-menu__block--images .swiper-button-next,
.mega-menu__outer-container.Activity .mega-menu__block--images .swiper-button-prev{
  top: 50%;
  margin-top: -50px;
}

@media (min-width: 900px) {
    .mega-menu__outer-container.Activity .swiper-wrapper {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .mega-menu-menu_1_MkxVc4.activity .image-block__content-wrap {
        align-items: center;
        justify-content: center;
    }

  .mega-menu-menu_1_MkxVc4.activity .image-block__content-wrap .image-block__content {
    transform: rotate(-90deg);
    position: relative;
    z-index: 1;
  }

  .mega-menu__outer-container.Activity .mega-menu__block.swiper .image-block .overlay.overlay--black {
    display: block;
  }

  .mega-menu__outer-container.Activity .image-block:hover .overlay {
        background: rgb(var(--gsc-black-color), var(--gsc-overlay-opacity));
    }

  
}

/* FREE SHIPPING BAR IN CART */

.free-shipping-bar__progress--with-gradient .free-shipping-bar__progress-bar {
  background: #d9d9d9;
}

.free-shipping-bar__progress {
  border-radius: 40px;
}

.free-shipping-bar__progress--with-gradient .free-shipping-bar__progress-bar-dots {
  z-index: 1;
  background: #44BF30;
  border-radius: 40px;
}

.free-shipping-bar__title {
  color: #3B3933;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.cart__free-shipping-bar {
  max-width: 210px;
  margin: 0 auto 25px;
}

.collection__header--left.tab-name.selected { background: transparent !important; }

.cart-drawer .cart-item .cart-item__remove-button {
  top: 8px;
}

.product__info-wrapper--wide .product-form__btn-wrapper,
.product__content .product-form__btn-wrapper{
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.popup_main-con p:first-child {
    margin-bottom: 21px;
    margin-top: 27px;
}

.cart .cart-item {
  max-height: none !important;
  padding-bottom: 2.4rem;
}

.btn-buy[disabled],
.disBtnCart,
.btn[disabled]{
  /*background: #D4D4D4;
  border-color: #D4D4D4;
  color: #fff;,
  pointer-events: none;
  cursor: default !important;*/
  opacity: 0.2;
  pointer-events: none;
  cursor: default !important;
}

.product-form__btn.loading span {
  opacity: 1;
}

div[data-nametag="shop-portal-provider"] {
  display: none !important;
}

.search__results-container .product-card__inner.shape.shape--portrait,
.search-sidebar .product-card__inner.shape.shape--default {
  --gsc-shape-fill-mode: contain;
}

@media (min-width: 768px) {
  .cart__free-shipping-bar {
    margin: 0 auto 27px;
    max-width: 260px;
  }

  .cart-drawer .cart-item .cart-item__body {
    padding-top: 2rem;
  }

  .popup_main-con p,
  .popup_main-con a {
    font-family: 'JetBrains Mono';
    font-size: 22px;
  }

  .popup_main-con a { color: #016FD0!important; }
}

@media (max-width: 768px) {
    .cart-item__price-item,
    .cart-item__price-item--small{ font-weight: 400 !important; }

    .cart-item__totals-price .cart-item__price-item { 
      font-weight: 600 !important; 
      margin-left: auto;
    }

  .cart-drawer .cart-item .cart-item-quantity {
    align-items: center;
  }
  
  .cart .cart-items__items .cart-item {
    max-height: none !important;
    padding-bottom: 0;
  }

  .cart .cart-item__info { padding-left: 10px; }

  .cart .cart-item-quantity {
    align-self: flex-end;
  }

  .cart-item-perk-list .main_inner_cart {
    padding-right: 2.4rem;
  }

  .cart-item-perk-list .main_pbtext {
    color: #383838;
    font-size: 14px;
    column-gap: 8px;
    padding-right: 0px;
  }

  .product__info-wrapper--wide .product-form__btn-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 678px) {
    .properk_join .popup_inner {
      border-radius: 12px;
    }
}

@media (max-width: 550px) {
    .title_main_perks {
      color: #000 !important;
      font-family: Inter;
      font-size: 13px;
      font-style: normal;
      font-weight: 600 !important;
      line-height: 145%;
    }

    .cart .price_mobile-bt {
        color: #000;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }
}

/*============ KLAVIYO FORM STYLE ===========*/

.needsclick[role="dialog"] {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  transition: all 0.35s; ease-in-out;
}

@media only screen and (max-width: 767px) {
  .go3754826361.go3754826361.go3754826361::before { display: none; }

  .needsclick[role="dialog"] {
    left: 0 !important;
    transform: none !important;
    backdrop-filter: none !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .needsclick[role="dialog"] > .needsclick {
    width: 97%;
    overflow: hidden;
  }
}

/*============ END OF KLAVIYO FORM STYLE ===========*/



/* PDP sale badge for swatches */
.swatch-sale-badge {
  position: absolute !important;
  top: 4px !important;       /* adjust vertical position */
  left: 50% !important;       /* center horizontally */
  transform: translateX(-50%) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  padding: 4px 6px !important;
  border-radius: 12px !importanat;
  background: #C6FF00 !important;
  color: #000 !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

/* Ensure the label wrapper provides positioning context */
.color-swatch-select-parent,
.image-swatches__item{
  position:relative;
}

/* Optional: ring highlight when a swatch value has any sale variant */
.color-swatch--on-sale{
  box-shadow:0 0 0 2px #C6FF00 inset;
  border-radius:12px;
}
.image-swatches__item--on-sale .image-swatches__item-body-wrapper{
  box-shadow:0 0 0 2px #C6FF00 inset;
  border-radius:12px;
}


/* === PDP swatch SALE badge tweaks === */

/* 1) Center the SALE pill at the top of the thumbnail */
.swatch-sale-badge{
  position: absolute;
  top: -8px;              /* lift slightly above the image frame */
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  right: auto;
  z-index: 2;
  font-size: 11px;
  line-height: 1;
  padding: 4px 10px;      /* pill shape */
  border-radius: 999px;
  background: #C6FF00;    /* your neon lime */
  color: #000;
  font-weight: 600;
  letter-spacing: .02em;
  pointer-events: none;
  box-shadow: 0 1px 1px rgba(0,0,0,.08);
}

/* ensure the label wrapper allows the badge to show above */
.color-swatch-select-parent,
.image-swatches__item{
  position: relative;     /* anchor for the absolute badge */
  overflow: visible;      /* don't clip the badge */
}

/* 2) Remove the green outline/ring that was added for on-sale items */
.image-swatches__item--on-sale .image-swatches__item-body-wrapper,
.color-swatch--on-sale{
  box-shadow: none !important;
}

/* (optional) keep the normal selected ring from your theme only */
.image-swatches__item.selected .image-swatches__item-body-wrapper{
  /* leave your theme's default; nothing here means it stays as-is */
}

.overlay-bg-body {
  position: fixed;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 27.45%, rgba(0, 0, 0, 0.10) 52.03%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.scroll-y-off .overlay-bg-body {
  opacity: 1;
  pointer-events: auto;
}

.filters__active-option {
    border-radius: 60px;
    border: 1px solid #DFDFDF;
    background: #ECECF3;
    display: inline-flex;
    padding: 4.338px 10.117px 3.264px 10.399px;
    align-items: center;
    gap: 3.073px;
    color: #727079;
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.filters__active-option-close.close-button__icon path {
  stroke-width: 1px;
}

.product-badge--sold-out {
  color: rgb(var(--gsc-product-sold-out-badge-color));
  background: rgb(var(--gsc-product-sold-out-badge-background));
  display: flex;
  height: 31px;
  padding: 8.387px 8.133px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 70px;
  border: 1px solid #F1EEDF;
  background: #FFFDF4;
  color: #000;
  text-align: center;
  font-family: "JetBrains Mono";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.13px;
  text-transform: uppercase;
}

.visually-hidden-vis {
  opacity: 0;
  visibility: hidden;
}


.sort-list--desktop {
  width: 155px;
}

.shop__product-count {
  width: 70px;
}

.main_dsktop_f {
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .filters__active-options {
    /* flex-flow: row nowrap; */
  }

  .shop__header-left-panel  {
    flex-grow: 1;
  }

  .sidebar-filters--drawer-left {
    max-width: 492px;
  }
}

@media screen and (max-width: 900px) {
  .container__header.shop__header {
    align-items: flex-start !important;
  }

  .shop__header-left-panel {
    flex-flow: row wrap;
    row-gap: 1.5rem;
  }
}