:root{
  --ink:#0b1020;--muted:#697188;--line:#e5e8f1;--bg:#f5f7fb;--white:#fff;
  --blue:#3758ff;--cyan:#00d6d6;--violet:#8d4dff;--pink:#ff4f9f;--green:#19d982;
  --shadow:0 18px 55px rgba(30,42,84,.10);--radius:26px;--max:1600px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'Montserrat',Arial,sans-serif;font-weight:400}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img,svg{display:block;max-width:100%}.wrap{width:min(calc(100% - 48px),var(--max));margin:auto}
.topbar{height:34px;background:#0b1020;color:#dbe1ff;font-size:11px}.topbar .wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.top-points{display:flex;gap:28px}.top-point{display:flex;align-items:center;gap:8px}.top-point svg{width:15px;stroke:#67f5ff;fill:none;stroke-width:1.8}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,232,241,.92)}.header-row{height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:700;letter-spacing:-.05em}.brandmark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--cyan));display:grid;place-items:center;box-shadow:0 10px 24px rgba(55,88,255,.26)}.brandmark svg{width:22px;stroke:#fff}.nav{display:flex;justify-content:center;gap:28px;font-size:13px;font-weight:500}.nav a{padding:10px 0;position:relative}.nav a.active:after,.nav a:hover:after{width:100%}.nav a:after{content:"";position:absolute;height:2px;bottom:3px;left:0;width:0;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:.25s}.actions{display:flex;align-items:center;gap:9px}.icon-btn{width:42px;height:42px;border:0;border-radius:13px;background:transparent;display:grid;place-items:center;cursor:pointer;position:relative}.icon-btn:hover{background:#eef1ff}.icon-btn svg{width:21px;height:21px;stroke:#101629;fill:none;stroke-width:1.7}.badge{position:absolute;right:1px;top:1px;min-width:17px;height:17px;border-radius:12px;background:var(--blue);color:#fff;font-size:9px;display:grid;place-items:center;padding:0 4px}.lang{border:1px solid var(--line);background:#fff;border-radius:11px;padding:9px 11px;font-size:11px;font-weight:600;cursor:pointer}
.catalog-hero{padding:26px 0 24px}.catalog-hero-card{min-height:390px;border-radius:34px;overflow:hidden;position:relative;background:radial-gradient(circle at 85% 12%,rgba(0,214,214,.34),transparent 28%),radial-gradient(circle at 68% 90%,rgba(141,77,255,.32),transparent 30%),linear-gradient(115deg,#081329 0%,#111b3b 52%,#28204b 100%);box-shadow:var(--shadow)}.catalog-hero-card:after{content:"";position:absolute;right:-130px;top:-190px;width:620px;height:620px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 0 100px rgba(61,219,255,.08)}.hero-grid{min-height:390px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center}.hero-copy{padding:64px 30px 64px 64px;position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(119,243,255,.35);background:rgba(6,23,49,.45);color:#9dfaff;border-radius:999px;padding:8px 12px;font-size:10px;letter-spacing:.13em;text-transform:uppercase}.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 16px var(--cyan)}h1{font-weight:600;color:#fff;font-size:clamp(44px,5vw,76px);line-height:1;letter-spacing:-.055em;margin:22px 0 18px}.gradient{background:linear-gradient(90deg,#8d8cff,#56c8ff,#3fffd2);-webkit-background-clip:text;color:transparent}.hero-copy p{max-width:670px;color:#bec7dc;font-size:15px;line-height:1.75;margin:0}.hero-stats{display:flex;gap:36px;margin-top:34px}.hero-stat strong{display:block;color:#fff;font-size:24px;font-weight:600}.hero-stat span{color:#9da8c0;font-size:10px;text-transform:uppercase;letter-spacing:.11em}.hero-art{height:100%;position:relative;display:flex;align-items:center;justify-content:center}.device-bubbles{width:490px;height:320px;position:relative;z-index:2}.device-bubble{position:absolute;border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 25px 60px rgba(0,0,0,.24);display:grid;place-items:center;overflow:hidden}.device-bubble img{width:100%;height:100%;object-fit:contain;padding:14px}.device-bubble.one{width:250px;height:250px;left:10px;top:34px;transform:rotate(-5deg)}.device-bubble.two{width:210px;height:210px;right:4px;bottom:16px;transform:rotate(7deg)}.device-bubble.three{width:128px;height:128px;right:54px;top:0;transform:rotate(-8deg)}
.catalog-shell{padding:18px 0 86px}.toolbar{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:12px;align-items:center;box-shadow:0 12px 35px rgba(31,44,86,.06);position:sticky;top:96px;z-index:20}.searchbox{height:50px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 15px;background:#fafbfe}.searchbox svg{width:19px;stroke:#727c94;fill:none}.searchbox input{width:100%;border:0;background:transparent;outline:0;color:var(--ink);font-size:13px}.sort-select{height:50px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 38px 0 14px;color:var(--ink);font-size:12px;cursor:pointer}.filter-toggle{height:50px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--blue),#704cff);color:#fff;padding:0 18px;font-size:12px;font-weight:600;display:none;align-items:center;gap:9px}.filter-toggle svg{width:17px;stroke:#fff;fill:none}
.catalog-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:24px;margin-top:24px}.sidebar{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;height:max-content;position:sticky;top:178px}.filter-group+.filter-group{border-top:1px solid var(--line);margin-top:22px;padding-top:22px}.filter-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#8b93a7;margin-bottom:14px;font-weight:600}.filter-list{display:grid;gap:8px}.filter-button{border:0;background:transparent;border-radius:12px;padding:11px 12px;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:12px;color:#3d465d}.filter-button:hover,.filter-button.active{background:#eef2ff;color:#243ee5;font-weight:600}.filter-button span:last-child{font-size:10px;color:#9ba2b4}.brand-check{display:flex;align-items:center;gap:9px;padding:8px 2px;font-size:12px;color:#434b60;cursor:pointer}.brand-check input{accent-color:var(--blue)}.side-note{margin-top:22px;padding:16px;border-radius:16px;background:linear-gradient(145deg,#eef1ff,#edfbff);font-size:10px;color:#5c6680;line-height:1.6}.side-note strong{display:block;color:#222e50;font-size:11px;margin-bottom:5px}
.catalog-main{min-width:0}.results-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.results-title h2{font-size:28px;font-weight:600;letter-spacing:-.04em;margin:0 0 7px}.results-title p{font-size:11px;color:var(--muted);margin:0}.active-filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.filter-chip{border:1px solid #dfe4f4;background:#fff;border-radius:999px;padding:8px 11px;font-size:10px;color:#515a72;cursor:pointer}.filter-chip:hover{border-color:#9aacff;color:#2947df}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;position:relative;transition:.28s;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(31,43,82,.12);border-color:#d9dff0}.product-media{height:300px;background:linear-gradient(145deg,#fafbfe,#f0f3f9);position:relative;overflow:hidden;display:grid;place-items:center}.product-media:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(79,128,255,.12),transparent 68%);right:-35px;top:-35px}.product-media img{width:100%;height:100%;object-fit:contain;padding:28px;position:relative;z-index:2;transition:.35s}.product-card:hover .product-media img{transform:scale(1.045)}.product-label{position:absolute;left:14px;top:14px;z-index:4;border-radius:999px;background:#0c1325;color:#fff;padding:8px 10px;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.discount-label{position:absolute;right:14px;top:14px;z-index:4;border-radius:999px;background:linear-gradient(135deg,#ff4f9f,#ff6a55);color:#fff;padding:8px 10px;font-size:10px;font-weight:600}.wish{position:absolute;right:14px;bottom:14px;z-index:4;width:39px;height:39px;border-radius:12px;border:1px solid rgba(225,229,239,.95);background:rgba(255,255,255,.92);display:grid;place-items:center;cursor:pointer}.wish svg{width:19px;stroke:#192038;fill:none}.wish.active svg{fill:#ff4f9f;stroke:#ff4f9f}.product-info{padding:19px}.meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#8a92a5;font-size:9px;letter-spacing:.09em;text-transform:uppercase}.product-info h3{font-size:15px;line-height:1.35;font-weight:600;letter-spacing:-.02em;margin:10px 0 8px;min-height:41px}.feature{font-size:10.5px;line-height:1.55;color:var(--muted);min-height:49px;margin:0 0 14px}.product-trust{display:flex;gap:11px;flex-wrap:wrap;margin-bottom:14px;color:#737b91;font-size:8.5px;text-transform:uppercase;letter-spacing:.05em}.product-trust span{display:flex;align-items:center;gap:5px}.product-trust svg{width:13px;stroke:#17b884;fill:none}.price-row{display:flex;align-items:end;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:15px}.price strong{font-size:19px;font-weight:600;letter-spacing:-.04em}.price del{display:block;font-size:10px;color:#9ca3b4;margin-bottom:3px}.add-btn{width:45px;height:45px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--blue),#714cff);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 23px rgba(55,88,255,.25);transition:.2s}.add-btn:hover{transform:translateY(-2px)}.add-btn svg{width:19px;stroke:#fff;fill:none}.empty{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:22px;padding:70px 30px;text-align:center}.empty strong{display:block;font-size:22px;margin-bottom:8px}.empty p{color:var(--muted);font-size:12px}
.catalog-footer{background:#0b1020;color:#fff;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer-brand p{color:#8f99b1;font-size:11px;line-height:1.7;max-width:390px}.footer-col strong{font-size:10px;text-transform:uppercase;letter-spacing:.12em}.footer-col a{display:block;color:#919bb2;font-size:10px;margin-top:14px}.footer-bottom{border-top:1px solid #222a3d;margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;color:#6f7890;font-size:9px}
.toast{position:fixed;right:22px;bottom:22px;z-index:100;background:#10182c;color:#fff;border-radius:16px;padding:14px 17px;box-shadow:0 16px 48px rgba(0,0,0,.25);font-size:11px;transform:translateY(30px);opacity:0;pointer-events:none;transition:.25s}.toast.show{transform:none;opacity:1}.drawer-backdrop{display:none;position:fixed;inset:0;background:rgba(8,14,30,.45);z-index:70}.drawer-backdrop.show{display:block}
@media(max-width:1180px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid{grid-template-columns:1fr 1fr}.nav{gap:17px}.catalog-layout{grid-template-columns:225px minmax(0,1fr)}}
@media(max-width:900px){.wrap{width:min(calc(100% - 28px),var(--max))}.top-points .top-point:nth-child(n+2){display:none}.header-row{height:72px;grid-template-columns:auto 1fr auto}.nav{display:none}.brand{font-size:19px}.catalog-hero-card,.hero-grid{min-height:560px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:48px 32px 20px}.hero-art{min-height:300px}.device-bubbles{transform:scale(.82)}.toolbar{grid-template-columns:1fr auto;top:82px}.sort-select{display:none}.filter-toggle{display:flex}.catalog-layout{grid-template-columns:1fr}.sidebar{position:fixed;left:14px;right:14px;bottom:14px;top:auto;z-index:80;max-height:76vh;overflow:auto;transform:translateY(calc(100% + 40px));transition:.3s}.sidebar.open{transform:none}.drawer-backdrop.show{display:block}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.wrap{width:min(calc(100% - 20px),var(--max))}.topbar{display:none}.actions .icon-btn:nth-child(1),.actions .icon-btn:nth-child(2){display:none}.hero-copy{padding:38px 22px 12px}.catalog-hero-card,.hero-grid{min-height:570px}.hero-stats{gap:18px}.hero-stat strong{font-size:19px}.device-bubbles{width:420px;transform:scale(.7)}.toolbar{padding:10px}.product-grid{grid-template-columns:1fr}.product-media{height:310px}.results-head{align-items:flex-start;flex-direction:column}.active-filters{justify-content:flex-start}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px}}

/* Product photography sizing fix */
.product-grid{min-width:0}
.product-grid .product-card{min-width:0;display:flex;flex-direction:column}
.product-grid .product-media{overflow:hidden;isolation:isolate}
.product-grid .product-media img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  padding:38px;
  box-sizing:border-box;
  object-fit:contain;
  object-position:center;
  position:relative;
  z-index:2;
}
.product-grid .product-info{min-width:0}
.product-grid .product-info h3{overflow-wrap:anywhere}


/* Premium local product photography presentation */
.product-grid .product-media{
  background:#fff !important;
  overflow:hidden;
  isolation:isolate;
}
.product-grid .product-media::before{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  bottom:7%;
  height:18%;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(30,52,94,.10),rgba(30,52,94,0) 70%);
  filter:blur(13px);
  pointer-events:none;
}
.product-grid .product-media::after{display:none !important}
.product-grid .product-media img{
  width:94% !important;
  height:92% !important;
  max-width:94% !important;
  max-height:92% !important;
  padding:0 !important;
  margin:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  filter:none !important;
  position:relative;
  z-index:2;
}
.product-grid .product-card:hover .product-media img{
  transform:scale(1.025) !important;
}


/* NEXORA product photography — transparent cutouts, no white image rectangles */
.product-grid .product-media{height:310px !important;background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.94) 0 24%,rgba(255,255,255,.46) 48%,transparent 71%),linear-gradient(145deg,#edf3fb 0%,#e8edf7 54%,#f4f6fb 100%) !important;overflow:hidden !important;isolation:isolate}
.product-grid .product-media::before{content:"";position:absolute;left:17%;right:17%;bottom:7%;height:15%;border-radius:50%;background:radial-gradient(ellipse,rgba(21,36,72,.18),rgba(21,36,72,0) 70%);filter:blur(13px);pointer-events:none;z-index:0}
.product-grid .product-media::after{display:none !important}
.product-grid .product-media img{position:absolute !important;inset:14px 16px 12px !important;width:calc(100% - 32px) !important;height:calc(100% - 26px) !important;max-width:none !important;max-height:none !important;padding:0 !important;margin:0 !important;object-fit:contain !important;object-position:center !important;filter:drop-shadow(0 18px 18px rgba(20,34,69,.16)) !important;z-index:2}
.product-grid .product-card:hover .product-media img{transform:translateY(-3px) scale(1.025) !important}
.device-bubble{background:linear-gradient(145deg,#edf3fb,#f8faff) !important}.device-bubble img{padding:8px !important;filter:drop-shadow(0 13px 14px rgba(20,34,69,.14))}

/* Product media refinement: clean white stage, no photo shadow */
.product-grid .product-media{
  background:#fff !important;
}
.product-grid .product-media::before,
.product-grid .product-media::after{
  display:none !important;
  content:none !important;
}
.product-grid .product-media img{
  filter:none !important;
  box-shadow:none !important;
}
.product-grid .product-card:hover .product-media img{
  transform:scale(1.02) !important;
}
.product-grid .wish{
  background:rgba(255,255,255,.98) !important;
  border-color:#e4e8f1 !important;
  box-shadow:0 7px 18px rgba(18,31,62,.10),0 2px 5px rgba(18,31,62,.05) !important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.product-grid .wish:hover{
  transform:translateY(-1px);
  border-color:#dbe1ec !important;
  box-shadow:0 10px 24px rgba(18,31,62,.14),0 3px 7px rgba(18,31,62,.07) !important;
}


/* NEXORRA final identity and catalog hero */
.brand{gap:12px;white-space:nowrap}.nexorra-mark{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto}.nexorra-mark svg{width:100%;height:100%;filter:drop-shadow(0 8px 14px rgba(21,41,92,.16))}.nexorra-mark .mark-main,.nexorra-mark .mark-lower{fill:#071225}.nexorra-mark .mark-accent{fill:#3375ff}.brand-word{font-weight:700;letter-spacing:.08em;font-size:18px}.brand-word>span{color:#3375ff}.catalog-footer .nexorra-mark .mark-main,.catalog-footer .nexorra-mark .mark-lower{fill:#fff}
.catalog-hero-card{min-height:440px;background:#071225 url('img/banners/hero-smart-living.webp') center/cover no-repeat !important;isolation:isolate}.catalog-hero-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,12,29,.98),rgba(4,12,29,.87) 37%,rgba(4,12,29,.35) 62%,rgba(4,12,29,.02));z-index:0}.catalog-hero-card:after{display:none}.catalog-hero .hero-grid{min-height:440px;grid-template-columns:1fr;position:relative;z-index:1}.catalog-hero .hero-copy{max-width:780px}.catalog-hero .hero-art{display:none}
@media(max-width:900px){.catalog-hero-card,.catalog-hero .hero-grid{min-height:540px}.catalog-hero-card{background-position:64% center}.catalog-hero-card:before{background:linear-gradient(90deg,rgba(4,12,29,.98),rgba(4,12,29,.88) 62%,rgba(4,12,29,.45))}.nexorra-mark{width:36px;height:36px}.brand-word{font-size:15px;letter-spacing:.06em}}

/* NEXORRA commerce card refinement */
.product-grid .product-media{height:270px!important}.product-grid .product-info{padding:18px 18px 16px!important}.product-grid .product-info h3{font-size:17px!important;line-height:1.32!important;min-height:45px!important;margin:9px 0 7px!important}.product-grid .feature{font-size:12px!important;line-height:1.5!important;min-height:36px!important;margin:0 0 11px!important}.product-grid .product-trust{font-size:9.5px!important;margin-bottom:11px!important;gap:13px!important}.product-grid .product-trust svg{width:14px!important}.product-grid .price-row{padding-top:12px!important}.product-grid .price strong{font-size:21px!important}.product-grid .meta{font-size:9.5px!important}.side-note{display:none!important}

.product-open{position:absolute;inset:0;z-index:2}.product-grid .wish{z-index:5}.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:140;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;display:none;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 18px 55px rgba(28,43,88,.16)}.cookie-banner.show{display:flex}.cookie-banner p{margin:5px 0 0;font-size:11px;color:var(--muted)}.cookie-actions{display:flex;gap:8px}.cookie-actions button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 14px}.cookie-actions .primary{background:#3758ff;color:#fff;border-color:#3758ff}@media(max-width:650px){.cookie-banner{flex-direction:column;align-items:flex-start}.cookie-actions{width:100%}.cookie-actions button{flex:1}}
/* NEXORRA multilingual catalog card density */
.catalog-shell{padding-bottom:70px}.product-grid .product-media{height:250px!important}.product-grid .product-info{padding:18px 18px 15px!important}.product-grid .product-info h3{font-size:18px!important;line-height:1.3!important;min-height:47px!important;margin:8px 0 6px!important}.product-grid .feature{font-size:12.5px!important;line-height:1.48!important;min-height:37px!important;margin:0 0 9px!important}.product-grid .product-trust{font-size:10px!important;margin:7px 0 9px!important;gap:14px!important}.product-grid .product-trust span{display:flex;align-items:center;gap:5px}.product-grid .price-row{padding-top:10px!important;margin-top:auto}.product-grid .price strong{font-size:22px!important}.product-grid .meta{font-size:10px!important}.product-card{min-height:535px}.product-info{display:flex!important;flex-direction:column!important;flex:1}.product-open{z-index:1}.product-grid .wish,.product-grid .add-btn{z-index:4;position:relative}.toolbar{position:sticky;top:94px;z-index:30}

/* Catalogue controls and custom trust icons — 2026-07-30 */
.product-grid .wish{
  position:absolute!important;
  right:14px!important;
  bottom:14px!important;
  left:auto!important;
  top:auto!important;
  z-index:6!important;
  width:42px!important;
  height:42px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
}
.product-grid .wish svg{width:20px!important;height:20px!important;stroke:#182137!important;stroke-width:1.65!important;fill:none!important;pointer-events:none}
.product-grid .wish.active svg{fill:#ff4f9f!important;stroke:#ff4f9f!important}
.product-grid .add-btn{position:relative!important}
.product-grid .product-trust .trust-icon{width:15px!important;height:15px!important;flex:0 0 15px;stroke:#17b884!important;stroke-width:1.7!important;fill:none!important;stroke-linecap:round;stroke-linejoin:round}

/* =========================================================
   NEXORRA responsive system — mobile-first final pass
   2026-07-30
   ========================================================= */
html,body{max-width:100%;overflow-x:clip}
body.mobile-menu-open{overflow:hidden}
.mobile-menu-toggle,.mobile-nav-shell{display:none}

/* Keep photo-based page banners fully inside their cards on desktop. */
.page-hero-card{
  background-size:100% 100%,auto 100%!important;
  background-position:center,right center!important;
  background-repeat:no-repeat!important;
}

/* Grid containment: no section is allowed to widen the page. */
.wrap,.header-row,.catalog-layout,.catalog-main,.product-grid,.home-products,.cart-layout,.checkout-layout,.product-layout{min-width:0;max-width:100%}
.product-card,.home-product-card,.store-card,.panel,.cart-list,.summary-card{min-width:0}

@media(max-width:1100px){
  .product-layout{grid-template-columns:1fr!important}
  .product-gallery{min-height:520px}
  .cart-layout,.checkout-layout{grid-template-columns:1fr!important}
  .summary-card{position:static!important;top:auto!important}
}

@media(max-width:900px){
  .topbar{display:none!important}
  .wrap{width:min(calc(100% - 28px),var(--max))!important}
  .header{top:0!important}
  .header-row{
    height:68px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
    align-items:center!important;
  }
  .nav{display:none!important}
  .brand{gap:9px!important;min-width:0}
  .nexorra-mark{width:34px!important;height:34px!important}
  .brand-word{font-size:14.5px!important;letter-spacing:.055em!important;white-space:nowrap}
  .actions{gap:4px!important;justify-self:end;min-width:0}
  .desktop-action{display:none!important}
  .icon-btn{width:40px!important;height:40px!important;border-radius:12px!important}
  .cart-action{display:grid!important}
  .badge{right:-1px!important;top:-1px!important}
  .market-menu>summary.lang{height:40px!important;min-width:50px!important;padding:0 9px!important;border-radius:12px!important}
  .mobile-menu-toggle{display:grid!important}

  .mobile-nav-shell{display:block;position:fixed;inset:0;z-index:180;pointer-events:none;visibility:hidden}
  .mobile-nav-shell.open{pointer-events:auto;visibility:visible}
  .mobile-nav-backdrop{position:absolute;inset:0;border:0;background:rgba(4,10,25,.54);opacity:0;transition:opacity .24s ease}
  .mobile-nav-shell.open .mobile-nav-backdrop{opacity:1}
  .mobile-nav-drawer{position:absolute;right:0;top:0;bottom:0;width:min(88vw,370px);background:#fff;padding:18px;overflow:auto;transform:translateX(102%);transition:transform .28s ease;box-shadow:-22px 0 70px rgba(6,16,40,.24)}
  .mobile-nav-shell.open .mobile-nav-drawer{transform:none}
  .mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line)}
  .mobile-nav-head .brand-word{font-size:14px!important}
  .mobile-nav-links{display:grid;padding:18px 0 12px}
  .mobile-nav-links a{display:flex;align-items:center;min-height:52px;padding:0 14px;border-radius:14px;font-size:15px;font-weight:550;color:#182039}
  .mobile-nav-links a.active,.mobile-nav-links a:hover{background:#eef2ff;color:#2549e8}
  .mobile-nav-tools{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
  .mobile-tool{min-width:0;min-height:48px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 12px;color:#263047;font-size:12px;text-align:left}
  button.mobile-tool{cursor:pointer}
  .mobile-tool svg{width:19px;height:19px;stroke:#182137;fill:none;stroke-width:1.7;flex:0 0 auto}
  .mobile-market-list{display:grid;gap:7px;padding-top:18px}
  .mobile-market-list>strong{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#8a93a7;padding:0 5px 5px}
  .mobile-market-list a{display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:46px;padding:0 11px;border-radius:13px;font-size:12px}
  .mobile-market-list a.active{background:#eef2ff;color:#2549e8;font-weight:600}
  .mobile-market-list small{font-size:10px;color:#8a93a7}

  .page-hero{padding:18px 0 12px!important}
  .page-hero-card{
    min-height:300px!important;
    border-radius:24px!important;
    padding:28px!important;
    align-items:flex-start!important;
    background-size:100% 100%,auto 100%!important;
    background-position:center,right center!important;
  }
  .page-hero-card>div{position:relative;z-index:2;max-width:72%}
  .page-hero h1{font-size:38px!important;line-height:1.02!important;margin:0 0 13px!important}
  .page-hero p{font-size:13px!important;line-height:1.6!important;margin:0!important}

  .content-section{padding:18px 0 54px!important}
  .panel{border-radius:20px!important;box-shadow:0 12px 38px rgba(28,43,88,.07)!important}
  .checkout-panel{padding:20px!important;margin-bottom:14px!important}
  .checkout-panel .section-title,.section-title{font-size:25px!important;line-height:1.12!important;margin-bottom:15px!important}
  .form-grid{grid-template-columns:1fr!important;gap:12px!important}
  .field.full{grid-column:auto!important}
  .field label{font-size:11px!important}
  .field input,.field select,.field textarea{min-height:48px!important;padding:12px 13px!important;border-radius:13px!important;font-size:14px!important}
  .field textarea{min-height:94px!important}
  .field-help{font-size:10px!important}

  .payment-card,.shipping-card{padding:14px!important;border-radius:16px!important;margin-top:10px!important}
  .method-row{grid-template-columns:54px minmax(0,1fr) 26px!important;gap:11px!important}
  .shipping-logo{width:54px!important;height:30px!important}
  .payment-logo{width:48px!important;height:32px!important}
  .payment-logo.cards-logo{width:82px!important}
  .method-copy header{gap:8px!important}
  .payment-card strong,.shipping-card strong{font-size:13px!important}
  .payment-card p,.shipping-card p{font-size:10.5px!important;line-height:1.5!important;margin-top:5px!important}
  .shipping-price{font-size:10px!important}
  .method-check,.payment-status{width:24px!important;height:24px!important}
  .secure-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px!important}
  .secure-row img{width:100%!important;max-width:none!important;height:32px!important;object-fit:contain!important}
  .bank-preview{padding:14px!important;border-radius:15px!important}
  .bank-preview>div{grid-template-columns:1fr!important;gap:3px!important;padding:7px 0!important}
  .bank-preview>div b{text-align:left!important;font-size:11px!important}

  .checkout-layout>aside,.cart-layout>aside{display:flex;flex-direction:column;gap:12px}
  #checkoutItems.cart-list{order:1;margin:0!important;padding:5px 13px!important;border-radius:18px!important}
  .checkout-layout>aside .summary-card{order:2;margin:0!important;padding:18px!important;border-radius:18px!important}
  .checkout-submit{order:3;margin:0!important;min-height:52px!important}
  .checkout-terms{order:4;margin:0!important;font-size:9.5px!important}
  .checkout-product-row{grid-template-columns:60px minmax(0,1fr) auto!important;gap:10px!important;padding:11px 0!important}
  .checkout-product-row img{width:60px!important;height:54px!important}
  .checkout-product-row h3{font-size:12px!important;margin-bottom:3px!important}
  .checkout-product-row>strong{font-size:11px!important;grid-column:auto!important;justify-self:end!important}

  .cart-list{border-radius:18px!important;padding:0 14px!important}
  .cart-product-row{grid-template-columns:92px minmax(0,1fr)!important;gap:13px!important;padding:16px 0!important;min-height:0!important}
  .cart-product-image{width:92px!important;height:96px!important;border-radius:14px!important}
  .cart-product-info h3{font-size:15px!important;line-height:1.32!important;margin-bottom:5px!important}
  .cart-product-brand,.cart-product-sku{font-size:9px!important}
  .cart-product-sku{margin-bottom:9px!important}
  .cart-product-actions{gap:9px!important}
  .qty-control{grid-template-columns:34px 34px 34px!important}
  .qty-control button,.qty-control span{width:34px!important;height:34px!important}
  .cart-product-price{grid-column:2!important;margin:1px 0 0!important;justify-self:start!important;font-size:18px!important}
  .summary-card{padding:18px!important;border-radius:18px!important}
  .summary-card h3{margin-top:0!important}

  .product-page{padding-top:20px!important}
  .product-layout{grid-template-columns:1fr!important;gap:14px!important}
  .product-gallery{min-height:350px!important;border-radius:20px!important;padding:18px!important}
  .product-gallery img{width:100%!important;height:320px!important;max-height:320px!important;object-fit:contain!important}
  .product-summary{padding:21px!important;border-radius:20px!important}
  .product-summary h1{font-size:29px!important;margin:10px 0!important}
  .product-summary .description{font-size:13px!important}
  .price-block{margin:17px 0!important}
  .price-block strong{font-size:29px!important}
  .benefit-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;margin:16px 0!important}
  .benefit{padding:11px!important;border-radius:13px!important;font-size:10px!important}
  .qty-row{display:grid!important;grid-template-columns:72px minmax(0,1fr) 52px!important;gap:8px!important}
  .qty-row input{width:100%!important;min-height:48px!important}
  .qty-row .btn{padding:0 12px!important;min-height:48px!important}

  .article{padding:24px!important;border-radius:20px!important}
  .article h1{font-size:32px!important}
  .article h2{font-size:23px!important}
  .article p,.article li{font-size:13px!important;line-height:1.7!important}
  .guide-grid{grid-template-columns:1fr!important}
  .guide-card img{height:220px!important}

  .catalog-footer{padding:42px 0 22px!important}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:28px 20px!important}
  .footer-brand{grid-column:1/-1}
  .footer-brand p{font-size:11px!important}
  .newsletter-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important}
  .footer-col a{font-size:11px!important;margin-top:12px!important}
  .footer-bottom{margin-top:30px!important}
}

@media(max-width:640px){
  .wrap{width:min(calc(100% - 20px),var(--max))!important}
  .header-row{height:64px!important}
  .nexorra-mark{width:32px!important;height:32px!important}
  .brand-word{font-size:13.5px!important}
  .actions{gap:2px!important}
  .icon-btn{width:38px!important;height:38px!important}
  .market-menu>summary.lang{height:38px!important;min-width:47px!important;padding:0 7px!important}
  .mobile-menu-toggle{width:38px!important}

  .page-hero-card{min-height:270px!important;padding:22px!important;background-size:100% 100%,auto 82%!important;background-position:center,right bottom!important}
  .page-hero-card>div{max-width:78%}
  .page-hero h1{font-size:32px!important}
  .page-hero p{font-size:12px!important;line-height:1.55!important}

  .benefit-grid{grid-template-columns:1fr!important}
  .product-gallery{min-height:310px!important}
  .product-gallery img{height:280px!important;max-height:280px!important}
  .qty-row{grid-template-columns:66px minmax(0,1fr) 48px!important}

  .catalog-intro{padding:18px 0 8px!important}
  .catalog-intro-card{padding:22px!important;border-radius:20px!important}
  .catalog-intro-card h1{font-size:34px!important}
  .catalog-intro-card p{font-size:12px!important}
  .catalog-shell{padding-top:10px!important}
  .toolbar{top:72px!important;padding:9px!important;border-radius:16px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}
  .searchbox{height:44px!important;padding:0 12px!important;border-radius:12px!important}
  .filter-toggle{height:44px!important;border-radius:12px!important;padding:0 13px!important}
  .catalog-layout{margin-top:16px!important}
  .results-head{margin-bottom:13px!important}
  .results-title h2{font-size:25px!important}
  .product-grid{grid-template-columns:1fr!important;gap:14px!important}
  .product-card{min-height:0!important;border-radius:19px!important}
  .product-grid .product-media{height:235px!important}
  .product-grid .product-media img{inset:10px 12px!important;width:calc(100% - 24px)!important;height:calc(100% - 20px)!important}
  .product-grid .product-info{padding:15px 15px 14px!important}
  .product-grid .product-info h3{font-size:17px!important;min-height:0!important;margin:7px 0 5px!important}
  .product-grid .feature{font-size:12px!important;min-height:0!important;margin-bottom:9px!important}
  .product-grid .product-trust{font-size:9.5px!important;margin:6px 0 9px!important}
  .product-grid .wish{right:11px!important;bottom:11px!important;width:40px!important;height:40px!important}
  .product-grid .price strong{font-size:21px!important}

  .cookie-banner{left:10px!important;right:10px!important;bottom:10px!important;padding:15px!important;border-radius:17px!important}
  .cookie-actions{display:grid!important;grid-template-columns:1fr 1fr!important}
  .footer-grid{grid-template-columns:1fr!important}
  .footer-brand{grid-column:auto}
  .footer-bottom{align-items:flex-start!important}
}

@media(max-width:380px){
  .brand-word{font-size:12.5px!important;letter-spacing:.04em!important}
  .nexorra-mark{width:29px!important;height:29px!important}
  .cart-action{width:35px!important}
  .market-menu>summary.lang{min-width:43px!important}
  .mobile-menu-toggle{width:35px!important}
  .page-hero-card>div{max-width:88%}
  .page-hero h1{font-size:29px!important}
  .qty-row{grid-template-columns:62px minmax(0,1fr) 46px!important}
}

/* Product benefit icons */
.benefit{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:start!important;gap:10px!important}
.benefit-icon{width:22px!important;height:22px!important;stroke:#3758ff!important;fill:none!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.benefit strong{display:block;margin-bottom:3px}
.benefit span{display:block;color:var(--muted);line-height:1.45}
@media(max-width:640px){.benefit{grid-template-columns:21px minmax(0,1fr)!important}.benefit-icon{width:19px!important;height:19px!important}}
