/* Subkuch4u Visual Experience 2.0
   Customer-facing art direction layer. Existing commerce styles remain underneath
   for backwards-compatible account/cart/checkout components. */
:root{
  --vx-navy:#061a2d;--vx-navy-2:#0a2d4b;--vx-ink:#101d2c;--vx-cream:#f7f3ea;
  --vx-paper:#fffdfa;--vx-gold:#c9952d;--vx-gold-soft:#e7c979;--vx-muted:#66788a;
  --vx-line:#dfe5e9;--vx-green:#17825b;--vx-red:#c63b3b;--vx-container:1240px;
  --vx-display:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
html{scroll-behavior:smooth}.vx-body{background:#fff;color:var(--vx-ink);font-family:var(--vx-display);-webkit-font-smoothing:antialiased}
.vx-body .container{width:min(var(--vx-container),calc(100% - 48px));margin:auto}.vx-main{min-height:40vh}.alerts-wrap:empty{display:none}

/* topbar + navigation */
.vx-topbar{background:var(--vx-navy);color:#d8e3ec;font-size:11px;letter-spacing:.02em}
.vx-topbar-inner{height:32px;display:flex;align-items:center;justify-content:center;gap:14px}.vx-topbar-inner i{width:3px;height:3px;border-radius:50%;background:var(--vx-gold)}.vx-topbar-inner a{margin-left:auto;color:#fff;font-weight:700}
.vx-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,36,54,.08);transition:box-shadow .2s,background .2s}
.vx-header.is-scrolled{box-shadow:0 16px 38px rgba(7,26,45,.08);background:rgba(255,255,255,.985)}
.vx-header-main{height:82px;display:grid;grid-template-columns:auto auto minmax(230px,1fr) auto;align-items:center;gap:30px;overflow:visible}
.vx-brand{display:flex;align-items:center;gap:10px;flex:none;white-space:nowrap}.vx-brand img{max-height:48px;width:auto}.vx-brand-mark{width:38px!important;height:44px!important;object-fit:contain}.vx-brand span{font-weight:900;font-size:25px;letter-spacing:-.045em;color:#0a3153}
.vx-primary-nav{display:flex;align-items:center;gap:23px;height:100%;white-space:nowrap}.vx-primary-nav>a,.vx-categories>summary{font-size:12px;font-weight:750;color:#31475b;cursor:pointer;transition:color .15s}.vx-primary-nav>a:hover,.vx-categories>summary:hover{color:#071a2d}
.vx-categories{position:relative;height:100%;display:flex;align-items:center}.vx-categories>summary{height:100%;display:flex;align-items:center;gap:5px;list-style:none}.vx-categories>summary::-webkit-details-marker{display:none}.vx-categories>summary svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;transition:transform .16s}.vx-categories[open]>summary svg{transform:rotate(180deg)}
.vx-category-panel{position:absolute;top:calc(100% - 1px);left:-32px;width:650px;display:grid;grid-template-columns:220px 1fr;background:#fff;border:1px solid #e3e8ec;border-radius:0 0 22px 22px;box-shadow:0 28px 60px rgba(7,26,45,.16);overflow:hidden;z-index:100}
.vx-category-intro{padding:30px;background:var(--vx-navy);color:#fff;display:flex;flex-direction:column;gap:7px}.vx-category-intro small{font-size:8px;letter-spacing:.18em;color:var(--vx-gold-soft);font-weight:900}.vx-category-intro strong{font-size:24px;line-height:1.05;letter-spacing:-.035em}.vx-category-intro span{font-size:11px;color:#afbfcc;line-height:1.6;margin-top:4px}
.vx-category-links{padding:14px;display:grid;grid-template-columns:1fr 1fr;align-content:start}.vx-category-links a{min-height:48px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;border-radius:10px;font-size:12px;font-weight:700;color:#263c50}.vx-category-links a:hover{background:#f4f7f9;color:#071a2d}.vx-category-links svg{width:15px;height:15px}.vx-category-links .vx-view-all{color:#a6761f}
.vx-search{height:44px;border:1px solid #dbe3e9;background:#f8fafb;border-radius:999px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;padding-left:11px;min-width:0}.vx-search>span{color:#718395;display:flex}.vx-search svg{width:18px;height:18px}.vx-search input{border:0!important;background:transparent!important;outline:0!important;height:40px!important;padding:0 7px!important;box-shadow:none!important;min-width:0;font-size:12px}.vx-search button{height:36px;border:0;background:var(--vx-navy);color:#fff;border-radius:999px;padding:0 18px;font-size:10px;font-weight:850;margin-right:3px}
.vx-actions{display:flex;align-items:center;gap:6px}.vx-actions>a{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#20394f;position:relative;transition:.16s}.vx-actions>a:hover{background:#f2f5f7;color:#071a2d}.vx-actions svg{width:20px;height:20px}.vx-cart b{position:absolute;right:0;top:0;background:var(--vx-gold);color:#071a2d;min-width:17px;height:17px;border-radius:99px;display:grid;place-items:center;font-size:8px;border:2px solid #fff}
.vx-menu-btn{display:none;border:0;background:transparent;padding:6px}.vx-menu-btn span{display:block;width:21px;height:2px;background:#0a3153;margin:4px 0}.vx-mobile-menu{z-index:120}

/* generic visual tokens */
.vx-section{padding:88px 0}.vx-eyebrow{display:inline-block;color:var(--vx-gold-soft);font-size:9px;font-weight:900;letter-spacing:.2em}.vx-eyebrow.vx-dark{color:#a06f18}.vx-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px}.vx-section-head h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.055em;line-height:.98;margin:8px 0 0;color:#0d2032}.vx-section-head>p{max-width:360px;margin:0;color:#71808d;font-size:13px;line-height:1.7}.vx-section-link{font-size:11px;font-weight:850;color:#173952;white-space:nowrap}.vx-section-link span{display:inline-block;margin-left:5px;transition:transform .15s}.vx-section-link:hover span{transform:translateX(4px)}
.vx-btn{height:48px;padding:0 22px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:850;transition:.18s}.vx-btn-light{background:#fff;color:#071a2d}.vx-btn-light:hover{background:#f4ead8;transform:translateY(-1px)}.vx-btn-dark{background:#071a2d;color:#fff}.vx-btn-dark:hover{background:#0c3559;transform:translateY(-1px)}.vx-text-link{color:#e4edf4;font-size:11px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:3px}

/* hero */
.vx-hero-section{padding:26px 0 0}.vx-hero{min-height:570px;border-radius:30px;overflow:hidden;background:radial-gradient(circle at 82% 50%,#1a4d71 0,#0a2d4b 34%,#061a2d 68%);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;position:relative;isolation:isolate;box-shadow:0 26px 70px rgba(7,26,45,.14)}
.vx-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.025),transparent 40%);z-index:-1}.vx-hero-copy{padding:74px 0 70px 68px;display:flex;flex-direction:column;justify-content:center;max-width:650px}.vx-hero-copy h1{font-size:clamp(54px,6.5vw,88px);line-height:.91;letter-spacing:-.067em;margin:18px 0 22px;font-weight:850}.vx-hero-copy h1 em{font-style:normal;color:#e7c979}.vx-hero-copy>p{font-size:15px;line-height:1.75;color:#c4d2dd;max-width:570px;margin:0 0 30px}.vx-hero-actions{display:flex;align-items:center;gap:22px}.vx-hero-proof{margin-top:46px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);display:flex;gap:28px}.vx-hero-proof span{font-size:9px;color:#a9bbc9}.vx-hero-proof b{color:#e7c979;margin-right:7px}
.vx-hero-art{position:relative;min-height:570px;overflow:hidden}.vx-orbit{position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%;aspect-ratio:1}.vx-orbit-one{width:450px;right:-55px;top:58px}.vx-orbit-two{width:300px;right:55px;top:134px;border-color:rgba(231,201,121,.24)}.vx-gold-disc{position:absolute;width:170px;height:170px;border-radius:50%;right:155px;top:202px;background:radial-gradient(circle at 35% 30%,#f6df9d,#c58b23 60%,#855914);box-shadow:0 28px 70px rgba(201,149,45,.3)}.vx-hero-4u{position:absolute;right:96px;bottom:36px;font-size:165px;line-height:.75;font-weight:950;letter-spacing:-.11em;color:rgba(255,255,255,.055)}
.vx-float-tag{position:absolute;background:rgba(255,255,255,.94);color:#10283d;display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:14px;box-shadow:0 14px 36px rgba(0,0,0,.16);font-size:10px}.vx-float-tag span{width:28px;height:28px;border-radius:9px;background:#f2ead9;color:#a06f18;display:grid;place-items:center}.vx-float-tag svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}.vx-float-1{top:90px;left:25px;transform:rotate(-5deg)}.vx-float-2{top:165px;right:34px;transform:rotate(4deg)}.vx-float-3{bottom:132px;left:20px;transform:rotate(3deg)}.vx-float-4{bottom:66px;right:72px;transform:rotate(-4deg)}
.vx-hero-image{background-image:linear-gradient(90deg,rgba(6,26,45,.94),rgba(6,26,45,.30)),var(--hero-image);background-size:cover;background-position:center}.vx-hero-image .vx-hero-copy{grid-column:1/2}
.vx-marquee{margin-top:22px;border-bottom:1px solid #e5e9ec;border-top:1px solid #e5e9ec;overflow:hidden;background:#fff}.vx-marquee>div{min-height:48px;display:flex;justify-content:center;align-items:center;gap:25px;font-size:9px;font-weight:900;letter-spacing:.16em;color:#526679;white-space:nowrap}.vx-marquee i{width:4px;height:4px;background:var(--vx-gold);border-radius:50%}

/* editorial category mosaic */
.vx-category-edit{background:var(--vx-paper)}.vx-category-mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:14px}.vx-cat-tile{position:relative;border-radius:22px;overflow:hidden;padding:26px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;isolation:isolate;transition:transform .22s,box-shadow .22s}.vx-cat-tile:hover{transform:translateY(-4px);box-shadow:0 24px 50px rgba(7,26,45,.13)}.vx-cat-tile:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(145deg,#173f5e,#071a2d)}.vx-cat-tile:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-54px;top:-54px;background:rgba(255,255,255,.07);z-index:-1}.vx-cat-tile.has-image:before{background-image:linear-gradient(180deg,rgba(7,26,45,.08),rgba(7,26,45,.75)),var(--cat-img);background-size:cover;background-position:center}.vx-cat-1{grid-column:span 2;grid-row:span 2}.vx-cat-2{grid-column:span 2;background:#ece4d3;color:#10283d}.vx-cat-2:before{background:linear-gradient(135deg,#f0e9da,#ddd0b7)}.vx-cat-2:after{background:rgba(10,45,75,.06)}.vx-cat-3:before{background:linear-gradient(145deg,#324b3f,#142b22)}.vx-cat-4:before{background:linear-gradient(145deg,#6e4a51,#2d1720)}.vx-cat-5:before{background:linear-gradient(145deg,#665535,#2b2617)}.vx-cat-6:before{background:linear-gradient(145deg,#44546a,#162233)}
.vx-cat-visual{display:flex;justify-content:space-between;align-items:flex-start}.vx-cat-visual>span{width:46px;height:46px;border-radius:14px;background:rgba(255,255,255,.13);display:grid;place-items:center;backdrop-filter:blur(8px)}.vx-cat-visual svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6}.vx-cat-visual>b{font-size:56px;line-height:.8;letter-spacing:-.06em;color:rgba(255,255,255,.12)}.vx-cat-2 .vx-cat-visual>b{color:rgba(10,45,75,.09)}.vx-cat-copy small{font-size:8px;letter-spacing:.14em;font-weight:900;opacity:.75}.vx-cat-copy h3{font-size:clamp(22px,2.5vw,38px);letter-spacing:-.045em;line-height:1;margin:6px 0 10px}.vx-cat-copy>span{font-size:10px;font-weight:800;opacity:.9}

/* product cards */
.vx-products-section{background:#fff}.vx-product-grid,.vx-catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}.vx-product-card{min-width:0}.vx-product-media{position:relative;aspect-ratio:1/1.03;border-radius:22px;overflow:hidden;background:#f4f5f3;transition:transform .22s,box-shadow .22s}.vx-product-card:hover .vx-product-media{transform:translateY(-4px);box-shadow:0 18px 40px rgba(9,29,45,.10)}.vx-product-media>a{display:block;width:100%;height:100%;padding:20px}.vx-product-media img{width:100%;height:100%;object-fit:contain;transition:transform .28s}.vx-product-card:hover .vx-product-media img{transform:scale(1.025)}
.vx-product-placeholder{width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:15px;background:linear-gradient(145deg,#f0eadf,#e4e7e8);color:#193a54}.vx-product-placeholder:before{content:"";position:absolute;width:65%;height:65%;border:1px solid rgba(25,58,84,.11);border-radius:50%}.vx-placeholder-glow{position:absolute;width:46%;height:46%;border-radius:50%;background:radial-gradient(circle,#e8c66e 0,rgba(232,198,110,.22) 55%,transparent 70%);filter:blur(1px)}.vx-product-placeholder b{position:relative;font-size:72px;line-height:1;font-weight:900;letter-spacing:-.08em;color:#173d5c}.vx-product-placeholder small{position:relative;margin-top:6px;font-size:8px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#7b6a44}.vx-product-card:nth-child(4n+2) .vx-product-placeholder{background:linear-gradient(145deg,#e6ebee,#d8e0e4)}.vx-product-card:nth-child(4n+3) .vx-product-placeholder{background:linear-gradient(145deg,#ece7e2,#e0d9d1)}.vx-product-card:nth-child(4n+4) .vx-product-placeholder{background:linear-gradient(145deg,#e6ece6,#d8e1d9)}
.vx-product-badges{position:absolute;left:13px;top:13px;display:flex;gap:6px;z-index:2}.vx-badge{height:24px;padding:0 9px;border-radius:99px;display:inline-flex;align-items:center;background:#071a2d;color:#fff;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.vx-badge-sale{background:#c7463c}.vx-badge-warn{background:#c9952d;color:#071a2d}.vx-badge-muted{background:#6e7882}.vx-wishlist-form{position:absolute;right:12px;top:12px;z-index:3}.vx-wishlist-form button{width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.92);display:grid;place-items:center;color:#19374e;box-shadow:0 6px 18px rgba(7,26,45,.08)}.vx-wishlist-form svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}.vx-product-info{padding:14px 4px 0}.vx-product-overline{display:flex;align-items:center;justify-content:space-between;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.11em;color:#82909c}.vx-product-overline i{width:7px;height:7px;border-radius:50%}.vx-product-overline .is-in{background:#28a36d}.vx-product-overline .is-out{background:#c7463c}.vx-product-info h3{font-size:15px;line-height:1.35;margin:8px 0;color:#10283d;letter-spacing:-.012em}.vx-rating{display:flex;gap:7px;align-items:center;margin-top:5px}.vx-rating span{font-size:10px;color:#a6741d;font-weight:850}.vx-rating small{font-size:9px;color:#8794a0}.vx-price{display:flex;align-items:baseline;gap:8px;margin-top:13px}.vx-price strong{font-size:17px;color:#071a2d}.vx-price del{font-size:10px;color:#9aa5ae}.vx-product-actions{margin-top:13px;padding-top:12px;border-top:1px solid #edf0f2;display:flex;align-items:center;justify-content:space-between;gap:8px}.vx-product-actions>a:first-child{font-size:9px;color:#5e7181;font-weight:750}.vx-product-actions form{margin:0}.vx-add{height:34px;border:0;border-radius:999px;background:#071a2d;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;font-size:9px;font-weight:850}.vx-add:hover{background:#0c3a60}.vx-add:disabled,.vx-add.disabled{opacity:.45;pointer-events:none}

/* story section */
.vx-story-section{background:var(--vx-navy);color:#fff}.vx-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.vx-story-copy h2{font-size:clamp(42px,5vw,68px);line-height:.94;letter-spacing:-.06em;margin:14px 0 24px}.vx-story-copy p{max-width:520px;color:#aebfcb;line-height:1.8;font-size:14px}.vx-story-copy>a{display:inline-flex;color:#e7c979;font-size:11px;font-weight:850;margin-top:10px}.vx-story-points{border-top:1px solid rgba(255,255,255,.14)}.vx-story-points article{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:23px 0;border-bottom:1px solid rgba(255,255,255,.14)}.vx-story-points article>b{color:#e7c979;font-size:10px}.vx-story-points h3{font-size:16px;margin:0 0 4px}.vx-story-points p{font-size:11px;color:#95a9b8;margin:0}.vx-deals{background:#f7f3ea}

/* Catalog */
.vx-catalog-hero{padding:54px 0 34px;background:linear-gradient(180deg,#fbfcfc,#fff)}.vx-breadcrumbs{display:flex;align-items:center;gap:8px;font-size:9px;color:#8a98a4;margin-bottom:23px}.vx-breadcrumbs a:hover{color:#0b3458}.vx-breadcrumbs b{color:#44596b;font-weight:750}.vx-catalog-title{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.vx-catalog-title h1{font-size:clamp(44px,5.4vw,72px);letter-spacing:-.065em;line-height:.92;margin:10px 0 15px;color:#0b2032}.vx-catalog-title p{max-width:580px;color:#71808d;font-size:13px;margin:0;line-height:1.7}.vx-catalog-number{width:92px;height:92px;border-radius:50%;border:1px solid #dce3e8;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.vx-catalog-number strong{font-size:25px;line-height:1;color:#0b3458}.vx-catalog-number span{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#8794a0;margin-top:4px}.vx-catalog-body{padding:0 0 86px}.vx-filter-shell{border-top:1px solid #e2e7eb;border-bottom:1px solid #e2e7eb;margin-bottom:34px}.vx-filter-shell>summary{list-style:none;height:58px;display:flex;align-items:center;gap:12px;cursor:pointer;font-size:11px;font-weight:850;color:#263f53}.vx-filter-shell>summary::-webkit-details-marker{display:none}.vx-filter-shell>summary b{margin-left:auto;font-size:9px;font-weight:650;color:#8794a0}.vx-filter-shell>summary svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;transition:transform .15s}.vx-filter-shell[open]>summary svg{transform:rotate(180deg)}.vx-filter-form{display:grid;grid-template-columns:1.3fr repeat(5,1fr) auto auto;gap:8px;padding:0 0 18px}.vx-filter-form label{display:flex;flex-direction:column;gap:5px;margin:0;font-size:8px;font-weight:800;color:#758594;text-transform:uppercase;letter-spacing:.07em}.vx-filter-form input,.vx-filter-form select{height:42px;border:1px solid #dbe2e8;border-radius:10px;background:#fff;padding:0 10px;font-size:10px;color:#243b4e}.vx-filter-apply{height:42px;align-self:end;border:0;border-radius:10px;background:#071a2d;color:#fff;padding:0 18px;font-size:9px;font-weight:850}.vx-filter-reset{height:42px;align-self:end;display:grid;place-items:center;padding:0 10px;font-size:9px;color:#7e8b96}.vx-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}.vx-pagination{margin-top:48px;justify-content:center}.vx-empty{text-align:center;padding:90px 20px}.vx-empty>span{font-size:90px;font-weight:900;line-height:1;color:#e7ebee}.vx-empty h2{font-size:36px;letter-spacing:-.04em;margin:10px 0}.vx-empty p{color:#7b8995;margin-bottom:20px}

/* Product detail */
.vx-product-page{padding:45px 0 84px}.vx-product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:70px;align-items:start}.vx-main-product-image{aspect-ratio:1.02/1;border-radius:28px;background:#f3f4f2;overflow:hidden;padding:36px}.vx-main-product-image>img{width:100%;height:100%;object-fit:contain}.vx-product-placeholder-large{border-radius:20px}.vx-product-placeholder-large b{font-size:120px}.vx-thumb-row{display:flex;gap:10px;margin-top:12px;overflow:auto}.vx-thumb-row .thumb{width:76px;height:76px;border:1px solid #dfe5e9;border-radius:12px;background:#fff;padding:6px}.vx-thumb-row .thumb.active{border-color:#0b3458}.vx-thumb-row img{width:100%;height:100%;object-fit:contain}.vx-product-detail{padding-top:14px}.vx-product-detail h1{font-size:clamp(40px,4.5vw,62px);letter-spacing:-.06em;line-height:.97;margin:12px 0 16px;color:#0d2234}.vx-detail-rating{display:flex;gap:10px;align-items:center}.vx-detail-rating span{font-size:11px;color:#a5741e;font-weight:850}.vx-detail-rating small{color:#8a98a4;font-size:10px}.vx-detail-price{display:flex;align-items:center;gap:10px;margin:25px 0 20px}.vx-detail-price strong{font-size:28px;color:#071a2d}.vx-detail-price del{color:#9aa5ae;font-size:13px}.vx-detail-price>span{background:#f4e7ca;color:#7b5617;border-radius:99px;padding:5px 9px;font-size:8px;font-weight:850}.vx-detail-summary{font-size:14px;color:#657787;line-height:1.75}.vx-detail-meta{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e5e9ec;border-bottom:1px solid #e5e9ec;margin:26px 0}.vx-detail-meta span{padding:15px 0;font-size:10px;color:#334b5e}.vx-detail-meta span+span{border-left:1px solid #e5e9ec;padding-left:18px}.vx-detail-meta b{display:block;font-size:8px;color:#8c98a2;text-transform:uppercase;letter-spacing:.1em;margin-bottom:3px}.vx-purchase-box{padding:23px;background:#f8f7f3;border-radius:18px}.vx-purchase-box label>span{display:block;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}.vx-purchase-box select{height:46px;border-radius:10px;border:1px solid #dbe1e5;background:#fff;width:100%;padding:0 12px;margin-bottom:14px}.vx-buy-row{display:grid;grid-template-columns:118px 1fr;gap:10px}.vx-buy-row .qty-control{height:48px}.vx-buy-btn{width:100%}.vx-save-form button{margin-top:12px;width:100%;height:44px;border:1px solid #d9e1e6;background:#fff;border-radius:999px;font-size:10px;font-weight:800;color:#334c60}.vx-product-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px}.vx-product-promises>div{padding:13px;border-top:1px solid #e3e8ec}.vx-product-promises b{display:block;font-size:9px;color:#173a55}.vx-product-promises span{display:block;font-size:8px;color:#8a97a2;margin-top:3px}.vx-product-about{background:#f7f5ef}.vx-about-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:80px}.vx-about-grid h2{font-size:45px;letter-spacing:-.05em;margin:10px 0 24px}.vx-rich-text{font-size:14px;line-height:1.9;color:#526779}.vx-about-grid aside{padding:28px;border-left:1px solid #d8dedf}.vx-about-grid dl{margin:17px 0 0}.vx-about-grid dl>div{display:flex}.vx-about-grid dt,.vx-about-grid dd{padding:9px 0;border-bottom:1px solid #dde2e3;font-size:10px}.vx-about-grid dt{color:#82909a;width:42%}.vx-about-grid dd{margin:0;color:#263f52;font-weight:750}.vx-related{background:#fbfcfc}

/* footer */
.vx-footer{background:#051624;color:#fff;padding:74px 0 20px}.vx-footer-top{display:grid;grid-template-columns:1.65fr repeat(3,.65fr);gap:58px;padding-bottom:52px}.vx-footer-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:900}.vx-footer-brand img{width:38px;height:44px;object-fit:contain}.vx-footer-story h2{font-size:38px;line-height:1.02;letter-spacing:-.05em;margin:24px 0 15px}.vx-footer-story p{max-width:420px;color:#8fa4b5;font-size:11px;line-height:1.75}.vx-footer-col{display:flex;flex-direction:column;gap:11px}.vx-footer-col h4{font-size:9px;letter-spacing:.14em;color:#dcb763;margin:4px 0 10px;text-transform:uppercase}.vx-footer-col a{font-size:10px;color:#aab9c5}.vx-footer-col a:hover{color:#fff}.vx-newsletter-row{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.vx-newsletter-row>div{display:flex;flex-direction:column;gap:4px}.vx-newsletter-row small{font-size:8px;color:#dcb763;letter-spacing:.15em;font-weight:900}.vx-newsletter-row strong{font-size:15px}.vx-newsletter-row form{display:flex;width:min(440px,100%)}.vx-newsletter-row input{height:44px;flex:1;border:0;border-radius:999px 0 0 999px;padding:0 18px}.vx-newsletter-row button{width:90px;border:0;background:#c9952d;color:#071a2d;border-radius:0 999px 999px 0;font-size:9px;font-weight:900}.vx-footer-bottom{height:70px;display:flex;align-items:center;justify-content:space-between;color:#62798b;font-size:9px}.vx-whatsapp{bottom:28px!important;right:28px!important}.vx-mobile-bottom{display:none!important}

/* reveal animation */
[data-reveal]{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.is-revealed{opacity:1!important;transform:none!important}
@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}.vx-product-card:hover .vx-product-media,.vx-cat-tile:hover{transform:none}}

/* responsive */
@media(max-width:1120px){
  .vx-header-main{grid-template-columns:auto minmax(260px,1fr) auto;gap:18px}.vx-primary-nav{display:none}.vx-menu-btn{display:block}.vx-hero{grid-template-columns:1fr .85fr}.vx-hero-copy{padding-left:48px}.vx-category-mosaic{grid-template-columns:repeat(2,1fr)}.vx-cat-1{grid-column:span 1;grid-row:span 2}.vx-cat-2{grid-column:span 1}.vx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vx-filter-form{grid-template-columns:repeat(3,1fr)}.vx-filter-apply,.vx-filter-reset{align-self:end}.vx-story-grid{gap:45px}.vx-footer-top{grid-template-columns:1.4fr repeat(3,.6fr);gap:36px}
}
@media(max-width:820px){
  .vx-topbar-inner{justify-content:flex-start;overflow:hidden;white-space:nowrap}.vx-topbar-inner span:nth-of-type(2),.vx-topbar-inner span:nth-of-type(3),.vx-topbar-inner i:nth-of-type(2){display:none}.vx-topbar-inner a{display:none}
  .vx-body .container{width:min(100% - 30px,var(--vx-container))}.vx-header-main{height:auto;min-height:70px;grid-template-columns:auto 1fr auto;gap:12px;padding:11px 0}.vx-brand span{font-size:21px}.vx-brand-mark{width:31px!important;height:37px!important}.vx-search{grid-column:1/-1;grid-row:2;height:42px}.vx-actions>a:first-child{display:none}
  .vx-hero-section{padding-top:14px}.vx-hero{grid-template-columns:1fr;min-height:auto;border-radius:22px}.vx-hero-copy{padding:48px 28px 42px}.vx-hero-copy h1{font-size:56px}.vx-hero-art{min-height:310px;border-top:1px solid rgba(255,255,255,.1)}.vx-orbit-one{width:360px;right:-80px;top:8px}.vx-orbit-two{width:230px;top:55px;right:30px}.vx-gold-disc{width:130px;height:130px;top:90px;right:80px}.vx-hero-4u{font-size:120px}.vx-float-1{top:35px}.vx-float-2{top:90px}.vx-float-3{bottom:62px}.vx-float-4{bottom:22px}
  .vx-section{padding:64px 0}.vx-section-head{align-items:flex-start;flex-direction:column;margin-bottom:26px}.vx-section-head h2{font-size:40px}.vx-section-head>p{max-width:none}.vx-category-mosaic{grid-auto-rows:190px}.vx-cat-1{grid-column:1/-1;grid-row:span 1}.vx-product-grid,.vx-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.vx-story-grid{grid-template-columns:1fr;gap:40px}.vx-story-copy h2{font-size:48px}
  .vx-catalog-hero{padding:36px 0 26px}.vx-catalog-title h1{font-size:48px}.vx-catalog-number{display:none}.vx-filter-form{grid-template-columns:1fr 1fr}.vx-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vx-product-layout{grid-template-columns:1fr;gap:36px}.vx-main-product-image{aspect-ratio:1.08/1}.vx-product-detail h1{font-size:48px}.vx-about-grid{grid-template-columns:1fr;gap:30px}.vx-about-grid aside{border-left:0;border-top:1px solid #d8dedf;padding:25px 0 0}.vx-product-promises{grid-template-columns:1fr 1fr 1fr}
  .vx-footer-top{grid-template-columns:1.5fr 1fr 1fr}.vx-footer-col:last-child{display:none}.vx-newsletter-row{align-items:flex-start;flex-direction:column}.vx-newsletter-row form{width:100%}.vx-mobile-bottom{display:grid!important}.vx-footer{padding-bottom:80px}.vx-whatsapp{bottom:78px!important}
}
@media(max-width:540px){
  .vx-body .container{width:calc(100% - 24px)}.vx-topbar{display:none}.vx-header-main{min-height:64px}.vx-brand span{font-size:19px}.vx-actions{gap:0}.vx-actions>a{width:36px;height:36px}.vx-search button{padding:0 14px}
  .vx-hero{border-radius:18px}.vx-hero-copy{padding:38px 22px 34px}.vx-hero-copy h1{font-size:44px}.vx-hero-copy>p{font-size:13px}.vx-hero-proof{display:none}.vx-hero-actions{flex-wrap:wrap}.vx-hero-art{min-height:250px}.vx-float-tag{padding:8px 10px;font-size:8px}.vx-float-tag span{width:24px;height:24px}.vx-float-3{display:none}.vx-gold-disc{right:50px}.vx-marquee>div{justify-content:flex-start;padding-left:18px;gap:18px}
  .vx-section{padding:52px 0}.vx-section-head h2{font-size:34px}.vx-category-mosaic{grid-template-columns:1fr;grid-auto-rows:155px}.vx-cat-1,.vx-cat-2{grid-column:auto;grid-row:auto}.vx-cat-tile{padding:20px}.vx-cat-copy h3{font-size:28px}.vx-cat-visual>b{font-size:44px}.vx-cat-5,.vx-cat-6{display:none}
  .vx-product-grid,.vx-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 9px}.vx-product-media{border-radius:15px}.vx-product-media>a{padding:10px}.vx-product-info{padding:10px 1px 0}.vx-product-info h3{font-size:12px}.vx-product-overline span{max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vx-price strong{font-size:14px}.vx-price del{font-size:9px}.vx-product-actions>a:first-child{display:none}.vx-product-actions form,.vx-add{width:100%}.vx-add{height:32px;padding:0 7px;font-size:8px}.vx-wishlist-form button{width:31px;height:31px}.vx-badge{height:21px;padding:0 7px;font-size:7px}.vx-product-placeholder b{font-size:48px}.vx-product-placeholder small{font-size:6px}
  .vx-story-copy h2{font-size:40px}.vx-story-points article{grid-template-columns:38px 1fr}.vx-catalog-title h1{font-size:40px}.vx-catalog-title p{font-size:11px}.vx-filter-form{grid-template-columns:1fr 1fr}.vx-filter-form label:first-child{grid-column:1/-1}.vx-filter-apply,.vx-filter-reset{width:100%}.vx-filter-reset{border:1px solid #dfe5e9;border-radius:10px}.vx-main-product-image{padding:18px;border-radius:18px}.vx-product-detail h1{font-size:40px}.vx-detail-meta{grid-template-columns:1fr}.vx-detail-meta span+span{border-left:0;border-top:1px solid #e5e9ec;padding-left:0}.vx-buy-row{grid-template-columns:96px 1fr}.vx-product-promises{grid-template-columns:1fr}.vx-about-grid h2{font-size:36px}
  .vx-footer{padding-top:52px}.vx-footer-top{grid-template-columns:1fr 1fr;gap:34px 24px}.vx-footer-story{grid-column:1/-1}.vx-footer-story h2{font-size:32px}.vx-footer-col:last-child{display:flex}.vx-newsletter-row strong{font-size:13px}.vx-footer-bottom{height:auto;min-height:70px;gap:20px;flex-direction:column;align-items:flex-start;justify-content:center}
}

/* ======================================================================
   Subkuch4u 2.1 — clarity + category hierarchy pass
   Keeps the premium palette, removes editorial overload, and makes the
   navigation/category structure understandable at a glance.
   ====================================================================== */
.vx-header{overflow:visible}.vx-header-main{overflow:visible}.vx-primary-nav{overflow:visible;gap:26px}.vx-primary-nav>a,.vx-categories-simple>summary{font-size:11px;font-weight:780;color:#243b4d;white-space:nowrap}.vx-primary-nav>a:hover,.vx-categories-simple>summary:hover{color:#b77d16}.vx-categories-simple{position:relative}.vx-categories-simple>summary{list-style:none;display:flex;align-items:center;gap:5px;cursor:pointer}.vx-categories-simple>summary::-webkit-details-marker{display:none}.vx-categories-simple>summary svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .18s}.vx-categories-simple[open]>summary svg{transform:rotate(180deg)}
.simple-category-menu{position:absolute;left:-16px;top:calc(100% + 20px);width:320px;max-height:min(520px,72vh);overflow:auto;background:#fff;border:1px solid #e4e9ed;border-radius:14px;padding:10px;box-shadow:0 22px 55px rgba(7,26,45,.15);z-index:300}.simple-category-level{list-style:none;margin:0;padding:0}.simple-category-level li{position:relative}.simple-category-level a{display:block;border-radius:9px;color:#20384b;font-size:11px;line-height:1.25}.simple-category-level.depth-0>li>a{padding:11px 12px;font-weight:850}.simple-category-level.depth-1{margin:0 0 5px 12px;padding-left:10px;border-left:1px solid #e6ebee}.simple-category-level.depth-1>li>a{padding:7px 10px;color:#526777;font-weight:720}.simple-category-level.depth-2{margin-left:11px;padding-left:10px;border-left:1px solid #eef1f3}.simple-category-level.depth-2>li>a{padding:6px 9px;color:#7a8995;font-size:10px}.simple-category-level a:hover{background:#f5f7f7;color:#9a6815}.simple-category-all{display:block;margin-top:8px;padding:11px 12px;border-top:1px solid #edf0f2;color:#9a6815;font-size:10px;font-weight:850}.mobile-category-tree{padding:12px 0}.mobile-category-tree>strong{display:block;padding:8px 16px;color:#7d8d9a;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.mobile-category-tree .simple-category-level.depth-0>li>a{padding:10px 16px}.mobile-category-tree .simple-category-level.depth-1{margin-left:22px}.mobile-category-tree .simple-category-level.depth-2{margin-left:16px}
.vx-topbar-inner a{color:#fff}.vx-topbar-inner a:hover{color:#e8c46e}

/* simplified home */
.simple-home-hero{padding:28px 0 38px;background:#fff}.simple-hero-grid{min-height:490px;border-radius:28px;overflow:hidden;background:linear-gradient(118deg,#071a2d 0%,#0b3658 62%,#174b6d 100%);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);position:relative;color:#fff}.simple-hero-grid.has-banner-image{background-image:linear-gradient(90deg,rgba(4,20,35,.94) 0%,rgba(4,20,35,.74) 47%,rgba(4,20,35,.18) 100%),var(--home-banner);background-size:cover;background-position:center}.simple-hero-copy{padding:68px 68px;align-self:center;position:relative;z-index:2}.simple-kicker{display:block;font-size:9px;font-weight:900;letter-spacing:.16em;color:#efc861;margin-bottom:15px}.simple-kicker.dark{color:#a56f13}.simple-hero-copy h1{max-width:720px;margin:0;font-size:clamp(48px,5.4vw,76px);line-height:.98;letter-spacing:-.055em}.simple-hero-copy p{max-width:620px;margin:22px 0 0;color:#c6d1d8;font-size:15px;line-height:1.75}.simple-hero-actions{display:flex;gap:10px;margin-top:30px}.simple-btn{min-height:48px;padding:0 21px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:10px;font-weight:900}.simple-btn.primary{background:#fff;color:#0a2840}.simple-btn.primary:hover{background:#f0d27d}.simple-btn.secondary{border:1px solid rgba(255,255,255,.3);color:#fff}.simple-btn.secondary:hover{background:rgba(255,255,255,.08)}.simple-hero-points{display:flex;gap:24px;margin-top:36px;padding-top:19px;border-top:1px solid rgba(255,255,255,.16);font-size:9px;color:#aebfca}.simple-hero-points span:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#d4a22e;margin-right:7px}.simple-hero-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at 50% 42%,rgba(224,178,70,.25),transparent 36%)}.simple-hero-brand:before,.simple-hero-brand:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%}.simple-hero-brand:before{width:310px;height:310px}.simple-hero-brand:after{width:210px;height:210px}.simple-hero-brand img{width:105px;height:125px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 18px 28px rgba(0,0,0,.2))}.simple-hero-brand strong{position:relative;z-index:1;font-size:34px;margin-top:10px}.simple-hero-brand span{position:relative;z-index:1;color:#aec0cc;font-size:11px;margin-top:4px}
.simple-section{padding:72px 0}.simple-categories-section{background:#faf9f6}.simple-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.simple-section-head h2{margin:5px 0 4px;color:#0b2235;font-size:36px;line-height:1.05;letter-spacing:-.04em}.simple-section-head p{margin:0;color:#758491;font-size:11px}.simple-section-head>a{color:#8e6218;font-size:10px;font-weight:850}.simple-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.simple-category-card{min-height:140px;border:1px solid #e2e7ea;border-radius:18px;background:#fff;padding:22px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;color:#102b41;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden}.simple-category-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(7,26,45,.08);border-color:#d3dbe0}.simple-category-card.has-image{background-image:linear-gradient(90deg,rgba(7,26,45,.92),rgba(7,26,45,.62)),var(--category-image);background-size:cover;background-position:center;color:#fff;border:0}.simple-category-icon{width:52px;height:52px;border-radius:14px;background:#f1f4f5;display:grid;place-items:center;color:#bd8623}.simple-category-card.has-image .simple-category-icon{background:rgba(255,255,255,.13);color:#f3cf77}.simple-category-icon svg{width:25px;height:25px}.simple-category-card h3{margin:0 0 5px;font-size:16px}.simple-category-card span{font-size:9px;color:#82909b}.simple-category-card.has-image span{color:#ced9df}.simple-category-card>b{font-size:17px;color:#b27d20}.simple-home-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 18px}.simple-service-section{padding-top:12px;padding-bottom:70px}.simple-service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dfe5e8;border-bottom:1px solid #dfe5e8}.simple-service-grid article{padding:28px 26px;border-right:1px solid #e4e8ea}.simple-service-grid article:last-child{border-right:0}.simple-service-grid article>span{font-size:9px;color:#b27b1e;font-weight:900}.simple-service-grid h3{margin:8px 0 5px;font-size:14px;color:#173147}.simple-service-grid p{margin:0;color:#7c8a95;font-size:10px;line-height:1.55}.simple-service-grid a{color:#825913;font-weight:800}

/* catalog hierarchy + compact filters */
.simple-catalog-head{padding:42px 0 26px;background:#fafbfb;border-bottom:1px solid #edf0f2}.simple-breadcrumbs{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:18px;font-size:9px;color:#8a98a3}.simple-breadcrumbs a:hover{color:#9d6b18}.simple-catalog-title{display:flex;justify-content:space-between;align-items:end;gap:30px}.simple-catalog-title h1{font-size:clamp(38px,4.8vw,60px);letter-spacing:-.055em;line-height:1;margin:6px 0 10px;color:#0c2438}.simple-catalog-title p{max-width:650px;margin:0;color:#72818d;font-size:12px;line-height:1.6}.simple-result-count{text-align:right;min-width:80px}.simple-result-count strong{display:block;font-size:28px;color:#0a3456}.simple-result-count span{font-size:9px;color:#8996a0}.simple-subcategories{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.simple-subcategories a{padding:9px 13px;border:1px solid #dfe5e8;border-radius:999px;background:#fff;color:#31495c;font-size:10px;font-weight:760}.simple-subcategories a:hover{border-color:#c89a3c;color:#8d6116}.simple-catalog-body{padding:28px 0 82px}.simple-filter{border:1px solid #e3e8eb;border-radius:14px;margin-bottom:30px;background:#fff}.simple-filter>summary{list-style:none;height:52px;display:flex;align-items:center;gap:10px;padding:0 17px;cursor:pointer;font-size:10px;font-weight:850;color:#263e51}.simple-filter>summary::-webkit-details-marker{display:none}.simple-filter>summary b{margin-left:auto;font-size:9px;color:#8996a0;font-weight:650}.simple-filter>summary svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;transition:transform .18s}.simple-filter[open]>summary svg{transform:rotate(180deg)}.simple-filter-form{display:grid;grid-template-columns:1.25fr 1fr 1fr .75fr .75fr 1fr auto;gap:8px;padding:0 16px 16px}.simple-filter-form label{display:flex;flex-direction:column;gap:5px;font-size:8px;font-weight:850;color:#788894;text-transform:uppercase;letter-spacing:.05em}.simple-filter-form input,.simple-filter-form select{height:41px;border:1px solid #dbe2e7;border-radius:9px;background:#fff;padding:0 10px;font-size:10px;color:#263e50}.simple-filter-actions{display:flex;align-items:end;gap:7px}.simple-filter-actions button{height:41px;border:0;border-radius:9px;background:#08385d;color:#fff;padding:0 15px;font-size:9px;font-weight:850}.simple-filter-actions a{height:41px;display:grid;place-items:center;padding:0 9px;color:#7c8a95;font-size:9px}.simple-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 22px}

/* contact page */
.simple-contact-hero{padding:62px 0 32px;background:#fafbfb}.simple-contact-hero h1{font-size:clamp(42px,5vw,64px);line-height:1;letter-spacing:-.055em;margin:8px 0 12px;color:#0a2439}.simple-contact-hero p{color:#75848f;font-size:13px;margin:0}.simple-contact-section{padding:30px 0 80px}.simple-contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:32px}.simple-contact-info{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.simple-contact-info article{border:1px solid #e1e6e9;border-radius:16px;padding:20px;min-height:140px}.simple-contact-info article>span{display:block;color:#9e6b17;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.simple-contact-info strong{display:block;font-size:14px;color:#17334a;margin:13px 0 7px;word-break:break-word}.simple-contact-info a{font-size:9px;color:#6d7d89;font-weight:750}.simple-contact-form{border:1px solid #e0e6e9;border-radius:18px;padding:28px;background:#fff}.simple-contact-form h2{font-size:30px;letter-spacing:-.04em;margin:4px 0 22px}.simple-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.simple-form-grid label{display:flex;flex-direction:column;gap:6px;font-size:9px;color:#556a7b;font-weight:750}.simple-form-grid label.full{grid-column:1/-1}.simple-form-grid input,.simple-form-grid textarea{border:1px solid #dbe2e7;border-radius:10px;padding:11px 12px;font:inherit;color:#20394c;background:#fff}.simple-contact-submit{margin-top:15px;min-height:44px;border:0;border-radius:999px;background:#08385d;color:#fff;padding:0 22px;font-size:10px;font-weight:850}

/* footer/contact */
.vx-footer-story>p{margin-top:18px}.vx-footer-contact{display:inline-flex;align-items:center;gap:7px;margin-top:12px;color:#d6e0e7;font-size:10px}.vx-footer-contact svg{width:15px;height:15px}.vx-whatsapp{position:fixed!important;right:24px!important;bottom:24px!important;z-index:900;width:auto;height:48px;padding:0 16px 0 12px;border-radius:999px;background:#20b85a;color:#fff!important;display:flex;align-items:center;gap:8px;box-shadow:0 14px 34px rgba(17,118,59,.3);font-size:10px;font-weight:850}.vx-whatsapp:hover{background:#189e4b;transform:translateY(-2px)}.vx-whatsapp svg{width:24px;height:24px}.vx-whatsapp span{display:inline}

@media(max-width:1180px){.vx-primary-nav{display:none}.simple-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-home-products{grid-template-columns:repeat(3,minmax(0,1fr))}.simple-filter-form{grid-template-columns:repeat(3,1fr)}.simple-filter-actions{align-items:end}.simple-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.simple-home-hero{padding-top:14px}.simple-hero-grid{grid-template-columns:1fr;min-height:auto}.simple-hero-copy{padding:48px 30px}.simple-hero-brand{min-height:280px;border-top:1px solid rgba(255,255,255,.12)}.simple-section{padding:56px 0}.simple-home-products,.simple-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 12px}.simple-service-grid{grid-template-columns:1fr 1fr}.simple-service-grid article:nth-child(2){border-right:0}.simple-service-grid article:nth-child(-n+2){border-bottom:1px solid #e4e8ea}.simple-filter-form{grid-template-columns:1fr 1fr}.simple-filter-actions{grid-column:1/-1}.simple-contact-grid{grid-template-columns:1fr}.simple-contact-info{grid-template-columns:1fr 1fr}.vx-whatsapp{bottom:82px!important}}
@media(max-width:540px){.simple-hero-grid{border-radius:18px}.simple-hero-copy{padding:38px 22px}.simple-hero-copy h1{font-size:43px}.simple-hero-copy p{font-size:12px}.simple-hero-actions{flex-direction:column;align-items:stretch}.simple-btn{width:100%}.simple-hero-points{gap:9px;flex-direction:column}.simple-hero-brand{min-height:220px}.simple-hero-brand:before{width:220px;height:220px}.simple-hero-brand:after{width:145px;height:145px}.simple-hero-brand img{width:72px;height:88px}.simple-hero-brand strong{font-size:26px}.simple-section-head{align-items:flex-start;flex-direction:column;gap:10px}.simple-section-head h2{font-size:31px}.simple-category-grid{grid-template-columns:1fr}.simple-category-card{min-height:112px;padding:17px}.simple-category-icon{width:44px;height:44px}.simple-home-products,.simple-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 9px}.simple-service-grid{grid-template-columns:1fr}.simple-service-grid article{border-right:0;border-bottom:1px solid #e4e8ea}.simple-service-grid article:last-child{border-bottom:0}.simple-catalog-title h1{font-size:39px}.simple-result-count{display:none}.simple-filter-form{grid-template-columns:1fr 1fr}.simple-filter-form label:first-child,.simple-filter-actions{grid-column:1/-1}.simple-contact-info{grid-template-columns:1fr}.simple-form-grid{grid-template-columns:1fr}.simple-form-grid label.full{grid-column:auto}.vx-whatsapp{width:48px;padding:0;justify-content:center;right:14px!important;bottom:78px!important}.vx-whatsapp span{display:none}.vx-footer-top{grid-template-columns:1fr 1fr}.vx-footer-story{grid-column:1/-1}}

/* ======================================================================
   Subkuch4u v2.1.1 — readability & typography pass
   Real-world laptop/mobile sizing: no essential storefront copy below
   a comfortable readable size. Keeps the existing visual hierarchy.
   ====================================================================== */

/* Header / navigation */
.vx-topbar{font-size:12.5px}
.vx-primary-nav>a,.vx-categories-simple>summary{font-size:14px}
.simple-category-level a{font-size:13px}
.simple-category-level.depth-0>li>a{font-size:13.5px}
.simple-category-level.depth-1>li>a{font-size:13px}
.simple-category-level.depth-2>li>a{font-size:12.5px}
.simple-category-all{font-size:12.5px}
.vx-search input{font-size:14px}
.vx-search button{font-size:12.5px;padding:0 20px}

/* Hero */
.simple-kicker{font-size:11px}
.simple-hero-copy p{font-size:16.5px;line-height:1.72}
.simple-btn{font-size:13px}
.simple-hero-points{font-size:12px;line-height:1.45}
.simple-hero-brand span{font-size:13px}

/* Section headings / category cards */
.simple-section-head p{font-size:14px;line-height:1.55}
.simple-section-head>a{font-size:12.5px}
.simple-category-card h3{font-size:17px}
.simple-category-card span{font-size:12.5px}

/* Product cards */
.vx-product-overline{font-size:10.5px}
.vx-product-info h3{font-size:16.5px;line-height:1.4}
.vx-rating span{font-size:12px}
.vx-rating small{font-size:11.5px}
.vx-price strong{font-size:19px}
.vx-price del{font-size:12.5px}
.vx-product-actions>a:first-child{font-size:12.5px}
.vx-add{height:38px;padding:0 17px;font-size:12.5px}
.vx-badge{font-size:9.5px}
.vx-product-placeholder small{font-size:10px}

/* Service / support strip */
.simple-service-grid article>span{font-size:10.5px}
.simple-service-grid h3{font-size:15.5px}
.simple-service-grid p{font-size:13px;line-height:1.6}
.simple-service-grid a{font-size:13px}

/* Catalog / filters */
.simple-breadcrumbs{font-size:12px}
.simple-catalog-title p{font-size:14.5px;line-height:1.65}
.simple-result-count span{font-size:12px}
.simple-subcategories a{font-size:12.5px}
.simple-filter>summary{font-size:13px}
.simple-filter>summary b{font-size:11.5px}
.simple-filter-form label{font-size:11px}
.simple-filter-form input,.simple-filter-form select{font-size:13px}
.simple-filter-actions button,.simple-filter-actions a{font-size:12px}

/* Product detail page */
.vx-detail-rating span{font-size:12.5px}
.vx-detail-rating small{font-size:12px}
.vx-detail-price del{font-size:14px}
.vx-detail-price>span{font-size:11px}
.vx-detail-summary{font-size:16px;line-height:1.75}
.vx-detail-meta span{font-size:13px}
.vx-detail-meta b{font-size:10.5px}
.vx-purchase-box label>span{font-size:11px}
.vx-save-form button{font-size:13px}
.vx-product-promises b{font-size:12.5px}
.vx-product-promises span{font-size:11.5px}
.vx-rich-text{font-size:15.5px}
.vx-about-grid dt,.vx-about-grid dd{font-size:12.5px}

/* Contact page */
.simple-contact-hero p{font-size:15.5px;line-height:1.6}
.simple-contact-info article>span{font-size:10.5px}
.simple-contact-info strong{font-size:16px}
.simple-contact-info a{font-size:13px}
.simple-form-grid label{font-size:12.5px}
.simple-contact-submit{font-size:13px}

/* Footer: previously the most undersized area */
.vx-footer-brand{font-size:22px}
.vx-footer-story p{font-size:13.5px;line-height:1.75}
.vx-footer-col h4{font-size:11px}
.vx-footer-col a{font-size:13.5px;line-height:1.45}
.vx-footer-contact{font-size:13px}
.vx-newsletter-row small{font-size:10.5px}
.vx-newsletter-row strong{font-size:17px}
.vx-newsletter-row input{font-size:14px}
.vx-newsletter-row button{font-size:12px}
.vx-footer-bottom{font-size:12px}
.vx-whatsapp{font-size:12.5px}

/* Keep mobile readable too — do not shrink body copy back to 9–11px */
@media(max-width:540px){
  .vx-topbar{font-size:11.5px}
  .simple-hero-copy p{font-size:15px;line-height:1.7}
  .simple-hero-points{font-size:12px}
  .simple-section-head p{font-size:13.5px}
  .simple-category-card span{font-size:12px}
  .vx-product-overline{font-size:10px}
  .vx-product-info h3{font-size:15px}
  .vx-product-actions>a:first-child,.vx-add{font-size:12px}
  .simple-service-grid p{font-size:12.5px}
  .vx-footer-story p,.vx-footer-col a{font-size:13px}
  .vx-footer-bottom{font-size:11.5px}
}
