/** Shopify CDN: Minification failed

Line 14:21 Expected identifier but found "{"
Line 14:22 Unexpected "{"
Line 14:31 Expected ":"

**/

  .cart_product_swiper .product_box{
    display: flex;
    align-items: center;
    justify-content: start;
    padding:10px;
    background-color:{{settings.cart_product_color}};
    gap:10px;
    padding-bottom: 40px;
  }
  .cart_product_swiper .product_box img{
    width:100px;
    height:auto;
  }
  .cart_product_swiper h4{
    margin: 0;
    line-height: 1.6;
    font-size:12px;
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
    width:200px;
    color:#000;

  }
  .cart_product_swiper h4 a{
    cursor: pointer;
    background: linear-gradient(to right,currentColor,currentColor) 0 min(100%,1.35em) / 0 1px no-repeat;
    transition: background-size .3s ease-in-out;
  }
  .cart_product_swiper a{
    text-decoration:none;
  }
  .cart_product_swiper h4 a:hover{
    background-size: 100% 1px;
  }
  .cart_product_swiper .add_cart_swiper{
    background: #fff;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    transition: all .5s;
    text-decoration: underline;
    text-align: left;
    margin-top: 10px;
  }
 
  .cart_product_swiper .swiper-button-next.swiper-button-disabled,.cart_product_swiper .swiper-button-prev.swiper-button-disabled{
    opacity:.5;
  }
  .cart_product_swiper .swiper-button-prev,.cart_product_swiper .swiper-button-next{
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all .2s ease-in-out;
    opacity:1;
    background-color:rgba(0,0,0,.1)
  }
  .cart_product_swiper .swiper-button-prev:after,.cart_product_swiper .swiper-button-next:after{
    display:none
  }
  .cart_product_swiper svg{
    color:#fff;
    width:20px;
    height:20px;
  }
  .cart_product_swiper .swiper-button-next,.cart_product_swiper .swiper-button-prev{
    top:55%
  }
  .cart_product_price{
    margin: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .cart_product_price del{
    text-decoration: line-through;
  }
  cart-product-related{
    display:block;
    max-width:100%;
    width:36rem;
    max-width: calc(100vw - 3rem);
  }
  cart-product-related .card-swatch{
    justify-content: start;
    margin-top: 10px;
  }
  @media(max-width:750px){
    width:32rem !important;
  }
  cart-product-related .swiper{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #000;/* 两种都可以 */
  }