:root{--teal:#111214;--teal2:#18191c;--lime:#ffb000;--gold:#ffb000;--gold-soft:#fff4d8;--bg:#f7f5f0;--ink:#17181b;--muted:#7b8087;--red:#f22639;--green:#09bd74;--line:#e7e4dd}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"Almarai","Segoe UI",Tahoma,Arial,sans-serif;direction:rtl;font-size:15px}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.shell{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.demo-strip{height:30px;background:#0f4d5a;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px}.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 10px rgba(12,54,63,.1)}.header-main{height:74px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eef1f2}.brand img{width:70px;height:70px;object-fit:contain}.header-actions{display:flex;direction:ltr;gap:18px;align-items:center}.icon-button,.mobile-menu{position:relative;border:0;background:transparent;color:var(--teal);padding:8px;display:grid;place-items:center}.cart-icon span{position:absolute;left:2px;top:0;min-width:18px;height:18px;border-radius:12px;background:var(--red);color:#fff;font-size:11px;display:grid;place-items:center}.mobile-menu{display:none}.desktop-nav{height:50px;display:flex;align-items:center;justify-content:space-between;color:#315e67;gap:10px}.nav-item{height:100%;display:flex;align-items:center;position:relative;white-space:nowrap}.nav-item>a{display:flex;gap:6px;align-items:center;padding:16px 6px;font-size:13px}.dropdown{position:absolute;right:0;top:46px;width:205px;background:#fff;box-shadow:0 10px 30px #0002;border-radius:0 0 13px 13px;padding:8px;opacity:0;visibility:hidden;transform:translateY(5px);transition:.2s}.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:10px;border-radius:8px;font-size:13px}.dropdown a:hover{background:#f2f7f8;color:var(--teal)}.search-bar{height:58px;display:flex;align-items:center;gap:10px;padding-block:7px;position:absolute;inset-inline:0;bottom:-58px;background:#fff;box-shadow:0 7px 14px #0001}.search-bar input{height:42px;flex:1;border:0;outline:0;background:#f5f7f8;border-radius:9px;padding:0 14px}.search-bar button{border:0;background:transparent;color:#777}
.hero{background:#e8f7f5;padding:16px 22px 12px;position:relative}.hero>img{display:block;width:100%;max-width:1280px;margin:auto;border-radius:24px;box-shadow:0 12px 30px rgba(22,94,111,.15)}.hero-dots{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.hero-dots i{width:14px;height:5px;border-radius:8px;background:#788995}.hero-dots i.active{width:37px;background:var(--lime)}
.category-section{padding:46px 0 30px}.eyebrow{color:#859099;font-size:13px;margin-bottom:4px}.category-section h2,.home-products h2,.reviews h2{font-size:27px;margin:0 0 22px;position:relative;padding-right:16px}.category-section h2:before,.home-products h2:before,.reviews h2:before{content:"";position:absolute;right:0;top:2px;width:4px;height:31px;border-radius:3px;background:linear-gradient(var(--lime),#04a5a4)}.category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:215px;gap:14px;overflow:auto;padding-bottom:10px;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-card{height:238px;background:linear-gradient(145deg,#f2f8f8,#fff);border:1px solid #edf1f2;border-radius:18px;padding:15px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 5px 15px #0000000b;transition:.25s}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(21,94,111,.12)}.category-card img{width:125px;height:125px;object-fit:contain}.category-card h3{font-size:14px;margin:4px 0}.category-card p{font-size:11px;color:#839098;margin:4px}.category-card span{font-size:10px;color:var(--teal);background:#edf7f7;padding:4px 8px;border-radius:12px}
.home-products{padding:18px 0 38px}.category-banner{width:100%;aspect-ratio:2/1;object-fit:cover;border-radius:19px;margin-bottom:28px}.section-head{display:flex;align-items:center;justify-content:space-between}.section-head a{color:var(--teal);font-weight:700;font-size:13px;display:flex;align-items:center;gap:5px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{border:1px solid #e2e7e9;background:#fff;border-radius:17px;overflow:hidden;box-shadow:0 2px 5px rgba(14,56,65,.12);display:flex;flex-direction:column;min-width:0}.product-image-wrap{height:260px;background:linear-gradient(145deg,#f0fafb 0,#fff 68%);position:relative;padding:24px}.product-image-wrap img{width:100%;height:100%;object-fit:contain;transition:.3s}.product-card:hover .product-image-wrap img{transform:scale(1.025)}.stock,.discount{position:absolute;top:10px;z-index:2;color:#fff;border-radius:14px;padding:4px 9px;display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700}.stock{right:10px;background:var(--green)}.discount{left:10px;background:var(--red);box-shadow:0 4px 9px #f2263950}.product-card-body{padding:12px 14px 10px}.product-name{height:43px;overflow:hidden;display:block;font-weight:700;font-size:13px;line-height:1.65}.chips{display:flex;gap:7px;flex-wrap:wrap;margin:9px 0}.chips span{background:#eef4f5;color:#477078;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:700}.price-row{display:flex;gap:8px;align-items:center;justify-content:flex-start;font-size:10px}.price-row del{color:#98a1a7}.price-row span{background:var(--red);color:#fff;border-radius:7px;padding:3px 6px}.installment{height:21px;color:#5c747a;font-size:10px;display:flex;align-items:center;justify-content:flex-start}.current-price{color:var(--teal);text-align:left;margin-top:5px}.current-price b{font-size:21px}.current-price small{font-size:11px}.add-cart{border:0;background:linear-gradient(90deg,#238ba0,var(--teal));color:#fff;margin:0 10px 10px;height:43px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:13px;box-shadow:0 6px 12px rgba(21,94,111,.2)}.reviews{text-align:center;padding:38px 0 70px}.reviews h2{text-align:right}.reviews p{color:#7e8b92}.reviews button{border:0;background:var(--teal);color:#fff;border-radius:10px;padding:11px 22px;font-weight:700}
.site-footer{background:#20788a;color:#eaf5f6;margin-top:55px;padding:43px 0 14px}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr 1fr;gap:70px}.site-footer h3{color:#87b817;font-size:20px;margin:0 0 17px}.site-footer p{line-height:1.9;font-size:13px;margin:6px 0}.site-footer section>a{display:block;margin:12px 0;font-size:13px}.site-footer section p{display:flex;align-items:center;gap:7px}.trust-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.trust-row span{height:43px;min-width:48px;background:#fff;color:#39616a;border-radius:5px;display:flex;align-items:center;justify-content:center;padding:5px;font-size:10px}.footer-bottom{border-top:1px solid #ffffff20;margin-top:30px;padding-top:16px;display:flex;align-items:center;justify-content:space-between;font-size:11px}.pay-logos{direction:ltr;display:flex;gap:6px}.pay-logos b{background:#fff;color:#174d7f;border-radius:6px;padding:5px 9px;font-size:11px}.whatsapp{position:fixed;right:27px;bottom:27px;width:56px;height:56px;background:#00c967;color:#fff;border:4px solid #fff;border-radius:50%;display:grid;place-items:center;z-index:40;box-shadow:0 8px 20px #0003}.whatsapp svg{width:27px;height:27px}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);background:#fff;color:var(--ink);z-index:80;box-shadow:0 13px 40px #0003;border-radius:14px;padding:13px 17px;display:flex;align-items:center;gap:9px;font-size:13px}.toast svg{color:var(--green)}.toast a{background:var(--teal);color:#fff;padding:7px 12px;border-radius:8px;margin-right:12px}
.breadcrumb{height:58px;display:flex;align-items:center;gap:8px;color:#8a9398;font-size:12px}.breadcrumb a{display:flex;gap:5px;align-items:center}.breadcrumb b{color:#4b555a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-page,.product-page,.checkout-page{background:var(--bg);min-height:700px;padding-bottom:1px}.catalog-hero{height:204px;background:var(--teal2);color:#fff;position:relative;overflow:hidden}.catalog-hero:before,.catalog-hero:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:#ffffff0b}.catalog-hero:before{top:-100px;left:-80px}.catalog-hero:after{right:-80px;bottom:-130px}.catalog-hero .breadcrumb{width:auto;margin:0}.catalog-hero .breadcrumb a,.catalog-hero .breadcrumb b{color:#dcebed}.catalog-hero h1{font-size:36px;margin:18px 0 7px}.catalog-hero p{color:#c0d8dd;margin:0}.catalog-hero span{position:absolute;left:10%;bottom:58px;background:#ffffff18;border:1px solid #ffffff1d;padding:9px 13px;border-radius:11px;font-size:11px;display:flex;gap:6px;align-items:center}.catalog-products{padding:28px 0}.pagination{display:flex;direction:ltr;justify-content:center;gap:6px;margin:34px}.pagination button{width:38px;height:38px;border-radius:9px;border:1px solid #dbe2e5;background:#fff;color:#69777c;display:grid;place-items:center}.pagination button.active{background:var(--teal);color:#fff;border-color:var(--teal)}
.product-layout{display:grid;grid-template-columns:1.1fr .8fr;gap:26px;padding:24px 0 35px;align-items:start}.product-gallery,.product-summary{background:#fff;border-radius:22px;box-shadow:0 5px 18px #155e6f12}.product-gallery{padding:18px;position:relative}.detail-discount{position:absolute;top:24px;right:24px;background:var(--red);color:#fff;padding:7px 11px;border-radius:9px;font-size:11px;font-weight:800;box-shadow:0 5px 10px #f2263950}.main-product-image{width:100%;height:525px;object-fit:contain}.gallery-dots{display:flex;direction:ltr;justify-content:center;gap:6px}.gallery-dots i{width:7px;height:7px;background:#e2e5e7;border-radius:8px}.gallery-dots i.active{width:24px;background:#268d9c}.thumbnails{display:flex;justify-content:center;gap:10px;margin-top:18px;direction:ltr}.thumbnails button{width:82px;height:82px;border-radius:14px;border:2px solid transparent;background:#fff;padding:5px}.thumbnails button.active{border-color:#2593a2}.thumbnails img{width:100%;height:100%;object-fit:contain}.product-summary{padding:25px}.summary-top{display:flex;justify-content:space-between;color:#477f88;font-size:11px}.summary-top span{background:#edf7f7;padding:6px 10px;border-radius:7px}.summary-top .available{color:#08ad6c;display:flex;align-items:center;gap:5px}.product-summary h1{font-size:26px;line-height:1.6;margin:18px 0}.detail-price{display:flex;align-items:end;gap:10px;border-top:1px solid #eee;padding-top:22px}.detail-price b{color:#ec172b;font-size:37px;line-height:1}.detail-price small{color:#d92031;font-weight:800}.detail-price del{color:#9ba3a7;font-size:12px;margin-right:auto}.detail-price span{background:var(--red);color:#fff;border-radius:7px;padding:6px;font-size:10px}.vat{font-size:11px;color:#9aa2a7}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.benefits div{border:1px solid #edf0f1;border-radius:13px;min-height:72px;padding:12px;display:grid;grid-template-columns:38px 1fr;align-items:center}.benefits svg{grid-row:1/3;background:#eef7f8;color:var(--teal);padding:9px;border-radius:10px;width:34px;height:34px}.benefits b{font-size:12px}.benefits small{color:#939da3;font-size:10px}.detail-add{height:50px;width:100%;border:0;border-radius:12px;background:linear-gradient(90deg,#238ba0,var(--teal));color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:800;box-shadow:0 8px 16px #155e6f33}.description{background:#fff;margin-bottom:55px;border-radius:18px;padding:22px 28px;box-shadow:0 4px 14px #155e6f12}.description>button{background:var(--teal);color:#fff;border:0;border-radius:10px;padding:10px 20px;font-weight:700}.description h3{font-size:16px;margin-top:24px}.description p,.description li{font-size:13px;line-height:2;color:#59676d}.notice{border-right:4px solid #f0b63e;background:#fff8e8;color:#8a6a20;padding:12px;margin-top:15px;border-radius:8px;font-size:12px}
.checkout-steps{background:#fff;border-bottom:1px solid #dfe5e7;display:flex;justify-content:center;gap:120px;padding:14px 20px}.checkout-steps div{display:grid;justify-items:center;color:#9da5aa;font-size:11px;position:relative}.checkout-steps div:not(:last-child):after{content:"";position:absolute;right:48px;top:20px;width:118px;height:2px;background:#eef1f2}.checkout-steps span{width:44px;height:44px;border-radius:50%;background:#f3f5f6;display:grid;place-items:center;margin-bottom:6px}.checkout-steps .active{color:var(--teal)}.checkout-steps .active span{background:var(--teal);color:#fff}.checkout-shell{max-width:650px;padding-bottom:80px}.checkout-shell .breadcrumb{width:100%}.cart-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cart-title h1{font-size:20px}.cart-title span{background:var(--teal);color:#fff;border-radius:10px;padding:5px 8px;font-size:10px}.cart-line{background:#fff;border-radius:16px;padding:13px;display:grid;grid-template-columns:95px 1fr auto auto 30px;align-items:center;gap:12px;box-shadow:0 3px 10px #155e6f12}.cart-line img{width:95px;height:95px;object-fit:contain;background:#f5f9f9;border-radius:10px}.sale-pill{background:var(--red);color:#fff;padding:4px 7px;border-radius:7px;font-size:9px}.cart-line h3{font-size:13px;line-height:1.7;margin:5px 0}.cart-line div>b{color:var(--teal);font-size:13px}.cart-line del{font-size:10px;color:#a0a8ac;margin-right:8px}.qty{display:flex;direction:ltr;align-items:center;border:1px solid #e4e9eb;border-radius:9px;overflow:hidden}.qty button{border:0;background:#fafbfb;width:28px;height:32px;color:var(--teal)}.qty button svg{width:13px}.qty b{min-width:28px;text-align:center;font-size:12px}.cart-line>strong{font-size:12px;color:#536167}.trash{border:0;background:transparent;color:#b9c0c3}.trash svg{width:16px}.total-card,.coupon,.customer-form,.payment-step,.success-step{background:#fff;border-radius:16px;padding:20px;margin-top:14px;box-shadow:0 3px 10px #155e6f14}.total-card{display:flex;align-items:center;justify-content:space-between}.total-card div{display:grid}.total-card small{color:#929ca1}.total-card b{font-size:25px;color:var(--teal)}.total-card b i{font-size:11px;font-style:normal}.total-card span{background:#f2fae9;color:#75a913;border:1px solid #dbefbd;padding:8px 12px;border-radius:14px;font-size:11px}.coupon{border-top:4px solid #2691a0;position:relative;display:flex;align-items:center;justify-content:space-between}.coupon p{margin:4px 0;color:#899499;font-size:11px}.coupon-x{position:absolute;left:10px;top:8px;border:0;background:transparent;color:#c8cdcf}.code{border:1px dashed #9bcbd1;background:#f2fafb;border-radius:12px;padding:10px 13px;display:flex;gap:22px;align-items:center;color:var(--teal);margin-top:17px}.code strong{letter-spacing:2px;direction:ltr}.code span{background:var(--teal);color:#fff;padding:6px 9px;border-radius:7px;display:flex;gap:5px;align-items:center;font-size:10px}.customer-form h2{font-size:16px}.safe-note{background:#ecf8f9;border:1px solid #cbe8eb;color:#39727b;padding:10px;border-radius:10px;display:flex;gap:7px;align-items:center;font-size:11px;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{font-size:11px;font-weight:700;color:#4d5b60}.form-grid input{display:block;width:100%;height:46px;border:1px solid #dfe5e7;background:#fafbfb;border-radius:11px;padding:0 12px;margin-top:7px;outline:0;font-size:12px}.form-grid input:focus{border-color:var(--teal)}.form-grid em{color:var(--red);font-style:normal;font-size:9px}.checkout-next,.primary{width:100%;height:48px;border:0;border-radius:11px;background:linear-gradient(90deg,#2396aa,var(--teal));color:#fff;font-weight:800;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 7px 14px #155e6f2b}.checkout-next svg,.primary svg{width:16px}.payment-step h1{font-size:23px;margin-top:0}.payment-step>p{color:#7f8c92}.method-grid{display:grid;gap:12px}.method-grid>button{border:1px solid #e2e7e9;background:#fafcfc;padding:17px;border-radius:13px;display:flex;align-items:center;text-align:right;gap:13px;color:#44545a}.method-grid>button>svg:first-child{width:38px;height:38px;background:#eaf5f6;color:var(--teal);padding:8px;border-radius:10px}.method-grid>button>svg:last-child{margin-right:auto;color:var(--teal)}.method-grid>button.active{border:2px solid var(--teal);background:#f3fbfb}.method-grid b,.method-grid small{display:block}.method-grid small{color:#8a969b;margin-top:5px;font-size:10px}.step-actions{display:grid;grid-template-columns:1fr 2fr;gap:10px}.secondary{height:48px;border:1px solid #dbe2e5;border-radius:11px;background:#fff;color:#6f7e83;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:7px}.mock-payment{text-align:center}.mock-payment>svg{color:var(--green)}.mock-payment p{color:#7a898f;line-height:1.8}.mock-card{width:min(350px,100%);margin:22px auto;background:linear-gradient(135deg,#0e5362,#258da0);color:#fff;border-radius:19px;padding:23px;text-align:right;display:grid;gap:18px;box-shadow:0 12px 25px #155e6f35}.mock-card b{direction:ltr;text-align:left;letter-spacing:4px}.mock-card small{opacity:.75}.success-step{text-align:center;padding:50px 25px}.success-step>svg{color:var(--green)}.success-step p{color:#77868c}.order-number{background:#f3f7f8;padding:14px;border-radius:11px;margin:20px 0}.success-step a{display:inline-block;background:var(--teal);color:#fff;border-radius:10px;padding:11px 25px}.empty-cart{text-align:center;padding:100px 20px}.empty-cart svg{color:#c4d1d4}.empty-cart p{color:#869399}.empty-cart a{display:inline-block;background:var(--teal);color:#fff;padding:11px 24px;border-radius:10px}
.info-page{background:#f6f8f9}.info-hero{background:linear-gradient(135deg,#0d5262,#227d8f);color:#fff;padding:70px 0;text-align:center}.info-hero p{color:#95bd1e;font-weight:700}.info-hero h1{font-size:40px;margin:12px}.info-hero span{color:#d7e9ec}.stats{display:flex;justify-content:center;gap:80px;margin-top:43px}.stats b{font-size:30px}.stats small{display:block;font-size:11px;font-weight:400;color:#cfe1e4;margin-top:8px}.info-content{padding:48px 0}.info-content>h2{text-align:center}.features-list{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:25px 0 38px}.features-list div{background:#fff;border-radius:13px;padding:18px;display:flex;align-items:center;gap:9px;box-shadow:0 3px 10px #155e6f10}.features-list svg{color:var(--green)}.info-content>article,.policy-notes{background:#fff;border-radius:16px;padding:27px;line-height:2;box-shadow:0 3px 12px #155e6f10}.info-content article h2{color:var(--teal)}.info-content article p,.info-content article li{color:#5f6c71}.payment-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:30px}.payment-cards>div{background:#fff;padding:25px;text-align:center;border-radius:16px;box-shadow:0 4px 14px #155e6f13}.payment-cards svg{width:45px;height:45px;color:var(--teal);padding:9px;background:#edf7f8;border-radius:12px}.payment-cards p{color:#79868b;font-size:12px}.zero{background:#ecf8e3;color:#65a00c;border-radius:10px;padding:14px;text-align:center;font-size:24px;font-weight:800}.policy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.policy-grid article{position:relative;background:#fff;border-radius:15px;padding:25px;box-shadow:0 3px 12px #155e6f0f}.policy-grid article>span{font-size:36px;color:#d9e7e9;font-weight:800}.policy-grid h3{color:var(--teal)}.policy-grid p{line-height:1.9;color:#69787e}.policy-notes{margin-top:22px}.search-page{min-height:620px;padding-bottom:50px}.search-page h1{font-size:25px;margin:25px 0}.search-page h1 span{color:var(--teal)}.no-results{text-align:center;padding:90px 20px;color:#829097}.no-results a{display:inline-block;background:var(--teal);color:#fff;padding:10px 22px;border-radius:10px}.drawer-backdrop{position:fixed;inset:0;background:#0007;z-index:100}.drawer{position:absolute;right:0;top:0;width:min(340px,87vw);height:100%;background:#fff;padding:15px;box-shadow:-15px 0 50px #0003}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;margin-bottom:8px}.drawer-head img{width:70px;height:70px;object-fit:contain}.drawer-head button{border:0;background:transparent}.drawer>a{display:flex;align-items:center;justify-content:space-between;padding:14px 8px;border-bottom:1px solid #f0f2f3;color:#385e66}
@media(max-width:900px){.desktop-nav{display:none}.header-main{height:65px}.brand img{width:58px;height:58px}.mobile-menu{display:grid;order:3}.brand{order:2;margin-right:auto;margin-left:12px}.header-actions{order:1}.hero{padding:8px}.hero>img{border-radius:15px}.product-grid,.home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-layout{grid-template-columns:1fr}.product-gallery{order:1}.product-summary{order:2}.main-product-image{height:410px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-grid section:first-child{grid-column:1/-1}.checkout-steps{gap:48px}.checkout-steps div:not(:last-child):after{width:48px}.stats{gap:30px}.features-list{grid-template-columns:1fr 1fr}}
@media(max-width:600px){body{font-size:14px}.shell{width:min(100% - 22px,1180px)}.demo-strip{font-size:9px;height:26px}.header-actions{gap:4px}.hero-dots{bottom:15px}.category-section{padding-top:28px}.category-section h2,.home-products h2,.reviews h2{font-size:21px}.category-grid{grid-auto-columns:178px}.category-card{height:215px}.category-card img{width:108px;height:108px}.category-banner{border-radius:11px;margin-bottom:19px}.home-products{padding-bottom:24px}.product-image-wrap{height:185px;padding:17px 9px}.product-card-body{padding:10px}.product-name{font-size:11px;height:39px}.chips{gap:4px;margin:6px 0}.chips span{font-size:8px;padding:4px 5px}.price-row{gap:4px;font-size:8px}.current-price b{font-size:18px}.add-cart{height:39px;margin:0 7px 7px;font-size:11px}.stock,.discount{padding:3px 6px;font-size:8px}.site-footer{margin-top:30px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-grid section:first-child{grid-column:auto}.footer-bottom{gap:14px;align-items:flex-start}.whatsapp{width:50px;height:50px;right:16px;bottom:16px}.catalog-hero{height:170px}.catalog-hero h1{font-size:28px;margin-top:6px}.catalog-hero span{left:12px;bottom:30px}.product-layout{padding-top:8px}.breadcrumb{height:50px}.main-product-image{height:360px}.thumbnails button{width:58px;height:58px}.product-summary{padding:18px}.product-summary h1{font-size:20px}.detail-price b{font-size:31px}.benefits{gap:8px}.benefits div{min-height:66px;padding:8px}.description{padding:17px}.checkout-steps{gap:25px;padding-inline:5px}.checkout-steps div:not(:last-child):after{width:25px}.checkout-steps span{width:36px;height:36px}.checkout-shell{width:min(100% - 18px,650px)}.cart-line{grid-template-columns:72px 1fr auto;padding:9px}.cart-line img{width:72px;height:72px}.cart-line>strong{grid-column:2}.cart-line .trash{grid-column:3}.qty{grid-row:2}.coupon{display:grid;gap:8px}.code{width:100%;justify-content:space-between}.form-grid{grid-template-columns:1fr}.step-actions{grid-template-columns:1fr}.info-hero{padding:50px 0}.info-hero h1{font-size:29px}.stats{display:grid;grid-template-columns:1fr 1fr;gap:24px}.features-list,.payment-cards,.policy-grid{grid-template-columns:1fr}.toast{width:calc(100% - 24px);bottom:18px}.search-bar{width:100%;padding-inline:12px}}

/* Alarrab brand layer */
body{font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif}.site-header{box-shadow:0 3px 14px rgba(17,18,20,.1)}.header-main{height:82px}.icon-button,.mobile-menu{color:#17181b}.icon-button:hover,.mobile-menu:hover{color:var(--gold)}.brand{display:flex;align-items:center}.brand-crop{width:78px;height:72px;display:block;overflow:hidden;background:transparent;border-radius:0;box-shadow:none}.brand-crop img{display:block;width:100%;height:100%;object-fit:contain;transform:scale(1.48);transform-origin:center}.drawer-logo{width:84px;height:80px}.desktop-nav{color:#292b30}.nav-item>a{font-weight:600}.nav-item>a:hover{color:#b77a00}.dropdown a:hover{background:var(--gold-soft);color:#7a5200}.search-bar input{background:#faf7f0}.search-bar svg{color:var(--gold)}
.home-page{overflow:hidden}.hero{background:linear-gradient(180deg,#fff8e8,#fffdf8);padding:17px 22px 30px}.hero-slide{display:block;width:100%;max-width:1280px;margin:auto;border-radius:23px;overflow:hidden;box-shadow:0 16px 34px rgba(17,18,20,.13)}.hero-slide img{display:block;width:100%;height:auto;object-fit:cover}.hero-stage,.promo-banner{position:relative;background-size:cover;background-position:center;border-radius:23px;overflow:hidden;box-shadow:0 16px 34px rgba(17,18,20,.13)}.hero-stage{width:100%;max-width:1280px;aspect-ratio:2/1;margin:auto}.hero-stage:after,.promo-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,176,0,.12),transparent 58%);pointer-events:none}.banner-cover{position:absolute;z-index:1;inset:0 auto 0 0;width:59%;background:linear-gradient(90deg,#fffdfa 0%,#fffdfa 77%,rgba(255,253,250,.94) 86%,rgba(255,253,250,0) 100%)}.hero-copy,.promo-copy{position:absolute;z-index:2;left:5%;top:50%;transform:translateY(-50%);width:43%;direction:rtl;text-align:right}.banner-brand{display:block;width:max-content;margin:0 0 5px auto}.banner-brand .brand-crop{width:66px;height:57px;border-radius:8px}.banner-brand.small .brand-crop{width:50px;height:43px;border-radius:7px}.hero-copy h1{font-size:clamp(24px,3.2vw,50px);line-height:1.18;margin:7px 0;color:#151619}.hero-copy h1::first-line{color:#151619}.hero-copy p,.promo-copy p{font-size:clamp(12px,1.2vw,18px);color:#4e5157;margin:6px 0 14px}.hero-copy>a,.promo-copy>b{width:max-content;display:flex;align-items:center;gap:13px;background:#151619;color:#fff;border:2px solid var(--gold);border-radius:999px;padding:10px 25px;font-size:clamp(12px,1.3vw,18px);font-weight:800;box-shadow:0 7px 16px rgba(17,18,20,.18)}.hero-copy>a svg,.promo-copy>b svg{color:var(--gold);width:19px}.hero-copy small{display:flex;align-items:center;gap:7px;margin-top:13px;color:#373a40;font-weight:700;font-size:clamp(10px,.9vw,13px)}.hero-copy small svg{color:#b87b00;width:20px}.hero-dots{bottom:11px}.hero-dots button{border:0;padding:0;width:11px;height:6px;border-radius:99px;background:#c9c9c9}.hero-dots button.active{width:36px;background:var(--gold)}
.hero-stage:before{content:"";position:absolute;z-index:1;right:0;bottom:0;width:61%;height:15%;background:rgba(17,18,20,.74);pointer-events:none}
.category-section{padding:43px 0 38px}.eyebrow{color:#b77a00;font-size:15px;font-weight:800;text-align:center;margin-bottom:6px;letter-spacing:1px}.category-section h2,.home-products h2{color:#17181b}.category-section h2{text-align:center;padding-right:0}.category-section h2:before{display:none}.category-section h2:after{content:"";display:block;width:64px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--gold),#f0c75e);margin:12px auto 0}.home-products h2:before{background:linear-gradient(var(--gold),#17181b)}.category-grid{grid-auto-columns:215px;gap:12px}.category-card{height:260px;padding:0;position:relative;overflow:hidden;border:0;border-radius:17px;background:#ececec;box-shadow:0 6px 16px rgba(17,18,20,.12);text-align:right;align-items:stretch}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,11,.92) 0%,rgba(10,10,11,.45) 35%,transparent 67%)}.category-card img{width:100%;height:100%;object-fit:contain;padding:8px;transition:.3s}.category-card:hover img{transform:scale(1.05)}.category-card>div{position:absolute;z-index:2;inset:auto 13px 13px 13px;color:#fff}.category-card h3{font-size:15px;margin:0 0 3px}.category-card p{display:none}.category-card span{font-size:11px;color:#dedede;background:transparent;padding:0}.category-dots,.review-dots{display:flex;direction:ltr;justify-content:center;gap:9px;margin-top:20px}.category-dots i,.review-dots i{width:10px;height:10px;border-radius:50%;background:#d7d8da}.category-dots i.active,.review-dots i.active{width:35px;border-radius:20px;background:var(--gold)}
.home-products{padding:42px 0 44px;background:#fff9ea;box-shadow:0 0 0 100vmax #fff9ea;clip-path:inset(0 -100vmax)}.promo-banner{display:block;width:100%;aspect-ratio:2/1;margin-bottom:33px;background-position:center}.promo-banner .banner-cover{width:57%}.promo-copy{left:5%;width:40%}.promo-copy h3{font-size:clamp(22px,3vw,43px);line-height:1.2;margin:5px 0;color:#17181b}.promo-copy>b{font-size:clamp(11px,1.1vw,16px);padding:8px 21px}.promo-banner-img{display:block;width:100%;margin-bottom:33px;border-radius:23px;overflow:hidden;box-shadow:0 16px 34px rgba(17,18,20,.13)}.promo-banner-img img{display:block;width:100%;height:auto;object-fit:cover}.section-head{margin-bottom:8px}.section-head a{color:#8b5d00;border:1px solid #d8b45e;border-radius:999px;padding:8px 15px;background:#fffaf0}.product-card{border-color:#e7e2d7;box-shadow:0 4px 10px rgba(17,18,20,.11)}.product-image-wrap{background:linear-gradient(145deg,#f7f4ed 0,#fff 68%)}.chips span{background:#fff3d4;color:#6e520e;border:1px solid #f4d98f}.current-price{color:#17181b}.add-cart,.detail-add,.checkout-next,.primary{background:linear-gradient(90deg,#2a2b2f,#111214);border:1px solid var(--gold);box-shadow:0 7px 16px rgba(17,18,20,.2)}.add-cart svg,.detail-add svg{color:var(--gold)}
.reviews{padding:75px 0 95px}.reviews h2{padding:0;display:flex;align-items:center;gap:24px;justify-content:center;color:#17181b}.reviews h2:before,.reviews h2:after{content:"";position:static;width:min(28vw,360px);height:1px;background:#d8d8d8;border-radius:0}.review-card{max-width:680px;margin:24px auto 0;border:1px solid #ece8df;border-radius:20px;padding:22px 28px 18px;text-align:center;box-shadow:0 8px 18px rgba(17,18,20,.1);background:#fff;position:relative}.review-card:before{content:"“";position:absolute;left:22px;top:4px;font-size:74px;color:#f4f3f0;font-family:Georgia,serif;line-height:1}.stars{color:#ffc400;font-size:24px;letter-spacing:4px;direction:ltr;width:max-content;margin:0 auto 12px}.review-card blockquote{font-size:17px;line-height:1.7;color:#5e6065;margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid #eee}.reviewer{display:flex;align-items:center;justify-content:center;gap:10px}.reviewer>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),#ff7c2f);color:#fff;font-size:18px;font-weight:800}.reviewer b{font-size:16px}.reviews button{margin-top:34px;border:1px solid var(--gold);background:#fff;color:#17181b;border-radius:999px;padding:11px 26px}.review-dots i.active{background:var(--gold);width:10px}
.site-footer{background:#111214;color:#f5f5f5;margin-top:0;padding-top:57px}.site-footer h3{color:var(--gold);font-size:23px}.site-footer p,.site-footer section>a{font-size:15px}.site-footer section>a:hover{color:var(--gold)}.trust-row span{color:#17181b;border:1px solid #e7b747}.footer-bottom{border-top-color:#ffffff18;font-size:13px;padding-block:20px}.pay-logos b{color:#17181b}.whatsapp{box-shadow:0 10px 28px rgba(0,0,0,.3);border-width:5px}.catalog-hero,.info-hero{background:linear-gradient(135deg,#0d0e10,#2b2d31)}.info-hero p{color:var(--gold)}.mock-card{background:linear-gradient(135deg,#101114,#383a3f)}
@media(max-width:900px){.header-main{height:74px}.mobile-menu{order:0}.brand{order:1;margin:0 0 0 auto}.header-actions{order:2}.brand-crop{width:62px;height:60px}.hero{padding:10px 10px 27px}.hero-stage{border-radius:16px}.footer-grid{gap:34px}}
@media(max-width:600px){.shell{width:min(100% - 28px,1180px)}.header-main{height:72px}.brand-crop{width:56px;height:56px;border-radius:8px}.header-actions{gap:1px}.icon-button{padding:7px}.mobile-menu{padding:6px}.hero{padding:9px 9px 25px}.hero-stage,.promo-banner{aspect-ratio:1.92/1;border-radius:14px}.banner-cover{width:64%}.hero-copy{left:4%;width:50%}.banner-brand .brand-crop{width:43px;height:38px}.banner-brand.small .brand-crop{width:37px;height:32px}.hero-copy h1{font-size:20px;margin:3px 0}.hero-copy p,.promo-copy p{font-size:9px;margin:3px 0 7px}.hero-copy>a,.promo-copy>b{font-size:9px;padding:5px 11px;border-width:1px;gap:5px}.hero-copy>a svg,.promo-copy>b svg{width:12px}.hero-copy small{font-size:8px;margin-top:6px}.hero-copy small svg{width:14px}.hero-dots{bottom:9px}.category-section{padding:30px 0 31px}.eyebrow{font-size:12px}.category-section h2,.home-products h2{font-size:22px}.category-grid{grid-auto-columns:calc((100% - 20px)/3);gap:10px}.category-card{height:177px;border-radius:12px}.category-card img{padding:4px}.category-card>div{inset:auto 8px 9px}.category-card h3{font-size:11px;line-height:1.35}.category-card span{font-size:9px}.category-dots{margin-top:14px;gap:7px}.category-dots i,.review-dots i{width:8px;height:8px}.category-dots i.active{width:27px}.home-products{padding:31px 0}.promo-banner{margin-bottom:25px}.promo-banner .banner-cover{width:65%}.promo-copy{left:4%;width:50%}.promo-copy h3{font-size:17px;margin:2px 0}.section-head{align-items:flex-start}.section-head a{padding:7px 12px;font-size:11px}.product-card{border-radius:14px}.product-image-wrap{height:181px}.stock,.discount{top:8px}.product-name{font-size:12px;line-height:1.55;height:42px}.chips span{font-size:9px}.current-price b{font-size:20px}.add-cart{font-size:12px;height:42px}.reviews{padding:60px 0 75px}.reviews h2{font-size:20px;gap:13px}.review-card{margin-top:30px;padding:31px 23px 25px;border-radius:19px}.review-card:before{font-size:70px}.stars{font-size:24px}.review-card blockquote{font-size:16px;margin:20px 0;line-height:1.8}.reviewer>span{width:45px;height:45px}.reviewer b{font-size:16px}.reviews button{margin-top:37px}.site-footer{padding-top:44px}.site-footer h3{font-size:21px}.site-footer p,.site-footer section>a{font-size:15px}.footer-bottom{display:grid}.whatsapp{width:60px;height:60px}.drawer-head .brand-crop{width:74px;height:72px}}

/* Header scale, card price alignment, and moving button gloss */
.header-main{height:66px}.brand-crop{width:56px;height:52px;border-radius:8px}.desktop-nav{height:44px}.nav-item>a{padding-block:13px}.current-price{text-align:center;direction:rtl}.add-cart{position:relative;overflow:hidden;isolation:isolate}.add-cart:after{content:"";position:absolute;z-index:2;top:-55%;left:-70%;width:38%;height:210%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),rgba(255,255,255,.78),rgba(255,255,255,.18),transparent);transform:skewX(-24deg);animation:cart-button-shine 2.7s ease-in-out infinite}@keyframes cart-button-shine{0%,24%{left:-70%}62%,100%{left:135%}}
@media(max-width:900px){.header-main{height:58px}.brand-crop{width:46px;height:44px;border-radius:7px}.drawer-head .brand-crop{width:68px;height:65px}}
@media(prefers-reduced-motion:reduce){.add-cart:after{animation:none}}

.product-card-body .chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;align-items:stretch}.product-card-body .chips span{width:100%;min-width:0;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap}.product-card-body .chips span:only-child{grid-column:1/-1}.product-card .current-price{width:100%;text-align:center}
.category-grid{grid-auto-rows:260px;align-items:stretch}.category-card{height:260px;min-height:260px;max-height:260px;align-self:stretch;background:transparent}.category-card img{width:100%;height:100%;padding:0;object-fit:contain;object-position:center;background:transparent}
@media(max-width:600px){.category-grid{grid-auto-rows:177px}.category-card{height:177px;min-height:177px;max-height:177px}.category-card img{padding:0;object-fit:contain;object-position:center}}

/* Compact product-card structure matching the storefront reference */
.product-card{border-radius:17px}.product-image-wrap{height:238px;padding:17px 12px 8px;background:#fff;border-bottom:1px solid #f0f2f2}.product-image-wrap>a{display:block;width:100%;height:100%}.product-card-body{padding:9px 12px 7px;text-align:center;display:flex;flex-direction:column;align-items:stretch}.product-name{height:45px;min-height:45px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;line-height:1.55}.product-card-body .chips{gap:5px;margin:5px 0 6px}.product-card-body .chips span{height:25px;padding:3px 5px;gap:4px;border-radius:999px}.product-card-body .chips svg{width:12px;height:12px;flex:0 0 auto}.price-row{min-height:24px;justify-content:center;gap:5px}.price-row span{font-weight:800;border-radius:999px;padding:4px 7px}.current-price{margin:1px 0 4px;line-height:1.15}.current-price b{font-size:22px}.current-price small{margin-right:3px}.add-cart{flex:0 0 auto;margin:0 9px 9px;height:43px;border-radius:11px;direction:rtl;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .18s ease}.add-cart:active{transform:scale(.985)}.add-cart.added{background:linear-gradient(90deg,#42c979,#00b957);border-color:#00b957;box-shadow:0 7px 16px rgba(0,185,87,.25);cursor:default}.add-cart.added svg{color:#fff}.add-cart.added:after{display:none}.add-cart:disabled{opacity:1}
@media(max-width:600px){.product-image-wrap{height:166px;padding:13px 8px 5px}.product-card-body{padding:7px 8px 6px}.product-name{height:42px;min-height:42px;font-size:10px;line-height:1.5}.product-card-body .chips{gap:4px;margin:4px 0 5px}.product-card-body .chips span{height:21px;padding:2px 3px;font-size:8px;gap:2px}.product-card-body .chips svg{width:10px;height:10px}.price-row{min-height:21px;font-size:8px}.price-row span{padding:3px 5px}.current-price{margin:1px 0 3px}.current-price b{font-size:19px}.add-cart{height:39px;margin:0 7px 7px;font-size:10px;gap:5px}.add-cart svg{width:14px;height:14px}}

.code{cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.code.copied{border-color:#35df82;background:#f4fff8;color:#16a657}.code.copied span{background:#2fce72;color:#fff}.customer-form h2{margin-bottom:18px}

/* Interactive payment-method step */
.back-to-shipping{border:0;background:transparent;color:#8a5d00;display:flex;align-items:center;gap:6px;margin:2px 0 10px;font-weight:700}.back-to-shipping svg{width:16px}.payment-system{padding:24px;margin-top:0}.payment-heading{display:flex;align-items:center;gap:10px;margin-bottom:26px}.payment-heading>span{width:38px;height:38px;border-radius:9px;background:var(--gold-soft);color:#8c5e00;display:grid;place-items:center}.payment-heading svg{width:19px}.payment-heading h1{font-size:18px;margin:0}.pay-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pay-choice-grid button{height:92px;border:1px solid #dfe3e5;background:#fff;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#555c63;position:relative;box-shadow:0 1px 3px #0000000a}.pay-choice-grid button>svg:first-child{position:absolute;right:9px;top:9px;width:14px;opacity:0}.pay-choice-grid button>svg:nth-child(2){width:21px}.pay-choice-grid button.active{border:2px solid var(--gold);color:#17181b;background:#fffaf0;box-shadow:0 5px 12px rgba(255,176,0,.13)}.pay-choice-grid button.active>svg:first-child{opacity:1;color:#c18100}.payment-label{font-size:13px;margin:24px 0 9px;display:flex;align-items:center;gap:6px}.payment-label svg{width:14px;color:#b77a00}.installment-provider{width:100%;min-height:79px;border:1px solid #e3cf98;background:#fffcf5;border-radius:14px;padding:11px;display:grid;grid-template-columns:20px 52px 1fr;align-items:center;text-align:right;gap:9px;color:#333}.installment-provider>svg{width:16px;color:#c18100}.provider-logo{width:50px;height:50px;background:#111214;border-radius:8px;overflow:hidden;display:block}.provider-logo img{width:100%;height:100%;object-fit:contain;transform:scale(1.38)}.installment-provider b,.installment-provider small{display:block}.installment-provider small{font-size:10px;color:#9b9da1;margin-top:3px;line-height:1.5}.installment-provider em{font-style:normal;color:#8a5d00;background:#fff1c6;border-radius:5px;padding:2px 5px}.months-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.months-grid button{height:54px;border:1px solid #dfe3e5;background:#fff;border-radius:10px;color:#555c63;display:grid;place-items:center;align-content:center;box-shadow:0 1px 2px #0000000a}.months-grid b{font-size:12px}.months-grid small{font-size:9px;color:#a0a5aa}.months-grid button.active{background:#17181b;color:#fff;border-color:#17181b;box-shadow:0 5px 11px rgba(17,18,20,.2)}.months-grid button.active small{color:var(--gold)}.down-payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.down-payment-grid button{height:49px;border:1px solid #dfe3e5;background:#fff;border-radius:10px;color:#333;position:relative}.down-payment-grid button>svg{position:absolute;right:6px;top:6px;width:12px;color:#b77a00}.down-payment-grid button.active{border:2px solid var(--gold);background:#fffaf0;color:#6e4a00;box-shadow:0 4px 9px rgba(255,176,0,.13)}.monthly-summary{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:18px;border-radius:14px;background:linear-gradient(120deg,#f6f7f4,#fff8e7);border:1px solid #e7dfca}.monthly-summary>div{display:grid}.monthly-summary small{color:#8b8f94}.monthly-summary b{font-size:24px;color:#17181b}.monthly-summary em{font-style:normal;font-size:11px;color:#8a5d00}.monthly-summary>div:last-child b{font-size:18px;color:#b77a00}.schedule-toggle{width:100%;height:43px;margin-top:16px;border:0;background:#f7f7f5;color:#7b5300;border-radius:11px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-weight:700}.schedule-toggle svg{width:15px;transition:transform .2s}.schedule-toggle.open svg{transform:rotate(180deg)}.installment-table-wrap{max-height:300px;overflow:auto;border:1px solid #ece8de;border-radius:12px;margin-top:10px}.installment-table{width:100%;border-collapse:collapse;text-align:center;font-size:11px}.installment-table th{position:sticky;top:0;background:#17181b;color:#fff;padding:10px}.installment-table td{padding:9px;border-bottom:1px solid #f0eee9}.installment-table tbody tr:last-child td{border-bottom:0}.payment-coupon{margin-top:22px}.payment-coupon label{display:flex;align-items:center;gap:6px;font-size:12px;margin-bottom:8px}.payment-coupon label svg{width:14px;color:#b77a00}.payment-coupon>div{display:grid;grid-template-columns:1fr 94px;gap:8px}.payment-coupon input{height:47px;border:1px solid #dfe3e5;background:#fafafa;border-radius:10px;padding:0 13px;direction:ltr;letter-spacing:2px;outline:0}.payment-coupon input:focus{border-color:var(--gold)}.payment-coupon button{border:0;border-radius:10px;background:#17181b;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:5px}.payment-coupon button.applied{background:#14b861}.payment-coupon button svg{width:15px}.cash-summary{display:flex;align-items:center;gap:14px;background:#fffaf0;border:1px solid #ebd18e;border-radius:14px;padding:25px;margin-top:20px}.cash-summary>svg{width:42px;height:42px;padding:9px;background:#17181b;color:var(--gold);border-radius:10px}.cash-summary small,.cash-summary b{display:block}.cash-summary b{font-size:23px;margin-top:4px}.complete-order{width:100%;height:52px;margin:15px 0 5px;border:1px solid var(--gold);border-radius:11px;background:#17181b;color:#fff;box-shadow:0 8px 18px rgba(17,18,20,.2);display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:800}.complete-order svg{width:18px;color:var(--gold)}
@media(max-width:600px){.payment-system{padding:18px}.payment-heading{margin-bottom:20px}.pay-choice-grid button{height:75px}.payment-label{margin-top:20px}.installment-provider{grid-template-columns:18px 44px 1fr}.provider-logo{width:42px;height:42px}.months-grid{gap:7px}.months-grid button{height:48px}.down-payment-grid{gap:7px}.down-payment-grid button{font-size:11px}.monthly-summary{padding:15px}.monthly-summary b{font-size:21px}.payment-coupon>div{grid-template-columns:1fr 82px}.payment-coupon button{font-size:11px}}

.coupon-applied-row,.discounted-balance{grid-column:1/-1;display:flex!important;align-items:center;justify-content:space-between;border-radius:10px;padding:10px 12px}.coupon-applied-row{background:#f0fff6;border:1px solid #a8efc6;color:#11934e;margin-top:1px}.coupon-applied-row span{font-weight:700}.coupon-applied-row b{color:#07853f}.discounted-balance{background:#f5f6f4;color:#606970}.discounted-balance span{font-size:11px}.discounted-balance b{font-size:15px;color:#17181b}
@media(max-width:600px){.coupon-applied-row,.discounted-balance{font-size:11px;padding:9px 10px}.discounted-balance span{font-size:9px}.discounted-balance b{font-size:13px}}

/* Eight-second order review modal */
.review-modal-backdrop{position:fixed;z-index:150;inset:0;background:rgba(12,16,17,.78);backdrop-filter:blur(7px);display:flex;align-items:center;justify-content:center;padding:28px 14px}.review-modal{width:min(470px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#f4f5f3;border-radius:18px;box-shadow:0 30px 70px #0008}.review-modal header{height:92px;background:#17181b;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px 22px}.review-modal header>span{width:48px;height:48px;border-radius:14px;background:#ffffff16;color:var(--gold);display:grid;place-items:center}.review-modal header>div{display:grid;text-align:right}.review-modal header small{color:#d2d3d5}.review-modal header b{font-size:25px}.review-info{margin:14px;background:#fff;border:1px solid #e5e5e2;border-radius:16px;padding:14px 16px;box-shadow:0 3px 8px #0000000b}.review-info h3{font-size:14px;margin:0 0 15px;display:flex;align-items:center;gap:8px}.review-info h3 span{width:32px;height:32px;border-radius:8px;background:#f3f3f1;color:#956500;display:grid;place-items:center}.review-info h3 svg{width:16px}.review-info p{display:grid;grid-template-columns:100px 1fr;gap:8px;margin:10px 0;font-size:12px}.review-info p small{color:#9da1a6}.review-info p b{overflow-wrap:anywhere}.review-info .review-discount b{color:#0aaa55}.review-state{margin:14px;background:#fff;border:1px solid #e5e5e2;border-radius:16px;min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:19px;box-shadow:0 3px 8px #0000000b}.review-state>b{margin:10px 0 5px;font-size:15px}.review-state>small{font-size:11px;color:#9b9fa4;line-height:1.7}.review-spinner{width:48px;height:48px;border-radius:50%;border:4px solid #eceeee;border-top-color:var(--gold);animation:review-spin .8s linear infinite}.approved-check{width:50px;height:50px;border-radius:50%;background:#e1faeb;color:#06b857;display:grid;place-items:center}.approved-check svg{width:24px}.review-state.approved>b,.review-state.approved>small{color:#06a84f}@keyframes review-spin{to{transform:rotate(360deg)}}

/* Checkout payment step */
.payment-order-summary,.pay-channel-panel,.card-data-panel{background:#fff;border:1px solid #e4e4e1;border-radius:16px;margin-bottom:14px;box-shadow:0 4px 11px #0000000d;overflow:hidden}.payment-order-head{height:52px;background:#17181b;color:#fff;display:flex;align-items:center;gap:9px;padding:0 16px}.payment-order-head>svg{width:19px;color:var(--gold)}.payment-order-head h1{font-size:17px;margin:0}.payment-order-head>span{margin-right:auto;background:#ffffff15;color:#ddd;border-radius:999px;padding:4px 9px;font-size:10px}.order-summary-rows{padding:7px 16px}.order-summary-rows p{display:flex;align-items:center;justify-content:space-between;margin:0;padding:9px 0;border-bottom:1px solid #f0efec;font-size:12px}.order-summary-rows p:last-child{border-bottom:0}.order-summary-rows span{display:flex;align-items:center;gap:6px;color:#868b91}.order-summary-rows svg{width:13px;color:#9a6800}.order-summary-rows b{font-size:12px}.order-summary-rows .free{color:#69a418;background:#f4fae9;border-radius:999px;padding:4px 8px}.due-now{background:linear-gradient(100deg,#17181b,#33353a);color:#fff;padding:13px 17px;display:flex;align-items:center;justify-content:space-between}.due-now>span{display:grid;font-size:11px}.due-now small{color:#b9bbc0;font-size:9px}.due-now>b{font-size:25px}.due-now em{font-style:normal;font-size:10px;color:var(--gold)}.pay-channel-panel{padding:19px}.pay-channel-panel h2,.card-data-panel h2{font-size:16px;margin:0 0 17px}.pay-channel-panel>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pay-channel-panel button{height:72px;border:1px solid #dfe2e5;background:#fff;border-radius:13px;position:relative;display:grid;place-items:center}.pay-channel-panel button>i{position:absolute;right:9px;top:9px;width:10px;height:10px;border-radius:50%;background:#d9dce0}.pay-channel-panel button.active{border:2px solid var(--gold);background:#fffaf0}.pay-channel-panel button.active>i{background:#17181b}.mini-pay-logos{display:flex;direction:ltr;align-items:center;gap:4px}.mini-pay-logos b{background:#fff;border:1px solid #e6e6e6;border-radius:4px;padding:3px 5px;font-size:8px;color:#1f437d}.visual-bank-card{min-height:260px;border-radius:18px;margin-bottom:14px;padding:25px;color:#fff;background:linear-gradient(145deg,#353f53,#172237);box-shadow:0 8px 19px #17223740;direction:ltr}.bank-top{display:flex;align-items:center;justify-content:space-between;color:#ffffff75}.visual-bank-card>i{display:block;width:36px;height:27px;background:linear-gradient(135deg,#f5d743,#c5a926);border-radius:5px;margin:25px 0}.visual-bank-card>strong{display:block;letter-spacing:4px;font-size:21px;white-space:nowrap}.visual-bank-card>div:last-child{display:flex;justify-content:space-between;margin-top:25px}.visual-bank-card>div:last-child span{display:grid;color:#ffffff70;font-size:9px}.visual-bank-card>div:last-child b{color:#fff;font-size:12px;margin-top:3px}.card-data-panel{padding:20px}.card-data-head{display:flex;align-items:center;gap:9px;margin-bottom:18px}.card-data-head>svg{width:34px;height:34px;padding:8px;background:var(--gold-soft);color:#8b5e00;border-radius:9px}.card-data-head h2{margin:0}.card-data-head .mini-pay-logos{margin-right:auto}.card-data-panel label{display:block;font-size:11px;font-weight:700;margin-top:15px}.card-data-panel input{display:block;width:100%;height:48px;margin-top:7px;border:1px solid #dfe2e5;background:#fafafa;border-radius:10px;padding:0 12px;outline:0;direction:ltr;text-align:left}.card-data-panel input:focus{border-color:var(--gold)}.card-small-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.card-data-panel>p{border-top:1px solid #eee;margin:18px -20px -20px;padding:14px 20px;color:#7c8288;font-size:10px;display:flex;align-items:center;gap:6px}.card-data-panel>p svg{width:14px;color:#64a50b}.payment-confirm-actions{display:grid;grid-template-columns:1fr 2fr;gap:10px;margin-bottom:30px}.payment-confirm-actions button{height:50px;border-radius:11px;border:1px solid #dfe2e5;background:#fff;font-weight:700}.payment-confirm-actions button:last-child{background:#17181b;border-color:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px}.payment-confirm-actions button:last-child svg{width:16px;color:var(--gold)}
@media(max-width:600px){.review-modal-backdrop{padding:12px}.review-modal{max-height:calc(100vh - 24px);border-radius:14px}.review-modal header{height:70px;padding:12px 15px}.review-modal header>span{width:40px;height:40px}.review-modal header b{font-size:20px}.review-info{margin:10px;padding:12px}.review-info p{grid-template-columns:76px 1fr;margin:8px 0}.review-state{margin:10px;min-height:126px}.visual-bank-card{min-height:215px;padding:21px}.visual-bank-card>strong{font-size:16px;letter-spacing:3px}.payment-order-head{padding-inline:12px}.order-summary-rows{padding-inline:12px}.pay-channel-panel,.card-data-panel{padding:16px}.card-data-panel>p{margin:16px -16px -16px;padding:12px 16px}}
@media(prefers-reduced-motion:reduce){.review-spinner{animation-duration:1.6s}}

/* Detected payment-card themes and CVV flip */
.interactive-bank-card{height:260px;margin-bottom:14px;perspective:1100px;direction:ltr}.interactive-card-inner{position:relative;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.75,.25,1);transform-style:preserve-3d}.interactive-bank-card.flipped .interactive-card-inner{transform:rotateY(180deg)}.card-face{position:absolute;inset:0;border-radius:18px;padding:25px;color:#fff;backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden;box-shadow:0 9px 22px #17223745;background:linear-gradient(145deg,#353f53,#172237);transition:background .35s ease}.card-face:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-130px;top:-145px;background:#ffffff0c;pointer-events:none}.interactive-bank-card.visa .card-face{background:linear-gradient(145deg,#173c92,#081b53)}.interactive-bank-card.mastercard .card-face{background:linear-gradient(145deg,#77152c,#17181b)}.interactive-bank-card.mada .card-face{background:linear-gradient(145deg,#138a70,#063e38)}.interactive-bank-card.amex .card-face{background:linear-gradient(145deg,#21a4cc,#07577d)}.interactive-bank-card.discover .card-face{background:linear-gradient(145deg,#db781c,#242529)}.bank-top{position:relative;z-index:1}.detected-card-logo{font-size:17px!important;text-transform:none;letter-spacing:.3px;color:#fff;text-shadow:0 1px 3px #0004}.interactive-bank-card.mastercard .detected-card-logo{color:#ffc9a8}.interactive-bank-card.mada .detected-card-logo{font-style:italic}.interactive-bank-card.amex .detected-card-logo{font-size:12px!important;letter-spacing:1px}.interactive-bank-card.discover .detected-card-logo{color:#ffdcba}.card-chip{display:block;width:39px;height:29px;background:linear-gradient(135deg,#f7df59,#bc9b20);border-radius:6px;margin:26px 0;position:relative;z-index:1}.card-chip:after{content:"";position:absolute;inset:7px 0;border-top:1px solid #8d761d;border-bottom:1px solid #8d761d}.card-front>strong{display:block;position:relative;z-index:1;letter-spacing:4px;font-size:21px;white-space:nowrap;text-shadow:0 1px 3px #0005}.bank-card-meta{display:flex;justify-content:space-between;margin-top:26px;position:relative;z-index:1}.bank-card-meta span{display:grid;color:#ffffff99;font-size:9px}.bank-card-meta b{color:#fff;font-size:12px;margin-top:3px}.card-back{transform:rotateY(180deg);padding:0}.magnetic-strip{display:block;height:54px;background:#08090b;margin-top:39px}.signature-strip{width:76%;height:42px;background:repeating-linear-gradient(0deg,#f7f7f7 0,#f7f7f7 4px,#e7e7e7 5px);margin:25px 0 5px 20px;color:#222;display:flex;align-items:center;justify-content:space-between;padding-left:12px}.signature-strip i{font-size:8px;color:#777}.signature-strip b{background:#fff;height:30px;min-width:54px;display:grid;place-items:center;letter-spacing:3px}.card-back>small{display:block;margin-left:20px;color:#ffffffaa}.card-back>strong{position:absolute;right:24px;bottom:22px;font-size:18px}.apple-pay-unavailable{min-height:230px;background:#fff;border:1px solid #e3e4e2;border-radius:16px;box-shadow:0 4px 11px #0000000d;margin-bottom:14px;padding:34px 25px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.apple-pay-mark{font-size:32px;margin-bottom:36px}.apple-pay-unavailable>div{display:flex;align-items:center;justify-content:center;gap:9px}.apple-pay-unavailable>div strong{font-size:15px}.apple-pay-unavailable>div span{width:19px;height:19px;border:2px solid var(--gold);color:#a86f00;border-radius:50%;display:grid;place-items:center;font-size:12px}.apple-pay-unavailable p{max-width:360px;color:#a0a3a8;font-size:11px;line-height:1.8;margin:9px 0 0}.payment-confirm-actions button:last-child:disabled{background:#dedfe2;border-color:#dedfe2;color:#9ca1a8;box-shadow:none;cursor:not-allowed}.payment-confirm-actions button:last-child:disabled svg{color:#9ca1a8}
@media(max-width:600px){.interactive-bank-card{height:215px}.card-face{padding:21px}.card-chip{margin:21px 0}.card-front>strong{font-size:16px;letter-spacing:3px}.bank-card-meta{margin-top:20px}.magnetic-strip{margin-top:31px;height:46px}.signature-strip{margin-top:21px}.apple-pay-unavailable{min-height:220px}.apple-pay-mark{margin-bottom:30px}}
@media(prefers-reduced-motion:reduce){.interactive-card-inner{transition-duration:.15s}}

.card-number-field{display:block;position:relative}.card-number-field input{padding-left:84px}.input-card-logo{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:2;font-size:14px;font-weight:900;color:#58616c;direction:ltr;pointer-events:none}.card-number-field.visa .input-card-logo{color:#173c92;font-style:italic}.card-number-field.mastercard .input-card-logo{color:#d82937;font-size:11px}.card-number-field.mada .input-card-logo{color:#138a70;font-style:italic}.card-number-field.amex .input-card-logo{color:#168eb6;font-size:9px;max-width:62px;line-height:1.1}.card-number-field.discover .input-card-logo{color:#d76f16;font-size:11px}.card-data-panel>p{justify-content:center}.card-data-panel>p svg{color:#67ae13}

/* Compact, readable payment-card fields */
.card-data-panel label{font-size:13px;line-height:1.45;margin-top:13px}
.card-data-panel input{height:42px;margin-top:6px;padding:0 11px;font-size:14px;font-weight:600}
.card-number-field input{padding-left:84px;font-size:14px;letter-spacing:.6px}
.card-small-fields{gap:9px}
.card-data-panel>p{font-size:11px}
@media(max-width:600px){.card-data-panel label{font-size:12px}.card-data-panel input{height:41px;font-size:13px}.card-number-field input{font-size:13px}}

/* Safe simulated payment transition */
.card-form-error{margin:10px 0;padding:11px 13px;border:1px solid #f4b4b4;background:#fff2f2;color:#b42323;border-radius:10px;font-size:12px;font-weight:700}
.payment-processing-backdrop{position:fixed;inset:0;z-index:100;background:#17211f88;backdrop-filter:blur(7px);display:grid;place-items:center;padding:20px}
.payment-processing-backdrop section{width:min(360px,100%);min-height:228px;background:#fff;border-radius:20px;box-shadow:0 22px 55px #0004;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px}
.payment-processing-backdrop b,.verification-preparing b{font-size:16px;margin-top:18px;color:#182132}
.payment-processing-backdrop small,.verification-preparing small{font-size:11px;color:#97a0b1;margin-top:7px;line-height:1.8}
.verification-preparing{position:fixed;inset:0;z-index:110;background:#f8f9fb;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.verification-preparing .review-spinner{width:52px;height:52px}
.demo-verification{background:#fff;border-radius:16px;padding:25px 22px;margin-top:108px;box-shadow:0 4px 16px #0000000c;text-align:center}
.demo-badge{display:inline-block;background:#fff4d8;color:#855b00;border:1px solid #f1d899;border-radius:20px;padding:6px 11px;font-size:10px;font-weight:800}
.demo-verification h1{font-size:20px;margin:19px 0 9px}
.demo-verification>p{color:#949aa8;font-size:11px;line-height:1.8}
.verification-summary{border:1px solid #e5e8ec;border-radius:11px;padding:8px 13px;margin:17px 0}
.verification-summary p{display:flex;align-items:center;justify-content:space-between;margin:0;padding:9px 0;border-bottom:1px solid #eef0f2}
.verification-summary p:last-child{border:0}.verification-summary small{color:#9aa0ad}.verification-summary b{font-size:12px;direction:ltr}
.demo-verification label{display:block;text-align:center;color:#8a91a0;font-size:11px;letter-spacing:.7px}
.demo-verification input{display:block;width:100%;height:52px;border:1px solid #d7dce3;border-radius:11px;margin-top:10px;padding:0 13px;text-align:center;direction:ltr;font-size:18px;letter-spacing:5px;outline:0}
.demo-verification input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #ffb0001f}
.demo-code{display:block;color:#8c650d;margin:11px 0;font-size:10px}.demo-verification>em{display:block;color:#b42323;font-style:normal;font-size:11px;margin:8px 0}
.demo-verification>button{width:100%;height:48px;border:0;border-radius:11px;background:var(--teal);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}.demo-verification>button svg{width:15px}
.verification-safe{display:flex;align-items:center;justify-content:center;gap:5px!important;margin:14px 0 0!important;font-size:9px!important}.verification-safe svg{width:12px;color:#6aa713}
@media(max-width:600px){.demo-verification{margin-top:86px;padding:22px 17px}.payment-processing-backdrop section{min-height:210px}.demo-verification input{height:48px}}

/* Timed carousel indicators */
@keyframes carousel-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.hero-dots button,.category-dots button{position:relative;overflow:hidden;border:0;padding:0;width:10px;height:10px;border-radius:50%;background:#d7d8da;transition:width .25s ease,border-radius .25s ease}
.hero-dots button{width:11px;height:6px;background:#c9c9c9}
.hero-dots button.active,.category-dots button.active{width:36px;border-radius:99px;background:#dedfe1}
.hero-dots button span,.category-dots button span{position:absolute;inset:0;border-radius:inherit;background:var(--gold);transform:scaleX(0);transform-origin:left center}
.hero-dots button.active span,.category-dots button.active span{animation:carousel-progress 5.2s linear forwards}
@media(max-width:600px){.category-dots button{width:8px;height:8px}.category-dots button.active{width:27px}.hero-dots button.active{width:31px}}
@media(prefers-reduced-motion:reduce){.hero-dots button.active span,.category-dots button.active span{animation:none;transform:scaleX(1)}}

/* PHP storefront additions */
[hidden],.search-bar[hidden],.mobile-drawer[hidden]{display:none!important}
html,body{min-height:100%;overflow-x:hidden}.php-home{overflow-x:hidden;overflow-y:auto}
.line-icon{font-size:24px}.cart-icon b{position:absolute;left:0;top:0;background:var(--red);color:#fff;border-radius:20px;min-width:18px;height:18px;display:grid;place-items:center;font-size:10px}
.desktop-nav>a{padding:16px 7px;font-size:13px}.mobile-drawer{position:fixed;inset:0 0 0 auto;width:min(320px,88vw);z-index:100;background:#fff;box-shadow:-15px 0 40px #0004;padding:24px;display:flex;flex-direction:column;gap:8px}.mobile-drawer[hidden]{display:none}.mobile-drawer img{width:80px;height:80px;object-fit:contain;margin:auto}.mobile-drawer a{padding:12px;border-bottom:1px solid #eee}.drawer-close{align-self:flex-start;border:0;background:#f5f5f5;border-radius:50%;width:36px;height:36px;font-size:22px}
.php-hero{background:#fff8e8;padding:10px}.php-hero-stage{position:relative;max-width:1180px;aspect-ratio:2/1;margin:auto;border-radius:20px;background-size:cover;background-position:center;overflow:hidden}.php-hero-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0 34%,transparent 68%)}.php-hero-copy{position:absolute;z-index:2;left:5%;top:50%;transform:translateY(-50%);width:42%;text-align:right}.php-hero-copy h1{font-size:clamp(24px,4vw,48px);margin:5px 0}.php-hero-copy p{color:#555}.pill-button{display:inline-flex;background:#151619;color:#fff;border:2px solid var(--gold);border-radius:30px;padding:10px 24px;font-weight:800}
.section{padding:35px 0}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-title h2{border-right:5px solid var(--gold);padding-right:12px;margin:0}.slider-dots{display:flex;direction:ltr;justify-content:center;gap:8px;margin-top:14px}.slider-dots button{position:relative;overflow:hidden;border:0;width:9px;height:9px;border-radius:50%;background:#d7d8da;padding:0}.slider-dots button.active{width:34px;border-radius:20px}.slider-dots button span{position:absolute;inset:0;background:var(--gold);transform:scaleX(0);transform-origin:left}.slider-dots button.active span{animation:carousel-progress 5.2s linear forwards}
.category-strip{display:grid;grid-auto-flow:column;grid-auto-columns:215px;gap:12px;overflow:auto;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.php-category{height:250px;position:relative;border-radius:17px;overflow:hidden;background:#eee}.php-category img{width:100%;height:100%;object-fit:contain}.php-category:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000d,transparent 65%)}.php-category div{position:absolute;z-index:2;right:12px;bottom:12px;color:#fff}.php-category h3{font-size:14px;margin:0 0 5px}.php-category small{opacity:.8}
.php-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.php-product{background:#fff;border:1px solid #e2e5e6;border-radius:15px;overflow:hidden;box-shadow:0 4px 10px #00000010;display:flex;flex-direction:column}.php-product-image{height:220px;padding:18px;position:relative;background:#fbfbfb}.php-product-image img{width:100%;height:100%;object-fit:contain}.php-product-image .stock{right:8px}.php-product-image .discount{left:8px}.php-product-body{padding:12px;display:flex;flex-direction:column;flex:1}.php-product h3{font-size:12px;line-height:1.65;min-height:40px;margin:0}.php-chips{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:8px 0}.php-chips span{font-size:9px;text-align:center;border:1px solid #ead594;background:#fff8e6;border-radius:8px;padding:5px}.php-price{text-align:center;margin:auto 0 8px}.php-price del{font-size:10px;color:#999}.php-price b{display:block;font-size:22px}.php-product .add-cart{width:calc(100% - 16px);margin:0 8px 8px}
.page-shell{max-width:1050px;margin:auto;padding:28px 20px 80px}.panel{background:#fff;border-radius:16px;padding:20px;box-shadow:0 3px 12px #0001;margin-bottom:15px}.form-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-fields label{font-size:12px;font-weight:700}.form-fields input,.form-fields textarea,.form-fields select,.admin-form input,.admin-form select,.admin-form textarea{display:block;width:100%;border:1px solid #ddd;border-radius:10px;padding:12px;margin-top:6px;background:#fafafa}.btn{border:0;border-radius:10px;background:#151619;color:#fff;padding:12px 20px;font-weight:800}.btn.gold{border:1px solid var(--gold)}.btn.light{background:#fff;color:#222;border:1px solid #ddd}.notice-safe{padding:12px;border:1px solid #efd17d;background:#fff8e6;border-radius:10px;color:#795500;font-size:12px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:12px;border-bottom:1px solid #eee;text-align:right}.cart-table img{width:65px;height:65px;object-fit:contain}.totals{display:flex;justify-content:space-between;align-items:center;font-size:18px}.totals b{font-size:27px}.checkout-layout{display:grid;grid-template-columns:1.5fr .8fr;gap:18px}.order-summary{position:sticky;top:100px;height:max-content}.qty-input{width:70px;padding:7px;border:1px solid #ddd;border-radius:8px}
.admin-body{background:#f2f3f5}.admin-wrap{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.admin-nav{background:#17181b;color:#fff;padding:25px 16px}.admin-nav img{width:80px;height:80px;object-fit:contain;display:block;margin:auto}.admin-nav a{display:block;padding:12px;border-bottom:1px solid #ffffff16}.admin-main{padding:28px}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:#fff;padding:18px;border-radius:12px}.stat b{display:block;font-size:25px;margin-top:8px}.admin-table{width:100%;background:#fff;border-collapse:collapse}.admin-table th,.admin-table td{padding:11px;border-bottom:1px solid #eee;text-align:right;font-size:12px}.admin-form{max-width:750px}.login-card{width:min(420px,calc(100% - 30px));margin:90px auto;background:#fff;padding:28px;border-radius:16px;box-shadow:0 10px 35px #0002}
@media(max-width:900px){.php-products{grid-template-columns:repeat(2,1fr)}.checkout-layout{grid-template-columns:1fr}.admin-wrap{grid-template-columns:1fr}.admin-nav{display:flex;overflow:auto;align-items:center}.admin-nav img{width:50px;height:50px;margin:0 0 0 12px}.admin-nav a{white-space:nowrap}.admin-main{padding:16px}.admin-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.php-hero-stage{aspect-ratio:1.9/1;border-radius:14px}.php-hero-copy{left:4%;width:50%}.php-hero-copy h1{font-size:18px}.php-hero-copy p{font-size:9px}.pill-button{font-size:9px;padding:6px 12px}.category-strip{grid-auto-columns:calc((100% - 20px)/3);gap:10px}.php-category{height:177px}.php-category h3{font-size:10px}.php-products{gap:9px}.php-product-image{height:180px;padding:10px}.php-product-body{padding:9px}.php-product h3{font-size:10px}.php-price b{font-size:19px}.form-fields{grid-template-columns:1fr}.cart-table thead{display:none}.cart-table tr{display:grid;grid-template-columns:75px 1fr auto;margin-bottom:12px;border:1px solid #eee;border-radius:12px;padding:8px}.cart-table td{border:0;padding:6px}.admin-grid{grid-template-columns:1fr}}

/* PHP templates now use the same component classes as the React storefront. */
.payment-confirm-actions>a{height:50px;border-radius:11px;border:1px solid #dfe2e5;background:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}
.drawer-backdrop[hidden],.installment-table-wrap[hidden],.cash-summary[hidden],.coupon-applied-row[hidden],.discounted-balance[hidden],.review-modal-backdrop[hidden],.apple-pay-unavailable[hidden],form[hidden]{display:none!important}
.home-page .hero-stage[hidden]{display:none!important}
.provider-logo img{display:block}
@media(max-width:600px){.payment-confirm-actions{grid-template-columns:1fr 2fr}.payment-confirm-actions>a{font-size:12px}}
/* payment logos images */

/* Admin login v2 */
.admin-login-body{font-family:'Cairo','Tajawal',Tahoma,Arial,sans-serif;background:linear-gradient(135deg,#17181b 0%,#2B414D 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}
.admin-login-decor{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--gold) 0%,transparent 70%);opacity:0.08;border-radius:50%;top:-200px;left:-200px;pointer-events:none}
.admin-login-box{width:min(440px,calc(100% - 24px));background:#fff;border-radius:22px;padding:38px 32px;box-shadow:0 20px 60px rgba(0,0,0,.25);text-align:center;position:relative;z-index:1}
.admin-login-logo img{width:110px;height:110px;object-fit:contain;display:block;margin:0 auto 14px}
.admin-login-title{font-size:26px;font-weight:800;margin:0 0 6px;color:#17181b}
.admin-login-sub{font-size:13px;color:#6c757d;margin:0 0 24px}
.admin-login-form{display:flex;flex-direction:column;gap:18px;text-align:right}
.admin-login-field label{display:block;font-size:13px;font-weight:700;color:#2B414D;margin-bottom:7px}
.admin-login-field input{width:100%;border:1.5px solid #e0e4e7;border-radius:12px;padding:14px 16px;font-size:15px;background:#f8f9fa;outline:none;transition:border-color .2s,box-shadow .2s}
.admin-login-field input:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(255,176,0,.12);background:#fff}
.admin-login-btn{width:100%;border:0;border-radius:12px;background:linear-gradient(135deg,#17181b 0%,#2B414D 100%);color:#fff;padding:15px 24px;font-size:16px;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s}
.admin-login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(23,24,27,.25)}
.admin-login-error{padding:11px 14px;background:#fff0f0;color:#7a1f1f;border:1px solid #e0b4b4;border-radius:10px;font-size:13px;margin-bottom:16px}
.admin-login-safe{margin-top:18px;padding:12px;border:1px solid #efd17d;background:#fff8e6;border-radius:10px;color:#795500;font-size:12px}

/* Admin responsive improvements */
.admin-main{min-width:0;overflow:hidden}
.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;background:#fff;width:100%;max-width:100%}
.admin-table{min-width:900px;width:100%;table-layout:auto}
.admin-form .form-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.admin-form .form-fields label{display:block;font-size:12px;font-weight:700}
.admin-form textarea{min-height:120px;resize:vertical}

@media(max-width:900px){
  .admin-login-box{padding:30px 22px}
  .admin-login-title{font-size:22px}
  .admin-wrap{grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr}
  .admin-nav{display:flex;overflow:auto;align-items:center;gap:8px;padding:12px 14px;background:#17181b}
  .admin-nav img{width:48px;height:48px;margin:0 0 0 8px;flex-shrink:0}
  .admin-nav a{white-space:nowrap;border-bottom:0;border-radius:8px;padding:10px 12px;font-size:13px;background:#ffffff12}
  .admin-main{padding:16px}
  .admin-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:600px){
  .admin-login-box{padding:26px 18px}
  .admin-login-logo img{width:85px;height:85px}
  .admin-login-title{font-size:20px}
  .admin-login-sub{font-size:12px}
  .admin-login-field input{padding:12px 14px;font-size:14px}
  .admin-grid{grid-template-columns:1fr}
  .admin-form .form-fields{grid-template-columns:1fr}
  .admin-table th,.admin-table td{padding:9px 8px;font-size:11px;white-space:nowrap}
  .admin-table td:nth-child(1){min-width:40px}
  .admin-main{padding:12px}
  .admin-actions{flex-direction:column;align-items:stretch}
  .admin-actions .btn{width:100%;text-align:center}
  .panel{padding:14px}
}
.pay-logos img{height:18px!important;width:auto!important;max-width:100%!important;object-fit:contain;}
.mini-pay-logos img{height:16px!important;width:auto!important;max-width:100%!important;object-fit:contain;}
.pay-channel-panel button img{max-height:24px!important;width:auto!important;max-width:85%!important;object-fit:contain;}
.pay-channel-panel button[data-pay-channel=apple] img{max-height:20px!important;}
.card-data-head .mini-pay-logos img{height:16px!important;}
/* footer payment center */
.footer-bottom{flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;gap:10px!important;}
.footer-bottom .pay-logos{justify-content:center!important;}
.cert-logos{display:flex!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:auto!important;}
.cert-logos img{background:transparent!important;border:none!important;padding:0!important;}
.cert-logos a{display:inline!important;text-decoration:none!important;}
.detail-add.added{background:linear-gradient(90deg,#42c979,#00b957);border-color:#00b957;box-shadow:0 7px 16px rgba(0,185,87,.25);cursor:default;color:#fff}
.detail-add.added svg{color:#fff}
.code.copied{animation:couponCopied 2.5s ease forwards}
.search-bar .search-submit{color:var(--teal);cursor:pointer;padding:0 10px;display:grid;place-items:center}
.search-bar .search-submit:hover{opacity:.8}
.checkout-steps{position:relative;z-index:0}
.checkout-steps::before{display:none}
.checkout-steps div{position:relative;z-index:1}
.checkout-steps span{position:relative;z-index:1}
.checkout-steps div:not(:last-child):after{content:"";position:absolute;top:22px;right:calc(50% + 22px);width:calc(100% + 76px);height:2px;background:#dfe5e7;z-index:0}
.checkout-steps div.active:has(+ div.active):not(:last-child):after{background:var(--gold)}
@media(max-width:900px){.checkout-steps div:not(:last-child):after{width:calc(100% + 4px)}}
@media(max-width:600px){.checkout-steps div:not(:last-child):after{top:18px;right:calc(50% + 18px);width:calc(100% - 11px)}}
.drawer-section-title{font-size:11px;font-weight:700;color:#9da5aa;text-transform:uppercase;letter-spacing:.5px;padding:18px 20px 8px;background:#f8f9fa;border-bottom:1px solid #f0f1f2}
.drawer-link{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;color:#292b30;font-weight:600;font-size:14px;border-bottom:1px solid #f5f6f7}
.drawer-link span{display:flex;align-items:center;gap:10px}
.drawer-toggle{border:0;background:transparent;color:#8a9398;padding:4px;display:grid;place-items:center;transition:transform .2s}
.drawer-toggle.is-open{transform:rotate(-90deg)}
.drawer-children{background:#fafafa;border-bottom:1px solid #f0f1f2}
.drawer-child-link{display:block;padding:12px 34px 12px 20px;color:#536167;font-size:13px;border-bottom:1px solid #f0f1f2}
.drawer-child-link:hover{color:var(--gold)}
.drawer-item.has-children .drawer-link{padding:0}
.drawer-item.has-children .drawer-link>span{padding:14px 20px;flex:1}
.drawer-item.has-children .drawer-link>a{padding:14px 0}
.nav-item{position:relative}
.nav-item .dropdown{position:absolute;top:100%;right:0;background:#fff;min-width:180px;box-shadow:0 12px 30px rgba(0,0,0,.12);border-radius:12px;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s;z-index:100}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown a{display:block;padding:9px 18px;font-size:13px;color:#292b30;white-space:nowrap}
@keyframes couponCopied{0%{border-color:#35df82;background:#f4fff8;color:#16a657}90%{border-color:#35df82;background:#f4fff8;color:#16a657}100%{opacity:0;visibility:hidden;transform:scale(.96)}}
.reviews-track{min-height:270px}.reviews-track .review-card{animation:reviewFade .35s ease}.reviews-track .review-card[hidden]{display:none!important}.review-dots button{position:relative;overflow:hidden;margin:0!important;border:0;padding:0;width:10px;height:10px;border-radius:50%;background:#d7d8da;transition:width .25s ease}.review-dots button.active{width:35px;border-radius:99px;background:#dedfe1}.review-dots button span{position:absolute;inset:0;border-radius:inherit;background:var(--gold);transform:scaleX(0);transform-origin:left center}.review-dots button.active span{animation:carousel-progress 5.2s linear forwards}.reviews .add-review-button{display:block;margin:42px auto 0;border:1px solid var(--gold);background:#fff;color:#17181b;border-radius:999px;padding:11px 26px;font-weight:800}.review-form-backdrop[hidden]{display:none!important}.review-form-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(17,18,20,.58);display:flex;align-items:center;justify-content:center;padding:18px}.review-form-card{position:relative;width:min(420px,100%);background:#fff;border:1px solid #e1e1e1;border-radius:15px;padding:24px 16px 16px;box-shadow:0 18px 60px rgba(0,0,0,.24)}.review-form-card h2{text-align:center;margin:0 0 18px;font-size:19px}.review-form-close{position:absolute;left:12px;top:9px;width:34px;height:34px;border:0;background:transparent;color:#777;font-size:27px;line-height:1}.review-form-card input,.review-form-card textarea{display:block;width:100%;border:1px solid #dfe3e6;border-radius:9px;background:#fff;padding:12px 13px;margin-bottom:11px;font:500 14px "Tajawal",sans-serif;outline:none;resize:vertical}.review-form-card input:focus,.review-form-card textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(255,176,0,.14)}.review-rating{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:4px 0 14px}.review-rating>span{font-size:13px;color:#555;font-weight:700}.review-stars-input{display:flex;direction:ltr;gap:3px}.review-stars-input button{border:0;background:transparent;color:#d8d8d8;padding:1px;font-size:23px;line-height:1}.review-stars-input button.active{color:var(--gold)}.review-submit{width:100%;height:44px;border:1px solid var(--gold);border-radius:9px;background:#17181b;color:#fff;font-weight:800}.review-submit:disabled{opacity:.65;cursor:not-allowed}.review-form-message{padding:10px;border-radius:8px;text-align:center;font-size:13px;font-weight:700;margin:0 0 10px}.review-form-message.success{background:#e9f8ef;color:#237647}.review-form-message.error{background:#fff0f0;color:#8c2e2e}@keyframes reviewFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:600px){.reviews-track{min-height:235px}.review-form-card{padding:22px 14px 14px}.reviews .add-review-button{margin-top:30px}}
