@font-face{font-family:Gilroy;src:url('../fonts/gilroy-regular.woff2') format('woff2');font-weight:400;font-display:optional}
@font-face{font-family:Gilroy;src:url('../fonts/gilroy-medium.woff2') format('woff2');font-weight:500;font-display:optional}
@font-face{font-family:Gilroy;src:url('../fonts/gilroy-semibold.woff2') format('woff2');font-weight:600;font-display:optional}
@font-face{font-family:Comfortaa;src:url('../fonts/comfortaa-cyrillic.woff2') format('woff2');font-weight:300 700;font-display:optional}

:root{--ink:#393939;--muted:#626870;--line:#e7e9ed;--soft:#f5f7fa;--blue:#0877ad;--blue-dark:#05628f;--green:#87c52e;--green-dark:#69a51b;--yellow:#f4c928;--red:#d83a47;--red-dark:#bd2937;--shadow:0 5px 18px rgba(34,40,49,.09);--shell:min(2400px,calc(100% - clamp(32px,7vw,160px)))}
*{box-sizing:border-box}
html{min-height:100%;scroll-behavior:smooth;overflow-x:hidden;scrollbar-color:var(--green) #eef1f4;scrollbar-width:auto}
html::-webkit-scrollbar{width:11px}
html::-webkit-scrollbar-track{background:#eef1f4}
html::-webkit-scrollbar-thumb{background:var(--green);border:2px solid #eef1f4;border-radius:6px}
html::-webkit-scrollbar-thumb:hover{background:var(--green-dark)}
html.menu-is-open{overflow:hidden}
body{display:flex;min-height:100vh;min-height:100dvh;flex-direction:column;margin:0;background:#fff;color:var(--ink);font-family:Gilroy,Arial,sans-serif;font-size:clamp(14px,.78vw,17px);line-height:1.45;letter-spacing:0}
body>main{flex:1 0 auto}
button,input,select{font:inherit;letter-spacing:0}
button,a{-webkit-tap-highlight-color:transparent}
button{color:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Comfortaa,Gilroy,sans-serif;font-weight:500;line-height:1.35;letter-spacing:0}
h1{font-size:clamp(25px,1.55vw,42px)}
h2{font-size:clamp(21px,1.22vw,32px)}
h3{font-size:clamp(15px,.9vw,20px)}
.page-shell{width:var(--shell);margin-inline:auto}
.sr-only,.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.icon-button{display:grid;place-items:center;width:40px;height:40px;padding:0;background:transparent;border:0;cursor:pointer}
.icon-button svg{width:20px;height:20px}
.site-header{position:relative;z-index:80;background:#fff;border-bottom:1px solid var(--line)}
.utility-nav{border-bottom:1px solid var(--line)}
.utility-nav__inner{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:clamp(12px,1.15vw,27px);min-height:48px}
.utility-nav a{font-size:clamp(12px,.66vw,15px);white-space:nowrap}
.utility-nav a:hover{color:var(--blue)}
.header-search-inline{position:relative;display:grid;grid-template-columns:minmax(110px,190px) 34px;align-items:center;margin-left:auto;border:1px solid var(--line);border-radius:4px}
.header-search-inline input{min-width:0;height:34px;padding:0 10px;border:0;outline:0}
.header-search-inline>svg{width:17px;height:17px;color:var(--blue)}
.header-search-inline .search-suggestions{top:40px;right:0;left:auto;width:min(440px,calc(100vw - 32px))}
.brand-row{display:grid;grid-template-columns:minmax(300px,1.2fr) minmax(230px,.8fr) auto minmax(430px,1.45fr);align-items:center;gap:clamp(20px,3vw,72px);min-height:88px}
.brand{display:flex;align-items:center;gap:16px;min-width:0;font-size:clamp(13px,.72vw,16px);line-height:1.35}
.brand img{flex:0 0 auto;width:76px;height:86px;object-fit:contain}
.address{display:flex;align-items:center;gap:12px;line-height:1.45}
.address svg{width:29px;height:36px;color:var(--red);fill:var(--red);stroke:#fff}
.social-links{display:flex;gap:7px}
.social-links a{width:36px;height:36px}
.social-links img{width:36px;height:36px;object-fit:contain;border-radius:5px}
.messenger-link{border-radius:7px;outline:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,outline-color .18s ease,filter .18s ease}
.messenger-link:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.messenger-link:active{transform:scale(.94)}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:clamp(12px,1.2vw,28px);white-space:nowrap}
.search-toggle{display:none;background:var(--soft);border-radius:4px}
.cart-link{position:relative;display:flex;align-items:center;gap:8px;min-height:38px;padding:6px 10px;border:1px solid var(--line);border-radius:5px;background:#fff;transition:border-color .18s ease,color .18s ease,box-shadow .18s ease}
.cart-link:hover{color:var(--blue);border-color:rgba(22,143,200,.45);box-shadow:0 4px 12px rgba(34,40,49,.08)}
.cart-link svg,.phone-link svg{width:20px;height:20px}
.cart-link__count{position:absolute;top:-7px;left:24px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border:2px solid #fff;border-radius:9px;background:var(--red);color:#fff;font-size:10px;line-height:1}
.online-dot{display:inline-flex;align-items:center;font-size:12px;color:var(--muted)}
.online-dot:before{content:"";display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:var(--red)}
.online-dot.is-online:before{background:var(--green)}
.phone-link{display:flex;align-items:center;gap:9px;font-size:clamp(16px,1vw,21px);font-weight:600;line-height:1.2}
.phone-link svg{color:var(--green)}
.search-panel{position:absolute;left:0;right:0;top:100%;padding:14px 0;background:#fff;border-block:1px solid var(--line);box-shadow:var(--shadow)}
.search-panel__inner{position:relative;display:grid;grid-template-columns:24px 1fr 40px;align-items:center;gap:12px}
.search-panel input{width:100%;height:45px;padding:0;border:0;outline:0;font-size:17px}
.search-suggestions{position:absolute;z-index:10;top:54px;left:0;width:min(640px,100%);padding:8px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.search-suggestions a{display:grid;grid-template-columns:50px 1fr;align-items:center;gap:12px;padding:7px}
.search-suggestions a:hover{background:var(--soft)}
.search-suggestions img{width:50px;height:50px;object-fit:cover}
.mobile-menu-button{display:none}
.catalog-overlay{position:fixed;z-index:98;inset:0;padding:0;background:rgba(27,31,38,.45);border:0;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}
.catalog-overlay.is-open{opacity:1;visibility:visible}
.catalog-drawer{position:fixed;z-index:99;inset:0 auto 0 0;width:min(390px,92vw);padding:20px;background:#fff;transform:translateX(-102%);visibility:hidden;transition:transform .22s,visibility .22s;overflow:auto}
.catalog-drawer.is-open{transform:none;visibility:visible}
.catalog-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.catalog-drawer__title{margin:0;font:600 20px/1.3 Comfortaa,Gilroy,Arial,sans-serif}
.catalog-drawer nav{display:grid}
.catalog-drawer nav a{display:flex;align-items:center;justify-content:space-between;min-height:47px;padding:9px 6px;border-bottom:1px solid var(--line)}
.catalog-drawer nav svg{width:17px;height:17px}
.mobile-dock{display:none}
.mobile-cart-link{position:relative}
.mobile-cart-count{position:absolute;top:-4px;right:-5px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:10px;background:var(--red);color:#fff;font:600 10px/1 Gilroy,Arial,sans-serif;box-shadow:0 1px 4px rgba(34,40,49,.2)}
.mobile-cart-count[hidden]{display:none}
.home-hero{position:relative;display:grid;place-items:center;min-height:0;overflow:hidden;background:#fff}
.home-hero picture{display:block;width:min(1600px,100%)}
.home-hero picture img{display:block;width:100%;height:auto;object-fit:cover}
.home-hero__content{position:absolute;inset:auto 0 22px;width:min(1600px,calc(100% - 36px));display:flex;align-items:flex-end;justify-content:space-between;gap:20px;color:#fff;text-shadow:0 2px 9px rgba(0,0,0,.6)}
.home-hero__content h1{max-width:680px;margin:0;font-size:clamp(27px,2.05vw,52px)}
.home-hero__content a,.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;background:var(--blue);color:#fff;border:0;border-radius:5px;font-weight:600;text-shadow:none;cursor:pointer}
.home-hero__content a{background:var(--green)}
.home-hero__content a:hover{background:var(--green-dark)}
.primary-button:hover{background:var(--blue-dark)}
.home-intro{display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,1.35fr);align-items:end;gap:clamp(40px,8vw,180px);padding-block:clamp(42px,5vw,96px)}
.home-intro h1,.section-heading h2{margin:5px 0 10px}
.home-intro p{max-width:680px;margin-bottom:0;color:var(--muted)}
.occasion-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
.occasion-links a,.age-links a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 12px;background:var(--soft);border:1px solid transparent;border-radius:4px;white-space:nowrap}
.occasion-links a:hover,.age-links a:hover{border-color:var(--blue);color:var(--blue);background:#fff}
.catalog-band,.related-band{padding-block:clamp(42px,4vw,78px);background:var(--soft)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section-heading h2{margin-bottom:0}
.section-heading>a{color:var(--blue);font-weight:500}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,280px));justify-content:start;gap:clamp(18px,1.5vw,30px)}
.home-catalog-layout{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:start;gap:clamp(24px,3vw,56px)}
.home-catalog-layout .home-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr))}
.product-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;content-visibility:auto;contain-intrinsic-size:280px 500px}
.product-card__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#fff}
.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}
.product-card:hover .product-card__image img{transform:scale(1.018)}
.sale-mark{position:absolute;top:10px;left:10px;display:grid;place-items:center;min-width:46px;height:28px;padding:0 8px;border-radius:4px;background:var(--red);color:#fff;font-size:12px;font-weight:600}
.product-card__body{padding:12px 14px 15px}
.stock-note{color:var(--muted);font-size:11px}
.product-category{display:block;margin-top:3px;color:var(--blue);font-size:11px}
.product-card h3{height:3.8em;margin:6px 0 9px;overflow:hidden;font-family:Gilroy,Arial,sans-serif;font-size:clamp(14px,.78vw,17px);font-weight:500;line-height:1.26}
.product-card h3 a:hover{color:var(--blue)}
.price-row{display:flex;align-items:baseline;gap:8px;min-height:29px;color:var(--blue);font-size:clamp(17px,.95vw,20px);font-weight:700}
.price-row del{color:var(--muted);font-size:12px;font-weight:400}
.price-row strong{font-size:inherit}
.product-link,.order-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:39px;margin-top:10px;border:0;border-radius:4px;background:#f0edf2;color:var(--ink);font-weight:500;cursor:pointer}
.product-link:hover,.order-button:hover{background:var(--blue);color:#fff}
.order-button svg{width:16px;height:16px;margin-right:7px}
.tag-copy{min-height:2.8em;margin:10px 0 0;color:var(--muted);font-size:11px;line-height:1.35;text-align:center}
.service-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-block:clamp(40px,5vw,90px);border-block:1px solid var(--line)}
.service-strip article{display:grid;gap:4px;padding:28px clamp(16px,2.2vw,42px);border-right:1px solid var(--line)}
.service-strip article:last-child{border-right:0}
.service-strip h3{margin:0;font:600 15px/1.35 Gilroy,Arial,sans-serif}
.service-strip p{margin:0;color:var(--muted)}
.site-footer{padding:42px 0 22px;background:#eef2f7}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(30px,6vw,130px)}
.footer-grid h2{margin-bottom:12px;font:600 15px/1.3 Gilroy,Arial,sans-serif}
.footer-grid>nav,.footer-grid>section,.footer-grid address,.footer-grid ul{display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.footer-grid ul{margin:0;padding:0;list-style:none}
.footer-grid address{font-style:normal}
.footer-grid p{margin:0;color:var(--muted)}
.footer-grid a:hover{color:var(--blue)}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:22px;padding-top:16px;border-top:1px solid #dce1e8;color:var(--muted);font-size:12px}
.footer-bottom>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}
.footer-bottom>div:first-child{justify-content:flex-start}
.footer-bottom a:hover{color:var(--blue)}
.breadcrumbs{display:flex;align-items:center;gap:8px;min-width:0;padding-block:18px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden}
.breadcrumbs .rank-math-breadcrumb,.breadcrumbs p{margin:0}
.breadcrumbs a:hover{color:var(--blue)}
.page-breadcrumbs .breadcrumbs{min-height:44px;padding-block:12px}
.page-breadcrumbs+.content-page{padding-top:18px}
.category-heading{padding:22px 0 30px;border-block:1px solid var(--line)}
.category-heading__inner{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(520px,1.3fr);align-items:center;gap:40px}
.category-heading h1{margin-bottom:10px}
.category-heading p{margin:0}
.age-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.age-links a{min-height:34px;padding:6px 10px;font-size:12px}
.catalog-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:clamp(28px,3vw,60px);padding-block:44px}
.catalog-sidebar{position:sticky;top:12px;align-self:start;max-height:calc(100dvh - 24px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.catalog-sidebar h2{margin:0 0 7px;font:600 16px/1.3 Gilroy,Arial,sans-serif}
.catalog-sidebar nav{display:grid}
.catalog-sidebar a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;padding:6px 4px;border-bottom:1px solid #f0f1f3}
.catalog-sidebar a:hover,.catalog-sidebar a.is-current{color:var(--blue)}
.catalog-sidebar svg{width:15px;height:15px}
.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;color:var(--muted);font-size:13px}
.catalog-tools p{margin:0}
.catalog-tools label{display:flex;align-items:center;gap:10px}
.catalog-tools select{height:38px;padding:0 34px 0 10px;background:#fff;border:1px solid var(--line);border-radius:4px}
.category-products .product-grid{grid-template-columns:repeat(auto-fit,minmax(205px,270px))}
.pagination{display:flex;justify-content:center;margin-top:40px;padding-top:26px;border-top:1px solid var(--line)}
.pagination:empty{display:none}
.category-copy{max-width:1000px!important;padding-block:35px 70px}
.category-copy p{color:var(--muted);font-size:16px;line-height:1.7}
.product-breadcrumb-row{display:flex;align-items:center;gap:16px;padding-block:11px}
.product-breadcrumb-row>.breadcrumbs{flex:1;min-height:37px;padding-block:0}
.catalog-popover-wrap{position:relative;z-index:10}
.catalog-button{display:inline-flex;align-items:center;gap:9px;min-height:37px;padding:7px 11px;background:var(--red);color:#fff;border:0;border-radius:5px;cursor:pointer}
.catalog-button svg{width:18px;height:18px}
.catalog-popover{position:absolute;top:44px;left:0;display:grid;width:290px;padding:8px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.catalog-popover a{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:7px 9px}
.catalog-popover a:hover{background:var(--soft);color:var(--blue)}
.catalog-popover svg{width:15px;height:15px}
.product-main{display:grid;grid-template-columns:minmax(340px,420px) minmax(340px,1fr) minmax(290px,330px);align-items:start;gap:clamp(22px,2.2vw,44px);padding:8px 0 18px}
.product-breadcrumb-row .catalog-popover-wrap{display:block}
.product-gallery__main{position:relative;width:100%;max-width:420px;aspect-ratio:1;border:1px solid var(--line);border-radius:6px;overflow:hidden;box-shadow:var(--shadow)}
.product-gallery__main img{width:100%;height:100%;object-fit:cover}
@media(min-width:1500px){.product-main{max-width:1900px;grid-template-columns:500px minmax(420px,1fr) minmax(340px,410px);gap:30px}.product-gallery__main{max-width:500px}}
.product-summary{padding-top:5px}
.product-center{grid-column:2;grid-row:1;min-width:0}
.product-gallery{grid-column:1;grid-row:1/3}
.product-quick-info{grid-column:3;grid-row:1}
.product-summary h1{max-width:760px;margin:0 0 10px}
.product-summary dl{display:grid;gap:2px;margin:0 0 10px}
.product-summary dl div{display:grid;grid-template-columns:100px 1fr;gap:14px}
.product-tag-links a{color:var(--blue);text-decoration:underline;text-decoration-color:rgba(22,143,200,.35);text-underline-offset:2px}
.product-tag-links a:hover{color:var(--blue-dark);text-decoration-color:currentColor}
.product-summary dt{font-weight:600}
.product-summary dd{margin:0;color:var(--muted)}
.product-summary dd a{color:var(--blue)}
.product-photo-note{position:relative;margin:12px 0 0;padding-left:18px;color:var(--muted);font-size:11px;line-height:1.4}
.product-photo-note:before{position:absolute;top:2px;left:0;color:var(--yellow);content:"▲"}
.product-buy-row{display:flex;align-items:center;gap:12px;margin:8px 0 10px;padding-bottom:10px;border-bottom:1px solid var(--line)}
.product-buy-row .product-price{flex:0 0 auto;margin:0}
.product-buy-row form.cart{flex:0 0 auto;margin:0}
.product-buy-row>.product-stock-status{color:var(--muted);font-size:13px}
.product-buy-row .product-stock-status{display:inline-flex;align-items:center;gap:6px;min-height:44px;line-height:1.3}
.product-stock-status svg{box-sizing:border-box;flex:0 0 16px;width:16px;height:16px;padding:2px;color:var(--green);border:1.5px solid currentColor;border-radius:50%;stroke-width:2.5}
.product-stock-status.is-out-of-stock{color:var(--red)}
.product-composition-inline{margin-top:10px;padding:13px 16px 14px;background:#fffdf5;border:1px solid #f0df94;border-left:4px solid var(--yellow);border-radius:6px}
.product-composition-inline h2{margin:0 0 9px;font-size:19px}
.product-composition-inline .composition-list{display:block;margin:0;padding:0;list-style:none;color:var(--muted);font-size:12px;line-height:1.42}
.product-composition-inline .composition-list li{position:relative;margin:0 0 5px;padding-left:13px;break-inside:avoid}
.product-composition-inline .composition-list li:before{position:absolute;top:.62em;left:0;width:4px;height:4px;background:var(--yellow);border-radius:50%;content:""}
.product-composition-inline .composition-content{color:var(--muted);font-size:12px;line-height:1.45}
.product-composition-inline .composition-content>:first-child{margin-top:0}
.product-composition-inline .composition-content>:last-child{margin-bottom:0}
.product-quick-info{display:grid;gap:6px}
.product-quick-info article{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px;padding:10px 13px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:6px;box-shadow:0 3px 11px rgba(34,40,49,.06)}
.product-quick-info article:nth-child(2){border-left-color:var(--yellow)}
.product-quick-info article:nth-child(3){border-left-color:var(--green)}
.product-quick-info article:nth-child(4){border-left-color:var(--red)}
.product-quick-info article>svg{box-sizing:border-box;width:30px;height:30px;padding:6px;color:var(--blue);background:#eaf7fc;border-radius:50%}
.product-quick-info article:nth-child(2)>svg{color:#b58d00;background:#fff8d9}
.product-quick-info article:nth-child(3)>svg{color:var(--green-dark);background:#f0f9e6}
.product-quick-info article:nth-child(4)>svg{color:var(--red);background:#fff0f1}
.product-quick-info h2{margin-bottom:3px;font-size:16px}
.product-quick-info p{margin:0;color:var(--muted);font-size:12px;line-height:1.38}
.quick-messengers>div>nav{display:flex;gap:7px;margin-top:6px}
.quick-messengers a{display:grid;place-items:center;width:36px;height:36px}
.quick-messengers img{width:36px;height:36px;object-fit:contain;border-radius:5px}
.product-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 12px;margin-bottom:10px;color:var(--blue);font-size:clamp(24px,1.45vw,29px);font-weight:700}
.product-price del{color:var(--muted);font-size:15px;font-weight:400}
.product-price ins{color:var(--blue);text-decoration:none!important}
.product-price strong{font-size:inherit}
.product-discount-badge{display:inline-flex;align-items:center;min-height:25px;padding:5px 8px;border:1px solid rgba(105,165,27,.3);border-radius:4px;background:#edf7df;color:var(--green-dark);font:600 13px/1 Gilroy,Arial,sans-serif;white-space:nowrap}
.buy-row{display:flex;gap:12px;margin-bottom:18px}
.quantity{display:block;width:72px;height:44px}
.quantity input{width:100%;height:100%;padding:0 8px;background:#fff;border:1px solid #cfd4dc;border-radius:4px;text-align:center}
.primary-button{min-width:150px;background:var(--red)}
.primary-button:hover{background:var(--red-dark)}
.availability{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}
.availability svg{width:17px;height:17px;color:var(--green)}
.product-lead{max-width:720px;margin:25px 0 0;color:var(--muted);font-size:16px;line-height:1.68}
.product-benefits{padding:26px 0;background:var(--soft);border-block:1px solid var(--line)}
.product-benefits>.page-shell{display:grid;grid-template-columns:repeat(3,1fr)}
.product-benefits>div>div{display:grid;grid-template-columns:28px 1fr;column-gap:13px;padding:10px clamp(15px,2vw,38px);border-right:1px solid var(--line)}
.product-benefits>div>div:last-child{border-right:0}
.product-benefits svg{grid-row:1/3;width:24px;height:24px;color:var(--blue)}
.product-benefits span{color:var(--muted)}
.product-details{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:clamp(50px,8vw,170px);padding-block:clamp(50px,6vw,105px)}
.product-details li{margin-bottom:7px}
.product-details aside{padding-left:30px;border-left:3px solid var(--yellow)}
.product-details aside p{color:var(--muted)}
.product-details aside a{color:var(--blue);font-weight:600}
.product-details-band{padding-block:clamp(38px,4vw,66px);background:#fff}
.product-details-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(42px,7vw,140px)}
.product-details-layout--description-only{display:block}
.composition-panel{padding:0 0 4px 24px;border-left:4px solid var(--yellow)}
.composition-panel h2{margin:5px 0 16px}
.composition-panel ul{display:grid;gap:7px;margin:0;padding-left:18px;color:var(--muted);line-height:1.5}
.product-description{max-width:1180px}
.product-description p{color:var(--muted);font-size:16px;line-height:1.68}
.product-description__lead+.product-description__additional{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}
.product-description__additional>strong{display:block;margin:18px 0 7px;color:var(--ink);font-size:17px}
.product-pager{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-block:1px solid var(--line)}
.product-pager__link{display:grid;grid-template-columns:22px 52px minmax(0,1fr);align-items:center;gap:12px;min-height:72px;padding:9px 18px;color:var(--ink)}
.product-pager__link--next{grid-template-columns:minmax(0,1fr) 52px 22px;text-align:right;border-left:1px solid var(--line)}
.product-pager__link img{width:52px;height:52px;object-fit:cover;border-radius:5px}
.product-pager__link svg{width:20px;height:20px;color:var(--blue)}
.product-pager__link span{display:grid;gap:3px;min-width:0}
.product-pager__link small{color:var(--muted);font-size:11px}
.product-pager__link b{overflow:hidden;font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.product-pager__link:hover b{color:var(--blue)}
.related-grid{grid-template-columns:repeat(5,minmax(0,1fr))}

.seo-copy{padding-block:clamp(42px,4.5vw,72px)}
.category-copy{max-width:none!important}
.category-copy__lead{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);align-items:center;gap:clamp(42px,7vw,140px)}
.category-copy__image{margin:0;overflow:hidden;border-radius:6px}
.category-copy__image img{width:100%;aspect-ratio:1.35;object-fit:cover}
.seo-copy__intro{max-width:1050px}
.seo-copy__intro>p,.seo-copy__outro p,.seo-copy__grid p{color:var(--muted);font-size:16px;line-height:1.72}
.seo-copy__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 clamp(40px,6vw,120px);margin-top:clamp(24px,3vw,42px);border-top:1px solid var(--line)}
.seo-copy__grid article{padding:22px 0;border-bottom:1px solid var(--line)}
.seo-copy__grid h3{margin-bottom:9px;color:var(--blue)}
.seo-copy__grid ul{margin:14px 0 0;padding-left:19px;color:var(--muted);line-height:1.65}
.seo-copy__grid li+li{margin-top:4px}
.seo-copy__outro{max-width:1050px;margin-top:28px}
.reviews-band{padding-block:clamp(42px,4vw,66px);background:#fff;border-block:1px solid var(--line)}
.reviews-heading{margin-bottom:22px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.review-card{display:flex;flex-direction:column;min-height:218px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:4px}
.review-stars{display:flex;gap:3px;color:var(--yellow)}
.review-stars svg{width:17px;height:17px;fill:currentColor}
.review-card>p{margin:13px 0 18px;color:var(--muted);line-height:1.58}
.review-card footer{display:grid;gap:2px;margin-top:auto}
.review-card footer span{color:var(--muted);font-size:12px}
.contact-map{padding-block:clamp(42px,4vw,66px);background:#fff}
.contact-map__heading{margin-bottom:20px}
.contact-map__heading h2{margin:4px 0 0}
.contact-map__inner{display:block}
.map-frame{min-height:350px;overflow:hidden;border:1px solid var(--line);border-radius:6px}
.map-frame iframe{display:block;width:100%;height:100%;min-height:350px;border:0}
.product-terms{padding-block:clamp(30px,3vw,46px);background:#f3f8fb;border-block:1px solid #e1edf3}
.product-terms__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,54px)}
.product-terms article{position:relative;padding:20px 20px 20px 52px;background:#fff;border:1px solid var(--line);border-top:4px solid var(--blue);border-radius:6px;box-shadow:0 4px 14px rgba(34,40,49,.07)}
.product-terms article:nth-child(2){border-top-color:var(--yellow)}
.product-terms article:nth-child(3){border-top-color:var(--green)}
.product-terms svg{position:absolute;top:20px;left:20px;width:21px;height:21px;color:var(--red)}
.product-terms p,.delivery-hours{margin-bottom:0;color:var(--muted);line-height:1.65}
.delivery-hours{margin-top:0;padding-left:18px}
.product-terms--compact{grid-column:2/-1;grid-row:2;padding:0;background:transparent;border:0}
.product-terms--compact .product-terms__grid{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}
.product-terms--compact article{min-width:0;padding:12px 11px 12px 38px;border-top-width:3px;box-shadow:0 3px 10px rgba(34,40,49,.05)}
.product-terms--compact svg{top:13px;left:12px;width:17px;height:17px}
.product-terms--compact article:nth-child(2) svg{color:var(--yellow)}
.product-terms--compact article:nth-child(3) svg{color:var(--green-dark)}
.product-terms--compact h3{margin:0 0 5px;font-size:14px}
.product-terms--compact p,.product-terms--compact .delivery-hours{font-size:11px;line-height:1.43}
.product-terms--compact .delivery-hours{padding-left:14px}

@media(min-width:1280px){.product-composition-inline .composition-list{columns:2;column-gap:24px}}
@media(min-width:1500px){.product-quick-info{gap:8px}.product-quick-info article{grid-template-columns:34px minmax(0,1fr);gap:11px;min-height:76px;padding:12px 14px}.product-quick-info article>svg{width:32px;height:32px;padding:7px}.quick-messengers>div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.quick-messengers h2{max-width:155px;margin:0;font-size:15px;line-height:1.25}.quick-messengers>div>nav{flex:0 0 auto;margin:0}.quick-messengers a,.quick-messengers img{width:31px;height:31px}}

@media(min-width:1500px) and (max-width:1999px){.home-catalog-layout .home-grid{grid-template-columns:repeat(5,minmax(240px,270px))}}
@media(min-width:2000px){.utility-nav__inner{justify-content:flex-start}.home-catalog-layout .home-grid{grid-template-columns:repeat(7,minmax(240px,270px))}.category-products .product-grid{grid-template-columns:repeat(7,minmax(220px,270px))}}
@media(max-width:1350px){:root{--shell:min(1200px,calc(100% - 48px))}.brand-row{grid-template-columns:minmax(280px,1.1fr) minmax(210px,.8fr) auto minmax(350px,1.25fr);gap:22px}.online-dot{display:none}.product-grid{grid-template-columns:repeat(auto-fit,minmax(195px,1fr))}.category-products .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1050px){:root{--shell:calc(100% - 36px)}.utility-nav__inner{justify-content:flex-start;overflow-x:auto}.header-search-inline{display:none}.search-toggle{display:grid}.brand-row{grid-template-columns:1fr auto auto;min-height:92px}.address{display:none}.header-actions{gap:13px}.phone-link b{display:none}.catalog-layout{grid-template-columns:210px minmax(0,1fr);gap:24px}.category-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-main{grid-template-columns:minmax(300px,440px) minmax(360px,1fr);gap:40px}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){:root{--shell:calc(100% - 32px)}body{padding-bottom:62px;font-size:14px}.site-header{position:sticky;top:0;z-index:88;box-shadow:0 2px 8px rgba(34,40,49,.08)}.utility-nav,.address,.social-links,.search-toggle,.cart-link{display:none}.brand-row{grid-template-columns:1fr auto;min-height:64px}.brand{gap:9px;font-size:13px;font-weight:600}.brand img{width:48px;height:52px}.header-actions{gap:8px}.online-dot{font-size:10px}.online-dot:before{width:7px;height:7px;margin-right:5px}.phone-link{width:42px;height:42px;justify-content:center;background:var(--green);color:#fff;border-radius:4px}.phone-link svg{color:#fff}.mobile-menu-button{position:fixed;z-index:95;left:14px;bottom:12px;display:grid;place-items:center;width:38px;height:38px;padding:0;background:transparent;border:0}.mobile-dock{position:fixed;z-index:90;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(6,1fr);height:62px;padding:8px 10px max(8px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);box-shadow:0 -3px 12px rgba(0,0,0,.08)}.mobile-dock a,.mobile-dock button{display:grid;place-items:center;width:38px;height:38px;margin:auto;padding:0;background:transparent;border:0}.mobile-dock img{width:34px;height:34px;object-fit:contain;border-radius:4px}.mobile-dock svg{width:21px;height:21px}.home-hero{min-height:calc(100svh - 64px);align-items:stretch}.home-hero picture{width:100%;height:calc(100svh - 64px)}.home-hero picture img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center top}.home-hero__content{bottom:18px;display:block;text-align:center}.home-hero__content h1{margin:0 auto 13px;font-size:27px}.home-hero__content a{min-height:42px}.home-intro{grid-template-columns:1fr;gap:25px;padding-block:36px}.occasion-links{justify-content:flex-start}.occasion-links a{min-height:36px;padding:6px 10px}.section-heading{align-items:center}.section-heading>a{font-size:13px}.product-grid,.home-grid,.category-products .product-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-card{contain-intrinsic-size:170px 440px}.product-card h3{height:4.8em;font-size:14px}.product-card__body{padding:9px}.price-row{display:grid;gap:0}.tag-copy{display:none}.product-link,.order-button{min-height:38px}.service-strip{grid-template-columns:1fr}.service-strip article{border-right:0;border-bottom:1px solid var(--line)}.service-strip article:last-child{border-bottom:0}.footer-grid{grid-template-columns:repeat(2,1fr);gap:24px 18px}.footer-bottom{display:grid}.breadcrumbs{padding-block:14px}.category-heading{padding:18px 0}.category-heading__inner{grid-template-columns:1fr;gap:16px}.age-links{justify-content:flex-start;flex-wrap:nowrap;margin-right:-16px;padding-right:16px;overflow-x:auto}.catalog-layout{display:block;padding-block:22px}.catalog-sidebar{display:none}.catalog-tools{align-items:flex-start}.category-copy{padding-block:18px 40px}.product-breadcrumb-row{gap:10px}.product-breadcrumb-row .breadcrumbs{font-size:11px}.catalog-button{min-width:38px;padding:7px 9px}.catalog-button b,.catalog-button svg:last-child{display:none}.catalog-popover{width:min(290px,calc(100vw - 32px))}.product-main{grid-template-columns:1fr;gap:24px;padding-top:4px}.product-gallery__main{margin-inline:auto}.product-summary h1{font-size:24px}.product-summary dl div{grid-template-columns:84px 1fr}.product-benefits>.page-shell{grid-template-columns:1fr}.product-benefits>div>div{border-right:0;border-bottom:1px solid var(--line)}.product-benefits>div>div:last-child{border-bottom:0}.product-details{grid-template-columns:1fr;gap:30px}.product-details aside{padding-left:20px}.related-band .product-card:nth-child(n+3){display:none}}
@media(max-width:380px){:root{--shell:calc(100% - 24px)}.brand span{font-size:12px}.product-card h3{font-size:13px}.price-row strong{font-size:15px}.buy-row{display:grid;grid-template-columns:118px 1fr}.primary-button{min-width:0}}
@media(max-height:500px) and (orientation:landscape) and (max-width:1000px){body{padding-bottom:50px}.brand-row{min-height:52px}.brand img{width:40px;height:43px}.brand span{display:none}.phone-link{width:38px;height:38px}.home-hero,.home-hero picture{min-height:calc(100dvh - 52px);height:calc(100dvh - 52px)}.home-hero__content{bottom:10px;text-align:left}.home-hero__content h1{max-width:70%;margin:0 0 8px;font-size:23px}.home-hero__content a{min-height:36px;padding:6px 12px}.mobile-dock{height:50px;padding:5px 12px}.mobile-dock a,.mobile-dock button,.mobile-menu-button{width:34px;height:34px}.mobile-menu-button{bottom:8px}.mobile-dock img{width:30px;height:30px}.catalog-drawer{width:360px;padding:14px}.catalog-drawer__header{margin-bottom:6px;padding-bottom:8px}.catalog-drawer nav a{min-height:40px}.product-main{grid-template-columns:minmax(260px,42%) 1fr;gap:28px}.product-summary h1{font-size:21px}.product-lead{display:none}}
@media(max-width:850px) and (min-width:761px){.social-links{display:none}.brand-row{grid-template-columns:1fr auto}.header-actions{min-width:190px}}
@media(max-width:760px){.home-hero{min-height:0;align-items:stretch}.home-hero picture{width:100%;height:auto}.home-hero picture img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}.home-hero__content{bottom:14px;width:var(--shell)}.home-hero__content h1{max-width:330px;margin:0 auto 10px;font-size:23px}.home-hero__content a{min-height:38px;padding:7px 13px}}
@media(max-height:500px) and (orientation:landscape) and (max-width:1000px){body{padding-bottom:50px}.utility-nav,.address,.social-links,.search-toggle,.cart-link,.online-dot{display:none}.brand-row{grid-template-columns:1fr auto;min-height:52px}.header-actions{min-width:0}.brand{gap:8px}.phone-link{display:flex;justify-content:center;background:var(--green);color:#fff;border-radius:4px}.phone-link b{display:none}.phone-link svg{color:#fff}.mobile-menu-button{position:fixed;z-index:95;left:14px;bottom:8px;display:grid;place-items:center;width:34px;height:34px;padding:0;background:transparent;border:0}.mobile-dock{position:fixed;z-index:90;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(6,1fr);height:50px;padding:5px 12px max(5px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);box-shadow:0 -3px 12px rgba(0,0,0,.08)}.mobile-dock a,.mobile-dock button{display:grid;place-items:center;width:34px;height:34px;margin:auto;padding:0;background:transparent;border:0}.mobile-dock img{width:30px;height:30px;object-fit:contain;border-radius:4px}.mobile-dock svg{width:20px;height:20px}.catalog-layout{display:block}.catalog-sidebar{display:none}.category-heading__inner{grid-template-columns:1fr}.category-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px) and (min-width:761px){.utility-nav{display:none}.home-intro{grid-template-columns:1fr;gap:26px}.occasion-links{justify-content:flex-start}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px) and (min-width:761px){.category-heading__inner{grid-template-columns:1fr;gap:18px}.age-links{justify-content:flex-start;flex-wrap:nowrap;max-width:100%;overflow-x:auto}.product-main{grid-template-columns:minmax(260px,42%) minmax(0,1fr);gap:28px}.product-summary h1{font-size:25px}}
@media(max-width:800px) and (min-width:761px){.catalog-layout{display:block}.catalog-sidebar{display:none}}
.mobile-menu-button{display:none!important}
@media(max-width:900px){.reviews-grid{grid-template-columns:1fr}.review-card{min-height:0}.product-terms__grid{grid-template-columns:1fr}.product-terms article{padding-bottom:22px;border-bottom:1px solid #dce9ef}.product-terms article:last-child{padding-bottom:0;border-bottom:0}}
@media(max-width:900px){.category-copy__lead{grid-template-columns:1fr;gap:28px}.category-copy__image{max-width:680px}}
@media(max-width:900px){.product-details-layout{grid-template-columns:1fr;gap:34px}.composition-panel{max-width:680px}}
@media(max-width:760px){.catalog-tools label{display:none}}
@media(max-width:1050px){.product-main>.catalog-sidebar{display:none}.product-breadcrumb-row .catalog-popover-wrap{display:block}}
@media(max-width:1050px){.product-gallery{grid-row:1}.product-quick-info{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 28px;padding:24px 0 0;border-top:1px solid var(--line);border-left:0}.product-quick-info a{justify-self:start}.product-terms--compact{grid-column:1/-1;grid-row:3}}
@media(max-width:800px){.home-catalog-layout{display:block}}
@media(max-width:760px){.seo-copy{padding-block:36px}.seo-copy__grid{grid-template-columns:1fr;margin-top:20px}.seo-copy__grid article{padding:20px 0}.seo-copy__intro>p,.seo-copy__outro p,.seo-copy__grid p{font-size:15px}.reviews-band{padding-block:36px}.review-card{padding:18px}.contact-map{padding-block:36px}.map-frame,.map-frame iframe{min-height:290px}.product-terms{padding-block:30px}}
@media(max-width:760px){.product-details-band{padding-block:34px}.product-details-layout{gap:28px}.composition-panel{padding-left:18px}.composition-panel ul{gap:5px}.product-description p{font-size:15px}}
@media(max-width:600px){.product-pager{grid-template-columns:1fr}.product-pager__link{min-height:82px;padding:9px 4px}.product-pager__link--next{border-top:1px solid var(--line);border-left:0}}
@media(max-width:760px){.product-quick-info{display:block}.product-quick-info a{width:100%}}
@media(max-width:900px){.product-terms article,.product-terms article:last-child{padding:24px 24px 24px 58px;border:1px solid var(--line)}.product-quick-info article{margin-bottom:10px}}
@media(max-width:900px){.product-terms article{border-top:4px solid var(--blue)}.product-terms article:nth-child(2){border-top-color:var(--yellow)}.product-terms article:nth-child(3){border-top-color:var(--green)}}
@media(max-width:900px){.product-terms--compact .product-terms__grid{grid-template-columns:1fr;gap:10px}.product-terms--compact article,.product-terms--compact article:last-child{padding:15px 15px 15px 45px;border-top-width:3px}.product-terms--compact svg{top:16px;left:15px}.product-terms--compact p,.product-terms--compact .delivery-hours{font-size:12px}}
@media(max-width:760px){.home-catalog-layout .home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.product-gallery{grid-column:1;grid-row:1}.product-center{grid-column:1;grid-row:2}.product-composition-inline .composition-list{columns:1}.product-quick-info{grid-column:1;grid-row:3}.product-terms--compact{grid-column:1;grid-row:4}}
@media(max-width:1050px) and (min-width:761px){.product-terms--compact .product-terms__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-terms--compact article,.product-terms--compact article:last-child{margin:0;padding:14px 12px 14px 40px}.product-terms--compact svg{top:15px;left:13px}.product-terms--compact p{font-size:11px;line-height:1.43}}
@media(max-width:1050px) and (min-width:901px){.product-quick-info{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.product-quick-info article{margin-bottom:0}}
@media(max-height:500px) and (orientation:landscape) and (max-width:1000px){.home-catalog-layout{display:block}.home-catalog-layout .home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1050px){.related-grid{grid-template-columns:repeat(5,clamp(180px,28vw,230px));overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:8px;scroll-snap-type:x proximity;scrollbar-width:thin}.related-grid .product-card{display:block!important;scroll-snap-align:start}}
@media(hover:hover) and (pointer:fine){
  .home-hero__content a,.catalog-button,.primary-button{position:relative;isolation:isolate;overflow:hidden}
  .home-hero__content a:after,.catalog-button:after,.primary-button:after{position:absolute;top:-35%;bottom:-35%;left:0;width:32%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);content:"";pointer-events:none;transform:translateX(-220%) skewX(-18deg)}
  .home-hero__content a:hover:after,.catalog-button:hover:after,.primary-button:hover:after{animation:button-shine .55s ease-out}
  .product-card__image img{transition:transform .22s ease-out}
  .product-card:hover .product-card__image img{transform:scale(1.018)}
  .messenger-link:hover{outline-color:rgba(22,143,200,.3);box-shadow:0 7px 16px rgba(34,40,49,.18);filter:saturate(1.08) brightness(1.03);transform:translateY(-2px)}
}
@keyframes button-shine{to{transform:translateX(420%) skewX(-18deg)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* WordPress and WooCommerce integration. */
.skip-link:focus{position:fixed!important;z-index:9999;top:10px;left:10px;width:auto!important;height:auto!important;margin:0!important;padding:10px 14px!important;clip:auto!important;background:#fff;color:var(--ink);box-shadow:var(--shadow)}
.utility-menu,.catalog-list{display:flex;align-items:center;gap:clamp(12px,1.15vw,27px);margin:0;padding:0;list-style:none}
.utility-menu li{margin:0}
.header-search-inline button{display:grid;place-items:center;width:34px;height:34px;padding:0;background:transparent;border:0;cursor:pointer}
.header-search-inline button svg{width:17px;height:17px;color:var(--blue)}
.header-search-inline .search-suggestions{z-index:92}
.search-suggestions[hidden]{display:none}
.search-suggestions a{grid-template-columns:50px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 12px}
.search-suggestions img{grid-row:1/3}
.search-suggestions span{display:-webkit-box;min-width:0;overflow:hidden;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.search-suggestions small{grid-column:2;color:var(--muted);white-space:nowrap}
.cart-link__content{display:flex;align-items:center;gap:5px}
.cart-link__label,.cart-link__total{font-size:13px;font-weight:600}
.catalog-overlay[hidden]{display:none}
.catalog-overlay{display:block}
.catalog-list--drawer{display:grid;gap:0}
.drawer-search{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 42px;margin-bottom:12px;border:1px solid var(--line);border-radius:4px}
.drawer-search input{min-width:0;height:42px;padding:0 11px;border:0;outline:0}
.drawer-search>button{display:grid;place-items:center;padding:0;background:transparent;color:var(--blue);border:0;cursor:pointer}
.drawer-search>button svg{width:18px;height:18px}
.drawer-search .search-suggestions{top:48px;right:0;left:0;width:100%}
.catalog-list--drawer>li{position:relative;border-bottom:1px solid var(--line)}
.catalog-list--drawer a{display:flex;align-items:center;min-height:47px;padding:9px 42px 9px 6px}
.catalog-list--drawer .sub-menu{display:none;margin:0 0 8px;padding:0 0 0 15px;list-style:none}
.catalog-list--drawer .is-expanded>.sub-menu{display:grid}
.catalog-submenu-toggle{position:absolute;top:6px;right:0;display:grid;place-items:center;width:36px;height:36px;padding:0;background:transparent;border:0;cursor:pointer}
.catalog-submenu-toggle svg{width:17px;height:17px;transition:transform .18s}
.is-expanded>.catalog-submenu-toggle svg{transform:rotate(90deg)}
.catalog-sidebar .catalog-list{display:grid;gap:0}
.catalog-sidebar .catalog-list li{list-style:none}
.catalog-sidebar .catalog-list a{display:flex;align-items:center;min-height:30px;padding:4px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.2}
.catalog-sidebar .sub-menu{display:none}
.catalog-sidebar .current-menu-item>a,.catalog-sidebar .current-product_cat-ancestor>a{color:var(--blue);font-weight:600}
.category-heading__inner>.age-links:empty{display:none}
.woocommerce-result-count{margin:0}
.woocommerce-ordering{margin:0}
.woocommerce-ordering select{height:40px;padding:0 34px 0 12px;background:#fff;border:1px solid var(--line);border-radius:4px}
.price-row .price{display:flex;align-items:baseline;gap:8px}
.price-row del{color:var(--muted);font-size:13px;font-weight:400}
.price-row ins{color:var(--blue);text-decoration:none!important}
.price-row bdi{font-weight:700}
.order-button.added:after{margin-left:6px;content:'✓'}
.added_to_cart{display:block;margin-top:7px;color:var(--blue);font-size:13px;text-align:center}
.pagination .woocommerce-pagination{max-width:100%;overflow-x:auto;padding:4px;scrollbar-width:thin}
.pagination ul.page-numbers,.nav-links{display:flex;width:max-content;justify-content:center;gap:8px;margin:0 auto;padding:0;list-style:none;border:0!important}
.pagination ul.page-numbers li{margin:0;border:0!important}
.pagination .woocommerce-pagination ul.page-numbers li>.page-numbers,.nav-links .page-numbers{box-sizing:border-box;display:grid!important;place-items:center;min-width:44px!important;height:44px!important;padding:0 12px!important;background:#fff!important;border:1px solid #d9dde4!important;border-radius:4px!important;color:var(--ink)!important;font-weight:600!important;line-height:1!important;transform:none!important;transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}
.pagination .woocommerce-pagination ul.page-numbers li>a.page-numbers:hover,.nav-links a.page-numbers:hover{background:#eef8fc!important;border-color:var(--blue)!important;color:var(--blue)!important;transform:none!important}
.pagination .woocommerce-pagination ul.page-numbers li>.page-numbers.current,.nav-links .page-numbers.current{background:var(--blue)!important;color:#fff!important;border-color:var(--blue)!important;box-shadow:0 4px 12px rgba(22,143,200,.2)}
.pagination .woocommerce-pagination ul.page-numbers li>.page-numbers.prev,.pagination .woocommerce-pagination ul.page-numbers li>.page-numbers.next{min-width:48px!important;background:var(--green)!important;border-color:var(--green)!important;color:#fff!important;font-size:20px}
.pagination .woocommerce-pagination ul.page-numbers li>.page-numbers.prev:hover,.pagination .woocommerce-pagination ul.page-numbers li>.page-numbers.next:hover{background:var(--green-dark)!important;border-color:var(--green-dark)!important;color:#fff!important}
.home-pagination{margin-top:34px;padding-bottom:38px}
.home-pagination ul.page-numbers li>.page-numbers.prev,.home-pagination ul.page-numbers li>.page-numbers.next{min-width:48px!important;background:var(--green)!important;border-color:var(--green)!important;color:#fff!important;font-size:20px}
.home-pagination ul.page-numbers li>.page-numbers.prev:hover,.home-pagination ul.page-numbers li>.page-numbers.next:hover{background:var(--green-dark)!important;border-color:var(--green-dark)!important;color:#fff!important}
.empty-catalog,.empty-search{padding:50px 0}
.empty-catalog p,.empty-search p{max-width:660px;color:var(--muted)}
.messenger-links--empty{margin-top:18px}
.review-widget-host:empty{display:none}
.review-widget-host{display:block}
.review-widget-host>*{max-width:100%}
.review-widget-host>review-lab{display:block;width:100%}
.shariki-category-links{margin:0 0 12px}
.shariki-category-links__title{margin:0 0 10px;font:600 16px/1.35 Comfortaa,Arial,sans-serif;color:var(--ink)}
.shariki-category-links__list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
.shariki-category-links__link{display:flex;align-items:center;justify-content:center;min-width:0;padding:10px;background:#f1f4f9;color:var(--ink);font:400 13px/1.3 Comfortaa,Arial,sans-serif;text-align:center;transition:color .15s ease,background-color .15s ease}
.category-heading .shariki-category-links__title,.category-heading .shariki-category-links__link{font-family:Gilroy,Arial,sans-serif}
.shariki-tag-links .shariki-category-links__link{font-family:Gilroy,Arial,sans-serif}
.shariki-category-links__link:hover,.shariki-category-links__link:focus-visible{background:var(--blue);color:#fff}
.shariki-category-links__link:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.brand picture,.product-card__image picture,.product-gallery__main picture,.product-gallery__thumbs picture{display:block;width:100%;height:100%}
.entry-content>:last-child{margin-bottom:0}
.entry-content h2{margin-top:1.5em}
.entry-content h3{margin-top:1.3em}
.entry-content ul,.entry-content ol{padding-left:1.25em}
.product-gallery__main img{width:100%;height:100%;object-fit:contain}
.product-gallery__thumbs{display:flex;gap:7px;margin-top:8px;overflow-x:auto}
.product-gallery__thumbs button{flex:0 0 58px;width:58px;height:58px;padding:2px;background:#fff;border:1px solid var(--line);border-radius:4px;cursor:pointer}
.product-gallery__thumbs button.is-current{border-color:var(--blue)}
.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}
.product-buy-row form.cart{display:flex;align-items:center;gap:10px;margin:0}
.product-buy-row form.variations_form.cart,.product-buy-row form.grouped_form.cart{display:block}
.single-product .product-buy-row form.cart:not(.variations_form):not(.grouped_form) .quantity{display:none}
.woocommerce .product-buy-row .single_add_to_cart_button.button{min-height:44px;padding:10px 20px;background:var(--red)!important;color:#fff!important;border:0;border-radius:5px;font-weight:600;cursor:pointer}
.woocommerce .product-buy-row .single_add_to_cart_button.button:hover{background:var(--red-dark)!important;color:#fff!important}
.product-buy-row .variations{margin:0 0 8px}
.product-buy-row .variations th,.product-buy-row .variations td{padding:3px 8px 3px 0;text-align:left}
.product-buy-row .variations select{height:38px;border:1px solid var(--line)}
.product-buy-row .woocommerce-variation-price{margin:6px 0}
.quick-messengers .messenger-links{display:flex;gap:7px;margin-top:6px}
.composition-list{display:grid;gap:6px;margin:0;padding-left:18px}
.content-page{padding-block:clamp(32px,4vw,70px)}
.content-page>h1,.content-article>header h1{margin-bottom:30px}
.content-article{max-width:1100px}
.content-article .gallery,.content-article .wp-block-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:28px 0}
.content-article .gallery-item{width:auto!important;margin:0!important}
.content-article .gallery img,.content-article .wp-block-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover}
.content-article iframe,.content-article video{max-width:100%}
.content-article .wp-video,.content-article .wp-block-embed{max-width:980px}
.content-article .map-frame--inline{max-width:none;margin:36px 0}
.media-page .content-article{max-width:none}
.media-page__header{max-width:860px;margin-bottom:24px}
.media-page__header h1{margin:5px 0 0!important}
.media-page__intro{max-width:1540px;padding:0 0 clamp(30px,3vw,48px);column-count:2;column-gap:clamp(42px,6vw,110px);column-rule:1px solid var(--line)}
.media-page__intro>*{break-inside:avoid}
.media-page__intro>h2:first-child{margin-top:0}
.media-page__intro>p{color:var(--muted);line-height:1.65}
.media-page__intro>p:has(+ul){margin-bottom:8px;color:var(--ink)}
.media-page__intro>ul{margin-top:0;line-height:1.65}
.media-collection{margin-top:clamp(34px,4vw,62px)}
.media-collection__heading{display:flex;flex-wrap:wrap;align-items:flex-end;gap:5px 18px;margin-bottom:20px}
.media-collection__heading h2{margin:0}
.media-collection__heading p{margin:0 0 3px;color:var(--muted);font-size:13px}
.photo-portfolio{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(8px,1vw,16px)}
.photo-portfolio__item{min-width:0;margin:0;overflow:hidden;background:var(--soft);border:1px solid var(--line);border-radius:5px}
.photo-portfolio__item a{display:block;width:100%;aspect-ratio:1;overflow:hidden}
.photo-portfolio__item picture{display:block;width:100%;height:100%}
.photo-portfolio__item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease,filter .2s ease}
.video-portfolio{display:grid;grid-template-columns:repeat(4,minmax(0,280px));justify-content:center;gap:clamp(12px,1.5vw,24px)}
.video-portfolio__item{min-width:0;margin:0}
.video-portfolio__item video{display:block;width:100%;aspect-ratio:9/16;background:#111;border:1px solid var(--line);border-radius:6px;object-fit:cover;box-shadow:var(--shadow)}
.video-portfolio__item figcaption{padding:9px 3px 0;color:var(--muted);font-size:13px;text-align:center}
.photo-lightbox{width:min(94vw,1180px);height:min(94dvh,920px);padding:42px 64px;background:#111;border:0;border-radius:6px;color:#fff;overflow:hidden}
.photo-lightbox[open]{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:14px}
.photo-lightbox::backdrop{background:rgba(10,14,20,.88)}
.photo-lightbox figure{display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;height:100%;min-height:0;margin:0}
.photo-lightbox img{display:block;max-width:100%;max-height:calc(94dvh - 100px);object-fit:contain}
.photo-lightbox figcaption{min-height:22px;padding-top:8px;color:#d8dde5;font-size:13px;text-align:center}
.photo-lightbox button{display:grid;place-items:center;width:42px;height:42px;padding:0;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:50%;font-size:24px;line-height:1;cursor:pointer}
.photo-lightbox button:hover{background:#fff;color:#111}
.photo-lightbox__close{position:absolute;z-index:2;top:10px;right:10px}
.wp-element-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;background:var(--blue);color:#fff;border-radius:5px;font-weight:600}
.content-page .woocommerce{max-width:1600px}
.woocommerce-cart .content-article,.woocommerce-checkout .content-article,.woocommerce-order-received .content-article{max-width:none}
.woocommerce-notices-wrapper:empty{display:none}
.woocommerce-message,.woocommerce-info,.woocommerce-error{margin:0 0 22px;padding:14px 18px;background:var(--soft);border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:4px;list-style:none}
.woocommerce-error{border-left-color:var(--red)}
.woocommerce-cart-form table,.woocommerce-checkout-review-order-table,.woocommerce-orders-table{width:100%;border-collapse:collapse}
.woocommerce-cart-form th,.woocommerce-cart-form td,.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td,.woocommerce-orders-table th,.woocommerce-orders-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left}
.woocommerce-cart-form .product-thumbnail img{width:76px;height:76px;object-fit:cover}
.woocommerce-cart .entry-content>.woocommerce{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);align-items:start;gap:0 clamp(28px,4vw,64px)}
.woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-cart .woocommerce-message,.woocommerce-cart .woocommerce-info,.woocommerce-cart .woocommerce-error{grid-column:1/-1}
.woocommerce-cart-form{overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}
.woocommerce-cart-form table{margin:0}
.woocommerce-cart-form thead{background:var(--soft)}
.woocommerce-cart-form .product-remove a{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:var(--red);font-size:22px;line-height:1}
.woocommerce-cart-form .product-remove a:hover{background:#fff0f1;color:var(--red-dark)}
.woocommerce-cart-form .product-name a{font-weight:600}
.woocommerce-cart-form .product-price,.woocommerce-cart-form .product-subtotal,.cart_totals td{white-space:nowrap}
.woocommerce-cart-form .actions{padding:12px!important;text-align:right!important}
.woocommerce-cart-form .actions button{min-height:40px;padding:8px 14px;background:var(--soft);color:var(--ink);border:1px solid var(--line);border-radius:4px;font-weight:600;cursor:pointer}
.woocommerce-cart-form .actions button:not(:disabled):hover{border-color:var(--blue);color:var(--blue)}
.cart-collaterals{display:block;margin:0}
.woocommerce .cart-collaterals .cart_totals{float:none;width:100%;min-width:0;padding:22px;background:var(--soft);border:1px solid var(--line);border-radius:6px}
.cart_totals h2{margin-bottom:14px;font-size:22px}
.cart_totals table{width:100%;margin-bottom:18px;border-collapse:collapse}
.cart_totals th,.cart_totals td{padding:10px 0;border-bottom:1px solid var(--line);text-align:left}
.cart_totals td{text-align:right}
.woocommerce .checkout-button,form.checkout.woocommerce-checkout button[type=submit],.woocommerce-form-login button,.woocommerce-form-register button,.woocommerce .woocommerce-Button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;background:var(--red)!important;color:#fff!important;border:0;border-radius:5px;font-weight:600;cursor:pointer}
.woocommerce .checkout-button{width:100%}
form.checkout.woocommerce-checkout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:start;gap:0 clamp(28px,4vw,70px)}
form.checkout.woocommerce-checkout #customer_details{grid-column:1;grid-row:1;display:grid;gap:24px;padding:24px;border:1px solid var(--line);border-radius:6px;background:#fff}
form.checkout.woocommerce-checkout #customer_details .col-1,form.checkout.woocommerce-checkout #customer_details .col-2{float:none;width:100%}
form.checkout.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0 0 12px;font-size:22px}
form.checkout.woocommerce-checkout #order_review{grid-column:2;grid-row:1;align-self:start;margin-top:48px;padding:22px;background:var(--soft);border:1px solid var(--line);border-radius:6px}
.woocommerce-checkout-review-order-table{margin-bottom:20px}
.woocommerce-checkout-review-order-table th:last-child,.woocommerce-checkout-review-order-table td:last-child{text-align:right;white-space:nowrap}
.woocommerce-checkout-payment ul{margin:0 0 18px;padding:0;list-style:none}
.woocommerce-checkout-payment .payment_box{color:var(--muted)}
.woocommerce-checkout-payment .place-order{margin-bottom:0!important}
.woocommerce-checkout-payment button#place_order{width:100%}
.woocommerce form .form-row{margin:0 0 14px}
.woocommerce form label{display:block;margin-bottom:5px;font-weight:500}
.woocommerce form input.input-text,.woocommerce form textarea,.woocommerce form select{width:100%;min-height:44px;padding:9px 11px;background:#fff;border:1px solid #cfd4dc;border-radius:4px}
.woocommerce form textarea{min-height:110px}
.woocommerce-additional-fields,.woocommerce-billing-fields h3{display:none}
.woocommerce-order-received .woocommerce-order{max-width:1200px}
.woocommerce-thankyou-order-received{margin-bottom:24px;padding:18px 20px;background:#f2f9e8;border:1px solid #cfe5af;border-left:4px solid var(--green-dark);border-radius:5px;font-size:17px;font-weight:600}
.woocommerce-order-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:0;margin:0 0 32px;padding:0;background:var(--soft);border:1px solid var(--line);border-radius:6px;list-style:none}
.woocommerce-order-overview:before,.woocommerce-order-overview:after{display:none!important;content:none!important}
.woocommerce-order-overview li{float:none!important;margin:0!important;padding:16px 18px!important;border-right:1px solid var(--line);font-size:12px;text-transform:none}
.woocommerce-order-overview li:last-child{border-right:0}
.woocommerce-order-overview strong{display:block;margin-top:4px;color:var(--ink);font-size:15px}
.woocommerce-order-details,.woocommerce-customer-details{margin-top:32px}
.woocommerce-order-details table{width:100%;border-collapse:collapse}
.woocommerce-order-details th,.woocommerce-order-details td{padding:12px;border-bottom:1px solid var(--line);text-align:left}
.woocommerce-order-details th:last-child,.woocommerce-order-details td:last-child{text-align:right;white-space:nowrap}
.woocommerce-customer-details address{padding:18px;background:var(--soft);border:1px solid var(--line);border-radius:6px;font-style:normal}
.quiz-page .content-article{max-width:none}
.quiz-page .content-article>header{max-width:560px;margin-bottom:18px}
.quiz-page .entry-content{display:grid;grid-template-columns:minmax(280px,.65fr) minmax(580px,1.35fr);align-items:start;gap:0 clamp(40px,6vw,110px)}
.quiz-page .entry-content>h2,.quiz-page .entry-content>p,.quiz-page .entry-content>ul{grid-column:1}
.quiz-page .entry-content>.shariki-quiz{grid-column:2;grid-row:1/span 12}
.quiz-page .entry-content>h2{font-size:24px}
.quiz-page .entry-content>p{color:var(--muted);line-height:1.65}
.contacts-page .content-article,.reviews-page .content-article{max-width:1100px}
.contacts-page .content-article>header,.reviews-page .content-article>header{margin-bottom:26px}
.contacts-page+.contact-map{padding-top:10px}
.reviews-page{padding-bottom:30px}
.reviews-page+.reviews-band{padding-top:10px}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:230px minmax(0,1fr);gap:40px}
.woocommerce-MyAccount-navigation ul{display:grid;margin:0;padding:0;list-style:none}
.woocommerce-MyAccount-navigation a{display:block;padding:10px 0;border-bottom:1px solid var(--line)}
.not-found{padding-block:clamp(70px,10vw,180px);text-align:center}
.not-found p{max-width:650px;margin-inline:auto;color:var(--muted)}
.not-found>div{display:flex;justify-content:center;gap:12px}
.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;background:#fff;color:var(--blue);border:1px solid var(--blue);border-radius:5px;font-weight:600}
@media(max-width:1000px){.quiz-page .entry-content{grid-template-columns:1fr}.quiz-page .entry-content>.shariki-quiz{grid-column:1;grid-row:auto;margin-top:22px}}
@media(max-width:900px){.woocommerce-cart .entry-content>.woocommerce{grid-template-columns:1fr}.cart-collaterals{margin-top:24px}form.checkout.woocommerce-checkout{grid-template-columns:1fr}form.checkout.woocommerce-checkout #customer_details,form.checkout.woocommerce-checkout #order_review_heading,form.checkout.woocommerce-checkout #order_review{grid-column:1;grid-row:auto}form.checkout.woocommerce-checkout #order_review_heading{margin-top:26px}form.checkout.woocommerce-checkout #order_review{margin-top:0}.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}}
@media(max-width:760px){.utility-menu{min-width:max-content}.cart-link__total{display:none}.product-buy-row{align-items:flex-start}.product-buy-row form.cart{flex-wrap:wrap}.woocommerce-cart-form{overflow:visible;border:0}.woocommerce-cart-form table{min-width:0}.woocommerce-cart-form thead{display:none}.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item{display:grid!important;grid-template-columns:28px 70px minmax(0,1fr);gap:5px 10px;padding:14px 0;border-bottom:1px solid var(--line)}.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item td{display:block!important;padding:0!important;border:0!important;text-align:left!important}.woocommerce-cart-form .product-remove{grid-column:1;grid-row:1}.woocommerce-cart-form .product-thumbnail{display:block!important;grid-column:2;grid-row:1/4}.woocommerce-cart-form .product-thumbnail img{width:66px;height:66px}.woocommerce-cart-form .product-name{grid-column:3;grid-row:1;line-height:1.35}.woocommerce-cart-form .product-price{grid-column:3;grid-row:2}.woocommerce-cart-form .product-quantity{grid-column:3;grid-row:3}.woocommerce .woocommerce-cart-form table.shop_table_responsive td.product-price:before,.woocommerce .woocommerce-cart-form table.shop_table_responsive td.product-quantity:before{float:none!important;display:inline-block;margin-right:8px;color:var(--muted);font-size:11px;font-weight:600}.woocommerce .woocommerce-cart-form table.shop_table_responsive td.product-remove:before,.woocommerce .woocommerce-cart-form table.shop_table_responsive td.product-thumbnail:before,.woocommerce .woocommerce-cart-form table.shop_table_responsive td.product-name:before{display:none!important}.woocommerce-cart-form .product-quantity .quantity{display:inline-block;width:64px;height:38px;vertical-align:middle}.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-subtotal{display:none!important}.woocommerce-cart-form .actions{display:block!important}.woocommerce .cart-collaterals .cart_totals{min-width:0;padding:18px}form.checkout.woocommerce-checkout #customer_details,form.checkout.woocommerce-checkout #order_review{padding:16px}.woocommerce-order-overview{grid-template-columns:1fr 1fr}.woocommerce-order-overview li{border-bottom:1px solid var(--line)}.footer-grid>nav,.footer-grid>section{min-width:0}.footer-grid a,.footer-grid p{overflow-wrap:anywhere}}
@media(max-width:767px){.shariki-category-links{margin-bottom:10px}.shariki-category-links__title{font-size:15px}.shariki-category-links__list{justify-content:center}.shariki-category-links__link{font-size:12px}}
@media(max-width:600px){.pagination{margin-top:30px;padding-top:20px}.pagination ul.page-numbers{gap:6px}.pagination .woocommerce-pagination ul.page-numbers li>.page-numbers{min-width:40px!important;height:40px!important;padding-inline:9px!important}.pagination .woocommerce-pagination ul.page-numbers li>.page-numbers.prev,.pagination .woocommerce-pagination ul.page-numbers li>.page-numbers.next{min-width:42px!important}}
@media(max-width:760px){.site-footer{padding:34px 0 calc(82px + env(safe-area-inset-bottom))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:28px 20px}.footer-grid h2{margin:0 0 8px}.footer-grid>nav,.footer-grid>section,.footer-grid address,.footer-grid ul{align-items:flex-start;gap:6px}.footer-bottom{gap:14px;margin-top:28px}.footer-bottom>div,.footer-bottom>div:first-child{display:grid;justify-content:start;justify-items:start;gap:6px;text-align:left}}
@media(max-width:760px){.single-product .product-buy-row{display:grid;grid-template-columns:1fr auto;gap:8px 10px}.single-product .product-buy-row .product-price{grid-column:1/-1}.single-product .product-buy-row>span{display:flex;align-items:center;min-height:44px;line-height:1.3}.single-product .product-quick-info{padding-top:0;border-top:0}}
@media(max-width:380px){.footer-grid{gap:24px 14px}.footer-grid h2{font-size:14px}.footer-grid a,.footer-grid p{font-size:12px}.footer-bottom{font-size:11px}}
.brand__copy{display:grid;gap:2px;min-width:0}
.brand .brand__city{display:none;align-items:center;gap:6px;color:var(--blue);font-size:11px;font-weight:700;line-height:1.2}
.brand__mobile-status{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:10px;font-weight:600;white-space:nowrap}
.brand__mobile-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#9aa1aa;flex:0 0 auto}
.brand__mobile-status.is-online{color:#4e861a}
.brand__mobile-status.is-online:before{background:var(--green)}
@media(max-width:760px){.brand .brand__city{display:flex}}
@media(max-width:380px){.brand .brand__tagline{font-size:11px}.brand .brand__city{gap:5px;font-size:10px}.brand__mobile-status{gap:3px;font-size:9px}}
@media(max-height:500px) and (orientation:landscape) and (max-width:1000px){.brand .brand__copy{display:grid}.brand .brand__tagline{display:none}.brand .brand__city{display:flex;font-size:11px}}
@media(max-width:900px){.media-page__intro{column-count:1;column-rule:0}.video-portfolio{grid-template-columns:repeat(2,minmax(0,280px))}}
@media(max-width:760px){.media-page__header{margin-bottom:18px}.media-page__intro{padding-bottom:28px}.media-page__intro>h2:first-child{font-size:22px}.media-collection{margin-top:32px}.media-collection__heading{margin-bottom:15px}.media-collection__heading h2{font-size:21px}.photo-portfolio{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.video-portfolio{gap:10px}.video-portfolio__item figcaption{font-size:11px}.photo-lightbox{width:100vw;height:100dvh;padding:48px 8px 16px;border-radius:0}.photo-lightbox[open]{grid-template-columns:38px minmax(0,1fr) 38px;gap:4px}.photo-lightbox button{width:36px;height:36px}.photo-lightbox img{max-height:calc(100dvh - 86px)}}
@media(hover:hover) and (pointer:fine){.photo-portfolio__item:hover img{filter:saturate(1.05);transform:scale(1.025)}}
@media(max-width:1000px){.mobile-dock{grid-template-columns:repeat(auto-fit,minmax(34px,1fr))}}
.thankyou-page{padding:clamp(42px,7vw,100px) 0;background:var(--soft)}
.thankyou-panel{max-width:760px;margin:0 auto;padding:clamp(28px,5vw,58px);text-align:center;background:#fff;border:1px solid var(--line);border-top:4px solid var(--green);border-radius:6px;box-shadow:0 14px 40px rgba(34,40,49,.07)}
.thankyou-mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;color:#fff;background:var(--green);border-radius:50%}
.thankyou-mark svg{width:30px;height:30px;stroke-width:2.5}
.thankyou-panel h1{max-width:620px;margin:8px auto 14px;font-size:clamp(28px,4vw,42px)}
.thankyou-copy{max-width:590px;margin:0 auto;color:var(--muted);font-size:17px}
.thankyou-actions{display:flex;justify-content:center;gap:10px;margin-top:26px}
.thankyou-redirect{margin:15px 0 0;color:var(--muted);font-size:13px}
.thankyou-contact{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}
.thankyou-contact p{margin:0 0 10px;color:var(--muted)}
.thankyou-contact .messenger-links{display:flex;justify-content:center;gap:8px}
@media(max-width:560px){.thankyou-page{padding:28px 0}.thankyou-panel{padding:28px 18px}.thankyou-actions{display:grid}.thankyou-actions a{width:100%}.thankyou-copy{font-size:15px}}
