
:root{
  --tsqm-red:#e30613;--tsqm-red-dark:#b6000d;--tsqm-black:#171719;--tsqm-muted:#737379;
  --tsqm-line:#ececef;--tsqm-soft:#f7f7f8;--tsqm-white:#fff;--tsqm-green:#249c51;
  --tsqm-radius:20px;--tsqm-shell:1380px;--tsqm-shadow:0 14px 40px rgba(17,17,20,.08);
}
*{box-sizing:border-box}
html{width:100%;max-width:100%;overflow-x:hidden;scroll-behavior:smooth}
body{margin:0;width:100%;max-width:100%;overflow-x:hidden;background:#fff;color:var(--tsqm-black);font-family:Tahoma,Arial,sans-serif;font-size:14px}
body.tsqm-modal-open{overflow:hidden}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
[hidden]{display:none!important}
.tsqm-page{width:100%;max-width:100%;overflow-x:hidden}
.tsqm-shell{width:min(calc(100% - 20px),var(--tsqm-shell));margin-inline:auto;min-width:0}
.tsqm-main{min-height:55vh}

/* topbar */
.tsqm-topbar{height:32px;background:linear-gradient(90deg,#b8000d,var(--tsqm-red));color:#fff;overflow:hidden;contain:layout paint}
.tsqm-topbar-window{position:relative;width:100%;height:32px;overflow:hidden}
.tsqm-topbar-track{position:absolute;inset-block:0;right:0;width:max-content;display:flex;align-items:center;gap:11px;padding-inline:13px;white-space:nowrap;font-size:9px;font-weight:850;animation:tsqmTicker 38s linear infinite}
.tsqm-topbar-track i{width:4px;height:4px;background:#fff7;border-radius:50%;flex:0 0 auto}
@keyframes tsqmTicker{from{transform:translate3d(0,0,0)}to{transform:translate3d(45%,0,0)}}
@media(prefers-reduced-motion:reduce){.tsqm-topbar-track{animation:none}}

/* header */
.tsqm-header{background:#fff;border-bottom:1px solid var(--tsqm-line);position:relative;z-index:60}
.tsqm-header-main{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:7px;padding:11px 0}
.tsqm-menu-toggle{width:44px;height:44px;border:0;background:#fff;display:grid;place-items:center;border-radius:12px}
.tsqm-logo{justify-self:center;display:flex;flex-direction:column;align-items:center;min-width:0}
.tsqm-logo .custom-logo{max-width:135px;max-height:48px;width:auto;height:auto;display:block}
.tsqm-logo>strong{font-size:36px;line-height:1;color:var(--tsqm-red);font-weight:950}
.tsqm-logo>small{display:none}
.tsqm-header-actions{display:flex;align-items:center;gap:0}
.tsqm-header-action{width:42px;height:44px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:11px}
.tsqm-header-action>span{display:none}
.tsqm-header-action>b{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--tsqm-red);color:#fff;font-size:8px;display:grid;place-items:center}
.tsqm-search{grid-column:1/-1;position:relative;margin-top:4px}
.tsqm-search-field{height:48px;border:1px solid #dcdcdf;border-radius:14px;display:grid;grid-template-columns:1fr 52px;overflow:hidden;background:#fff}
.tsqm-search input{min-width:0;border:0;outline:0;padding:0 15px;background:transparent;font-size:11px}
.tsqm-search button{border:0;background:var(--tsqm-red);color:#fff;display:grid;place-items:center}
.tsqm-search button svg{width:24px;height:24px}
.tsqm-live-search{position:absolute;z-index:90;top:54px;right:0;left:0;background:#fff;border:1px solid var(--tsqm-line);border-radius:16px;box-shadow:0 22px 55px rgba(17,17,20,.14);padding:7px;max-height:430px;overflow:auto}
.tsqm-search-row{display:grid;grid-template-columns:54px 1fr auto;gap:9px;align-items:center;padding:7px;border-radius:11px}
.tsqm-search-row:hover{background:var(--tsqm-soft)}
.tsqm-search-row img{width:54px;height:54px;object-fit:cover;border-radius:10px;background:#f4f4f5}
.tsqm-search-row strong,.tsqm-search-row small{display:block}
.tsqm-search-row strong{font-size:9px;line-height:1.5}
.tsqm-search-row small{font-size:8px;color:var(--tsqm-muted);margin-top:2px}
.tsqm-search-row b{font-size:10px;color:var(--tsqm-red)}
.tsqm-main-nav{display:none}

/* full-screen mobile menu — never off-canvas */
.tsqm-mobile-menu{position:fixed;z-index:1001;inset:0;width:100vw;height:100dvh;background:#fff;padding:16px;overflow-y:auto;overflow-x:hidden}
.tsqm-mobile-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--tsqm-line);padding-bottom:13px}
.tsqm-mobile-head strong,.tsqm-mobile-head small{display:block}
.tsqm-mobile-head strong{font-size:25px;color:var(--tsqm-red)}
.tsqm-mobile-head small{font-size:9px;color:var(--tsqm-muted)}
.tsqm-mobile-close,.tsqm-quick-close{width:42px;height:42px;border:0;background:var(--tsqm-soft);border-radius:50%;display:grid;place-items:center}
.tsqm-mobile-links{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:14px 0}
.tsqm-mobile-links a{min-height:78px;border:1px solid var(--tsqm-line);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.tsqm-mobile-links span{font-size:8px;font-weight:850}
.tsqm-mobile-category-list h3{font-size:17px;margin:10px 0}
.tsqm-mobile-category-list>a{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f2f2f3;padding:13px 4px}
.tsqm-mobile-category-list span{font-weight:850;font-size:11px}
.tsqm-mobile-category-list small{font-size:8px;color:var(--tsqm-muted)}
.tsqm-mobile-native-menu ul{list-style:none;padding:0;margin:15px 0}
.tsqm-mobile-native-menu a{display:block;padding:12px 4px;border-bottom:1px solid #f2f2f3;font-size:11px;font-weight:800}
.tsqm-mobile-overlay{position:fixed;z-index:1000;inset:0;background:#0008}

/* hero */
.tsqm-hero{background:radial-gradient(circle at 15% 15%,#ffd7da,transparent 28%),linear-gradient(135deg,#fff,#fff4f5);border-bottom:1px solid #f4e4e5}
.tsqm-hero-grid{padding:38px 0;display:grid;gap:16px}
.tsqm-eyebrow{color:var(--tsqm-red);font-size:9px;font-weight:950;text-transform:uppercase}
.tsqm-hero-copy h1{font-size:clamp(40px,12vw,66px);line-height:1.01;letter-spacing:-2px;margin:8px 0 13px}
.tsqm-hero-copy h1 em{font-style:normal;color:var(--tsqm-red)}
.tsqm-hero-copy p{margin:0;color:var(--tsqm-muted);font-size:12px;line-height:1.85;max-width:640px}
.tsqm-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}
.tsqm-btn{min-height:48px;border-radius:13px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:950;border:1px solid transparent}
.tsqm-btn svg{width:17px;height:17px}
.tsqm-btn-red{background:var(--tsqm-red);color:#fff}
.tsqm-btn-white{background:#fff;border-color:#ddd;color:#222}
.tsqm-hero-points{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.tsqm-hero-points span{display:flex;align-items:center;gap:4px;font-size:8px;font-weight:850}
.tsqm-hero-points svg{width:15px;height:15px;color:var(--tsqm-green)}
.tsqm-hero-market{min-height:250px;background:#171719;color:#fff;border-radius:24px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 26px 65px rgba(17,17,20,.15)}
.tsqm-hero-market-head span,.tsqm-hero-market-head strong{display:block}
.tsqm-hero-market-head span{font-size:8px;color:#aaa}
.tsqm-hero-market-head strong{font-size:24px;margin-top:4px}
.tsqm-hero-market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.tsqm-hero-market-grid a{min-height:80px;border:1px solid #333;border-radius:14px;padding:10px;display:flex;flex-direction:column;justify-content:end;background:#202023}
.tsqm-hero-market-grid span{font-size:7px;color:#aaa}
.tsqm-hero-market-grid strong{font-size:9px;margin-top:2px}

/* sections */
.tsqm-section{padding:36px 0}
.tsqm-soft{background:var(--tsqm-soft)}
.tsqm-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:18px}
.tsqm-section-head span{font-size:8px;color:var(--tsqm-red);font-weight:950}
.tsqm-section-head h2{font-size:27px;margin:3px 0 0;line-height:1.2}
.tsqm-section-head>a{display:flex;align-items:center;gap:3px;color:var(--tsqm-red);font-size:8px;font-weight:950;white-space:nowrap}
.tsqm-section-head>a svg{width:15px;height:15px}
.tsqm-category-rail{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:4px}
.tsqm-category-rail::-webkit-scrollbar{display:none}
.tsqm-category-card{flex:0 0 130px;scroll-snap-align:start;border:1px solid var(--tsqm-line);background:#fff;border-radius:16px;padding:7px}
.tsqm-category-img{display:block;height:115px;border-radius:12px;background:#f0f0f1 center/cover no-repeat}
.tsqm-category-card strong,.tsqm-category-card small{display:block}
.tsqm-category-card strong{font-size:10px;margin:8px 2px 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tsqm-category-card small{font-size:7px;color:var(--tsqm-muted);margin-inline:2px}
.tsqm-deal-band{background:linear-gradient(135deg,#c7000f,var(--tsqm-red));color:#fff;padding:34px 0}
.tsqm-deal-inner{display:grid;gap:17px;align-items:center}
.tsqm-deal-inner span{font-size:8px;color:#ffd1d4;font-weight:900}
.tsqm-deal-inner h2{font-size:34px;margin:4px 0 7px}
.tsqm-deal-inner p{font-size:10px;color:#ffe5e7;line-height:1.8;margin:0}
.tsqm-import-home{padding-top:0}
.tsqm-import-card{background:#171719;color:#fff;border-radius:24px;padding:24px;display:grid;gap:24px}
.tsqm-import-card>div>span{font-size:8px;color:#ff949b;font-weight:900}
.tsqm-import-card h2{font-size:31px;margin:5px 0 8px}
.tsqm-import-card p{font-size:10px;color:#b8b8bd;line-height:1.8}
.tsqm-import-steps{display:grid;gap:8px}
.tsqm-import-steps>div{border:1px solid #333;border-radius:14px;padding:10px;display:grid;grid-template-columns:38px 1fr;gap:9px;align-items:center}
.tsqm-import-steps b{width:38px;height:38px;border-radius:12px;background:var(--tsqm-red);display:grid;place-items:center}
.tsqm-import-steps strong,.tsqm-import-steps small{display:block}
.tsqm-import-steps strong{font-size:9px}.tsqm-import-steps small{font-size:7px;color:#aaa;margin-top:2px}

/* Woo product grid */
.woocommerce ul.products,.woocommerce-page ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:0!important;padding:0!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none!important;width:auto!important;min-width:0!important;margin:0!important;border:1px solid var(--tsqm-line);background:#fff;border-radius:16px;padding:6px!important;position:relative;overflow:hidden;box-shadow:0 4px 13px rgba(17,17,20,.025)}
.woocommerce ul.products li.product a img{width:100%!important;aspect-ratio:1/1;object-fit:cover;border-radius:11px;background:#f5f5f6;margin:0!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:10px!important;line-height:1.6!important;min-height:36px;padding:8px 2px 2px!important;margin:0!important}
.woocommerce ul.products li.product .price{font-size:11px!important;color:var(--tsqm-red)!important;font-weight:950!important;min-height:20px;display:block}
.woocommerce ul.products li.product .price del{color:#aaa!important;font-size:8px!important}
.woocommerce ul.products li.product .button{width:100%;min-height:38px;border:0;border-radius:10px;background:var(--tsqm-red)!important;color:#fff!important;padding:8px 4px!important;font-size:8px!important;font-weight:900!important;display:flex!important;align-items:center;justify-content:center;margin-top:7px!important}
.tsqm-badges{position:absolute;z-index:4;top:10px;right:10px;display:flex;gap:3px;flex-wrap:wrap}
.tsqm-badge{padding:4px 6px;border-radius:999px;font-size:6.5px;font-weight:950}
.tsqm-badge-sale{background:var(--tsqm-red);color:#fff}.tsqm-badge-stock{background:#e7f8ed;color:var(--tsqm-green)}
.tsqm-card-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:5px}
.tsqm-smart{min-width:0;height:32px;border:1px solid var(--tsqm-line);border-radius:9px;background:#fff;display:flex;align-items:center;justify-content:center;gap:3px;color:#57575d;padding:0}
.tsqm-smart svg{width:14px;height:14px}.tsqm-smart span{font-size:6.5px}
.tsqm-smart.is-active{background:#171719;color:#fff;border-color:#171719}

/* catalog */
.tsqm-woo-main{padding-bottom:70px}
.tsqm-catalog-head{padding:28px 0 12px}
.tsqm-catalog-head>span{font-size:8px;color:var(--tsqm-red);font-weight:950}
.tsqm-catalog-head h1{font-size:38px;margin:4px 0 6px}
.tsqm-catalog-head p{font-size:10px;color:var(--tsqm-muted)}
.tsqm-category-hero{position:relative;min-height:300px;border-radius:0 0 24px 24px;overflow:hidden;background:linear-gradient(135deg,#4b2f31,#171719);background-image:var(--tsqm-cat-image);background-size:cover;background-position:center;margin-inline:calc((100vw - 100%)/-2);width:100vw}
.tsqm-category-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.15))}
.tsqm-category-hero-copy{position:absolute;z-index:2;right:18px;left:18px;bottom:24px;color:#fff}
.tsqm-category-hero-copy>span{font-size:8px}
.tsqm-category-hero-copy h1{font-size:46px;line-height:1;margin:5px 0 8px}
.tsqm-category-hero-copy small{font-size:8px;color:#ddd}
.tsqm-subcat-rail{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:18px 0 5px;scroll-snap-type:x proximity}
.tsqm-subcat-rail::-webkit-scrollbar{display:none}
.tsqm-subcat-rail>a{flex:0 0 128px;border:1px solid var(--tsqm-line);border-radius:14px;padding:7px;background:#fff;scroll-snap-align:start}
.tsqm-subcat-rail>a>span{display:block;height:82px;border-radius:10px;background:#f2f2f3 center/cover no-repeat}
.tsqm-subcat-rail strong,.tsqm-subcat-rail small{display:block}
.tsqm-subcat-rail strong{font-size:9px;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tsqm-subcat-rail small{font-size:7px;color:var(--tsqm-muted)}
.tsqm-category-description{margin:16px 0;padding:16px;border:1px solid var(--tsqm-line);border-radius:16px;background:#fff;font-size:10px;line-height:1.85;color:#444}
.tsqm-catalog-toolbar{display:grid;gap:8px;margin:14px 0}
.tsqm-result{font-size:9px;color:var(--tsqm-muted)}
.tsqm-order .woocommerce-ordering{float:none!important;margin:0!important}
.tsqm-order select{width:100%;height:44px;border:1px solid #ddd;border-radius:12px;background:#fff;padding:0 10px;font-size:10px}
.tsqm-pagination{padding:28px 0}
.woocommerce nav.woocommerce-pagination ul{display:flex;gap:5px;border:0!important}
.woocommerce nav.woocommerce-pagination ul li{border:0!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;border:1px solid var(--tsqm-line);border-radius:9px;display:grid;place-items:center}

/* product page */
.tsqm-single-wrap{padding:25px 0 80px}
.woocommerce div.product{max-width:100%;overflow:hidden}
.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:100%!important}
.woocommerce div.product div.images img{border-radius:16px}
.woocommerce div.product .product_title{font-size:28px;line-height:1.3;margin-top:18px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--tsqm-red)!important;font-weight:950;font-size:20px!important}
.woocommerce div.product form.cart{display:flex;gap:7px;flex-wrap:wrap}
.woocommerce div.product form.cart .button{min-height:46px;background:var(--tsqm-red)!important;border-radius:11px!important}
.woocommerce div.product .woocommerce-tabs{margin-top:30px}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;overflow-x:auto;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{white-space:nowrap}
.woocommerce div.product .related.products{margin-top:35px}

/* pages */
.tsqm-page-shell{padding:30px 0 80px}
.tsqm-content-card{max-width:100%;overflow:hidden}
.tsqm-page-head>span{font-size:8px;color:var(--tsqm-red);font-weight:900}
.tsqm-page-head h1{font-size:36px;margin:5px 0 24px}
.entry-content{max-width:100%;overflow:hidden}
.tsqm-empty{padding:60px 0;text-align:center;color:var(--tsqm-muted)}
.tsqm-404{padding:80px 0 120px;text-align:center}
.tsqm-404>span{font-size:80px;font-weight:950;color:#eee}
.tsqm-404 h1{font-size:36px;margin:0}.tsqm-404 p{color:var(--tsqm-muted)}
.tsqm-404>div{display:flex;justify-content:center;gap:8px;margin-top:18px}

/* import */
.tsqm-import-page{padding:26px 0 80px}
.tsqm-import-hero{min-height:270px;border-radius:24px;background:linear-gradient(135deg,#171719,#3a2023);color:#fff;padding:24px;display:grid;gap:24px;align-items:end}
.tsqm-import-hero>div>span{font-size:8px;color:#ff9aa1}
.tsqm-import-hero h1{font-size:36px;line-height:1.15;margin:7px 0 11px}
.tsqm-import-hero p{font-size:10px;color:#bbb;line-height:1.8;max-width:600px}
.tsqm-import-hero-stat{align-self:end;border:1px solid #48484b;border-radius:17px;padding:16px;background:#202023}
.tsqm-import-hero-stat strong,.tsqm-import-hero-stat small{display:block}.tsqm-import-hero-stat strong{font-size:22px}.tsqm-import-hero-stat small{font-size:8px;color:#aaa}
.tsqm-import-process{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:14px 0 24px}
.tsqm-import-process>div{border:1px solid var(--tsqm-line);border-radius:15px;padding:13px;background:#fff}
.tsqm-import-process b{width:30px;height:30px;border-radius:9px;background:#fff0f1;color:var(--tsqm-red);display:grid;place-items:center}
.tsqm-import-process strong,.tsqm-import-process small{display:block}.tsqm-import-process strong{font-size:9px;margin-top:7px}.tsqm-import-process small{font-size:7px;color:var(--tsqm-muted);margin-top:3px}
.tsqm-import-form-card{border:1px solid var(--tsqm-line);border-radius:22px;padding:18px;background:#fff}
.tsqm-form-intro>span{font-size:8px;color:var(--tsqm-red);font-weight:900}
.tsqm-form-intro h2{font-size:27px;margin:4px 0}.tsqm-form-intro p{font-size:9px;color:var(--tsqm-muted);line-height:1.7}
.tsqm-cf7{margin-top:18px}
.tsqm-cf7 .wpcf7-form{display:grid;gap:12px}
.tsqm-cf7 p{margin:0}.tsqm-cf7 label{font-size:9px;font-weight:800}
.tsqm-cf7 .wpcf7-form-control-wrap{display:block;margin-top:5px}
.tsqm-cf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),.tsqm-cf7 textarea,.tsqm-cf7 select{width:100%;min-height:48px;border:1px solid #ddd;border-radius:12px;padding:10px 12px;outline:0}
.tsqm-cf7 textarea{min-height:120px;resize:vertical}
.tsqm-cf7 input[type=submit]{min-height:48px;border:0;border-radius:12px;background:var(--tsqm-red);color:#fff;padding:0 24px;font-weight:900}

/* offers */
.tsqm-offers-page{padding:26px 0 80px}
.tsqm-offers-hero{min-height:260px;border-radius:24px;background:linear-gradient(135deg,#c8000f,var(--tsqm-red));color:#fff;padding:24px;display:grid;gap:20px;margin-bottom:30px}
.tsqm-offers-hero>div>span{font-size:8px;color:#ffd1d4}
.tsqm-offers-hero h1{font-size:42px;line-height:1.05;margin:6px 0 10px}
.tsqm-offers-hero p{font-size:9px;color:#ffe5e6;line-height:1.8}
.tsqm-offers-number{align-self:end;border:1px solid #ffffff35;border-radius:16px;padding:15px;background:#ffffff10}
.tsqm-offers-number strong,.tsqm-offers-number small{display:block}.tsqm-offers-number strong{font-size:42px}.tsqm-offers-number small{font-size:8px}
.tsqm-offers-import{margin-top:30px;border-radius:20px;background:#171719;color:#fff;padding:20px;display:grid;gap:14px}
.tsqm-offers-import span{font-size:8px;color:#aaa}.tsqm-offers-import h2{font-size:27px;margin:3px 0}

/* cart/checkout/account */
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{max-width:100%;overflow:hidden}
.woocommerce table.shop_table{display:block;overflow-x:auto;max-width:100%;border-radius:13px}
.woocommerce-cart .cart-collaterals,.woocommerce-checkout #order_review,.woocommerce-checkout #customer_details{max-width:100%}
.woocommerce .button,.woocommerce button.button,.woocommerce input.button{border-radius:10px!important}
.woocommerce-checkout #place_order{width:100%;min-height:50px;background:var(--tsqm-red)!important}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0 0 15px;padding:0;display:flex;gap:5px;overflow-x:auto}
.woocommerce-MyAccount-navigation li{flex:0 0 auto}.woocommerce-MyAccount-navigation a{display:block;border:1px solid var(--tsqm-line);border-radius:999px;padding:9px 12px;font-size:9px}

/* smart pages */
.tsqm-smart-page{min-height:250px}
.tsqm-list-loading,.tsqm-list-empty{padding:55px 15px;text-align:center;color:var(--tsqm-muted)}
.tsqm-smart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.tsqm-list-card{border:1px solid var(--tsqm-line);border-radius:15px;padding:7px;background:#fff}
.tsqm-list-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:11px}
.tsqm-list-card h3{font-size:10px;line-height:1.5;min-height:32px;margin:7px 2px}
.tsqm-list-card .price{color:var(--tsqm-red);font-size:11px;font-weight:950}
.tsqm-list-card-actions{display:grid;grid-template-columns:1fr 36px;gap:5px;margin-top:7px}
.tsqm-list-card-actions a{min-height:36px;border-radius:9px;background:var(--tsqm-red);color:#fff;font-size:8px;display:grid;place-items:center}
.tsqm-list-card-actions button{border:1px solid var(--tsqm-line);background:#fff;border-radius:9px}

/* quick view full viewport modal — no off-canvas */
.tsqm-quick-modal{position:fixed;z-index:1200;inset:0;width:100vw;height:100dvh;background:#0009;padding:10px;display:grid;place-items:center;overflow:hidden}
.tsqm-quick-panel{position:relative;width:100%;max-width:760px;max-height:calc(100dvh - 20px);overflow:auto;background:#fff;border-radius:20px;padding:16px}
.tsqm-quick-close{position:sticky;z-index:2;top:0;margin-right:auto}
.tsqm-quick-grid{display:grid;gap:15px}
.tsqm-quick-img img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:15px;background:#f5f5f6}
.tsqm-quick-copy>span{font-size:8px;color:var(--tsqm-green);font-weight:900}
.tsqm-quick-copy h2{font-size:23px;line-height:1.3;margin:7px 0}
.tsqm-quick-price{font-size:17px;color:var(--tsqm-red);font-weight:950;margin:10px 0}
.tsqm-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}

/* footer */
.tsqm-footer{background:#161618;color:#fff;margin-top:35px;padding-bottom:95px}
.tsqm-footer-trust{display:grid;border-bottom:1px solid #2c2c2f}
.tsqm-footer-trust>div{min-height:74px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #2c2c2f}
.tsqm-footer-trust svg{color:#ff5b65}
.tsqm-footer-trust strong,.tsqm-footer-trust small{display:block}.tsqm-footer-trust strong{font-size:9px}.tsqm-footer-trust small{font-size:7px;color:#999;margin-top:2px}
.tsqm-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding:35px 0}
.tsqm-footer-brand{grid-column:1/-1}
.tsqm-footer-brand>strong{font-size:35px}.tsqm-footer-brand p{max-width:600px;font-size:9px;color:#999;line-height:1.8}
.tsqm-footer h4{font-size:11px;margin:0 0 9px}
.tsqm-footer-grid>div>a{display:block;color:#bbb;font-size:8px;margin:8px 0}
.tsqm-socials{display:flex;gap:5px;flex-wrap:wrap}.tsqm-socials a{border:1px solid #353538;border-radius:999px;padding:7px 9px;font-size:7px}
.tsqm-footer-grid ul{list-style:none;margin:0;padding:0}.tsqm-footer-grid li{margin:8px 0}.tsqm-footer-grid li a{font-size:8px;color:#bbb}
.tsqm-footer-bottom{border-top:1px solid #2a2a2d;padding:15px 0;display:flex;justify-content:space-between;color:#777;font-size:7px}

/* bottom nav + whatsapp */
.tsqm-bottom-nav{position:fixed;z-index:900;bottom:0;right:0;left:0;height:68px;background:rgba(255,255,255,.98);border-top:1px solid var(--tsqm-line);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}
.tsqm-bottom-nav a,.tsqm-bottom-nav button{border:0;background:transparent;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:#5c5c61}
.tsqm-bottom-nav svg{width:19px;height:19px}.tsqm-bottom-nav small{font-size:7px}
.tsqm-bottom-search svg{width:21px;height:21px;color:#fff}
.tsqm-bottom-search{margin-top:-12px!important}.tsqm-bottom-search:before{content:"";position:absolute;width:46px;height:46px;border-radius:50%;background:var(--tsqm-red);z-index:-1;box-shadow:0 10px 26px rgba(227,6,19,.28)}
.tsqm-bottom-cart b{position:absolute;top:7px;right:25%;min-width:16px;height:16px;border-radius:999px;background:var(--tsqm-red);color:#fff;font-size:7px;display:grid;place-items:center}
.tsqm-wa{position:fixed;z-index:850;left:10px;bottom:80px;background:#19b75b;color:#fff;border-radius:999px;padding:10px 12px;display:flex;align-items:center;gap:5px;font-size:8px;font-weight:950;box-shadow:0 12px 30px rgba(25,183,91,.25)}
.tsqm-wa svg{width:17px;height:17px}

/* >= 720 */
@media(min-width:720px){
  .tsqm-shell{width:min(calc(100% - 36px),var(--tsqm-shell))}
  .tsqm-header-main{grid-template-columns:auto minmax(260px,1fr) auto;gap:14px;padding:14px 0}
  .tsqm-menu-toggle{display:none}
  .tsqm-logo{justify-self:start;align-items:flex-start}
  .tsqm-logo .custom-logo{max-width:170px}.tsqm-logo>strong{font-size:40px}.tsqm-logo>small{display:block;font-size:7px;color:#999;margin-top:2px}
  .tsqm-search{grid-column:auto;margin:0;max-width:720px;width:100%;justify-self:center}
  .tsqm-header-action{width:auto;min-width:54px;padding:0 8px;gap:5px}.tsqm-header-action>span{display:block;font-size:7px;font-weight:800}
  .tsqm-main-nav{display:block;border-top:1px solid #f3f3f4}
  .tsqm-nav-row{min-height:48px;display:flex;align-items:center;gap:18px;position:relative}
  .tsqm-cats-toggle{height:34px;border:0;border-radius:9px;background:var(--tsqm-red);color:#fff;padding:0 13px;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:900}
  .tsqm-cats-toggle svg{width:16px;height:16px}
  .tsqm-primary-menu{display:flex;gap:16px;list-style:none;margin:0;padding:0}.tsqm-primary-menu a{font-size:8px;font-weight:850}
  .tsqm-nav-special{margin-right:auto;font-size:8px;font-weight:900;color:var(--tsqm-red)}
  .tsqm-nav-special+.tsqm-nav-special{margin-right:0}
  .tsqm-mega{position:absolute;z-index:80;right:0;left:0;top:100%;background:#fff;border-top:1px solid var(--tsqm-line);box-shadow:0 20px 55px rgba(17,17,20,.12);padding:15px 0}
  .tsqm-mega-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}
  .tsqm-mega-item{border:1px solid var(--tsqm-line);border-radius:12px;padding:7px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;gap:1px 7px;align-items:center}
  .tsqm-mega-thumb{grid-row:1/3;width:42px;height:42px;border-radius:10px;background:#f1f1f2 center/cover no-repeat}
  .tsqm-mega-item strong{font-size:8px}.tsqm-mega-item small{font-size:6px;color:var(--tsqm-muted)}
  .tsqm-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;padding:60px 0}
  .tsqm-hero-copy h1{font-size:64px}.tsqm-hero-copy p{font-size:13px}
  .tsqm-category-card{flex-basis:160px}.tsqm-category-img{height:145px}
  .tsqm-deal-inner{grid-template-columns:1fr auto}.tsqm-deal-inner h2{font-size:42px}
  .tsqm-import-card{grid-template-columns:1.05fr .95fr;padding:35px}.tsqm-import-card h2{font-size:40px}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:13px!important}
  .woocommerce ul.products li.product{padding:8px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:11px!important}.woocommerce ul.products li.product .price{font-size:12px!important}
  .tsqm-card-actions{gap:5px}.tsqm-smart{height:34px}.tsqm-smart span{font-size:7px}
  .tsqm-category-hero{width:100%;margin-inline:0;border-radius:24px;min-height:340px}.tsqm-category-hero-copy{right:35px;bottom:32px}.tsqm-category-hero-copy h1{font-size:58px}
  .tsqm-catalog-toolbar{grid-template-columns:1fr auto;align-items:center}.tsqm-order select{width:auto;min-width:220px}
  .tsqm-subcat-rail>a{flex-basis:150px}
  .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:35px;align-items:start}
  .woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%!important}.woocommerce div.product .product_title{font-size:36px;margin-top:0}
  .tsqm-import-hero,.tsqm-offers-hero{grid-template-columns:1fr 280px;align-items:center;padding:38px}.tsqm-import-hero h1{font-size:50px}.tsqm-offers-hero h1{font-size:56px}
  .tsqm-import-process{grid-template-columns:repeat(4,1fr)}
  .tsqm-import-form-card{display:grid;grid-template-columns:320px 1fr;gap:30px;padding:30px}
  .tsqm-cf7 .wpcf7-form{grid-template-columns:1fr 1fr}.tsqm-cf7 .wpcf7-form>p:last-of-type{grid-column:1/-1}
  .tsqm-offers-import{grid-template-columns:1fr auto;align-items:center;padding:28px}
  .tsqm-footer{padding-bottom:0}.tsqm-footer-trust{grid-template-columns:repeat(3,1fr)}.tsqm-footer-trust>div{border-bottom:0;border-left:1px solid #2c2c2f}.tsqm-footer-grid{grid-template-columns:1.6fr repeat(3,1fr)}.tsqm-footer-brand{grid-column:auto}
  .tsqm-bottom-nav{display:none}.tsqm-wa{bottom:18px;left:18px}
  .tsqm-quick-grid{grid-template-columns:1fr 1fr;align-items:center}.tsqm-quick-panel{padding:22px}
  .tsqm-smart-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}


/* =========================================================
   Tasawwq Marketplace 8.1 — Reference UI
   Visual direction follows the user's Tasawwq Next 5.8 reference:
   dense marketplace, wide desktop canvas, red/white identity.
   Layout architecture remains clean-room and mobile-first.
   ========================================================= */

.tsqm-desktop-utility{display:none}
.tsqm-packaged-logo{display:block;max-width:135px;max-height:50px;object-fit:contain}

/* Reference hero */
.tsqm-ref-hero{padding:10px 0 0;background:#fff}
.tsqm-ref-hero-card{
  min-height:360px;border:1px solid #f0e6e7;border-radius:22px;overflow:hidden;
  background:
    radial-gradient(circle at 18% 80%,rgba(227,6,19,.08),transparent 27%),
    linear-gradient(105deg,#fff 0%,#fff 54%,#fff5f5 100%);
  display:grid;gap:20px;position:relative;padding:28px 20px;
}
.tsqm-ref-hero-copy{position:relative;z-index:3}
.tsqm-ref-kicker{font-size:9px;font-weight:900;color:#666}
.tsqm-ref-hero-copy h1{font-size:40px;line-height:1.08;margin:5px 0 19px;letter-spacing:-1.5px}
.tsqm-ref-hero-copy h1 em{display:block;font-style:normal;color:var(--tsqm-red)}
.tsqm-ref-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:16px}
.tsqm-ref-benefits>div{display:flex;align-items:center;gap:6px;min-width:0}
.tsqm-ref-benefits svg{width:25px;height:25px;color:var(--tsqm-red);flex:0 0 auto}
.tsqm-ref-benefits strong,.tsqm-ref-benefits small{display:block}
.tsqm-ref-benefits strong{font-size:8px}.tsqm-ref-benefits small{font-size:6px;color:#777;margin-top:2px}
.tsqm-ref-shop-now{min-height:42px;border-radius:9px;background:var(--tsqm-red);color:#fff;font-size:10px;font-weight:950;display:flex;align-items:center;justify-content:center;max-width:230px}
.tsqm-ref-hero-products{position:relative;min-height:230px}
.tsqm-ref-floating-product{position:absolute;display:block;background:#fff;border-radius:18px;box-shadow:0 16px 35px rgba(17,17,20,.12);padding:7px;overflow:hidden}
.tsqm-ref-floating-product img{width:100%;height:100%;object-fit:contain}
.tsqm-ref-product-1{width:145px;height:160px;right:4%;bottom:5px;transform:rotate(-3deg)}
.tsqm-ref-product-2{width:120px;height:135px;left:5%;bottom:15px;transform:rotate(4deg)}
.tsqm-ref-product-3{width:105px;height:115px;right:38%;top:0}
.tsqm-ref-product-4{width:90px;height:100px;left:28%;top:20px}
.tsqm-ref-package{position:absolute;z-index:2;right:33%;bottom:5px;width:100px;height:80px;border-radius:9px;background:linear-gradient(135deg,#e30613,#b6000d);color:#fff;font-size:22px;font-weight:950;display:grid;place-items:center;box-shadow:0 16px 35px rgba(227,6,19,.2)}

/* Category strip */
.tsqm-ref-cat-strip{padding:9px 0;background:#fff}
.tsqm-ref-cat-grid{display:flex;gap:5px;overflow-x:auto;scrollbar-width:none;border:1px solid var(--tsqm-line);border-radius:15px;padding:5px}
.tsqm-ref-cat-grid::-webkit-scrollbar{display:none}
.tsqm-ref-cat{flex:0 0 88px;min-height:68px;border-left:1px solid #f0f0f2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center}
.tsqm-ref-cat:last-child{border-left:0}
.tsqm-ref-cat>span{font-size:19px;line-height:1;color:#333}
.tsqm-ref-cat strong{font-size:7px;line-height:1.25}
.tsqm-ref-cat-icon{width:29px;height:29px!important;border-radius:8px;background:#f3f3f4 center/cover no-repeat}
.tsqm-ref-cat-sale>span,.tsqm-ref-cat-sale strong{color:var(--tsqm-red)}

/* Four reference promo cards */
.tsqm-ref-promos{padding:0 0 14px}
.tsqm-ref-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.tsqm-ref-promo{min-height:98px;border-radius:14px;padding:13px;display:grid;grid-template-columns:1fr 52px;align-items:center;overflow:hidden;border:1px solid #eee}
.tsqm-ref-promo strong,.tsqm-ref-promo span,.tsqm-ref-promo b{display:block}
.tsqm-ref-promo strong{font-size:10px}.tsqm-ref-promo div>span{font-size:7px;color:#555;margin:3px 0 7px}.tsqm-ref-promo b{display:inline-block;font-size:7px;padding:4px 7px;border:1px solid currentColor;border-radius:6px}
.tsqm-ref-promo-art{width:52px;height:52px;border-radius:50%;display:grid!important;place-items:center;font-size:24px}
.tsqm-ref-promo-art svg{width:27px;height:27px}
.tsqm-ref-promo-blue{background:#eef7ff}.tsqm-ref-promo-blue .tsqm-ref-promo-art{background:#d7edff;color:#2886d4}
.tsqm-ref-promo-green{background:#f1fbf5}.tsqm-ref-promo-green .tsqm-ref-promo-art{background:#dff4e6;color:#299b52}
.tsqm-ref-promo-orange{background:#fff8e8}.tsqm-ref-promo-orange .tsqm-ref-promo-art{background:#ffefc7;color:#d79200}
.tsqm-ref-promo-pink{background:#fff0f1}.tsqm-ref-promo-pink .tsqm-ref-promo-art{background:#ffdce0;color:var(--tsqm-red)}

/* Product shelf like reference */
.tsqm-ref-products-section{padding-top:12px}
.tsqm-ref-products-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px}
.tsqm-ref-products-head span{font-size:8px;color:var(--tsqm-red);font-weight:900}.tsqm-ref-products-head h2{font-size:23px;margin:2px 0}.tsqm-ref-products-head>a{font-size:8px;color:var(--tsqm-red);font-weight:900}
.tsqm-ref-products-layout{display:block}
.tsqm-ref-popular{display:none}

/* Trust strip */
.tsqm-ref-trust{padding:0 0 24px}
.tsqm-ref-trust-grid{border:1px solid var(--tsqm-line);border-radius:15px;display:grid;grid-template-columns:1fr 1fr;background:#fff}
.tsqm-ref-trust-grid>div{min-height:80px;padding:10px;display:flex;align-items:center;gap:7px;border-bottom:1px solid var(--tsqm-line)}
.tsqm-ref-trust-grid>div:nth-child(odd){border-left:1px solid var(--tsqm-line)}
.tsqm-ref-trust svg{color:var(--tsqm-red);width:25px;height:25px;flex:0 0 auto}
.tsqm-ref-trust strong,.tsqm-ref-trust small{display:block}.tsqm-ref-trust strong{font-size:8px}.tsqm-ref-trust small{font-size:6px;color:#777;margin-top:2px}

/* Make product cards more compact, like the reference marketplace. */
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border-radius:13px!important;padding:5px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:9px!important;min-height:34px}
.woocommerce ul.products li.product .price{font-size:10px!important}
.woocommerce ul.products li.product .button{min-height:34px!important;border-radius:8px!important}
.tsqm-card-actions{margin-top:4px}

/* Large desktop reference layout */
@media(min-width:900px){
  :root{--tsqm-shell:1540px}
  .tsqm-shell{width:min(calc(100% - 56px),var(--tsqm-shell))}
  .tsqm-desktop-utility{display:block;border-bottom:1px solid #efeff1;background:#fff}
  .tsqm-desktop-utility-inner{min-height:34px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;font-size:9px}
  .tsqm-utility-right{justify-self:start}.tsqm-utility-right a{color:var(--tsqm-red);font-weight:900}
  .tsqm-utility-center{justify-self:center}.tsqm-utility-center span{display:flex;gap:5px;align-items:center}.tsqm-utility-center svg{width:15px;height:15px}
  .tsqm-utility-left{justify-self:end;display:flex;gap:18px}.tsqm-utility-left a{font-weight:800}
  .tsqm-topbar{display:none}

  .tsqm-header-main{grid-template-columns:210px minmax(460px,1fr) 260px;min-height:92px;gap:28px}
  .tsqm-logo{justify-self:start}.tsqm-logo .custom-logo,.tsqm-packaged-logo{max-width:190px;max-height:68px}
  .tsqm-search-field{height:52px;border-radius:11px}
  .tsqm-header-actions{justify-content:flex-end;gap:14px}
  .tsqm-header-action{min-width:62px;height:58px;display:flex;flex-direction:column;gap:1px;padding:5px}.tsqm-header-action svg{width:25px;height:25px}.tsqm-header-action>span{font-size:8px}
  .tsqm-header-action>b{right:6px;top:0}

  .tsqm-nav-row{min-height:54px;gap:16px}
  .tsqm-cats-toggle{height:38px;background:var(--tsqm-red);border-radius:8px;padding:0 18px}
  .tsqm-primary-menu{gap:4px;flex:1;justify-content:center}.tsqm-primary-menu a{font-size:10px;padding:9px}
  .tsqm-nav-special{font-size:9px}
  .tsqm-mega-grid{grid-template-columns:repeat(6,1fr)}

  .tsqm-ref-hero-card{grid-template-columns:1.1fr .9fr;min-height:430px;padding:34px 44px;align-items:center}
  .tsqm-ref-hero-copy h1{font-size:56px}
  .tsqm-ref-kicker{font-size:12px}
  .tsqm-ref-benefits{margin-top:27px;gap:24px}.tsqm-ref-benefits svg{width:39px;height:39px}.tsqm-ref-benefits strong{font-size:13px}.tsqm-ref-benefits small{font-size:9px}
  .tsqm-ref-shop-now{height:46px;font-size:12px;margin-top:8px}
  .tsqm-ref-hero-products{min-height:365px}
  .tsqm-ref-product-1{width:220px;height:245px;right:2%;bottom:10px}
  .tsqm-ref-product-2{width:190px;height:210px;left:2%;bottom:16px}
  .tsqm-ref-product-3{width:165px;height:180px;right:34%;top:0}
  .tsqm-ref-product-4{width:140px;height:150px;left:25%;top:25px}
  .tsqm-ref-package{width:150px;height:110px;right:34%;font-size:32px}

  .tsqm-ref-cat-grid{display:grid;grid-template-columns:repeat(10,1fr);overflow:visible;padding:0}
  .tsqm-ref-cat{min-height:76px;flex:auto;border-left:1px solid var(--tsqm-line)}
  .tsqm-ref-cat>span{font-size:24px}.tsqm-ref-cat strong{font-size:9px}.tsqm-ref-cat-icon{width:35px;height:35px!important}

  .tsqm-ref-promo-grid{grid-template-columns:repeat(4,1fr);gap:12px}
  .tsqm-ref-promo{min-height:105px;padding:15px 18px;grid-template-columns:1fr 85px}.tsqm-ref-promo-art{width:78px;height:78px}.tsqm-ref-promo-art svg{width:38px;height:38px}
  .tsqm-ref-promo strong{font-size:13px}.tsqm-ref-promo div>span{font-size:9px}.tsqm-ref-promo b{font-size:8px}

  .tsqm-ref-products-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:12px}
  .tsqm-ref-popular{display:block;border:1px solid var(--tsqm-line);border-radius:13px;padding:9px;background:#fff}
  .tsqm-ref-popular-head{display:flex;align-items:center;gap:5px;border-bottom:1px solid var(--tsqm-line);padding:4px 3px 9px;margin-bottom:6px}.tsqm-ref-popular-head strong{font-size:10px}
  .tsqm-ref-popular .woocommerce ul.products{display:block!important}
  .tsqm-ref-popular .woocommerce ul.products li.product{display:grid!important;grid-template-columns:52px 1fr!important;min-height:68px!important;gap:7px!important;margin-bottom:5px!important}
  .tsqm-ref-popular .woocommerce ul.products li.product a img{width:52px!important;height:52px!important;grid-row:1/4}
  .tsqm-ref-popular .woocommerce-loop-product__title{font-size:7px!important;min-height:0!important;padding:0!important}
  .tsqm-ref-popular .price{font-size:8px!important}.tsqm-ref-popular .button,.tsqm-ref-popular .tsqm-card-actions,.tsqm-ref-popular .tsqm-badges{display:none!important}

  .tsqm-ref-main-shelf .woocommerce ul.products{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:9px!important}
  .tsqm-ref-main-shelf .woocommerce ul.products li.product{padding:6px!important}

  .tsqm-ref-trust-grid{grid-template-columns:repeat(4,1fr)}
  .tsqm-ref-trust-grid>div{border-bottom:0;border-left:1px solid var(--tsqm-line);padding:15px 20px}.tsqm-ref-trust-grid>div:last-child{border-left:0}
  .tsqm-ref-trust svg{width:34px;height:34px}.tsqm-ref-trust strong{font-size:10px}.tsqm-ref-trust small{font-size:8px}

  .tsqm-section{padding:38px 0}
  .tsqm-section-head h2,.tsqm-ref-products-head h2{font-size:30px}
  .tsqm-soft .woocommerce ul.products{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}

/* Mobile remains the controlling architecture. No off-canvas UI is introduced. */
@media(max-width:899px){
  .tsqm-ref-hero-card{border-radius:0;margin-inline:-10px;width:calc(100% + 20px)}
  .tsqm-ref-products-layout{width:100%;max-width:100%;overflow:hidden}
}


/* =========================================================
   Tasawwq Marketplace 8.2 — APPROVED MOCKUP MATCH
   ========================================================= */

body{background:#fff}
.tsqm-servicebar{background:#fff;border-bottom:1px solid #eee}
.tsqm-servicebar-inner{height:31px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:8px;white-space:nowrap;overflow:hidden}
.tsqm-servicebar-inner>span{color:#4f4f54}
.tsqm-daily-pill{display:flex;align-items:center;gap:5px;background:#fff1f2;color:var(--tsqm-red);font-weight:900;border-radius:999px;padding:5px 9px}
.tsqm-daily-pill span{width:22px;height:22px;border-radius:50%;background:#fff;color:var(--tsqm-red);display:grid;place-items:center}

.tsqm-header-main{grid-template-columns:44px 1fr auto}
.tsqm-packaged-logo{max-width:142px;max-height:58px}
.tsqm-header-actions{direction:ltr}
.tsqm-main-nav{border-top:1px solid #f1f1f3}
.tsqm-nav-row{overflow-x:auto;scrollbar-width:none;white-space:nowrap}
.tsqm-nav-row::-webkit-scrollbar{display:none}
.tsqm-nav-row>a{flex:0 0 auto}
.tsqm-nav-row .is-current{color:var(--tsqm-red);position:relative}
.tsqm-nav-row .is-current:after{content:"";position:absolute;right:0;left:0;bottom:-14px;height:2px;background:var(--tsqm-red)}

.tsqm-approved-hero{padding:11px 0 0}
.tsqm-approved-hero-card{min-height:350px;border:1px solid #eee;border-radius:20px;background:
radial-gradient(circle at 16% 18%,#fff6f6 0,#fff 35%),
linear-gradient(135deg,#fff,#fbfbfc);position:relative;overflow:hidden;display:grid;gap:20px;padding:26px 18px}
.tsqm-approved-hero-copy{position:relative;z-index:4;align-self:center}
.tsqm-approved-kicker{font-size:10px;font-weight:900;color:#333}
.tsqm-approved-hero-copy h1{font-size:40px;line-height:1.12;margin:7px 0 7px}
.tsqm-approved-hero-copy h1 em{font-style:normal;color:var(--tsqm-red)}
.tsqm-approved-hero-copy h1 strong{font-weight:950;color:var(--tsqm-red)}
.tsqm-approved-hero-copy>p{font-size:9px;color:#666;margin:0 0 15px}
.tsqm-approved-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px}
.tsqm-approved-features>span{display:flex;align-items:center;gap:6px;min-width:0}
.tsqm-approved-features svg{width:24px;height:24px;color:var(--tsqm-red)}
.tsqm-approved-features>span>b{font-size:8px}
.tsqm-approved-features small{display:block;font-size:6px;color:#777;margin-top:1px;font-weight:400}
.tsqm-approved-actions{display:flex;gap:8px;margin-top:16px}
.tsqm-approved-actions .tsqm-btn{min-width:128px;min-height:41px}

.tsqm-approved-hero-art{position:relative;min-height:220px}
.tsqm-approved-product-float{position:absolute;background:#fff;border-radius:16px;padding:6px;box-shadow:0 14px 32px rgba(17,17,20,.13);overflow:hidden}
.tsqm-approved-product-float img{width:100%;height:100%;object-fit:contain}
.tsqm-approved-product-float.f1{right:3%;bottom:0;width:135px;height:150px;transform:rotate(-3deg)}
.tsqm-approved-product-float.f2{left:4%;bottom:5px;width:120px;height:135px;transform:rotate(4deg)}
.tsqm-approved-product-float.f3{right:37%;top:0;width:95px;height:105px}
.tsqm-approved-product-float.f4{left:30%;top:20px;width:85px;height:95px}
.tsqm-plane{position:absolute;top:0;left:15%;font-size:64px;transform:rotate(-15deg);color:#d8d8dc;filter:drop-shadow(0 8px 10px #1111)}
.tsqm-box{position:absolute;background:#c98a4b;color:#a90000;font-weight:950;border-radius:8px;display:grid;place-items:center;box-shadow:0 10px 20px #1112}
.tsqm-box-1{right:34%;bottom:4px;width:85px;height:62px}
.tsqm-box-2{right:43%;bottom:20px;width:62px;height:48px;background:#d40718;color:#fff}
.tsqm-slider-dots{position:absolute;bottom:12px;right:50%;transform:translateX(50%);display:flex;gap:5px}
.tsqm-slider-dots i{width:6px;height:6px;border-radius:50%;background:#d5d5d8}.tsqm-slider-dots i.active{background:var(--tsqm-red)}

.tsqm-approved-categories{padding:10px 0}
.tsqm-approved-cat-row{display:flex;overflow-x:auto;scrollbar-width:none;border:1px solid var(--tsqm-line);border-radius:15px;padding:4px;background:#fff}
.tsqm-approved-cat-row::-webkit-scrollbar{display:none}
.tsqm-approved-cat{flex:0 0 94px;min-height:76px;border-left:1px solid #efeff1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center}
.tsqm-approved-cat:last-child{border-left:0}
.tsqm-approved-cat>span{width:36px;height:36px;border-radius:10px;background:#f2f2f3 center/cover no-repeat;display:grid;place-items:center}
.tsqm-approved-cat>span.more{font-size:22px}
.tsqm-approved-cat strong{font-size:8px;line-height:1.25}

.tsqm-approved-promos{padding-bottom:15px}
.tsqm-approved-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.tsqm-approved-promo{min-height:105px;border-radius:14px;padding:13px;display:grid;grid-template-columns:1fr 58px;align-items:center;border:1px solid #eee}
.tsqm-approved-promo>div strong,.tsqm-approved-promo>div span{display:block}
.tsqm-approved-promo strong{font-size:10px}.tsqm-approved-promo span{font-size:7px;color:#555;margin:4px 0 7px}
.tsqm-approved-promo b{display:inline-block;border:1px solid currentColor;border-radius:6px;padding:4px 7px;font-size:7px}
.tsqm-approved-promo>i{width:54px;height:54px;border-radius:17px;background:#fff9;display:grid;place-items:center;font-style:normal;font-size:28px}
.promo-pink{background:#fff0f2}.promo-yellow{background:#fff7e9}.promo-green{background:#effbf3}.promo-blue{background:#eef7ff}

.tsqm-approved-products{padding:5px 0 22px}
.tsqm-approved-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}
.tsqm-approved-section-head h2{order:2;font-size:21px;margin:0}.tsqm-approved-section-head a{order:1;font-size:8px;color:var(--tsqm-red);font-weight:900}

.tsqm-approved-flash{padding:0 0 18px}
.tsqm-approved-flash-inner{min-height:135px;border-radius:14px;background:linear-gradient(100deg,#af0909,#d31313 45%,#8d0505);color:#fff;padding:14px;display:grid;gap:12px}
.tsqm-flash-copy{display:flex;align-items:center;gap:10px}
.tsqm-flash-bag{font-size:46px}.tsqm-flash-copy h2{font-size:21px;margin:0}.tsqm-flash-copy p{font-size:8px;margin:4px 0;color:#ffdede}
.tsqm-countdown>small{display:block;font-size:7px;color:#ffdede;margin-bottom:5px}
.tsqm-countdown{display:flex;align-items:end;gap:4px;flex-wrap:wrap}
.tsqm-countdown>div{width:42px;height:48px;border-radius:8px;background:#fff;color:#b40909;display:flex;flex-direction:column;align-items:center;justify-content:center}
.tsqm-countdown b{font-size:14px}.tsqm-countdown span{font-size:6px;color:#777}
.tsqm-flash-products{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}
.tsqm-flash-products::-webkit-scrollbar{display:none}
.tsqm-flash-products>a{flex:0 0 105px;background:#fff;color:#222;border-radius:9px;padding:5px;text-align:center}
.tsqm-flash-products img{width:100%;height:65px;object-fit:contain;border-radius:6px}.tsqm-flash-products span{display:block;color:var(--tsqm-red);font-size:7px;margin-top:3px}

.tsqm-approved-brands{padding:0 0 22px}
.tsqm-brand-row{border:1px solid var(--tsqm-line);border-radius:12px;display:flex;overflow-x:auto;scrollbar-width:none;background:#fff}
.tsqm-brand-row::-webkit-scrollbar{display:none}
.tsqm-brand-row>span{flex:0 0 120px;min-height:60px;border-left:1px solid var(--tsqm-line);display:grid;place-items:center;font-size:11px;font-weight:950;letter-spacing:.3px}
.tsqm-brand-row>span:last-child{border-left:0}

.tsqm-approved-why{padding:0 0 18px}
.tsqm-approved-why-inner{border:1px solid var(--tsqm-line);border-radius:15px;display:grid;grid-template-columns:1fr 1fr;background:#fff}
.tsqm-approved-why h2{grid-column:1/-1;font-size:19px;margin:0;padding:14px;border-bottom:1px solid var(--tsqm-line)}
.tsqm-approved-why-inner>div{min-height:76px;padding:10px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--tsqm-line)}
.tsqm-approved-why-inner>div:nth-child(even){border-left:1px solid var(--tsqm-line)}
.tsqm-approved-why-inner>div>span{font-size:23px}.tsqm-approved-why-inner b{font-size:8px}.tsqm-approved-why-inner small{display:block;font-size:6px;color:#777;margin-top:2px;font-weight:400}

.tsqm-approved-app{padding-bottom:20px}
.tsqm-approved-app-card{min-height:150px;border:1px solid #f0dfe1;border-radius:15px;background:linear-gradient(90deg,#fff,#fff8f8);display:grid;gap:15px;padding:16px}
.tsqm-whatsapp-card{display:grid;grid-template-columns:48px 1fr auto;gap:9px;align-items:center}
.tsqm-whatsapp-card .qr{width:48px;height:48px;border:1px solid #ddd;border-radius:8px;display:grid;place-items:center;font-size:24px}
.tsqm-whatsapp-card strong,.tsqm-whatsapp-card small{display:block}.tsqm-whatsapp-card strong{font-size:9px}.tsqm-whatsapp-card small{font-size:6px;color:#777;margin-top:2px}
.tsqm-whatsapp-card a{background:var(--tsqm-red);color:#fff;border-radius:7px;padding:7px 9px;font-size:7px;font-weight:900}
.tsqm-phone-art{display:none}
.tsqm-app-copy strong,.tsqm-app-copy small{display:block}.tsqm-app-copy strong{font-size:12px}.tsqm-app-copy small{font-size:7px;color:#777;margin:3px 0 7px}.tsqm-app-copy>div{display:flex;gap:6px}.tsqm-app-copy>div span{border:1px solid #222;border-radius:6px;padding:5px 8px;font-size:7px}

.tsqm-approved-footer{background:#fff;border-top:1px solid var(--tsqm-line);padding:28px 0 85px}
.tsqm-approved-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.tsqm-footer-about{grid-column:1/-1}.tsqm-footer-about img{width:135px}.tsqm-footer-about p{font-size:8px;line-height:1.8;color:#777;max-width:330px}
.tsqm-approved-footer h4{font-size:10px;margin:0 0 8px}.tsqm-approved-footer-grid>div>a{display:block;font-size:7px;color:#666;margin:7px 0}
.tsqm-footer-social{display:flex;gap:6px}.tsqm-footer-social a{width:27px;height:27px;border:1px solid #ddd;border-radius:50%;display:grid;place-items:center}
.tsqm-payments{grid-column:1/-1}.tsqm-payments>div{display:flex;gap:6px;flex-wrap:wrap}.tsqm-payments span{border:1px solid #ddd;border-radius:6px;padding:6px 9px;font-size:7px;font-weight:800}
.tsqm-approved-footer-bottom{border-top:1px solid var(--tsqm-line);padding-top:13px;margin-top:20px;display:flex;justify-content:space-between;font-size:7px;color:#888}

@media(min-width:900px){
  :root{--tsqm-shell:1520px}
  .tsqm-shell{width:min(calc(100% - 50px),var(--tsqm-shell))}
  .tsqm-servicebar-inner{height:34px;font-size:9px}
  .tsqm-header-main{grid-template-columns:220px minmax(520px,1fr) 265px;gap:28px;min-height:94px}
  .tsqm-menu-toggle{display:none}.tsqm-packaged-logo{max-width:200px}.tsqm-logo{justify-self:end}
  .tsqm-search{grid-column:auto;margin:0}.tsqm-search-field{height:52px;border-radius:8px}
  .tsqm-header-actions{justify-content:flex-start;gap:10px}.tsqm-header-action{width:70px;height:58px;flex-direction:column}.tsqm-header-action>span{display:block;font-size:8px}
  .tsqm-main-nav{display:block}.tsqm-nav-row{min-height:54px;overflow:visible;gap:20px}.tsqm-nav-row>a{font-size:9px;font-weight:800}.tsqm-nav-row .is-current:after{bottom:-18px}
  .tsqm-cats-toggle{height:40px;padding:0 20px;border-radius:8px}

  .tsqm-approved-hero-card{grid-template-columns:1fr 1fr;align-items:center;min-height:430px;padding:32px 50px}
  .tsqm-approved-hero-copy{order:2}.tsqm-approved-hero-art{order:1;min-height:360px}
  .tsqm-approved-hero-copy h1{font-size:48px}.tsqm-approved-hero-copy>p{font-size:10px}
  .tsqm-approved-features{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:20px}.tsqm-approved-features svg{width:31px;height:31px}.tsqm-approved-features>span>b{font-size:9px}.tsqm-approved-features small{font-size:7px}
  .tsqm-approved-actions{justify-content:flex-start}.tsqm-approved-actions .tsqm-btn{min-width:160px}
  .tsqm-plane{font-size:100px;left:30%;top:5px}
  .tsqm-approved-product-float.f1{width:210px;height:235px;right:2%;bottom:3px}.tsqm-approved-product-float.f2{width:180px;height:200px;left:2%;bottom:7px}.tsqm-approved-product-float.f3{width:145px;height:160px;right:36%;top:15px}.tsqm-approved-product-float.f4{width:120px;height:135px;left:25%;top:35px}
  .tsqm-box-1{width:125px;height:90px;right:35%;bottom:5px}.tsqm-box-2{width:92px;height:68px;right:47%;bottom:22px}
  .tsqm-slider-dots{bottom:16px}

  .tsqm-approved-cat-row{display:grid;grid-template-columns:repeat(10,1fr);overflow:visible;padding:0}.tsqm-approved-cat{min-height:82px;flex:auto}.tsqm-approved-cat>span{width:42px;height:42px}.tsqm-approved-cat strong{font-size:9px}
  .tsqm-approved-promo-grid{grid-template-columns:repeat(4,1fr);gap:12px}.tsqm-approved-promo{min-height:110px;padding:15px 18px;grid-template-columns:1fr 78px}.tsqm-approved-promo>i{width:70px;height:70px;font-size:34px}.tsqm-approved-promo strong{font-size:13px}.tsqm-approved-promo span{font-size:8px}
  .tsqm-approved-products{padding-bottom:24px}.tsqm-approved-section-head h2{font-size:25px}
  .tsqm-approved-products .woocommerce ul.products{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}
  .tsqm-approved-products .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:9px!important}.tsqm-approved-products .woocommerce ul.products li.product .price{font-size:11px!important}

  .tsqm-approved-flash-inner{grid-template-columns:300px 240px 1fr;align-items:center;min-height:135px;padding:16px 22px;gap:20px}
  .tsqm-flash-copy h2{font-size:24px}.tsqm-flash-products{justify-content:flex-end}.tsqm-flash-products>a{flex-basis:120px}
  .tsqm-brand-row{display:grid;grid-template-columns:repeat(10,1fr);overflow:visible}.tsqm-brand-row>span{min-height:64px;flex:auto;font-size:12px}
  .tsqm-approved-why-inner{grid-template-columns:220px repeat(4,1fr);align-items:center}.tsqm-approved-why h2{grid-column:auto;border-bottom:0;border-left:1px solid var(--tsqm-line);height:100%;display:flex;align-items:center;font-size:21px}.tsqm-approved-why-inner>div{border-bottom:0;border-left:1px solid var(--tsqm-line)!important;padding:15px}.tsqm-approved-why-inner>div:last-child{border-left:0!important}
  .tsqm-approved-app-card{grid-template-columns:1.2fr .7fr 1fr;align-items:center;padding:18px 28px}.tsqm-phone-art{display:grid;place-items:center}.tsqm-phone-art .phone{width:105px;height:160px;border:6px solid #1d1d20;border-radius:22px;background:linear-gradient(#fff,#fff1f2);display:grid;place-items:center;color:var(--tsqm-red);font-size:18px;font-weight:950}.tsqm-app-copy{justify-self:start}
  .tsqm-approved-footer{padding-bottom:30px}.tsqm-approved-footer-grid{grid-template-columns:1.6fr repeat(4,1fr) 1.2fr;gap:35px}.tsqm-footer-about,.tsqm-payments{grid-column:auto}.tsqm-footer-about img{width:180px}
}


/* =========================================================
   Tasawwq Marketplace 8.3 PRO FINAL CANDIDATE
   ========================================================= */

/* Hero slider */
.tsqm-pro-slides{min-width:0;position:relative;z-index:4}
.tsqm-pro-slide{display:none}
.tsqm-pro-slide.is-active{display:block;animation:tsqmSlideIn .35s ease both}
@keyframes tsqmSlideIn{from{opacity:.15;transform:translateY(8px)}to{opacity:1;transform:none}}
.tsqm-slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#d4d4d7}
.tsqm-slider-dots button.active{background:var(--tsqm-red);width:19px;border-radius:999px}

/* Smart card badges */
.tsqm-pro-badges{position:absolute;z-index:5;top:35px;right:9px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;pointer-events:none}
.tsqm-pro-badge{font-size:6px;font-weight:950;padding:4px 6px;border-radius:999px;box-shadow:0 4px 10px #1111}
.tsqm-new{background:#171719;color:#fff}
.tsqm-limited{background:#fff2d7;color:#a55c00}
.tsqm-best-badge{background:#e8f5ff;color:#166da8}

/* Product page pro */
.tsqm-product-trust{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:16px 0}
.tsqm-product-trust>span{border:1px solid var(--tsqm-line);border-radius:12px;padding:10px;display:flex;align-items:center;gap:7px;background:#fff}
.tsqm-product-trust svg{width:20px;height:20px;color:var(--tsqm-red);flex:0 0 auto}
.tsqm-product-trust b,.tsqm-product-trust small{display:block}
.tsqm-product-trust b{font-size:8px}
.tsqm-product-trust small{font-size:6px;color:#777;margin-top:2px;font-weight:400}

.tsqm-product-sticky{position:fixed;z-index:920;right:0;left:0;bottom:68px;background:#fff;border-top:1px solid var(--tsqm-line);padding:8px 10px;display:grid;grid-template-columns:1fr 110px;gap:8px;align-items:center;box-shadow:0 -8px 25px rgba(17,17,20,.07)}
.tsqm-product-sticky-copy{min-width:0}
.tsqm-product-sticky-copy strong,.tsqm-product-sticky-copy span{display:block}
.tsqm-product-sticky-copy strong{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tsqm-product-sticky-copy span{font-size:10px;color:var(--tsqm-red);font-weight:950;margin-top:2px}
.tsqm-product-sticky-buy{height:40px;border:0;border-radius:10px;background:var(--tsqm-red);color:#fff;font-size:9px;font-weight:950}

/* Recently viewed */
.tsqm-recent-section .tsqm-smart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tsqm-recent-section[hidden]{display:none!important}

/* Improve mobile product page spacing */
body.single-product{padding-bottom:62px}

/* Desktop pro */
@media(min-width:900px){
  .tsqm-product-trust{grid-template-columns:repeat(3,1fr)}
  .tsqm-product-sticky{display:none}
  body.single-product{padding-bottom:0}
  .tsqm-recent-section .tsqm-smart-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
}


/* =========================================================
   Tasawwq Marketplace 8.4 — FULL CATEGORY TREE
   Parent → Child → Grandchild
   ========================================================= */

/* Desktop mega hierarchy */
.tsqm-mega-shell{padding-top:4px;padding-bottom:4px}
.tsqm-mega-tree{display:grid;grid-template-columns:1fr;gap:9px}
.tsqm-mega-parent{border:1px solid var(--tsqm-line);border-radius:15px;padding:9px;background:#fff;min-width:0}
.tsqm-mega-parent-title{display:grid;grid-template-columns:48px 1fr;gap:8px;align-items:center;padding-bottom:8px;border-bottom:1px solid #f0f0f2}
.tsqm-mega-parent-img{width:48px;height:48px;border-radius:11px;background:#f2f2f3 center/cover no-repeat}
.tsqm-mega-parent-title strong,.tsqm-mega-parent-title small{display:block}
.tsqm-mega-parent-title strong{font-size:10px;color:#111}.tsqm-mega-parent-title small{font-size:7px;color:#888;margin-top:2px}
.tsqm-mega-children{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding-top:9px}
.tsqm-mega-child-group{min-width:0}
.tsqm-mega-child-title{display:block;font-size:8px;font-weight:950;color:#222;margin-bottom:5px}
.tsqm-mega-grandchildren{display:flex;flex-direction:column;gap:4px}
.tsqm-mega-grandchildren a{font-size:7px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tsqm-mega-grandchildren a:hover{color:var(--tsqm-red)}

/* Mobile tree accordion */
.tsqm-mobile-tree h3{margin-bottom:8px}
.tsqm-mobile-parent{border:1px solid var(--tsqm-line);border-radius:13px;margin-bottom:7px;background:#fff;overflow:hidden}
.tsqm-mobile-parent-row{display:grid;grid-template-columns:1fr 42px;align-items:center}
.tsqm-mobile-parent-row>a{padding:12px!important;border:0!important}
.tsqm-mobile-parent-row strong,.tsqm-mobile-parent-row small{display:block}
.tsqm-mobile-parent-row strong{font-size:11px}.tsqm-mobile-parent-row small{font-size:7px;color:#888;margin-top:2px}
.tsqm-mobile-tree-toggle{width:42px;height:42px;border:0;background:#fafafa;font-size:18px}
.tsqm-mobile-tree-toggle[aria-expanded="true"]{transform:rotate(180deg)}
.tsqm-mobile-children{padding:3px 10px 10px;background:#fafafa;border-top:1px solid var(--tsqm-line)}
.tsqm-mobile-child{padding:8px 0;border-bottom:1px solid #ededee}.tsqm-mobile-child:last-child{border-bottom:0}
.tsqm-mobile-child>a{display:flex!important;align-items:center;justify-content:space-between;padding:3px!important;border:0!important}
.tsqm-mobile-child>a strong{font-size:9px}.tsqm-mobile-child>a small{font-size:7px;color:#999}
.tsqm-mobile-grandchildren{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}
.tsqm-mobile-grandchildren a{padding:5px 7px!important;border:1px solid #e2e2e4!important;border-radius:999px!important;background:#fff;font-size:7px!important;color:#666}

/* Home hierarchy */
.tsqm-category-tree-section{padding:10px 0 25px}
.tsqm-tree-section-head>div span{font-size:8px;color:var(--tsqm-red);font-weight:950}
.tsqm-tree-section-head>div h2{font-size:23px;margin:3px 0 0}
.tsqm-home-category-tree{display:grid;grid-template-columns:1fr;gap:10px}
.tsqm-home-parent{border:1px solid var(--tsqm-line);border-radius:18px;background:#fff;overflow:hidden}
.tsqm-home-parent-hero{position:relative;min-height:145px;display:block;background:#f6f6f7;overflow:hidden}
.tsqm-home-parent-photo{position:absolute;inset:0;background:#f0f0f1 center/cover no-repeat}
.tsqm-home-parent-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.05))}
.tsqm-home-parent-copy{position:absolute;z-index:2;right:14px;bottom:13px;color:#fff}
.tsqm-home-parent-copy small,.tsqm-home-parent-copy strong,.tsqm-home-parent-copy b{display:block}
.tsqm-home-parent-copy small{font-size:7px;color:#ddd}.tsqm-home-parent-copy strong{font-size:22px;margin:2px 0}.tsqm-home-parent-copy b{font-size:7px}
.tsqm-home-child-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}
.tsqm-home-child{min-width:0;padding:9px;border-top:1px solid var(--tsqm-line)}
.tsqm-home-child:nth-child(odd){border-left:1px solid var(--tsqm-line)}
.tsqm-home-child-head{display:grid;grid-template-columns:38px 1fr auto;gap:7px;align-items:center}
.tsqm-home-child-head>span{width:38px;height:38px;border-radius:9px;background:#f2f2f3 center/cover no-repeat}
.tsqm-home-child-head strong{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tsqm-home-child-head small{font-size:6px;color:#999}
.tsqm-home-grand-list{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px}
.tsqm-home-grand-list a{border-radius:999px;background:#f7f7f8;padding:4px 6px;font-size:6.5px;color:#666}
.tsqm-home-parent-shop{display:block;margin:10px;border-radius:9px;background:var(--tsqm-red);color:#fff;padding:9px;text-align:center;font-size:8px;font-weight:900}

/* Category archive hierarchy */
.tsqm-category-breadcrumbs{display:flex;align-items:center;gap:6px;padding:17px 0 10px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}
.tsqm-category-breadcrumbs::-webkit-scrollbar{display:none}
.tsqm-category-breadcrumbs a,.tsqm-category-breadcrumbs strong,.tsqm-category-breadcrumbs span{font-size:7px}
.tsqm-category-breadcrumbs a{color:#777}.tsqm-category-breadcrumbs strong{color:var(--tsqm-red)}
.tsqm-category-children-block,.tsqm-category-siblings{padding:19px 0 5px}
.tsqm-category-block-head span{font-size:7px;color:var(--tsqm-red);font-weight:900}
.tsqm-category-block-head h2{font-size:22px;margin:3px 0 12px}
.tsqm-category-children-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.tsqm-category-child-card{border:1px solid var(--tsqm-line);border-radius:14px;background:#fff;overflow:hidden;min-width:0}
.tsqm-category-child-cover{display:block}
.tsqm-category-child-cover>span{display:block;height:105px;background:#f1f1f2 center/cover no-repeat}
.tsqm-category-child-cover>div{padding:8px}
.tsqm-category-child-cover strong,.tsqm-category-child-cover small{display:block}
.tsqm-category-child-cover strong{font-size:9px}.tsqm-category-child-cover small{font-size:6px;color:#888;margin-top:2px}
.tsqm-category-grand-links{border-top:1px solid var(--tsqm-line);padding:7px;display:flex;flex-wrap:wrap;gap:4px}
.tsqm-category-grand-links a{font-size:6.5px;padding:4px 6px;border-radius:999px;background:#f7f7f8;color:#666}

/* Generic hierarchy card helper */
.tsqm-tree-card{display:grid;grid-template-columns:70px 1fr;gap:10px;align-items:center;border:1px solid var(--tsqm-line);border-radius:13px;padding:7px;background:#fff}
.tsqm-tree-card-img{height:62px;border-radius:9px;background:#f2f2f3 center/cover no-repeat}
.tsqm-tree-card-copy strong,.tsqm-tree-card-copy small{display:block}
.tsqm-tree-card-copy strong{font-size:9px}.tsqm-tree-card-copy small{font-size:7px;color:#888;margin-top:3px}

@media(min-width:720px){
  .tsqm-home-category-tree{grid-template-columns:1fr 1fr}
  .tsqm-category-children-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .tsqm-category-child-cover>span{height:135px}
}

@media(min-width:900px){
  .tsqm-mega{max-height:72vh;overflow-y:auto}
  .tsqm-mega-tree{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .tsqm-mega-parent{padding:10px}
  .tsqm-mega-children{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tsqm-mega-child-title{font-size:9px}
  .tsqm-mega-grandchildren a{font-size:7.5px}

  .tsqm-home-category-tree{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .tsqm-home-parent{display:grid;grid-template-columns:185px 1fr}
  .tsqm-home-parent-hero{min-height:245px}
  .tsqm-home-child-grid{align-content:start}
  .tsqm-home-child{padding:10px}
  .tsqm-home-child-head>span{width:42px;height:42px}
  .tsqm-home-child-head{grid-template-columns:42px 1fr auto}
  .tsqm-home-child-head strong{font-size:8.5px}
  .tsqm-home-grand-list a{font-size:7px}

  .tsqm-category-children-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
  .tsqm-category-child-cover>span{height:155px}
  .tsqm-category-child-cover strong{font-size:10px}
  .tsqm-category-grand-links a{font-size:7px}
}


/* =========================================================
   Tasawwq Marketplace 8.5 — EXACT APPROVED MARKETPLACE LAYOUT
   ========================================================= */

:root{
  --tsq-navy:#080d21;
  --tsq-red:#ee161f;
  --tsq-red-dark:#c90712;
  --tsq-line:#e9eaed;
  --tsq-soft:#f8f8f9;
  --tsq-text:#18191c;
}
html,body{max-width:100%;overflow-x:hidden}
body{background:#fff;color:var(--tsq-text)}
.tsqm-shell{width:min(calc(100% - 24px),1450px)}
.tsqm-exact-home{background:#fff}

/* top navy */
.tsqm-top-navy{height:38px;background:var(--tsq-navy);color:#fff;overflow:hidden}
.tsqm-top-navy-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:9px}
.tsqm-top-offer{background:linear-gradient(100deg,#fa281f,#e80d17);height:100%;display:flex;align-items:center;padding:0 17px;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}
.tsqm-top-links{display:flex;align-items:center;gap:20px}.tsqm-top-links a{color:#fff;font-weight:800}

/* header */
.tsqm-exact-header{background:#fff;border-bottom:1px solid var(--tsq-line)}
.tsqm-exact-header-main{min-height:92px;display:grid;grid-template-columns:160px minmax(0,1fr) auto;gap:22px;align-items:center}
.tsqm-exact-logo img,.tsqm-exact-logo .custom-logo{width:170px;max-height:72px;object-fit:contain}
.tsqm-exact-search{margin:0;grid-column:auto}
.tsqm-exact-search .tsqm-search-field{height:50px;display:grid;grid-template-columns:105px minmax(0,1fr) 56px;border:1px solid #dedfe2;border-radius:7px;overflow:hidden;background:#fff}
.tsqm-exact-search select{border:0;border-left:1px solid #ececef;background:#fff;padding:0 8px;font-size:8px;outline:none}
.tsqm-exact-search input{border:0;padding:0 14px;font-size:9px;outline:none;min-width:0}
.tsqm-exact-search button{border:0;background:var(--tsq-red);color:#fff;display:grid;place-items:center}
.tsqm-exact-search button svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.8}
.tsqm-exact-actions{display:flex;align-items:center;gap:8px;direction:ltr}
.tsqm-exact-actions .tsqm-header-action{width:auto;min-width:70px;height:55px;display:grid;grid-template-columns:28px 1fr;gap:6px;align-items:center;padding:0 4px;position:relative;color:#18191c}
.tsqm-exact-actions .tsqm-header-action svg{width:25px;height:25px}
.tsqm-exact-actions .tsqm-header-action>span{display:block;font-size:8px;font-weight:800;line-height:1.25}
.tsqm-exact-actions .tsqm-header-action small{display:block;font-size:6px;color:#777;font-weight:400;margin-top:2px}
.tsqm-exact-actions .tsqm-cart-count{position:absolute;top:-1px;left:4px;right:auto;min-width:16px;height:16px;font-size:7px}
.tsqm-exact-mobile-menu{display:none}

/* nav */
.tsqm-exact-nav{display:block;background:#fff;border-top:1px solid #f1f1f2}
.tsqm-exact-nav-row{min-height:54px;display:grid;grid-template-columns:165px minmax(0,1fr) 145px;gap:18px;align-items:center}
.tsqm-exact-cats-toggle{background:var(--tsq-navy)!important;color:#fff!important;border-radius:6px!important;justify-content:center;gap:8px}
.tsqm-exact-nav-links{display:flex;align-items:center;justify-content:center;gap:25px;white-space:nowrap;overflow:hidden}
.tsqm-exact-nav-links a{font-size:9px;font-weight:900;color:#222;position:relative}
.tsqm-exact-nav-links a.is-current{color:var(--tsq-red)}
.tsqm-exact-nav-links a.is-current:after{content:"";position:absolute;right:0;left:0;bottom:-17px;height:2px;background:var(--tsq-red)}
.tsqm-exact-departments{height:38px;border-radius:6px;background:var(--tsq-red);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:9px;font-weight:950}

/* desktop first area */
.tsqm-exact-first{padding:10px 0 0}
.tsqm-exact-first-grid{display:grid;grid-template-columns:210px minmax(0,1fr) 170px;gap:12px;align-items:stretch}
.tsqm-exact-category-sidebar,.tsqm-exact-quick-sidebar{border:1px solid var(--tsq-line);border-radius:8px;background:#fff;min-width:0}
.tsqm-exact-side-title{height:47px;background:var(--tsq-navy);color:#fff;border-radius:7px 7px 0 0;display:flex;align-items:center;gap:10px;padding:0 15px}
.tsqm-exact-side-title svg{width:18px;height:18px}.tsqm-exact-side-title strong{font-size:10px}
.tsqm-exact-category-list{position:relative;padding:5px 0}
.tsqm-home-cat-parent{position:relative}
.tsqm-home-cat-parent>a{min-height:32px;padding:0 10px;display:grid;grid-template-columns:20px 1fr 12px;gap:6px;align-items:center;font-size:8px;color:#26272b}
.tsqm-home-cat-parent>a:hover{color:var(--tsq-red);background:#fff5f5}
.tsqm-cat-mini-icon svg{width:15px;height:15px;stroke-width:1.6}
.tsqm-home-cat-parent>a i{font-style:normal;color:#aaa;font-size:13px}
.tsqm-home-cat-flyout{position:absolute;z-index:70;right:100%;top:-6px;width:440px;min-height:160px;border:1px solid var(--tsq-line);background:#fff;border-radius:9px;padding:15px;box-shadow:0 20px 45px rgba(0,0,0,.12);display:none}
.tsqm-home-cat-parent:hover .tsqm-home-cat-flyout{display:block}
.tsqm-home-cat-all{display:block;color:var(--tsq-red);font-weight:950;font-size:10px;margin-bottom:10px}
.tsqm-home-cat-child-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.tsqm-home-cat-child{display:block;font-size:9px;font-weight:950;margin-bottom:6px;color:#222}
.tsqm-home-cat-grand{display:block;font-size:7px;color:#777;margin:4px 0}
.tsqm-home-cat-more{height:36px;border-top:1px solid var(--tsq-line);display:flex;align-items:center;justify-content:center;gap:8px;font-size:8px;color:#333}

/* hero */
.tsqm-exact-hero{position:relative;min-height:430px;border-radius:8px;overflow:hidden;border:1px solid #e7ebef;background:
radial-gradient(circle at 15% 75%,rgba(230,239,247,.9),transparent 35%),
linear-gradient(105deg,#f7fcff,#fff 55%,#f4f2ef);display:grid;grid-template-columns:1fr 1.15fr;align-items:center;padding:35px 38px}
.tsqm-exact-hero-copy{position:relative;z-index:5}
.tsqm-exact-hero-copy>span{font-size:20px;font-weight:950;color:#1e2024}
.tsqm-exact-hero-copy h1{font-size:43px;line-height:1.05;margin:5px 0}.tsqm-exact-hero-copy h1 em{font-style:normal;color:var(--tsq-red)}
.tsqm-exact-hero-copy>p{font-size:17px;font-weight:900;margin:7px 0 18px}
.tsqm-exact-hero-trust{display:flex;align-items:center;gap:4px;padding:8px;border:1px solid #d9dde2;background:#ffffffd9;border-radius:8px;width:max-content;max-width:100%}
.tsqm-exact-hero-trust span{font-size:7px;border-left:1px solid #ddd;padding:0 8px}.tsqm-exact-hero-trust span:last-child{border-left:0}
.tsqm-exact-shop-now{display:inline-flex;margin-top:16px;min-width:150px;height:42px;border-radius:6px;background:var(--tsq-red);color:#fff;align-items:center;justify-content:center;font-size:10px;font-weight:950}
.tsqm-exact-hero-art{position:relative;min-height:330px}
.tsqm-exact-float-product{position:absolute;display:grid;place-items:center}
.tsqm-exact-float-product img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(0,0,0,.15))}
.exact-f1{right:32%;bottom:3%;width:185px;height:250px;z-index:4}
.exact-f2{right:3%;bottom:9%;width:180px;height:215px;z-index:3}
.exact-f3{left:3%;bottom:8%;width:150px;height:175px;z-index:2}
.exact-f4{right:4%;top:1%;width:130px;height:160px}
.exact-f5{left:32%;bottom:1%;width:120px;height:100px;z-index:5}
.tsqm-exact-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:32px;height:32px;border:1px solid #e2e3e5;background:#fff;border-radius:50%;font-size:22px;color:var(--tsq-red);box-shadow:0 5px 15px #1111}
.tsqm-exact-hero-arrow.tsqm-prev{right:10px}.tsqm-exact-hero-arrow.tsqm-next{left:10px}
.tsqm-exact-hero-dots{position:absolute;right:50%;transform:translateX(50%);bottom:14px;display:flex;gap:5px}
.tsqm-exact-hero-dots i{width:20px;height:4px;border-radius:999px;background:#fff;border:1px solid #e2e2e3}.tsqm-exact-hero-dots i.active{background:var(--tsq-red);border-color:var(--tsq-red)}

/* left quick sidebar */
.tsqm-exact-quick-sidebar{padding:6px}
.tsqm-exact-quick-sidebar>a{min-height:56px;border-bottom:1px solid var(--tsq-line);display:grid;grid-template-columns:30px 1fr;align-items:center;gap:7px;padding:0 8px}
.tsqm-exact-quick-sidebar>a:last-child{border-bottom:0}
.tsqm-exact-quick-sidebar span{width:29px;height:29px;border-radius:50%;border:1px solid #ddd;display:grid;place-items:center;font-size:13px}
.tsqm-exact-quick-sidebar strong{font-size:8px}

/* benefits */
.tsqm-exact-benefits{padding:10px 0}
.tsqm-exact-benefits-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.tsqm-exact-benefits-grid>div{height:72px;border:1px solid var(--tsq-line);border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;gap:9px}
.tsqm-exact-benefits-grid>div>span{font-size:23px}.tsqm-exact-benefits-grid b,.tsqm-exact-benefits-grid small{display:block}
.tsqm-exact-benefits-grid b{font-size:8px}.tsqm-exact-benefits-grid small{font-size:6px;color:#777;margin-top:3px;font-weight:400}

/* promos */
.tsqm-exact-promo-row{padding:4px 0 14px}
.tsqm-exact-promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.exact-promo{min-height:115px;border-radius:8px;display:grid;grid-template-columns:1fr 105px;align-items:center;padding:17px 19px;overflow:hidden}
.exact-promo>div strong,.exact-promo>div span{display:block}
.exact-promo strong{font-size:18px}.exact-promo span{font-size:10px;margin:2px 0 9px}.exact-promo b{display:inline-block;border-radius:5px;padding:6px 9px;font-size:7px;color:#fff;background:var(--tsq-red)}
.exact-promo>i{font-style:normal;font-size:47px;text-align:center;font-weight:950}
.exact-promo-blue{background:#dff2ff}.exact-promo-yellow{background:#ffe36e}.exact-promo-lightblue{background:#dfeef7}.exact-promo-red{background:linear-gradient(120deg,#ef4850,#ee161f);color:#fff}
.exact-promo-yellow b{background:#3e9c4a}.exact-promo-lightblue b{background:#17658f}.exact-promo-red b{background:#fff;color:var(--tsq-red)}

/* commerce row */
.tsqm-exact-commerce{padding-bottom:15px}
.tsqm-exact-commerce-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:12px}
.tsqm-exact-deals,.tsqm-exact-best{border:1px solid var(--tsq-line);border-radius:8px;background:#fff}
.tsqm-exact-section-head{min-height:67px;border-bottom:1px solid var(--tsq-line);display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:9px 13px}
.tsqm-exact-section-head h2{font-size:14px;margin:0}.tsqm-exact-section-head>a{font-size:8px;font-weight:900;color:#222}
.tsqm-exact-countdown{display:flex;justify-content:flex-start;gap:5px}
.tsqm-exact-countdown>div{width:42px;height:46px;border:1px solid #ff7379;border-radius:6px;color:var(--tsq-red);display:flex;flex-direction:column;align-items:center;justify-content:center}
.tsqm-exact-countdown b{font-size:14px}.tsqm-exact-countdown span{font-size:6px;color:#777}
.tsqm-exact-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
.tsqm-exact-card{padding:9px;border-left:1px solid var(--tsq-line);min-width:0;position:relative}
.tsqm-exact-card:last-child{border-left:0}
.tsqm-exact-card-image{height:175px;display:grid;place-items:center;position:relative}
.tsqm-exact-card-image img{width:100%;height:100%;object-fit:contain}
.tsqm-exact-discount{position:absolute;top:1px;right:1px;background:var(--tsq-red);color:#fff;border-radius:5px;padding:5px 7px;font-size:7px;font-weight:950}
.tsqm-exact-card-body>small{font-size:7px;font-weight:900}.tsqm-exact-card-title{display:block;min-height:36px;font-size:8px;line-height:1.6;font-weight:800;margin:3px 0}
.tsqm-exact-stars{font-size:7px;color:#ff9b00}.tsqm-exact-stars span{color:#999}
.tsqm-exact-price{color:var(--tsq-red);font-size:13px;font-weight:950;min-height:28px}.tsqm-exact-price del{color:#aaa;font-size:7px;font-weight:400}
.tsqm-exact-card-actions{display:grid;grid-template-columns:30px 1fr;gap:5px}.tsqm-heart{border:0;background:#fff;color:var(--tsq-red);font-size:20px}.tsqm-exact-add{height:32px;border:1px solid var(--tsq-red);border-radius:6px;color:var(--tsq-red);display:grid;place-items:center;font-size:7px;font-weight:950}

/* best sellers sidebar */
.tsqm-exact-best{padding:10px}
.tsqm-exact-best-head{height:42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--tsq-line)}
.tsqm-exact-best-head h2{font-size:12px;margin:0}.tsqm-exact-best-head a{font-size:7px;color:#333}
.tsqm-exact-best-item{display:grid;grid-template-columns:22px 55px 1fr;gap:7px;align-items:center;padding:9px 0;border-bottom:1px solid var(--tsq-line)}
.tsqm-exact-best-item:last-child{border-bottom:0}
.tsqm-exact-best-item .rank{width:20px;height:20px;border-radius:50%;background:#777;color:#fff;font-size:7px;display:grid;place-items:center}.tsqm-exact-best-item:first-of-type .rank{background:var(--tsq-red)}
.tsqm-exact-best-item img{width:55px;height:55px;object-fit:contain}
.tsqm-exact-best-item strong,.tsqm-exact-best-item small,.tsqm-exact-best-item b{display:block}
.tsqm-exact-best-item strong{font-size:7px;line-height:1.4}.tsqm-exact-best-item small{font-size:6px;color:#ff9b00;margin:3px 0}.tsqm-exact-best-item b{font-size:8px;color:var(--tsq-red)}

/* brands */
.tsqm-exact-brands{padding-bottom:15px}
.tsqm-exact-brand-head{height:38px;display:flex;align-items:center;justify-content:space-between}.tsqm-exact-brand-head h2{font-size:12px;margin:0}.tsqm-exact-brand-head a{font-size:7px}
.tsqm-exact-brand-row{border:1px solid var(--tsq-line);border-radius:8px;display:grid;grid-template-columns:repeat(10,1fr);overflow:hidden}
.tsqm-exact-brand-row>span{min-height:60px;display:grid;place-items:center;border-left:1px solid var(--tsq-line);font-size:11px;font-weight:950}.tsqm-exact-brand-row>span:last-child{border-left:0}

/* bottom trust */
.tsqm-exact-bottom-trust{background:#fff1f2;border-top:1px solid #f8dfe1;padding:11px 0}
.tsqm-exact-bottom-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.tsqm-exact-bottom-trust-grid>div{min-height:55px;display:flex;align-items:center;justify-content:center;gap:8px}
.tsqm-exact-bottom-trust-grid>div>span{font-size:21px}.tsqm-exact-bottom-trust-grid b,.tsqm-exact-bottom-trust-grid small{display:block}.tsqm-exact-bottom-trust-grid b{font-size:8px}.tsqm-exact-bottom-trust-grid small{font-size:6px;color:#666;font-weight:400;margin-top:2px}

/* footer */
.tsqm-exact-footer{border-top:1px solid var(--tsq-line);background:#fff;padding:20px 0 28px}
.tsqm-exact-footer-inner{display:grid;grid-template-columns:170px 1fr auto;gap:20px;align-items:center}
.tsqm-exact-footer-inner img{width:130px}.tsqm-exact-footer-inner>div{display:flex;gap:18px}.tsqm-exact-footer-inner a,.tsqm-exact-footer-inner small{font-size:7px;color:#666}
.tsqm-exact-wa{width:48px!important;height:48px!important;bottom:15px!important;left:15px!important;background:#1abd5a!important}.tsqm-exact-wa svg{width:25px!important;height:25px!important}

/* mobile */
@media(max-width:899px){
  .tsqm-top-navy{height:29px}.tsqm-top-navy-inner{height:29px;font-size:7px}.tsqm-top-links{display:none}.tsqm-top-offer{margin-inline-start:auto;padding:0 10px}
  .tsqm-exact-header-main{min-height:76px;grid-template-columns:42px 1fr auto;gap:7px;padding:7px 0}
  .tsqm-exact-mobile-menu{display:grid;grid-column:1;width:42px;height:42px}
  .tsqm-exact-logo{grid-column:3;grid-row:1;justify-self:end}.tsqm-exact-logo img,.tsqm-exact-logo .custom-logo{width:125px;max-height:52px}
  .tsqm-exact-actions{grid-column:2;grid-row:1;justify-self:start}.tsqm-exact-actions .tsqm-header-action{min-width:38px;width:38px;display:grid;place-items:center}.tsqm-exact-actions .tsqm-header-action>span{display:none}.tsqm-exact-actions .tsqm-header-action:nth-child(2){display:none}
  .tsqm-exact-search{grid-column:1/-1;grid-row:2}.tsqm-exact-search .tsqm-search-field{height:46px;grid-template-columns:1fr 50px}.tsqm-exact-search select{display:none}
  .tsqm-exact-nav{display:none}
  .tsqm-exact-first{padding-top:8px}.tsqm-exact-first-grid{display:block}
  .tsqm-exact-category-sidebar,.tsqm-exact-quick-sidebar{display:none}
  .tsqm-exact-hero{min-height:480px;display:block;padding:24px 16px;background:linear-gradient(160deg,#eef8ff,#fff 58%,#f5f2ef)}
  .tsqm-exact-hero-copy{text-align:center}.tsqm-exact-hero-copy>span{font-size:17px}.tsqm-exact-hero-copy h1{font-size:37px}.tsqm-exact-hero-copy>p{font-size:12px}
  .tsqm-exact-hero-trust{margin:auto;display:grid;grid-template-columns:1fr 1fr;width:min(100%,290px)}.tsqm-exact-hero-trust span{border:0;font-size:7px}
  .tsqm-exact-shop-now{height:39px;min-width:140px}
  .tsqm-exact-hero-art{min-height:220px;margin-top:8px}.exact-f1{right:34%;width:130px;height:165px}.exact-f2{right:2%;width:115px;height:140px}.exact-f3{left:1%;width:100px;height:120px}.exact-f4{right:4%;width:80px;height:95px}.exact-f5{left:31%;width:80px;height:70px}
  .tsqm-exact-benefits-grid{display:flex;overflow-x:auto;scrollbar-width:none;gap:7px}.tsqm-exact-benefits-grid>div{flex:0 0 160px;height:62px}.tsqm-exact-benefits-grid::-webkit-scrollbar{display:none}
  .tsqm-exact-promo-grid{grid-template-columns:1fr 1fr;gap:7px}.exact-promo{min-height:95px;grid-template-columns:1fr 58px;padding:11px}.exact-promo strong{font-size:12px}.exact-promo span{font-size:7px}.exact-promo>i{font-size:26px}.exact-promo b{font-size:6px;padding:4px 6px}
  .tsqm-exact-commerce-grid{display:block}.tsqm-exact-best{display:none}
  .tsqm-exact-section-head{grid-template-columns:auto 1fr;gap:7px}.tsqm-exact-section-head h2{grid-column:2;grid-row:1;font-size:13px}.tsqm-exact-section-head>a{grid-column:1;grid-row:1}.tsqm-exact-countdown{grid-column:1/-1;grid-row:2;justify-content:center}.tsqm-exact-countdown>div{width:38px;height:42px}
  .tsqm-exact-product-grid{display:flex;overflow-x:auto;scrollbar-width:none}.tsqm-exact-product-grid::-webkit-scrollbar{display:none}.tsqm-exact-card{flex:0 0 175px;border-left:1px solid var(--tsq-line)}.tsqm-exact-card-image{height:145px}
  .tsqm-exact-brand-row{display:flex;overflow-x:auto;scrollbar-width:none}.tsqm-exact-brand-row::-webkit-scrollbar{display:none}.tsqm-exact-brand-row>span{flex:0 0 110px}
  .tsqm-exact-bottom-trust-grid{display:flex;overflow-x:auto;scrollbar-width:none}.tsqm-exact-bottom-trust-grid>div{flex:0 0 175px}.tsqm-exact-bottom-trust-grid::-webkit-scrollbar{display:none}
  .tsqm-exact-footer{padding-bottom:90px}.tsqm-exact-footer-inner{display:block;text-align:center}.tsqm-exact-footer-inner img{margin:0 auto 12px}.tsqm-exact-footer-inner>div{justify-content:center;flex-wrap:wrap}.tsqm-exact-footer-inner small{display:block;margin-top:12px}
}


/* 8.5.1 deals/fallback fixes */
.tsqm-exact-product-grid.is-empty{
  display:block;
}
.tsqm-exact-empty-products{
  min-height:180px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:6px;
  padding:25px;
  background:#fafafa;
}
.tsqm-exact-empty-products strong{font-size:12px}
.tsqm-exact-empty-products span{font-size:8px;color:#777}
.tsqm-exact-empty-products a{
  margin-top:5px;
  background:var(--tsq-red);
  color:#fff;
  border-radius:6px;
  padding:7px 14px;
  font-size:8px;
  font-weight:900;
}
.exact-promo-yellow>i{
  font-size:34px;
}


/* =========================================================
   Tasawwq Marketplace 8.6 — STORE PRO
   ========================================================= */

/* Sticky marketplace header */
@media(min-width:900px){
  .tsqm-exact-header{
    position:sticky;
    top:0;
    z-index:850;
    box-shadow:0 5px 20px rgba(7,12,31,.055);
  }
  body.admin-bar .tsqm-exact-header{top:32px}
}

/* Search Pro */
.tsqm-live-search{
  border-radius:0 0 12px 12px;
  box-shadow:0 18px 40px rgba(0,0,0,.14);
  border:1px solid #e2e3e5;
  border-top:0;
  background:#fff;
  max-height:520px;
  overflow:auto;
}
.tsqm-search-row{grid-template-columns:58px minmax(0,1fr) auto!important;min-height:70px}
.tsqm-search-row img{width:52px!important;height:52px!important;object-fit:contain!important}
.tsqm-search-row strong{font-size:9px!important}
.tsqm-search-row small{font-size:6.5px!important}
.tsqm-search-row .tsqm-search-meta{display:block;margin-top:3px;color:#8a8a8f}

/* New shelves */
.tsqm-pro-shelf{padding:9px 0 24px;background:#fff}
.tsqm-pro-shelf-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:10px}
.tsqm-pro-shelf-head>div>span{font-size:7px;color:var(--tsq-red);font-weight:950}
.tsqm-pro-shelf-head h2{font-size:21px;margin:3px 0 2px}
.tsqm-pro-shelf-head p{font-size:7px;color:#777;margin:0}
.tsqm-pro-shelf-head>a{font-size:8px;color:var(--tsq-red);font-weight:950;white-space:nowrap}

.tsqm-fawry-shelf .tsqm-pro-shelf-head{border-right:3px solid var(--tsq-red);padding-right:10px}
.tsqm-new-shelf{background:#fbfbfc;padding-top:20px;padding-bottom:26px}
.tsqm-new-shelf .tsqm-pro-shelf-head{border-right:3px solid #121a31;padding-right:10px}

.tsqm-pro-card-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.tsqm-pro-card{border:1px solid #e8e9ec;border-radius:10px;background:#fff;min-width:0;overflow:hidden;position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.tsqm-pro-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.08);border-color:#ddd}
.tsqm-pro-card-top{position:absolute;z-index:5;inset:8px 8px auto 8px;display:flex;align-items:flex-start;justify-content:space-between;pointer-events:none}
.tsqm-pro-card-discount{background:var(--tsq-red);color:#fff;border-radius:5px;padding:4px 6px;font-size:6.5px;font-weight:950}
.tsqm-pro-card-labels{display:flex;gap:3px;flex-wrap:wrap}
.tsqm-pro-card-labels span{border-radius:999px;padding:4px 6px;font-size:6px;font-weight:950}
.tsqm-pro-card-labels .is-fawry{background:#eaf8ee;color:#198540}
.tsqm-pro-card-labels .is-new{background:#141b31;color:#fff}
.tsqm-pro-card-wish{pointer-events:auto;position:absolute;left:0;top:0;width:27px;height:27px;border:1px solid #e4e4e6;background:#fff;border-radius:50%;font-size:16px;color:#d3151e}
.tsqm-pro-card-wish.is-active{background:#fff0f1;color:var(--tsq-red)}
.tsqm-pro-card-image{display:grid;place-items:center;height:190px;padding:16px 10px 5px;background:linear-gradient(#fff,#fcfcfd)}
.tsqm-pro-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .22s ease}
.tsqm-pro-card:hover .tsqm-pro-card-image img{transform:scale(1.035)}
.tsqm-pro-card-body{padding:9px}
.tsqm-pro-card-category{display:block;font-size:6px;color:#999;margin-bottom:3px}
.tsqm-pro-card-title{display:block;font-size:8px;line-height:1.55;min-height:38px;font-weight:850;color:#202126}
.tsqm-pro-card-sku{display:block;font-size:6px;color:#aaa;margin:3px 0}
.tsqm-pro-card-variants{display:block;font-size:6px;color:#555;background:#f6f6f7;border-radius:5px;padding:4px 5px;margin:4px 0}
.tsqm-pro-card-price{font-size:12px;color:var(--tsq-red);font-weight:950;min-height:27px;margin:5px 0}
.tsqm-pro-card-price del{font-size:7px;color:#aaa;font-weight:400}
.tsqm-pro-card-actions{display:grid;grid-template-columns:1fr 31px;gap:5px}
.tsqm-pro-card-add{height:32px;border-radius:6px;background:var(--tsq-red);color:#fff;display:grid;place-items:center;font-size:7px;font-weight:950}
.tsqm-pro-card-actions .tsqm-quick-btn{height:32px;border:1px solid #ddd;background:#fff;border-radius:6px;font-size:13px}

/* Product page Pro */
body.single-product .product .summary{position:relative}
.tsqm-product-pro-panel{border:1px solid #e8e9eb;border-radius:13px;background:#fff;padding:11px;margin:11px 0}
.tsqm-product-pro-status{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:8px;border-bottom:1px solid #eeeeef;font-size:7px}
.tsqm-product-pro-status .is-stock{color:#168540;font-weight:950}.tsqm-product-pro-status .is-out{color:#b41822;font-weight:950}
.tsqm-product-pro-lines{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:9px 0}
.tsqm-product-pro-lines>div{border:1px solid #eee;border-radius:8px;padding:7px;background:#fafafa}
.tsqm-product-pro-lines b,.tsqm-product-pro-lines span{display:block}.tsqm-product-pro-lines b{font-size:7px}.tsqm-product-pro-lines span{font-size:6px;color:#777;margin-top:2px}
.tsqm-product-whatsapp{height:39px;border-radius:8px;background:#20b75a;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:8px;font-weight:950}
.tsqm-product-whatsapp svg{width:18px;height:18px}
@media(min-width:1000px){
  body.single-product .product .summary{position:sticky;top:155px;align-self:flex-start}
}

/* Full footer */
.tsqm-pro-footer{background:#111522;color:#fff;padding:30px 0 24px;margin-top:0}
.tsqm-footer-newsletter{min-height:75px;border-radius:12px;background:linear-gradient(100deg,#eb1721,#bf0912);display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 20px;margin-bottom:27px}
.tsqm-footer-newsletter strong,.tsqm-footer-newsletter span{display:block}.tsqm-footer-newsletter strong{font-size:13px}.tsqm-footer-newsletter span{font-size:7px;color:#ffdadd;margin-top:4px}
.tsqm-footer-newsletter>a{min-height:38px;background:#fff;color:#171820;border-radius:8px;padding:0 12px;display:flex;align-items:center;gap:7px;font-size:8px;font-weight:950}
.tsqm-footer-newsletter svg{width:18px;height:18px;color:#1daf57}
.tsqm-pro-footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:33px;padding-bottom:25px}
.tsqm-footer-brand img{width:145px;filter:brightness(0) invert(1)}
.tsqm-footer-brand p{font-size:7px;color:#bfc1c8;line-height:1.9;max-width:270px}
.tsqm-pro-footer h4{font-size:10px;margin:0 0 11px;color:#fff}
.tsqm-pro-footer-grid>div>a,.tsqm-pro-footer-grid>div>span{display:block;color:#c0c2c8;font-size:7px;margin:8px 0}
.tsqm-pro-footer-grid>div>a:hover{color:#fff}
.tsqm-footer-social{display:flex;gap:6px}.tsqm-footer-social a{width:29px;height:29px;border:1px solid #373b47;border-radius:50%;display:grid!important;place-items:center;color:#fff!important;margin:0!important}
.tsqm-footer-payment{border-top:1px solid #2c303c;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:15px}
.tsqm-footer-payment>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.tsqm-footer-payment strong{font-size:7px}.tsqm-footer-payment span{border:1px solid #383c48;border-radius:5px;padding:5px 7px;font-size:6px;color:#c4c5ca}
.tsqm-footer-payment small{font-size:6px;color:#818590}

/* Mobile */
@media(max-width:899px){
  .tsqm-pro-card-rail{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:3px}
  .tsqm-pro-card-rail::-webkit-scrollbar{display:none}
  .tsqm-pro-card{flex:0 0 175px}
  .tsqm-pro-card-image{height:155px}
  .tsqm-pro-shelf-head h2{font-size:17px}.tsqm-pro-shelf-head p{display:none}

  .tsqm-product-pro-lines{grid-template-columns:1fr}
  .tsqm-product-pro-status{align-items:flex-start;flex-direction:column}

  .tsqm-pro-footer{padding-bottom:90px}
  .tsqm-footer-newsletter{display:block;text-align:center}.tsqm-footer-newsletter>a{margin:10px auto 0;width:max-content}
  .tsqm-pro-footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  .tsqm-footer-brand{grid-column:1/-1;text-align:center}.tsqm-footer-brand img{margin:auto}.tsqm-footer-brand p{margin:10px auto}.tsqm-footer-social{justify-content:center}
  .tsqm-footer-payment{display:block;text-align:center}.tsqm-footer-payment>div{justify-content:center}.tsqm-footer-payment small{display:block;margin-top:12px}
}

@media(min-width:900px){
  .tsqm-exact-header-main,
  .tsqm-exact-logo img,
  .tsqm-exact-search .tsqm-search-field,
  .tsqm-exact-actions .tsqm-header-action{
    transition:height .18s ease,min-height .18s ease,max-height .18s ease,width .18s ease;
  }
  .tsqm-exact-header.is-scrolled .tsqm-exact-header-main{min-height:68px}
  .tsqm-exact-header.is-scrolled .tsqm-exact-logo img,
  .tsqm-exact-header.is-scrolled .tsqm-exact-logo .custom-logo{width:135px;max-height:52px}
  .tsqm-exact-header.is-scrolled .tsqm-exact-search .tsqm-search-field{height:44px}
  .tsqm-exact-header.is-scrolled .tsqm-exact-nav-row{min-height:44px}
}
.tsqm-pro-card.is-image-loading .tsqm-pro-card-image{
  position:relative;
  overflow:hidden;
  background:#f1f1f3;
}
.tsqm-pro-card.is-image-loading .tsqm-pro-card-image:after{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-100%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);
  animation:tsqmSkeleton 1.1s infinite;
}
@keyframes tsqmSkeleton{100%{transform:translateX(100%)}}
.tsqm-pro-card-add.is-loading{opacity:.65;pointer-events:none}


/* =========================================================
   8.7 COMMERCE FINAL
   ========================================================= */

.tsqm-woo-main{padding:0 0 30px;background:#fafafb}
.tsqm-woo-main>.tsqm-shell{padding-top:8px}
.tsqm-catalog-head{margin:12px 0;padding:24px 25px;border:1px solid #e8e9eb;border-radius:14px;background:linear-gradient(120deg,#fff,#fff5f5)}
.tsqm-catalog-head>span{font-size:7px;color:var(--tsq-red);font-weight:950}.tsqm-catalog-head h1{font-size:27px;margin:4px 0}.tsqm-catalog-head p{font-size:8px;color:#777;margin:0}
.tsqm-catalog-quick{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding:8px 0;white-space:nowrap}
.tsqm-catalog-quick::-webkit-scrollbar{display:none}
.tsqm-catalog-quick a{flex:0 0 auto;min-height:34px;border:1px solid #e0e1e4;border-radius:999px;padding:0 12px;display:flex;align-items:center;background:#fff;color:#555;font-size:7px;font-weight:900}
.tsqm-catalog-quick a:hover{border-color:var(--tsq-red);color:var(--tsq-red);background:#fff5f5}
.tsqm-catalog-toolbar{min-height:58px;border:1px solid #e5e6e9;border-radius:10px;background:#fff;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:3px 0 10px}
.tsqm-catalog-toolbar-copy strong{display:block;font-size:11px}.tsqm-catalog-toolbar .woocommerce-result-count{font-size:7px;color:#888;margin:3px 0 0}
.tsqm-catalog-toolbar select{height:37px;border:1px solid #ddd;border-radius:7px;background:#fff;padding:0 10px;font-size:7px}
.tsqm-woo-main .woocommerce ul.products,.tsqm-woo-main ul.products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:9px!important}
.tsqm-woo-main ul.products:before,.tsqm-woo-main ul.products:after{display:none!important}
.tsqm-woo-main ul.products li.product{float:none!important;width:auto!important;margin:0!important;min-width:0;border:1px solid #e7e8eb;border-radius:11px;background:#fff;padding:8px!important;overflow:hidden;position:relative;transition:.18s ease}
.tsqm-woo-main ul.products li.product:hover{transform:translateY(-2px);box-shadow:0 11px 28px rgba(0,0,0,.07);border-color:#dcdde0}
.tsqm-woo-main ul.products li.product img{width:100%!important;aspect-ratio:1/1!important;object-fit:contain!important;border-radius:8px!important;background:#fcfcfd!important;margin:0 0 8px!important}
.tsqm-woo-main ul.products li.product .woocommerce-loop-product__title{font-size:8px!important;line-height:1.6!important;min-height:39px;color:#24252a!important;padding:0!important;margin:3px 0!important}
.tsqm-woo-main ul.products li.product .star-rating{font-size:9px!important;margin:5px 0!important}
.tsqm-woo-main ul.products li.product .price{min-height:30px;color:var(--tsq-red)!important;font-weight:950!important;font-size:12px!important;margin:5px 0!important}
.tsqm-woo-main ul.products li.product .price del{color:#999!important;font-size:7px!important}
.tsqm-woo-main ul.products li.product .button{width:100%!important;min-height:34px!important;border-radius:6px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--tsq-red)!important;color:#fff!important;font-size:7px!important;font-weight:950!important;margin:5px 0 0!important}
.tsqm-woo-main .tsqm-card-actions{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:4px!important;margin-top:5px!important}
.tsqm-woo-main .tsqm-card-actions .tsqm-smart{min-height:30px;border:1px solid #e3e3e5;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:3px;font-size:6px}
.tsqm-woo-main .tsqm-card-actions .tsqm-smart svg{width:13px;height:13px}
.tsqm-pagination{padding-top:17px}.tsqm-pagination .page-numbers{display:flex;justify-content:center;gap:5px;padding:0;list-style:none}.tsqm-pagination .page-numbers li{margin:0}
.tsqm-pagination .page-numbers a,.tsqm-pagination .page-numbers span{width:34px;height:34px;border:1px solid #ddd;border-radius:7px;background:#fff;display:grid;place-items:center;font-size:7px}
.tsqm-pagination .page-numbers .current{background:var(--tsq-red);border-color:var(--tsq-red);color:#fff}

/* Product */
.single-product .tsqm-single-wrap{padding:16px 0 35px}
.single-product .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);column-gap:28px;align-items:start}
.single-product .woocommerce div.product .woocommerce-product-gallery{width:auto!important;float:none!important;margin:0!important;background:#fff;border:1px solid #e7e8eb;border-radius:14px;padding:12px}
.single-product .woocommerce div.product .summary{width:auto!important;float:none!important;margin:0!important;background:#fff;border:1px solid #e7e8eb;border-radius:14px;padding:18px}
.single-product .product_title{font-size:23px!important;line-height:1.45;margin:0 0 7px!important}
.single-product .woocommerce-product-rating{font-size:8px;margin-bottom:8px!important}
.single-product .summary .price{color:var(--tsq-red)!important;font-size:22px!important;font-weight:950!important;margin:8px 0!important}
.single-product .summary .price del{font-size:11px;color:#999}
.single-product .woocommerce-product-details__short-description{font-size:8px;color:#666;line-height:1.9;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:9px 0;margin:9px 0}
.single-product form.cart{margin:11px 0!important}.single-product form.cart .quantity input.qty{height:43px;border:1px solid #ddd;border-radius:7px}
.single-product form.cart .single_add_to_cart_button{min-height:43px!important;border-radius:7px!important;background:var(--tsq-red)!important;color:#fff!important;font-size:9px!important;font-weight:950!important;padding:0 25px!important}
.single-product table.variations{width:100%!important;border-collapse:separate!important;border-spacing:0 7px!important;margin-bottom:8px!important}.single-product table.variations th{font-size:8px!important;text-align:right!important;width:90px}
.single-product table.variations td{padding:0!important}.single-product table.variations select{width:100%!important;min-height:41px;border:1px solid #ddd;border-radius:7px;background:#fff;padding:0 9px;font-size:8px}
.single-product .product_meta{border-top:1px solid #eee;margin-top:10px;padding-top:9px;font-size:7px;color:#777}
.single-product .woocommerce-tabs,.single-product .related,.single-product .upsells{grid-column:1/-1;width:100%;margin-top:20px}
.single-product .woocommerce-tabs{border:1px solid #e7e8eb;border-radius:14px;background:#fff;padding:15px}
.single-product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 13px!important;display:flex;gap:5px;overflow-x:auto}.single-product .woocommerce-tabs ul.tabs:before{display:none!important}
.single-product .woocommerce-tabs ul.tabs li{border:1px solid #ddd!important;border-radius:999px!important;background:#fff!important;margin:0!important;padding:0!important}
.single-product .woocommerce-tabs ul.tabs li:before,.single-product .woocommerce-tabs ul.tabs li:after{display:none!important}
.single-product .woocommerce-tabs ul.tabs li a{padding:8px 12px!important;font-size:7px!important}.single-product .woocommerce-tabs ul.tabs li.active{border-color:var(--tsq-red)!important;background:#fff5f5!important}.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--tsq-red)!important}
.single-product .woocommerce-Tabs-panel{font-size:8px;line-height:1.9;color:#555}.single-product .related>h2,.single-product .upsells>h2{font-size:20px;margin:0 0 10px}
.single-product .related ul.products,.single-product .upsells ul.products{grid-template-columns:repeat(5,minmax(0,1fr))!important}
.tsqm-buy-reassurance{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:10px 0}.tsqm-buy-reassurance>span{min-height:54px;border:1px solid #e7e8eb;border-radius:8px;padding:7px;background:#fafafa}
.tsqm-buy-reassurance b,.tsqm-buy-reassurance small{display:block}.tsqm-buy-reassurance b{font-size:7px}.tsqm-buy-reassurance small{font-size:6px;color:#777;margin-top:2px}
@media(min-width:1000px){body.single-product .product .summary{position:sticky;top:155px;align-self:flex-start}}

/* Commerce common */
.tsqm-commerce-page{background:#f8f8fa;padding-bottom:35px}.tsqm-commerce-page .tsqm-page-shell{padding-top:14px}
.tsqm-commerce-hero{min-height:130px;border-radius:15px;background:linear-gradient(120deg,#fff,#fff1f2);border:1px solid #f0dfe1;padding:18px 22px;margin-bottom:12px;display:grid;grid-template-columns:1fr 440px;gap:20px;align-items:center}
.tsqm-commerce-hero>div:first-child>span{font-size:7px;color:var(--tsq-red);font-weight:950}.tsqm-commerce-hero h1{font-size:25px;margin:3px 0}.tsqm-commerce-hero p{font-size:8px;color:#707078;margin:0}
.tsqm-checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;position:relative;gap:5px}.tsqm-checkout-steps:before{content:"";position:absolute;top:16px;right:16%;left:16%;height:2px;background:#e1e1e4}
.tsqm-checkout-step{position:relative;z-index:2;text-align:center;color:#929298}.tsqm-checkout-step>span{width:34px;height:34px;border-radius:50%;background:#fff;border:2px solid #ddd;display:grid;place-items:center;margin:0 auto 4px;font-size:8px;font-weight:950}.tsqm-checkout-step strong{font-size:7px}
.tsqm-checkout-step.is-current,.tsqm-checkout-step.is-done{color:var(--tsq-red)}.tsqm-checkout-step.is-current>span,.tsqm-checkout-step.is-done>span{border-color:var(--tsq-red);background:var(--tsq-red);color:#fff}
.tsqm-content-card.tsqm-commerce-content{border:0!important;padding:0!important;background:transparent!important;box-shadow:none!important}

/* Cart Classic */
.woocommerce-cart-form,.cart-collaterals .cart_totals{background:#fff;border:1px solid #e5e6e8;border-radius:13px;padding:12px}
.woocommerce-cart-form table.shop_table{border:0!important;margin:0!important}.woocommerce-cart-form table.shop_table th{background:#fafafa!important;font-size:7px!important;padding:10px!important}.woocommerce-cart-form table.shop_table td{padding:11px 8px!important;border-top:1px solid #eee!important;font-size:8px!important}
.woocommerce-cart-form .product-thumbnail img{width:70px!important;height:70px!important;object-fit:contain!important;border-radius:8px!important;background:#fafafa!important}
.woocommerce-cart-form .product-name a{font-weight:900;font-size:8px}.woocommerce-cart-form .quantity input{height:36px;border:1px solid #ddd;border-radius:6px}
.woocommerce-cart-form button[name="update_cart"]{border-radius:7px!important;background:#161b2e!important;color:#fff!important;font-size:7px!important}
.woocommerce-cart-form .coupon{display:flex!important;gap:5px!important}.woocommerce-cart-form .coupon input{min-width:160px!important;height:38px!important;border:1px solid #ddd!important;border-radius:7px!important;padding:0 8px!important}
.woocommerce-cart-form .coupon button{height:38px!important;border-radius:7px!important;background:#fff!important;border:1px solid var(--tsq-red)!important;color:var(--tsq-red)!important;font-size:7px!important}
.woocommerce .cart-collaterals{margin-top:12px}.woocommerce .cart-collaterals .cart_totals{width:min(100%,470px)!important;float:left!important}
.cart_totals h2{font-size:18px!important;margin:2px 0 10px!important}.cart_totals table{border:0!important}.cart_totals th,.cart_totals td{padding:9px!important;font-size:8px!important}.cart_totals .order-total th,.cart_totals .order-total td{font-size:12px!important}
.wc-proceed-to-checkout a.checkout-button{min-height:48px!important;border-radius:8px!important;background:var(--tsq-red)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:9px!important;font-weight:950!important}
.tsqm-cart-security{border-radius:8px;background:#f3faf5;border:1px solid #dceee0;padding:8px;margin-bottom:8px;display:flex;gap:12px;flex-wrap:wrap;font-size:7px;color:#278243}
.tsqm-empty-cart-help{max-width:520px;margin:15px auto;padding:22px;border:1px solid #e5e6e8;border-radius:13px;background:#fff;text-align:center}.tsqm-empty-cart-help strong,.tsqm-empty-cart-help span{display:block}.tsqm-empty-cart-help strong{font-size:15px}.tsqm-empty-cart-help span{font-size:8px;color:#777;margin:5px 0 11px}.tsqm-empty-cart-help a{display:inline-flex;min-height:38px;border-radius:7px;background:var(--tsq-red);color:#fff;padding:0 15px;align-items:center;font-size:8px;font-weight:950}

/* Cart Blocks */
.wc-block-cart__main,.wc-block-cart__sidebar{background:#fff!important;border:1px solid #e5e6e8!important;border-radius:13px!important;padding:13px!important}
.wc-block-cart-items{border:0!important}.wc-block-cart-items th,.wc-block-cart-items td{border-color:#ededee!important}.wc-block-cart-item__image img{border-radius:8px!important;background:#fafafa!important}
.wc-block-components-product-name{font-size:9px!important;font-weight:900!important}.wc-block-components-product-price{font-size:9px!important;color:var(--tsq-red)!important}
.wc-block-cart__submit-button{border-radius:8px!important;background:var(--tsq-red)!important;color:#fff!important;font-size:9px!important;font-weight:950!important}

/* Checkout Classic */
.woocommerce-checkout .woocommerce-info{border-top-color:var(--tsq-red)!important;background:#fff!important;border-radius:9px!important;font-size:8px!important}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);gap:14px;align-items:start}
.woocommerce-checkout #customer_details{grid-column:1;background:#fff;border:1px solid #e5e6e8;border-radius:13px;padding:14px}
.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0 0 -56px;z-index:2;padding:17px 15px 0;font-size:17px}
.woocommerce-checkout #order_review{grid-column:2;grid-row:1;background:#fff;border:1px solid #e5e6e8;border-radius:13px;padding:56px 14px 14px}
.woocommerce-checkout .col2-set{width:100%!important;float:none!important}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none!important;width:100%!important}
.woocommerce-checkout h3{font-size:16px!important}.woocommerce-checkout .form-row{margin:0 0 9px!important}.woocommerce-checkout .form-row label{font-size:7px!important;font-weight:900!important;margin-bottom:4px!important}
.woocommerce-checkout .input-text,.woocommerce-checkout select{min-height:42px!important;border:1px solid #dfe0e3!important;border-radius:7px!important;padding:8px 10px!important;font-size:8px!important;background:#fff!important}
.woocommerce-checkout textarea.input-text{min-height:90px!important}.woocommerce-checkout #order_review table{border:0!important}.woocommerce-checkout #order_review table th,.woocommerce-checkout #order_review table td{font-size:8px!important;padding:9px 5px!important}
.woocommerce-checkout #payment{background:#f8f8f9!important;border-radius:9px!important}.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid #e1e2e4!important}.woocommerce-checkout #payment label{font-size:8px!important;font-weight:900!important}.woocommerce-checkout #payment .payment_box{font-size:7px!important;background:#fff!important}
.woocommerce-checkout #place_order{width:100%!important;min-height:48px!important;border-radius:8px!important;background:var(--tsq-red)!important;color:#fff!important;font-size:9px!important;font-weight:950!important}
.tsqm-checkout-trust-note{border:1px solid #dceee0;border-radius:8px;background:#f3faf5;padding:8px;margin-bottom:8px}.tsqm-checkout-trust-note strong,.tsqm-checkout-trust-note span{display:block}.tsqm-checkout-trust-note strong{font-size:8px;color:#247f40}.tsqm-checkout-trust-note span{font-size:6px;color:#66816d;margin-top:2px}

/* Checkout Blocks */
.wc-block-checkout{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr)!important;gap:14px!important}
.wc-block-checkout__main,.wc-block-checkout__sidebar{width:auto!important;margin:0!important;background:#fff!important;border:1px solid #e5e6e8!important;border-radius:13px!important;padding:14px!important}
.wc-block-checkout .wc-block-components-title{font-size:16px!important}.wc-block-checkout input,.wc-block-checkout select{border-radius:7px!important}
.wc-block-checkout .wc-block-components-checkout-place-order-button{min-height:48px!important;border-radius:8px!important;background:var(--tsq-red)!important;color:#fff!important;font-weight:950!important}

/* My Account */
.tsqm-account-page{background:#f8f8fa;padding-bottom:35px}.tsqm-account-page .tsqm-page-shell{padding-top:14px}.tsqm-account-hero{grid-template-columns:1fr;min-height:110px}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:220px minmax(0,1fr);gap:12px;align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation{width:auto!important;float:none!important;background:#fff;border:1px solid #e5e6e8;border-radius:12px;padding:7px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:38px;border-bottom:1px solid #eee;display:flex;align-items:center;padding:0 9px;font-size:8px;font-weight:850}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#fff1f2;color:var(--tsq-red);border-radius:7px;border-bottom-color:transparent}
.woocommerce-account .woocommerce-MyAccount-content{width:auto!important;float:none!important;background:#fff;border:1px solid #e5e6e8;border-radius:12px;padding:15px;font-size:8px;line-height:1.8}
.woocommerce-account .woocommerce-Button,.woocommerce-account button.button{border-radius:7px!important;background:var(--tsq-red)!important;color:#fff!important;font-size:7px!important}

/* Field focus */
.woocommerce-checkout .form-row.tsqm-is-focused .input-text,.wc-block-components-text-input.tsqm-is-focused input{border-color:var(--tsq-red)!important;box-shadow:0 0 0 2px rgba(238,22,31,.07)!important}

/* Mobile */
@media(max-width:899px){
  .tsqm-woo-main{padding-bottom:90px}.tsqm-catalog-head{padding:17px 14px}.tsqm-catalog-head h1{font-size:22px}.tsqm-catalog-toolbar select{max-width:150px}
  .tsqm-woo-main .woocommerce ul.products,.tsqm-woo-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.tsqm-woo-main ul.products li.product{padding:6px!important}.tsqm-woo-main ul.products li.product .price{font-size:10px!important}
  .single-product .tsqm-single-wrap{padding:9px 0 110px}.single-product .woocommerce div.product{display:block}.single-product .woocommerce div.product .woocommerce-product-gallery,.single-product .woocommerce div.product .summary{width:100%!important;float:none!important;margin:0 0 8px!important;padding:10px}.single-product .product_title{font-size:19px!important}.single-product .summary .price{font-size:18px!important}.single-product .related ul.products,.single-product .upsells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tsqm-buy-reassurance{grid-template-columns:1fr}
  .tsqm-commerce-page{padding-bottom:90px}.tsqm-commerce-hero{display:block;min-height:0;padding:14px}.tsqm-commerce-hero h1{font-size:20px}.tsqm-checkout-steps{margin-top:15px}.tsqm-checkout-step>span{width:29px;height:29px}.tsqm-checkout-steps:before{top:14px}
  .woocommerce-cart-form{padding:7px;overflow-x:auto}.woocommerce-cart-form table.shop_table{min-width:650px}.woocommerce .cart-collaterals .cart_totals{float:none!important;width:100%!important}
  .wc-block-cart{display:block!important}.wc-block-cart__main,.wc-block-cart__sidebar{width:100%!important;margin:0 0 8px!important;padding:8px!important}
  .woocommerce-checkout form.checkout{display:block}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{width:100%;margin-bottom:9px}.woocommerce-checkout #order_review_heading{margin:0;background:#fff;border:1px solid #e5e6e8;border-bottom:0;border-radius:13px 13px 0 0;padding:13px}.woocommerce-checkout #order_review{padding-top:10px;border-radius:0 0 13px 13px}
  .wc-block-checkout{display:block!important}.wc-block-checkout__main,.wc-block-checkout__sidebar{width:100%!important;margin:0 0 8px!important;padding:9px!important}
  .woocommerce-account .woocommerce{display:block}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:8px}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;overflow-x:auto;scrollbar-width:none}.woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto}.woocommerce-account .woocommerce-MyAccount-navigation a{border-bottom:0;border-left:1px solid #eee;white-space:nowrap}
}


/* =========================================================
   Tasawwq Marketplace 8.8 — FINAL INTERACTIONS
   ========================================================= */

/* header compare */
.tsqm-header-action.tsqm-compare-open{
  border:0;
  background:transparent;
  cursor:pointer;
  color:inherit;
}
.tsqm-mobile-compare{
  border:0;
  background:transparent;
  min-height:52px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 10px;
  position:relative;
}
.tsqm-mobile-compare svg{width:19px;height:19px}
.tsqm-mobile-compare b{
  margin-inline-start:auto;
  min-width:20px;height:20px;
  border-radius:50%;
  background:var(--tsq-red);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:7px;
}

/* Pro cards now use add + quick + compare */
.tsqm-pro-card-actions{
  grid-template-columns:1fr 31px 31px!important;
}
.tsqm-pro-card-compare{
  width:31px;height:32px;
  border:1px solid #ddd;
  background:#fff;
  border-radius:6px;
  display:grid;
  place-items:center;
}
.tsqm-pro-card-compare svg{width:14px;height:14px}
.tsqm-pro-card-compare.is-active{
  border-color:var(--tsq-red);
  color:var(--tsq-red);
  background:#fff1f2;
}
[data-tsqm-wishlist].is-active,
.tsqm-wishlist-btn.is-active{
  color:var(--tsq-red)!important;
}

/* toast */
.tsqm-toast{
  position:fixed;
  z-index:1300;
  left:50%;
  bottom:24px;
  transform:translate(-50%,18px);
  background:#111522;
  color:#fff;
  border-radius:999px;
  padding:10px 15px;
  font-size:8px;
  font-weight:900;
  box-shadow:0 14px 35px rgba(0,0,0,.2);
  opacity:0;
  transition:.18s ease;
  pointer-events:none;
  white-space:nowrap;
}
.tsqm-toast.is-show{
  opacity:1;
  transform:translate(-50%,0);
}

/* compare tray */
.tsqm-compare-tray{
  position:fixed;
  z-index:980;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  width:min(calc(100% - 28px),620px);
  min-height:62px;
  background:#111522;
  color:#fff;
  border-radius:13px;
  padding:9px 10px 9px 14px;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.tsqm-compare-tray[hidden]{display:none!important}
.tsqm-compare-tray-copy span,
.tsqm-compare-tray-copy strong{display:block}
.tsqm-compare-tray-copy span{font-size:6px;color:#bbbfc8}
.tsqm-compare-tray-copy strong{font-size:8px;margin-top:2px}
.tsqm-compare-tray-copy b{color:#ff5960}
.tsqm-compare-tray-actions{display:flex;gap:5px}
.tsqm-compare-tray-actions button{
  min-height:35px;
  border-radius:7px;
  padding:0 11px;
  border:1px solid #414553;
  background:transparent;
  color:#fff;
  font-size:7px;
  font-weight:900;
}
.tsqm-compare-tray-actions .tsqm-compare-open{
  background:var(--tsq-red);
  border-color:var(--tsq-red);
}

/* Smart full-screen modal */
.tsqm-smart-modal{
  position:fixed;
  z-index:1250;
  inset:0;
  background:rgba(8,13,33,.56);
  padding:20px;
  overflow:auto;
  display:grid;
  place-items:center;
}
.tsqm-smart-modal[hidden]{display:none!important}
.tsqm-smart-modal-panel{
  width:min(1100px,100%);
  max-height:min(88vh,850px);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius:17px;
  box-shadow:0 25px 70px rgba(0,0,0,.28);
}
.tsqm-smart-modal-head{
  min-height:74px;
  border-bottom:1px solid #e9eaed;
  padding:13px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.tsqm-smart-modal-head span{font-size:7px;color:var(--tsq-red);font-weight:950}
.tsqm-smart-modal-head h2{font-size:20px;margin:2px 0 0}
.tsqm-smart-modal-close{
  width:38px;height:38px;
  border:1px solid #ddd;
  border-radius:50%;
  background:#fff;
  font-size:24px;
  line-height:1;
}
.tsqm-smart-modal-body{
  overflow:auto;
  padding:15px;
  min-height:220px;
}

/* Compare table */
.tsqm-compare-table-wrap{overflow:auto;max-width:100%}
.tsqm-compare-table{
  width:100%;
  min-width:720px;
  table-layout:fixed;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid #e5e6e9;
  border-radius:12px;
  overflow:hidden;
}
.tsqm-compare-table th,
.tsqm-compare-table td{
  border-left:1px solid #ececef;
  border-bottom:1px solid #ececef;
  padding:10px;
  text-align:center;
  vertical-align:middle;
  font-size:7px;
}
.tsqm-compare-table th{
  width:100px;
  background:#f8f8fa;
  font-weight:950;
  color:#555;
}
.tsqm-compare-table tr:last-child th,
.tsqm-compare-table tr:last-child td{border-bottom:0}
.tsqm-compare-products-row td{position:relative}
.tsqm-compare-products-row img{
  width:100%;
  height:130px;
  object-fit:contain;
  display:block;
  margin-bottom:6px;
}
.tsqm-compare-products-row strong{
  display:block;
  font-size:8px;
  line-height:1.5;
}
.tsqm-compare-table .price{font-size:10px;color:var(--tsq-red);font-weight:950}
.tsqm-smart-remove{
  position:absolute;
  top:5px;left:5px;
  width:25px;height:25px;
  border:1px solid #ddd;
  background:#fff;
  border-radius:50%;
  z-index:2;
  font-size:17px;
}
.tsqm-compare-view,.tsqm-wishlist-view{
  display:inline-flex;
  min-height:31px;
  border-radius:6px;
  background:var(--tsq-red);
  color:#fff;
  align-items:center;
  justify-content:center;
  padding:0 9px;
  font-size:7px;
  font-weight:900;
}

/* Wishlist modal */
.tsqm-wishlist-modal-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}
.tsqm-wishlist-modal-card{
  position:relative;
  min-width:0;
  border:1px solid #e6e7ea;
  border-radius:10px;
  padding:8px;
  background:#fff;
}
.tsqm-wishlist-modal-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:7px;
  background:#fafafa;
}
.tsqm-wishlist-modal-card strong{
  display:block;
  min-height:36px;
  font-size:7.5px;
  line-height:1.55;
  margin:5px 0;
}
.tsqm-wishlist-modal-card .price{
  min-height:25px;
  color:var(--tsq-red);
  font-size:10px;
  font-weight:950;
}
.tsqm-wishlist-modal-card small{
  display:block;
  min-height:24px;
  color:#888;
  font-size:6px;
  margin-bottom:5px;
}
.tsqm-wishlist-modal-card .tsqm-smart-remove{
  top:5px;left:5px;
}
.tsqm-wishlist-view{width:100%}

/* empty states */
.tsqm-smart-empty{
  min-height:260px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:25px;
}
.tsqm-smart-empty>span{font-size:40px;color:var(--tsq-red)}
.tsqm-smart-empty strong{font-size:15px;margin-top:7px}
.tsqm-smart-empty p{font-size:8px;color:#777;max-width:420px;line-height:1.8}
.tsqm-smart-empty a{
  min-height:37px;
  background:var(--tsq-red);
  color:#fff;
  border-radius:7px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  font-size:8px;
  font-weight:900;
}

@media(max-width:899px){
  .tsqm-toast{bottom:82px;max-width:calc(100% - 24px);white-space:normal;text-align:center}
  .tsqm-compare-tray{bottom:76px;width:calc(100% - 18px);min-height:58px}
  .tsqm-compare-tray-copy strong{font-size:7px}
  .tsqm-compare-tray-actions button{padding:0 8px;font-size:6.5px}

  .tsqm-smart-modal{padding:8px;align-items:end}
  .tsqm-smart-modal-panel{
    max-height:92vh;
    border-radius:16px 16px 8px 8px;
  }
  .tsqm-smart-modal-head{min-height:62px;padding:10px 12px}
  .tsqm-smart-modal-head h2{font-size:17px}
  .tsqm-smart-modal-body{padding:9px}

  .tsqm-wishlist-modal-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }
  .tsqm-compare-table{min-width:650px}
  .tsqm-compare-products-row img{height:105px}
}

@media(min-width:900px){
  body.admin-bar .tsqm-compare-tray{bottom:20px}
}
