/** Shopify CDN: Minification failed

Line 402:27 Unexpected "{"

**/
.show_upsell_anchor_btn .icon-with-text .icon-with-text__item.recommended_cart_anchor_link {
     display:flex;
}
 #inline_upsell {
    padding: 30px 0;
    margin-bottom: 10px;
}
 .upsell_products {
     text-align: center !important;
     font-size: 16px;
}

 .upsell_products .inner-wrapper {
     display: flex;
     justify-content: center;
     align-items:center;
     padding-top: 0;
}
 .upsell_products .item {
     text-align: center;
     max-width: 300px;
     width:100%;
     padding: 5px 0px;
     position: relative;
}
 .upsell_products .item .product-image {
     height: 140px;
     margin-bottom: 10px;
}
 .upsell_products .item .product-image img {
     max-height: 100%;
     max-width: 100%;
     width: 100%;
     object-fit:contain;
}
 .upsell_products .item .product-name {
     font-size: 14px;
     margin-bottom: 5px;
}
 .upsell_products .item .item-price {
     width: 100%;
}
 .upsell_products .item .item-price .catalog-page__item-price-amount {
     font-size: 15px;
}
 .upsell_products .item .popup_addtocart {
     display: none;
}
 .upsell_products .item .item-action {
   width:100%;
   text-align:center;
}
 .upsell_products .item .item-action input {
     display: none;
}
 .upsell_products .item .item-action label {
     position: relative;
     padding-left: 35px;
}
 .upsell_products .item .item-action label:before {
     width: 20px;
     height: 20px;
     cursor: pointer;
     position: absolute;
     top: 0;
     left: 0;
     border: 1px solid #231e1f;
     content: '';
}
 .upsell_products .item .item-action label:after {
     content: '';
     width: 10px;
     height: 7px;
     position: absolute;
     top: 5px;
     left: 5px;
     border: 2px solid #fcfff4;
     border-top: none;
     border-right: none;
     background: transparent;
     opacity: 0;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .upsell_products .item .item-action input[type=checkbox]:checked + label:before {
     background: #6BCDE0;
     border: 0;
}
 .upsell_products .item .item-action input[type=checkbox]:checked + label:after {
     opacity: 1;
}
 .upsell_products .item .item-action a {
     color: #231f20;
     text-decoration: underline;
     line-height: 18px;
     display: block;
     letter-spacing: 2px;
}
 .upsell_products .item .ajax-progress {
     display: none;
}
 .upsell_products .col-total {
    width: 100%;
    margin-left: 25px;
    max-width: 250px;
}
 .upsell_products .col-total .total {
     font-size: 30px;
     line-height: 1;
}
 .upsell_products .col-total .total span {
     color: #6BCDE0;
     display: block;
     margin-top: 8px;
}
 .upsell_products .col-total .saved {
     font-size: 24px;
     text-decoration: line-through;
}
 .upsell_products .col-total .btn {
     margin-top: 24px;
     text-transform: uppercase;
     width: 100%;
}
 .upsell_products .plus, .upsell_products .equals {
     height: 200px;
     display: flex;
     align-items: center;
     width: 40px;
     margin: 0 10px;
     justify-content: center;
}
 .upsell_products .plus span, .upsell_products .equals span {
     display: flex;
     width: 40px;
     height: 40px;
     font-size: 24px;
     align-items: center;
     justify-content: center;
     background-color: #f6f9fd;
     color: #898989;
     border-radius: 50%;
}
 .has-product-with-varaints .plus span, .has-product-with-varaints .equals span {
     display: none;
}
 #popup_upsell {
     padding: 32px 56px;
}
 #popup_upsell .plus, #popup_upsell .equals, #popup_upsell .col-total {
     display: none;
}
 #popup_upsell > h4 {
     margin:0 0 17px 0;
     font-weight: bold;
}
 @media (min-width: 1200px) {
     #popup_upsell > h4 {
         font-size: 36px;
    }
}
 #popup_upsell .fancybox-button {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background-color: #898989;
     top: 10px;
     right: 11px;
     color: #fff;
     padding: 5px;
}
 @media (max-width: 1199px) {
     #popup_upsell .fancybox-button {
         width: 36px;
         height: 36px;
    }
}
 #popup_upsell .item-action {
     display: none;
}
 #popup_upsell .inner-wrapper {
     margin-bottom: 50px;
}
 #popup_upsell .item {
     padding: 17px 0 0;
     border: solid 1px #F1F1F1;
     margin: 0 15px;
     max-width: 270px;
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
 #popup_upsell .item .product-name {
     margin-bottom: 30px;
     padding: 0 24px;
}
 @media (min-width: 1200px) {
     #popup_upsell .item .product-name {
         margin-bottom: 80px;
    }
}
 #popup_upsell .item .product-image {
     width: 240px;
     height: 160px;
     margin: 0 auto 16px;
}
 #popup_upsell .item .d-flex {
     background-color: #ECEFF4;
     width: 100%;
}
 @media (min-width: 1200px) {
     #popup_upsell .item .d-flex {
         position: absolute;
         bottom: 0;
         left: 0;
    }
}
 #popup_upsell .item .d-flex .popup_addtocart, #popup_upsell .item .d-flex .item-price {
     flex: 1 1 0;
}
 #popup_upsell .item .item-price {
     position: static;
}
 #popup_upsell .item .popup_addtocart {
     display: block;
     width: 100%;
}
 #popup_upsell .item .popup_addtocart .btn {
     width: 100%;
     height: 48px;
     line-height: 48px;
     margin: 0 auto;
     font-size: 14px;
     font-weight: 500;
     padding: 0 10px;
}
 #popup_upsell .item .ajax-progress {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     justify-content: center;
     padding-top: 70px;
     background: rgba(255, 255, 255, 0.8);
}
 #popup_upsell .item .ajax-progress .preloader4 {
     border-top-color: rgba(0, 0, 0, 0.2);
     border-bottom-color: #231f20;
     border-left-color: rgba(0, 0, 0, 0.2);
     border-right-color: #231f20;
}
 #popup_upsell .item .ajax-progress p {
     font-size: 14px;
}
 #popup_upsell .item.added .popup_addtocart .btn {
     border: 1px solid #cc2527;
     background: #fff;
     color: #cc2527;
     cursor: default;
     display: flex;
     align-items: center;
     transition: outline 1s linear;
}
 #popup_upsell .item.added .popup_addtocart .btn span {
     position: relative;
     line-height: 20px;
     display: block;
     height: 20px;
     padding-left: 25px;
}
 @media (min-width: 768px) {
     #popup_upsell .item.added .popup_addtocart .btn span {
         overflow: hidden;
    }
}
 @media (max-width: 767px) {
     #popup_upsell .item.added .popup_addtocart .btn span {
         font-size: 12px;
    }
}
 #popup_upsell .item.added .popup_addtocart .btn span:before {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     position: absolute;
     top: 0;
     left: 0;
     content: '';
     background: #cc2527;
}
 #popup_upsell .item.added .popup_addtocart .btn span:after {
     content: '';
     width: 9px;
     height: 6px;
     position: absolute;
     top: 6px;
     left: 5px;
     border: 2px solid #fcfff4;
     border-top: none;
     border-right: none;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 #popup_upsell .btn-continue {
     font-size: 14px;
}
 @media (min-width: 1200px) {
     #popup_upsell .btn-continue {
         float: right;
    }
}
 #popup_upsell .btn-close {
     font-size: 14px;
}
 #popup_upsell .popup-actions {
     max-width: 588px;
     margin: 0 auto;
}
 @media (max-width: 580px) {
     #popup_upsell .popup-actions {
         display: flex;
         flex-wrap: wrap;
    }
}
 #popup_upsell .popup-actions .btn {
     margin: 0 12px;
}
 @media (min-width: 1200px) {
     #popup_upsell .popup-actions .btn {
         width: calc(50% - 24px);
    }
}
 @media (max-width: 580px) {
     #popup_upsell .popup-actions .btn {
         width: 100%;
         margin-bottom: 15px;
    }
}
 @media (max-width: 1279px) {
     #popup_upsell {
         padding: 30px 20px 20px;
    }
     #popup_upsell .item {
         margin: 0 10px;
         max-width: 280px;
    }
   .upsell_products .col-total {
     max-width:200px;
   }
}
 @media (max-width: 1024px) {
     #inline_upsell .inner-wrapper {
         flex-wrap: wrap;
       gap:0;
    }

     #inline_upsell .equals {
         width: 100%;
         flex: 0 0 100%;
         height: auto;
       margin-bottom:20px;
    }
     #inline_upsell .col-total {
         margin-left: 0;
    }
     .has-product-with-varaints .equals {
         height: 50px;
    }
     #popup_upsell {
         padding: 30px 20px 50px;
    }
     #popup_upsell .item {
         margin: 0 10px;
         max-width: 200px;
    }
     #popup_upsell .item .product-image {
         height: 120px;
         max-width: 100%;
    }
     #popup_upsell .item .item-price {
         bottom: 82px;
    }
     #popup_upsell .item .popup_addtocart {
         bottom: 20px;
    }
    #inline_upsell .item {
         max-width: 200px;
    }
}
 @media (max-width: 991px) {
     #inline_upsell .item {
             max-width: calc(33% - 60px);
     
   }
   .upsell_products .plus, {
    margin: 0 5px;
     height:auto;
   }
   #inline_upsell .equals {
     margin:0 0 10px 0;
   }
   .upsell_products .col-total .total {
     font-size:22px;
   }
   .upsell_products .col-total .btn {
     margin-top:15px;
     padding:15px;
     font-size:15px;
   }
 }

 @media (max-width: 767px) {

     .upsell_products p {
         font-size: 14px;
    }
     #inline_upsell {
         padding-top: 0;
    }
     #inline_upsell h3 {
         font-size: 24px;
         line-height: 36px;
         margin-bottom: 0;
    }
     #inline_upsell .inner-wrapper {
         padding-top: 20px;
    }
     #inline_upsell .item {
         max-width: 100%;
        display: block;
          padding: 0px;
        height: auto;
    }
     #inline_upsell .item .product-image {
        float: left;
        width: 35%;
        margin: 0;
        padding: 0 10px 0 0;
        height: 85px;
    }
     #inline_upsell .item .product-image a {
         width: 100%;
    }
     #inline_upsell .item .mobile-right-col {
            float: right;
    width: 65%;
    text-align: left;
    }
     #inline_upsell .item .mobile-right-col .product-name {
        font-size: 15px;
        line-height: 1.2;
    }
     #inline_upsell .item .mobile-right-col .item-price {
      font-size: 14px;
    }
     #inline_upsell .item .mobile-right-col .item-price .catalog-page__item-price-amount {
         font-size: 14px;
    }
     #inline_upsell .item .mobile-right-col .item-action {
      text-align: left;
    }
     #inline_upsell .plus, #inline_upsell .equals {
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
      height:auto;
    }
     #inline_upsell .col-total {
         width: 100%;
         margin-left: 0;
       max-width:100%;
    }

     #inline_upsell .col-total .total span {
         display: inline-block;
         margin-top: 0;
         font-weight: normal;
    }
     #popup_upsell .inner-wrapper {
         flex-wrap: wrap;
         margin-bottom: 0;
         padding-top: 0;
    }
     #popup_upsell .item {
         margin: 0 5px 30px;
         max-width: 250px;
    }
     #popup_upsell .item .product-image {
         width: 240px;
         height: 160px;
    }
   #inline_upsell .equals {
     margin-top:15px;
   }
 
}
 