:root{--storefront-brown: #6B2F1A;--storefront-brown-deep: #4a2315;--storefront-gold: #c89b53;--storefront-cream: #f7efe7;--storefront-sand: #efe0d2;--storefront-text: #2d2119;--storefront-muted: #6f6259;--storefront-white: #ffffff}*{box-sizing:border-box;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body.storefront-body{margin:0;font-family:Poppins,sans-serif;color:var(--storefront-text);background:linear-gradient(180deg,#fcf7f2,#f5ebdf)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.storefront-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.storefront-header{position:sticky;top:0;z-index:1000;background:#6b2f1a;box-shadow:0 2px 10px #0000001a}.storefront-header,.storefront-header *{font-weight:400}.storefront-header{min-height:87px}.storefront-announcement{background:linear-gradient(135deg,#b38d4a,#d4a762);color:var(--storefront-white);overflow:hidden}.storefront-announcement__track{display:flex;gap:40px;white-space:nowrap;padding:8px 24px;font-size:12px;animation:storefront-marquee 24s linear infinite}@keyframes storefront-marquee{0%{transform:translate(6%)}to{transform:translate(-38%)}}.storefront-header__top{background:#6b2f1a;color:var(--storefront-white);padding:12px;border-bottom:1px solid rgba(255,255,255,.1)}.storefront-header__top-inner{width:calc(100% - 12px);max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;gap:16px}.storefront-header__brand{display:flex;align-items:center;flex-shrink:0}.storefront-header__brand img{height:48px;width:auto;max-width:140px;-o-object-fit:contain;object-fit:contain}.storefront-header__search-container{flex:0 1 360px;width:min(360px,100%);max-width:360px;margin-left:auto}.storefront-search-form{display:flex;align-items:center;background:#ffffff26;border-radius:999px;padding:4px 6px 4px 16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.storefront-search-form:focus-within{background:#ffffff40;border-color:#fff6}.storefront-search-form input{flex:1;background:transparent;border:none;color:#fff;font-size:14px;outline:none}.storefront-search-form input::-moz-placeholder{color:#ffffffb3}.storefront-search-form input::placeholder{color:#ffffffb3}.storefront-search-form button{background:transparent;border:none;color:#fffc;display:flex;align-items:center;justify-content:center;padding:6px;cursor:pointer;border-radius:50%;transition:all .3s ease}.storefront-search-form button:hover{color:#fff;background:#ffffff1a}.storefront-header__bottom{background:#6b2f1a;padding:0 16px}.storefront-header__bottom-inner{width:calc(100% - 12px);max-width:100%;margin:0 auto}.storefront-header__nav{display:flex;align-items:center;justify-content:center;gap:16px;padding:8px 0 12px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background-color:#6b2f1a;overflow:visible;scrollbar-width:thin;scrollbar-color:rgba(200,155,83,.9) transparent}.storefront-header__nav-item{position:relative;flex:0 0 auto}.storefront-header__nav-chevron{width:16px;height:16px;flex:0 0 auto;transition:transform .2s ease}.storefront-header__nav-item:hover .storefront-header__nav-chevron,.storefront-header__nav-item:focus-within .storefront-header__nav-chevron{transform:rotate(180deg)}.storefront-header__submenu{position:absolute;z-index:1100;top:100%;left:0;min-width:250px;padding:10px 0;background:#fff;border:1px solid rgba(74,35,21,.12);border-radius:0 0 6px 6px;box-shadow:0 14px 30px #2d211933;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.storefront-header__nav-item:hover>.storefront-header__submenu,.storefront-header__nav-item:focus-within>.storefront-header__submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.storefront-header__nav .storefront-header__submenu a{display:block;width:100%;padding:12px 20px;color:var(--storefront-text);border-radius:0;font-size:14px;font-weight:500;line-height:1.35;letter-spacing:0;text-transform:none;white-space:normal}.storefront-header__nav .storefront-header__submenu a:hover,.storefront-header__nav .storefront-header__submenu a:focus,.storefront-header__nav .storefront-header__submenu a.is-active{color:var(--storefront-brown);background:var(--storefront-cream);outline:none}.storefront-listing__sidebar a.storefront-listing__subcategory{padding-left:28px;font-size:.82rem;text-transform:none}.storefront-header__nav a{flex:0 0 auto;opacity:1;display:inline-flex;align-items:center;gap:8px;color:var(--storefront-white);padding:12px 10px;border-radius:4px;white-space:nowrap;line-height:1;transition:all .3s ease}.storefront-header__nav a span:not(.storefront-header__nav-icon){font-weight:bolder;font-size:14px}.storefront-header__nav-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.storefront-header__nav-icon-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.storefront-header__nav a:hover{background-color:#ffffff1a}.storefront-header__nav::-webkit-scrollbar{height:6px}.storefront-header__nav::-webkit-scrollbar-thumb{background:#c89b53e6;border-radius:999px}.storefront-header__nav a.is-active{background:var(--storefront-gold);color:var(--storefront-brown-deep)}.storefront-slider{position:relative;background:#fff}.storefront-slider__viewport{position:relative;min-height:600px;height:600px;overflow:hidden;background:#fff}.storefront-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.storefront-slide.is-active{opacity:1;visibility:visible;z-index:1}.storefront-slide.is-active .storefront-slide__content{animation:slideInContent .8s ease-out both}.storefront-slide.is-active .storefront-slide__title{animation:slideInTitle 1s ease-out .2s both}.storefront-slide.is-active .storefront-slide__subtitle{animation:slideInSubtitle 1s ease-out .4s both}.storefront-slide.is-active .storefront-slide__button{animation:slideInButton 1s ease-out .6s both}.storefront-slide__image{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:#fff}.storefront-slide__content-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;height:100%;display:flex;align-items:center;padding:0 clamp(1.5rem,4vw,6rem);pointer-events:none}.storefront-slide__content-wrap--left .storefront-shell,.storefront-slide__content-wrap--center .storefront-shell,.storefront-slide__content-wrap--right .storefront-shell{width:min(1280px,calc(100% - 32px))}.storefront-slide__content{max-width:1100px;width:100%;padding:1rem 2rem 1.5rem;background:transparent}.storefront-slide__content--left{text-align:left;margin-right:auto}.storefront-slide__content--center{text-align:center;margin:0 auto;max-width:1180px}.storefront-slide__content--right{text-align:left;width:-moz-fit-content;width:fit-content;max-width:min(100%,78ch);margin-left:auto;padding-right:0}.storefront-slide__content-wrap--center{justify-content:center;align-items:flex-end;padding-bottom:.5rem}.storefront-slide__content-wrap--left{justify-content:flex-start}.storefront-slide__content-wrap--right{justify-content:flex-end;padding-right:clamp(.5rem,1.5vw,1.5rem)}.storefront-slide__title{margin:0;font-family:Playfair Display,serif;font-size:clamp(1.35rem,1.9vw,1.95rem)!important;font-weight:700;line-height:1.08;margin-bottom:1rem;text-shadow:none;max-width:30ch;margin-left:auto;margin-right:auto}.storefront-slide__subtitle{margin:0 auto 2rem;font-family:Poppins,sans-serif;font-size:clamp(.95rem,1.25vw,1.15rem)!important;line-height:1.45;max-width:78ch;opacity:.95;text-shadow:none}.storefront-slide__content--center .storefront-slide__subtitle{margin-left:auto;margin-right:auto}.storefront-slide__content--left .storefront-slide__title,.storefront-slide__content--left .storefront-slide__subtitle,.storefront-slide__content--right .storefront-slide__subtitle,.storefront-slide__content--right .storefront-slide__title{margin-left:0;margin-right:0}.storefront-slide__content--right .storefront-slide__actions{text-align:left}.storefront-slide__actions{margin-top:24px}.storefront-slide__button{display:inline-block;align-items:center;justify-content:center;pointer-events:auto;min-height:auto;padding:12px 32px;border-radius:0;background:#a99052;color:var(--storefront-brown-deep);font-family:Poppins,sans-serif;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;box-shadow:none;transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;border:none}.storefront-slide__button:hover{background-color:#a99052e6;transform:translateY(-2px);box-shadow:0 4px 8px #0003;color:var(--storefront-brown-deep)}.storefront-slide__button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.storefront-slide__button:hover:before{left:100%}@keyframes slideInContent{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInTitle{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInSubtitle{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInButton{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.storefront-slider__control{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:52px;height:52px;border:0;border-radius:999px;background:#ffffffeb;color:#333;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.08);transition:background-color .2s ease,transform .2s ease}.storefront-slider__control:hover{background:#fff;transform:translateY(-50%) scale(1.03)}.storefront-slider__control span{font-size:2rem;line-height:1}.storefront-slider__control--prev{left:24px}.storefront-slider__control--next{right:24px}.storefront-slider__indicators{position:absolute;left:50%;bottom:24px;z-index:3;transform:translate(-50%);display:flex;align-items:center;gap:10px}.storefront-slider__indicator{width:8px;height:8px;border:0;border-radius:999px;background:#ffffff80;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.storefront-slider__indicator:hover,.storefront-slider__indicator.is-active{background:var(--storefront-white);transform:scale(1.1)}.storefront-slider__fallback{padding:46px 0 54px;background:radial-gradient(circle at top left,rgba(200,155,83,.22),transparent 34%),linear-gradient(135deg,#603220,#2f1810)}.storefront-slider__fallback-card{padding:40px;border-radius:28px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 56px #0003}.storefront-slider__fallback-card h1{margin:0;color:var(--storefront-white);font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.8vw,4.4rem);line-height:1.05;max-width:10ch}.storefront-slider__fallback-card p:not(.storefront-eyebrow){margin:18px 0 0;max-width:58ch;color:#ffffffd6;line-height:1.7}.storefront-hero{padding:56px 0 48px}.storefront-hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:stretch}.storefront-hero__copy{background:radial-gradient(circle at top left,rgba(200,155,83,.22),transparent 42%),var(--storefront-cream);border:1px solid rgba(107,47,26,.12);border-radius:28px;padding:40px;box-shadow:0 24px 60px #4a231514}.storefront-eyebrow{margin:0 0 14px;color:var(--storefront-brown);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.storefront-hero h1,.storefront-section__heading h2{margin:0;font-family:Playfair Display,serif;font-weight:700;line-height:1.05;color:var(--storefront-brown-deep)}.storefront-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);max-width:10ch}.storefront-hero p{margin:20px 0 0;max-width:58ch;color:var(--storefront-muted);font-size:1rem;line-height:1.7}.storefront-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.storefront-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.storefront-button:hover{transform:translateY(-1px)}.storefront-button--primary{background:var(--storefront-brown);color:var(--storefront-white);box-shadow:0 16px 30px #4a23152e}.storefront-button--ghost{border:1px solid rgba(107,47,26,.18);background:#ffffff8c;color:var(--storefront-brown-deep)}.storefront-hero__panel{display:grid;gap:18px}.storefront-hero__card{border-radius:24px;padding:28px;background:var(--storefront-white);border:1px solid rgba(107,47,26,.1);box-shadow:0 20px 40px #4a231514}.storefront-hero__card--accent{background:linear-gradient(180deg,#71412c,#4a2315);color:var(--storefront-white)}.storefront-hero__card span{display:block;margin-bottom:10px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.75}.storefront-hero__card strong{display:block;margin-bottom:12px;font-size:1.3rem;line-height:1.3}.storefront-hero__card p{margin:0;line-height:1.7}.storefront-section{padding:28px 0 56px}.storefront-page-hero{padding:34px 0 22px}.storefront-page-hero--compact{padding-bottom:0}.storefront-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:22px;font-size:.92rem;color:var(--storefront-muted)}.storefront-breadcrumbs a:hover{color:var(--storefront-brown)}.storefront-page-hero__content{display:flex;justify-content:space-between;gap:24px;align-items:end}.storefront-page-hero__content h1{margin:0;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.3rem);color:var(--storefront-brown-deep)}.storefront-page-hero__content p:last-child{margin:12px 0 0;max-width:58ch;color:var(--storefront-muted);line-height:1.7}.storefront-search{min-width:min(100%,360px);display:flex;border-radius:999px;background:#ffffffeb;border:1px solid rgba(107,47,26,.12);overflow:hidden;box-shadow:0 16px 36px #4a231514}.storefront-search input{width:100%;border:0;background:transparent;padding:16px 18px;color:var(--storefront-text);font:inherit}.storefront-search input:focus{outline:none}.storefront-search button{border:0;background:var(--storefront-brown);color:var(--storefront-white);padding:0 20px;font:inherit;font-weight:600;cursor:pointer}.storefront-listing{padding:18px 0 60px}.storefront-listing__grid{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.storefront-listing__sidebar{background:#ffffffd9;border-radius:24px;border:1px solid rgba(107,47,26,.1);padding:22px;box-shadow:0 18px 40px #4a23150f;position:sticky;top:120px}.storefront-listing__sidebar h2{margin:0 0 16px;font-family:Playfair Display,serif;color:var(--storefront-brown-deep)}.storefront-listing__sidebar nav{display:flex;flex-direction:column;gap:10px}.storefront-listing__sidebar a{padding:12px 14px;border-radius:14px;font-size:.92rem;font-weight:600;letter-spacing:.03em;color:var(--storefront-muted);background:#f7efe78c}.storefront-listing__sidebar a.is-active,.storefront-listing__sidebar a:hover{color:var(--storefront-white);background:var(--storefront-brown)}.storefront-listing-grid{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.storefront-listing-card{background:var(--storefront-white);border-radius:18px;overflow:hidden;box-shadow:0 18px 36px #4a231514;border:1px solid rgba(107,47,26,.08)}.storefront-listing-card__figure{display:block;height:220px;background:linear-gradient(180deg,#f8f0e8,#e8d8ca);overflow:hidden}.storefront-listing-card__figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.storefront-listing-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;color:var(--storefront-brown);font-size:1.5rem}.storefront-listing-card__body{padding:12px 14px 14px}.storefront-listing-card__body h3{margin:0 0 6px;font-family:Playfair Display,serif;line-height:1.25;color:var(--storefront-brown-deep);font-size:1rem}.storefront-listing-card__body h3 a:hover{color:var(--storefront-brown)}.storefront-listing-card__category{margin:0 0 6px;color:var(--storefront-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.storefront-listing-card__price{margin:0;color:var(--storefront-brown);font-weight:700;font-size:1rem}.storefront-pagination{margin-top:28px}.storefront-pagination nav{display:flex;justify-content:center}.storefront-pagination svg{width:18px;height:18px}.storefront-empty-panel{padding:32px;background:#fffc;border:1px solid rgba(107,47,26,.08);border-radius:20px;color:var(--storefront-muted)}.storefront-product-detail{padding:18px 0 56px}.storefront-product-detail__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:34px;align-items:stretch}.storefront-product-gallery,.storefront-product-info{background:#ffffffdb;border-radius:24px;border:1px solid rgba(107,47,26,.08);box-shadow:0 22px 44px #4a231514;height:100%}.storefront-product-gallery{padding:22px;display:flex;flex-direction:column}.storefront-product-gallery__layout{display:grid;grid-template-columns:92px minmax(0,1fr);gap:20px;align-items:start;height:100%}.storefront-product-gallery__main{aspect-ratio:1 / 1.02;background:#fff;border-radius:20px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;padding:18px;border:1px solid rgba(107,47,26,.08)}.storefront-product-gallery__main.is-zooming{cursor:zoom-in}.storefront-product-gallery__main-image-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.storefront-product-gallery__main img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block;position:relative;z-index:1}.storefront-product-gallery__zoom-layer{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--storefront-gallery-zoom-image);background-repeat:no-repeat;background-size:200%;background-position:center;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:2}.storefront-product-gallery__main.is-zooming .storefront-product-gallery__zoom-layer{opacity:1}.storefront-product-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:2rem;color:var(--storefront-brown)}.storefront-product-gallery__thumbs{display:flex;flex-direction:column;gap:12px;max-height:100%;overflow-y:auto;padding-right:4px}.storefront-product-gallery__thumb{width:100%;aspect-ratio:1 / 1;padding:0;background:#fff;border-radius:12px;border:1px solid rgba(107,47,26,.1);overflow:hidden;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.storefront-product-gallery__thumb.is-active{border-color:#6b2f1a;box-shadow:0 0 0 2px #6b2f1a1f}.storefront-product-gallery__thumb:hover{transform:translateY(-1px)}.storefront-product-gallery__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.storefront-product-info{padding:20px 22px;display:flex;flex-direction:column}.storefront-product-info h1{margin:0;font-family:Poppins,sans-serif;font-size:clamp(1.65rem,2.6vw,2.35rem);font-weight:700;line-height:1.16;color:#1f1f24}.storefront-product-info__byline{margin:12px 0 0;font-size:.82rem;color:#8a8a90;display:flex;align-items:baseline;gap:6px}.storefront-product-info__byline strong{color:#de2939;font-size:.9rem;font-weight:600}.storefront-product-info__rating{display:flex;gap:5px;margin-top:14px;color:#ffa400;font-size:1.35rem;line-height:1}.storefront-product-info__rating .is-muted{color:#d6a74f;opacity:.9}.storefront-product-info__codes{margin-top:16px;display:grid;gap:10px}.storefront-product-info__codes p{margin:0;color:#8a8a90;font-size:.84rem;line-height:1.4}.storefront-product-info__codes strong{color:#66666d;font-weight:700;margin-right:8px}.storefront-product-info__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-top:18px}.storefront-product-info__price{margin:0;font-size:clamp(1.45rem,2.2vw,1.95rem);font-weight:800;color:#6b2f1a;line-height:1}.storefront-product-info__mrp{margin:0;font-size:.82rem;color:#4e4e54}.storefront-product-info__mrp span{text-decoration:line-through;color:#4e4e54}.storefront-product-info__moq{margin:18px 0 0;color:#4e4e54;font-size:.84rem;font-weight:600}.storefront-product-info__purchase-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin-top:12px}.storefront-product-info__qty{display:grid;grid-template-columns:58px 96px 58px;height:54px}.storefront-product-info__qty button,.storefront-product-info__qty span{border:1px solid #e7e3df;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#707078}.storefront-product-info__qty button{cursor:default}.storefront-product-info__qty button:first-child{border-radius:18px 0 0 18px}.storefront-product-info__qty button:last-child{border-radius:0 18px 18px 0}.storefront-product-info__qty span{font-size:1.35rem;color:#55555d}.storefront-product-info__cart-button{height:60px;border:1px solid rgba(7,18,40,.08);border-radius:16px;background:#121a30;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.82rem;font-weight:800;letter-spacing:.02em;box-shadow:0 8px 20px #121a302e}.storefront-product-info__cart-icon{font-size:1.25rem;line-height:1}.storefront-product-info__wishlist-button{width:54px;height:54px;border-radius:999px;border:1px solid #d9d5d0;background:#fff;color:#111;font-size:1.45rem;line-height:1}.storefront-product-info__buy-button{margin-top:14px;min-height:58px;width:100%;border:0;border-radius:16px;background:#6b2f1a;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.88rem;font-weight:800}.storefront-product-info__buy-icons{display:inline-flex;align-items:center;gap:2px}.storefront-product-info__buy-icons span{width:20px;height:20px;border-radius:999px;background:#fff;color:#1f1f24;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700}.storefront-product-info__buy-arrow{font-size:1.2rem;line-height:1}.storefront-product-info__description{margin-top:14px;color:var(--storefront-muted);line-height:1.6;font-size:.84rem}.storefront-section--warm{background:linear-gradient(180deg,#efe0d25c,#efe0d2ad);border-top:1px solid rgba(107,47,26,.06);border-bottom:1px solid rgba(107,47,26,.06)}.storefront-section__heading{margin-bottom:24px}.storefront-section__heading h2{font-size:clamp(2rem,3vw,3rem)}.storefront-category-grid,.storefront-product-grid{display:grid;gap:18px}.storefront-category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.storefront-product-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.storefront-product-carousel-wrapper{position:relative;margin:0 -2px;padding:0 2px}@media(min-width:768px){.storefront-product-carousel-wrapper{margin:0 -6px;padding:0 6px}}.storefront-product-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:18px;padding-bottom:24px;-ms-overflow-style:none;scrollbar-width:none}.storefront-product-carousel::-webkit-scrollbar{display:none}.storefront-product-carousel>*{flex:0 0 85%;scroll-snap-align:start;min-width:0}@media(min-width:640px){.storefront-product-carousel>*{flex:0 0 calc(50% - 9px)}}@media(min-width:960px){.storefront-product-carousel>*{flex:0 0 calc(33.333% - 12px)}}@media(min-width:1200px){.storefront-product-carousel>*{flex:0 0 calc(20% - 14.4px)}}.storefront-product-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid rgba(107,47,26,.1);box-shadow:0 4px 12px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;color:var(--storefront-brown)}.storefront-product-carousel__nav:hover{background:var(--storefront-brown);color:#fff}.storefront-product-carousel__nav--prev{left:4px}.storefront-product-carousel__nav--next{right:4px}.storefront-product-carousel__nav:disabled{opacity:0;pointer-events:none}.storefront-category-card,.storefront-product-card{background:#ffffffd6;border:1px solid rgba(107,47,26,.1);border-radius:22px;overflow:hidden;box-shadow:0 18px 40px #4a23150f}.storefront-category-card{padding:24px}.storefront-category-card__icon{width:68px;height:68px;border-radius:18px;background:linear-gradient(180deg,#fbf4ee,#f0dfd0);display:flex;align-items:center;justify-content:center;margin-bottom:18px;overflow:hidden}.storefront-category-card__icon span{font-size:1.4rem;font-weight:700;color:var(--storefront-brown)}.storefront-category-card h3,.storefront-product-card h3{margin:0 0 8px;font-family:Playfair Display,serif;color:var(--storefront-brown-deep)}.storefront-category-card p,.storefront-product-card__meta,.storefront-empty-state{margin:0;color:var(--storefront-muted);line-height:1.6}.storefront-product-card__media{aspect-ratio:4 / 3;background:#f1e5d7;overflow:hidden}.storefront-product-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.storefront-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--storefront-brown);font-family:Playfair Display,serif;font-size:1.6rem}.storefront-product-card__body{padding:20px}.storefront-product-card__category{margin:0 0 8px;color:var(--storefront-gold);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.storefront-product-card__meta{display:flex;justify-content:space-between;gap:12px;font-size:.92rem}.storefront-footer{background:var(--storefront-brown-deep);color:#ffffffe6;padding:48px 32px;font-size:.75rem}.storefront-footer__inner{width:min(1280px,100%);margin:0 auto;display:flex;flex-direction:column;gap:40px}.storefront-footer__brand{width:100%;max-width:420px;text-align:left}.storefront-footer__meta{width:100%;display:flex;flex-direction:column;gap:32px;text-align:left}.storefront-footer__column{min-width:150px}.storefront-footer__store-name{font-weight:700;font-size:1rem;margin-bottom:8px}.storefront-footer__logo{height:64px;width:auto;max-width:220px;-o-object-fit:contain;object-fit:contain;margin-bottom:20px}.storefront-footer h3{margin:0 0 16px;color:var(--storefront-white);font-size:.875rem;font-family:Poppins,sans-serif;font-weight:400;letter-spacing:.08em}.storefront-footer p{margin:0 0 8px;line-height:1.7;font-size:.75rem;color:#fffffff2}.storefront-footer__brand p{font-size:1rem;line-height:1.7}.storefront-footer__column p{line-height:1.7}.storefront-footer__amazon{background:var(--storefront-white);color:#000;padding:6px 24px;display:inline-block;font-weight:700;border-radius:2px;font-size:1.5rem;letter-spacing:-.03em}.storefront-footer__instagram{display:inline-flex;width:48px;height:48px;border-radius:14px;background:linear-gradient(to top right,#eab308,#db2777,#7e22ce);box-shadow:0 8px 18px #0000002e}.storefront-footer__instagram-frame{width:100%;height:100%;border:2px solid transparent;color:var(--storefront-white);display:flex;align-items:center;justify-content:center;border-radius:14px;padding:4px;position:relative}.storefront-footer__instagram-inner{width:100%;height:100%;border:2.5px solid var(--storefront-white);border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative}.storefront-footer__instagram-lens{width:16px;height:16px;border:2.5px solid var(--storefront-white);border-radius:999px}.storefront-footer__instagram-dot{width:4px;height:4px;background:var(--storefront-white);border-radius:999px;position:absolute;top:8px;right:8px}@media(min-width:768px){.storefront-footer__meta{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:32px}}@media(min-width:1024px){.storefront-footer__inner{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:32px}.storefront-footer__brand{flex:0 1 36%}.storefront-footer__meta{flex:0 1 58%;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end}}@media(max-width:960px){.storefront-hero__grid,.storefront-footer__inner,.storefront-listing__grid,.storefront-product-detail__grid,.storefront-page-hero__content{grid-template-columns:1fr}.storefront-header__main{padding:0 16px}.storefront-header__inner{flex-direction:column;align-items:flex-start;padding:16px 0}.storefront-header__nav{flex-wrap:wrap;gap:14px;margin-left:0;justify-content:center}.storefront-slider__viewport,.storefront-slide__content-wrap{min-height:500px;height:500px}.storefront-slide__content{padding:1.25rem 1.5rem 1.75rem;margin:.75rem auto}.storefront-slide__title{font-size:clamp(2.15rem,5vw,3rem)!important}.storefront-slide__subtitle{font-size:1rem!important}.storefront-product-info h1{font-size:2.5rem}.storefront-product-info__purchase-row,.storefront-product-gallery__layout{grid-template-columns:1fr}.storefront-product-gallery__thumbs{order:2;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding-right:0;padding-bottom:4px}.storefront-product-gallery__thumb{width:88px;min-width:88px}.storefront-product-info__qty{grid-template-columns:70px minmax(100px,1fr) 70px;height:72px}.storefront-product-info__cart-button,.storefront-product-info__buy-button{min-height:74px;height:auto}.storefront-product-info__wishlist-button{width:72px;height:72px;justify-self:end}.storefront-listing__sidebar{position:static;top:auto}}@media(max-width:640px){.storefront-hero{padding-top:32px}.storefront-slider__viewport,.storefront-slide__content-wrap{min-height:400px;height:400px}.storefront-slide__content{width:100%;text-align:center;padding:1rem;margin:.5rem auto}.storefront-slide__content--center,.storefront-slide__content--right{margin:0 auto;text-align:center}.storefront-slide__content-wrap{padding-bottom:1.5rem;padding-left:1rem;padding-right:1rem}.storefront-slide__subtitle,.storefront-slide__content--center .storefront-slide__subtitle,.storefront-slide__content--right .storefront-slide__subtitle{margin-left:auto;margin-right:auto;max-width:100%}.storefront-slider__control{width:44px;height:44px}.storefront-slide__title{margin-bottom:1rem;font-size:1.75rem!important;line-height:1.12}.storefront-slide__subtitle{margin-bottom:1.5rem;font-size:.875rem!important;line-height:1.45}.storefront-slide__button{padding:10px 24px;font-size:12px}.storefront-product-info{padding:22px}.storefront-product-gallery{padding:18px}.storefront-product-gallery__main{aspect-ratio:1 / 1;padding:14px}.storefront-product-info h1{font-size:2rem}.storefront-product-info__byline{margin-top:16px}.storefront-product-info__rating{font-size:1.5rem;margin-top:18px}.storefront-product-info__codes{gap:14px;margin-top:20px}.storefront-product-info__price{font-size:2rem}.storefront-product-info__mrp,.storefront-product-info__moq,.storefront-product-info__codes p{font-size:.92rem}.storefront-product-info__qty{width:100%}.storefront-product-info__wishlist-button{justify-self:center}.storefront-product-info__buy-button{font-size:1rem;gap:10px}.storefront-product-info__buy-icons span{width:24px;height:24px;font-size:.78rem}.storefront-slider__control--prev{left:12px}.storefront-slider__control--next{right:12px}.storefront-slider__indicators{bottom:16px}.storefront-slider__fallback{padding:30px 0 40px}.storefront-hero__copy,.storefront-hero__card,.storefront-category-card,.storefront-product-card__body,.storefront-slider__fallback-card{padding:22px}.storefront-product-card__meta{flex-direction:column}.storefront-announcement__track{animation-duration:18s}.storefront-header__nav a{gap:6px;padding:9px 12px}.storefront-product-info__facts{grid-template-columns:1fr}}.storefront-header__actions{display:flex;align-items:center}.storefront-header__cart{position:relative;background:transparent;border:none;color:var(--storefront-white);padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.storefront-header__cart:hover{transform:scale(1.05)}.storefront-header__cart-badge{position:absolute;top:0;right:0;background-color:var(--storefront-gold);color:var(--storefront-brown-deep);font-size:11px;font-weight:700;height:18px;min-width:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;transform:translate(25%,-25%)}.storefront-header__cart-badge:empty{display:none}.storefront-cart-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.storefront-cart-overlay.is-open{opacity:1;visibility:visible}.storefront-cart-overlay[hidden]{display:none!important}.storefront-cart-sidebar{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100vh;background-color:var(--storefront-white);z-index:9999;box-shadow:-5px 0 25px #00000026;display:flex;flex-direction:column;transform:translate(100%);visibility:hidden;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility .3s ease}.storefront-cart-sidebar.is-open{transform:translate(0);visibility:visible;pointer-events:auto}.storefront-cart-sidebar[hidden]{display:none!important}.storefront-cart-sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(107,47,26,.1)}.storefront-cart-sidebar__header h2{margin:0;font-family:Playfair Display,serif;font-size:1.5rem;color:var(--storefront-brown-deep)}.storefront-cart-sidebar__close{background:transparent;border:none;font-size:28px;line-height:1;color:var(--storefront-muted);cursor:pointer;transition:color .2s}.storefront-cart-sidebar__close:hover{color:var(--storefront-brown-deep)}.storefront-cart-sidebar__body{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:24px}.storefront-cart-sidebar__empty{text-align:center;margin:auto 0}.storefront-cart-sidebar__empty p{color:var(--storefront-muted);margin-bottom:20px}.storefront-cart-item{display:flex;gap:16px;padding-bottom:24px;border-bottom:1px solid rgba(107,47,26,.05)}.storefront-cart-item:last-child{border-bottom:none;padding-bottom:0}.storefront-cart-item__image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:var(--storefront-cream);flex-shrink:0}.storefront-cart-item__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.storefront-cart-item__details{flex:1;display:flex;flex-direction:column}.storefront-cart-item__title{margin:0 0 4px;font-size:1rem;font-weight:500;color:var(--storefront-text)}.storefront-cart-item__price{font-weight:600;color:var(--storefront-brown);margin-bottom:12px}.storefront-cart-item__actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.storefront-cart-item__qty{display:inline-flex;align-items:center;border:1px solid rgba(107,47,26,.2);border-radius:4px;height:32px}.storefront-cart-item__qty button{width:28px;height:100%;background:transparent;border:none;cursor:pointer;font-size:16px;color:var(--storefront-text)}.storefront-cart-item__qty button:hover{background:#6b2f1a0d}.storefront-cart-item__qty span{width:28px;text-align:center;font-size:14px}.storefront-cart-item__remove{background:transparent;border:none;color:var(--storefront-muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;text-decoration:underline}.storefront-cart-item__remove:hover{color:#e53e3e}.storefront-cart-sidebar__footer{padding:24px;background:var(--storefront-cream);border-top:1px solid rgba(107,47,26,.1)}.storefront-cart-sidebar__summary{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:var(--storefront-brown-deep);margin-bottom:8px}.storefront-cart-sidebar__note{font-size:.85rem;color:var(--storefront-muted);margin:0 0 16px;text-align:center}.storefront-cart-sidebar__checkout{width:100%}.storefront-checkout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a170c85;opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:10000}.storefront-checkout-overlay.is-open{opacity:1;pointer-events:auto}.storefront-checkout-overlay[hidden],.storefront-checkout-modal[hidden]{display:none!important}.storefront-checkout-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:10001}.storefront-checkout-modal.is-open{opacity:1;pointer-events:auto}.storefront-checkout-modal.is-open.is-emphasized .storefront-checkout-modal__panel{animation:storefront-checkout-emphasis .45s ease;outline-color:#c89b53a6}@keyframes storefront-checkout-emphasis{0%{transform:translateY(18px) scale(.98);box-shadow:0 12px 40px #2b150c1f}to{transform:translateY(0) scale(1);box-shadow:0 28px 80px #2b150c2e}}.storefront-checkout-modal__panel{position:relative;width:min(680px,100%);max-height:90vh;overflow:auto;padding:32px;border-radius:22px;background:linear-gradient(180deg,#fffef8,#f7efe2);box-shadow:0 28px 80px #2b150c2e;outline:2px solid transparent;transition:outline-color .3s ease}.storefront-checkout-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;border-radius:999px;background:#6b2f1a14;color:var(--storefront-brown-deep);font-size:1.4rem;cursor:pointer}.storefront-checkout-modal__subtitle{margin:10px 0 0;color:var(--storefront-muted)}.storefront-checkout-modal__subtitle.is-error{color:#b42318}.storefront-checkout-modal__body{display:grid;gap:20px;margin-top:24px}.storefront-checkout-modal__summary{padding:18px 20px;border-radius:18px;background:#ffffffbf;border:1px solid rgba(107,47,26,.12)}.storefront-checkout-summary__head,.storefront-checkout-summary__item{display:flex;justify-content:space-between;gap:16px}.storefront-checkout-summary__items{display:grid;gap:10px;margin-top:14px;color:var(--storefront-muted)}.storefront-checkout-step{display:grid;gap:16px}.storefront-checkout-step__title{margin:0;font-size:1.1rem;color:var(--storefront-brown-deep)}.storefront-checkout-field{display:grid;gap:8px;margin-bottom:14px}.storefront-checkout-field span{font-size:.94rem;font-weight:600;color:var(--storefront-brown-deep)}.storefront-checkout-field input{width:100%;padding:13px 14px;border-radius:12px;border:1px solid rgba(107,47,26,.16);background:#ffffffe6;font:inherit}.storefront-checkout-link{justify-self:start;padding:0;border:none;background:transparent;color:var(--storefront-brown);font:inherit;text-decoration:underline;cursor:pointer}.storefront-checkout-address-list,.storefront-checkout-address-form{display:grid;gap:14px}.storefront-checkout-address-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:16px;border-radius:16px;border:1px solid rgba(107,47,26,.15);background:#ffffffd1;cursor:pointer}.storefront-checkout-address-card.is-selected{border-color:#6b2f1a73;box-shadow:0 12px 24px #6b2f1a1a}.storefront-checkout-address-card__content{display:grid;gap:4px;color:var(--storefront-muted)}.storefront-checkout-address-card__content strong{color:var(--storefront-brown-deep)}.storefront-checkout-checkbox{display:flex;align-items:center;gap:10px;color:var(--storefront-muted)}.storefront-checkout-done{padding:24px;border-radius:18px;background:#ffffffc2;border:1px solid rgba(107,47,26,.12)}@media(max-width:640px){.storefront-checkout-modal{padding:12px}.storefront-checkout-modal__panel{padding:24px 18px;border-radius:18px}.storefront-checkout-summary__head,.storefront-checkout-summary__item{flex-direction:column;align-items:flex-start}}
