.cart-drawer-backdrop{z-index:9990;-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#14120f73;transition:opacity .35s;position:fixed;inset:0}.cart-drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{z-index:9991;background:#fff;flex-direction:column;width:420px;max-width:100vw;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #0000001f}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{border-bottom:1px solid #eadfcd;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-drawer-title{color:#2f2a26;align-items:center;gap:.5rem;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;display:flex}.cart-drawer-count{color:#6a6150;background:#f5f1eb;border-radius:999px;padding:.15rem .6rem;font-family:system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600}.cart-drawer-close{color:#2f2a26;cursor:pointer;background:#fdfaf6;border:1px solid #eadfcd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex}.cart-drawer-close:hover{background:#f0ebe3;border-color:#d4c5a9}.cart-drawer-items{overscroll-behavior:contain;flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-drawer-items::-webkit-scrollbar{width:5px}.cart-drawer-items::-webkit-scrollbar-track{background:0 0}.cart-drawer-items::-webkit-scrollbar-thumb{background:#d6d3d1;border-radius:10px}.cart-drawer-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:3rem 1rem;display:flex}.cart-drawer-empty-icon{opacity:.8;margin-bottom:1rem;font-size:3rem}.cart-drawer-empty h3{color:#2f2a26;margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:700}.cart-drawer-empty p{color:#6a6150;margin:0;font-size:.9rem;line-height:1.5}.cart-drawer-item{border-bottom:1px solid #f3ede4;gap:.875rem;padding:1rem 0;animation:.3s ease-out cartItemIn;display:flex}.cart-drawer-item:last-child{border-bottom:none}@keyframes cartItemIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.cart-drawer-item-image{background:#f5f5f5;border:1px solid #f0e6d6;border-radius:10px;flex-shrink:0;width:64px;height:80px;position:relative;overflow:hidden}.cart-drawer-item-image img{object-fit:cover}.cart-drawer-item-info{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.cart-drawer-item-title{color:#2f2a26;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.cart-drawer-item-price{color:#a0401b;margin-top:.25rem;font-size:.85rem;font-weight:700}.cart-drawer-item-controls{justify-content:space-between;align-items:center;margin-top:.35rem;display:flex}.cart-drawer-qty{background:#f9f6f1;border:1px solid #eadfcd;border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.cart-drawer-qty button{color:#2f2a26;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:600;transition:background .15s;display:flex}.cart-drawer-qty button:hover{background:#eee8de}.cart-drawer-qty button:disabled{opacity:.3;cursor:not-allowed}.cart-drawer-qty span{color:#2f2a26;text-align:center;-webkit-user-select:none;user-select:none;min-width:24px;font-size:.8rem;font-weight:700}.cart-drawer-remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:.78rem;font-weight:500;transition:color .2s}.cart-drawer-remove:hover{color:#ef4444}.cart-drawer-footer{background:#fdfaf6;border-top:1px solid #eadfcd;flex-shrink:0;padding:1.25rem 1.5rem}.cart-drawer-subtotal{justify-content:space-between;align-items:baseline;margin-bottom:.75rem;display:flex}.cart-drawer-subtotal-label{color:#6a6150;font-size:.9rem;font-weight:500}.cart-drawer-subtotal-value{color:#2f2a26;font-size:1.35rem;font-weight:800}.cart-drawer-rewards{background:#fdf8f4;border:1px solid #f9ece1;border-radius:8px;margin-bottom:1.25rem;padding:.75rem 1rem}.cart-drawer-rewards-text{color:#a0401b;text-align:center;margin-bottom:.6rem;font-size:.8rem;font-weight:600}.cart-drawer-rewards-bar{background:#f0ebe3;border-radius:99px;height:6px;overflow:hidden}.cart-drawer-rewards-progress{background:#a0401b;border-radius:99px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.cart-drawer-checkout-btn{color:#faf9f7;cursor:pointer;letter-spacing:.2px;background:#a0401b;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.cart-drawer-checkout-btn:hover{background:#8b3517;transform:translateY(-1px);box-shadow:0 6px 20px #a0401b40}.cart-drawer-checkout-btn:active{transform:translateY(0)}.cart-drawer-checkout-btn svg{width:16px;height:16px;transition:transform .2s}.cart-drawer-checkout-btn:hover svg{transform:translate(3px)}.cart-drawer-secure{color:#9ca3af;justify-content:center;align-items:center;gap:.35rem;margin-top:.6rem;font-size:.72rem;font-weight:500;display:flex}@media (max-width:480px){.cart-drawer{width:88vw}.cart-drawer-header{padding:1rem 1.15rem}.cart-drawer-items{padding:.75rem 1.15rem}.cart-drawer-footer{padding:1rem 1.15rem}.cart-drawer-item-image{width:56px;height:70px}}@media (max-width:360px){.cart-drawer{width:92vw}}
:root{--nav-h:60px;--cream:#f5efe6;--text:#2f2a26}.keshvi-nav{z-index:20;height:var(--nav-h);-webkit-backdrop-filter:saturate(180%)blur(6px);backdrop-filter:saturate(180%)blur(6px);background:linear-gradient(#f5efe6f2,#f5efe6c7);border-bottom:1px solid #eadfcd;position:sticky;top:0;overflow:visible}.nav-inner{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);display:flex;overflow:visible}.brand{color:var(--text);align-items:center;gap:.6rem;text-decoration:none;display:flex}.logo-img{object-fit:contain;z-index:25;width:90px;height:90px;position:relative}.wordmark{letter-spacing:.2px;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:700}.nav-icons{align-items:center;gap:1.5rem;display:flex}.nav-item{color:var(--text);border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.nav-item:hover{color:var(--text);background:#2f2a260d}.nav-item.active{color:var(--text);background:#2f2a2614}.nav-icon{opacity:.85;flex-shrink:0;transition:opacity .2s}.nav-item:hover .nav-icon,.nav-item.active .nav-icon{opacity:1}.nav-label{white-space:nowrap}.cart-wrapper{justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative;overflow:visible}.cart-wrapper .cart-badge{color:#fff!important;text-align:center!important;z-index:10!important;vertical-align:baseline!important;background:#c2410c!important;border:2px solid #faf7f2!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;min-width:18px!important;height:18px!important;margin-left:0!important;padding:2px 5px!important;font-size:10px!important;font-weight:700!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:-8px!important;right:-10px!important;box-shadow:0 1px 3px #0003!important}@media (max-width:700px){.nav-inner{padding:0 1rem}.nav-label{display:none!important}.nav-item[title=Home]{display:none}.nav-inner{justify-content:flex-end;position:relative}.brand{z-index:30;align-items:center;height:100%;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.nav-icons{justify-content:space-between;width:100%;display:flex}.nav-item[title=Collections]{margin-right:auto}.nav-item{border-radius:6px;flex-direction:column;justify-content:center;gap:2px;min-width:44px;padding:.4rem .5rem}.nav-item .nav-icon{width:22px;height:22px}.wordmark{font-size:1rem}.logo-img{width:65px;height:65px!important;margin-top:8px!important;margin-bottom:4px!important}.nav-icons{gap:1rem}.cart{width:24px;height:24px}.cart-wrapper .cart-badge{border:1.5px solid #fff!important;justify-content:center!important;align-items:center!important;min-width:16px!important;height:16px!important;padding:0 4px!important;font-size:9px!important;display:flex!important;top:-5px!important;right:-8px!important}}
