.nav-store .nav-cart-btn{color:#ffffffeb;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,border-color .2s,color .2s,transform .15s;display:flex;position:relative}.nav-store .nav-cart-btn:hover{color:#fff;background:#ffffff24;border-color:#c68f5c73}.nav-store .nav-cart-btn svg{width:20px;height:20px}.nav-store .nav-cart-badge{color:#141210;min-width:18px;height:18px;font-size:10px;font-weight:700;font-family:var(--font-mono);background:#c68f5c;border:2px solid #141210;border-radius:99px;justify-content:center;align-items:center;padding:0 5px;line-height:1;display:flex;position:absolute;top:-2px;right:-2px}.cart-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:400;opacity:0;pointer-events:none;background:#14121073;transition:opacity .35s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{z-index:401;background:#faf8f4;flex-direction:column;width:min(420px,92vw);transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%);box-shadow:8px 0 48px #1412102e}.cart-overlay.open .cart-drawer{transform:translate(0)}.cart-drawer-head{color:#faf8f4;background:#141210;border-bottom:3px solid #a8703c;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex}.cart-drawer-head-text h3{font-family:var(--font-display);margin-bottom:2px;font-size:18px;font-weight:700}.cart-drawer-head-meta{color:#faf8f48c;font-size:12px;font-family:var(--font-mono)}.cart-drawer-close{color:#fff;background:#ffffff0f;border:1px solid #ffffff29;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,border-color .2s;display:flex}.cart-drawer-close svg{width:16px;height:16px}.cart-drawer-close:hover{background:#ffffff1f;border-color:#ffffff47}.cart-drawer-body{scrollbar-width:thin;flex:1;padding:16px 20px 20px;overflow-y:auto}.cart-drawer-list{flex-direction:column;gap:12px;list-style:none;display:flex}.cart-drawer-item{background:#fff;border:1px solid #efebe2;border-radius:14px;gap:14px;padding:14px;display:flex;box-shadow:0 1px 2px #1c1a170a}.cart-drawer-item-img{background:#f2eee5;border:1px solid #e6e1d6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;padding:8px;display:flex;overflow:hidden}.cart-drawer-item-img img{object-fit:contain;width:100%;height:100%}.cart-drawer-item-main{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.cart-drawer-item-name{color:#1c1a17;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;font-weight:700;line-height:1.45;display:-webkit-box;overflow:hidden}.cart-drawer-item-sku{font-family:var(--font-mono);color:#7a4f26;background:#a8703c1a;border:1px solid #a8703c2e;border-radius:6px;align-self:flex-start;padding:3px 8px;font-size:10px}.cart-drawer-item-row{justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.cart-drawer-qty{background:#faf8f4;border:1px solid #e6e1d6;border-radius:9px;align-items:center;display:inline-flex;overflow:hidden}.cart-drawer-qty-btn{color:#67625a;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;transition:background .15s,color .15s;display:flex}.cart-drawer-qty-btn:hover{color:#7a4f26;background:#f2eee5}.cart-drawer-qty-val{text-align:center;min-width:28px;font-size:13px;font-weight:700;font-family:var(--font-mono);color:#1c1a17}.cart-drawer-item-price{font-family:var(--font-mono);color:#7a4f26;white-space:nowrap;direction:ltr;font-size:14px;font-weight:700}.cart-drawer-remove{color:#9b958a;background:0 0;border:none;align-self:flex-start;margin-top:2px;padding:0;font-size:11.5px;transition:color .15s}.cart-drawer-remove:hover{color:#b3492e}.cart-drawer-empty{text-align:center;flex-direction:column;align-items:center;padding:48px 20px 32px;display:flex}.cart-drawer-empty-icon{color:#9b958a;background:#f2eee5;border:1px solid #e6e1d6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:flex}.cart-drawer-empty-icon svg{width:28px;height:28px}.cart-drawer-empty h4{font-family:var(--font-display);color:#1c1a17;margin-bottom:8px;font-size:17px;font-weight:700}.cart-drawer-empty p{color:#67625a;max-width:260px;margin-bottom:20px;font-size:13.5px;line-height:1.7}.cart-drawer-empty-btn{color:#fff;background:#141210;border-radius:10px;justify-content:center;align-items:center;padding:12px 22px;font-size:13.5px;font-weight:600;transition:background .2s;display:inline-flex}.cart-drawer-empty-btn:hover{background:#7a4f26}.cart-drawer-foot{border-top:1px solid var(--line-soft);background:#fff;padding:18px 20px 20px}.cart-drawer-total-row{color:var(--text-secondary);justify-content:space-between;align-items:baseline;margin-bottom:14px;font-size:13px;display:flex}.cart-drawer-total-price{font-family:var(--font-mono);color:var(--accent-deep);direction:ltr;font-size:18px;font-weight:700}.cart-drawer-checkout{color:#fff;background:#141210;border-radius:10px;justify-content:center;align-items:center;width:100%;padding:14px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.cart-drawer-checkout:hover{background:#7a4f26}.cart-drawer-view-link{text-align:center;color:var(--text-muted);margin-top:10px;font-size:12px;font-weight:500;transition:color .15s;display:block}.cart-drawer-view-link:hover{color:var(--accent-deep)}@media (max-width:480px){.cart-drawer{width:100%;max-width:none}}
