:root{
  --black:#12152e;--white:#fff;--secondary:#30386f;--primary:#a1daf7;--primary-400:#d7f0ff;
  --grey-dark:#4f4f4f;--grey-light:#e3e3e3;--error:#b7181e;--green:#065f46;--page:#effaff;
  --container:1170px;--left:184px;--center:637px;--right:285px;--gap:32px;
  --radius:14px;--shadow:0 8px 26px rgba(18,21,46,.07);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--page);color:var(--black);font-family:"e-Ukraine",Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.35}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}a:hover,a:focus{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.container{width:1170px!important;max-width:calc(100% - 32px)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}

/* header */
.site-header{position:relative;z-index:50;background:#fff}.topbar{height:40px;background:var(--black);color:#fff}.topbar__inner{height:40px;display:flex;align-items:center;justify-content:center;gap:72px}.topbar__link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#fff}.topbar__link:hover{opacity:.72;color:#fff}.topbar__link svg{width:15px;height:15px;fill:currentColor;stroke:none}.social-mini,.at-mini{width:18px;height:18px;display:grid;place-items:center;border-radius:5px;background:#fff;color:var(--black);font-size:12px;font-weight:800}.at-mini{border:2px solid #fff;border-radius:50%;background:transparent;color:#fff}.nav-shell{height:110px;background:#fff}.main-nav{height:110px;display:flex;align-items:center;justify-content:space-between}.brand img{width:80px;height:80px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:42px}.desktop-nav a{position:relative;padding:18px 0;font-size:15px;font-weight:600}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:10px;height:2px;background:var(--secondary);transition:.2s}.desktop-nav a:hover:after{right:0}.mobile-actions{display:none;align-items:center;gap:8px}.icon-button,.burger,.mobile-menu__close{border:0;background:transparent}.icon-button{position:relative;width:42px;height:42px;display:grid;place-items:center}.icon-button svg{width:23px;height:23px}.cart-count{position:absolute;right:0;top:2px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border-radius:9px;background:var(--error);color:#fff;font-size:10px}.burger{width:44px;height:44px;padding:10px;display:flex;flex-direction:column;justify-content:center;gap:5px}.burger span{height:2px;width:100%;background:var(--black);border-radius:2px}.mobile-menu{position:fixed;inset:0;z-index:100;visibility:hidden;opacity:0;background:rgba(18,21,46,.45);transition:.2s}.mobile-menu.is-open{visibility:visible;opacity:1}.mobile-menu__panel{width:min(88vw,390px);height:100%;margin-left:auto;padding:18px 22px 32px;overflow:auto;background:#fff;transform:translateX(100%);transition:.25s}.mobile-menu.is-open .mobile-menu__panel{transform:none}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--grey-light)}.brand--mobile img{width:62px;height:62px}.mobile-menu__close{font-size:34px}.mobile-nav{display:flex;flex-direction:column}.mobile-nav>a,.mobile-category-toggle{min-height:50px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid var(--grey-light);background:transparent;font-weight:700}.mobile-category-list{display:flex;flex-direction:column;padding:10px 0 12px 15px;background:#f7fcff}.mobile-category-list a{padding:8px 0;font-size:14px;color:#566070}.mobile-menu__contacts{display:flex;flex-direction:column;gap:8px;padding-top:18px;font-size:14px}

/* common */
.button{min-height:42px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--black);border-radius:10px;background:transparent;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.02em;transition:.18s}.button--primary{background:var(--black);color:#fff}.button--primary:hover{background:var(--secondary);border-color:var(--secondary);color:#fff}.button--secondary:hover{background:var(--secondary);border-color:var(--secondary);color:#fff}.button--full{width:100%}.round-control{width:30px;height:30px;padding:0;display:grid;place-items:center;border:1px solid #cbd3da;border-radius:50%;background:#fff;font-size:21px;line-height:1}.round-control:hover{background:var(--black);color:#fff}.round-control:disabled{opacity:.35}.slider-controls{display:flex;gap:7px}.section-heading-row,.widget-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.catalog-column-title{margin:0;font-size:20px;font-weight:700}.page-title{margin:0;font-size:28px;line-height:1.15;font-weight:700}.breadcrumbs{min-height:68px;display:flex;align-items:center;gap:9px;font-size:13px;color:#5a6270}.breadcrumbs strong{color:var(--secondary)}.page-main{padding-bottom:80px}.three-column-layout,.catalog-preview{display:grid!important;grid-template-columns:var(--left) var(--center) var(--right)!important;column-gap:var(--gap)!important;align-items:start}.content-column{min-width:0;width:637px}.right-rail{width:285px;display:flex;flex-direction:column;gap:28px}.category-sidebar,.three-column-layout>.mak-ajax-slot:first-child{width:184px;min-width:184px}.mak-ajax-slot{min-height:0!important}.mak-empty-state{padding:28px;border-radius:14px;background:#fff}.mak-alert{padding:12px 14px;border-radius:9px;background:#fff0c8;color:#725700;margin:12px 0}.mak-alert--error{background:#ffe2e3;color:#8c1318}.mak-alert--success{background:#e0f5ec;color:#065f46}.centered-action{display:flex;justify-content:center;margin-top:28px}

/* hero */
.hero{position:relative;height:488px!important;min-height:488px;margin-top:30px!important;display:flex;overflow:hidden;border-radius:14px;background:linear-gradient(118deg,#344b7f 0%,#46628e 50%,#9edcf8 100%);color:#fff}.hero__visual{position:relative;width:57%;height:488px}.hero__visual img{position:absolute;left:-50px;bottom:-158px;width:760px;max-width:none;filter:drop-shadow(0 20px 24px rgba(0,0,0,.2))}.hero__content{position:relative;z-index:2;width:43%;padding:70px 60px 48px 16px;display:flex;flex-direction:column;align-items:flex-start}.hero h1{margin:0;font-size:60px;line-height:.98;letter-spacing:-.03em;text-transform:uppercase;font-weight:800}.hero p{max-width:420px;margin:25px 0 31px;font-size:16px;line-height:1.3;font-weight:600}.hero__button{width:100%;max-width:465px;height:48px}

/* sidebar */
.catalog-preview{padding-top:48px;padding-bottom:10px}.category-sidebar__inner{width:184px}.category-sidebar .catalog-column-title,.category-sidebar__inner .catalog-column-title{display:flex;align-items:center;gap:8px;font-size:16px}.category-sidebar__inner .catalog-column-title svg{width:18px;height:18px}.search-field{height:36px;margin-top:14px;padding:0 11px;display:flex;align-items:center;gap:7px;border:1px solid #d8dfe4;border-radius:17px;background:#fff}.search-field svg{width:15px;height:15px}.search-field input{width:100%;min-width:0;border:0!important;outline:0;box-shadow:none!important;background:transparent!important;font-size:12px}.sidebar-groups{margin-top:10px}.sidebar-group,.sidebar-direct{border-bottom:1px solid #cbd9e1}.sidebar-group__toggle,.sidebar-direct{width:100%;min-height:38px;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:12px;font-weight:700}.sidebar-direct{justify-content:flex-start}.sidebar-group__toggle:hover,.sidebar-direct:hover,.sidebar-group.active>.sidebar-group__toggle,.sidebar-direct.active{color:var(--secondary);background:rgba(161,218,247,.11)}.sidebar-group__content{display:none;padding:2px 0 8px 14px}.sidebar-group.open>.sidebar-group__content{display:flex;flex-direction:column}.sidebar-group__content a{padding:6px 0;font-size:12px;color:#5d6470}.sidebar-group__content a.active{color:var(--secondary);font-weight:800}.sidebar-chevron{font-size:14px}

/* product cards and central content */
.catalog-main{width:637px;min-width:0}.product-slider{margin-top:16px;overflow:hidden}.mak-slider{overflow:hidden}.mak-slider__track,.product-track,.related-track,.mak-promo-track{display:flex;gap:12px;transition:transform .32s ease;will-change:transform}.product-card{position:relative;flex:0 0 calc((100% - 24px)/3);min-width:0;height:257px;padding:11px;display:flex;flex-direction:column;border-radius:12px;background:#fff;overflow:hidden}.product-card__image{height:155px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:contain}.product-card h3{min-height:34px;margin:6px 0 5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:12px;line-height:1.35;font-weight:500}.product-card__footer{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:8px;font-size:12px}.product-card__footer strong{display:block;font-size:13px}.product-card del,.old-price{display:block;color:#7b818a;font-size:10px}.sale-price,.sale-widget__price strong{color:var(--error)!important}.circle-cart,.add-cart{flex:0 0 29px;width:29px;height:29px;padding:0;display:grid;place-items:center;border:1px solid #7c8797;border-radius:50%;background:#fff;font-size:17px}.circle-cart:hover,.add-cart:hover{background:var(--black);color:#fff}.product-badge{position:absolute;z-index:2;left:10px;top:9px;padding:3px 7px;border:1px solid var(--primary);border-radius:7px;background:#fff;color:#536a84;font-size:9px}.categories-title{margin-top:22px}.category-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.category-card{height:176px;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;overflow:hidden;border-radius:12px;background:#ccecff;text-align:center;transition:.18s}.category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.category-card img{width:100%;height:125px;object-fit:contain}.category-card span{min-height:28px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1.2}.category-grid--page{margin-top:16px}.category-grid--page .category-card{height:185px}

/* right rail */
.cart-widget,.side-widget{width:285px;padding:16px;border-radius:14px;background:#fff;box-shadow:0 2px 10px rgba(18,21,46,.015)}.widget-title-row h2{margin:0;display:flex;align-items:center;gap:7px;font-size:14px;font-weight:700}.widget-title-row h2 svg{width:18px;height:18px}.widget-title-row>span{font-size:11px}.mak-cart-scroll{margin-top:8px;max-height:258px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c9d1db transparent}.mak-cart-scroll.has-scroll{padding-right:4px}.mak-cart-scroll::-webkit-scrollbar{width:5px}.mak-cart-scroll::-webkit-scrollbar-thumb{background:#c9d1db;border-radius:8px}.cart-line{min-height:70px;display:grid;grid-template-columns:37px minmax(0,1fr) 70px;align-items:center;gap:8px;border-bottom:1px solid var(--grey-light)}.cart-line__image img{width:37px;height:52px;object-fit:contain}.cart-line__content{min-width:0;display:flex;flex-direction:column;gap:3px}.cart-line__content a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.cart-line__content strong{font-size:11px}.qty{display:flex;align-items:center;justify-content:flex-end;gap:3px}.qty button{width:21px;height:21px;padding:0;border:1px solid #d8dfe4;border-radius:50%;background:#fff;font-size:11px}.qty span{min-width:13px;text-align:center;font-size:10px}.cart-total{padding:13px 0;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:800}.mak-cart-empty{padding:22px 0;text-align:center;color:#6f7681;font-size:12px}.sale-widget{min-height:335px}.mak-promo-viewport{margin-top:12px;overflow:hidden}.mak-promo-track{gap:0}.mak-promo-slide{flex:0 0 100%;width:100%;min-width:100%;display:flex;flex-direction:column}.sale-widget__image-link{height:172px;display:flex;align-items:center;justify-content:center}.sale-widget__image{width:100%;height:100%;object-fit:contain}.mak-promo-slide>p{min-height:34px;margin:10px 0 6px;font-size:12px;line-height:1.3}.sale-widget__price{margin-top:auto;display:flex;align-items:flex-end;gap:8px}.sale-widget__price .old-price{margin-right:-3px}.sale-widget__price strong{font-size:14px;margin-right:auto}.video-widget{min-height:230px}.video-preview{position:relative;height:132px;margin-top:12px;display:block;overflow:hidden;border-radius:9px;background:var(--black)}.video-preview img{width:100%;height:100%;object-fit:cover}.video-preview:after{content:"";position:absolute;inset:0;background:rgba(9,12,30,.18)}.play-icon{position:absolute;z-index:2;left:50%;top:50%;width:34px;height:34px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:rgba(18,21,46,.45);color:#fff;transform:translate(-50%,-50%)}.video-widget>p{text-align:center;margin:11px 0 8px;font-size:11px}.social-row,.footer-socials{display:flex;align-items:center;justify-content:center;gap:12px}.social-row a,.footer-socials a{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:var(--black);color:#fff;font-weight:800}

/* homepage lower */
.section{padding-top:62px}.section-title{margin:0 0 28px;text-align:center;font-size:34px;font-weight:700}.achievement-grid{display:grid;grid-template-columns:2.05fr .82fr 2.05fr;gap:14px}.achievement{height:200px;margin:0;overflow:hidden;border-radius:12px}.achievement img{width:100%;height:100%;object-fit:cover}.achievement-tags{max-width:910px;margin:24px auto;display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.achievement-tags span{padding:6px 10px;border:1px solid #bce3f8;border-radius:7px;background:var(--primary-400);font-size:10px;color:#3d536a}.experience-banner{position:relative;height:350px!important;margin-top:58px!important;overflow:hidden;border-radius:14px;background:linear-gradient(120deg,#445b8d,#5c77a3 50%,#9fdcf7);color:#fff}.experience-banner__content{position:relative;z-index:2;width:55%;padding:70px 0 50px 40px}.experience-banner h2{margin:0 0 30px;font-size:34px;line-height:1.12}.experience-banner>img{position:absolute;right:-10px;bottom:-48px;width:570px;max-width:57%}.school{padding-bottom:65px}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.blog-card{position:relative;height:220px;overflow:hidden;border-radius:12px;background:var(--black)}.blog-card img{width:100%;height:100%;object-fit:cover;transition:.25s}.blog-card:hover img{transform:scale(1.025)}.blog-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 50%,rgba(4,7,18,.76))}.blog-card span{position:absolute;z-index:2;left:0;right:0;bottom:18px;color:#fff;text-align:center;font-size:13px;font-weight:600}

/* listing pages */
.listing-head{min-height:50px;display:grid;grid-template-columns:minmax(0,1fr) auto 175px;align-items:center;gap:12px}.listing-head .page-title{font-size:28px}.listing-count{font-size:11px;color:#555d69}.mak-sort-select select,.search-panel select{height:38px;width:100%;border:1px solid #d7dee4;border-radius:10px;background:#fff;padding:0 10px;font-size:12px;outline:0}.category-description{margin:0 0 14px;font-size:12px;color:#5c626c}.subcategory-links{margin:0 0 15px;display:flex;flex-wrap:wrap;gap:7px}.subcategory-links a{padding:6px 9px;border-radius:7px;background:var(--primary-400);font-size:11px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.products-grid .product-card{height:278px}.pagination-wrap,.mak-pagination{margin-top:26px;display:flex;justify-content:center}.pagination{margin:0!important;display:flex!important;padding:0!important;border:1px solid #8793a1;border-radius:10px;overflow:hidden}.pagination>li{display:block!important}.pagination>li>a,.pagination>li>span{min-width:39px;height:38px;padding:0 11px!important;display:grid!important;place-items:center!important;border:0!important;border-right:1px solid #c8d0d7!important;background:transparent!important;color:var(--black)!important;font-size:12px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-right:0!important}.pagination>.active>span,.pagination>.active>a{background:var(--black)!important;color:#fff!important}

/* product */
.product-detail{overflow:hidden;border-radius:14px;background:#fff}.product-overview{display:grid;grid-template-columns:285px minmax(0,1fr);gap:18px;padding:20px}.product-gallery{position:relative;min-width:0}.product-gallery__main-button{position:relative;width:100%;height:285px;padding:0;border:0;background:#fff}.product-gallery__main{width:100%;height:100%;object-fit:contain}.product-gallery__zoom{position:absolute;right:10px;bottom:10px;width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:rgba(18,21,46,.78);color:#fff;font-size:14px;opacity:0;transition:.18s}.product-gallery__main-button:hover .product-gallery__zoom{opacity:1}.product-thumbs-shell{position:relative;margin-top:10px;padding:0 24px}.product-thumbs{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}.product-thumbs::-webkit-scrollbar{display:none}.product-thumbs button{flex:0 0 55px;width:55px;height:55px;padding:3px;border:1px solid #d9e0e6;border-radius:9px;background:#fff;scroll-snap-align:start}.product-thumbs button.active{border:2px solid var(--secondary)}.product-thumbs img{width:100%;height:100%;object-fit:contain}.thumb-scroll{position:absolute;z-index:2;top:50%;width:22px;height:36px;padding:0;border:0;background:rgba(255,255,255,.92);transform:translateY(-50%);font-size:20px}.thumb-scroll--prev{left:0}.thumb-scroll--next{right:0}.product-summary{display:flex;flex-direction:column}.product-summary h2{margin:5px 0 7px;font-size:20px;line-height:1.15}.product-code{padding-bottom:14px;display:flex;justify-content:space-between;border-bottom:1px solid #e4e6e8;font-size:10px}.product-code strong{color:var(--green)}.product-weight{align-self:flex-start;margin-top:14px;padding:7px 11px;display:inline-flex;align-items:center;gap:5px;border:1px solid #d7dde2;border-radius:9px;background:#fff;color:#5a5f66;font-size:12px}.product-weight strong{color:var(--black);font-weight:700}.product-price{margin-top:auto;padding:22px 0 16px;font-size:30px;font-weight:800}.product-price del{display:block;color:#777;font-size:14px;font-weight:400}.product-price span{color:var(--error)}.mak-product-form{display:flex;flex-direction:column;gap:10px}.product-buy-row{display:grid;grid-template-columns:70px 1fr;gap:10px}.mak-product-quantity{width:70px;height:42px;border:1px solid #d4dbe2;border-radius:9px;text-align:center}.mak-product-options{display:flex;flex-direction:column;gap:9px}.mak-product-options label,.mak-product-options fieldset{margin:0;font-size:12px}.mak-product-options select,.mak-product-options input[type=text],.mak-product-options textarea{width:100%;margin-top:4px;border:1px solid #d4dbe2;border-radius:8px;padding:8px}.mak-product-message{min-height:0;font-size:11px;color:var(--green)}.models{margin-top:0;padding:28px 20px;border-top:1px solid #e1e5e8}.models h3{margin:0 0 18px;font-size:15px}.models-head,.model-row{display:grid;grid-template-columns:76px 130px 100px 86px 82px 93px 34px;align-items:center;gap:8px}.models-head{padding:0 0 7px;color:#8a9098;font-size:9px}.model-row{min-height:48px;font-size:10px}.model-row strong{font-size:11px}.model-row em{color:var(--green);font-style:normal}.model-row.unavailable{opacity:.52}.model-row button{width:30px;height:30px;padding:0;border:1px solid #8691a0;border-radius:50%;background:#fff}.product-description{padding:26px 20px;border-top:1px solid #e1e5e8;font-size:11px;line-height:1.35}.product-description img{max-width:100%;height:auto}.mak-attributes{margin-top:20px}.mak-attributes>div{padding:7px 0;display:flex;justify-content:space-between;border-bottom:1px solid #eee}.related-products{margin-top:42px}.related-products h2{margin:0;font-size:20px}.related-track-wrap{margin-top:14px}

/* search */
.search-panel{margin-bottom:26px;padding:18px;display:grid;grid-template-columns:1.15fr 1fr;gap:13px;border-radius:14px;background:#fff}.search-panel__field{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:600}.search-panel input[type=text]{height:38px;border:1px solid #d7dee4;border-radius:10px;padding:0 11px}.search-check{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:500}.search-panel .button{justify-self:start}.listing-head--search{grid-template-columns:minmax(0,1fr) auto 175px;margin-bottom:14px}.listing-head--search h2{margin:0;font-size:19px}

/* blog/article/gallery */
.blog-mosaic{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.blog-tile{position:relative;height:230px;overflow:hidden;border-radius:12px;background:var(--black)}.blog-tile--wide{grid-column:1/-1;height:260px}.blog-tile img{width:100%;height:100%;object-fit:cover;transition:.25s}.blog-tile:hover img{transform:scale(1.025)}.blog-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 42%,rgba(7,9,20,.8))}.blog-tile__overlay{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;color:#fff}.blog-tile__overlay strong{display:block;font-size:15px}.blog-tile--wide .blog-tile__overlay strong{font-size:17px}.blog-tile__overlay small{display:block;margin-top:4px;opacity:.72;font-size:9px}.article-page{padding:0}.article-header{margin-bottom:14px}.article-header h1{margin:0;font-size:22px}.article-hero{width:100%;height:320px;padding:0;border:0;border-radius:12px;overflow:hidden;background:#fff}.article-hero img{width:100%;height:100%;object-fit:cover}.article-body{padding:16px 0;font-size:12px;line-height:1.45}.article-body img{max-width:100%!important;height:auto!important;border-radius:10px}.article-images{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.article-images button{height:210px;padding:0;border:0;border-radius:10px;overflow:hidden}.article-images img{width:100%;height:100%;object-fit:cover}.article-related{margin-top:24px}.blog-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.blog-related-grid a{overflow:hidden;border-radius:10px;background:#fff}.blog-related-grid img{width:100%;height:105px;object-fit:cover}.blog-related-grid span{display:block;padding:8px;font-size:10px}.article-actions{margin-top:24px}.gallery-masonry{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.gallery-masonry button{height:245px;padding:0;overflow:hidden;border:0;border-radius:12px;background:#fff}.gallery-masonry button:nth-child(1),.gallery-masonry button:nth-child(8){grid-column:1/-1;height:290px}.gallery-masonry img{width:100%;height:100%;object-fit:cover}

/* cart page */
.mak-cart-page{padding-bottom:80px}.mak-cart-page__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.mak-cart-page__list{overflow:hidden;border-radius:14px;background:#fff}.mak-cart-page__item{min-height:122px;padding:15px 18px;display:grid;grid-template-columns:92px minmax(0,1fr) 150px 120px;align-items:center;gap:18px;border-bottom:1px solid #e5e7e9}.mak-cart-page__item:last-child{border-bottom:0}.mak-cart-page__item>a img{width:90px;height:90px;object-fit:contain}.mak-cart-page__info h2{margin:0 0 5px;font-size:15px}.mak-cart-page__info p,.mak-cart-page__info small{display:block;margin:2px 0;color:#6b717a;font-size:10px}.mak-cart-page__quantity{display:flex;gap:6px}.mak-cart-page__quantity input{width:65px;height:36px;border:1px solid #d5dce2;border-radius:8px;text-align:center}.mak-cart-page__price{display:flex;flex-direction:column;align-items:flex-end;font-size:11px}.mak-cart-page__price strong{font-size:14px}.mak-cart-page__bottom{margin-top:18px;display:grid;grid-template-columns:1fr 340px;gap:24px}.mak-cart-page__summary{padding:18px;border-radius:14px;background:#fff}.mak-cart-page__summary>div{padding:8px 0;display:flex;justify-content:space-between}.mak-cart-page__summary .button{margin-top:14px}

/* checkout */
.checkout-main{padding-top:42px!important;padding-bottom:78px!important;display:grid;grid-template-columns:720px 360px;gap:56px;align-items:start}.checkout-content{min-width:0}.checkout-steps{height:42px;margin-bottom:25px;display:flex;align-items:center;gap:10px;font-size:12px}.checkout-steps span{display:flex;align-items:center;gap:7px;color:#555b65}.checkout-steps b{width:24px;height:24px;display:grid;place-items:center;border:1px solid #d5dce2;border-radius:50%;background:#fff}.checkout-steps .done b{background:var(--black);color:#fff}.checkout-steps .active{color:var(--secondary);font-weight:700}.checkout-steps i{width:60px;height:1px;background:#cbd8df}.checkout-content h2{margin:28px 0 13px;font-size:25px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 15px}.form-grid label,.checkout-comment{min-width:0;display:flex;flex-direction:column;gap:5px;font-size:12px;color:#555}.form-grid em{color:var(--error);font-style:normal}.form-grid input,.form-grid select,.checkout-comment textarea{width:100%;min-width:0;max-width:100%;height:40px;border:1px solid #d1d9df;border-radius:11px;background:#fff;padding:0 12px;outline:0}.form-grid select{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-comment{margin-top:22px}.checkout-comment textarea{height:90px;padding:10px 12px;resize:vertical}.choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.choice-row--payment,.choice-row--two{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-card{position:relative;min-height:82px;padding:18px 34px 14px 18px;display:flex;flex-direction:column;gap:4px;border:1px solid transparent;border-radius:13px;background:#fff}.choice-card.selected{border-color:var(--secondary)}.choice-card input{position:absolute;right:16px;top:20px}.choice-card strong{font-size:12px}.choice-card span{font-size:10px;color:#626973}.delivery-note{margin:9px 0 16px;color:#63717b;font-size:10px}.mak-autocomplete-label{position:relative}.mak-autocomplete-results{position:absolute;z-index:30;top:63px;left:0;right:0;max-height:220px;overflow:auto;border-radius:9px;background:#fff;box-shadow:var(--shadow)}.mak-autocomplete-results button{width:100%;padding:9px 10px;border:0;border-bottom:1px solid #eee;background:#fff;text-align:left;font-size:11px;white-space:normal;overflow-wrap:anywhere;line-height:1.35}.order-summary{position:sticky;top:20px;padding:26px;border-radius:14px;background:#fff}.order-summary h2{margin:0 0 16px;font-size:20px}.order-summary>div:not(.mak-checkout-loading){padding:8px 0;display:flex;justify-content:space-between;gap:20px;font-size:12px}.order-summary hr{border:0;border-top:1px solid #e2e4e6;margin:18px 0}.order-summary__discount strong{color:var(--green)}.order-summary__total{font-weight:800;font-size:14px!important}.order-summary .button{margin-top:10px}.mak-checkout-loading{margin-top:12px;padding:10px 12px;display:flex;align-items:center;justify-content:center!important;gap:8px;border-radius:9px;background:#f3f8fb;color:#58646d;font-size:11px}.mak-spinner{width:16px;height:16px;border:2px solid #c9d8e0;border-top-color:var(--secondary);border-radius:50%;animation:mak-spin .7s linear infinite}@keyframes mak-spin{to{transform:rotate(360deg)}}.mak-checkout-errors{margin-top:14px;color:var(--error);font-size:11px}.mak-checkout-errors ul{padding-left:18px}

/* success */
.mak-success-page{min-height:440px;padding:60px 0 80px!important;text-align:center}.mak-success-icon{width:78px;height:78px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:38px}.mak-success-page h1{margin:0 0 14px;font-size:40px}.mak-success-text{max-width:720px;margin:0 auto 26px;color:#555}.mak-success-text p{margin:7px 0}

/* footer */
.site-footer{position:relative;overflow:hidden;background:var(--black);color:#fff}.site-footer:before{content:"";position:absolute;inset:0;background:url("../image/fish-pattern.png") repeat;background-size:440px auto;opacity:.14}.footer-grid{position:relative;min-height:270px;padding:42px 0!important;display:grid;grid-template-columns:1.2fr 1.1fr 1fr 1.2fr;gap:54px}.footer-brand img{width:108px;height:108px;margin-bottom:15px}.footer-socials{justify-content:flex-start}.footer-socials a{background:#fff;color:var(--black)}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-column h2{margin:7px 0 3px;font-size:13px}.footer-column a{font-size:11px;color:#fff;opacity:.92}.footer-contacts a{display:flex;align-items:center;gap:8px}.footer-contacts span{width:19px;height:19px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;font-size:9px}

/* toast/lightbox */
.mak-toast{position:fixed;z-index:200;right:22px;bottom:22px;max-width:330px;padding:12px 16px;border-radius:10px;background:var(--black);color:#fff;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s}.mak-toast.is-visible,.mak-toast.show{opacity:1;transform:none}.mak-toast.is-error{background:var(--error)}.mak-lightbox{position:fixed;z-index:250;inset:0;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(5,8,20,.87)}.mak-lightbox.is-open{display:flex}.mak-lightbox img{max-width:min(1100px,92vw);max-height:88vh;object-fit:contain}.mak-lightbox__close{position:absolute;right:28px;top:20px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;font-size:28px}

@media(max-width:1199px){
  :root{--left:170px;--right:250px;--gap:22px}.container{width:970px!important;max-width:calc(100% - 28px)!important}.three-column-layout,.catalog-preview{grid-template-columns:170px minmax(0,1fr) 250px!important}.content-column,.catalog-main{width:auto}.right-rail,.cart-widget,.side-widget{width:250px}.category-sidebar,.three-column-layout>.mak-ajax-slot:first-child,.category-sidebar__inner{width:170px;min-width:170px}.hero{height:440px!important;min-height:440px}.hero__visual{height:440px}.hero__visual img{width:690px;bottom:-142px}.hero h1{font-size:52px}.hero__content{padding-right:38px}.product-card{height:245px}.product-card__image{height:145px}.category-card{height:160px}.category-card img{height:112px}.models-head,.model-row{grid-template-columns:65px 115px 88px 72px 75px 82px 31px;font-size:9px}.checkout-main{grid-template-columns:minmax(0,1fr) 320px;gap:32px}
}

@media(max-width:900px){
  .container{width:auto!important;max-width:calc(100% - 28px)!important}.topbar,.desktop-nav{display:none}.site-header{position:sticky;top:0}.nav-shell,.main-nav{height:72px}.brand img{width:56px;height:56px}.mobile-actions{display:flex}.hero{height:560px!important;min-height:560px;margin-top:16px!important}.hero__visual{position:absolute;left:0;right:0;bottom:0;width:100%;height:55%}.hero__visual img{width:min(760px,115vw);left:-28vw;bottom:-14vw}.hero__content{width:100%;padding:40px 30px 0}.hero h1{font-size:52px}.hero p{max-width:520px;margin:18px 0 22px;font-size:14px}.hero__button{max-width:330px}.catalog-preview,.three-column-layout{display:block!important}.category-sidebar,.three-column-layout>.mak-ajax-slot:first-child{display:none!important}.catalog-main,.content-column,.right-rail{width:100%}.right-rail{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.right-rail>.mak-ajax-slot:first-child{grid-column:1/-1}.cart-widget,.side-widget{width:100%}.category-grid{grid-template-columns:repeat(3,1fr)}.achievement{height:170px}.experience-banner{height:410px!important}.experience-banner__content{width:68%;padding:44px 0 215px 28px}.experience-banner>img{width:500px;max-width:88%}.footer-grid{grid-template-columns:1fr 1fr}.checkout-main{display:block;padding-top:30px!important}.order-summary{position:static;margin-top:24px}.product-overview{grid-template-columns:1fr 1fr}.models{overflow-x:auto}.models-head,.model-row{min-width:610px}.mak-cart-page__item{grid-template-columns:80px 1fr 130px}.mak-cart-page__price{grid-column:2/-1;flex-direction:row;justify-content:flex-end;gap:14px}.mak-cart-page__bottom{grid-template-columns:1fr}
}

@media(max-width:600px){
  .container{max-width:calc(100% - 24px)!important}.nav-shell,.main-nav{height:66px}.brand img{width:50px;height:50px}.hero{height:535px!important;min-height:535px}.hero__content{padding:30px 20px 0}.hero h1{font-size:42px}.hero p{font-size:13px}.hero__visual{height:48%}.hero__visual img{width:168vw;left:-65vw;bottom:-26vw}.catalog-preview{padding-top:34px}.product-card{flex-basis:100%;height:320px}.product-card__image{height:205px}.category-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{height:155px}.category-card img{height:105px}.right-rail{grid-template-columns:1fr}.right-rail>.mak-ajax-slot:first-child{grid-column:auto}.section{padding-top:48px}.section-title{font-size:28px}.achievement-grid{grid-template-columns:1.55fr 1fr;gap:8px}.achievement{height:145px}.achievement-grid .achievement:last-child{grid-column:1/-1;height:175px}.achievement-tags{margin:18px auto}.experience-banner{height:455px!important;margin-top:45px!important}.experience-banner__content{width:100%;padding:30px 20px 275px}.experience-banner h2{font-size:26px}.experience-banner>img{right:-80px;bottom:-18px;width:530px;max-width:136%}.blog-grid{grid-template-columns:1fr}.blog-card{height:205px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{display:flex;align-items:center;gap:20px}.footer-brand img{margin-bottom:0}.listing-head{grid-template-columns:1fr auto}.listing-head .mak-sort-select{grid-column:1/-1}.page-title,.listing-head .page-title{font-size:24px}.product-overview{grid-template-columns:1fr}.product-gallery__main-button{height:310px}.product-buy-row{grid-template-columns:64px 1fr}.models{padding:22px 14px}.blog-mosaic{grid-template-columns:1fr}.blog-tile,.blog-tile--wide{grid-column:auto;height:210px}.gallery-masonry{grid-template-columns:1fr}.gallery-masonry button,.gallery-masonry button:nth-child(1),.gallery-masonry button:nth-child(8){grid-column:auto;height:230px}.search-panel{grid-template-columns:1fr}.listing-head--search{grid-template-columns:1fr}.listing-head--search .mak-sort-select{grid-column:auto}.mak-cart-page__item{grid-template-columns:64px 1fr;gap:10px;padding:13px}.mak-cart-page__item>a img{width:62px;height:62px}.mak-cart-page__quantity,.mak-cart-page__price{grid-column:2;justify-content:flex-start;align-items:center}.checkout-content h2{font-size:22px}.form-grid,.choice-row,.choice-row--payment{grid-template-columns:1fr}.checkout-steps i{width:24px}.checkout-steps{font-size:10px}.order-summary{padding:20px}.mak-success-page h1{font-size:30px}
}

/* MAK Store v3 refinements */
.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}

.models{overflow:hidden}.models-scroll{width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#c7d2dc transparent}.models-table{min-width:100%}.models-head,.model-row{grid-template-columns:72px minmax(115px,1.35fr) minmax(82px,.9fr) 92px 96px 36px;gap:8px}.models--two-attributes .models-head,.models--two-attributes .model-row{grid-template-columns:68px minmax(105px,1.25fr) minmax(72px,.8fr) minmax(72px,.8fr) 82px 90px 34px}.models-head span,.model-row span,.model-row strong,.model-row em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.models-scroll:focus{outline:2px solid var(--primary);outline-offset:4px;border-radius:4px}

.mak-video-viewport{margin-top:12px;overflow:hidden;border-radius:9px}.mak-video-track{display:flex;gap:0;transition:transform .35s ease;will-change:transform}.mak-video-slide{flex:0 0 100%;width:100%;min-width:100%}.mak-video-slide .video-preview{width:100%;margin-top:0;padding:0;border:0;cursor:pointer}.mak-video-empty{margin-top:12px;padding:18px 12px;border:1px dashed #cfdae2;border-radius:9px;color:#697383;text-align:center;font-size:11px}.video-widget .widget-title-row .slider-controls{margin-left:auto}.video-widget .round-control{width:27px;height:27px;font-size:18px}.video-widget>p{margin-top:12px}

.product-video-thumb{position:relative;overflow:hidden}.product-video-thumb__play{position:absolute;left:50%;top:50%;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:rgba(18,21,46,.82);color:#fff;transform:translate(-50%,-50%);font-size:9px}.product-video-thumb:after{content:"";position:absolute;inset:3px;border-radius:6px;background:rgba(18,21,46,.08);pointer-events:none}.product-description-video{position:relative;width:100%;aspect-ratio:16/9;margin-top:24px;overflow:hidden;border-radius:11px;background:var(--black)}.product-description-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.mak-video-lightbox{position:fixed;z-index:280;inset:0;display:none;align-items:center;justify-content:center;padding:32px;background:rgba(5,8,20,.9)}.mak-video-lightbox.is-open{display:flex}.mak-video-lightbox__frame{width:min(1100px,92vw);aspect-ratio:16/9;overflow:hidden;border-radius:12px;background:#000;box-shadow:0 24px 90px rgba(0,0,0,.45)}.mak-video-lightbox__frame iframe{width:100%;height:100%;border:0}.mak-video-lightbox__close{position:absolute;right:28px;top:20px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:var(--black);font-size:30px;line-height:1;cursor:pointer}

.mak-404-page{padding-top:22px;padding-bottom:110px}.mak-404-card{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:16px;background-color:var(--black);background-image:linear-gradient(rgba(18,21,46,.94),rgba(18,21,46,.94)),url('../image/fish-pattern.png');background-repeat:repeat;background-size:auto,420px auto;color:#fff;text-align:center}.mak-404-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 38%,rgba(48,56,111,.28),transparent 48%);pointer-events:none}.mak-404-number{position:absolute;z-index:0;left:50%;top:46%;transform:translate(-50%,-50%);font-size:340px;line-height:.8;font-weight:800;letter-spacing:-.07em;color:rgba(255,255,255,.085);user-select:none}.mak-404-content{position:relative;z-index:2;max-width:720px;padding:50px 30px}.mak-404-content h1{margin:0 0 18px;font-size:40px;line-height:1.1;font-weight:700}.mak-404-content p{margin:0 0 34px;font-size:16px;line-height:1.5;font-weight:600}.mak-404-button{min-width:230px;border-color:var(--secondary);background:var(--secondary);color:#fff}.mak-404-button:hover{border-color:#46518d;background:#46518d;color:#fff}

@media(max-width:1100px){.models-head,.model-row{min-width:570px}.models--two-attributes .models-head,.models--two-attributes .model-row{min-width:650px}}
@media(max-width:820px){.mak-video-lightbox{padding:20px}.mak-video-lightbox__close{right:14px;top:12px}.mak-404-page{padding-bottom:70px}.mak-404-card{min-height:420px}.mak-404-number{font-size:260px}.mak-404-content h1{font-size:34px}}
@media(max-width:600px){.mak-404-card{min-height:390px;border-radius:12px}.mak-404-number{font-size:190px}.mak-404-content{padding:40px 18px}.mak-404-content h1{font-size:28px}.mak-404-content p{font-size:13px}.mak-404-button{width:100%;min-width:0}.mak-video-lightbox{padding:12px}.mak-video-lightbox__frame{width:100vw;border-radius:8px}.models{padding-left:14px;padding-right:14px}}
.mobile-nav>a.active{color:var(--secondary);background:rgba(161,218,247,.12)}

.mobile-category-toggle.active{color:var(--secondary);background:rgba(161,218,247,.12)}

/* MAK Store v3.1 checkout + product measure refinements */
@media(max-width:600px){.product-weight{margin-top:10px}.form-grid select{font-size:12px}.mak-autocomplete-results{max-height:250px}.order-summary>div:not(.mak-checkout-loading){align-items:flex-start}.order-summary>div strong{max-width:55%;text-align:right;overflow-wrap:anywhere}}


/* MAK Store v3.2 — validation, interactions and social links */
.product-card{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
  box-shadow:0 0 0 rgba(18,21,46,0);
}
.product-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 26px rgba(18,21,46,.14);
}

.circle-cart,.add-cart,.model-row button,[data-mak-add-product]{
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.circle-cart:hover,.add-cart:hover,.model-row button:not(:disabled):hover,[data-mak-add-product]:not(:disabled):hover{
  background:#30386F;
  border-color:#30386F;
  color:#fff;
  box-shadow:0 5px 14px rgba(48,56,111,.22);
}
.circle-cart:active,.add-cart:active,.model-row button:not(:disabled):active,[data-mak-add-product]:not(:disabled):active{
  transform:scale(.94);
}

input[type="radio"],input[type="checkbox"]{
  accent-color:#30386F;
  cursor:pointer;
  transition:outline-color .18s ease,filter .18s ease;
}
input[type="radio"]:hover,input[type="checkbox"]:hover{
  outline:2px solid rgba(48,56,111,.18);
  outline-offset:2px;
}
.choice-card{
  transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,transform .2s ease;
}
.choice-card:hover{
  border-color:#30386F;
  box-shadow:0 6px 18px rgba(48,56,111,.09);
}

.form-grid label,.checkout-comment{
  position:relative;
}
.form-grid input,.form-grid select,.checkout-comment textarea{
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.form-grid .invalid,.checkout-comment .invalid{
  border-color:#B7181E!important;
  background:#fffafa!important;
  box-shadow:0 0 0 3px rgba(183,24,30,.08)!important;
}
.mak-field-invalid{
  color:var(--black);
}
.mak-field-error{
  display:block;
  margin-top:6px;
  color:#B7181E;
  font-size:11px;
  line-height:1.35;
  font-weight:600;
}
.field-optional{
  margin-left:6px;
  color:#7d8490;
  font-size:10px;
  font-weight:400;
}
.mak-checkout-errors[hidden]{
  display:none!important;
}
.mak-checkout-errors{
  margin-top:12px;
}
.mak-inline-error{
  padding:10px 12px;
  border:1px solid rgba(183,24,30,.18);
  border-radius:9px;
  background:#fff2f2;
  color:#B7181E;
  font-size:11px;
  line-height:1.45;
}

.video-widget .social-row{
  flex-wrap:wrap;
}
.video-widget .social-row a{
  width:28px;
  height:28px;
  padding:0;
  overflow:hidden;
  border-radius:7px;
  background:transparent;
  transition:transform .18s ease,box-shadow .18s ease;
}
.video-widget .social-row a:hover{
  transform:translateY(-2px);
  box-shadow:0 5px 12px rgba(18,21,46,.16);
}
.video-widget .social-row img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:7px;
}

@media(max-width:600px){
  .mak-field-error{font-size:10px}
}


/* MAK Store v3.3 — UI Kit typography, icon assets and control states */
:root{
  --black:#12152E;
  --white:#FFFFFF;
  --secondary:#30386F;
  --primary:#A1DAF7;
  --primary-400:#D7F0FF;
  --grey-dark:#4F4F4F;
  --grey-light:#E3E3E3;
  --error:#B7181E;
  --green:#065F46;
}

/* Typography scale from the supplied e-Ukraine UI Kit.
   The local font is intentionally not bundled: when e-Ukraine is installed/connected
   it is used first, with the existing safe system fallbacks after it. */
body{
  font-size:16px;
  font-weight:400;
  color:var(--black);
}
.hero h1{
  font-size:60px;
  font-weight:700;
}
.section-title{
  font-size:40px;
  line-height:1.12;
  font-weight:500;
}
.page-title,
.listing-head .page-title{
  font-size:40px;
  line-height:1.12;
  font-weight:500;
}
.product-summary h2{
  font-size:28px;
  line-height:1.16;
  font-weight:500;
}
.experience-banner h2{
  font-size:40px;
  font-weight:500;
}
.checkout-content h2{
  font-size:28px;
  line-height:1.2;
  font-weight:500;
}
.catalog-column-title,
.related-products h2{
  font-size:20px;
  line-height:1.2;
  font-weight:500;
}
.widget-title-row h2,
.cart-total,
.footer-column h2{
  font-weight:500;
}
.product-card h3,
.category-card span,
.mak-promo-slide>p,
.cart-line__content a,
.form-grid label,
.checkout-comment,
.choice-card strong{
  font-size:14px;
  line-height:1.35;
}
.product-card h3,
.category-card span,
.choice-card strong{
  font-weight:500;
}
.product-card__footer,
.product-card__footer strong,
.sale-widget__price strong,
.category-description,
.sidebar-group__toggle,
.sidebar-direct,
.sidebar-group__content a,
.breadcrumbs,
.desktop-nav a,
.mobile-nav>a,
.mobile-category-toggle,
.footer-column a{
  font-size:14px;
}
.product-card__footer strong,
.sale-widget__price strong,
.sidebar-group__toggle,
.sidebar-direct,
.desktop-nav a,
.mobile-nav>a,
.mobile-category-toggle{
  font-weight:500;
}
.product-badge,
.product-card del,
.old-price,
.models-head,
.widget-title-row>span{
  font-size:11px;
}
.product-description{
  font-size:16px;
  line-height:1.45;
}
.models h3{
  font-size:20px;
  font-weight:500;
}
.model-row{
  font-size:14px;
}
.model-row strong{
  font-size:14px;
}
.models-head{
  font-weight:500;
}
.sidebar-group__toggle,
.sidebar-direct{
  min-height:42px;
  line-height:1.25;
}
.sidebar-group__content a{
  padding:7px 0;
  line-height:1.3;
}

/* Header / footer icons from the supplied icon archive. */
.mak-topbar-icon{
  width:18px;
  height:18px;
  object-fit:contain;
  flex:0 0 18px;
}
.topbar__link svg,
.social-mini,
.at-mini{
  display:none;
}
.footer-socials a{
  width:26px;
  height:26px;
  padding:0;
  border-radius:7px;
  background:transparent;
}
.footer-socials a img{
  width:22px;
  height:22px;
  object-fit:contain;
}
.mak-footer-contact-icon{
  width:20px;
  height:20px;
  flex:0 0 20px;
  object-fit:contain;
}
.footer-contacts span{
  display:none;
}

/* Button states aligned with the supplied UI Kit. */
.button{
  min-height:42px;
  border:1px solid var(--black);
  border-radius:10px;
  font-size:11px;
  line-height:1;
  font-weight:700;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease;
}
.button--primary{
  background:var(--black);
  border-color:var(--black);
  color:var(--white);
}
.button--primary:hover,
.button--primary:focus{
  background:var(--secondary);
  border-color:var(--secondary);
  color:var(--white);
}
.button--secondary{
  background:var(--white);
  border-color:var(--black);
  color:var(--black);
}
.button--secondary:hover,
.button--secondary:focus{
  background:var(--secondary);
  border-color:var(--secondary);
  color:var(--white);
}
.round-control{
  background:var(--white);
  border-color:#CBD3DA;
  color:var(--black);
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease;
}
.round-control:hover,
.round-control:focus{
  background:var(--grey-light);
  border-color:var(--grey-light);
  color:var(--black);
}
.round-control:active,
.button:active{
  transform:scale(.97);
}
.pagination>li>a,
.pagination>li>span{
  font-size:11px;
  transition:background-color .18s ease,color .18s ease;
}
.pagination>li>a:hover,
.pagination>li>a:focus{
  background:var(--grey-light)!important;
  color:var(--black)!important;
}
.pagination>.active>span,
.pagination>.active>a,
.pagination>.active>span:hover,
.pagination>.active>a:hover{
  background:var(--black)!important;
  color:var(--white)!important;
}

/* Product/category card states. */
.product-card{
  box-shadow:0 0 0 rgba(18,21,46,0);
  transition:box-shadow .24s ease,transform .24s ease;
}
.product-card:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 22px rgba(18,21,46,.16);
}
.category-card{
  border:1px solid transparent;
  transition:border-color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.category-card:hover{
  border-color:var(--primary);
  background:var(--primary-400);
  box-shadow:none;
}

/* Every circular add / cart / quantity control receives the same secondary hover. */
.circle-cart,
.add-cart,
.model-row button,
[data-mak-add-product],
.qty button{
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease;
}
.circle-cart:hover,
.add-cart:hover,
.model-row button:not(:disabled):hover,
[data-mak-add-product]:not(:disabled):hover,
.qty button:hover{
  background:var(--secondary);
  border-color:var(--secondary);
  color:var(--white);
  box-shadow:0 5px 14px rgba(48,56,111,.22);
}
.qty button:active,
.circle-cart:active,
.add-cart:active{
  transform:scale(.94);
}

/* Promo product cart icon from the supplied asset. */
.add-cart--promo{
  overflow:hidden;
}
.add-cart--promo img{
  width:18px;
  height:18px;
  object-fit:contain;
  transition:filter .2s ease,opacity .2s ease;
}
.add-cart--promo:hover img,
.add-cart--promo:focus img{
  filter:brightness(0) invert(1);
}
.add-cart.is-loading{
  cursor:wait;
}
.mak-add-loading{
  font-size:16px;
  line-height:1;
}

/* Native checkbox/radio states keep the UI Kit secondary color. */
input[type="radio"],
input[type="checkbox"]{
  accent-color:var(--secondary);
}
input[type="radio"]:hover,
input[type="checkbox"]:hover{
  outline:2px solid rgba(48,56,111,.18);
  outline-offset:2px;
}

/* Right-rail text hierarchy after font normalisation. */
.widget-title-row h2{
  font-size:16px;
}
.cart-line__content a,
.cart-line__content strong{
  font-size:11px;
}
.cart-total{
  font-size:14px;
}
.mak-promo-slide>p{
  min-height:38px;
}
.sale-widget__price strong{
  font-size:16px;
}
.video-widget>p{
  font-size:14px;
}

/* Keep the 184/637/285 desktop geometry stable despite the larger UI Kit type. */
.product-card{
  height:272px;
}
.product-card__image{
  height:158px;
}
.category-card span{
  min-height:34px;
}
.models-head,
.model-row{
  min-width:690px;
}
.models--two-attributes .models-head,
.models--two-attributes .model-row{
  min-width:790px;
}

@media(max-width:1100px){
  .hero h1{font-size:52px}
  .section-title,.page-title,.listing-head .page-title{font-size:34px}
  .experience-banner h2{font-size:34px}
  .product-card{height:260px}
}
@media(max-width:820px){
  .hero h1{font-size:52px}
  .section-title{font-size:34px}
  .page-title,.listing-head .page-title{font-size:32px}
  .product-summary h2{font-size:26px}
  .experience-banner h2{font-size:31px}
  .desktop-nav a{font-size:16px}
}
@media(max-width:600px){
  body{font-size:16px}
  .hero h1{font-size:42px}
  .section-title{font-size:28px}
  .page-title,.listing-head .page-title{font-size:28px}
  .product-summary h2{font-size:24px}
  .experience-banner h2{font-size:28px}
  .checkout-content h2{font-size:28px}
  .product-card{height:330px}
  .product-card h3,.category-card span{font-size:14px}
  .product-card__footer,.product-card__footer strong{font-size:14px}
  .models-head,.model-row{min-width:690px}
  .models--two-attributes .models-head,.models--two-attributes .model-row{min-width:790px}
}

/* MAK Store v3.4 — checkout labels + dynamic store logo */
.mak-field-label{
  display:inline-flex;
  align-items:baseline;
  gap:4px;
  width:max-content;
  max-width:100%;
  color:inherit;
  line-height:1.2;
}
.mak-field-label em{
  display:inline;
  margin:0;
  color:var(--error);
  font-style:normal;
  line-height:1;
}
.mak-field-label .field-optional{margin-left:4px}
.brand img,.brand--mobile img,.footer-brand>img{object-fit:contain}
