:root{--ink:#17130f;--charcoal:#2a2520;--cream:#fff8ec;--paper:#fffdf8;--line:#eadfce;--muted:#766f66;--brand:#9f1f1f;--brand-dark:#6f1717;--gold:#d9a441;--sage:#4b6f54;--sea:#2f6770;--shadow:0 24px 70px rgba(42,31,22,0.12);--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}img{max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,253,248,.92);border-bottom:1px solid rgba(234,223,206,.85);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.announcement{display:flex;justify-content:center;gap:18px;padding:8px 20px;color:#fff8ec;font-size:13px}.announcement strong{color:var(--gold)}.account-page,.banner-section,.cart-page,.header-inner,.header-location,.product-detail,.section,.shop-layout,.site-footer{width:min(1180px,calc(100% - 32px));margin:0 auto}.header-inner{display:flex;align-items:center;gap:20px;min-height:68px}.brand{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto}.brand img{display:block;width:auto;height:48px;object-fit:contain}.brand small{display:block;max-width:112px;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.header-search{position:relative;display:flex;align-items:center;gap:8px;flex:1 1;max-width:390px;height:44px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff}.header-search input,.location-form input,.mobile-search input,.shop-search input{width:100%;border:0;outline:0;background:transparent}.search-results{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:10;display:grid;grid-gap:4px;gap:4px;padding:8px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow)}.search-results a{display:flex;justify-content:space-between;gap:12px;padding:10px;border-radius:var(--radius);font-size:14px}.search-results a:hover{background:var(--cream)}.search-results small{color:var(--muted)}.desktop-nav{display:flex;align-items:center;gap:4px}.desktop-nav a{padding:10px 11px;border-radius:999px;color:var(--charcoal);font-size:14px}.desktop-nav a:hover{color:var(--brand);background:rgba(159,31,31,.07)}.header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.header-account-name{max-width:92px;overflow:hidden;color:var(--brand);font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.cart-button,.icon-button,.mobile-menu-button,.qty-controls button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:white}.icon-button{width:42px;height:42px}.cart-button{gap:8px;min-height:42px;padding:0 14px;color:white;border-color:transparent;background:var(--brand)}.cart-button strong{display:grid;min-width:22px;height:22px;place-items:center;border-radius:999px;color:var(--ink);background:var(--gold);font-size:12px}.mobile-menu-button{display:none}.header-location{display:flex;justify-content:flex-end;padding-bottom:10px}.mobile-nav{display:none}.location-form{display:flex;align-items:center;gap:10px;width:min(100%,590px);padding:12px;border:1px solid rgba(159,31,31,.16);border-radius:var(--radius);background:#fff;box-shadow:0 18px 40px rgba(42,31,22,.08)}.location-form.compact{width:390px;padding:8px 10px;box-shadow:none}.location-icon{display:grid;flex:0 0 auto;place-items:center;width:36px;height:36px;border-radius:var(--radius);color:var(--brand);background:rgba(159,31,31,.08)}.location-copy{min-width:0;flex:1 1}.location-copy span,.location-copy strong{display:block}.location-copy span{color:var(--muted);font-size:12px}.location-copy strong{font-size:14px}.location-form input{max-width:72px;padding:8px 6px;border-bottom:1px solid var(--line);text-align:center}.location-form button{display:grid;flex:0 0 auto;place-items:center;width:36px;height:36px;border:0;border-radius:var(--radius);color:white;background:var(--sage)}.banner-section{padding:22px 0 12px}.banner-carousel{position:relative;overflow:hidden;border-radius:18px;background:var(--cream);box-shadow:var(--shadow-card)}.banner-viewport{position:relative;aspect-ratio:1150/500;overflow:hidden;border-radius:inherit}.banner-slide{position:absolute;inset:0;display:block;opacity:0;pointer-events:none;transform:scale(1.015);transition:opacity .65s var(--ease-smooth),transform .9s var(--ease-smooth)}.banner-slide.active{opacity:1;pointer-events:auto;transform:scale(1)}.banner-slide img{object-fit:cover}.banner-arrow{position:absolute;top:50%;z-index:2;display:grid;width:44px;height:44px;place-items:center;border:1px solid hsl(0 0% 100%/.64);border-radius:999px;color:var(--ink);background:hsl(30 25% 98%/.86);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-50%);transition:background .3s var(--ease-smooth),transform .3s var(--ease-smooth),opacity .3s var(--ease-smooth)}.banner-arrow:hover{background:white;transform:translateY(-50%) scale(1.06)}.banner-arrow.previous{left:16px}.banner-arrow.next{right:16px}.banner-dots{position:absolute;left:50%;bottom:14px;z-index:2;display:flex;gap:7px;padding:7px 9px;border-radius:999px;background:hsl(0 0% 0%/.22);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateX(-50%)}.banner-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:hsl(0 0% 100%/.64);transition:width .3s var(--ease-smooth),background .3s var(--ease-smooth)}.banner-dots button.active{width:24px;background:white}.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3{margin:0;font-family:Georgia,Times New Roman,serif;letter-spacing:0}.account-hero p{color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.empty-cart a,.primary-action,.secondary-action,.shop-search button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:var(--radius);font-weight:800}.primary-action,.shop-search button{color:white;background:linear-gradient(135deg,var(--brand),var(--brand-dark));box-shadow:0 14px 30px rgba(159,31,31,.22)}.secondary-action{color:var(--ink);border-color:var(--line);background:#fff}.category-card:hover,.primary-action:hover,.product-card:hover,.secondary-action:hover{transform:translateY(-2px)}.cart-line-image img,.category-card img,.detail-image img,.product-media img{object-fit:cover}.account-page,.cart-page,.product-detail,.section,.shop-layout{padding:48px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.account-hero h1,.not-found h1,.section-head h2{margin-top:8px;font-size:clamp(30px,3.2vw,46px);line-height:1.03}.section-head a{color:var(--brand);font-weight:800}.account-grid,.category-grid,.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.account-card,.category-card,.product-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-card{display:block;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:white}.category-card>div{position:relative;aspect-ratio:1/.78;overflow:hidden;border-radius:var(--radius);background:linear-gradient(135deg,var(--cream),#f6ebe0)}.category-card img,.product-media img{padding:10px;object-fit:contain}.category-card span{display:block;margin-top:14px;font-weight:900}.category-card p{min-height:58px;margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.45;display:none}.product-card{border:1px solid var(--line);border-radius:var(--radius);background:white;padding:12px}.account-card:hover,.category-card:hover,.product-card:hover{border-color:rgba(159,31,31,.28);box-shadow:0 18px 40px rgba(42,31,22,.11)}.product-card.compact{display:grid;grid-template-columns:115px 1fr;grid-gap:10px;gap:10px;padding:10px}.product-media{position:relative;display:block;overflow:hidden;background:#fff8ec}.product-card.compact .product-media{aspect-ratio:auto;min-height:100%}.product-card.compact .product-body{padding:4px 4px 4px 0}.product-badges{position:absolute;top:8px;left:8px;display:flex;flex-wrap:wrap;gap:6px}.badge-row span,.product-badges span{padding:4px 7px;border-radius:999px;color:white;background:var(--brand);font-size:10px;font-weight:800}.product-body{padding:14px 4px 2px}.product-title{display:block;font-weight:900;line-height:1.2}.product-body p{display:-webkit-box;min-height:42px;margin:8px 0 14px;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-unit{margin-top:6px;color:var(--muted);font-size:12px}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-meta span{font-size:18px;font-weight:900}.detail-price span,.product-meta small{color:var(--muted);font-size:13px;font-weight:600}.product-meta button{display:inline-flex;align-items:center;gap:4px;min-width:50px;height:38px;justify-content:center;border:0;border-radius:var(--radius);color:white;background:var(--sage)}.compact-section{padding:28px 0}.categories-section{padding-top:0}.product-tabs-section{padding:26px 0 0}.home-tabs-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.home-tabs{display:flex;flex-wrap:nowrap;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:none}.home-tabs::-webkit-scrollbar{display:none}.home-tabs button{flex:0 0 auto;min-height:38px;padding:0 15px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:white;font-weight:900;transition:color .3s var(--ease-smooth),background .3s var(--ease-smooth),border-color .3s var(--ease-smooth),box-shadow .3s var(--ease-smooth)}.home-tabs button.active{color:white;border-color:transparent;background:var(--ink);box-shadow:var(--shadow-card)}.home-tabs-view-all{flex:0 0 auto;display:inline-flex;align-items:center;min-height:38px;padding:0 4px;color:var(--brand);font-weight:900}.home-product-carousel{position:relative}.home-product-track{display:grid;grid-auto-columns:calc((100% - 54px) / 4);grid-auto-flow:column;grid-gap:18px;gap:18px;overflow-x:auto;padding:4px 2px 8px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.home-product-track::-webkit-scrollbar{display:none}.home-product-track .product-card{scroll-snap-align:start}.product-carousel-arrow{position:absolute;top:42%;z-index:3;display:grid;width:44px;height:44px;place-items:center;border:1px solid hsl(0 0% 100%/.68);border-radius:999px;color:var(--ink);background:hsl(30 25% 98%/.9);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-50%);transition:background .3s var(--ease-smooth),transform .3s var(--ease-smooth)}.product-carousel-arrow:hover{background:white;transform:translateY(-50%) scale(1.06)}.product-carousel-arrow.previous{left:-18px}.product-carousel-arrow.next{right:-18px}.account-hero,.not-found{padding:66px 0 22px;text-align:center}.account-hero p,.not-found p{max-width:760px;margin:14px auto 0}.shop-search{display:flex;align-items:center;gap:10px;width:min(100%,460px);min-height:46px;margin:0;padding:0 8px 0 16px;border:1px solid var(--line);border-radius:999px;background:white;box-shadow:var(--shadow-card)}.shop-search button{min-height:36px;padding-inline:14px}.shop-layout{display:grid;grid-template-columns:250px 1fr;grid-gap:30px;gap:30px;padding-top:34px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow-card)}.shop-toolbar h1{font-size:28px;line-height:1.1}.shop-toolbar span{display:block;margin-top:4px;color:var(--muted);font-size:13px}.filters-panel{position:-webkit-sticky;position:sticky;top:150px;display:grid;grid-gap:8px;gap:8px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:white}.filters-panel h2{margin:6px 0 4px;font-family:inherit;font-size:13px;letter-spacing:.1em;text-transform:uppercase}.filters-panel a{padding:10px 11px;border-radius:var(--radius);color:var(--muted);font-size:14px}.filters-panel a.active,.filters-panel a:hover{color:var(--brand);background:rgba(159,31,31,.08)}.back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--brand);font-weight:800}.detail-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(340px,.92fr);grid-gap:24px;gap:24px;align-items:start}.detail-image{position:relative;min-height:0;aspect-ratio:1/.74;overflow:hidden;border-radius:var(--radius);background:#fff8ec;box-shadow:var(--shadow)}.detail-image img{padding:12px;object-fit:contain}.badge-row{display:flex;flex-wrap:wrap;gap:8px}.detail-title-row{display:flex;align-items:flex-start;gap:10px;margin-top:10px}.detail-title-row h1{margin:0;max-width:560px;font-size:clamp(20px,1.8vw,28px);line-height:1.12}.halal-chip{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;min-height:26px;margin-top:5px;padding:0 9px;border:1px solid hsl(354 82% 44%/.14);border-radius:999px;background:hsl(354 82% 44%/.06);color:var(--brand);font-size:12px;font-weight:900}.detail-copy>p{color:var(--muted);font-size:16px;line-height:1.4}.detail-price{margin:16px 0;font-size:28px;font-weight:900}.detail-actions{display:flex;gap:12px;margin:16px 0}.qty-controls,.quantity-stepper{display:inline-flex;align-items:center;gap:8px}.quantity-stepper{min-height:44px;padding:0 8px;border:1px solid var(--line);border-radius:var(--radius);background:white}.quantity-stepper button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:var(--radius);background:var(--cream)}.quantity-stepper span{min-width:24px;text-align:center;font-weight:900}.cart-page-line{display:grid;grid-template-columns:82px 1fr;grid-gap:13px;gap:13px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:white}.cart-page-line+.cart-page-line{margin-top:12px}.cart-line-image{position:relative;width:82px;height:82px;overflow:hidden;border-radius:var(--radius);background:var(--cream)}.cart-page-line span,.cart-page-line strong{display:block}.cart-page-line span{color:var(--muted);font-size:13px}.qty-controls{margin-top:10px}.qty-controls button{width:30px;height:30px;border-radius:var(--radius)}.qty-controls span{min-width:22px;text-align:center;font-weight:900}.empty-cart{display:grid;place-items:center;min-height:310px;padding:30px;text-align:center;border:1px dashed var(--line);border-radius:var(--radius);background:white}.empty-cart p{margin:8px 0 16px;color:var(--muted);line-height:1.5}.summary-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:12px;font-size:13px}.summary-row strong{font-size:15px}.cart-page-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:28px;gap:28px;align-items:start;margin-top:18px}.cart-status-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;margin:0 auto;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow-card)}.cart-status-bar span,.cart-status-bar strong{display:block}.cart-status-bar strong{font-size:15px;line-height:1.2}.cart-status-bar span{margin-top:2px;color:var(--muted);font-size:13px}.cart-status-bar a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid hsl(354 82% 44%/.18);border-radius:999px;background:hsl(354 82% 44%/.06);color:var(--brand);font-size:13px;font-weight:900;white-space:nowrap}.cart-main-column{display:grid;grid-gap:18px;gap:18px}.cart-list-head h2{font-family:inherit;font-size:18px}.cart-list-head,.summary-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.cart-list-head span{color:var(--muted);font-size:14px}.account-card,.cart-page-lines,.checkout-summary{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:white}.cart-page-line{grid-template-columns:92px 1fr auto;align-items:center}.checkout-summary{position:-webkit-sticky;position:sticky;top:150px}.checkout-summary h2{font-family:inherit;font-size:16px;line-height:1.2}.summary-row.muted{color:var(--muted)}.checkout-summary .primary-action{width:100%;margin-top:18px;border:0}.checkout-summary p{color:var(--muted);font-size:13px;line-height:1.45}.account-cart-card{display:grid;grid-template-columns:30px 1fr;grid-gap:10px;gap:10px;margin-top:16px;padding:12px;border-radius:var(--radius);background:var(--cream)}.account-cart-card svg{color:var(--brand)}.account-cart-card a,.account-cart-card span,.account-cart-card strong{display:block}.account-cart-card strong{font-size:13px}.account-cart-card span{margin:3px 0 8px;color:var(--muted);font-size:12px;line-height:1.4}.account-cart-card a{color:var(--brand);font-size:13px;font-weight:900}.account-grid{padding-bottom:72px}.account-page-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.account-page-head h1{margin-top:6px;font-size:clamp(28px,3vw,40px);line-height:1.06}.account-page-head p{max-width:520px;margin:8px 0 0;color:var(--muted);line-height:1.5}.account-workspace{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:22px;gap:22px;align-items:start;margin-bottom:30px}.account-entry{display:grid;justify-items:center;padding:20px 0 72px}.account-workspace.dashboard{grid-template-columns:minmax(320px,520px) minmax(300px,380px)}.account-dashboard{display:grid;grid-template-columns:340px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:start}.account-session-panel,.auth-panel,.checkout-result,.reset-box{border:1px solid var(--line);border-radius:22px;background:white;box-shadow:var(--shadow-card)}.account-session-panel,.auth-panel{padding:18px}.auth-panel{width:100%;max-width:430px}.auth-panel-head{margin-bottom:18px;text-align:left}.auth-panel-head h2{margin-top:6px;font-family:inherit;font-size:24px;line-height:1.15}.auth-panel-head p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.auth-tabs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:18px;padding:4px;background:var(--cream)}.auth-tabs,.auth-tabs button{border:1px solid var(--line);border-radius:999px}.auth-tabs button{min-height:38px;padding:0 13px;color:var(--ink);background:white;font-weight:900;min-height:34px;padding:0 10px;border:0;background:transparent;font-size:12px;white-space:nowrap}.auth-tabs button.active{color:white;border-color:transparent;background:var(--ink)}.auth-form,.checkout-form,.reset-box{display:grid;grid-gap:14px;gap:14px}.auth-form label,.checkout-form label,.reset-box label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:800}.auth-form input,.auth-form select,.checkout-form input,.checkout-form select,.reset-box input{min-height:44px;width:100%;border:1px solid var(--line);border-radius:var(--radius);background:white;color:var(--ink);padding:0 12px;outline:none}.auth-form input:focus,.auth-form select:focus,.checkout-form input:focus,.checkout-form select:focus,.reset-box input:focus{border-color:hsl(354 82% 44%/.34);box-shadow:0 0 0 4px hsl(354 82% 44%/.08)}.reset-box{margin-top:16px;padding:14px;background:var(--cream)}.checkout-result,.form-status{margin:14px 0 0;padding:12px;border-radius:var(--radius);font-size:13px;line-height:1.45}.checkout-result.success,.form-status.success{color:hsl(145 45% 24%);border:1px solid hsl(145 45% 70%);background:hsl(145 45% 94%)}.checkout-result.error,.form-status.error{color:hsl(354 78% 28%);border:1px solid hsl(354 82% 76%);background:hsl(354 82% 96%)}.account-session-panel{position:-webkit-sticky;position:sticky;top:150px;display:grid;grid-gap:12px;gap:12px}.account-session-panel h2{font-family:inherit;font-size:22px}.account-session-panel p{margin:0;color:var(--muted);line-height:1.5}.session-meta{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--line);font-size:13px}.session-meta span{color:var(--muted)}.session-meta strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scenario-strip{display:grid;grid-gap:12px;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.scenario-strip span,.scenario-strip strong{display:block}.scenario-strip strong{font-size:13px}.scenario-strip span{margin-top:3px;color:var(--muted);font-size:12px}.scenario-pills{display:flex;flex-wrap:wrap;gap:8px}.scenario-pills button{min-height:32px;padding:0 11px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:white;font-size:12px;font-weight:900}.scenario-pills button:hover{color:var(--brand);border-color:hsl(354 82% 44%/.28);background:hsl(354 82% 44%/.06)}.checkout-form{margin-top:18px}.inline-check{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:9px!important}.inline-check input{width:16px;min-height:16px}.checkout-result{display:grid;grid-gap:4px;gap:4px}.checkout-result a,.checkout-result span,.checkout-result strong{display:block}.checkout-result a{color:var(--brand);font-weight:900}.account-card{min-height:210px}.account-card>span{display:grid;width:46px;height:46px;place-items:center;border-radius:var(--radius);color:white;background:var(--sea)}.account-card h2{margin-top:18px;font-family:inherit;font-size:19px}.account-card p{color:var(--muted);line-height:1.55}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:4px;padding-bottom:72px}.dashboard-card{display:flex;flex-direction:column}.dashboard-summary{align-self:start}.dashboard-summary-actions{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.dashboard-card a{margin-top:auto;color:var(--brand);font-size:13px;font-weight:900}.not-found{min-height:55vh}.site-footer{padding:36px 0 24px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);grid-gap:34px;gap:34px}.footer-bottom,.footer-brand p,.footer-contact{color:var(--muted);line-height:1.55}.site-footer h3{margin-bottom:12px;font-family:inherit;font-size:14px;letter-spacing:.1em;text-transform:uppercase}.site-footer a:not(.brand){display:block;margin-top:9px;color:var(--muted)}.site-footer a:hover{color:var(--brand)}.social-row{display:flex;gap:8px}.social-row a{display:grid!important;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:999px;color:var(--ink)!important;background:white}.footer-contact{display:flex;align-items:center;gap:8px;margin:9px 0}.footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:42px;padding-top:22px;border-top:1px solid var(--line);font-size:13px}@media (max-width:1080px){.desktop-nav{display:none}.mobile-menu-button{display:inline-flex}.cart-page-grid,.detail-grid{grid-template-columns:1fr}.account-grid,.category-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.home-product-track{grid-auto-columns:calc((100% - 36px) / 3)}.account-session-panel,.checkout-summary,.detail-image{position:relative;top:auto}.account-dashboard,.account-workspace,.account-workspace.dashboard{grid-template-columns:1fr}.detail-image{aspect-ratio:1/.62}}@media (max-width:820px){.announcement{justify-content:space-between;font-size:12px}.header-inner{min-height:68px}.header-search{display:none}.header-location{justify-content:stretch;padding-bottom:8px}.location-form.compact{width:100%;min-height:44px;padding:6px 8px;border-radius:999px}.mobile-nav{display:grid;grid-gap:6px;gap:6px;padding:14px 16px 18px;border-top:1px solid var(--line);background:white}.mobile-nav a{padding:12px;border-radius:var(--radius);background:var(--cream);font-weight:800}.mobile-search{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.account-page,.banner-section,.cart-page,.product-detail,.section,.shop-layout{width:min(100% - 24px,1180px);padding:44px 0}.account-hero p,.not-found p{font-size:16px}.account-grid,.category-grid,.dashboard-grid,.footer-grid,.product-grid{grid-template-columns:1fr 1fr}.home-product-track{grid-auto-columns:calc((100% - 16px) / 2)}.product-carousel-arrow.previous{left:-8px}.product-carousel-arrow.next{right:-8px}.account-page-head,.footer-bottom,.home-tabs-head,.section-head{align-items:flex-start;flex-direction:column}.shop-layout{display:flex;flex-direction:column}.filters-panel{position:relative;top:auto;order:2;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.shop-products{display:contents}.shop-toolbar{order:1}.shop-products .product-grid{order:3}.filters-panel h2{grid-column:1/-1}.cart-page-line{grid-template-columns:82px 1fr}.cart-page-line .qty-controls{grid-column:2}.cart-status-bar{gap:12px;padding:13px 14px}}@media (max-width:560px){body{font-size:14px}.announcement strong,.brand small,.cart-button span,.header-account-name{display:none}.header-inner{gap:10px}.brand img{height:44px}.hero-actions{display:grid}.detail-actions{display:flex;align-items:center;gap:8px}.detail-actions .quantity-stepper{flex:0 0 auto;min-height:40px;padding:0 6px;gap:6px}.detail-actions .quantity-stepper button{width:30px;height:30px}.detail-actions .quantity-stepper span{min-width:18px;font-size:13px}.detail-actions .primary-action{flex:1 1 auto;min-width:0;min-height:40px;padding:0 12px;font-size:13px;white-space:nowrap}.detail-image{aspect-ratio:1/.68}.detail-image img{padding:8px}.detail-title-row{align-items:flex-start;gap:8px}.halal-chip{min-height:24px;margin-top:3px;padding:0 8px;font-size:11px}.account-grid,.category-grid,.dashboard-grid,.footer-grid,.product-grid{grid-template-columns:1fr}.footer-grid{gap:22px}.footer-link-group{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.site-footer .footer-link-group h3{flex:0 0 100%;margin-bottom:0;font-size:12px}.site-footer .footer-link-group a:not(.brand){display:inline-flex;align-items:center;min-height:30px;margin-top:0;padding:0 10px;border:1px solid hsl(30 25% 80%/.18);border-radius:999px;background:hsl(0 0% 100%/.05);font-size:12px;white-space:nowrap}.product-grid{gap:14px}.cart-status-bar{align-items:center;flex-wrap:nowrap;gap:10px;padding:10px}.cart-status-bar>div{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;gap:2px;min-width:0;overflow:hidden}.cart-status-bar strong{flex:0 0 auto;font-size:13px;line-height:1}.cart-status-bar span{min-width:0;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.cart-status-bar a{flex:0 0 auto;min-height:32px;margin-left:0;padding:0 10px;font-size:11px}.section.product-tabs-section{padding:12px 0 0}.section.categories-section{padding-top:12px;padding-bottom:18px}.home-tabs-head{gap:10px;margin-bottom:10px}.home-tabs{gap:6px}.account-entry{padding-bottom:44px}.auth-panel{max-width:none}.auth-tabs{border-radius:var(--radius)}.auth-tabs button{white-space:normal}.home-tabs button{min-height:34px;padding:0 12px;font-size:13px}.home-tabs-view-all{display:none}.home-product-track{grid-auto-columns:68%;gap:12px;padding-bottom:0}.product-carousel-arrow{width:34px;height:34px}.product-title{font-size:15px;line-height:1.18}.product-unit{font-size:11px}.product-meta span{font-size:16px}.product-meta small{font-size:11px}.product-card{padding:10px}.product-body{padding:10px 2px 0}.product-card.compact{grid-template-columns:1fr;gap:0}.product-card.compact .product-body{padding:14px 4px 2px}.location-form{align-items:stretch;flex-wrap:wrap}.location-form.compact{align-items:center;flex-wrap:nowrap;gap:7px}.location-copy{flex-basis:calc(100% - 46px)}.location-form.compact .location-copy{flex:1 1 auto;flex-basis:auto}.location-form.compact .location-icon{width:32px;height:32px}.location-form.compact .location-copy span{display:none}.location-form.compact .location-copy strong{font-size:13px;white-space:nowrap}.location-form input{max-width:none;flex:1 1;text-align:left}.location-form.compact input{flex:0 0 58px;max-width:58px;padding:5px 2px;font-size:13px;text-align:center}.location-form.compact button{width:32px;height:32px}.shop-search{align-items:stretch;flex-wrap:wrap;width:100%;padding:12px;border-radius:18px}.shop-search button{width:100%}.filters-panel,.shop-toolbar{display:none}}:root{--ink:hsl(0 0% 8%);--charcoal:hsl(0 0% 12%);--cream:hsl(30 40% 96%);--paper:hsl(30 25% 98%);--line:hsl(28 20% 88%);--muted:hsl(0 0% 38%);--brand:hsl(354 82% 44%);--brand-dark:hsl(354 78% 32%);--gold:hsl(38 72% 52%);--sage:hsl(354 82% 44%);--sea:hsl(354 78% 32%);--blush:hsl(12 60% 96%);--shadow:0 20px 60px -20px hsl(354 60% 25%/0.35);--shadow-card:0 2px 8px -2px hsl(354 40% 20%/0.08),0 8px 24px -8px hsl(354 40% 20%/0.12);--shadow-hover:0 12px 40px -12px hsl(354 60% 30%/0.25);--radius:12px;--ease-smooth:cubic-bezier(0.22,1,0.36,1);--gradient-hero:linear-gradient(135deg,hsl(354 78% 32%),hsl(354 82% 44%) 60%,hsl(18 80% 52%));--gradient-ember:linear-gradient(180deg,hsl(0 0% 8%),hsl(354 78% 22%));--gradient-gold:linear-gradient(135deg,hsl(38 72% 52%),hsl(42 80% 62%))}body{overflow-x:hidden;background:radial-gradient(circle at top left,hsl(12 60% 96%/.9),transparent 34rem),linear-gradient(180deg,hsl(30 25% 98%),hsl(30 35% 97%));font-family:var(--font-inter),system-ui,sans-serif;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display),Georgia,serif;letter-spacing:-.02em}.site-header{border-bottom-color:hsl(28 20% 88%/.74);background:hsl(30 25% 98%/.82);box-shadow:inset 0 1px 0 hsl(0 0% 100%/.75)}.announcement{background:var(--ink);letter-spacing:.01em}.header-inner{min-height:82px}.brand img{transition:transform .4s var(--ease-smooth),filter .4s var(--ease-smooth)}.brand:hover img{transform:scale(1.03);filter:drop-shadow(0 12px 20px hsl(354 60% 30%/.14))}.header-search{height:46px;border-color:transparent;background:hsl(28 25% 95%/.72);transition:background .4s var(--ease-smooth),border-color .4s var(--ease-smooth),box-shadow .4s var(--ease-smooth)}.header-search:focus-within{border-color:hsl(354 82% 44%/.28);background:white;box-shadow:0 0 0 5px hsl(354 82% 44%/.08)}.cart-button,.desktop-nav a,.empty-cart a,.filters-panel a,.icon-button,.mobile-nav a,.primary-action,.product-meta button,.qty-controls button,.quantity-stepper button,.secondary-action,.shop-search button{transition:all .4s var(--ease-smooth)}.desktop-nav a:hover{transform:translateY(-1px)}.cart-button,.primary-action,.product-meta button,.shop-search button{background:var(--gradient-hero);box-shadow:var(--shadow-card)}.cart-button:hover,.primary-action:hover,.product-meta button:hover,.shop-search button:hover{box-shadow:var(--shadow-hover)}.account-hero{animation:float-up .72s var(--ease-smooth) both}.location-form{border-color:hsl(28 20% 88%/.82);border-radius:18px;box-shadow:var(--shadow-card)}.location-form button{background:var(--gradient-hero);box-shadow:var(--shadow-card)}.detail-price,.product-meta span{color:var(--brand);font-family:var(--font-display),Georgia,serif}.section{padding:58px 0}.cart-page,.product-detail{padding-top:34px;padding-bottom:38px}.section.product-tabs-section{padding:26px 0 0}.section.categories-section{padding-top:18px;padding-bottom:28px}.related-products-section{padding-top:22px}.related-products-section .section-head{margin-bottom:18px}.related-products-section .section-head h2{font-size:clamp(22px,2vw,30px);line-height:1.08}.account-hero h1,.not-found h1,.section-head h2{text-wrap:balance}.account-card,.cart-page-lines,.category-card,.checkout-summary,.filters-panel,.product-card{border-color:hsl(28 20% 88%/.68);border-radius:22px;background:white;box-shadow:var(--shadow-card)}.category-card{padding:16px;overflow:hidden}.cart-line-image,.category-card>div{border-radius:18px;background:linear-gradient(135deg,var(--cream),var(--blush))}.product-media{border-radius:18px;background:#fff}.product-media img{padding:12px;object-fit:contain}.category-card img,.product-media img{transition:transform .7s var(--ease-smooth)}.category-card:hover img,.product-card:hover .product-media img{transform:scale(1.1)}.account-card:hover,.category-card:hover,.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.product-card{position:relative;overflow:hidden}.product-media{aspect-ratio:1/.78}.badge-row span,.product-badges span{color:hsl(30 30% 98%);background:var(--ink);letter-spacing:.08em;text-transform:uppercase}.badge-row span:nth-child(2),.product-badges span:nth-child(2){color:hsl(0 0% 8%);background:var(--gradient-gold)}.product-title{font-family:var(--font-display),Georgia,serif;font-size:17px;font-weight:700;letter-spacing:-.02em}.product-title:hover{color:var(--brand)}.product-meta button{width:40px;min-width:40px;height:40px;border-radius:999px}.product-meta button:hover{transform:scale(1.1)}.shop-layout{align-items:start}.filters-panel{gap:6px}.filters-panel a.active{color:white;background:var(--ink)}.detail-image{border-radius:22px;background:linear-gradient(135deg,var(--cream),var(--blush))}.detail-image img{transition:transform .7s var(--ease-smooth)}.detail-image:hover img{transform:scale(1.04)}.cart-page-line,.empty-cart{border-radius:18px}.checkout-summary .primary-action,.detail-actions .primary-action{border:0}.site-footer{width:100%;margin-top:24px;padding:36px max(16px,calc((100vw - 1180px) / 2)) 24px;background:var(--ink);color:hsl(30 30% 98%)}.footer-bottom,.footer-brand p,.footer-contact,.site-footer .brand small,.site-footer a:not(.brand){color:hsl(30 25% 80%/.78)}.site-footer .brand{align-items:flex-start;flex-direction:column;gap:8px}.site-footer .brand img{height:58px;filter:drop-shadow(0 10px 22px hsl(0 0% 0%/.22))}.site-footer .brand small{max-width:none}.social-row a{border-color:hsl(30 25% 80%/.22);color:hsl(30 30% 98%)!important;background:hsl(0 0% 100%/.06)}.footer-bottom{border-top-color:hsl(30 25% 80%/.18)}@keyframes float-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:820px){.header-inner{min-height:72px}.account-page,.banner-section,.cart-page,.product-detail,.section,.shop-layout{width:min(100% - 24px,1180px)}.account-card:hover,.category-card:hover,.product-card:hover{transform:none}}@media (max-width:560px){:root{--radius:10px}.banner-section{width:min(100% - 16px,1180px);padding-top:12px;padding-bottom:6px}.banner-carousel,.banner-viewport{border-radius:12px}.banner-viewport{aspect-ratio:1150/430}.banner-arrow{width:36px;height:36px;opacity:.92}.banner-arrow.previous{left:8px}.banner-arrow.next{right:8px}.banner-dots{bottom:6px}.account-card,.cart-page-lines,.category-card,.checkout-summary,.filters-panel,.product-card{border-radius:18px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_0a80b4{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_0a80b4{--font-display:"Playfair Display","Playfair Display Fallback"}