.shop-page{background:#f4f8fb;color:var(--ink-deep)}
.shop-page #siteHeader{background:rgba(244,248,251,.96);backdrop-filter:blur(12px)}
.header-nav a.active{background:#e3f0f8;color:var(--brand);font-weight:800}
.shop-container{width:min(1380px,92vw);margin-inline:auto}

/* ---------- compact panoramic shop hero ---------- */
.shop-intro{position:relative;isolation:isolate;min-height:clamp(240px,19vw,290px);overflow:hidden;border-bottom:1px solid #0b6e9c;background:#001b43;color:#eef8ff}
.shop-intro::before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(ellipse 36% 90% at 50% 50%,rgba(0,17,43,.74) 0%,rgba(0,21,50,.54) 52%,rgba(0,24,53,.12) 100%),linear-gradient(90deg,rgba(0,25,58,.18),rgba(0,18,44,.32) 50%,rgba(0,78,68,.12))}
.shop-intro::after{content:"";position:absolute;z-index:3;right:0;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#0057b8 0%,#42b7e5 46%,#19ac55 100%);box-shadow:0 -8px 24px rgba(66,183,229,.18)}
.shop-intro-media{position:absolute;z-index:-2;inset:0;display:block;background:#001b43}
.shop-intro-media img{width:100%;height:100%;object-fit:cover;object-position:center 38%;filter:saturate(1.08) contrast(1.04) brightness(1.06);animation:shopHeroMediaIn 480ms cubic-bezier(.16,1,.3,1) both}
.shop-intro-inner{display:grid;min-height:clamp(240px,19vw,290px);place-items:center;padding-block:1.5rem}
.shop-intro-copy{position:relative;width:100%;padding-top:1rem;text-align:center}
.shop-intro-copy::before{content:"";position:absolute;top:0;left:50%;width:84px;height:3px;transform:translateX(-50%);border-radius:999px;background:linear-gradient(90deg,rgba(66,183,229,0),#42b7e5 28%,#34c66a 72%,rgba(52,198,106,0));box-shadow:0 0 18px rgba(66,183,229,.38)}
.shop-intro h1{color:#f5faff;font-size:clamp(3rem,5vw,4.55rem);font-weight:900;line-height:.95;letter-spacing:.065em;text-indent:.065em;text-shadow:0 3px 22px rgba(0,10,29,.72),0 0 1px rgba(245,250,255,.9);animation:shopHeroCopyIn 420ms 70ms cubic-bezier(.16,1,.3,1) both}
.shop-intro-description{max-width:760px;margin:.9rem auto 0;color:#e2f0f8;font-size:clamp(.9rem,1.35vw,1.08rem);font-weight:680;line-height:1.45;letter-spacing:.045em;text-shadow:0 2px 12px rgba(0,10,29,.85);animation:shopHeroCopyIn 420ms 120ms cubic-bezier(.16,1,.3,1) both}
@keyframes shopHeroCopyIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes shopHeroMediaIn{from{opacity:.4;transform:scale(1.018)}to{opacity:1;transform:scale(1)}}

/* ---------- shop structure ---------- */
.shop-catalog{padding:clamp(1.35rem,2.6vw,2.35rem) 0 4.5rem;background:linear-gradient(180deg,#f8fcff 0,#f2f7fa 58%,#f5f7fa 100%)}
.shop-toolbar{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:1rem;padding:.72rem .8rem .72rem 1rem;border:1px solid #cbddea;border-radius:15px;background:rgba(251,253,255,.94);box-shadow:0 8px 24px rgba(0,43,92,.07)}
.shop-toolbar-summary{display:flex;align-items:center;gap:.7rem}
.shop-toolbar-summary p{color:#415d74;font-size:.83rem;font-weight:650;font-variant-numeric:tabular-nums}
.shop-toolbar-summary p strong{color:var(--brand-deep);font-weight:850}
.filter-open{display:none;min-height:42px;align-items:center;gap:.4rem;padding:.55rem .85rem;border:1px solid #aac9dc;border-radius:10px;background:#edf6fb;color:var(--brand);font-size:.78rem;font-weight:800;cursor:pointer}
.filter-open .control-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.filter-open .filter-count{display:inline-grid;min-width:20px;height:20px;place-items:center;margin-left:.1rem;padding:0 5px;border-radius:999px;background:var(--brand);color:#fff;font-size:.63rem}
.filter-open .filter-count[hidden]{display:none}
.shop-toolbar-actions{display:flex;align-items:center;gap:.65rem}
.sort-control{display:flex;align-items:center;gap:.55rem;color:#607489;font-size:.72rem;font-weight:750}
.sort-control select{height:42px;min-width:178px;padding:0 2.25rem 0 .8rem;border:1px solid #bfd4e2;border-radius:10px;background:#f7fbfd;color:var(--brand-deep);font-size:.76rem;font-weight:750;cursor:pointer;outline:0}
.sort-control select:focus-visible{border-color:var(--sky);box-shadow:0 0 0 3px rgba(66,183,229,.16)}
.view-toggle{display:flex;padding:3px;border:1px solid #bfd4e2;border-radius:11px;background:#edf4f8}
.view-toggle button{display:inline-flex;min-width:58px;height:34px;align-items:center;justify-content:center;gap:.32rem;padding:0 .65rem;border:0;border-radius:8px;background:transparent;color:#5b7185;font-size:.7rem;font-weight:800;cursor:pointer}
.view-toggle button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.view-toggle button[data-view="grid"] svg{fill:currentColor;stroke:none}
.view-toggle button[aria-pressed="true"]{background:#fff;color:var(--brand);box-shadow:0 2px 7px rgba(0,43,92,.12)}

.active-filters{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin:0 0 1rem;padding:.7rem .8rem;border:1px solid #cde0eb;border-radius:13px;background:#fafdff}
.active-filters[hidden]{display:none}
.active-filter-list{display:flex;flex-wrap:wrap;gap:.45rem}
.active-filter-chip{display:inline-flex;align-items:center;gap:.4rem;min-height:31px;padding:.35rem .48rem .35rem .65rem;border:1px solid #b8d3e2;border-radius:999px;background:#e9f5fb;color:#174968;font-size:.67rem;font-weight:750;cursor:pointer}
.active-filter-chip img{width:11px;height:11px;opacity:.7}
.clear-all{flex:none;min-height:31px;padding:.3rem .58rem;border:0;background:transparent;color:var(--brand);font-size:.68rem;font-weight:850;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.shop-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:clamp(1.25rem,2.1vw,2rem);align-items:start}
.shop-results{min-width:0}

/* ---------- filters ---------- */
.shop-sidebar{position:sticky;top:90px;max-height:calc(100vh - 110px);overflow-x:hidden;overflow-y:auto;border:1px solid #c8dce9;border-radius:16px;background:#fbfdff;box-shadow:0 10px 28px rgba(0,43,92,.07);scrollbar-color:#9dbdce transparent;scrollbar-width:thin}
.filter-panel-heading,.filter-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid #d8e5ed;background:linear-gradient(145deg,#f8fcff,#eaf4fa)}
.filter-panel-heading>div,.filter-dialog-head>div{display:grid;gap:.05rem}
.filter-panel-heading span,.filter-dialog-head span{color:#668095;font-size:.58rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.filter-panel-heading strong,.filter-dialog-head strong{color:var(--brand-deep);font-size:1rem;font-weight:850}
.filter-panel-heading button{border:0;background:transparent;color:var(--brand);font-size:.68rem;font-weight:850;cursor:pointer}
.filter-form{display:block}
.filter-group{margin:0;padding:1rem;border:0;border-bottom:1px solid #e0e9ef}
.filter-group:last-child{border-bottom:0}
.filter-group legend{float:left;width:100%;margin-bottom:.7rem;color:var(--brand-deep);font-size:.77rem;font-weight:850;line-height:1.2}
.filter-group legend+*{clear:both}
.filter-options{display:grid;gap:.22rem}
.filter-option{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:.55rem;min-height:34px;padding:.25rem .2rem;border-radius:8px;color:#486276;font-size:.72rem;font-weight:650;cursor:pointer;transition:background .15s linear,color .15s linear}
.filter-option:hover{background:#eef6fa;color:var(--brand-deep)}
.filter-option input{width:16px;height:16px;margin:0;accent-color:var(--brand);cursor:pointer}
.filter-option span:last-child{color:#8193a3;font-size:.63rem;font-variant-numeric:tabular-nums}
.filter-chips{display:flex;flex-wrap:wrap;gap:.42rem}
.filter-chip{position:relative;cursor:pointer}
.filter-chip input{position:absolute;opacity:0;pointer-events:none}
.filter-chip span{display:inline-flex;min-height:32px;align-items:center;padding:.35rem .62rem;border:1px solid #bed5e3;border-radius:999px;background:#f5fafc;color:#4c667a;font-size:.65rem;font-weight:780;transition:background .15s linear,border-color .15s linear,color .15s linear,box-shadow .15s linear}
.filter-chip input:checked+span{border-color:var(--brand);background:#e6f2fa;color:var(--brand);box-shadow:inset 0 0 0 1px rgba(0,76,151,.1)}
.filter-chip input:focus-visible+span{outline:3px solid var(--sky);outline-offset:2px}
.price-range-wrap{display:grid;gap:.78rem}
.price-slider{position:relative;height:24px;margin:0 4px}
.price-track,.price-track-fill{position:absolute;top:10px;right:0;left:0;height:4px;border-radius:999px}
.price-track{background:#d6e3eb}
.price-track-fill{right:auto;width:100%;background:linear-gradient(90deg,var(--brand-light),var(--signal))}
.price-slider input[type="range"]{position:absolute;inset:0;width:100%;height:24px;margin:0;pointer-events:none;appearance:none;background:transparent;outline:0}
.price-slider input[type="range"]::-webkit-slider-runnable-track{height:4px;background:transparent}
.price-slider input[type="range"]::-webkit-slider-thumb{width:18px;height:18px;margin-top:-7px;border:3px solid #fff;border-radius:50%;appearance:none;background:var(--brand);box-shadow:0 0 0 1px var(--brand),0 3px 8px rgba(0,43,92,.22);pointer-events:auto;cursor:grab}
.price-slider input[type="range"]::-moz-range-track{height:4px;background:transparent}
.price-slider input[type="range"]::-moz-range-thumb{width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:var(--brand);box-shadow:0 0 0 1px var(--brand),0 3px 8px rgba(0,43,92,.22);pointer-events:auto;cursor:grab}
.price-inputs{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:.45rem}
.price-inputs>span{padding-bottom:.55rem;color:#91a1ae;font-size:.72rem}
.price-field{display:grid;gap:.25rem;color:#6b7f91;font-size:.58rem;font-weight:750;text-transform:uppercase}
.price-field span{display:flex;align-items:center;height:38px;padding:0 .55rem;border:1px solid #c4d7e4;border-radius:9px;background:#f8fbfd;color:#647d90;font-size:.66rem;font-weight:800;text-transform:none}
.price-field input{width:100%;min-width:0;margin-left:.25rem;border:0;background:transparent;color:var(--brand-deep);font-size:.72rem;font-weight:800;outline:0;font-variant-numeric:tabular-nums}

/* ---------- products ---------- */
.shop-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;align-items:stretch}
.shop-product{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #d5e3ec;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(0,43,92,.085);transition:transform .22s var(--ease),border-color .18s linear,box-shadow .22s var(--ease)}
.shop-product:hover{transform:translateY(-4px);border-color:#abcddd;box-shadow:0 19px 38px rgba(0,43,92,.135)}
.shop-product-media{position:relative;overflow:hidden;aspect-ratio:1.4;background:#edf4f8}
.shop-product-media>a{display:block;width:100%;height:100%}
.shop-product-media>a>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .36s var(--ease),filter .22s linear}
.shop-product:hover .shop-product-media>a>img{transform:scale(1.025);filter:saturate(1.035)}
.shop-badge{position:absolute;top:10px;left:10px;z-index:2;padding:.32rem .62rem;border:1px solid rgba(255,255,255,.85);border-radius:999px;color:#fff;font-size:.57rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 10px rgba(0,43,92,.16)}
.shop-badge.new{background:#169d42}.shop-badge.sale{background:#d2493f}.shop-badge.best{background:#075eb5}.shop-badge.hot{background:linear-gradient(135deg,#e14f31,#b91f34)}
.wishlist-btn{position:absolute;top:10px;right:10px;z-index:3;display:grid;width:33px;height:33px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 3px 11px rgba(0,43,92,.16);cursor:pointer;transition:transform .18s var(--ease),background .18s linear,box-shadow .18s var(--ease)}
.wishlist-btn:hover{transform:translateY(-1px);background:#fff;box-shadow:0 7px 16px rgba(0,43,92,.2)}
.wishlist-btn:active{transform:scale(.94)}
.wishlist-btn[aria-pressed="true"]{background:#e9f5fc}
.wishlist-btn img{width:15px;height:15px;opacity:.86;filter:invert(22%) sepia(70%) saturate(1528%) hue-rotate(180deg) brightness(78%) contrast(103%)}
.shop-product-info{display:flex;min-width:0;flex:1;flex-direction:column;padding:.88rem}
.shop-product-meta{display:flex;align-items:center;justify-content:space-between;gap:.45rem;margin-bottom:.42rem}
.shop-category{min-width:0;overflow:hidden;color:var(--brand-light);font-size:.6rem;font-weight:850;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.shop-warranty{display:inline-flex;flex:none;align-items:center;gap:.25rem;min-height:22px;padding:.2rem .38rem;border:1px solid #d6e3ea;border-radius:7px;background:#f7fafc;color:#4e6476;font-size:.52rem;font-weight:750;white-space:nowrap}
.shop-warranty img{width:12px;height:12px;filter:invert(40%) sepia(96%) saturate(673%) hue-rotate(91deg) brightness(87%) contrast(95%)}
.shop-product h2{min-height:2.55em;margin:0 0 .5rem;color:var(--brand-deep);font-size:.91rem;font-weight:820;line-height:1.28;letter-spacing:-.012em}
.shop-product h2 a:hover{color:var(--brand-light);text-decoration:none}
.shop-price-stock{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.62rem}
.shop-price-row{display:flex;min-width:0;align-items:baseline;gap:.4rem;white-space:nowrap}
.shop-price{color:var(--brand-light);font-size:1.18rem;font-weight:850;line-height:1.1;letter-spacing:-.025em;font-variant-numeric:tabular-nums}
.shop-old-price{color:#7d8995;font-size:.66rem;text-decoration:line-through;text-decoration-thickness:1.4px}
.shop-stock{display:flex;flex:none;align-items:center;gap:.3rem;color:#118d38;font-size:.61rem;font-weight:820;white-space:nowrap}
.shop-stock::before{content:"";width:6px;height:6px;border-radius:50%;background:#26b94f;box-shadow:0 0 0 3px rgba(38,185,79,.13)}
.shop-stock.out{color:#b42318}.shop-stock.out::before{background:#d92d20;box-shadow:0 0 0 3px rgba(217,45,32,.12)}
.shop-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:auto 0 .7rem;border:1px solid #dbe5ec;border-radius:10px;background:#fbfdfe;overflow:hidden}
.shop-feature{position:relative;display:grid;min-width:0;justify-items:center;align-content:start;gap:.1rem;padding:.46rem .12rem .42rem;text-align:center}
.shop-feature+.shop-feature::before{content:"";position:absolute;top:14%;bottom:14%;left:0;width:1px;background:#dce6ed}
.shop-feature img{width:18px;height:18px;margin-bottom:.08rem;filter:invert(30%) sepia(97%) saturate(1213%) hue-rotate(178deg) brightness(86%) contrast(101%)}
.shop-feature strong{display:block;max-width:100%;overflow:hidden;color:var(--brand-deep);font-size:.5rem;font-weight:850;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
.shop-feature span{color:#627587;font-size:.5rem;font-weight:620;line-height:1.15}
.shop-product-actions{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:.52rem;margin-top:auto}
.shop-add{display:inline-flex;width:100%;min-height:42px;align-items:center;justify-content:center;gap:.45rem;padding:.54rem .65rem;border:0;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand-light));color:#fff;font-size:.75rem;font-weight:800;line-height:1;white-space:nowrap;box-shadow:0 7px 16px rgba(0,76,151,.2);cursor:pointer;transition:transform .18s var(--ease),box-shadow .18s var(--ease)}
.shop-add:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,76,151,.28)}
.shop-add img{width:16px;height:16px;filter:brightness(0) invert(1)}
.shop-add:disabled{background:#e1e8ed;color:#657687;box-shadow:none;cursor:not-allowed}.shop-add:disabled img{filter:invert(45%) sepia(12%) saturate(527%) hue-rotate(164deg) brightness(92%) contrast(89%)}
.shop-product-wa{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#25d366;box-shadow:0 7px 15px rgba(37,211,102,.24);transition:transform .18s var(--ease),background .18s linear}
.shop-product-wa:hover{transform:translateY(-1px);background:#1fbd59}
.shop-product-wa img{width:21px;height:21px;filter:brightness(0) invert(1)}

/* ---------- list view ---------- */
.shop-products[data-view="list"]{grid-template-columns:1fr}
.shop-products[data-view="list"] .shop-product{display:grid;grid-template-columns:minmax(240px,32%) minmax(0,1fr)}
.shop-products[data-view="list"] .shop-product-media{height:100%;min-height:268px;aspect-ratio:auto}
.shop-products[data-view="list"] .shop-product-info{padding:1.1rem 1.2rem}
.shop-products[data-view="list"] .shop-product h2{min-height:0;font-size:1.08rem}
.shop-products[data-view="list"] .shop-features{margin-top:.35rem}

.shop-empty{min-height:480px;display:grid;place-items:center;align-content:center;gap:.75rem;padding:2rem;border:1px dashed #b8cfdd;border-radius:16px;background:#fafdff;text-align:center}
.shop-empty[hidden]{display:none}
.shop-empty img{width:72px;height:72px;object-fit:contain;opacity:.7}
.shop-empty h2{color:var(--brand-deep);font-size:1.35rem;font-weight:850}
.shop-empty p{max-width:440px;color:#60778a;font-size:.84rem}
.shop-empty button{min-height:43px;margin-top:.25rem;padding:.6rem 1rem;border:0;border-radius:999px;background:var(--brand);color:#fff;font-size:.76rem;font-weight:800;cursor:pointer}

/* ---------- filter dialog and support ---------- */
.filter-dialog{width:min(420px,100vw);max-width:none;height:100dvh;max-height:none;margin:0 0 0 auto;padding:0;border:0;background:#f8fbfd;box-shadow:-20px 0 55px rgba(0,25,50,.28)}
.filter-dialog::backdrop{background:rgba(0,25,50,.62);backdrop-filter:blur(2px)}
.filter-dialog-shell{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%}
.filter-dialog-head{padding:1rem 1.1rem}
.filter-dialog-head button{width:42px;height:42px;display:grid;place-items:center;border:1px solid #c7d9e5;border-radius:50%;background:#fff;cursor:pointer}
.filter-dialog-head button img{width:15px;height:15px}
.filter-dialog .filter-form{overflow-y:auto;overscroll-behavior:contain;background:#fbfdff}
.filter-dialog-foot{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;padding:.8rem max(.85rem,env(safe-area-inset-right)) max(.8rem,env(safe-area-inset-bottom)) max(.85rem,env(safe-area-inset-left));border-top:1px solid #cbdde8;background:#f8fbfd;box-shadow:0 -8px 24px rgba(0,43,92,.08)}
.filter-dialog-foot button{min-height:47px;border-radius:999px;font-size:.76rem;font-weight:820;cursor:pointer}
.mobile-reset{padding:0 1rem;border:1px solid #b9d0df;background:#fff;color:var(--brand)}
.mobile-apply{border:0;background:linear-gradient(135deg,var(--brand),var(--brand-light));color:#fff;box-shadow:0 7px 18px rgba(0,76,151,.2)}
.shop-whatsapp{display:none}
.shop-whatsapp img{width:42px;height:42px;border-radius:50%;object-fit:cover}
.shop-page footer{margin-top:0}

@media(max-width:1100px){
  .shop-layout{grid-template-columns:1fr}
  .shop-sidebar{display:none}
  .filter-open{display:inline-flex;align-items:center}
  .shop-products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shop-whatsapp{display:none}
}

@media(max-width:760px){
  .shop-container{width:94vw}
  .shop-intro,.shop-intro-inner{min-height:220px}
  .shop-intro-inner{padding-block:1.15rem}
  .shop-intro h1{font-size:clamp(2.7rem,9vw,3.35rem)}
  .shop-intro-description{margin-top:.7rem;font-size:.86rem;line-height:1.5}
  .shop-toolbar{align-items:stretch;flex-direction:column;padding:.7rem}
  .shop-toolbar-summary,.shop-toolbar-actions{justify-content:space-between}
  .sort-control{min-width:0;flex:1}
  .sort-control span{display:none}
  .sort-control select{width:100%;min-width:0}
  .view-toggle button{min-width:50px}
  .shop-products{grid-template-columns:1fr}
  .shop-product{width:100%;max-width:470px;justify-self:center}
  .active-filters{align-items:stretch;flex-direction:column}
  .clear-all{align-self:flex-start}
}

@media(max-width:640px){
  .shop-page{padding-bottom:0}
  .shop-intro,.shop-intro-inner{min-height:210px}
  .shop-intro::before{background:radial-gradient(ellipse 70% 92% at 50% 50%,rgba(0,15,38,.76),rgba(0,20,48,.5) 58%,rgba(0,25,57,.14) 100%),linear-gradient(90deg,rgba(0,31,74,.14),rgba(0,19,47,.28),rgba(0,77,68,.1))}
  .shop-intro-media img{object-position:62% 54%}
  .shop-intro-inner{padding-block:1rem}
  .shop-intro h1{font-size:clamp(2.55rem,13vw,3.05rem)}
  .shop-intro-description{max-width:34ch;margin-top:.62rem;color:#dcecf6;font-size:.8rem;line-height:1.45}
  .shop-catalog{padding-top:1rem;padding-bottom:3rem}
  .shop-toolbar{position:sticky;top:59px;border-radius:13px;box-shadow:0 8px 22px rgba(0,43,92,.11)}
  .shop-toolbar-summary p{font-size:.75rem}
  .shop-product-info{padding:.88rem}
  .shop-product h2{min-height:0;font-size:.96rem}
  .shop-price{font-size:1.24rem}
  .shop-feature{padding:.52rem .2rem .48rem}
  .shop-feature strong{font-size:.6rem}.shop-feature span{font-size:.56rem}
  .shop-products[data-view="list"] .shop-product{grid-template-columns:124px minmax(0,1fr)}
  .shop-products[data-view="list"] .shop-product-media{min-height:100%;aspect-ratio:auto}
  .shop-products[data-view="list"] .shop-product-media>a>img{object-position:center}
  .shop-products[data-view="list"] .shop-product-info{padding:.72rem}
  .shop-products[data-view="list"] .shop-product-meta{display:grid;justify-items:start;gap:.25rem}
  .shop-products[data-view="list"] .shop-warranty{display:none}
  .shop-products[data-view="list"] .shop-product h2{font-size:.82rem;line-height:1.3}
  .shop-products[data-view="list"] .shop-price-stock{align-items:flex-start;flex-direction:column;gap:.32rem}
  .shop-products[data-view="list"] .shop-price{font-size:1rem}
  .shop-products[data-view="list"] .shop-old-price{font-size:.58rem}
  .shop-products[data-view="list"] .shop-features{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .shop-products[data-view="list"] .shop-feature:nth-child(3)::before{display:none}
  .shop-products[data-view="list"] .shop-product-actions{grid-template-columns:1fr}
  .shop-products[data-view="list"] .shop-product-wa{display:none}
  .shop-products[data-view="list"] .shop-add{min-height:38px;padding:.42rem;font-size:.66rem}
}

@media(max-width:380px){
  .shop-intro,.shop-intro-inner{min-height:200px}
  .shop-intro h1{font-size:2.5rem}
  .shop-intro-description{font-size:.76rem}
  .filter-open{padding-inline:.62rem}
  .view-toggle button{min-width:44px;padding-inline:.4rem}
  .sort-control select{padding-left:.55rem;font-size:.69rem}
  .shop-products[data-view="list"] .shop-product{grid-template-columns:112px minmax(0,1fr)}
}

@media(prefers-reduced-motion:reduce){
  .shop-intro-media img,.shop-intro h1,.shop-intro-description{animation:none}
  .shop-product,.shop-product-media>a>img,.shop-add,.wishlist-btn{transition:none}
}
