
.zm-cart-upsells{margin-top:18px;border-top:1px solid #e6d9dc;padding-top:16px}
.zm-cart-upsells__heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}
.zm-cart-upsells__heading>span{font-size:9px;letter-spacing:.14em;color:#752f3b}
.zm-cart-upsells__heading h3{font:inherit;font-size:13px;font-weight:600}
.zm-cart-upsells__list{display:grid;gap:10px}
.zm-cart-upsell{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;padding:10px;background:#faf5f6;border:1px solid #eee2e5;border-radius:8px}
.zm-cart-upsell img{width:64px;height:84px;object-fit:cover;border-radius:4px}
.zm-cart-upsell__title{font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.zm-cart-upsell__price{font-size:12px;color:#752f3b;margin:3px 0 6px;font-variant-numeric:tabular-nums}
.zm-cart-upsell__form{display:flex;gap:7px;flex-wrap:wrap}
.zm-cart-upsell select{min-width:0;flex:1;width:0;background:white;border:1px solid #dac7cd;border-radius:4px;padding:6px;font-size:12px;min-height:44px}
.zm-cart-upsell__add{background:#752f3b;color:white;padding:8px 12px;border-radius:4px;font-size:12px;min-height:44px;white-space:nowrap}
.zm-cart-upsell__add:disabled{opacity:.5;cursor:wait}
.zm-cart-upsell__error{width:100%;font-size:12px;color:#9c2438}
.zm-cart-trust{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;font-size:11px;color:#69464f;line-height:1.4}
.zm-cart-trust a{display:flex;align-items:center;gap:5px}
#cart-drawer button[name=checkout],.cart-form button[name=checkout]{--button-background:117 47 59;--button-text-color:255 255 255;--button-outline-color:117 47 59;background:#752f3b;color:#fff;width:100%;min-height:52px;font-size:14px;letter-spacing:0}
#cart-drawer .buy-buttons{display:flex;flex-direction:column}
#cart-drawer .buy-buttons>a{font-size:12px;padding:8px;min-height:36px}
#cart-drawer [slot=footer]{gap:12px}
@media(min-width:1000px){.cart-order__summary .zm-cart-upsells__list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:359px){.zm-cart-trust{font-size:10px;gap:8px}.zm-cart-upsell{gap:8px;padding:8px;grid-template-columns:54px minmax(0,1fr)}.zm-cart-upsell img{width:54px;height:76px}}
