.site-nav-cart{display:inline-flex;align-items:center;gap:.4rem;padding:.68rem .9rem;border:1px solid rgba(101,65,235,.16);border-radius:14px;color:var(--pub-violet);background:#fff;text-decoration:none;font-weight:700;white-space:nowrap;transition:.2s ease}
.site-nav-cart:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(90,52,220,.12)}
.site-nav-cart svg{width:19px;height:19px}
.commerce-hero{padding:4.4rem 0 2.4rem;background:radial-gradient(circle at 12% 10%,rgba(52,211,220,.17),transparent 32%),radial-gradient(circle at 86% 5%,rgba(125,48,255,.18),transparent 38%),#faf9ff}
.commerce-hero h1{margin:.5rem 0;font-size:clamp(2rem,4vw,3.6rem);color:#1e173c}
.commerce-hero p{color:#666078;max-width:670px;line-height:2}
.commerce-section{padding:2.2rem 0 5rem;background:#f8f8fc}
.commerce-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:1.4rem;align-items:start}
.commerce-main,.commerce-summary,.commerce-empty{background:#fff;border:1px solid #e8e5f1;border-radius:24px;box-shadow:0 18px 50px rgba(45,31,84,.06)}
.commerce-main{padding:.5rem 1.35rem}
.commerce-line{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto auto;gap:1rem;align-items:center;padding:1.2rem 0;border-bottom:1px solid #efedf5}
.commerce-line:last-child{border-bottom:0}
.commerce-line__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:linear-gradient(145deg,#efe8ff,#e4fbfb);color:var(--pub-violet)}
.commerce-line__icon svg{width:24px;height:24px}
.commerce-line__copy strong{display:block;color:#241b43}.commerce-line__copy small{color:#858092}
.commerce-line__price{min-width:125px;font-weight:800;color:#2b214c}
.commerce-quantity{display:flex;gap:.5rem;align-items:center}.commerce-quantity input{width:72px;padding:.65rem;border:1px solid #ded9ea;border-radius:12px}.commerce-quantity button,.commerce-remove{padding:.65rem .8rem;border:0;border-radius:11px;cursor:pointer}
.commerce-quantity button{background:#efeaff;color:#6332dc}.commerce-remove{background:#fff0f2;color:#c42d4b}
.commerce-summary{position:sticky;top:94px;padding:1.4rem}
.commerce-summary h2{margin-top:0}.commerce-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-bottom:1px solid #efedf5}.commerce-summary__total{font-size:1.15rem;font-weight:900}
.commerce-summary form,.commerce-summary .btn{width:100%}.commerce-empty{padding:4rem 1.5rem;text-align:center}.commerce-empty svg{width:52px;height:52px;color:var(--pub-violet)}
@media(max-width:900px){.commerce-layout{grid-template-columns:1fr}.commerce-summary{position:static}.commerce-line{grid-template-columns:50px minmax(0,1fr) auto}.site-nav-cart span{display:none}}
@media(max-width:620px){.commerce-line{grid-template-columns:46px 1fr}.commerce-line__price,.commerce-quantity,.commerce-remove{grid-column:2}.commerce-line__price{min-width:0}.commerce-hero{padding-top:2.8rem}}
