.cart-drawer compare-at-price {
    font-size: 16px;
    font-weight: 700;
    color: #213049;
    text-decoration: line-through;
    opacity: 0.7;
}
.u-line-items-prices-wrapper{
  display:flex;
  align-items:center;
  gap:7px;
  flex-direction:row-reverse;
}
.cart-drawer .u-quantity-wrapper-desktop line-item-quantity{
  grid-template-columns:1fr 1fr;
  align-items:center;
} 
@media(max-width:700px){
.cart-drawer .line-item{
  align-items:center;
  gap:6px;
}  
.cart-drawer .line-item .line-item__info{
  width:100%;
  line-height:normal;
}  
}
.u-notification{
  display:flex;
  justify-content:center;
  align-items:center;
  /* width:fit-content;
  margin:0 auto; */
  padding: 2px 8px;
  border-radius:4px;
}
.u-cart-img{
  width:100%;
  height:auto;
}
.u-cart-img img{
  width:100%;
  height:auto;
}
.cart-drawer compare-at-price{
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
  color:#213049;
  opacity:0.7;
}
.cart-drawer compare-at-price{
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
  color:#213049;
  opacity:0.7;
}
.cart-drawer sale-price{
  font-size: 16px;
  color:#213049 ! important;
  opacity:1;
}
.cart-drawer .price-list{
  flex-wrap:nowrap;
}
@media screen and (min-width: 700px) {
.u-offer{
  padding : 0 2.5rem;
}  
}