:root{--aseel-navy:#071d3b;--aseel-gold:#dfa11f;--aseel-soft:#f6f8fb;--aseel-line:#e4e9f0;--aseel-text:#10243f}
/* Clean catalog cards */
.woocommerce ul.products li.product{background:#fff;border:1px solid var(--aseel-line);border-radius:14px;padding:12px!important;box-shadow:0 4px 18px rgba(7,29,59,.045);overflow:hidden}
.woocommerce ul.products li.product img{aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:10px;margin-bottom:12px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;line-height:1.7;color:var(--aseel-text);min-height:48px}
.woocommerce ul.products li.product .price{font-size:14px!important;color:#b77a0a!important;font-weight:800}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .add_to_cart_button{display:none!important}
.aseel-loop-rfq{width:100%;border:0;border-radius:9px;background:var(--aseel-navy);color:#fff;padding:11px 12px;font:700 13px Cairo,sans-serif;cursor:pointer}
.aseel-loop-rfq:hover{background:#0d315f}
/* Single product: one primary RFQ path */
.single-product div.product{max-width:1240px;margin-inline:auto;padding-inline:20px}
.single-product div.product .summary{color:var(--aseel-text)}
.single-product div.product .summary .price{color:#b77a0a!important;font-weight:800}
.single-product div.product form.cart{display:none!important}
.single-product .aseel-product-rfq,.single-product .aseel-product-config>a{display:none!important}
.single-product .aseel-rfq-inline{display:grid;grid-template-columns:120px 1fr;gap:12px;margin:18px 0 10px;padding:14px;background:var(--aseel-soft);border:1px solid var(--aseel-line);border-radius:12px;align-items:end}
.single-product .aseel-rfq-inline label{font-size:12px;font-weight:700;color:#58677a}
.single-product .aseel-rfq-inline input{width:100%;margin-top:5px;height:44px;border:1px solid #d9e0e8;border-radius:8px;text-align:center}
.single-product .aseel-product-rfq-v9{height:44px;border:0;border-radius:8px;background:var(--aseel-navy);color:#fff;font:800 14px Cairo,sans-serif;cursor:pointer}
.single-product .aseel-sample-request{width:auto;margin:0 0 12px;border:1px solid var(--aseel-navy);border-radius:8px;background:#fff;color:var(--aseel-navy);padding:9px 18px;font:700 13px Cairo,sans-serif;cursor:pointer}
.single-product .aseel-product-trust{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0!important}
.single-product .aseel-product-trust span{background:var(--aseel-soft);border:1px solid var(--aseel-line);border-radius:8px;padding:9px;font-size:11px!important;color:#526277}
.single-product .aseel-product-config{border:1px solid var(--aseel-line)!important;background:#fff!important;border-radius:12px!important;padding:14px!important;margin:14px 0!important}
/* Product gallery */
.single-product .woocommerce-product-gallery{background:#fff;border:1px solid var(--aseel-line);border-radius:16px;padding:14px;overflow:hidden}
.single-product .woocommerce-product-gallery__image>a{display:flex;align-items:center;justify-content:center;min-height:480px}
.single-product .woocommerce-product-gallery__image img{width:100%!important;max-height:520px;object-fit:contain!important}
.single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:12px!important}
.single-product .flex-control-thumbs li{width:auto!important;float:none!important;border:1px solid var(--aseel-line);border-radius:9px;padding:3px;background:#fff}
.single-product .flex-control-thumbs img{aspect-ratio:1/1;object-fit:contain;border-radius:6px}
/* Modal */
.aseel-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:18px;direction:rtl}
.aseel-modal.open{display:flex}
.aseel-modal-backdrop{position:absolute;inset:0;background:rgba(3,17,36,.66);backdrop-filter:blur(3px)}
.aseel-modal-dialog{position:relative;width:min(620px,100%);background:#fff;border-radius:18px;padding:26px;box-shadow:0 28px 80px rgba(0,0,0,.28);animation:aseelPop .18s ease-out}
.aseel-modal-dialog.compact{width:min(480px,100%)}
@keyframes aseelPop{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.aseel-modal-close{position:absolute;left:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#f0f3f7;color:var(--aseel-navy);font-size:23px;cursor:pointer}
.aseel-modal-kicker{color:#b77a0a;font-size:12px;font-weight:800}.aseel-modal h2{margin:5px 0 4px;color:var(--aseel-navy);font-size:24px}.aseel-modal-product{margin:0 0 18px;color:#68778a;font-size:13px}
.aseel-modal-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.aseel-modal-form label{display:flex;flex-direction:column;gap:6px;color:#263b54;font-size:12px;font-weight:700}.aseel-modal-form .full{grid-column:1/-1}
.aseel-modal-form input,.aseel-modal-form select,.aseel-modal-form textarea{width:100%;border:1px solid #dbe2ea;border-radius:9px;background:#fff;padding:11px 12px;font:500 13px Cairo,sans-serif;outline:0}.aseel-modal-form input:focus,.aseel-modal-form select:focus,.aseel-modal-form textarea:focus{border-color:#d9a23b;box-shadow:0 0 0 3px rgba(217,162,59,.12)}
.aseel-modal-actions{display:flex;gap:9px;margin-top:2px}.aseel-modal-actions button,.aseel-modal-success a{border-radius:9px;padding:11px 18px;font:800 13px Cairo,sans-serif;text-decoration:none;cursor:pointer}.aseel-modal-actions .primary,.aseel-modal-success a{border:0;background:var(--aseel-navy);color:#fff}.aseel-modal-actions .secondary{border:1px solid var(--aseel-line);background:#fff;color:var(--aseel-navy)}
.aseel-modal-success{text-align:center;padding:14px 4px 4px}.aseel-modal-success b{display:block;color:#16794a;font-size:18px}.aseel-modal-success p{color:#6b7889;margin-bottom:18px}
body.aseel-modal-lock{overflow:hidden}
@media(max-width:767px){.single-product div.product{padding-inline:12px}.single-product .woocommerce-product-gallery__image>a{min-height:320px}.single-product .flex-control-thumbs{grid-template-columns:repeat(4,1fr)}.single-product .aseel-rfq-inline{grid-template-columns:1fr}.single-product .aseel-product-trust{grid-template-columns:1fr 1fr}.aseel-modal-dialog{padding:22px 16px}.aseel-modal-form{grid-template-columns:1fr}.aseel-modal-form .full{grid-column:auto}.aseel-modal-actions{flex-direction:column}}
