/*
Theme Name: Mumtaz Deals Retail Store
Author: Mumtaz Deals
Description: Complete Pakistan-focused WooCommerce retail theme. Seller/reseller functionality intentionally excluded.
Version: 2.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mumtaz-deals
*/
:root{--gold:#e6b936;--gold2:#ffd967;--black:#0b0d10;--ink:#15171b;--muted:#747982;--bg:#f5f6f8;--card:#fff;--line:#e4e6ea;--success:#18a963;--danger:#d83a43}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}img{max-width:100%;height:auto}.container{width:min(1200px,calc(100% - 28px));margin:auto}
.md-top{background:linear-gradient(90deg,#08090b,#191c21);color:#fff;font-size:12px}.md-top .container{min-height:34px;display:flex;align-items:center;justify-content:space-between}.md-top strong{color:var(--gold2)}
.md-header{background:var(--card);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line)}.md-head{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px}.md-logo{font-size:27px;font-weight:950;letter-spacing:-1.5px;white-space:nowrap}.md-logo span{color:var(--gold)}.md-search{display:flex;height:48px;border:1px solid var(--line);border-radius:14px;background:#f7f8fa;overflow:hidden}.md-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:0 16px;color:var(--ink)}.md-search button{border:0;background:var(--gold);padding:0 22px;font-weight:900;cursor:pointer}.md-actions{display:flex;gap:8px}.md-icon{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:var(--card);cursor:pointer;font-size:20px}.md-nav{background:var(--card);border-top:1px solid #f0f1f3}.md-nav .container{display:flex;gap:28px;overflow:auto;white-space:nowrap}.md-nav a{display:block;padding:13px 0;font-size:14px;font-weight:850}.md-nav a:hover{color:#a27408}
.md-hero{padding:25px 0}.md-hero-box{min-height:390px;border-radius:26px;padding:55px;background:radial-gradient(circle at 85% 20%,#4b3c17 0,transparent 35%),linear-gradient(125deg,#090b0e,#252a31);color:#fff;display:flex;align-items:center;overflow:hidden}.md-hero h1{font-size:52px;line-height:1.02;max-width:700px;margin:0 0 18px;letter-spacing:-2px}.md-hero h1 span{color:var(--gold2)}.md-hero p{max-width:620px;color:#d8dbe0;font-size:17px}.md-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:12px;border:0;font-weight:900;cursor:pointer}.md-btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#101010}.md-btn-dark{background:#111;color:#fff}
.md-section{padding:15px 0 34px}.md-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.md-section-head h2{font-size:25px;margin:0}.md-section-head a{color:#a27408;font-size:13px;font-weight:900}
.md-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.md-cat{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px 8px;text-align:center;font-weight:850;transition:.2s}.md-cat:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000000e}.md-cat-icon{font-size:29px;margin-bottom:7px}
.md-products{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.md-product{background:var(--card);border:1px solid var(--line);border-radius:17px;overflow:hidden;transition:.2s;position:relative}.md-product:hover{transform:translateY(-3px);box-shadow:0 15px 35px #00000012}.md-product-img{aspect-ratio:1;background:#f1f2f4;display:grid;place-items:center;overflow:hidden}.md-product-img img{width:100%;height:100%;object-fit:cover}.md-product-body{padding:13px}.md-product-title{font-size:14px;font-weight:850;min-height:43px}.md-price{font-size:18px;font-weight:950;margin:7px 0}.md-old{font-size:12px;color:#999;text-decoration:line-through;margin-left:5px;font-weight:400}.md-badge{position:absolute;top:10px;left:10px;background:#111;color:#fff;padding:4px 7px;border-radius:7px;font-size:10px;font-weight:900}.md-cart-row{display:flex;gap:7px}.md-cart-row a,.md-cart-row button{flex:1;text-align:center;border:0;padding:10px 5px;border-radius:9px;background:#111;color:#fff;font-size:12px;font-weight:900;cursor:pointer}.md-cart-row .buy{background:var(--gold);color:#111}
.md-features{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.md-feature{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:18px}.md-feature b{display:block;margin-bottom:4px}.md-feature small{color:var(--muted)}
.md-footer{margin-top:25px;background:#090b0e;color:#fff;padding:46px 0 20px}.md-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px}.md-footer h3{color:var(--gold2);margin:0 0 10px}.md-footer p,.md-footer a{font-size:13px;color:#b8bcc2}.md-footer a:hover{color:#fff}.md-footer-bottom{border-top:1px solid #292d33;margin-top:30px;padding-top:18px;text-align:center;color:#858a91;font-size:12px}
.md-card,.woocommerce form.checkout,.woocommerce form.login,.woocommerce form.register,.woocommerce .woocommerce-checkout-review-order{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:24px}.woocommerce input,.woocommerce select,.woocommerce textarea{border:1px solid var(--line)!important;border-radius:10px!important;background:var(--card)!important;padding:12px!important}.woocommerce button.button,.woocommerce a.button{border-radius:10px!important;background:#111!important;color:#fff!important;padding:12px 18px!important}.woocommerce button.button.alt{background:var(--gold)!important;color:#111!important}
.md-payment-box{border:1px solid var(--line);background:var(--card);border-radius:15px;padding:18px;margin:16px 0}.md-payment-box h3{margin:0 0 8px}.md-payment-account{background:#f6f7f8;border-radius:12px;padding:13px;margin-top:10px}.md-payment-account strong{color:#9b7007}.md-advance-only{display:none}
.md-whatsapp{position:fixed;right:18px;bottom:18px;z-index:999;background:#18b965;color:#fff;border:4px solid #fff;border-radius:50px;padding:12px 18px;font-weight:950;box-shadow:0 10px 30px #0003}
html.md-night{--bg:#0b0d10;--card:#15181d;--ink:#f4f5f7;--muted:#a4a9b0;--line:#2b3038}html.md-night .md-header,html.md-night .md-nav{background:#15181d}html.md-night .md-search{background:#101216;border-color:#30343b}html.md-night .md-cat,html.md-night .md-product,html.md-night .md-feature,html.md-night .md-card,html.md-night .woocommerce form.checkout,html.md-night .woocommerce form.login,html.md-night .woocommerce form.register,html.md-night .woocommerce .woocommerce-checkout-review-order{background:#15181d;border-color:#2b3038}html.md-night .md-product-img{background:#20242a}html.md-night .md-payment-account{background:#20242a}
@media(max-width:950px){.md-head{grid-template-columns:auto 1fr auto}.md-products{grid-template-columns:repeat(3,1fr)}.md-cats{grid-template-columns:repeat(3,1fr)}.md-features{grid-template-columns:repeat(2,1fr)}.md-footer-grid{grid-template-columns:repeat(2,1fr)}.md-hero h1{font-size:42px}}
@media(max-width:650px){.container{width:calc(100% - 18px)}.md-top .container{font-size:10px}.md-head{grid-template-columns:1fr auto;padding:9px 0;gap:9px}.md-logo{font-size:22px}.md-search{grid-column:1/-1;grid-row:2;height:48px}.md-actions{justify-content:flex-end}.md-icon{width:40px;height:40px}.md-nav .container{gap:22px}.md-hero{padding:14px 0}.md-hero-box{min-height:340px;padding:30px 22px;border-radius:20px}.md-hero h1{font-size:34px;letter-spacing:-1px}.md-hero p{font-size:14px}.md-products{grid-template-columns:repeat(2,1fr);gap:10px}.md-cats{grid-template-columns:repeat(3,1fr);gap:8px}.md-cat{font-size:11px;padding:13px 3px}.md-cat-icon{font-size:22px}.md-product-title{font-size:12px}.md-price{font-size:16px}.md-cart-row{flex-direction:column}.md-features,.md-footer-grid{grid-template-columns:1fr}.md-section-head h2{font-size:20px}.md-whatsapp{right:10px;bottom:10px;font-size:12px;padding:10px 14px}}
.md-auth-page{padding:35px 0 55px;min-height:70vh;display:flex;align-items:center;justify-content:center}.md-auth-card{width:min(980px,100%);display:grid;grid-template-columns:.82fr 1.18fr;background:var(--card);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 25px 70px #00000014}.md-auth-brand{padding:48px 38px;background:radial-gradient(circle at 85% 15%,#594818 0,transparent 35%),linear-gradient(145deg,#090b0e,#252a31);color:#fff;display:flex;flex-direction:column;justify-content:center}.md-auth-logo{font-size:26px;font-weight:950;margin-bottom:45px}.md-auth-logo span{color:var(--gold2)}.md-auth-brand h1{font-size:38px;line-height:1.05;margin:0 0 13px}.md-auth-brand p{color:#d0d4da;font-size:14px}.md-auth-points{display:flex;flex-direction:column;gap:10px;margin-top:22px;color:#e9ebee;font-size:13px}.md-auth-content{padding:38px 42px}.md-auth-tabs{display:flex;background:#f2f3f5;border-radius:12px;padding:4px;margin-bottom:28px}.md-auth-tabs button{flex:1;border:0;background:transparent;padding:11px;border-radius:9px;font-weight:900;color:#777;cursor:pointer}.md-auth-tabs button.active{background:var(--card);color:var(--ink);box-shadow:0 3px 12px #0000000d}.md-auth-panel{display:none}.md-auth-panel.active{display:block}.md-auth-panel h2{margin:0 0 5px;font-size:30px}.md-auth-sub{color:var(--muted);font-size:13px;margin:0 0 22px}.md-auth-panel .form-row{margin-bottom:15px}.md-auth-panel label{font-size:13px;font-weight:800;display:block;margin-bottom:7px}.md-auth-panel input.input-text{width:100%;min-height:49px}.md-password-field{position:relative}.md-password-field input{padding-right:65px!important}.md-eye{position:absolute;right:8px;bottom:7px;border:0;background:#f0f1f3;border-radius:7px;padding:6px 9px;font-size:11px;font-weight:800;cursor:pointer}.md-login-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.md-login-actions .md-auth-submit{width:auto;margin:0}.md-login-actions .woocommerce-form-login__rememberme{display:flex;align-items:center;gap:7px;margin:0!important}.md-login-actions input[type=checkbox]{width:auto!important}.md-auth-submit{min-height:48px!important;background:linear-gradient(135deg,var(--gold2),var(--gold))!important;color:#111!important;border:0!important;font-weight:950!important}.md-forgot{text-align:center;font-size:13px;margin:15px 0 0}.md-forgot a{color:#9a7109;font-weight:800}.md-auth-small{font-size:11px;color:var(--muted);text-align:center}html.md-night .md-auth-tabs{background:#20242a}html.md-night .md-auth-tabs button.active{background:#15181d;color:#fff}@media(max-width:720px){.md-auth-page{padding:18px 0 35px}.md-auth-card{grid-template-columns:1fr;border-radius:20px}.md-auth-brand{padding:30px 25px}.md-auth-logo{margin-bottom:25px}.md-auth-brand h1{font-size:30px}.md-auth-content{padding:27px 20px}.md-auth-panel h2{font-size:26px}.md-login-actions{flex-direction:column;align-items:stretch}.md-login-actions .md-auth-submit{width:100%}}

/* ===== Mumtaz Deals: Professional Product Details Page ===== */
.md-single-product{padding:22px 0 45px}.md-product-detail-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:38px;background:var(--card);border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:0 12px 40px #0000000a}.md-product-gallery{min-width:0;background:#f7f8fa;border-radius:19px;padding:15px;align-self:start}.md-product-gallery .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}.md-product-gallery .woocommerce-product-gallery__image{background:#fff;border-radius:15px;overflow:hidden}.md-product-gallery .woocommerce-product-gallery__image img{width:100%;display:block;object-fit:contain;max-height:600px}.md-product-gallery .flex-control-thumbs{display:flex!important;gap:9px;margin:12px 0 0!important;overflow:auto}.md-product-gallery .flex-control-thumbs li{width:76px!important;min-width:76px;float:none!important;margin:0!important;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.md-product-gallery .flex-control-thumbs li img{height:72px;object-fit:cover}.md-product-gallery .flex-control-thumbs li img.flex-active{opacity:1}.md-product-summary{min-width:0;padding:5px 5px 5px 0}.md-product-breadcrumb{font-size:12px;color:var(--muted);display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-bottom:16px}.md-product-breadcrumb a{color:#99720c;font-weight:700}.md-product-breadcrumb .md-cattrail{display:contents}.md-product-summary .product_title{font-size:36px!important;line-height:1.12!important;letter-spacing:-.8px;margin:0 0 12px!important;color:var(--ink)}.md-product-summary .woocommerce-product-rating{margin:0 0 13px!important;display:flex;align-items:center;gap:8px}.md-product-summary .star-rating{margin:0!important}.md-product-summary .woocommerce-review-link{font-size:13px;color:var(--muted)}.md-product-summary .price{font-size:30px!important;font-weight:950!important;color:#b2850e!important;margin:12px 0 17px!important;display:block}.md-product-summary .price del{font-size:17px!important;color:#9b9da2!important;margin-right:8px}.md-product-summary .price ins{text-decoration:none}.md-product-summary .woocommerce-product-details__short-description{font-size:14px;color:var(--muted);padding:0 0 13px;border-bottom:1px solid var(--line)}.md-product-summary form.cart{margin:19px 0 12px!important;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.md-product-summary form.cart .quantity{margin:0!important}.md-product-summary form.cart .quantity .qty{height:50px;width:74px;border-radius:12px!important;text-align:center;font-weight:800}.md-product-summary form.cart .single_add_to_cart_button{height:50px!important;min-width:175px;border-radius:12px!important;background:linear-gradient(135deg,var(--gold2),var(--gold))!important;color:#111!important;font-weight:950!important;font-size:14px!important}.md-buy-now-detail{height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:12px;background:#111;color:#fff;font-weight:950;font-size:14px;border:0}.md-buy-now-detail:hover{background:#24272d;color:#fff}.md-select-options{height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:12px;background:var(--gold);font-weight:950}.md-product-summary .product_meta{border-top:1px solid var(--line);padding-top:15px;margin-top:15px;font-size:13px;color:var(--muted);display:flex;flex-direction:column;gap:6px}.md-product-summary .product_meta a{color:#9b720a;font-weight:700}.md-stock-line{margin-top:14px;padding:11px 13px;border-radius:11px;background:#eaf8f0;color:#16834d;font-size:13px;font-weight:800}.md-stock-line span{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#18a963;color:#fff;margin-right:4px}.md-stock-line.md-out{background:#fff0f1;color:#b32831}.md-stock-line.md-out span{background:#d83a43}.md-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.md-product-trust>div{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;padding:10px;background:var(--card);font-size:11px;font-weight:800}.md-product-trust b{font-size:18px}.md-product-trust small{display:block;color:var(--muted);font-size:9px;font-weight:500;margin-top:1px}.md-product-lower{margin-top:20px}.md-product-lower .woocommerce-tabs{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:0;overflow:hidden}.md-product-lower .woocommerce-tabs ul.tabs{margin:0!important;padding:0 18px!important;background:#f7f8fa;border-bottom:1px solid var(--line)}.md-product-lower .woocommerce-tabs ul.tabs:before{display:none!important}.md-product-lower .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;border-radius:0!important;margin:0!important;padding:0!important}.md-product-lower .woocommerce-tabs ul.tabs li a{display:block;padding:16px 15px!important;font-size:13px;font-weight:900;color:var(--muted)}.md-product-lower .woocommerce-tabs ul.tabs li.active a{color:#9a720b;border-bottom:3px solid var(--gold)}.md-product-lower .woocommerce-Tabs-panel{padding:24px!important;margin:0!important;font-size:14px}.md-product-lower .related.products,.md-product-lower .upsells.products{padding:24px 0 0}.md-product-lower .related.products>h2,.md-product-lower .upsells.products>h2{font-size:24px;margin:0 0 15px}.md-product-lower .related.products ul.products,.md-product-lower .upsells.products ul.products{margin-bottom:0}.md-product-lower .comment-form input,.md-product-lower .comment-form textarea{border:1px solid var(--line);border-radius:10px;padding:11px}.md-product-lower .comment-form .submit{background:#111;color:#fff;border:0;border-radius:10px;padding:11px 18px;font-weight:900}
html.md-night .md-product-gallery{background:#20242a}html.md-night .md-product-gallery .woocommerce-product-gallery__image{background:#15181d}html.md-night .md-product-gallery .flex-control-thumbs li{background:#15181d;border-color:#30343b}html.md-night .md-product-lower .woocommerce-tabs ul.tabs{background:#20242a}html.md-night .md-stock-line{background:#143b29;color:#8be2b5}html.md-night .md-stock-line.md-out{background:#3c191d;color:#ffadb2}
@media(max-width:800px){.md-single-product{padding:12px 0 30px}.md-product-detail-card{grid-template-columns:1fr;gap:20px;padding:13px;border-radius:19px}.md-product-gallery{padding:9px;border-radius:15px}.md-product-gallery .woocommerce-product-gallery__image img{max-height:420px}.md-product-summary{padding:0 5px 8px}.md-product-summary .product_title{font-size:27px!important}.md-product-summary .price{font-size:25px!important}.md-product-trust{grid-template-columns:1fr}.md-product-trust>div{padding:9px}.md-product-summary form.cart .single_add_to_cart_button{min-width:0;flex:1}.md-buy-now-detail,.md-select-options{flex:1}.md-product-lower .woocommerce-tabs ul.tabs{padding:0 7px!important;overflow:auto;display:flex;white-space:nowrap}.md-product-lower .woocommerce-tabs ul.tabs li a{padding:14px 10px!important}.md-product-lower .woocommerce-Tabs-panel{padding:18px!important}}
@media(max-width:430px){.md-product-summary .product_title{font-size:24px!important}.md-product-summary .price{font-size:23px!important}.md-product-summary form.cart{gap:7px}.md-product-summary form.cart .quantity .qty{width:62px}.md-product-summary form.cart .single_add_to_cart_button{font-size:12px!important}.md-buy-now-detail,.md-select-options{padding:0 12px;font-size:12px}}
