@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#faf7f2;--text:#1f2937;--muted:#6b6b6b;--border:#e5e7eb;--brand:#c2410c;--accent:#0f766e;--radius:12px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:12px;--spacing-lg:16px;--spacing-xl:24px}@layer base{*{box-sizing:border-box}body,html{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans,system-ui),-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial}img{display:block;max-width:100%;height:auto}}.container{max-width:1280px;margin:0 auto;padding:0 16px;width:100%}@media (min-width:768px){.container{padding:0 32px}}.product-page-grid{grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:start;margin-bottom:3rem}@media (min-width:900px){.product-page-grid{grid-template-columns:1.2fr 1fr;gap:4rem}}.meta{color:var(--muted)}.lv-title{font-size:20px;line-height:1.25}.lv-price{font-size:16px;font-weight:600;color:var(--brand)}@layer components{.btn,.btn-luxe,.btn-outline{@apply btn bg-white text-[#2C1810] border-[#2C1810]/25 hover:bg-neutral-50 hover:border-[#2C1810]/40}}:root{--brown:#4a3212}.bg-cream{background-color:var(--cream)!important}.nav-link:hover,.text-brown{color:var(--brown)!important}.nav-link:hover{text-decoration:none;transition:color .2s ease}.plp-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem 1rem;gap:1.5rem 1rem;justify-items:center;align-items:stretch}@media (min-width:768px){.plp-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (min-width:1280px){.plp-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.plp-card{display:flex;flex-direction:column;width:100%;max-width:320px}.plp-card .media{background:#f5f5f5}.plp-card .media img,.plp-card-media img{width:100%;height:100%;object-fit:cover}.plp-card .heart-container{z-index:10}.kc-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,var(--bg) 80%,transparent);border-bottom:1px solid var(--border)}.kc-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.kc-brand{font-family:var(--font-serif,Georgia),serif;font-size:1.25rem;font-weight:700;letter-spacing:.2px;padding:6px 10px;border-radius:12px}.kc-nav{display:flex;align-items:center;gap:22px}.nav-link{font-weight:500;line-height:1;padding:4px 0;gap:.35rem}.nav-link:after{width:0;background:var(--brand);transition:width .25s ease}.nav-link:hover:after{width:100%}.badge-label{gap:.5rem}.badge-label,.pill{display:inline-flex;align-items:center}.pill{min-width:20px;height:20px;padding:0 6px;justify-content:center;border-radius:999px;background:#141414;color:#fff;font-size:11px;font-weight:700;line-height:1}.site-header{@apply sticky top-0 z-50 border-b border-neutral-200/60 backdrop-blur-lg bg-white/70}.nav-link{position:relative;display:inline-flex;align-items:center;padding:.25rem 0;color:#4b5563;transition:color .2s ease}.nav-link:hover{color:#111827}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:linear-gradient(90deg,#bca37f,#2c1810);transform:scaleX(0);transform-origin:left;transition:transform .25s ease;border-radius:9999px}.nav-link--active:after,.nav-link:hover:after{transform:scaleX(1)}.btn-icon{@apply inline-flex items-center justify-center w-9 h-9 rounded-full border border-neutral-300/70 bg-white hover:bg-neutral-50}summary{list-style:none}summary::-webkit-details-marker{display:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.site-header .bar{max-width:1360px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px}.brand{font-weight:700;font-size:1.125rem;letter-spacing:.2px}.site-nav{margin-left:auto;display:none;align-items:center;gap:24px}.site-nav a{position:relative;color:#4b5563;text-decoration:none;padding:6px 0;transition:color .2s ease}.site-nav a:hover{color:#111827}.site-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:linear-gradient(90deg,var(--accent),var(--brand));transform:scaleX(0);transform-origin:left;transition:transform .25s ease;border-radius:9999px}.site-nav a.is-active:after,.site-nav a:hover:after{transform:scaleX(1)}.cart-badge{margin-left:.35rem;display:inline-flex;vertical-align:middle}.menu-btn{margin-left:auto;width:36px;height:36px;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center}.mobile-panel{display:none;border-top:1px solid var(--border);background:hsla(0,0%,100%,.92)}.mobile-panel a{display:block;padding:12px 20px;color:#111827;text-decoration:none}.mobile-panel a.is-active{background:hsla(35,31%,62%,.1)}.mobile-panel.open{display:block}@media (min-width:768px){.site-nav{display:flex}.menu-btn{display:none}.mobile-panel{display:none!important}}.trust-bar{background:rgba(47,42,38,.95);color:#faf9f7;padding:.5rem 0;font-size:.8rem;text-align:center;border-bottom:1px solid hsla(0,0%,100%,.1);overflow:hidden;position:relative}.trust-bar-inner{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.trust-bar-inner,.trust-message-container{display:flex;align-items:center;justify-content:center;min-height:24px}.trust-message-container{position:relative;width:100%}.trust-item{position:absolute;font-weight:500;letter-spacing:.3px;opacity:0;transform:translateX(-50%) translateY(8px);transition:opacity .6s ease,transform .6s ease;white-space:nowrap;left:50%;pointer-events:none}.trust-item.active{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}@media (max-width:700px){.trust-bar{padding:.4rem 0}.trust-bar,.trust-item{font-size:.75rem}}.collection-chip{display:inline-flex;align-items:center;padding:.75rem 1.25rem;border-radius:12px;text-decoration:none;color:var(--text);font-weight:500;transition:all .2s ease;box-shadow:none;background:#fff;border:1px solid #e5e7eb;color:#4b5563}.collection-chip:hover{background:var(--brand);color:#faf9f7;border-color:var(--brand);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.collection-chip:hover .meta{color:hsla(40,23%,97%,.8)}.variant-selector{margin-bottom:1rem}.variant-label{display:block;font-weight:600;margin-bottom:.6rem;color:var(--text);font-size:.95rem}.variant-options{display:flex;flex-wrap:wrap;gap:.6rem}.variant-btn{padding:.7rem 1.2rem;border:2px solid var(--border);background:#fff;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:.3rem;min-width:100px}.variant-btn:hover{border-color:var(--brand);background:rgba(47,42,38,.05)}.variant-btn.active{border-color:var(--brand);background:var(--brand);color:#faf9f7}.variant-price{font-size:.85rem;opacity:.8}.variant-btn.active .variant-price{opacity:.9}@media (max-width:768px){.variant-options{flex-direction:column}.variant-btn{width:100%;flex-direction:row;justify-content:space-between}}.site-footer{background:rgba(47,42,38,.95);color:#faf9f7;margin-top:4rem;padding:3rem 0 1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer-inner{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#faf9f7;font-family:Cormorant Garamond,serif}.footer-text{font-size:.9rem;line-height:1.6;color:hsla(40,23%,97%,.8);margin:0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:hsla(40,23%,97%,.8);text-decoration:none;transition:color .2s ease;font-size:.9rem}.footer-links a:hover{color:#faf9f7;text-decoration:underline}.footer-social{margin-top:1rem}.social-link{display:inline-block;padding:.4rem .8rem;background:hsla(0,0%,100%,.1);border-radius:6px;font-size:.85rem;transition:all .2s ease}.social-link,.social-link:hover{text-decoration:none;color:#faf9f7}.social-link:hover{background:hsla(0,0%,100%,.2)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer-copyright{font-size:.9rem;color:hsla(40,23%,97%,.8);margin:0}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}.footer-links{align-items:center}}.collections-controls{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid var(--border);margin-bottom:2rem}.filters-section,.sort-section{display:flex;flex-direction:column;gap:.8rem}.filter-label{font-weight:600;color:var(--text);font-size:.95rem}.filter-chips{display:flex;flex-wrap:wrap;gap:.6rem}.filter-chip{padding:.5rem 1rem;border:1px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500}.filter-chip:hover{border-color:var(--brand);background:rgba(47,42,38,.05)}.filter-chip.active{background:var(--brand);color:#faf9f7;border-color:var(--brand)}.sort-select{padding:.6rem 1rem;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:.9rem;cursor:pointer;max-width:200px}.sort-select:focus{outline:none;border-color:var(--brand)}.empty-state{text-align:center;padding:3rem 1rem}@media (min-width:768px){.collections-controls{flex-direction:row;justify-content:space-between;align-items:flex-end}.filters-section,.sort-section{flex-direction:row;align-items:center;gap:1rem}}@media (max-width:968px){.product-page-grid{grid-template-columns:1fr!important;gap:1.5rem!important}}.product-page-grid{display:grid}@media (max-width:968px){.product-page-grid{grid-template-columns:1fr!important}}.btn-primary{background:var(--brand)!important;color:#faf9f7!important;border-color:var(--brand)!important;font-weight:600}.btn-primary:hover{background:#3a2016!important;border-color:#3a2016!important;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.plp-card .media{position:relative;display:block;width:100%;aspect-ratio:4/5;overflow:hidden;border-radius:16px}.plp-card .heart-container{--heart-color:#ff1744;position:absolute;top:14px;right:14px;width:36px;height:36px;z-index:5;cursor:pointer;border:0;background:transparent;padding:0}.plp-card .heart-container .svg-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.plp-card .heart-container .svg-filled,.plp-card .heart-container .svg-outline{width:24px;height:24px;position:absolute}.plp-card .heart-container .svg-outline{stroke:var(--heart-color);fill:none}.plp-card .heart-container .svg-filled{fill:var(--heart-color);animation:keyframes-svg-filled 1s;display:none}.plp-card .heart-container .svg-celebrate{position:absolute;animation:keyframes-svg-celebrate .5s forwards;display:none;stroke:var(--heart-color);fill:var(--heart-color);stroke-width:2px;width:36px;height:36px}.plp-card .heart-container.wishlisted .svg-celebrate,.plp-card .heart-container.wishlisted .svg-filled{display:block}.plp-card .heart-container.wishlisted .svg-outline{display:none}@keyframes keyframes-svg-filled{0%{transform:scale(0)}25%{transform:scale(1.2)}50%{transform:scale(1);filter:brightness(1.5)}}@keyframes keyframes-svg-celebrate{0%{transform:scale(0)}50%{opacity:1;filter:brightness(1.5)}to{transform:scale(1.4);opacity:0;display:none}}.plp-card-mobile{display:flex;flex-direction:column;width:100%;background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:transform .2s ease,box-shadow .2s ease}.plp-card-mobile:active{transform:scale(.98)}.plp-card-media{position:relative;width:100%;aspect-ratio:4/5;background:#f5f5f5;overflow:hidden;border-bottom:1px solid var(--border)}.plp-card-image-link{display:block;width:100%;height:100%;position:relative}.plp-card-badges{position:absolute;top:var(--spacing-sm);left:var(--spacing-sm);display:flex;flex-direction:column;gap:var(--spacing-xs);z-index:5}.plp-badge{display:inline-block;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.3px}.plp-badge-bestseller{background:var(--brand);color:#fff}.plp-badge-stock{background:rgba(15,118,110,.9);color:#fff}.plp-badge-out{background:rgba(31,41,55,.7);color:#fff}.plp-card-heart{position:absolute;top:var(--spacing-sm);right:var(--spacing-sm);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.9);border-radius:50%;border:none;cursor:pointer;z-index:5;transition:background .2s ease;padding:0}.plp-card-heart:active{background:#fff;transform:scale(.95)}.plp-card-heart .heart-filled,.plp-card-heart .heart-outline{width:20px;height:20px;position:absolute}.plp-card-heart .heart-outline{stroke:#1f2937;fill:none;display:block}.plp-card-heart .heart-filled{fill:#c2410c;display:none}.plp-card-heart.wishlisted .heart-outline{display:none}.plp-card-heart.wishlisted .heart-filled{display:block}.plp-card-content{padding:var(--spacing-lg);display:flex;flex-direction:column;gap:var(--spacing-md);flex:1 1}.plp-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--spacing-md)}.plp-card-title{font-size:16px;font-weight:600;line-height:1.4;color:var(--text);margin:0;flex:1 1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.plp-card-title a{color:inherit;text-decoration:none}.plp-card-price,.plp-card-title a:active{color:var(--brand)}.plp-card-price{font-size:18px;font-weight:700;white-space:nowrap;flex-shrink:0}.plp-card-meta{margin-top:-4px}.plp-meta-badge{display:inline-block;padding:4px 8px;background:rgba(15,118,110,.1);color:var(--accent);border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.plp-card-cta{width:100%;min-height:48px;padding:var(--spacing-md) var(--spacing-lg);background:var(--brand);color:#fff;border:none;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:auto;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.plp-card-cta:active{background:#9a2e08;transform:scale(.98)}.plp-card-cta:disabled{opacity:.6;cursor:not-allowed;transform:none}.plp-card-cta:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.plp-grid-mobile{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--spacing-lg);gap:var(--spacing-lg);padding:var(--spacing-lg) 0}@media (min-width:768px){.plp-grid-mobile{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-xl)}}.toast-container{position:fixed;bottom:var(--spacing-xl);left:50%;transform:translateX(-50%);z-index:1000;width:calc(100% - 32px);max-width:400px;pointer-events:none}.toast{background:var(--text);color:#fff;padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius);display:flex;align-items:center;gap:var(--spacing-md);box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:auto;animation:toast-slide-up .3s ease}@keyframes toast-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.toast-message{flex:1 1;font-size:14px;font-weight:500}.toast-action{background:transparent;border:1px solid hsla(0,0%,100%,.3);color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.toast-action:active{background:hsla(0,0%,100%,.2)}.toast-close{background:transparent;border:none;color:#fff;font-size:20px;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease;-webkit-tap-highlight-color:transparent}.toast-close:active{opacity:1}.bottom-sheet-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;animation:backdrop-fade-in .2s ease}@keyframes backdrop-fade-in{0%{opacity:0}to{opacity:1}}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;z-index:1000;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 -4px 20px rgba(0,0,0,.15);animation:sheet-slide-up .3s ease}@keyframes sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-lg);border-bottom:1px solid var(--border)}.bottom-sheet-title{font-size:18px;font-weight:600;color:var(--text);margin:0}.bottom-sheet-close{background:transparent;border:none;font-size:28px;line-height:1;color:var(--text);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s ease;-webkit-tap-highlight-color:transparent}.bottom-sheet-close:active{opacity:1}.bottom-sheet-content{flex:1 1;overflow-y:auto;padding:var(--spacing-lg);-webkit-overflow-scrolling:touch}.bottom-sheet-filters{display:flex;flex-direction:column;gap:var(--spacing-xl)}.filter-group{display:flex;flex-direction:column;gap:var(--spacing-md)}.filter-group-label{font-size:14px;font-weight:600;color:var(--text)}.filter-options{display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}.filter-option{padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--border);background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:var(--text);cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.filter-option:active{transform:scale(.98)}.filter-option.active{background:var(--brand);color:#fff;border-color:var(--brand)}.bottom-sheet-actions{display:flex;gap:var(--spacing-md);padding:var(--spacing-lg);border-top:1px solid var(--border);margin-top:auto}.bottom-sheet-btn-primary,.bottom-sheet-btn-secondary{flex:1 1;min-height:48px;padding:var(--spacing-md);border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.bottom-sheet-btn-primary{background:var(--brand);color:#fff;border:none}.bottom-sheet-btn-primary:active{background:#9a2e08;transform:scale(.98)}.bottom-sheet-btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border)}.bottom-sheet-btn-secondary:active{background:#f9fafb;transform:scale(.98)}.collections-page{padding:var(--spacing-lg) var(--spacing-lg) var(--spacing-xl)}.collections-header{margin-bottom:var(--spacing-lg)}.collections-title{font-size:28px;font-weight:700;color:var(--text);margin:0;font-family:Cormorant Garamond,serif}.collections-control-bar{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) 0;margin-bottom:var(--spacing-lg);border-bottom:1px solid var(--border)}.collections-result-count{font-size:14px;font-weight:500;color:var(--muted)}.collections-controls-right{display:flex;align-items:center;gap:var(--spacing-md)}.collections-filter-btn{padding:var(--spacing-sm) var(--spacing-md);background:#fff;border:1px solid var(--border);border-radius:8px;font-size:14px;font-weight:500;color:var(--text);cursor:pointer;transition:all .2s ease;min-height:40px;-webkit-tap-highlight-color:transparent}.collections-filter-btn:active{background:#f9fafb;transform:scale(.98)}.collections-sort-select{padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--border);border-radius:8px;font-size:14px;font-weight:500;color:var(--text);background:#fff;cursor:pointer;min-height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231F2937' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:32px}.collections-empty{text-align:center;padding:var(--spacing-xl) var(--spacing-lg)}.collections-empty-text{font-size:16px;color:var(--muted);margin-bottom:var(--spacing-lg)}.collections-empty-btn{padding:var(--spacing-md) var(--spacing-xl);background:var(--brand);color:#fff;border:none;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;min-height:48px;-webkit-tap-highlight-color:transparent}.collections-empty-btn:active{background:#9a2e08;transform:scale(.98)}@media (min-width:768px){.collections-page{padding:var(--spacing-xl) var(--spacing-xl) calc(var(--spacing-xl) * 2)}.collections-title{font-size:36px}.collections-filter-btn{display:none}.collections-controls-right{gap:var(--spacing-lg)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.w-full{width:100%}.h-full{height:100%}.w-7{width:1.75rem}.h-7{height:1.75rem}.w-8{width:2rem}.h-8{height:2rem}.w-24{width:6rem}.h-32{height:8rem}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.top-24{top:6rem}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.z-40{z-index:40}.z-50{z-index:50}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-24{padding-top:6rem;padding-bottom:6rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.pb-24{padding-bottom:6rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-auto{margin-left:auto;margin-right:auto}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.italic{font-style:italic}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.underline{text-decoration:underline}.no-underline{text-decoration:none}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.bg-white{background-color:#fff}.bg-neutral-50{background-color:#fafafa}.text-white{color:#fff}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border{border-width:1px}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:underline:hover{text-decoration:underline}.hover\:bg-white:hover{background-color:#fff}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-left{text-align:left}}@media (min-width:1024px){.lg\:grid-cols-\[1\.5fr_1fr\]{grid-template-columns:1.5fr 1fr}.lg\:hidden{display:none}}.bg-\[\#FAF7F2\]{background-color:#faf7f2}.text-\[\#2f2a26\]{color:#2f2a26}.text-\[\#6a6150\]{color:#6a6150}.text-\[\#C2410C\]{color:#c2410c}.text-\[\#0F766E\]{color:#0f766e}.text-\[\#be185d\]{color:#be185d}.text-\[\#9ca3af\]{color:#9ca3af}.text-\[\#4b5563\]{color:#4b5563}.text-\[\#ef4444\]{color:#ef4444}.text-\[\#b45309\]{color:#b45309}.hover\:text-\[\#ef4444\]:hover{color:#ef4444}.hover\:text-\[\#2f2a26\]:hover{color:#2f2a26}.bg-\[\#eadfcd\]{background-color:#eadfcd}.bg-\[\#f5f5f5\]{background-color:#f5f5f5}.bg-\[\#fdf2f8\]{background-color:#fdf2f8}.bg-\[\#f9f5f0\]{background-color:#f9f5f0}.bg-\[\#fffbeb\]{background-color:#fffbeb}.bg-\[\#fae8d4\]{background-color:#fae8d4}.border-\[\#eadfcd\]{border-color:#eadfcd}.border-\[\#f0e6d6\]{border-color:#f0e6d6}.border-\[\#fbcfe8\]{border-color:#fbcfe8}.border-\[\#e5e7eb\]{border-color:#e5e7eb}.border-\[\#fef3c7\]{border-color:#fef3c7}.border-\[\#f3f4f6\]{border-color:#f3f4f6}:root{--nav-h:60px;--cream:#f5efe6;--text:#2f2a26}.keshvi-nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;height:var(--nav-h);-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px);background:linear-gradient(180deg,hsla(36,43%,93%,.95),hsla(36,43%,93%,.78));border-bottom:1px solid #eadfcd;overflow:visible}.nav-inner{max-width:1280px;height:100%;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);justify-content:space-between;overflow:visible}.brand,.nav-inner{display:flex;align-items:center}.brand{gap:.6rem;text-decoration:none;color:var(--text)}.logo-img{width:90px;height:90px;object-fit:contain;position:relative;z-index:25}.wordmark{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:700;letter-spacing:.2px}.nav-icons{gap:1.5rem}.nav-icons,.nav-item{display:flex;align-items:center}.nav-item{gap:.5rem;text-decoration:none;color:var(--text);padding:.4rem .6rem;border-radius:8px;transition:all .2s ease;position:relative;font-size:.9rem;font-weight:500}.nav-item:hover{background:rgba(47,42,38,.05);color:var(--text)}.nav-item.active{color:var(--text);background:rgba(47,42,38,.08)}.nav-icon{opacity:.85;transition:opacity .2s ease;flex-shrink:0}.nav-item.active .nav-icon,.nav-item:hover .nav-icon{opacity:1}.nav-label{white-space:nowrap}.cart-wrapper{position:relative;display:flex;align-items:center;justify-content:center;overflow:visible;width:28px;height:28px}.cart-badge{position:absolute;top:-8px;right:-10px;background:#ce380e;color:#fff;font-size:.7rem;padding:.1rem .35rem;border-radius:999px;font-weight:700;line-height:1;min-width:16px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.2);border:2px solid #faf7f2;z-index:10}@media (max-width:700px){.nav-inner{padding:0 1rem}.nav-label{display:block;font-size:10px;line-height:1;margin-top:2px;font-weight:600}.nav-item[title=Home]{display:none}.nav-inner{position:relative;justify-content:flex-end}.brand{position:absolute;left:50%;top:0;transform:translateX(-50%);z-index:30;height:100%;display:flex;align-items:center}.nav-icons{width:100%;justify-content:space-between;display:flex}.nav-item[title=Collections]{margin-right:auto}.nav-item{padding:.4rem .2rem;gap:2px;flex-direction:column;justify-content:center;border-radius:6px;min-width:44px}.nav-item .nav-icon{width:22px;height:22px}.nav-icons{gap:.5rem}.wordmark{font-size:1rem}.logo-img{width:65px;height:65px!important;margin-top:15px!important}.nav-icons{gap:1rem}.cart{width:24px;height:24px}.cart-badge{top:-5px;right:-8px;font-size:.6rem;min-width:14px;height:14px;padding:0 3px;display:flex;align-items:center;justify-content:center;border:1.5px solid #fff}}