/** Shopify CDN: Minification failed

Line 14:4 Unexpected "{"
Line 14:5 Expected identifier but found "%"
Line 14:58 Unexpected "{"
Line 14:59 Expected identifier but found "%"

**/
.cart-upsell-product-hide{
display:none;
}
  .cart-upsell-section .upsell-variant-block {
    display: grid;
    {% comment %} grid-template-columns: repeat(3, auto); {% endcomment %}
         grid-template-columns: max-content auto max-content;
    align-items: center;
}
  .cart-upsell-section {
    border-top: 0.5px solid #3F42FB;
}
  .cart-upsell-section .section-heading {
    font-family: 'D-DIN';
    font-size: 16px;
    line-height: 100%;
    color: #3F42FB;
        padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing:-0.1px
}
  .cart-upsell-section .product_title {
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    color: #3F42FB;
    text-transform: uppercase;
         font-family: HEX-Franklin-Bold;
}
.cart-upsell-section .price {
        font-family: D-DIN-Bold;
    font-size: 15px;
    line-height: 100%;
    color: #3F42FB;
    margin-right:10px;
    letter-spacing:0;
    /* margin-top:60px; */
}
  .cart-upsell-section .product_description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #3F42FB;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-right:1px;
}
.cart-upsell-section .upsell_content {
  
    padding: 20px 10px 20px 24px;
}
  .cart-upsell-section button.upsell-atc-btn {
    background: #3F42FB;
    width: 75px;
    height: 30px;
    border-radius: 7px;
    color: #fff; 
    font-size: 15px;
    line-height: 100%;
    font-family: D-DIN;
    border: none;
    cursor: pointer;
        transition: .4s ease;
        /* margin-top:20px; */
}
.cart-upsell-section button.upsell-atc-btn:hover{
  color: #3F42FB;
    background: #FFF800;
}
  .cart-upsell-section .featured_image {
    width: 100%;
    height: auto;
    max-width: 130px;
    background-color:#EAEAEA;
    border-radius:14px 0 0 14px;
    padding:7px 0;
}
  .cart-upsell-section .featured_image img{
    object-fit: contain;
    aspect-ratio: 1;
  }

 @media (max-width:395px){
      .cart-upsell-section .featured_image {
     padding:28px 0 !important;
}
 }


  @media (max-width:768px){
    .cart-upsell-section .upsell_content {
    padding-left: 15px;
    padding-right:0;
}
/* .cart-upsell-section .featured_image img{
    width: 120%;
    height: auto;
    margin-left:-10%;
} */
    .cart-upsell-section button.upsell-atc-btn {
  width: 72px;
        height: 26px;
        font-size: 16.5px;
        /* margin-top:15px; */
}
    .cart-upsell-section .featured_image {
    max-width: 110px;
     padding:18px 0;
    display:flex;
}
.cart-upsell-section .product_title {
    font-size: 22px;
  line-height: normal;
}
.cart-upsell-section .product_description p, .cart-upsell-section .price {
    font-size: 16px;
    line-height:17px;
}
    .cart-upsell-section .section-heading {
    font-size: 17.5px;
              padding-top: 10px;
        padding-bottom: 10px;
}
    .cart-upsell-section .upsell_content {

    align-items: start;
}
  }



  .upsell-product-wrapper{
    background-color:#ffffff;
    border-radius:14px;
    margin-bottom:20px;
  }
  .cart_upsell_btn-price{
    display:flex;
    flex-direction:row;
        justify-content: space-between;
        align-items: center;
    margin-top: 20px;
  }
 