/* PixShow Shop Public v3.8 — mobile-first, container-aware */
.pxshop-page{
  --p:#2f6df6;--p-soft:#eef4ff;--ink:#111827;--muted:#667085;--line:#e8edf4;--surface:#fff;--soft:#f8fafc;
  width:100%;max-width:1220px;min-width:0;margin:0 auto;padding:18px 16px 88px;color:var(--ink);box-sizing:border-box;
  container-type:inline-size;container-name:pxshop;font-family:inherit
}
.pxshop-page*,.pxshop-page*:before,.pxshop-page*:after{box-sizing:border-box}
.pxshop-page a{text-decoration:none}.pxshop-page button,.pxshop-page input,.pxshop-page select{font:inherit}
.pxshop-breadcrumb{display:flex;gap:7px;align-items:center;min-width:0;margin:2px 0 16px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden}
.pxshop-breadcrumb a,.pxshop-breadcrumb span{overflow:hidden;text-overflow:ellipsis}.pxshop-breadcrumb a{color:#475467}.pxshop-breadcrumb i{font-size:8px;flex:none}

/* home */
.pxshop-hero{border:1px solid var(--line);border-radius:22px;padding:22px;background:linear-gradient(145deg,#f8fbff,#fff);display:grid;gap:18px}
.pxshop-eyebrow{color:var(--p);font-weight:800;font-size:12px}.pxshop-hero h1{font-size:clamp(24px,7cqw,40px);line-height:1.55;margin:4px 0}.pxshop-hero p{color:var(--muted);max-width:760px;margin:0;line-height:2;font-size:13px}
.pxshop-search{height:52px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 14px;max-width:700px}.pxshop-search input{border:0;outline:0;flex:1;min-width:0;background:transparent;font-size:14px}
.pxshop-location-banner{margin-top:12px;border:1px solid var(--line);border-radius:16px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff}.pxshop-location-banner>div{display:flex;align-items:center;gap:10px;min-width:0}.pxshop-location-banner.local{background:#f3fbf7;border-color:#d9f1e5}.pxshop-location-banner i{font-size:20px;color:var(--p)}.pxshop-location-banner strong,.pxshop-location-banner span{display:block}.pxshop-location-banner span{font-size:11px;color:var(--muted);margin-top:2px}.pxshop-link-btn{border:0;background:var(--p-soft);color:var(--p);border-radius:10px;padding:8px 11px;font-weight:800;white-space:nowrap}
.pxshop-section{margin-top:28px}.pxshop-section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:12px}.pxshop-section-head h2{font-size:20px;margin:2px 0}.pxshop-section-head span,.pxshop-section-head small{color:var(--muted);font-size:11px}
.pxshop-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.pxshop-category-card{min-width:0;border:1px solid var(--line);border-radius:15px;padding:14px;background:#fff;color:var(--ink);display:grid;grid-template-columns:1fr auto;gap:3px 8px;align-items:center}.pxshop-category-card strong{font-size:13px}.pxshop-category-card span{font-size:10px;color:var(--muted)}.pxshop-category-card i{grid-row:1/3;grid-column:2;color:var(--p);font-size:11px}

/* product cards */
.pxshop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}.pxshop-card{min-width:0;border:1px solid var(--line);border-radius:17px;background:#fff;overflow:hidden;color:var(--ink);transition:.18s ease;display:flex;flex-direction:column}.pxshop-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(16,24,40,.07)}.pxshop-card.is-out{opacity:.72}.pxshop-card-media{aspect-ratio:1/1;position:relative;background:#f5f7fa;overflow:hidden}.pxshop-card-media img{width:100%;height:100%;object-fit:cover;display:block}.pxshop-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#b8c1cf;font-size:32px}.pxshop-card-badges{position:absolute;inset:8px 8px auto 8px;display:flex;gap:5px;flex-wrap:wrap;align-items:flex-start;pointer-events:none}.pxshop-discount,.pxshop-local-badge,.pxshop-featured,.pxshop-out{border-radius:999px;padding:4px 7px;font-size:9px;font-weight:800;line-height:1.4;backdrop-filter:blur(5px)}.pxshop-discount{background:#e5484d;color:#fff}.pxshop-local-badge{background:#e9fff5;color:#087a50}.pxshop-featured{background:#eef4ff;color:var(--p)}.pxshop-out{background:#262a31;color:#fff}.pxshop-card-body{padding:11px;display:flex;flex-direction:column;flex:1;min-width:0}.pxshop-brand{font-size:9px;color:var(--p);font-weight:800}.pxshop-card h3{font-size:12px;line-height:1.75;margin:4px 0 3px;min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pxshop-card-meta{font-size:9px;color:#98a2b3;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pxshop-price{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;margin-top:auto}.pxshop-price strong{font-size:14px}.pxshop-price span{font-size:9px}.pxshop-price del{font-size:9px;color:#98a2b3}.pxshop-card-foot{margin-top:8px;border-top:1px solid #f0f2f5;padding-top:8px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:9px}.pxshop-card-foot i{color:var(--p)}

/* category */
.pxshop-category-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:16px}.pxshop-category-title{min-width:0}.pxshop-category-title>span{font-size:11px;color:var(--muted)}.pxshop-category-title h1{font-size:24px;line-height:1.5;margin:3px 0}.pxshop-category-title p{color:var(--muted);font-size:12px;line-height:2;margin:6px 0 0;max-width:760px}.pxshop-mini-location{display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:9px 10px;border-radius:13px;background:#fff;flex:none}.pxshop-mini-location>i{color:var(--p)}.pxshop-mini-location b,.pxshop-mini-location small{display:block}.pxshop-mini-location b{font-size:12px}.pxshop-mini-location small{font-size:9px;color:var(--muted)}.pxshop-mini-location button{border:0;background:var(--p-soft);color:var(--p);border-radius:9px;padding:7px 9px;font-size:10px;font-weight:800}
.pxshop-subcats{display:flex;gap:7px;overflow-x:auto;padding:12px 1px 2px;scrollbar-width:none}.pxshop-subcats::-webkit-scrollbar{display:none}.pxshop-subcats a{flex:none;white-space:nowrap;border:1px solid var(--line);padding:8px 11px;border-radius:11px;color:#344054;background:#fff;display:flex;align-items:center;gap:7px;font-size:11px}.pxshop-subcats a:hover{border-color:#cad8f7;background:#f8fbff}.pxshop-subcats span{font-size:9px;color:var(--muted);background:#f2f4f7;border-radius:999px;padding:2px 5px}
.pxshop-mobile-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:14px 0 10px}.pxshop-filter-open,.pxshop-sort-wrap{height:42px;border:1px solid var(--line);background:#fff;border-radius:12px}.pxshop-filter-open{display:flex;align-items:center;gap:7px;padding:0 12px;color:#344054;font-weight:800;font-size:11px}.pxshop-filter-open i{color:var(--p)}.pxshop-filter-open b{min-width:20px;height:20px;border-radius:999px;background:var(--p);color:#fff;display:grid;place-items:center;font-size:9px}.pxshop-sort-wrap{display:flex;align-items:center;padding:0 10px;min-width:0;flex:1;max-width:190px}.pxshop-sort-wrap>span{display:none}.pxshop-sort-wrap select{width:100%;border:0;outline:0;background:transparent;color:#344054;font-size:11px}.pxshop-category-layout{display:block;min-width:0}.pxshop-results{min-width:0}.pxshop-result-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px;min-height:32px}.pxshop-result-bar>div:first-child{font-size:11px;color:var(--muted)}.pxshop-result-bar strong{color:var(--ink)}.pxshop-desktop-sort{display:none;align-items:center;gap:7px;font-size:11px;color:var(--muted)}.pxshop-desktop-sort select{border:1px solid var(--line);border-radius:9px;padding:7px 10px;background:#fff;color:#344054}

/* mobile filter drawer is the default because the PixShow shell can be narrow even on desktop */
.pxshop-filters{position:fixed;z-index:10050;top:0;right:0;bottom:0;width:min(88vw,360px);max-width:100%;background:#fff;border:0;border-left:1px solid var(--line);padding:0;overflow-y:auto;transform:translateX(105%);transition:transform .22s ease;box-shadow:-20px 0 50px rgba(16,24,40,.14)}.pxshop-filters.open{transform:translateX(0)}.pxshop-filter-backdrop{position:fixed;z-index:10040;inset:0;background:rgba(15,23,42,.35);opacity:0;visibility:hidden;transition:.2s;backdrop-filter:blur(2px)}.pxshop-filter-opened{overflow:hidden}.pxshop-filter-opened .pxshop-filter-backdrop{opacity:1;visibility:visible}.pxshop-filter-head{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid var(--line);padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.pxshop-filter-head small,.pxshop-filter-head strong{display:block}.pxshop-filter-head small{font-size:9px;color:var(--muted)}.pxshop-filter-head strong{font-size:14px;margin-top:2px}.pxshop-filter-head button{width:34px;height:34px;border:0;border-radius:10px;background:#f2f4f7;color:#475467}.pxshop-filters form{padding:5px 16px 96px}.pxshop-filter{padding:13px 0;border-bottom:1px solid var(--line)}.pxshop-filter h3{font-size:11px;margin:0 0 9px}.pxshop-filter-search{height:42px;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;gap:8px;padding:0 11px;background:#fafbfc}.pxshop-filter-search i{color:#98a2b3;font-size:11px}.pxshop-filter-search input{border:0;outline:0;background:transparent;min-width:0;width:100%;font-size:11px}.pxshop-filter-group{border-bottom:1px solid var(--line)}.pxshop-filter-group summary{list-style:none;cursor:pointer;padding:13px 0;display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:11px}.pxshop-filter-group summary::-webkit-details-marker{display:none}.pxshop-filter-group summary i{font-size:9px;color:#98a2b3;transition:.2s}.pxshop-filter-group[open] summary i{transform:rotate(180deg)}.pxshop-filter-options{padding:0 0 10px}.pxshop-filter-options label{display:flex;align-items:center;gap:8px;padding:6px 0;margin:0;font-size:11px;cursor:pointer}.pxshop-filter-options input{width:16px;height:16px;accent-color:var(--p)}.pxshop-filter-options span{flex:1;min-width:0}.pxshop-filter-options small{font-size:9px;color:#98a2b3}.pxshop-price-range{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding-bottom:12px}.pxshop-price-range label{border:1px solid var(--line);border-radius:11px;padding:6px 9px;background:#fafbfc}.pxshop-price-range label span{display:block;font-size:8px;color:#98a2b3}.pxshop-price-range input{width:100%;border:0;outline:0;background:transparent;font-size:11px;padding:2px 0}.pxshop-filter-actions{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);margin:6px -16px -96px;padding:12px 16px 18px;display:grid;gap:8px}.pxshop-apply-filter{height:43px;border:0;border-radius:12px;background:var(--p);color:#fff;font-weight:800;font-size:12px}.pxshop-reset{text-align:center;color:#e5484d;font-size:10px;padding:4px}.pxshop-empty{min-height:240px;border:1px dashed #d7dde7;border-radius:18px;display:grid;place-items:center;align-content:center;gap:7px;color:var(--muted);text-align:center;padding:24px}.pxshop-empty i{font-size:30px;color:#b8c1cf}.pxshop-empty strong{color:#344054}.pxshop-empty span{font-size:11px}.pxshop-pagination{display:flex;justify-content:center;gap:5px;margin-top:22px}.pxshop-pagination a{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;color:var(--ink);font-size:11px}.pxshop-pagination a.active{background:var(--p);border-color:var(--p);color:#fff}

/* product */
.pxshop-product-layout{display:grid;grid-template-columns:1fr;gap:14px;align-items:start;min-width:0}.pxshop-media-gallery{min-width:0}.pxshop-media-stage{position:relative;width:100%;aspect-ratio:1/1;border:1px solid var(--line);border-radius:20px;background:#fff;display:grid;place-items:center;overflow:hidden}.pxshop-media-content{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#fafbfc)}.pxshop-media-content img,.pxshop-media-content video,.pxshop-stage-video{width:100%;height:100%}.pxshop-media-content img,.pxshop-media-content video{object-fit:contain;display:block}.pxshop-stage-video{display:grid;place-items:center;background:#0c111b}.pxshop-stage-video video{max-height:100%;background:#0c111b}.pxshop-media-nav,.pxshop-media-zoom{position:absolute;z-index:4;border:1px solid #e3e7ed;background:rgba(255,255,255,.94);box-shadow:0 5px 16px rgba(15,23,42,.06);display:grid;place-items:center;color:#344054}.pxshop-media-nav{width:34px;height:34px;border-radius:50%;top:50%;transform:translateY(-50%)}.pxshop-media-nav.prev{right:9px}.pxshop-media-nav.next{left:9px}.pxshop-media-zoom{width:34px;height:34px;border-radius:10px;left:9px;top:9px}.pxshop-media-count{position:absolute;bottom:9px;left:9px;z-index:3;background:rgba(17,24,39,.66);color:#fff;border-radius:999px;padding:4px 8px;font-size:9px}.pxshop-media-thumbs{display:flex;gap:7px;overflow-x:auto;padding:8px 1px 2px;scrollbar-width:none}.pxshop-media-thumbs::-webkit-scrollbar{display:none}.pxshop-media-thumb{flex:0 0 62px;width:62px;height:62px;border:1.5px solid var(--line);border-radius:11px;background:#fff;padding:3px;position:relative;overflow:hidden}.pxshop-media-thumb.active{border-color:var(--p);box-shadow:0 0 0 2px rgba(47,109,246,.08)}.pxshop-media-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.pxshop-media-thumb>span:not(.pxshop-play){display:none}.pxshop-media-thumb.video{background:#111827}.pxshop-media-thumb.video .pxshop-play{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:rgba(15,23,42,.18)}.pxshop-media-thumb.video .pxshop-play i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--p);font-size:11px;padding-left:2px}.pxshop-media-thumb.video em{position:absolute;right:4px;bottom:4px;color:#fff;background:rgba(0,0,0,.62);font-size:8px;border-radius:999px;padding:2px 5px;font-style:normal}.pxshop-product-info-v2{border:1px solid var(--line);border-radius:19px;padding:16px;background:#fff;min-width:0}.pxshop-product-kicker{display:flex;gap:6px;flex-wrap:wrap;font-size:10px}.pxshop-product-kicker a,.pxshop-product-kicker span{background:#f2f5fb;padding:5px 8px;border-radius:999px;color:var(--p)}.pxshop-product-info h1{font-size:22px;line-height:1.55;margin:10px 0}.pxshop-lead{color:var(--muted);line-height:2;font-size:12px}.pxshop-price-box{border:1px solid var(--line);border-radius:15px;padding:13px;display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fbfcfe}.pxshop-price-box small{font-size:9px;color:var(--muted)}.pxshop-price-main strong{font-size:23px}.pxshop-price-main span{font-size:9px;margin-right:4px}.pxshop-availability{padding:6px 9px;border-radius:999px;font-size:9px;font-weight:800;white-space:nowrap}.pxshop-availability.in{background:#e8faf2;color:#087a50}.pxshop-availability.out{background:#f8eeee;color:#b33}.pxshop-delivery-box{margin:10px 0;border:1px solid var(--line);border-radius:15px;padding:11px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;background:#fff}.pxshop-delivery-box.local{background:#f4fbf7;border-color:#d8f0e4}.pxshop-delivery-box>i{font-size:18px;color:var(--p)}.pxshop-delivery-box>div{min-width:0}.pxshop-delivery-box small,.pxshop-delivery-box strong,.pxshop-delivery-box span{display:block}.pxshop-delivery-box small,.pxshop-delivery-box span{font-size:9px;color:var(--muted)}.pxshop-delivery-box strong{font-size:12px;margin:2px 0}.pxshop-delivery-box em{display:inline-block;margin-top:5px;font-size:8px;font-style:normal;color:#087a50;background:#e6f8ef;border-radius:999px;padding:3px 6px}.pxshop-delivery-box button{border:0;background:var(--p-soft);color:var(--p);border-radius:9px;padding:7px 9px;font-weight:800;font-size:9px;white-space:nowrap}.pxshop-variants{margin-top:15px}.pxshop-block-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pxshop-block-title>span{font-weight:800;font-size:12px}.pxshop-block-title>small{font-size:9px;color:var(--muted)}.pxshop-variant{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px;margin:5px 0;display:flex;justify-content:space-between;gap:10px;text-align:right;color:var(--ink)}.pxshop-variant.selected{border-color:var(--p);box-shadow:0 0 0 2px rgba(47,109,246,.07)}.pxshop-variant span b,.pxshop-variant span small{display:block}.pxshop-variant span b,.pxshop-variant>strong{font-size:11px}.pxshop-variant small{font-size:9px;color:var(--muted)}.pxshop-variant.disabled{opacity:.5}.pxshop-quick-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.pxshop-quick-facts>div{border:1px solid var(--line);border-radius:11px;padding:9px;display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:center;min-width:0}.pxshop-quick-facts i{grid-row:1/3;color:var(--p);font-size:12px}.pxshop-quick-facts span{font-size:8px;color:var(--muted)}.pxshop-quick-facts b{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pxshop-product-content-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:16px}.pxshop-content-card,.pxshop-seo-content,.pxshop-faq{border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px}.pxshop-section-title span{font-size:9px;color:var(--p);font-weight:800}.pxshop-section-title h2{font-size:17px;margin:3px 0 13px}.pxshop-specs-v2{display:grid}.pxshop-specs-v2>div{display:grid;grid-template-columns:minmax(90px,.6fr) 1.4fr;gap:10px;padding:10px 0;border-bottom:1px solid #f0f2f5}.pxshop-specs-v2>div:last-child{border-bottom:0}.pxshop-specs-v2 span{color:var(--muted);font-size:10px}.pxshop-specs-v2 b{font-size:10px;font-weight:700;line-height:1.8}.pxshop-richtext{line-height:2.15;color:#374151;font-size:12px;overflow-wrap:anywhere}.pxshop-richtext img{max-width:100%;height:auto;border-radius:12px}.pxshop-richtext table{display:block;max-width:100%;overflow:auto;border-collapse:collapse}.pxshop-seo-content,.pxshop-faq{margin-top:22px}.pxshop-faq-list{display:grid;gap:7px}.pxshop-faq-list details{border:1px solid var(--line);border-radius:12px;overflow:hidden}.pxshop-faq-list summary{cursor:pointer;list-style:none;padding:12px 13px;font-weight:800;font-size:11px;display:flex;justify-content:space-between;gap:8px}.pxshop-faq-list summary::-webkit-details-marker{display:none}.pxshop-faq-list details>div{padding:0 13px 13px;color:var(--muted);font-size:10px;line-height:2}.pxshop-faq-list details[open] summary i{transform:rotate(45deg)}

/* viewer */
.pxshop-media-viewer{position:fixed;inset:0;z-index:99999;background:rgba(5,9,16,.94);display:none;align-items:center;justify-content:center;padding:10px}.pxshop-media-viewer.open{display:flex}.pxshop-viewer-opened{overflow:hidden}.pxshop-viewer-content{width:100%;height:min(88dvh,900px);display:grid;place-items:center}.pxshop-viewer-content img,.pxshop-viewer-content video{max-width:92vw;max-height:86dvh;width:auto;height:auto;object-fit:contain;border-radius:10px}.pxshop-viewer-content video{background:#000}.pxshop-viewer-close,.pxshop-viewer-nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(8px);display:grid;place-items:center}.pxshop-viewer-close{top:10px;left:10px;width:40px;height:40px;border-radius:12px}.pxshop-viewer-nav{top:50%;transform:translateY(-50%);width:38px;height:50px;border-radius:12px}.pxshop-viewer-nav.prev{right:8px}.pxshop-viewer-nav.next{left:8px}.pxshop-viewer-caption{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.38);border-radius:999px;padding:5px 10px;font-size:9px;max-width:72vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* container breakpoints: based on real Shop width, not browser viewport */
@container pxshop (max-width:430px){
  .pxshop-page{padding-inline:10px}.pxshop-category-head{display:block}.pxshop-mini-location{margin-top:12px;width:100%}.pxshop-mini-location>div{flex:1}.pxshop-grid{gap:8px}.pxshop-card-body{padding:9px}.pxshop-card h3{font-size:11px;min-height:39px}.pxshop-price strong{font-size:13px}.pxshop-delivery-box{grid-template-columns:auto 1fr}.pxshop-delivery-box button{grid-column:2;justify-self:start}.pxshop-specs-v2>div{grid-template-columns:88px 1fr}
}
@container pxshop (min-width:620px){
  .pxshop-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pxshop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pxshop-product-info h1{font-size:26px}.pxshop-product-content-grid{grid-template-columns:.85fr 1.15fr}.pxshop-quick-facts{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@container pxshop (min-width:780px){
  .pxshop-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pxshop-category-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.pxshop-mobile-toolbar,.pxshop-filter-backdrop,.pxshop-filter-head{display:none!important}.pxshop-filters{position:sticky;z-index:auto;top:16px;right:auto;bottom:auto;width:auto;max-width:none;max-height:calc(100vh - 32px);border:1px solid var(--line);border-radius:16px;transform:none!important;box-shadow:none;overflow:auto}.pxshop-filters form{padding:5px 14px 16px}.pxshop-filter-actions{position:static;margin:8px 0 0;padding:10px 0 0}.pxshop-desktop-sort{display:flex}.pxshop-result-bar{min-height:42px}.pxshop-category-products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pxshop-product-layout{grid-template-columns:minmax(0,1.04fr) minmax(330px,.86fr);gap:22px}.pxshop-media-gallery{position:sticky;top:16px}.pxshop-product-info-v2{padding:20px}.pxshop-media-stage{border-radius:22px}.pxshop-media-thumb{flex-basis:72px;width:72px;height:72px}
}
@container pxshop (min-width:1030px){.pxshop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pxshop-category-products{grid-template-columns:repeat(3,minmax(0,1fr))}.pxshop-product-layout{grid-template-columns:minmax(0,1.08fr) minmax(390px,.8fr);gap:28px}.pxshop-media-stage{max-height:650px}}

/* =============================
   PixShow Shop Public v4.1
   Categories / products / cart / media
   ============================= */
.pxshop-antiforgery{display:none!important}
.pxshop-shopbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 14px;min-height:40px}
.pxshop-shopbar>span,.pxshop-shopbar-home{font-size:12px;font-weight:900;color:#344054;display:flex;align-items:center;gap:7px}.pxshop-shopbar-home i{color:var(--p)}
.pxshop-cart-chip{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#344054;font-size:10px;font-weight:800;transition:.18s}.pxshop-cart-chip i{color:var(--p)}.pxshop-cart-chip b{min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:#edf2f7;color:#64748b;font-size:9px}.pxshop-cart-chip b.has-items,.pxshop-cart-chip.active b{background:var(--p);color:#fff}.pxshop-cart-chip.pulse{animation:pxshopCartPulse .45s ease}@keyframes pxshopCartPulse{50%{transform:scale(1.08)}}

/* category hierarchy */
.pxshop-subcat-section{margin:14px 0 12px;border:1px solid var(--line);border-radius:17px;background:#fff;padding:12px}.pxshop-subcat-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.pxshop-subcat-head small,.pxshop-subcat-head strong{display:block}.pxshop-subcat-head small{font-size:9px;color:var(--muted)}.pxshop-subcat-head strong{font-size:12px;margin-top:2px}.pxshop-subcat-head>span{font-size:9px;color:var(--muted);white-space:nowrap}.pxshop-subcats{padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow:visible}.pxshop-subcats a{min-width:0;white-space:normal;padding:9px;border-radius:12px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:8px;align-items:center}.pxshop-subcat-icon{width:32px;height:32px;border-radius:9px;background:var(--p-soft)!important;color:var(--p)!important;display:grid!important;place-items:center;padding:0!important}.pxshop-subcat-copy{min-width:0;background:none!important;padding:0!important}.pxshop-subcat-copy strong,.pxshop-subcat-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pxshop-subcat-copy strong{font-size:10px}.pxshop-subcat-copy small{font-size:8px;color:var(--muted);margin-top:2px}.pxshop-subcats a>i{font-size:8px;color:#98a2b3}

/* card v4.1 */
.pxshop-card{position:relative}.pxshop-card-title{color:var(--ink)}.pxshop-card-actions{margin-top:9px;padding-top:8px;border-top:1px solid #f0f2f5}.pxshop-card-add,.pxshop-card-choose{height:34px;width:100%;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:9px;font-weight:900}.pxshop-card-add{border:0;background:var(--p);color:#fff;cursor:pointer}.pxshop-card-add:hover{filter:brightness(.97)}.pxshop-card-add.loading{opacity:.65;pointer-events:none}.pxshop-card-choose{border:1px solid #dce5f7;background:#f8fbff;color:var(--p)}.pxshop-card-unavailable{height:34px;border-radius:10px;background:#f4f5f7;color:#98a2b3;display:grid;place-items:center;font-size:9px;font-weight:800}

/* product purchase */
.pxshop-product-layout-v3{display:grid;grid-template-columns:1fr;gap:14px}.pxshop-product-info-v3{border:1px solid var(--line);border-radius:19px;padding:15px;background:#fff;min-width:0}.pxshop-price-box-v3{margin-top:12px}.pxshop-price-box-v3 del{font-size:10px;color:#98a2b3;margin-right:7px}.pxshop-price-box-v3 del.is-hidden{display:none}.pxshop-delivery-compact{margin:10px 0}.pxshop-buybox{display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px;margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}.pxshop-buybox.disabled{opacity:.55}.pxshop-qty{height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;overflow:hidden}.pxshop-qty button{height:100%;border:0;background:#f8fafc;color:#475467;display:grid;place-items:center;font-size:10px}.pxshop-qty input{width:100%;height:100%;border:0;outline:0;text-align:center;background:#fff;font-weight:900;color:#111827;min-width:0;-moz-appearance:textfield}.pxshop-qty input::-webkit-outer-spin-button,.pxshop-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pxshop-add-cart{height:46px;border:0;border-radius:12px;background:var(--p);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.pxshop-add-cart.loading{opacity:.68;pointer-events:none}.pxshop-add-cart:disabled{background:#cbd5e1;cursor:not-allowed}.pxshop-mobile-buybar{position:fixed;z-index:9990;right:0;left:0;bottom:64px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid var(--line);padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 -8px 24px rgba(15,23,42,.06)}.pxshop-mobile-buybar small,.pxshop-mobile-buybar strong{display:block}.pxshop-mobile-buybar small{font-size:8px;color:var(--muted)}.pxshop-mobile-buybar strong{font-size:13px}.pxshop-mobile-buybar button{height:40px;border:0;border-radius:11px;background:var(--p);color:#fff;padding:0 16px;font-size:10px;font-weight:900}.pxshop-product-page{padding-bottom:142px}

/* media: clean & efficient */
.pxshop-media-stage{background:#fff}.pxshop-media-content{background:#f8fafc}.pxshop-stage-video{width:100%;height:100%;position:relative;background:#0b0f17;display:grid;place-items:center}.pxshop-stage-video video{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#0b0f17}.pxshop-stage-video.is-portrait video{width:auto;max-width:min(78%,430px)}.pxshop-stage-video.is-square video{width:auto;max-width:min(92%,620px)}.pxshop-video-loader{position:absolute;z-index:2;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;display:grid;place-items:center}.pxshop-stage-video:not(.is-loading) .pxshop-video-loader{display:none}.pxshop-media-thumb.video:not(:has(img)):before{content:'\f03d';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:17px}.pxshop-media-thumb.video em{z-index:3}.pxshop-media-thumb.video .pxshop-play{z-index:2}.pxshop-viewer-content .pxshop-stage-video{height:min(86dvh,900px);width:min(92vw,1300px)}.pxshop-viewer-content .pxshop-stage-video.is-portrait{width:min(92vw,520px)}

/* cart */
.pxshop-cart-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:2px 0 14px;margin-bottom:14px}.pxshop-cart-head small{font-size:9px;color:var(--p);font-weight:800}.pxshop-cart-head h1{font-size:24px;margin:2px 0}.pxshop-cart-head p{font-size:10px;color:var(--muted);margin:0}.pxshop-cart-clear{border:0;background:#fff1f1;color:#c63d3d;border-radius:10px;padding:8px 10px;font-size:9px;font-weight:800}.pxshop-cart-layout{display:grid;grid-template-columns:1fr;gap:14px}.pxshop-cart-items{display:grid;gap:9px}.pxshop-cart-item{border:1px solid var(--line);border-radius:16px;background:#fff;padding:10px;display:grid;grid-template-columns:78px minmax(0,1fr);gap:10px;align-items:start}.pxshop-cart-item.is-unavailable{border-color:#f3c8c8;background:#fffafa}.pxshop-cart-item-media{width:78px;height:78px;border-radius:12px;background:#f5f7fa;overflow:hidden;grid-row:1/3}.pxshop-cart-item-media img{width:100%;height:100%;object-fit:cover}.pxshop-cart-item-copy{min-width:0}.pxshop-cart-item-copy h2{font-size:11px;line-height:1.7;margin:2px 0 3px;color:var(--ink)}.pxshop-cart-option{display:inline-block;background:#f2f5fb;color:#475467;border-radius:999px;padding:3px 6px;font-size:8px}.pxshop-cart-stock,.pxshop-cart-stock-warning{display:block;font-size:8px;margin-top:5px}.pxshop-cart-stock{color:#087a50}.pxshop-cart-stock-warning{color:#b42318}.pxshop-cart-item-price{grid-column:2;display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.pxshop-cart-item-price>strong{font-size:14px}.pxshop-cart-item-price>span,.pxshop-cart-item-price small{font-size:8px;color:var(--muted)}.pxshop-cart-item-price small{margin-right:auto}.pxshop-cart-item-actions{grid-column:1/3;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:8px;border-top:1px solid #f1f3f5}.pxshop-cart-qty{width:116px;height:38px}.pxshop-cart-remove{border:0;background:transparent;color:#b42318;font-size:9px;display:flex;align-items:center;gap:5px}.pxshop-cart-summary{border:1px solid var(--line);border-radius:17px;background:#fff;padding:14px;height:max-content}.pxshop-cart-summary-title,.pxshop-summary-row,.pxshop-summary-total{display:flex;align-items:center;justify-content:space-between;gap:10px}.pxshop-cart-summary-title{padding-bottom:10px;border-bottom:1px solid var(--line);font-size:11px}.pxshop-cart-summary-title b{font-size:9px;color:var(--muted)}.pxshop-summary-row{padding:11px 0;border-bottom:1px solid #f1f3f5;font-size:10px;color:var(--muted)}.pxshop-summary-row strong{color:#344054}.pxshop-free-shipping{margin:10px 0;padding:9px 10px;border-radius:11px;background:#effaf5;color:#087a50;font-size:9px;display:flex;align-items:center;gap:7px}.pxshop-summary-total{padding:12px 0;font-size:11px}.pxshop-summary-total strong{font-size:15px}.pxshop-checkout-next{width:100%;height:44px;border:0;border-radius:12px;background:var(--p);color:#fff;font:inherit;font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:space-between;padding:0 14px;text-decoration:none;cursor:pointer}.pxshop-continue-shopping{height:40px;margin-top:8px;border:1px solid var(--line);border-radius:11px;color:#475467;display:grid;place-items:center;font-size:9px;font-weight:800}.pxshop-cart-note{display:block;text-align:center;color:#98a2b3;font-size:8px;margin-top:8px;line-height:1.8}.pxshop-cart-empty{min-height:300px;border:1px dashed #d9e2ef;border-radius:20px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.pxshop-cart-empty-icon{width:62px;height:62px;border-radius:20px;background:var(--p-soft);color:var(--p);display:grid;place-items:center;font-size:24px}.pxshop-cart-empty h2{font-size:18px;margin:12px 0 3px}.pxshop-cart-empty p{font-size:10px;color:var(--muted);margin:0 0 13px}.pxshop-cart-empty>a{background:var(--p);color:#fff;border-radius:11px;padding:9px 14px;font-size:10px;font-weight:900}

/* shop toast */
.pxshop-toast-host{position:fixed;z-index:120000;top:18px;left:50%;transform:translateX(-50%);width:min(92vw,390px);display:grid;gap:7px;pointer-events:none}.pxshop-toast{transform:translateY(-12px);opacity:0;transition:.2s;border-radius:13px;background:#101828;color:#fff;padding:11px 13px;box-shadow:0 14px 38px rgba(15,23,42,.2);display:flex;align-items:center;gap:8px;font-size:10px;line-height:1.7}.pxshop-toast.show{transform:translateY(0);opacity:1}.pxshop-toast.success i{color:#6ce9a6}.pxshop-toast.error i{color:#fda29b}.pxshop-toast.info i{color:#84adff}

@container pxshop (max-width:430px){
 .pxshop-shopbar{margin-bottom:10px}.pxshop-cart-chip>span{display:none}.pxshop-cart-chip{padding:0 9px}.pxshop-subcats{grid-template-columns:1fr}.pxshop-buybox{grid-template-columns:104px minmax(0,1fr)}.pxshop-cart-head{align-items:center}.pxshop-cart-head p{display:none}.pxshop-cart-item{grid-template-columns:68px minmax(0,1fr)}.pxshop-cart-item-media{width:68px;height:68px}.pxshop-card-actions{margin-top:7px}
}
@container pxshop (min-width:620px){
 .pxshop-subcats{grid-template-columns:repeat(3,minmax(0,1fr))}.pxshop-cart-item{grid-template-columns:92px minmax(0,1fr) auto}.pxshop-cart-item-media{width:92px;height:92px;grid-row:1/3}.pxshop-cart-item-price{grid-column:3;grid-row:1;text-align:left;justify-content:flex-end;max-width:180px}.pxshop-cart-item-price small{width:100%;margin:4px 0 0}.pxshop-cart-item-actions{grid-column:2/4}.pxshop-mobile-buybar{display:none}.pxshop-product-page{padding-bottom:88px}
}
@container pxshop (min-width:780px){
 .pxshop-subcats{grid-template-columns:repeat(4,minmax(0,1fr))}.pxshop-product-layout-v3{grid-template-columns:minmax(0,1.05fr) minmax(340px,.85fr);gap:22px}.pxshop-product-info-v3{padding:20px}.pxshop-cart-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start}.pxshop-cart-summary{position:sticky;top:16px}
}
@container pxshop (min-width:1030px){.pxshop-cart-layout{grid-template-columns:minmax(0,1fr) 330px}.pxshop-subcats{grid-template-columns:repeat(5,minmax(0,1fr))}}
.pxshop-card-media{background:#fff}.pxshop-card-media img{object-fit:contain;padding:10px;background:#fff}


/* =========================================================
   v4.2 — Product mobile purchase bar
   Replaces the global mobile bottom navigation only on Product.cshtml.
   ========================================================= */
.pxshop-purchase-bar{
    position:absolute;
    z-index:9992;
    right:50%;
    left:auto;
    bottom:0;
    transform:translateX(50%);
    width:min(720px,100%);
    min-height:68px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:9px 12px calc(9px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,.97);
    border:1px solid #e8edf4;
    border-bottom:0;
    border-radius:18px 18px 0 0;
    box-shadow:0 -8px 28px rgba(15,23,42,.08);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    direction:rtl;
}
.pxshop-purchase-price{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:1px}
.pxshop-purchase-price>small{font-size:9px;line-height:1.4;color:#98a2b3;font-weight:700}
.pxshop-purchase-price-row{display:flex;align-items:baseline;gap:4px;white-space:nowrap}
.pxshop-purchase-price-row strong{font-size:16px;line-height:1.45;color:#101828;font-weight:950;letter-spacing:-.25px}
.pxshop-purchase-price-row span{font-size:9px;color:#667085;font-weight:800}
.pxshop-purchase-actions{margin-right:auto;display:flex;align-items:center;gap:7px;min-width:0}
.pxshop-purchase-cart{
    position:relative;
    flex:0 0 44px;
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border:1px solid #e4eaf2;
    border-radius:13px;
    background:#fff;
    color:#344054;
    font-size:15px;
    text-decoration:none;
}
.pxshop-purchase-cart b{
    position:absolute;
    top:-5px;
    left:-5px;
    min-width:19px;
    height:19px;
    padding:0 5px;
    border:2px solid #fff;
    border-radius:999px;
    background:var(--p);
    color:#fff;
    display:grid;
    place-items:center;
    font-size:8px;
    line-height:1;
    font-weight:900;
}
.pxshop-purchase-cart b:not(.has-items){display:none}
.pxshop-purchase-add{
    min-width:138px;
    height:44px;
    padding:0 15px;
    border:0;
    border-radius:13px;
    background:var(--p);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    font-size:10px;
    font-weight:950;
    white-space:nowrap;
    box-shadow:0 7px 18px rgba(50,107,222,.20);
    cursor:pointer;
}
.pxshop-purchase-add i{font-size:10px}
.pxshop-purchase-add:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;color:#fff}
.pxshop-purchase-add.loading{opacity:.68;pointer-events:none}
.pxshop-product-page{padding-bottom:calc(104px + env(safe-area-inset-bottom))!important}

@media (max-width:390px){
    .pxshop-purchase-bar{gap:8px;padding-right:10px;padding-left:10px}
    .pxshop-purchase-price-row strong{font-size:14px}
    .pxshop-purchase-add{min-width:124px;padding:0 12px}
    .pxshop-purchase-cart{flex-basis:42px;width:42px;height:42px}
}
@media (min-width:800px){
    .pxshop-purchase-bar{max-width:720px}
    .pxshop-product-page{padding-bottom:104px!important}
}

/* v5.0 — Product purchase bar brand color + stronger cart badge */
.pxshop-page{--p:#2f6df6!important}
.pxshop-purchase-add,.pxshop-add-cart{background:#2f6df6!important}
.pxshop-purchase-cart{color:#2f6df6;border-color:#dbe5ff;background:#f8faff}
.pxshop-purchase-cart b.has-items{
  display:grid!important;
  background:#2f6df6!important;
  color:#fff!important;
  min-width:20px;height:20px;font-size:9px;
  box-shadow:0 4px 10px rgba(47,109,246,.28)
}

/* =========================================================
   v5.1 — Home slider replaces the long hero copy
   Reuses PixShow's existing custom slider structure/data.
   ========================================================= */
.pxshop-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
.pxshop-home-intro{display:grid;gap:10px;}
.pxshop-home-slider{margin:0!important;width:100%;}
.pxshop-home-slider .custom-slider-container{border-radius:18px!important;background:#f2f5fa!important;aspect-ratio:16/6.3;min-height:0;overflow:hidden;box-shadow:none!important;}
.pxshop-home-slider .custom-slider-track{height:100%!important;}
.pxshop-home-slider .custom-slide{height:100%!important;}
.pxshop-home-slider .custom-slide a{display:block;width:100%;height:100%;}
.pxshop-home-slider .custom-slide img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;min-height:0!important;max-height:none!important;border-radius:0!important;}
.pxshop-home-slider .custom-slider-btn{width:30px!important;height:30px!important;font-size:10px!important;background:rgba(15,23,42,.48)!important;box-shadow:none!important;}
.pxshop-home-slider .custom-slider-dots{margin-top:7px!important;min-height:22px;}
.pxshop-home-search{margin:0!important;}
.pxshop-home-fallback{min-height:128px;border-radius:18px;background:linear-gradient(135deg,#edf4ff,#f8fbff);border:1px solid #deebff;padding:18px;display:flex;flex-direction:column;justify-content:center;gap:5px;}
.pxshop-home-fallback span{font-size:9px;font-weight:900;color:#2f6df6;}
.pxshop-home-fallback strong{font-size:21px;line-height:1.6;color:#101828;}
.pxshop-home-fallback small{font-size:10px;line-height:1.8;color:#667085;}

@container pxshop-shell (max-width:520px){
 .pxshop-home-slider .custom-slider-container{aspect-ratio:16/7.2;border-radius:15px!important;}
 .pxshop-home-slider .custom-slider-btn{display:none!important;}
 .pxshop-home-fallback{min-height:108px;padding:14px;}
 .pxshop-home-fallback strong{font-size:18px;}
}

/* v5.2 - department hub */
.pxshop-department-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pxshop-department-card{position:relative;display:flex;align-items:center;min-height:150px;padding:18px;border:1px solid #e7edf7;border-radius:22px;background:#fff;overflow:hidden;text-decoration:none;color:#172033;box-shadow:0 8px 24px rgba(26,43,77,.05)}.pxshop-department-card:before{content:"";position:absolute;inset:auto 0 0 0;height:4px;background:var(--dept-color,#2f6df6)}.pxshop-department-card img{width:104px;height:104px;object-fit:cover;border-radius:18px;margin-left:15px}.pxshop-department-card div{display:flex;flex-direction:column;gap:5px;min-width:0}.pxshop-department-card span{font-size:11px;color:#70809c}.pxshop-department-card strong{font-size:18px;color:#15223b}.pxshop-department-card small{font-size:12px;color:#75839a;line-height:1.9}.pxshop-department-card>i{margin-right:auto;color:var(--dept-color,#2f6df6)}.pxshop-department-seo{line-height:2;color:#475569}.pxshop-department-seo h2,.pxshop-department-seo h3{color:#172033}
@media(max-width:820px){.pxshop-department-grid{grid-template-columns:1fr 1fr}.pxshop-department-card{min-height:120px;padding:13px;border-radius:18px}.pxshop-department-card img{width:72px;height:72px;border-radius:14px}.pxshop-department-card strong{font-size:15px}.pxshop-department-card small{display:none}}
@media(max-width:520px){.pxshop-department-grid{grid-template-columns:1fr}.pxshop-department-card{min-height:104px}.pxshop-department-card img{width:66px;height:66px}}

/* =========================================================
   v5.6 — Product detail clean responsive system
   Mobile-first; desktop scales independently.
   ========================================================= */
.pxshop-product-page{
  --product-card-radius:18px;
  padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;
}
.pxshop-product-page .pxshop-product-layout-v3{display:grid;grid-template-columns:1fr;gap:14px;align-items:start}
.pxshop-product-page .pxshop-product-info-v3{border:1px solid #e6ebf2;border-radius:var(--product-card-radius);padding:15px;background:#fff;box-shadow:0 6px 22px rgba(15,23,42,.035)}
.pxshop-product-page .pxshop-product-info h1{font-size:22px;line-height:1.65;margin:10px 0 8px;color:#172033}
.pxshop-product-page .pxshop-lead{font-size:12.5px;line-height:2;color:#64748b;margin:0 0 12px}
.pxshop-product-page .pxshop-rating-jump{display:inline-flex;align-items:center;gap:8px;min-height:34px;margin:0 0 8px;padding:0;border:0;background:transparent;color:#475569;font:inherit;cursor:pointer}
.pxshop-product-page .pxshop-rating-jump small{font-size:11px;color:#64748b}
.pxshop-product-page .pxshop-rating-jump:hover small{color:#245ddb}
.pxshop-product-page .pxshop-price-box-v3{margin-top:12px;padding:14px;border-radius:15px}
.pxshop-product-page .pxshop-price-main strong{font-size:24px}
.pxshop-product-page .pxshop-price-date{margin-top:8px;display:flex;gap:6px 12px;align-items:center;flex-wrap:wrap;color:#64748b;font-size:10.5px;line-height:1.8}
.pxshop-product-page .pxshop-price-date b{color:#0f766e;font-weight:850}
.pxshop-product-page .pxshop-delivery-box{margin:10px 0}
.pxshop-product-page .pxshop-buybox{grid-template-columns:104px minmax(0,1fr)}
.pxshop-product-page .pxshop-quick-facts>div{min-height:58px}

/* Detail navigation: buttons, never URL hashes. */
.pxshop-product-page .pxshop-detail-nav{display:flex;gap:8px;overflow-x:auto;padding:10px 1px 4px;margin:14px 0 10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.pxshop-product-page .pxshop-detail-nav::-webkit-scrollbar{display:none}
.pxshop-product-page .pxshop-detail-nav button{flex:0 0 auto;min-height:38px;padding:0 13px;border:1px solid #dfe7f1;border-radius:999px;background:#fff;color:#41516a;font:inherit;font-size:11px;font-weight:850;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}
.pxshop-product-page .pxshop-detail-nav button:hover,.pxshop-product-page .pxshop-detail-nav button.is-active{border-color:#9bbaf0;background:#f3f7ff;color:#2459bb}
.pxshop-product-page .pxshop-content-stack{display:grid;gap:14px}
.pxshop-product-page .pxshop-content-card{width:100%;min-width:0;padding:15px;border:1px solid #e6ebf2;border-radius:var(--product-card-radius);background:#fff;box-shadow:0 5px 20px rgba(15,23,42,.025);overflow:visible}
.pxshop-product-page .pxshop-section-title{margin-bottom:12px}
.pxshop-product-page .pxshop-section-title span{font-size:10px;color:#2f6df6;font-weight:850}
.pxshop-product-page .pxshop-section-title h2{font-size:17px;line-height:1.7;margin:3px 0 0;color:#172033}
.pxshop-product-page .pxshop-richtext{font-size:13px;line-height:2.15;color:#3f4d63}
.pxshop-product-page .pxshop-richtext h2,.pxshop-product-page .pxshop-richtext h3{line-height:1.8;color:#172033;margin:18px 0 8px}
.pxshop-product-page .pxshop-richtext p{margin:0 0 12px}
.pxshop-product-page .pxshop-richtext ul,.pxshop-product-page .pxshop-richtext ol{padding-right:20px}
.pxshop-product-page .pxshop-features-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.pxshop-product-page .pxshop-feature{min-width:0;border:1px solid #edf1f6;border-radius:13px;padding:12px;background:#fbfdff}
.pxshop-product-page .pxshop-feature span{display:block;font-size:10px;color:#7b8798;margin-bottom:5px}
.pxshop-product-page .pxshop-feature b{display:block;font-size:12px;line-height:1.8;color:#24324a;overflow-wrap:anywhere}
.pxshop-product-page .table-responsive{width:100%;overflow-x:auto}
.pxshop-product-page .pxshop-spec-table{width:100%;border-collapse:collapse;min-width:0}
.pxshop-product-page .pxshop-spec-table tr+tr{border-top:1px solid #eef2f7}
.pxshop-product-page .pxshop-spec-table th,.pxshop-product-page .pxshop-spec-table td{padding:11px 8px;text-align:right;vertical-align:top;font-size:11.5px;line-height:1.9}
.pxshop-product-page .pxshop-spec-table th{width:38%;font-weight:650;color:#748195}
.pxshop-product-page .pxshop-spec-table td{font-weight:750;color:#24324a;overflow-wrap:anywhere}

/* Reviews */
.pxshop-product-page .pxshop-stars{display:inline-flex;align-items:center;color:#f59e0b;letter-spacing:1px;font-size:15px;line-height:1}
.pxshop-product-page .pxshop-stars-empty{color:#dbe3ed}
.pxshop-product-page .pxshop-review-summary{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:14px;border:1px solid #e8eef6;border-radius:14px;background:#f9fbfe}
.pxshop-product-page .pxshop-review-summary.is-empty{border-style:dashed}
.pxshop-product-page .pxshop-review-score{display:flex;align-items:baseline;gap:4px}
.pxshop-product-page .pxshop-review-score strong{font-size:26px;line-height:1;color:#172033;font-weight:950}
.pxshop-product-page .pxshop-review-score span{font-size:11px;color:#7b8798}
.pxshop-product-page .pxshop-review-summary-caption{margin-top:6px;font-size:10.5px;line-height:1.9;color:#7b8798}
.pxshop-product-page .pxshop-review-empty-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px;background:#eef3f8;color:#91a0b4;font-size:18px}
.pxshop-product-page .pxshop-review-summary.is-empty b{display:block;font-size:12.5px;line-height:1.8;color:#334155}
.pxshop-product-page .pxshop-review-list{display:grid;gap:10px;margin-top:14px}
.pxshop-product-page .pxshop-review{border:1px solid #e8edf3;border-radius:14px;padding:14px;background:#fff}
.pxshop-product-page .pxshop-review-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.pxshop-product-page .pxshop-review-user{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.pxshop-product-page .pxshop-review-user>b{font-size:12px;color:#1e293b}
.pxshop-product-page .pxshop-verified{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:9px;font-weight:850}
.pxshop-product-page .pxshop-review-date{font-size:9.5px;color:#94a3b8;white-space:nowrap}
.pxshop-product-page .pxshop-review-title{font-size:12.5px;line-height:1.8;color:#1e293b;margin:10px 0 0;font-weight:900}
.pxshop-product-page .pxshop-review>p{margin:6px 0 0;color:#475569;font-size:12px;line-height:2.05;white-space:pre-line}
.pxshop-product-page .pxshop-review-reply{margin-top:11px;border-right:3px solid #2f6df6;background:#f6f9ff;padding:10px 11px;border-radius:10px;color:#334155;font-size:11px;line-height:1.95}
.pxshop-product-page .pxshop-review-reply>b{color:#2453a6}
.pxshop-product-page .pxshop-review-reply-text{margin-top:3px}
.pxshop-product-page .pxshop-review-empty{margin-top:14px;min-height:106px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px dashed #d8e1ed;border-radius:14px;background:#fbfcfe;text-align:center;padding:18px;color:#94a3b8}
.pxshop-product-page .pxshop-review-empty i{font-size:22px;color:#9bb8e8}
.pxshop-product-page .pxshop-review-empty b{font-size:12.5px;color:#475569}
.pxshop-product-page .pxshop-review-empty span{font-size:10.5px;line-height:1.8}
.pxshop-product-page .pxshop-review-message{padding:10px 12px;border-radius:11px;margin-top:12px;font-size:11px;line-height:1.9}
.pxshop-product-page .pxshop-review-message.success{background:#ecfdf5;color:#047857}
.pxshop-product-page .pxshop-review-message.warning{background:#fffbeb;color:#92400e}

.pxshop-product-page .pxshop-review-form{width:100%;margin-top:16px;padding:14px;border:1px solid #e2eaf4;border-radius:15px;background:#fbfdff}
.pxshop-product-page .pxshop-review-form-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:14px}
.pxshop-product-page .pxshop-review-form-head>div>span{display:block;color:#2f6df6;font-size:10px;font-weight:900;margin-bottom:3px}
.pxshop-product-page .pxshop-review-form-head h3{margin:0;color:#172033;font-size:15px;line-height:1.7;font-weight:950}
.pxshop-product-page .pxshop-review-form-head p{margin:4px 0 0;color:#7c899b;font-size:10.5px;line-height:1.9}
.pxshop-product-page .pxshop-review-purchase-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:9px;font-weight:900;white-space:nowrap}
.pxshop-product-page .pxshop-review-form-grid{width:100%;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}
.pxshop-product-page .pxshop-review-form-grid>*{min-width:0}
.pxshop-product-page .pxshop-review-rating-field{min-inline-size:0;margin:0;padding:11px 12px;border:1px solid #e1e8f0;border-radius:12px;background:#fff}
.pxshop-product-page .pxshop-review-rating-field legend{padding:0 4px;color:#475569;font-size:10.5px;font-weight:850}
.pxshop-product-page .pxshop-rating-picker{display:flex;align-items:center;gap:4px;direction:ltr;min-height:42px}
.pxshop-product-page .pxshop-rating-picker input[type=hidden]{display:none!important}
.pxshop-product-page .pxshop-rating-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#d6dee9;font:inherit;font-family:Arial,sans-serif;font-size:28px;line-height:1;cursor:pointer;transition:transform .12s ease,color .12s ease,background .12s ease}
.pxshop-product-page .pxshop-rating-button:hover{transform:translateY(-1px);background:#fff8e7}
.pxshop-product-page .pxshop-rating-button.is-active{color:#f59e0b}
.pxshop-product-page .pxshop-rating-button:focus-visible{outline:2px solid #7fa8f1;outline-offset:2px}
.pxshop-product-page .pxshop-rating-status{margin-top:5px;color:#77869a;font-size:10.5px;line-height:1.8}
.pxshop-product-page .pxshop-rating-status.is-error{color:#b42318;font-weight:800}
.pxshop-product-page .pxshop-review-field{display:flex;flex-direction:column;gap:6px;width:100%}
.pxshop-product-page .pxshop-review-field>span{font-size:11px;color:#475569;font-weight:850}
.pxshop-product-page .pxshop-review-field>span small{font-size:9px;color:#98a2b3;font-weight:500}
.pxshop-product-page .pxshop-review-field input,.pxshop-product-page .pxshop-review-field textarea{display:block;width:100%;max-width:100%;box-sizing:border-box;border:1px solid #dce4ee;border-radius:11px;background:#fff;color:#25324a;font:inherit;font-size:12px;line-height:1.9;outline:0;transition:.16s ease}
.pxshop-product-page .pxshop-review-field input{height:44px;padding:0 12px}
.pxshop-product-page .pxshop-review-field textarea{min-height:120px;resize:vertical;padding:10px 12px}
.pxshop-product-page .pxshop-review-field input:focus,.pxshop-product-page .pxshop-review-field textarea:focus{border-color:#88acf0;box-shadow:0 0 0 3px rgba(47,109,246,.08)}
.pxshop-product-page .pxshop-review-field>small{font-size:9.5px;line-height:1.8;color:#98a2b3}
.pxshop-product-page .pxshop-review-submit-row{display:flex;align-items:flex-start;gap:8px;flex-direction:column}
.pxshop-product-page .pxshop-review-submit{width:100%;min-height:44px;border:0;border-radius:11px;background:#2f6df6;color:#fff;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font:inherit;font-size:11.5px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(47,109,246,.16)}
.pxshop-product-page .pxshop-review-submit:hover{background:#245ddb}
.pxshop-product-page .pxshop-review-submit-row>span{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;line-height:1.8;color:#8a96a7}
.pxshop-product-page .pxshop-login-review{min-height:76px;display:flex;align-items:center;gap:10px;border:1px dashed #cbd8e8;border-radius:13px;background:#fff;padding:12px;color:#536174}
.pxshop-product-page .pxshop-login-review>i{width:36px;height:36px;border-radius:11px;background:#eef4ff;color:#2f6df6;display:grid;place-items:center;font-size:17px}
.pxshop-product-page .pxshop-login-review>div{min-width:0;flex:1}
.pxshop-product-page .pxshop-login-review b,.pxshop-product-page .pxshop-login-review span{display:block}
.pxshop-product-page .pxshop-login-review b{font-size:11.5px;color:#334155}
.pxshop-product-page .pxshop-login-review span{margin-top:3px;font-size:10px;color:#94a3b8;line-height:1.7}
.pxshop-product-page .pxshop-login-review button{border:1px solid #c8d7ee;background:#fff;color:#2f6df6;border-radius:10px;padding:8px 10px;font:inherit;font-size:10px;font-weight:900;cursor:pointer;white-space:nowrap}

@media (max-width:460px){
  .pxshop-product-page .pxshop-review-head{display:block}
  .pxshop-product-page .pxshop-review-date{display:block;margin-top:6px}
  .pxshop-product-page .pxshop-review-form-head{display:block}
  .pxshop-product-page .pxshop-review-purchase-badge{margin-top:9px}
  .pxshop-product-page .pxshop-login-review{align-items:flex-start;flex-wrap:wrap}
  .pxshop-product-page .pxshop-login-review button{width:100%}
  .pxshop-product-page .pxshop-features-grid{grid-template-columns:1fr}
}
@media (min-width:701px){
  .pxshop-product-page .pxshop-content-card{padding:20px}
  .pxshop-product-page .pxshop-review-form{padding:18px}
  .pxshop-product-page .pxshop-review-form-grid{grid-template-columns:minmax(190px,.75fr) minmax(0,1.25fr);gap:14px 16px}
  .pxshop-product-page .pxshop-review-field-full,.pxshop-product-page .pxshop-review-submit-row{grid-column:1/-1}
  .pxshop-product-page .pxshop-review-submit-row{flex-direction:row;align-items:center}
  .pxshop-product-page .pxshop-review-submit{width:auto;min-width:145px}
  .pxshop-product-page .pxshop-features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@container pxshop-shell (min-width:800px){
  .pxshop-purchase-bar{display:none!important}
}
@container pxshop-shell (max-width:799px){
  .pxshop-purchase-bar{display:flex!important}
  .pxshop-product-page{padding-bottom:calc(104px + env(safe-area-inset-bottom))!important}
}
@media (min-width:920px){
  .pxshop-product-page .pxshop-product-layout-v3{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:22px}
  .pxshop-product-page .pxshop-media-gallery{position:sticky;top:14px}
  .pxshop-product-page .pxshop-product-info-v3{padding:20px}
  .pxshop-product-page .pxshop-content-card{padding:22px}
  .pxshop-product-page .pxshop-section-title h2{font-size:19px}
  .pxshop-product-page .pxshop-richtext{font-size:13.5px}
  .pxshop-product-page .pxshop-review-form{padding:22px}
  .pxshop-product-page .pxshop-review-form-head h3{font-size:16px}
  .pxshop-product-page .pxshop-review-field input,.pxshop-product-page .pxshop-review-field textarea{font-size:13px}
  .pxshop-product-page .pxshop-rating-button{width:42px;height:42px;font-size:31px}
}


/* =========================================================
   v5.7 — Product responsive hardening
   Important: PixShow shell width can be much smaller than the
   browser viewport on desktop. Product layout therefore follows
   the actual Shop container width, not viewport width.
   Mobile rules remain untouched.
   ========================================================= */

/* Reset viewport-driven desktop rules. The actual desktop layout
   is enabled again only by the container queries below. */
.pxshop-product-page .pxshop-product-layout-v3{
    grid-template-columns:minmax(0,1fr);
    gap:14px;
}
.pxshop-product-page .pxshop-media-gallery{
    position:static;
    top:auto;
    width:100%;
    max-width:100%;
    min-width:0;
}
.pxshop-product-page .pxshop-media-stage{
    width:100%;
    max-width:100%;
    min-width:0;
    aspect-ratio:1/1;
}
.pxshop-product-page .pxshop-media-content{
    width:100%;
    max-width:100%;
    min-width:0;
}
.pxshop-product-page .pxshop-media-content img,
.pxshop-product-page .pxshop-media-content video{
    display:block;
    width:100%;
    height:100%;
    max-width:100%;
    object-fit:contain;
}
.pxshop-product-page .pxshop-media-thumbs{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    width:100%;
    max-width:100%;
    min-width:0;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:8px 1px 2px;
}
.pxshop-product-page .pxshop-media-thumb{
    flex:0 0 62px;
    width:62px;
    height:62px;
}

/* Review form must also follow available content width. */
.pxshop-product-page .pxshop-review-form-grid{
    grid-template-columns:minmax(0,1fr);
    gap:12px;
}
.pxshop-product-page .pxshop-review-field-full,
.pxshop-product-page .pxshop-review-submit-row{
    grid-column:auto;
}
.pxshop-product-page .pxshop-review-submit-row{
    flex-direction:column;
    align-items:stretch;
}
.pxshop-product-page .pxshop-review-submit{
    width:100%;
    min-width:0;
}

/* Narrow/medium Shop shell: keep the layout mobile-first even if
   the browser itself is desktop sized. */
@container pxshop (max-width:699px){
    .pxshop-product-page .pxshop-review-form-head{
        display:block;
    }
    .pxshop-product-page .pxshop-review-purchase-badge{
        margin-top:9px;
    }
    .pxshop-product-page .pxshop-review-head{
        display:block;
    }
    .pxshop-product-page .pxshop-review-date{
        display:block;
        margin-top:6px;
    }
    .pxshop-product-page .pxshop-features-grid{
        grid-template-columns:minmax(0,1fr);
    }
}

/* Tablet / roomy single-column layout. Keep image and buy box
   visually balanced, without forcing a premature two-column hero. */
@container pxshop (min-width:560px) and (max-width:899px){
    .pxshop-product-page .pxshop-media-gallery,
    .pxshop-product-page .pxshop-product-info-v3{
        width:100%;
        max-width:720px;
        margin-inline:auto;
    }
    .pxshop-product-page .pxshop-media-thumb{
        flex-basis:68px;
        width:68px;
        height:68px;
    }
    .pxshop-product-page .pxshop-content-card{
        padding:20px;
    }
}

/* Review form becomes two-column only when the Shop container
   actually has enough room. */
@container pxshop (min-width:700px){
    .pxshop-product-page .pxshop-review-form-grid{
        grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr);
        gap:14px 16px;
    }
    .pxshop-product-page .pxshop-review-field-full,
    .pxshop-product-page .pxshop-review-submit-row{
        grid-column:1/-1;
    }
    .pxshop-product-page .pxshop-review-submit-row{
        flex-direction:row;
        align-items:center;
    }
    .pxshop-product-page .pxshop-review-submit{
        width:auto;
        min-width:150px;
    }
    .pxshop-product-page .pxshop-features-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

/* Real desktop: only now split gallery and purchase information. */
@container pxshop (min-width:900px){
    .pxshop-product-page .pxshop-product-layout-v3{
        grid-template-columns:minmax(0,1.06fr) minmax(380px,.94fr);
        gap:24px;
    }
    .pxshop-product-page .pxshop-media-gallery{
        position:sticky;
        top:16px;
        max-width:none;
        margin:0;
    }
    .pxshop-product-page .pxshop-product-info-v3{
        max-width:none;
        margin:0;
        padding:22px;
    }
    .pxshop-product-page .pxshop-media-stage{
        border-radius:22px;
        max-height:620px;
    }
    .pxshop-product-page .pxshop-media-thumb{
        flex-basis:72px;
        width:72px;
        height:72px;
    }
    .pxshop-product-page .pxshop-features-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
    .pxshop-product-page .pxshop-review-form{
        padding:22px;
    }
}

/* Large desktop refinement. */
@container pxshop (min-width:1120px){
    .pxshop-product-page .pxshop-product-layout-v3{
        grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr);
        gap:30px;
    }
    .pxshop-product-page .pxshop-media-stage{
        max-height:680px;
    }
}


/* ===== Shop public v6: richer home/category discovery ===== */
.pxshop-category-grid-v2{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.pxshop-category-card-v2{min-width:0;text-decoration:none;color:#1f2937;text-align:center}.pxshop-category-media{width:92px;height:92px;margin:0 auto 8px;border-radius:28px;background:#f5f8ff;border:1px solid #e8eef8;display:grid;place-items:center;overflow:hidden;transition:.18s ease}.pxshop-category-media img{width:100%;height:100%;object-fit:cover}.pxshop-category-media i{font-size:28px;color:var(--cat-color,#2f6df6)}.pxshop-category-card-v2:hover .pxshop-category-media{transform:translateY(-3px);box-shadow:0 12px 26px rgba(15,23,42,.09)}.pxshop-category-copy strong,.pxshop-category-copy small{display:block}.pxshop-category-copy strong{font-size:11px;font-weight:900}.pxshop-category-copy small{font-size:8.5px;color:#98a2b3;margin-top:3px}.pxshop-category-card-v2.featured .pxshop-category-media{border-color:var(--cat-color,#2f6df6)}
.pxshop-category-head-v2{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px;border:1px solid #e7edf5;border-radius:20px;background:#fbfdff}.pxshop-category-hero-media{width:84px;height:84px;border-radius:22px;background:#fff;border:1px solid #e5ebf3;display:grid;place-items:center;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.06)}.pxshop-category-hero-media img{width:100%;height:100%;object-fit:cover}.pxshop-category-hero-media i{font-size:28px;color:var(--cat-color,#2f6df6)}.pxshop-category-head-v2 .pxshop-category-title h1{font-size:24px;margin:2px 0 5px}.pxshop-category-head-v2 .pxshop-category-title>span{font-size:9px;font-weight:900;color:var(--cat-color,#2f6df6)}
.pxshop-subcats-v2{grid-template-columns:repeat(4,minmax(0,1fr))}.pxshop-subcats-v2>a{border-radius:15px}.pxshop-subcats-v2 .pxshop-subcat-icon{width:52px;height:52px;border-radius:14px;overflow:hidden;background:#f5f8ff;color:var(--cat-color,#2f6df6)}.pxshop-subcats-v2 .pxshop-subcat-icon img{width:100%;height:100%;object-fit:cover}
.pxshop-active-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:12px 0}.pxshop-active-filters>span{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbe5f2;border-radius:999px;background:#fff;padding:6px 9px;font-size:9.5px;color:#475569}.pxshop-active-filters>span a{color:#98a2b3}.pxshop-active-clear{font-size:9.5px;font-weight:900;color:#d92d20;text-decoration:none;padding:6px}
@container pxshop (max-width:900px){
  .pxshop-category-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}
  .pxshop-subcats-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pxshop-category-head-v2{grid-template-columns:84px minmax(0,1fr);align-items:start}
  .pxshop-category-head-v2 .pxshop-mini-location{grid-column:1/-1;margin-top:2px;width:100%}
  .pxshop-category-head-v2 .pxshop-category-title{min-width:0;width:100%}
  .pxshop-category-head-v2 .pxshop-category-title p{max-width:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.95}
}
@container pxshop (max-width:540px){
  .pxshop-category-grid-v2{display:flex;overflow-x:auto;gap:12px;padding-bottom:5px}
  .pxshop-category-card-v2{flex:0 0 84px}
  .pxshop-category-media{width:72px;height:72px;border-radius:22px}
  .pxshop-category-copy strong{font-size:10px}
  .pxshop-category-head-v2{grid-template-columns:64px minmax(0,1fr);padding:13px;gap:11px;border-radius:16px}
  .pxshop-category-hero-media{width:64px;height:64px;border-radius:17px}
  .pxshop-category-head-v2 .pxshop-category-title h1{font-size:19px;line-height:1.55;margin-top:1px}
  .pxshop-category-head-v2 .pxshop-category-title>span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .pxshop-category-head-v2 .pxshop-category-title p{font-size:10.5px;line-height:1.9;margin-top:4px;-webkit-line-clamp:2}
  .pxshop-category-head-v2 .pxshop-mini-location{padding:8px 9px;border-radius:12px}
  .pxshop-subcats-v2{display:flex;overflow-x:auto;gap:9px}
  .pxshop-subcats-v2>a{flex:0 0 190px}
}

/* v6.1 — category SEO content: compact first, expand on demand */
.pxshop-seo-content-v2{position:relative;overflow:hidden}
.pxshop-seo-collapse{position:relative}
.pxshop-seo-collapse-body{position:relative;max-height:220px;overflow:hidden;transition:max-height .28s ease}
.pxshop-seo-collapse.has-overflow .pxshop-seo-collapse-body:after{content:"";position:absolute;right:0;left:0;bottom:0;height:70px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 82%)}
.pxshop-seo-collapse.is-expanded .pxshop-seo-collapse-body{max-height:none}
.pxshop-seo-collapse.is-expanded .pxshop-seo-collapse-body:after{display:none}
.pxshop-seo-toggle{min-width:110px;height:38px;margin:10px auto 0;border:1px solid #d9e4f2;border-radius:11px;background:#fff;color:#2f6df6;display:flex;align-items:center;justify-content:center;gap:7px;font:inherit;font-size:10px;font-weight:900;cursor:pointer}
.pxshop-seo-toggle i{font-size:9px;transition:transform .2s ease}
.pxshop-seo-collapse.is-expanded .pxshop-seo-toggle i{transform:rotate(180deg)}
@container pxshop (max-width:540px){
  .pxshop-seo-content-v2{padding:14px}
  .pxshop-seo-collapse-body{max-height:170px}
  .pxshop-seo-content-v2 .pxshop-section-title h2{font-size:15px;margin-bottom:9px}
  .pxshop-seo-content-v2 .pxshop-richtext{font-size:10.5px;line-height:2}
}
