/* MacSzerez storefront – közös frontend stílus (prototípus alapján, .msz- névtérben) */
.msz{--msz-black:#111;--msz-ink:#1a1a1a;--msz-muted:#6b6b6b;--msz-faint:#9a9a9a;--msz-border:#e7e7e7;--msz-soft:#f5f5f6;--msz-soft2:#fafafa;--msz-green:#22a447;--msz-red:#c43b2f;--msz-rc:30px;--msz-rb:16px;--msz-maxw:1280px;font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--msz-ink);line-height:1.5}
.msz *{box-sizing:border-box}
.msz img{max-width:100%;display:block}
.msz a{color:inherit;text-decoration:none}
.msz button{font-family:inherit;cursor:pointer}
.msz-wrap{max-width:var(--msz-maxw);margin:0 auto;padding:0 24px}
.msz-eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--msz-faint);font-weight:600;text-align:center}
.msz-title{font-family:'Space Grotesk','Inter',sans-serif;font-size:30px;font-weight:700;text-align:center;margin:8px 0 28px;letter-spacing:-.01em}
.msz-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:var(--msz-rb);font-weight:700;font-size:15px;border:1px solid var(--msz-black);background:var(--msz-black);color:#fff;transition:transform .15s ease,background .15s ease}
.msz-btn:hover{background:#000;transform:translateY(-1px);color:#fff}
.msz-btn--ghost{background:transparent;color:var(--msz-black)}
.msz-btn--ghost:hover{background:var(--msz-black);color:#fff}
.msz :focus-visible{outline:2px solid var(--msz-black);outline-offset:2px}
.msz-section{padding:54px 0}

/* Header + menü */
.msz-topbar{background:var(--msz-black);color:#fff;font-size:13px}
.msz-topbar .msz-wrap{display:flex;align-items:center;justify-content:space-between;height:38px}
.msz-topbar a{color:#d8d8d8}.msz-topbar a:hover{color:#fff}
.msz-topbar__links{display:flex;gap:20px}
.msz-header{border-bottom:1px solid var(--msz-border);position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);z-index:50}
.msz-header .msz-wrap{display:flex;align-items:center;gap:28px;height:74px}
.msz-brand{display:inline-flex;align-items:center;gap:11px;font-family:'Space Grotesk','Inter',sans-serif;font-weight:700;font-size:21px;letter-spacing:-.02em;white-space:nowrap;color:var(--msz-black)}
.msz-brand__mark{width:38px;height:38px;border-radius:11px;background:var(--msz-black);color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px;flex:0 0 38px}
.msz-brand small{display:block;font-family:'Inter',sans-serif;font-size:9px;letter-spacing:.22em;color:var(--msz-faint);font-weight:600;text-transform:uppercase;margin-top:2px}
.msz-nav{display:flex;gap:24px;margin-left:8px;font-size:15px;font-weight:500;list-style:none;padding:0}
.msz-nav a{padding:6px 0;position:relative;display:inline-block}
.msz-nav a::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--msz-black);transition:width .2s ease}
.msz-nav a:hover::after{width:100%}
.msz-header__actions{margin-left:auto;display:flex;gap:8px;align-items:center}
.msz-icon-btn{width:42px;height:42px;border-radius:12px;border:1px solid var(--msz-border);background:#fff;display:flex;align-items:center;justify-content:center;position:relative;color:var(--msz-black)}
.msz-icon-btn:hover{border-color:var(--msz-black)}
.msz-icon-btn svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.msz-badge-count{position:absolute;top:-6px;right:-6px;background:var(--msz-black);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.msz-menu-toggle{display:none}

/* Kategória-slider */
.msz-catstrip{border-bottom:1px solid var(--msz-border);background:#fff}
.msz-catstrip .msz-wrap{position:relative;padding-top:14px;padding-bottom:14px}
.msz-cattrack{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:2px 44px;justify-content:center}
.msz-cattrack::-webkit-scrollbar{display:none}
.msz-cat{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:90px;padding:12px 10px;border-radius:18px;color:var(--msz-ink);transition:background .15s ease,transform .15s ease}
.msz-cat:hover{background:var(--msz-soft);transform:translateY(-1px)}
.msz-cat__ico{width:38px;height:38px;display:flex;align-items:center;justify-content:center}
.msz-cat__ico svg,.msz-cat__ico img{width:32px;height:32px;stroke:var(--msz-black);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round;object-fit:contain}
.msz-cat span{font-size:12.5px;font-weight:600}
.msz .msz-catnav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;padding:0;border-radius:999px!important;border:1px solid var(--msz-border)!important;background:#fff!important;color:var(--msz-black)!important;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.10);transition:background .15s ease,color .15s ease;-webkit-appearance:none;appearance:none;cursor:pointer}
.msz .msz-catnav:hover{background:var(--msz-black)!important;color:#fff!important;border-color:var(--msz-black)!important}
.msz .msz-catnav svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.msz .msz-catnav.prev{left:14px}.msz .msz-catnav.next{right:14px}
.msz .msz-catnav[hidden]{display:none!important}

/* Hero */
.msz-hero{padding:22px 0}
.msz-hero__inner{position:relative;border-radius:var(--msz-rc);overflow:hidden;min-height:var(--msz-hero-h,420px);display:flex;align-items:center;background:linear-gradient(105deg,#d8d2c8,#bdb6ab 45%,#8f8a82)}
.msz-hero__inner img.msz-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.msz-hero__inner::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.05) 60%);z-index:1}
.msz-hero__content{position:relative;z-index:2;color:#fff;padding:0 56px;max-width:560px}
.msz-hero__kick{font-size:13px;letter-spacing:.22em;text-transform:uppercase;opacity:.85;font-weight:600}
.msz-hero__title{font-family:'Space Grotesk','Inter',sans-serif;font-size:54px;line-height:1.02;font-weight:700;margin:12px 0 14px;letter-spacing:-.02em}
.msz-hero__sub{font-size:17px;opacity:.92;margin-bottom:26px;max-width:420px}
.msz-hero .msz-btn{background:#fff;color:var(--msz-black);border-color:#fff;min-height:52px;padding:0 30px}
.msz-hero .msz-btn:hover{background:#f0f0f0;color:var(--msz-black)}

/* Termékkártya (slider + kedvencek közös) */
.mszcat-card{background:#fff;border:1px solid var(--msz-border);border-radius:var(--msz-rc);overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 12px 30px rgba(0,0,0,.05)}
.mszcat-card-image-wrap{position:relative}
.mszcat-card-wishlist{position:absolute;top:14px;left:14px;z-index:6}
.mszcat-card-wishlist .macszerez-wishlist-btn{width:42px;height:42px;border:none;border-radius:14px;background:var(--msz-black);color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.mszcat-card-image{display:block;aspect-ratio:1/1;background:var(--msz-soft);border-bottom:1px solid var(--msz-border);overflow:hidden}
.mszcat-card-image img{width:100%;height:100%;object-fit:cover}
.mszcat-card-body{padding:18px;display:flex;flex-direction:column;gap:13px;flex:1}
.mszcat-card-title{margin:0;font-size:16px;line-height:1.32;font-weight:700}
.mszcat-card-title a{color:#111}
.mszcat-card-badges{display:flex;flex-wrap:wrap;gap:7px;min-height:70px;align-content:flex-start}
.mszcat-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid var(--msz-border);border-radius:999px;background:#fff;font-size:12.5px;color:#111;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.mszcat-badge-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 14px}
.mszcat-badge-icon img{width:14px;height:14px;object-fit:contain}
.mszcat-badge-text{line-height:1}
.mszcat-stock{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;margin-top:auto}
.mszcat-stock .dot{width:8px;height:8px;border-radius:50%}
.mszcat-stock.in-stock{color:var(--msz-green)}.mszcat-stock.in-stock .dot{background:var(--msz-green)}
.mszcat-stock.out-stock{color:var(--msz-red)}.mszcat-stock.out-stock .dot{background:var(--msz-red)}
.mszcat-card-price{font-size:20px;font-weight:700;color:#111}
.mszcat-card-price del{color:#9a9a9a;font-size:15px;font-weight:500;margin-right:8px}
.mszcat-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;border-radius:var(--msz-rb);background:var(--msz-black);color:#fff;font-weight:700;border:1px solid var(--msz-black)}
.mszcat-btn:hover{background:#000;color:#fff}

/* Kedvencek rács */
.msz-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.msz-empty{padding:40px;text-align:center;border:1px solid var(--msz-border);border-radius:var(--msz-rc);background:#fff;color:var(--msz-muted)}

/* Blog */
.msz-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}
.msz-bcard{border:1px solid var(--msz-border);border-radius:28px;background:#fff;padding:14px;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(0,0,0,.05);transition:transform .15s ease,box-shadow .15s ease}
.msz-bcard:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(0,0,0,.08)}
.msz-bcard__imgwrap{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:4/3;background:var(--msz-soft)}
.msz-bcard__img{display:block;width:100%;height:100%}
.msz-bcard__img img{width:100%;height:100%;object-fit:cover;display:block}
.msz-bcard__go{position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:14px;background:var(--msz-black)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.msz-bcard__go:hover{background:#000!important;transform:scale(1.05)}
.msz-bcard__go svg{width:20px;height:20px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.msz-bcard__body{padding:16px 6px 4px;display:flex;flex-direction:column;gap:14px;flex:1}
.msz-bcard__chips{display:flex;flex-wrap:wrap;gap:10px}
.msz-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--msz-border);border-radius:999px;padding:8px 14px;font-size:13px;color:var(--msz-ink);background:#fff}
.msz-chip svg{width:15px;height:15px;stroke:var(--msz-ink);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
.msz .msz-bcard__body h3{font-family:'Space Grotesk','Inter',sans-serif;font-size:21px!important;line-height:1.25;margin:0;font-weight:700;color:#111}
.msz-bcard__body h3 a{color:#111}
.msz-bcard__excerpt{font-size:14.5px;color:var(--msz-muted);line-height:1.6;margin:0;flex:1}
.msz-bcard__btn{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:54px;padding:0 22px;border-radius:16px;background:var(--msz-black)!important;color:#fff!important;font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:14px;border:1px solid var(--msz-black);margin-top:4px}
.msz-bcard__btn:hover{background:#000!important;color:#fff!important}
.msz-bcard__btn svg{width:18px;height:18px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px}

/* Footer */
.msz-footer{background:#f4f5f6;color:#5a5f66;padding:64px 0 30px}
.msz-footer__grid{display:grid;grid-template-columns:1fr 1fr 1.1fr 1.5fr;gap:40px;align-items:start}
.msz .msz-footer h4{color:#111!important;font-size:17px;font-weight:700;letter-spacing:0;text-transform:none;margin:0 0 20px}
.msz-footer ul.msz-fmenu,.msz-footer ul.msz-fcontact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;font-size:15px}
.msz-footer .msz-fmenu a,.msz-footer .msz-fcontact a{color:#5a5f66}
.msz-footer .msz-fmenu a:hover,.msz-footer .msz-fcontact a:hover{color:#111}
.msz-footer .msz-fcontact li{color:#5a5f66}
.msz-newscard{background:#fff;border:1px solid #e7e8ea;border-radius:26px;padding:30px 30px 32px;box-shadow:0 18px 40px rgba(0,0,0,.05)}
.msz .msz-newscard h3{font-family:'Space Grotesk','Inter',sans-serif;font-size:26px!important;font-weight:700;color:#111;margin:0 0 10px;letter-spacing:-.01em}
.msz-newscard p{font-size:14.5px;color:#7a7f86;line-height:1.55;margin:0 0 20px}
.msz-newsform{display:flex;flex-direction:column;gap:14px}
.msz-newsform input[type=text],.msz-newsform input[type=email]{width:100%;height:56px;border-radius:16px;border:1px solid #d9dbde;background:#fff;color:#111;padding:0 20px;font-size:15px;outline:none;transition:border-color .15s ease}
.msz-newsform input::placeholder{color:#9aa0a6}
.msz-newsform input:focus{border-color:#111}
.msz-gdpr{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#5a5f66;line-height:1.4;cursor:pointer;margin:2px 0}
.msz-gdpr input{width:20px;height:20px;flex:0 0 20px;margin-top:1px;accent-color:#111}
.msz-gdpr a{color:#111;text-decoration:underline}
.msz .msz-newsbtn{width:100%;min-height:62px;border-radius:999px!important;background:var(--msz-black)!important;color:#fff!important;border:none;font-weight:700;letter-spacing:.08em;font-size:14px;text-transform:uppercase;cursor:pointer;justify-content:center;margin-top:4px}
.msz .msz-newsbtn:hover{background:#000!important;color:#fff!important}
.msz-footer__bottom{border-top:1px solid #e2e4e6;margin-top:48px;padding-top:24px;display:flex;justify-content:space-between;font-size:13.5px;color:#9aa0a6;flex-wrap:wrap;gap:12px}

@media (max-width:1000px){
.msz-grid,.msz-blog-grid{grid-template-columns:1fr 1fr}
.msz-footer__grid{grid-template-columns:1fr 1fr}
.msz-hero__title{font-size:40px}.msz-hero__content{padding:0 32px}
}
@media (max-width:680px){
.msz-nav,.msz-topbar__links{display:none}
.msz-menu-toggle{display:flex}
.msz-grid,.msz-blog-grid,.msz-footer__grid{grid-template-columns:1fr}
.msz-catnav{display:none}.msz-cattrack{padding:2px 4px}
.msz-hero__inner{min-height:340px}.msz-hero__title{font-size:32px}
.msz-title{font-size:24px}
}
@media (prefers-reduced-motion:reduce){.msz *{scroll-behavior:auto!important;transition:none!important}}

/* Előnyök / bizalmi sor */
.msz .msz-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.msz .msz-trust__item{background:#fff;border:1px solid var(--msz-border);border-radius:24px;padding:30px 22px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;box-shadow:0 10px 26px rgba(0,0,0,.04);transition:transform .15s ease,box-shadow .15s ease}
.msz .msz-trust__item:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(0,0,0,.07)}
.msz .msz-trust__ico{width:54px;height:54px;border-radius:16px;background:var(--msz-black);display:flex;align-items:center;justify-content:center;flex:0 0 54px}
.msz .msz-trust__ico svg{width:24px;height:24px;stroke:#fff;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
.msz .msz-trust__item h4{margin:0;font-size:18px!important;font-weight:700;color:#111;line-height:1.25}
.msz .msz-trust__item p{margin:0;font-size:14px;color:var(--msz-muted);line-height:1.5;max-width:26ch}
@media (max-width:1000px){.msz .msz-trust{grid-template-columns:1fr 1fr}}
@media (max-width:680px){.msz .msz-trust{grid-template-columns:1fr 1fr;gap:14px}.msz .msz-trust__item{padding:22px 16px}}

/* Blog lapozó */
.msz-pager{display:flex;justify-content:center;gap:8px;padding:40px 0 6px;flex-wrap:wrap}
.msz-pager a,.msz-pager span{min-width:44px;height:44px;padding:0 14px;border-radius:12px;border:1px solid var(--msz-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:var(--msz-ink)}
.msz-pager a:hover{border-color:var(--msz-black)}
.msz-pager .is-active{background:var(--msz-black);color:#fff;border-color:var(--msz-black)}
.msz-blog-intro{text-align:center;color:var(--msz-muted);max-width:60ch;margin:0 auto 10px}

/* Cikk (single post) */
.msz-arthead{padding:42px 0 26px}
.msz-arthead__in{max-width:740px;margin:0 auto}
.msz-breadcrumb{font-size:13px;color:var(--msz-faint);margin-bottom:18px}
.msz-breadcrumb a:hover{color:var(--msz-black)}
.msz-artcat{display:inline-block;background:var(--msz-soft);border-radius:999px;padding:6px 14px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px;color:#111}
.msz-arttitle{font-family:'Space Grotesk','Inter',sans-serif;font-size:40px;line-height:1.1;font-weight:700;letter-spacing:-.02em;margin:0 0 18px;color:#111}
.msz-artmeta{display:flex;align-items:center;gap:12px;color:var(--msz-muted);font-size:14px;flex-wrap:wrap}
.msz-artmeta .avatar{width:42px;height:42px;border-radius:50%;background:var(--msz-black);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.msz-artmeta strong{color:var(--msz-ink)}
.msz-artmeta .dot{width:3px;height:3px;border-radius:50%;background:var(--msz-faint)}
.msz-arthero{max-width:740px;margin:8px auto 0}
.msz-arthero img{width:100%;border-radius:var(--msz-rc);aspect-ratio:16/8;object-fit:cover}
/* a the_content tipográfiája, ha a tartalom-szekcióhoz hozzáadod a "msz msz-article" osztályt */
.msz-article{max-width:740px;margin:0 auto;font-size:17.5px;line-height:1.65;color:#2a2a2a}
.msz-article p{margin:0 0 22px}
.msz-article h2{font-family:'Space Grotesk','Inter',sans-serif;font-size:26px;margin:36px 0 14px;letter-spacing:-.01em;color:#111}
.msz-article h3{font-family:'Space Grotesk','Inter',sans-serif;font-size:20px;margin:26px 0 10px;color:#111}
.msz-article ul,.msz-article ol{margin:0 0 22px;padding-left:22px}
.msz-article li{margin:0 0 8px}
.msz-article img{border-radius:18px;margin:28px auto}
.msz-article a{border-bottom:2px solid var(--msz-black);font-weight:600}
.msz-article blockquote{border-left:4px solid var(--msz-black);background:var(--msz-soft);border-radius:0 16px 16px 0;padding:18px 22px;margin:28px 0}
.msz-related h2{font-family:'Space Grotesk','Inter',sans-serif;font-size:26px;text-align:center;margin:0 0 26px;color:#111}

/* Bolt / üzlet aloldal + szűrő */
.msz-shop-filters{background:#fff;border:1px solid var(--msz-border);border-radius:var(--msz-rc);padding:24px;margin-bottom:24px;box-shadow:0 12px 30px rgba(0,0,0,.05)}
.msz-shop-filters__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.msz-field label{display:block;font-weight:700;font-size:14px;margin-bottom:7px;color:#111}
.msz-field select{width:100%;height:50px;border:1px solid var(--msz-border);border-radius:14px;padding:0 40px 0 14px;font-size:15px;background:#fff;color:#111;font-family:inherit;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 9l4-4 4 4M8 15l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;cursor:pointer}
.msz-field select:focus{outline:none;border-color:var(--msz-black)}
.msz-shop-actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}
.msz-shop-actions .msz-btn{min-width:140px}
.msz-shop-count{color:var(--msz-muted);font-size:14px;margin:0 0 18px}
@media (max-width:1000px){.msz-shop-filters__grid{grid-template-columns:1fr 1fr}}
@media (max-width:680px){.msz-shop-filters__grid{grid-template-columns:1fr}.msz-shop-actions .msz-btn{flex:1}}

/* Vízszintes slider (blog a kezdőlapon) */
.msz-hslider__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}
.msz-hslider__head .msz-eyebrow{text-align:left}
.msz .msz-hslider__head h2{font-family:'Space Grotesk','Inter',sans-serif;font-size:30px!important;font-weight:700;margin:6px 0 0;letter-spacing:-.01em;text-align:left;color:#111}
.msz-hslider__nav{display:flex;gap:10px;flex-shrink:0}
.msz .msz-harrow{width:52px;height:52px;padding:0;border:none;border-radius:999px!important;background:var(--msz-black)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.12);transition:transform .18s ease,background .18s ease;cursor:pointer}
.msz .msz-harrow:hover{background:#000!important;transform:translateY(-2px)}
.msz .msz-harrow svg{width:22px;height:22px;stroke:#fff;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.msz .msz-harrow[hidden]{display:none!important}
.msz-htrack{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 3*24px)/4);gap:24px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:18px 6px 38px}
.msz-htrack::-webkit-scrollbar{display:none}
@media (max-width:1000px){.msz-htrack{grid-auto-columns:calc((100% - 18px)/2);gap:18px}}
@media (max-width:680px){.msz-htrack{grid-auto-columns:88%;gap:14px}.msz .msz-hslider__head h2{font-size:24px!important}}
