.bsd-cart{padding:clamp(40px,6vw,72px) 0 clamp(56px,8vw,96px);background:var(--bsd-base);font-family:var(--bsd-sans);color:var(--bsd-ink)}
.bsd-cart__in{max-width:1120px;margin:0 auto;padding:0 clamp(18px,4vw,32px)}
.bsd-cart h1{font-family:var(--bsd-serif);font-size:clamp(30px,4vw,44px);font-weight:600;margin:0 0 6px;letter-spacing:-.01em}
.bsd-cart__count{font-size:15px;color:var(--bsd-muted);margin-bottom:34px}
.bsd-cart__grid{display:grid;gap:40px;align-items:start}
@media(min-width:940px){.bsd-cart__grid{grid-template-columns:1fr 400px;gap:56px}}
.bsd-line{display:grid;grid-template-columns:96px 1fr;gap:20px;padding:26px 0;border-top:1px solid var(--bsd-line)}
@media(min-width:620px){.bsd-line{grid-template-columns:120px 1fr auto;gap:26px}}
.bsd-line:last-of-type{border-bottom:1px solid var(--bsd-line)}
.bsd-line__img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--bsd-alt);border:1px solid var(--bsd-line);border-radius:3px}
.bsd-line__t{font-family:var(--bsd-serif);font-size:19px;font-weight:600;margin:0 0 5px;line-height:1.25}
.bsd-line__v{font-size:14px;color:var(--bsd-muted);margin-bottom:16px}
.bsd-line__p{font-family:var(--bsd-serif);font-size:19px;white-space:nowrap}
.bsd-qty{display:inline-flex;align-items:center;border:1px solid var(--bsd-line);background:#fff;border-radius:3px;overflow:hidden}
.bsd-qty button{border:0;background:none;width:38px;height:40px;cursor:pointer;font-size:17px;color:var(--bsd-ink);line-height:1}
.bsd-qty button:hover{background:var(--bsd-alt)}
.bsd-qty span{min-width:34px;text-align:center;font-size:15px}
.bsd-line__rm{background:none;border:0;color:var(--bsd-muted);font-size:13px;cursor:pointer;text-decoration:underline;padding:0;margin-left:16px;font-family:var(--bsd-sans)}
.bsd-line__rm:hover{color:var(--bsd-clay)}
.bsd-sum{background:#fff;border:1px solid var(--bsd-line);padding:28px;border-radius:3px;position:sticky;top:170px}
@media(max-width:939px){.bsd-sum{position:static}}
.bsd-ship{background:var(--bsd-sage-soft);border:1px solid var(--bsd-sage);padding:14px 16px;border-radius:3px;font-size:14px;margin-bottom:22px;text-align:center;line-height:1.5}
.bsd-ship b{color:var(--bsd-sage-d)}
.bsd-sum__row{display:flex;justify-content:space-between;align-items:baseline;padding:11px 0;font-size:15px;color:var(--bsd-body)}
.bsd-sum__row--tot{border-top:1px solid var(--bsd-line);margin-top:10px;padding-top:18px;font-size:17px;color:var(--bsd-ink);font-weight:600}
.bsd-sum__row--tot b{font-family:var(--bsd-serif);font-size:28px;font-weight:600}
.bsd-sum__note{font-size:13px;color:var(--bsd-muted);margin:4px 0 20px}
.bsd-co{display:block;width:100%;background:var(--bsd-clay);color:#fff;border:0;border-radius:3px;padding:18px;font-family:var(--bsd-sans);font-size:16px;font-weight:600;cursor:pointer;letter-spacing:.02em}
.bsd-co:hover{background:#8f4d40}
.bsd-guar2{font-size:13.5px;color:var(--bsd-body);text-align:center;margin-top:16px;line-height:1.6}
.bsd-sum__trust{border-top:1px solid var(--bsd-line);margin-top:24px;padding-top:20px;display:grid;gap:12px}
.bsd-sum__trust div{font-size:13.5px;color:var(--bsd-body);padding-left:24px;position:relative;line-height:1.5}
.bsd-sum__trust div:before{content:"\2713";position:absolute;left:0;top:0;color:var(--bsd-sage-d);font-weight:700}
.bsd-cart__empty{text-align:center;padding:60px 0 80px}
.bsd-cart__empty p{font-size:17px;color:var(--bsd-body);margin:12px 0 30px}
.bsd-cont{display:inline-block;background:var(--bsd-clay);color:#fff;padding:17px 36px;border-radius:3px;text-decoration:none;font-size:15px;font-weight:600}
