/* START_SECTION:fv-cart-main (INDEX:13) */
.fv-cart-page{padding:64px 0 90px}.fv-cart-page>div>h1{margin:0 0 38px;font-size:clamp(42px,6vw,70px);line-height:1;letter-spacing:-.055em}.fv-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:44px;align-items:start}.fv-cart-items{display:grid;gap:14px}.fv-cart-item{display:grid;grid-template-columns:132px 1fr;gap:22px;padding:16px;border:1px solid var(--fv-line);border-radius:20px}.fv-cart-item__image{aspect-ratio:1;background:var(--fv-soft);border-radius:14px;overflow:hidden}.fv-cart-item__image img{width:100%;height:100%;object-fit:contain;padding:8px}.fv-cart-item__copy{display:flex;flex-direction:column;align-items:flex-start}.fv-cart-item__title{font-size:18px;font-weight:700}.fv-cart-item__copy p{margin:6px 0;color:var(--fv-muted);font-size:13px}.fv-cart-item__copy>strong{margin-top:4px}.fv-cart-item__actions{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:16px;color:var(--fv-muted);font-size:13px}.fv-cart-item__actions select{width:72px;height:42px;border:1px solid var(--fv-line);border-radius:11px;padding:0 10px;background:#fff;color:inherit;font:inherit;font-weight:600;cursor:pointer;-webkit-appearance:menulist;appearance:auto}.fv-cart-item__actions select:focus{outline:2px solid #111;outline-offset:2px}.fv-cart-item__actions a{margin-left:5px}.fv-cart-item__actions a:hover{text-decoration:underline}.fv-cart-summary{position:sticky;top:130px;padding:26px;border-radius:20px;background:var(--fv-soft)}.fv-cart-summary>div{display:flex;justify-content:space-between;gap:20px;font-size:18px}.fv-cart-summary p{margin:14px 0 22px;color:var(--fv-muted);font-size:13px;line-height:1.5}.fv-cart-summary .fv-add-button{width:100%}.fv-cart-summary>a{display:block;margin-top:16px;text-align:center;color:var(--fv-muted);font-size:13px}.fv-cart-empty{padding:44px;border-radius:24px;background:var(--fv-soft);text-align:center}.fv-cart-empty h2{margin:0;font-size:32px;letter-spacing:-.03em}.fv-cart-empty p{margin:12px 0 24px;color:var(--fv-muted)}@media(max-width:820px){.fv-cart-layout{grid-template-columns:1fr}.fv-cart-summary{position:static}}@media(max-width:600px){.fv-cart-page{padding:42px 0 68px}.fv-cart-page>div>h1{margin-bottom:26px}.fv-cart-item{grid-template-columns:94px 1fr;gap:14px;padding:12px}.fv-cart-item__title{font-size:16px}.fv-cart-empty{padding:34px 20px}.fv-cart-summary{padding:22px}.fv-cart-item__actions select{width:68px;height:40px}}
/* END_SECTION:fv-cart-main */
