/* Additional storefront components. Approved homepage styles remain in style.css. */
.mtk-header-actions{display:flex;align-items:center;gap:16px}.mtk-icon-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:40px}.mtk-icon-link:hover{color:var(--red)}.mtk-cart-count{background:#fff2;border-radius:5px;min-width:20px;text-align:center;font-size:12px}.mtk-main{background:#fafbfc;padding-bottom:80px;min-height:65vh}.mtk-breadcrumb{display:flex;flex-wrap:wrap;gap:10px;font-size:13px;color:#767982;padding:25px 0 34px}.mtk-breadcrumb a:hover{color:var(--red)}.mtk-page-heading{margin-bottom:32px;max-width:900px}.mtk-main h1{font-size:clamp(2rem,3.5vw,3rem);line-height:1.15;letter-spacing:-.045em;margin-bottom:15px;overflow-wrap:break-word}.mtk-page-heading p{font-size:17px;max-width:720px;margin-bottom:0}.mtk-main .eyebrow{font-size:11px;margin-bottom:15px}.mtk-main h2{font-size:23px;line-height:1.3;margin-bottom:18px}.mtk-main h3{font-size:18px}.mtk-main p{line-height:1.8}.mtk-main input,.mtk-main textarea,.mtk-main select{font-size:15px}.mtk-main small{font-size:12px}.mtk-panel{padding:28px;background:#fff;border:1px solid var(--border);border-radius:17px;box-shadow:0 4px 12px #20212403;min-width:0}.mtk-panel>*:last-child{margin-bottom:0}.mtk-panel-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px;flex-wrap:wrap}.mtk-panel-top h2{margin-bottom:0}.mtk-panel-top .text-link{font-size:13px}.mtk-note{display:flex;align-items:flex-start;gap:11px;background:#f0f2f5;border:1px solid #e5e7ec;color:#636773;padding:13px 17px;border-radius:10px;font-size:13px;margin-bottom:27px}.mtk-note .icon{height:19px;width:19px}.mtk-help{font-size:12px!important;color:#7c7f88!important;line-height:1.7!important;margin:14px 0}.mtk-stack{display:flex;flex-direction:column;gap:24px;min-width:0}.mtk-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;min-width:0}.mtk-divider{height:1px;background:var(--border);margin:27px 0}.mtk-plain-button{border:0;padding:0;background:none;text-align:left}.mtk-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);padding:15px 22px;border:1px solid #44454b;border-radius:12px;background:var(--ink);color:white;box-shadow:0 12px 35px #0002;z-index:1090;font-size:14px}.mtk-status{display:inline-flex;border-radius:6px;background:#f1f3f5;color:#626570;font-size:12px;padding:5px 10px;font-weight:800;line-height:1.5}.mtk-narrow{max-width:730px;margin-inline:auto}.mtk-narrow>.mtk-panel+.mtk-panel{margin-top:24px}.mtk-center-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}.mtk-full{grid-column:1/-1}.mtk-main [hidden],.mtk-toast[hidden]{display:none!important}
/* Collection and product pages */
.mtk-catalog{display:grid;grid-template-columns:240px minmax(0,1fr);gap:28px;align-items:start}.mtk-sidebar{position:sticky;top:120px;padding:22px}.mtk-sidebar h2{font-size:18px}.mtk-sidebar h3{margin-top:20px;font-size:17px}.mtk-sidebar p{font-size:14px}.mtk-side-link{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;font-size:14px;margin:3px -8px;color:#686c75;font-weight:700}.mtk-side-link>.icon:last-child{margin-left:auto;width:17px}.mtk-side-link:hover,.mtk-side-link.active{background:#fff0f2;color:var(--red)}.mtk-catalog-main{min-width:0}.mtk-search{display:flex;gap:9px;margin-bottom:24px}.mtk-search input{background:#fff}.mtk-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;font-size:14px;color:var(--muted)}.mtk-toolbar label{display:flex;align-items:center;gap:10px;font-size:13px;white-space:nowrap}.mtk-toolbar select{width:auto;font-size:13px;border-color:var(--border);border-radius:8px}.mtk-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.mtk-catalog .mtk-product-grid{gap:16px}.mtk-product .product-photo{height:220px}.mtk-product .product-content{padding:18px 8px 8px}.mtk-product .product-content h2{font-size:19px;min-height:49px;margin-bottom:9px}.mtk-product .product-content p{font-size:13px;line-height:1.7;min-height:45px;margin-bottom:13px}.mtk-product .product-meta{font-size:9px}.mtk-favorite{position:absolute;right:10px;bottom:10px;display:grid;place-content:center;background:#fff;border:1px solid #e3e5e9;border-radius:50%;width:37px;height:37px;color:#666;box-shadow:0 2px 8px #00000008}.mtk-favorite[aria-pressed=true]{color:var(--red);border-color:#f6c3c8;background:#fff3f4}.mtk-favorite[aria-pressed=true] .icon{fill:#ed152917}.mtk-favorite .icon{height:18px;width:18px}.mtk-price{font-size:24px;font-weight:800;line-height:1.3;margin:15px 0 21px;letter-spacing:-.035em}.mtk-price small{display:block;font-size:11px;font-weight:400;letter-spacing:0;color:var(--muted);margin-top:6px}.mtk-empty{text-align:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:70px 25px;margin-bottom:24px}.mtk-empty p{max-width:400px;margin:0 auto 25px}.mtk-empty-icon{background:#fff0f2;color:var(--red);height:75px;width:75px;border-radius:23px;display:grid;place-content:center;margin:0 auto 22px}.mtk-empty-icon .icon{height:30px;width:30px}.mtk-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:start}.mtk-detail-image{background:#fff;border:1px solid var(--border);border-radius:21px;position:relative;overflow:hidden}.mtk-detail-image>img{width:100%;height:490px;object-fit:contain;padding:26px}.mtk-detail-image .product-badge{top:20px;left:20px;border:1px solid #e5e7eb}.mtk-image-caption{font-size:11px;color:#858892;margin-top:10px}.mtk-detail-copy{padding-top:14px}.mtk-detail-copy>p{font-size:16px}.mtk-detail-copy h1{font-size:39px}.mtk-price-large{font-size:35px;margin-top:22px}.mtk-guide-callout{display:flex;gap:12px;align-items:center;flex-wrap:wrap;background:#f1f2f5;padding:18px;border-radius:12px;margin-top:22px;font-size:13px}.mtk-guide-callout>.icon{color:var(--red)}.mtk-guide-callout strong{font-size:12px;margin-left:34px}.mtk-guide-callout strong .icon{width:15px}.mtk-variants legend{font-size:14px;font-weight:800;margin-bottom:12px}.mtk-variants legend small{font-weight:400;color:var(--muted);margin-left:8px}.mtk-variants label{display:inline-flex;position:relative;margin-right:8px}.mtk-variants input{position:absolute;opacity:0}.mtk-variants span{padding:10px 20px;background:#fff;border:1px solid #d9dce1;border-radius:9px;font-size:14px;cursor:pointer}.mtk-variants input:checked+span{border-color:var(--red);color:var(--red);background:#fff3f4}.mtk-variants input:focus-visible+span{outline:3px solid #ed15294a;outline-offset:2px}.mtk-color{display:flex;align-items:center;gap:8px;margin:20px 0;font-size:14px}.mtk-swatch{width:20px;height:20px;background:white;border:1px solid #ccc;border-radius:50%}.mtk-swatch.siyah{background:#222}.mtk-buy-row{display:flex;gap:10px;align-items:flex-end}.mtk-quantity{font-size:12px;color:#686c75;width:70px;flex-shrink:0}.mtk-quantity input{padding:12px 8px;margin-top:5px}.mtk-buy-row>.btn{flex:1;min-height:49px}.mtk-favorite-inline{position:static;width:49px;height:49px;border-radius:10px;flex-shrink:0}.mtk-detail-perks{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;font-size:12px;color:var(--muted)}.mtk-detail-perks .icon{width:17px;color:var(--red);margin-right:5px}.mtk-detail-links{display:flex;flex-wrap:wrap;gap:20px;margin-top:25px}.mtk-detail-links .text-link{font-size:12px}.mtk-detail-links .icon{width:16px}.mtk-detail-bottom{margin-top:50px;padding:20px 32px;border:1px solid var(--border);border-radius:17px;background:white}.mtk-specs{display:grid;grid-template-columns:1fr 1.3fr;gap:10px 18px;font-size:14px;margin:20px 0}.mtk-specs dt{color:#787d85;font-weight:400}.mtk-specs dd{margin:0}
/* Checkout */
.mtk-stepper{list-style:none;padding:0;display:flex;gap:28px;margin:0 0 26px;align-items:center;flex-wrap:wrap}.mtk-stepper li{display:flex;align-items:center;gap:9px;font-size:13px;color:#989ba3}.mtk-stepper li>span{display:grid;place-content:center;width:27px;height:27px;border-radius:50%;background:#eceef1;color:#717580;font-size:12px;font-weight:800}.mtk-stepper .current{color:var(--ink);font-weight:800}.mtk-stepper .current>span{background:var(--red);color:#fff}.mtk-stepper .done>span{background:var(--ink);color:#fff}.mtk-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 335px;gap:28px;align-items:start}.mtk-summary{position:sticky;top:120px}.mtk-summary h2{font-size:21px}.mtk-summary dl{margin-top:22px}.mtk-summary dl>div{display:flex;justify-content:space-between;gap:15px;font-size:14px;margin:14px 0}.mtk-summary dt{font-weight:400;color:var(--muted)}.mtk-summary dd{margin:0;font-weight:800;white-space:nowrap}.mtk-summary .mtk-grand-total{border-top:1px solid var(--border);padding-top:20px;font-size:22px}.mtk-summary .mtk-grand-total dt{font-weight:800;color:var(--ink);font-size:18px}.mtk-cart-row{display:grid;grid-template-columns:100px minmax(0,1fr) auto;gap:18px;padding:24px 0;border-bottom:1px solid var(--border);align-items:center}.mtk-cart-row:first-child{padding-top:0}.mtk-cart-row:last-child{border:0;padding-bottom:0}.mtk-cart-row>img{height:100px;width:100px;object-fit:contain;background:#f7f8fa;border-radius:10px}.mtk-cart-row h3{font-size:17px;margin-bottom:7px}.mtk-cart-row p{font-size:12px;margin-bottom:9px}.mtk-cart-row .mtk-row-price{font-size:16px;white-space:nowrap;font-weight:800;text-align:right}.mtk-cart-row .mtk-row-price button{display:block;margin:10px 0 0 auto;border:0;background:none;color:#81858e;font-size:12px;text-decoration:underline}.mtk-qty-stepper{display:inline-flex;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:white}.mtk-qty-stepper button{border:0;background:none;width:29px;height:30px}.mtk-qty-stepper input{width:38px;border:0;text-align:center;font-size:13px;padding:0;appearance:textfield;-moz-appearance:textfield}.mtk-qty-stepper input::-webkit-inner-spin-button{appearance:none}.mtk-mini-item{display:flex;align-items:center;gap:12px;font-size:12px;padding:12px 0;border-bottom:1px solid var(--border)}.mtk-mini-item img{height:47px;width:47px;object-fit:contain;border-radius:6px;background:#f8f8fa}.mtk-mini-item small{display:block;color:var(--muted);font-size:11px}.mtk-number{display:inline-grid;place-content:center;height:28px;width:28px;color:var(--red);background:#fff0f2;border-radius:8px;font-size:12px;vertical-align:middle;margin-right:8px}.mtk-option{display:flex;align-items:flex-start;gap:13px;border:1px solid var(--border);border-radius:12px;padding:19px;margin-bottom:13px;cursor:pointer;background:#fff}.mtk-option:has(input:checked){border-color:#f09aa4;background:#fffafb}.mtk-option>input{margin-top:4px;accent-color:var(--red);flex-shrink:0}.mtk-option>span{flex:1}.mtk-option strong{font-size:15px}.mtk-option small{display:block;color:#7a7e88;margin-top:3px;font-size:12px}.mtk-option p{font-size:14px;margin:9px 0 0}.mtk-option b{font-size:13px;white-space:nowrap}.mtk-card-demo{background:linear-gradient(135deg,#23262c,#414652);color:white;border-radius:16px;padding:25px;margin:20px 0 25px;max-width:370px;box-shadow:0 8px 20px #20212418}.mtk-card-demo>div{display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.1em}.mtk-card-demo>strong{display:block;font-size:22px;letter-spacing:.03em;padding:24px 0 28px}.mtk-demo-link{display:block;font-size:12px;color:#858791;text-decoration:underline;margin-top:14px}.mtk-result-hero{text-align:center;padding:25px 20px 38px}.mtk-result-hero h1{font-size:44px}.mtk-result-hero .eyebrow{justify-content:center}.mtk-result-hero>p{max-width:620px;margin:0 auto 23px}.mtk-result-icon{display:grid;place-content:center;height:85px;width:85px;background:#eaf2ed;color:#366d48;border-radius:26px;margin:0 auto 25px}.mtk-result-icon>.icon{height:38px;width:38px}.mtk-result-icon.mtk-red{background:#fff0f2;color:var(--red);font-size:40px;font-weight:800}.mtk-result-details{max-width:850px;margin:auto}.mtk-timeline{display:flex;list-style:none;padding:10px 0;margin:22px 0;gap:10px}.mtk-timeline li{flex:1;border-top:3px solid #e5e7eb;padding-top:17px;color:#90959f;position:relative}.mtk-timeline strong{display:block;font-size:14px;margin-bottom:6px}.mtk-timeline span{font-size:12px;display:block}.mtk-timeline li.done{border-color:var(--ink);color:var(--ink)}.mtk-timeline li.current{border-color:var(--red);color:var(--red)}.mtk-tracking-result{margin-top:24px}
/* Form and account layouts */
.mtk-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px 16px}.mtk-field label{display:block;font-size:13px;font-weight:800;margin-bottom:7px}.mtk-field .form-control,.mtk-field .form-select{min-height:47px;border-color:var(--border);border-radius:9px}.mtk-field input:focus,.mtk-field select:focus,.mtk-field textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #ed152917}.mtk-field textarea{resize:vertical}.mtk-check{grid-column:1/-1;display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#666b74}.mtk-check input{margin-top:5px;accent-color:var(--red);flex-shrink:0}.mtk-check a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.mtk-form-result{margin-top:20px;padding:15px;background:#edf4ef;color:#365844;border-radius:8px;font-size:14px}.mtk-form-result.error{background:#fff0f2;color:#b52d3d}.mtk-account-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:26px;align-items:start}.mtk-account-nav{position:sticky;top:117px;padding:23px}.mtk-profile-mini{display:flex;align-items:center;gap:12px;padding-bottom:22px;margin-bottom:17px;border-bottom:1px solid var(--border)}.mtk-profile-mini>span{display:grid;place-content:center;background:#202124;color:white;border-radius:12px;width:44px;height:44px;font-size:13px}.mtk-profile-mini strong{font-size:14px}.mtk-profile-mini small{display:block;color:var(--muted);font-size:12px}.mtk-account-nav .mtk-side-link{font-size:13px;padding:11px 9px}.mtk-account-nav .mtk-side-link .icon{width:18px;height:18px;margin:0}.mtk-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mtk-stat{padding:22px}.mtk-stat>span{display:flex;align-items:center;gap:8px;color:#7c8088;font-size:12px}.mtk-stat>span .icon{color:var(--red);width:18px;height:18px}.mtk-stat>strong{display:block;font-size:35px;margin:12px 0}.mtk-stat>small{color:#858993;font-size:11px}.mtk-stat>small .icon{width:14px}.mtk-order-row{display:flex;flex-wrap:wrap;align-items:center;gap:18px;padding:18px 0}.mtk-order-row>div:first-child{margin-right:auto}.mtk-order-row strong{font-size:14px}.mtk-order-row small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.mtk-order-row .text-link{font-size:12px}.mtk-order-product{display:flex;align-items:center;gap:18px;padding:20px 0;flex-wrap:wrap}.mtk-order-product img{width:82px;height:82px;object-fit:contain;border:1px solid var(--border);border-radius:10px}.mtk-order-product p{font-size:13px;margin:5px 0}.mtk-order-product .text-link{margin-left:auto;font-size:13px}.mtk-table-scroll{overflow-x:auto}.mtk-table{width:100%;font-size:14px;border-collapse:collapse}.mtk-table th,.mtk-table td{padding:15px 12px;border-bottom:1px solid var(--border);text-align:left}.mtk-table th{font-weight:800}.mtk-table th:last-child,.mtk-table td:last-child{text-align:right;white-space:nowrap}.mtk-table thead{background:#f7f8fa}.mtk-auth{display:grid;grid-template-columns:1fr 1fr;max-width:1050px;margin:10px auto 0;border:1px solid var(--border);border-radius:22px;overflow:hidden;background:white}.mtk-auth-art{position:relative;min-height:580px}.mtk-auth-art>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.mtk-auth-art:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 25%,#101012d9)}.mtk-auth-art>div{position:absolute;left:35px;right:35px;bottom:35px;color:#fff;z-index:1}.mtk-auth-art h2{font-size:33px}.mtk-auth-art .eyebrow,.mtk-auth-art p{color:#eee}.mtk-auth-form{padding:45px}.mtk-auth-form h1{font-size:35px}.mtk-auth-form>p{font-size:15px;margin-bottom:25px}.mtk-auth-form .mtk-form-grid{grid-template-columns:1fr;gap:16px}.mtk-auth-form .mtk-form>.btn{width:100%}.mtk-auth-links{border-top:1px solid var(--border);margin-top:23px;padding-top:18px;font-size:13px}.mtk-auth-links p{font-size:13px;margin:15px 0 0}.mtk-auth-links .text-link{font-size:13px}.mtk-auth-links .icon{width:16px}.mtk-auth-form input[type=password]{letter-spacing:.05em}
/* Corporate, support and editorial pages */
.mtk-editorial-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:center;margin:40px 0 50px}.mtk-editorial-hero>img{width:100%;height:450px;object-fit:cover;border-radius:20px 20px 65px 20px}.mtk-editorial-hero h2{font-size:35px}.mtk-editorial-hero p{font-size:16px}.mtk-tile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-bottom:40px}.mtk-tile{transition:border-color .2s,transform .2s}.mtk-tile:hover{border-color:#f4a0aa;transform:translateY(-3px)}.mtk-tile h2{font-size:22px}.mtk-tile p{font-size:14px}.mtk-tile .icon-box{margin-bottom:23px}.mtk-tile>.text-link{font-size:13px}.mtk-reading-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:32px;align-items:start}.mtk-toc{position:sticky;top:120px;padding:23px}.mtk-toc h2{font-size:16px}.mtk-toc a{display:block;font-size:13px;color:#70757f;line-height:1.6;padding:10px 0;border-bottom:1px solid #eff0f2}.mtk-toc a:last-child{border:0}.mtk-toc a:hover{color:var(--red)}.mtk-article{padding:40px 46px}.mtk-article section{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid var(--border);scroll-margin-top:120px}.mtk-article section:last-child{margin:0;padding:0;border:0}.mtk-article h2{font-size:25px}.mtk-article p{font-size:16px;line-height:1.95}.mtk-section-no{display:block;font-size:12px;color:var(--red);letter-spacing:.1em;font-weight:800;margin-bottom:13px}.mtk-related{margin-top:35px}.mtk-contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:start}.mtk-dark-panel{background:var(--ink);color:white;border:0;padding:40px;min-height:490px}.mtk-dark-panel h2{font-size:37px}.mtk-dark-panel .eyebrow{color:#ff8894}.mtk-dark-panel p{color:#c0c3ca}.mtk-contact-lines{display:flex;flex-direction:column;gap:6px;margin:30px 0}.mtk-contact-lines strong{font-size:15px;margin-top:15px}.mtk-contact-lines span{font-size:13px;color:#b1b5be}.mtk-dark-panel .mtk-help{color:#9ca2ac!important}.mtk-message-thread{margin-top:25px}.mtk-message-thread article{padding:22px;background:#f6f7f9;border-radius:10px;margin-top:18px}.mtk-message-thread small{display:block;color:var(--muted);margin-top:5px}.mtk-message-thread p{margin:14px 0 0;font-size:15px}.mtk-message-thread .mtk-staff-message{background:#fff2f4;margin-left:30px}.mtk-content-placeholder{background:#f7f8fa;border:1px dashed #d6d9df;border-radius:8px;color:#8b8e98;padding:16px;font-size:13px}.mtk-reading-layout+.mtk-panel{margin-top:28px}.mtk-system{text-align:center;max-width:700px;margin:10px auto;padding:25px 0 40px}.mtk-system-code{font-size:130px;font-weight:900;line-height:1.1;letter-spacing:-.06em;color:var(--red);margin-bottom:22px}.mtk-system .eyebrow{justify-content:center}.mtk-system p{max-width:510px;margin:0 auto}.mtk-system small{display:block;color:#858993;margin-top:30px}.mtk-blog-feature{display:grid;grid-template-columns:1.25fr 1fr;background:white;border:1px solid var(--border);border-radius:21px;overflow:hidden;margin-bottom:35px}.mtk-blog-feature>a{display:block;min-width:0}.mtk-blog-feature img{height:100%;min-height:375px;max-height:460px;width:100%;object-fit:cover}.mtk-blog-feature>div{padding:40px;align-self:center}.mtk-blog-feature h2{font-size:31px;margin-top:20px}.mtk-blog-feature small{color:var(--muted);display:block;margin-bottom:25px}.mtk-article-meta{font-size:12px;color:#818690;margin-bottom:25px}.mtk-article-cover{width:100%;height:460px;object-fit:cover;border-radius:20px;margin-bottom:40px}.mtk-why-section{padding:20px 0 50px}.mtk-why-section>.container{padding:0}.mtk-page-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}.mtk-page-directory h2{font-size:20px}.mtk-page-directory section>a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid #eceef1;font-size:14px}.mtk-page-directory section>a:last-child{border:0}.mtk-page-directory section>a:hover{color:var(--red)}.mtk-page-directory section>a>.icon{width:16px}.mtk-page-directory .mtk-panel-top{gap:9px}.mtk-page-directory .mtk-status{font-size:11px}
@media(max-width:1199px){.mtk-header-actions{gap:11px}.mtk-catalog{grid-template-columns:205px minmax(0,1fr);gap:20px}.mtk-product-grid{gap:15px}.mtk-product .product-photo{height:185px}.mtk-product .product-content h2{font-size:17px}.mtk-price{font-size:21px}.mtk-detail{gap:35px}.mtk-detail-copy h1{font-size:33px}.mtk-detail-image>img{height:450px}.mtk-account-layout{grid-template-columns:220px minmax(0,1fr);gap:20px}.mtk-account-nav{padding:20px}.mtk-checkout-layout{grid-template-columns:minmax(0,1fr) 300px;gap:20px}.mtk-panel{padding:23px}.mtk-auth-form{padding:34px}.mtk-page-directory{grid-template-columns:1fr 1fr}}
@media(max-width:991px){.mtk-header-actions{border-top:1px solid var(--border);padding-top:13px;gap:24px;justify-content:flex-start}.mtk-header-actions .header-contact{margin-left:auto}.mtk-catalog{grid-template-columns:1fr}.mtk-sidebar{position:static;display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:15px 20px}.mtk-sidebar h2{margin:0 15px 0 0;font-size:15px}.mtk-sidebar .mtk-side-link{margin:0;padding:8px 10px;font-size:13px}.mtk-sidebar>.mtk-side-link>.icon{display:none}.mtk-sidebar hr,.mtk-sidebar h3,.mtk-sidebar p,.mtk-sidebar>.text-link{display:none}.mtk-account-layout{grid-template-columns:1fr}.mtk-account-nav{position:static;display:flex;flex-wrap:wrap;gap:6px 10px;padding:17px}.mtk-profile-mini{flex-basis:100%;padding-bottom:15px;margin-bottom:4px}.mtk-account-nav .mtk-side-link{margin:0;padding:8px;font-size:12px}.mtk-account-nav hr{display:none}.mtk-checkout-layout{grid-template-columns:minmax(0,1fr) 280px;gap:18px}.mtk-summary{padding:20px}.mtk-checkout-layout .mtk-two-columns{grid-template-columns:1fr}.mtk-cart-row{grid-template-columns:75px minmax(0,1fr);gap:13px}.mtk-cart-row>img{width:75px;height:85px}.mtk-cart-row .mtk-row-price{grid-column:2;text-align:left;display:flex;align-items:center;gap:15px}.mtk-cart-row .mtk-row-price button{margin:0}.mtk-detail{gap:25px}.mtk-detail-image>img{height:365px;padding:15px}.mtk-detail-copy{padding:0}.mtk-detail-copy h1{font-size:28px}.mtk-buy-row .btn{padding:14px 13px;font-size:13px}.mtk-favorite-inline{width:44px}.mtk-reading-layout{grid-template-columns:200px minmax(0,1fr);gap:22px}.mtk-article{padding:28px}.mtk-toc{padding:20px}.mtk-tile-grid{gap:16px}.mtk-tile h2{font-size:20px}.mtk-editorial-hero{gap:30px}.mtk-editorial-hero h2{font-size:29px}.mtk-editorial-hero>img{height:410px}.mtk-contact-layout{grid-template-columns:1fr}.mtk-dark-panel{min-height:0}.mtk-contact-lines{display:none}.mtk-blog-feature>div{padding:26px}.mtk-blog-feature h2{font-size:26px}.mtk-blog-feature img{min-height:370px}.mtk-auth-art{min-height:560px}.mtk-auth-form{padding:30px}.mtk-auth-form h1{font-size:29px}.mtk-auth-art>div{left:24px;right:24px}.mtk-auth-art h2{font-size:28px}}
@media(max-width:767px){.mtk-main{padding-bottom:45px}.mtk-breadcrumb{padding:20px 0 27px;font-size:12px;gap:8px}.mtk-main h1{font-size:32px}.mtk-page-heading p{font-size:15px}.mtk-page-heading{margin-bottom:24px}.mtk-main .eyebrow{font-size:10px}.mtk-note{font-size:12px;padding:12px;margin-bottom:22px}.mtk-panel{padding:22px}.mtk-main h2{font-size:22px}.mtk-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.mtk-product{padding:9px}.mtk-product .product-content{padding:14px 3px 5px}.mtk-product .product-content h2{font-size:17px}.mtk-product .product-content p{font-size:12px}.mtk-product .product-meta{display:none}.mtk-product .product-photo{height:200px}.mtk-product .product-badge{font-size:9px;padding:4px 7px;left:7px;top:7px}.mtk-product .product-content .btn{font-size:12px;padding:11px 10px;gap:5px}.mtk-product .product-content .btn .icon{width:15px}.mtk-product .mtk-price{font-size:22px}.mtk-product .mtk-price small{font-size:10px}.mtk-toolbar{align-items:flex-start;gap:12px;flex-wrap:wrap}.mtk-toolbar label{font-size:12px}.mtk-toolbar select{font-size:12px}.mtk-search .btn{padding:12px 18px}.mtk-detail{grid-template-columns:1fr;gap:25px}.mtk-detail-image>img{height:360px}.mtk-guide-callout{margin-top:17px}.mtk-detail-copy h1{font-size:32px}.mtk-detail-bottom{padding:10px 21px;margin-top:30px}.mtk-main .mtk-price-large{font-size:34px}.mtk-checkout-layout{grid-template-columns:1fr}.mtk-summary{position:static}.mtk-checkout-layout .mtk-two-columns{grid-template-columns:1fr 1fr}.mtk-stepper{gap:13px}.mtk-stepper li{font-size:11px;gap:6px}.mtk-stepper li>span{height:23px;width:23px;font-size:11px}.mtk-stepper li:nth-child(2){flex:1}.mtk-option{padding:15px;gap:10px}.mtk-option b{font-size:12px}.mtk-card-demo{max-width:100%}.mtk-result-hero{padding:15px 0 30px}.mtk-result-hero h1{font-size:34px}.mtk-result-hero>p{font-size:15px}.mtk-timeline{flex-direction:column;gap:0;padding:0;margin:25px 0}.mtk-timeline li{border-top:0;border-left:3px solid #e5e7eb;padding:0 0 25px 17px}.mtk-timeline li.done{border-color:var(--ink)}.mtk-timeline li.current{border-color:var(--red)}.mtk-two-columns{grid-template-columns:1fr}.mtk-form-grid{gap:16px}.mtk-stats{gap:10px}.mtk-stat{padding:16px 12px}.mtk-stat>strong{font-size:28px;margin:10px 0}.mtk-stat>span{font-size:11px;gap:5px}.mtk-stat>span .icon{width:15px}.mtk-stat>small{font-size:10px}.mtk-stat>small .icon{display:none}.mtk-account-nav .mtk-side-link{font-size:12px}.mtk-account-nav .mtk-side-link .icon{display:none}.mtk-order-row{gap:14px}.mtk-order-row .mtk-status{font-size:11px}.mtk-auth{grid-template-columns:1fr;margin-top:0}.mtk-auth-art{min-height:195px;max-height:195px}.mtk-auth-art>img{object-position:center 45%}.mtk-auth-art>div{left:25px;bottom:18px}.mtk-auth-art h2{font-size:24px;margin-bottom:8px}.mtk-auth-art p{font-size:12px;margin-bottom:0}.mtk-auth-art .eyebrow{display:none}.mtk-auth-form{padding:27px}.mtk-auth-form h1{font-size:30px}.mtk-auth-form .mtk-check{font-size:12px}.mtk-editorial-hero{grid-template-columns:1fr;gap:28px;margin-top:25px;margin-bottom:35px}.mtk-editorial-hero>img{height:330px}.mtk-editorial-hero h2{font-size:29px}.mtk-tile-grid{grid-template-columns:1fr;margin-bottom:27px}.mtk-tile{padding:25px}.mtk-tile .icon-box{margin-bottom:17px}.mtk-tile h2{font-size:23px}.mtk-reading-layout{grid-template-columns:1fr;gap:22px}.mtk-toc{position:static;display:flex;flex-wrap:wrap;gap:6px 16px;padding:18px 21px}.mtk-toc h2{width:100%;font-size:16px;margin-bottom:7px}.mtk-toc a{border:0;font-size:12px;padding:4px 0}.mtk-article{padding:25px}.mtk-article p{font-size:15px}.mtk-article h2{font-size:23px}.mtk-dark-panel h2{font-size:32px}.mtk-main .mtk-content-placeholder{font-size:12px}.mtk-blog-feature{grid-template-columns:1fr}.mtk-blog-feature img{height:280px;min-height:0}.mtk-blog-feature>div{padding:27px}.mtk-blog-feature h2{font-size:28px}.mtk-article-cover{height:300px;margin-bottom:25px}.mtk-page-directory{grid-template-columns:1fr}.mtk-page-directory section>a{font-size:14px}.mtk-main .mtk-why-section h2{font-size:28px}.mtk-why-section .why-grid h3{font-size:16px}.mtk-main .mtk-system-code{font-size:110px}.mtk-system{padding-top:0}.mtk-system h1{font-size:31px}.mtk-system p{font-size:15px}}
@media(max-width:479px){.mtk-product-grid{grid-template-columns:1fr}.mtk-product .product-photo{height:260px}.mtk-product .product-content{padding:18px 10px 10px}.mtk-product .product-content h2{font-size:22px;min-height:0}.mtk-product .product-content p{font-size:14px;min-height:0}.mtk-product .product-content .btn{font-size:14px;padding:13px}.mtk-product .mtk-price{font-size:26px}.mtk-form-grid{grid-template-columns:1fr}.mtk-checkout-layout .mtk-two-columns{grid-template-columns:1fr}.mtk-summary .mtk-grand-total{font-size:24px}.mtk-stepper li:nth-child(2){flex:initial}.mtk-stepper{gap:12px 18px}.mtk-header-actions{gap:18px}.mtk-header-actions .header-contact{font-size:12px;gap:8px;padding:12px}.mtk-header-actions .mtk-icon-link{width:23px}.mtk-stats{grid-template-columns:1fr}.mtk-stat{display:grid;grid-template-columns:1fr auto;padding:17px 20px}.mtk-stat>strong{grid-row:1/3;grid-column:2;margin:0}.mtk-stat>span{font-size:13px}.mtk-stat>small{font-size:12px}.mtk-stat>span .icon{width:18px}.mtk-main h1{font-size:30px}.mtk-detail-image>img{height:315px}.mtk-detail-perks{gap:10px}.mtk-cart-row{grid-template-columns:60px minmax(0,1fr);gap:12px}.mtk-cart-row>img{width:60px;height:75px}.mtk-cart-row h3{font-size:15px}.mtk-panel-top .text-link{font-size:12px}.mtk-panel-top h2{font-size:21px}.mtk-card-demo>strong{font-size:19px}.mtk-option{flex-wrap:wrap}.mtk-option>b{margin-left:27px}.mtk-form>.btn{width:100%;font-size:13px}.mtk-empty{padding:45px 22px}.mtk-buy-row{gap:8px}.mtk-quantity{width:60px}.mtk-buy-row>.btn{font-size:12px;padding:14px 10px}.mtk-favorite-inline{width:44px}}
@media print{.site-header,.site-footer,.announcement,.mtk-account-nav,.mtk-breadcrumb,.mtk-page-heading,.mtk-note,.mtk-account-layout>.mtk-stack>*:not(.mtk-invoice),.mtk-invoice button,.mtk-toast{display:none!important}.mtk-account-layout{display:block}.mtk-main{padding:0;background:white}.mtk-invoice{border:0;box-shadow:none}}
