.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{top:-2px;color:#141210;min-width:18px;height:18px;font-size:10px;font-weight:700;font-family:var(--font-mono);pointer-events:none;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;inset-inline-end:-2px}.cart-overlay{-webkit-backdrop-filter:blur(8px);z-index:400;opacity:0;pointer-events:none;overscroll-behavior:none;background:#14121073;transition:opacity .35s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{top:0;bottom:0;box-sizing:border-box;z-index:401;overscroll-behavior:contain;background:#faf8f4;flex-direction:column;width:min(400px,100%);max-width:100vw;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset-inline-start:0;overflow:hidden;transform:translate(-105%);box-shadow:8px 0 48px #1412102e}html[dir=rtl] .cart-drawer{transform:translate(105%);box-shadow:-8px 0 48px #1412102e}.cart-overlay.open .cart-drawer,html[dir=rtl] .cart-overlay.open .cart-drawer{transform:translate(0)}.cart-drawer-head{padding:18px 16px;padding-top:max(18px,env(safe-area-inset-top));color:#faf8f4;background:#141210;border-bottom:3px solid #a8703c;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-drawer-head-text{flex:1;min-width:0}.cart-drawer-head-text h3{font-family:var(--font-display);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:17px;font-weight:700;overflow:hidden}.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:40px;height:40px;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{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex:auto;min-height:0;padding:12px 14px 16px;overflow:hidden auto}.cart-drawer-list{flex-direction:column;gap:10px;width:100%;margin:0;padding:0;list-style:none;display:flex}.cart-drawer-item{box-sizing:border-box;background:#fff;border:1px solid #efebe2;border-radius:14px;grid-template-columns:64px minmax(0,1fr);gap:12px;width:100%;max-width:100%;padding:12px;display:grid;box-shadow:0 1px 2px #1c1a170a}.cart-drawer-item-img{box-sizing:border-box;background:#f2eee5;border:1px solid #e6e1d6;border-radius:10px;justify-content:center;align-items:center;width:64px;height:64px;padding:6px;display:flex;overflow:hidden}.cart-drawer-item-img img{object-fit:contain;width:100%;height:100%}.cart-drawer-item-main{flex-direction:column;gap:6px;min-width:0;display:flex}.cart-drawer-item-name{color:#1c1a17;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.cart-drawer-item-sku{font-family:var(--font-mono);color:#7a4f26;text-overflow:ellipsis;white-space:nowrap;background:#a8703c1a;border:1px solid #a8703c2e;border-radius:6px;align-self:flex-start;max-width:100%;padding:2px 7px;font-size:10px;overflow:hidden}.cart-drawer-item-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-top:2px;display:flex}.cart-drawer-qty{background:#faf8f4;border:1px solid #e6e1d6;border-radius:9px;flex-shrink:0;align-items:center;display:inline-flex;overflow:hidden}.cart-drawer-qty-btn{color:#67625a;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;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;unicode-bidi:isolate;margin-inline-start:auto;font-size:13.5px;font-weight:700}.cart-drawer-remove{color:#9b958a;touch-action:manipulation;background:0 0;border:none;align-self:flex-start;margin-top:0;padding:0;font-size:11.5px;transition:color .15s}.cart-drawer-remove:hover{color:#b3492e}.cart-drawer-empty{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;padding:40px 16px 28px;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:0 0 8px;font-size:17px;font-weight:700}.cart-drawer-empty p{color:#67625a;max-width:240px;margin:0 0 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;text-decoration:none;transition:background .2s;display:inline-flex}.cart-drawer-empty-btn:hover{background:#7a4f26}.cart-drawer-foot{padding:14px 14px calc(14px + env(safe-area-inset-bottom));box-sizing:border-box;background:#fff;border-top:1px solid #efebe2;flex-shrink:0;width:100%}.cart-drawer-ship{color:#67625a;margin:0 0 12px;font-size:12px;line-height:1.5}.cart-drawer-ship strong{color:#7a4f26;font-family:var(--font-mono);font-weight:700}.cart-drawer-ship.is-free{color:#2f6b2f;font-weight:600}.cart-drawer-total-row{color:#67625a;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;font-size:13px;display:flex}.cart-drawer-total-price{font-family:var(--font-mono);color:#7a4f26;white-space:nowrap;direction:ltr;unicode-bidi:isolate;font-size:18px;font-weight:700}.cart-drawer-checkout{box-sizing:border-box;color:#fff;background:#141210;border-radius:10px;justify-content:center;align-items:center;width:100%;padding:14px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.cart-drawer-checkout:hover{background:#7a4f26}.cart-drawer-view-link{text-align:center;color:#9b958a;margin-top:10px;font-size:12px;font-weight:500;text-decoration:none;transition:color .15s;display:block}.cart-drawer-view-link:hover{color:#7a4f26}@media (max-width:480px){.cart-drawer{width:100%;max-width:100%}.cart-drawer-head{padding:16px 14px;padding-top:max(16px,env(safe-area-inset-top))}.cart-drawer-body{padding:10px 12px 14px}.cart-drawer-item{grid-template-columns:56px minmax(0,1fr);gap:10px;padding:10px}.cart-drawer-item-img{width:56px;height:56px}.cart-drawer-item-row{gap:6px}.cart-drawer-foot{padding:12px 12px calc(12px + env(safe-area-inset-bottom))}}@media (min-width:481px) and (max-width:640px){.cart-drawer{width:min(360px,100%)}}
