@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");.customer-suqan-theme{--suqan-background:0 0% 100%;--suqan-foreground:0 0% 4%;--suqan-primary:43 56% 52%;--suqan-primary-foreground:0 0% 100%;--suqan-gold:43 56% 52%;--suqan-gold-light:43 60% 70%;--suqan-gold-dark:43 60% 40%;--suqan-electric-blue:216 100% 50%;--suqan-dark-bg:0 0% 4%;--suqan-radius:1.25rem;--suqan-border:43 30% 88%;font-family:Almarai,sans-serif}.customer-suqan-theme .suqan-bg-gold{background-color:hsl(var(--suqan-primary))}.customer-suqan-theme .suqan-bg-dark{background-color:hsl(var(--suqan-dark-bg))}.customer-suqan-theme .suqan-text-gold{color:hsl(var(--suqan-gold))}.customer-suqan-theme .suqan-text-on-gold{color:hsl(var(--suqan-primary-foreground))}.customer-suqan-theme .suqan-border-gold{border-color:hsl(var(--suqan-gold))}.customer-suqan-theme .suqan-btn-primary{background-color:hsl(var(--suqan-dark-bg));color:white;border-radius:var(--suqan-radius)}.customer-suqan-theme .suqan-btn-primary:hover{background-color:hsl(0 0% 8%);color:white}:root{--sq-surface:#ffffff;--sq-brand:#d4af37;--sq-brand-light:#e8c968;--sq-brand-dark:#b8941f;--sq-sale:#e63946;--sq-delivery:#00b894;--sq-text:#1a1a1a;--sq-text-muted:#5c5c5c;--sq-electric:#0066cc;--sq-coupon-bg:#f9f9f9;--sq-xs:4px;--sq-s:8px;--sq-m:16px;--sq-l:24px;--sq-xl:40px;--sq-r-card:12px;--sq-r-btn:8px;--sq-r-badge:4px}.souqan-nav-bar{position:sticky;top:0;z-index:50;background-color:var(--sq-surface);box-shadow:0 2px 12px rgba(0,0,0,.08)}.souqan-hero-carousel{width:100%;aspect-ratio:21/9;min-height:200px;overflow:hidden;position:relative}@media (min-width:640px){.souqan-hero-carousel{min-height:280px}}@media (min-width:1024px){.souqan-hero-carousel{min-height:360px}}.souqan-carousel-indicator{height:4px;border-radius:9999px;background-color:rgba(255,255,255,.5);transition:all .3s}.souqan-carousel-indicator[data-active]{width:24px;background-color:var(--sq-brand)}.souqan-quick-access{display:flex;gap:var(--sq-l);overflow-x:auto;padding-bottom:var(--sq-s);-webkit-overflow-scrolling:touch}.souqan-quick-access::-webkit-scrollbar{display:none}.souqan-quick-access-item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:var(--sq-s);border-radius:var(--sq-r-card);min-width:80px;cursor:pointer}.souqan-bento-grid{display:grid;gap:var(--sq-m);grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(140px,auto)}@media (min-width:768px){.souqan-bento-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.souqan-bento-grid .souqan-bento-mega{grid-column:span 2;grid-row:span 2}.souqan-bento-grid .souqan-bento-wide{grid-column:span 2}}.souqan-product-shelf{display:grid;gap:var(--sq-m);grid-template-columns:repeat(2,1fr)}@media (min-width:640px){.souqan-product-shelf{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.souqan-product-shelf{grid-template-columns:repeat(6,1fr)}}.souqan-product-shelf-scroll{display:flex;gap:var(--sq-m);overflow-x:auto;padding-bottom:var(--sq-s);-webkit-overflow-scrolling:touch}.souqan-product-shelf-scroll::-webkit-scrollbar{display:none}.souqan-product-shelf-scroll>*{flex-shrink:0;min-width:42vw}@media (min-width:640px){.souqan-product-shelf-scroll>*{min-width:280px}}.souqan-product-card{position:relative;overflow:hidden;border-radius:var(--sq-r-card);background-color:var(--sq-surface);box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .2s}.souqan-product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1)}.souqan-product-card .souqan-product-image{aspect-ratio:1/1;width:100%;overflow:hidden;background-color:#f5f5f5}.souqan-product-card .souqan-product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.875rem;font-weight:500;color:var(--sq-text)}.souqan-product-card .souqan-price-current{font-weight:700;color:var(--sq-brand)}.souqan-product-card .souqan-price-original{font-size:.875rem;text-decoration:line-through;color:var(--sq-text-muted)}.souqan-product-card .souqan-delivery-tag{display:inline-flex;align-items:center;gap:4px;border-radius:var(--sq-r-badge);background-color:rgba(0,184,148,.12);padding:2px 6px;font-size:.75rem;font-weight:500;color:var(--sq-delivery)}.souqan-product-card .souqan-official-badge{border-radius:var(--sq-r-badge);border:1px solid rgba(212,175,55,.4);background-color:rgba(212,175,55,.1);padding:2px 6px;font-size:.75rem;font-weight:500;color:var(--sq-brand)}.souqan-product-card .souqan-quick-add{position:absolute;bottom:8px;left:8px;right:8px;border-radius:var(--sq-r-btn);background-color:var(--sq-brand);padding:8px 0;text-align:center;font-size:.875rem;font-weight:600;color:#ffffff;opacity:0;transition:opacity .2s;cursor:pointer}.souqan-product-card .souqan-quick-add:hover{background-color:var(--sq-brand-dark)}.souqan-product-card:hover .souqan-quick-add{opacity:1}.souqan-coupon-zone{background-color:var(--sq-coupon-bg)}.souqan-coupon-card,.souqan-coupon-zone{border-radius:var(--sq-r-card);padding:var(--sq-m)}.souqan-coupon-card{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed rgba(0,102,204,.3);background-color:var(--sq-surface);text-align:center}.souqan-coupon-card .souqan-coupon-code{font-family:monospace;font-size:1.125rem;font-weight:700;color:var(--sq-electric)}.souqan-shelf-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--sq-s);padding-bottom:var(--sq-m)}.souqan-shelf-header .souqan-shelf-title{font-size:1.125rem;font-weight:700;color:var(--sq-text)}.souqan-shelf-header .souqan-shop-all{font-size:.875rem;font-weight:500;color:var(--sq-brand);text-decoration:none}.souqan-shelf-header .souqan-shop-all:hover{color:var(--sq-brand-dark);text-decoration:underline}.souqan-btn-gold{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--sq-r-btn);background-color:var(--sq-brand);padding:var(--sq-s) var(--sq-l);font-weight:600;color:#ffffff;border:none;cursor:pointer;transition:background-color .15s}.souqan-btn-gold:hover{background-color:var(--sq-brand-dark)}.souqan-btn-dark{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--sq-r-btn);background-color:var(--sq-text);padding:var(--sq-s) var(--sq-l);font-weight:600;color:var(--sq-surface);border:none;cursor:pointer;transition:background-color .15s}.souqan-btn-dark:hover{background-color:rgba(26,26,26,.9)}.souqan-sale-pill{display:inline-block;border-radius:var(--sq-r-badge);background-color:var(--sq-sale);padding:2px 8px;font-size:.75rem;font-weight:700;color:#ffffff}.souqan-rating{display:inline-flex;align-items:center;gap:2px;color:var(--sq-brand)}