@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:optional;src:url(/fonts/noto-sans-0.ttf)format("truetype")}@font-face{font-family:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:optional;src:url(/fonts/noto-sans-1.ttf)format("truetype")}@font-face{font-family:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:optional;src:url(/fonts/noto-sans-2.ttf)format("truetype")}@font-face{font-family:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:optional;src:url(/fonts/noto-sans-3.ttf)format("truetype")}:root{--ink:#101010;--muted:#646464;--surface:#f5f5f5;--line:#e2e2e2;--border:#777;--hover:#ececec;--selected:#e2e2e2;--action-hover:#282828;--action-pressed:#404040;--radius:8px;--radius-card:26px;--radius-social:14px;--state:.16s;--overlay:.24s;--inner:16px;--group:32px;--section:80px;--page:40px;--font:"Noto Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{min-width:0;color:var(--ink);font:400 16px/24px var(--font);-webkit-font-smoothing:antialiased;background:#fff;margin:0}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled,[aria-disabled=true]{cursor:default}img{max-width:100%;display:block}svg{stroke-width:1.5px;flex-shrink:0}h1,h2,h3,p{margin:0}h1{letter-spacing:-1.2px;font-size:40px;font-weight:650;line-height:48px}h2{letter-spacing:-.8px;font-size:32px;font-weight:650;line-height:40px}h3{letter-spacing:-.3px;font-size:20px;font-weight:600;line-height:28px}p{color:var(--muted)}:focus-visible{outline:2px solid var(--ink);outline-offset:4px}main:focus{outline:none}::selection{color:#101010;background:#ddd}.container{width:calc(100% - var(--page)*2);max-width:1352px;margin-inline:auto}.section{margin-top:var(--section)}.section-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:32px;display:flex}.section-heading>div{flex-direction:column;gap:8px;display:flex}.section-heading p{font-size:16px;line-height:24px}.section-side-note{text-align:right}.eyebrow{letter-spacing:1.2px;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:500;line-height:20px;display:block}.muted{color:var(--muted)}.heading-group{flex-direction:column;gap:8px;display:flex}.button{border:1px solid var(--ink);border-radius:var(--radius);background:var(--ink);color:#fff;text-align:center;min-height:48px;transition:background var(--state),border-color var(--state),color var(--state);justify-content:center;align-items:center;gap:12px;padding:12px 20px;font-weight:500;line-height:24px;display:inline-flex}.button:hover{background:var(--action-hover)}.button:active{background:var(--action-pressed)}.button.secondary{color:var(--ink);border-color:var(--line);background:#fff}.button.secondary:hover{background:#fff;border-color:currentColor}.button.light{color:var(--ink);background:#fff;border-color:#fff}.button.light:hover{background:var(--hover)}.button:disabled{background:var(--line);color:var(--muted)}.button svg{width:20px;height:20px}.icon-button{min-width:48px;min-height:48px;transition:background var(--state);background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:12px;display:inline-flex}.icon-button:hover{background:var(--hover)}.icon-button:disabled{opacity:.35}.text-button{background:0 0;border:0;align-items:center;gap:8px;padding:12px 0;font-size:14px;display:flex}.text-button:hover{text-decoration:underline}.skip-link{z-index:1000;background:#fff;padding:12px 20px;position:fixed;top:-100px;left:20px}.skip-link:focus{top:12px}.site-header{z-index:30;background:#fff;position:relative}.header-main{align-items:center;gap:32px;min-height:104px;display:flex}.brand-logo{flex:none;width:144px}.brand-logo img{object-fit:contain;width:144px;height:80px}.search-wrap{flex:1;min-width:0;position:relative}.search-field{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;gap:12px;height:56px;padding:0 16px;display:flex}.search-field:focus-within{border-color:var(--ink);outline:1px solid var(--ink);background:#fff}.search-field>svg{color:var(--muted);width:24px}.search-field input{background:0 0;border:0;outline:0;width:100%;min-width:0;padding:12px 0}.search-clear{margin-right:-12px}.header-settings{align-items:center;gap:12px;display:flex}.settings-divider{background:var(--line);width:1px;height:20px}.header-cart{position:relative}.cart-count{background:var(--ink);color:#fff;border-radius:20px;min-width:20px;height:20px;padding:0 4px;font-size:12px;line-height:20px;position:absolute;top:0;right:0}.home-nav{border-top:1px solid var(--line);align-items:center;gap:32px;min-height:56px;font-size:14px;display:flex}.home-nav a{white-space:nowrap;transition:color var(--state);padding:16px 0}.home-nav a:hover{color:var(--muted)}.nav-location{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;margin-left:auto;display:flex}.select{flex-direction:column;gap:8px;min-width:0;display:flex;position:relative}.field-label{font-size:14px;font-weight:500;line-height:20px}.select-trigger{border:1px solid var(--border);text-align:left;width:100%;min-height:48px;transition:background var(--state);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.select-trigger:hover{background:var(--hover)}.select-trigger[aria-expanded=true]{border-color:var(--ink)}.select-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.compact .select-trigger{white-space:nowrap;border-color:#0000;padding:12px 8px}.select-menu{z-index:50;border:1px solid var(--line);background:#fff;border-radius:12px;width:max-content;min-width:100%;max-width:min(320px,100vw - 40px);max-height:288px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 12px 40px #10101018}.header-settings .select-menu{min-width:160px;left:auto;right:0}.select-option{text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:48px;padding:12px;display:flex}.select-option:hover{background:var(--hover)}.select-option[aria-selected=true]{background:var(--selected)}.select-option[aria-disabled=true]{color:var(--muted);opacity:.5}.select-option:focus-visible{outline-offset:-2px}.search-panel{border:1px solid var(--line);z-index:60;background:#fff;border-radius:12px;width:100%;max-height:min(640px,75vh);padding:8px;position:absolute;top:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 16px 40px #1010101f}.search-caption{color:var(--muted);padding:8px 12px;font-size:12px}.search-result{text-align:left;background:#fff;border:0;border-radius:8px;align-items:center;gap:16px;width:100%;padding:12px;display:flex}.search-result:hover,.search-result[aria-selected=true]{background:var(--hover)}.search-result img{object-fit:contain;width:48px;height:48px}.search-result>span{flex:1;min-width:0}.search-result strong{overflow-wrap:anywhere;font-size:14px;font-weight:500;line-height:20px;display:block}.search-result small{color:var(--muted);margin-top:4px;font-size:12px;line-height:20px;display:block}.search-all{border:0;border-top:1px solid var(--line);background:#fff;border-radius:0 0 8px 8px;justify-content:space-between;align-items:center;width:100%;padding:16px 12px;display:flex}.search-all:hover{background:var(--hover)}.search-empty{padding:16px 12px}.hero{isolation:isolate;aspect-ratio:1024/397;color:#fff;background:#101010;border-radius:8px;position:relative;overflow:hidden}.hero-art{z-index:-1;position:absolute;inset:0}.hero-source{object-fit:cover;width:100%;height:100%}.hero-content{flex-direction:column;align-items:start;gap:24px;max-width:48%;display:flex;position:absolute;top:50%;left:48px;transform:translateY(-50%)}.hero h1{letter-spacing:-2px;font-size:clamp(40px,4.45vw,64px);font-weight:700;line-height:1.06}.hero p{color:#f5f5f5;font-size:24px;line-height:32px}.hero .button{gap:24px;min-height:56px;margin-top:8px;padding:16px 24px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.category-card{border:1px solid var(--line);transition:border-color var(--state),box-shadow var(--state);background:var(--surface);border-radius:8px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.category-card:hover{border-color:var(--border);box-shadow:0 4px 16px #1010100c}.category-heading{justify-content:space-between;align-items:center;gap:16px;padding:20px 20px 16px;display:flex}.category-heading svg{width:20px;height:20px;transition:transform var(--state)}.category-card:hover .category-heading svg{transform:translate(2px,-2px)}.category-photo{aspect-ratio:1.9;width:100%;overflow:hidden}.category-photo img{object-fit:cover;width:100%;height:100%;transition:transform var(--overlay)}.category-card:hover .category-photo img{transform:scale(1.025)}.category-caption{color:var(--muted);background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;font-size:12px;line-height:20px;display:flex}.category-caption>span:last-child{color:var(--muted);font-size:14px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.product-card{border:1px solid var(--line);min-width:0;transition:border-color var(--state);border-radius:8px;flex-direction:column;gap:20px;padding:20px;display:flex}.product-card:hover{border-color:var(--border)}.product-open{text-align:left;background:0 0;border:0;flex-direction:column;gap:16px;width:100%;padding:0;display:flex}.product-image{flex-shrink:0;width:100%;min-width:0;height:192px;min-height:0;position:relative;overflow:hidden}.product-image img{object-fit:contain;width:calc(100% - 16px);max-width:none;height:calc(100% - 16px);max-height:none;position:absolute;inset:8px;transform:none}.product-text{flex-direction:column;gap:8px;width:100%;display:flex}.product-text h3{overflow-wrap:anywhere;letter-spacing:0;min-height:48px;font-size:16px;line-height:24px}.product-text p{overflow-wrap:anywhere;min-height:40px;font-size:14px;line-height:20px}.product-bottom{flex-direction:column;gap:12px;margin-top:0;display:flex}.price-label{font-size:14px;line-height:20px}.product-bottom .button{width:100%;font-size:14px}.shopping-guide{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:48px}.shopping-guide h2{margin-bottom:32px}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;display:grid}.guide-grid svg{grid-row:span 2;margin-top:4px}.guide-grid p{font-size:14px;line-height:24px}.store-grid{grid-template-columns:1fr 1.8fr;gap:24px;display:grid}.store-info{background:var(--surface);border-radius:8px;flex-direction:column;align-items:start;gap:32px;padding:32px;display:flex}.store-info>div:first-child{flex-direction:column;gap:16px;display:flex}.store-info h3{font-size:28px;font-weight:600;line-height:36px}.icon-line{align-items:center;gap:8px;display:flex}.contact-details{flex-direction:column;gap:8px;display:flex}.phone-link{white-space:nowrap;font-size:24px;font-weight:500;line-height:32px}.phone-link:hover{text-decoration:underline}.contact-details>span{color:var(--muted);font-size:14px}.store-info .button{font-size:14px}.map-shell{background:var(--surface);border-radius:8px;min-height:400px;position:relative;overflow:hidden}.map-shell iframe{border:0;width:100%;height:100%;min-height:400px;display:block}.map-fallback{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:14px;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.feedback-section{border-top:1px solid var(--line);grid-template-columns:1fr 1.2fr;gap:80px;padding:48px 0;display:grid}.feedback-intro{flex-direction:column;align-items:start;gap:24px;display:flex}.feedback-intro>.eyebrow{margin-bottom:-16px}.feedback-intro h2{letter-spacing:-1px;font-size:36px;line-height:44px}.quiet-note{color:var(--muted);font-size:14px;line-height:20px}.contact-form,.order-form{flex-direction:column;gap:24px;min-width:0;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:24px;display:grid}label{flex-direction:column;gap:8px;min-width:0;font-size:14px;font-weight:500;line-height:20px;display:flex}input,textarea{border:1px solid var(--border);width:100%;min-width:0;color:var(--ink);background:#fff;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:400;line-height:24px}textarea{resize:vertical;min-height:96px}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}input[aria-invalid=true]{border:2px solid var(--ink);padding:11px 15px}.contact-form>.button{align-self:start}.form-note{color:var(--muted);max-width:520px;font-size:12px;line-height:20px}.form-error{border-left:2px solid var(--ink);color:var(--ink);padding-left:12px;font-size:14px}.message-preview{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;gap:16px;padding:24px;display:flex}.message-preview p{font-size:14px;line-height:20px}.message-preview pre{white-space:pre-wrap;overflow-wrap:anywhere;font:400 14px/24px var(--font);margin:0}.pickup-note{align-items:center;gap:8px;font-size:14px;line-height:20px;display:flex}.order-form .heading-group p{font-size:14px}.site-footer{border-top:1px solid var(--line);color:var(--muted);align-items:center;gap:32px;margin-top:48px;padding-block:32px;font-size:14px;display:flex}.footer-logo{width:104px}.footer-logo img{object-fit:contain;width:104px;height:56px}.copyright{margin-left:auto}.toast{background:var(--ink);color:#fff;z-index:200;border-radius:8px;align-items:center;gap:12px;width:max-content;max-width:calc(100vw - 32px);padding:16px 24px;font-size:14px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #10101033}.catalog-page{padding-top:32px}.back-link{align-items:center;gap:8px;min-height:48px;font-size:14px;display:inline-flex}.back-link:hover{text-decoration:underline}.category-tabs{scrollbar-width:thin;overscroll-behavior-inline:contain;gap:12px;padding:16px 0 8px;display:flex;overflow-x:auto}.category-tabs a{border:1px solid var(--line);white-space:nowrap;min-height:48px;transition:background var(--state);border-radius:8px;flex:0 0 208px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;display:flex}.category-tabs a:hover{background:var(--hover)}.category-tabs .selected{background:var(--ink);color:#fff;border-color:var(--ink)}.catalog-heading{justify-content:space-between;align-items:end;gap:32px;margin:40px 0 32px;display:flex}.catalog-heading>div:first-child{flex-direction:column;gap:12px;min-width:0;display:flex}.catalog-heading h1{overflow-wrap:anywhere}.catalog-heading p{font-size:14px}.catalog-controls{flex:none;gap:16px;display:flex}.catalog-layout{grid-template-columns:208px 1fr;align-items:start;gap:32px;display:grid}.filters{border-top:1px solid var(--line);flex-direction:column;gap:24px;padding-top:24px;display:flex}.filters h2{font-size:20px;line-height:28px}.catalog-products{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-toggle{display:none}.load-more{margin:32px auto 0;display:flex}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:48px 24px;display:flex}.empty-state p{max-width:400px}.empty-state .button{margin-top:16px}.modal{width:560px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 48px);color:var(--ink);border:0;border-radius:12px;padding:32px;overflow:auto;box-shadow:0 24px 80px #10101026}.modal::backdrop{background:#10101066}.modal.wide{width:1000px}.modal.drawer{border-radius:12px 0 0 12px;width:600px;max-width:100vw;height:100dvh;max-height:100dvh;margin:0 0 0 auto}.modal-head{justify-content:space-between;align-items:start;gap:24px;margin-bottom:32px;display:flex}.modal-head h2{overflow-wrap:anywhere;margin-top:8px;font-size:24px;line-height:32px}.modal-head>.icon-button{margin-right:-12px}.product-detail{grid-template-columns:1fr 1fr;gap:40px;display:grid}.product-detail>img{object-fit:contain;width:100%;height:320px}.product-detail>div{flex-direction:column;gap:24px;display:flex}.product-detail p{font-size:14px}.product-detail dl{flex-direction:column;gap:12px;margin:0;font-size:14px;line-height:20px;display:flex}.product-detail dl>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding-bottom:12px;display:flex}dt{color:var(--muted)}dd{text-align:right;overflow-wrap:anywhere;max-width:58%;margin:0}.cart-items{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:96px 1fr;gap:16px;padding-bottom:24px;display:grid}.cart-item>img{object-fit:contain;width:96px;height:96px}.cart-item h3{overflow-wrap:anywhere;font-size:16px;line-height:24px}.cart-item p{margin-top:8px;font-size:14px;line-height:20px}.quantity{align-items:center;gap:8px;margin-top:16px;display:flex}.quantity>.icon-button{border:1px solid var(--line)}.quantity>span{text-align:center;min-width:20px;font-size:14px}.quantity .remove-item{border:0;margin-left:auto}@media (width>=1600px){:root{--page:64px}.hero h1{font-size:64px}}@media (width<=1199px){:root{--page:32px;--section:64px}.header-main{gap:24px}.header-settings{gap:4px}.brand-logo,.brand-logo img{width:124px}.nav-location{font-size:12px}.hero-content{gap:20px;left:32px}.hero p{font-size:20px;line-height:28px}.hero .button{min-height:48px;margin-top:0;padding:12px 20px}.category-heading{padding:16px}.category-caption{padding:12px 16px}.category-heading h3{font-size:18px}.product-image{height:160px}.product-grid{gap:16px}.feedback-section{gap:48px}.feedback-intro h2{font-size:32px;line-height:40px}.store-info{padding:24px}.store-grid{grid-template-columns:1fr 1.45fr}.catalog-layout{grid-template-columns:184px 1fr;gap:24px}.catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.header-main{flex-wrap:wrap;gap:8px 16px;min-height:148px;padding-block:12px}.brand-logo,.brand-logo img{width:120px;height:64px}.header-settings{margin-left:auto}.search-wrap{flex-basis:100%;order:4}.search-field{height:48px}.home-nav{gap:24px;overflow:auto}.nav-location{display:none}.hero h1{letter-spacing:-1px;font-size:40px}.hero p{font-size:18px;line-height:24px}.hero-content{gap:16px;left:24px}.hero .button{gap:16px;font-size:14px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-heading h3{font-size:20px}.category-grid>.category-card:last-child{grid-column:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.product-image{height:192px}.section-side-note{display:none}.guide-grid{gap:24px}.guide-grid>div{flex-direction:column;gap:12px;display:flex}.guide-grid>div svg{margin-bottom:4px}.guide-grid h3{font-size:18px}.store-grid{grid-template-columns:1fr 1.25fr}.store-info{padding:24px}.phone-link{font-size:20px;line-height:28px}.store-info .button{padding:12px}.feedback-section{grid-template-columns:1fr;gap:40px}.feedback-intro{gap:20px}.feedback-intro h2{font-size:32px;line-height:40px}.feedback-intro br{display:none}.feedback-intro>.eyebrow{margin-bottom:-12px}.catalog-heading{flex-direction:column;align-items:start}.catalog-controls{justify-content:space-between;align-self:stretch}.catalog-layout{grid-template-columns:1fr;gap:32px}.filter-toggle{display:inline-flex}.filters{max-width:320px;display:none}.filters.is-open{display:flex}.catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail{gap:24px}}@media (width<=640px){:root{--page:20px;--section:48px}h1{font-size:32px;line-height:40px}h2{letter-spacing:-.7px;font-size:28px;line-height:36px}.section-heading{gap:24px;margin-bottom:24px}.section-heading p{font-size:14px;line-height:24px}.header-main{column-gap:8px;min-height:136px;padding-top:4px}.brand-logo,.brand-logo img{width:104px;height:56px}.header-settings{gap:0}.header-settings .select-trigger{gap:4px;padding:12px 4px;font-size:14px}.settings-divider{margin-inline:4px}.header-cart{min-width:40px;padding:8px}.home-nav{gap:24px;min-height:56px;font-size:14px}.hero{aspect-ratio:auto;flex-direction:column;min-height:0;display:flex}.hero-content{gap:20px;max-width:none;padding:32px 24px 24px;position:relative;top:auto;left:auto;transform:none}.hero h1{letter-spacing:-1px;font-size:40px;line-height:44px}.hero p{font-size:16px;line-height:24px}.hero .button{min-height:48px;margin-top:4px;font-size:16px}.hero-art{z-index:0;order:2;height:232px;margin-top:-8px;position:relative;overflow:hidden}.hero-source{width:auto;max-width:none;height:100%;position:absolute;bottom:0;right:0}.category-grid{gap:16px}.category-heading{align-items:start;gap:8px;min-height:76px;padding:16px 12px}.category-heading h3{letter-spacing:0;font-size:16px;line-height:22px}.category-heading svg{width:16px;height:16px;margin-top:4px}.category-photo{aspect-ratio:1.15}.category-caption{align-items:start;padding:12px;font-size:12px;line-height:16px}.category-caption>span:first-child{display:none}.category-caption>span:last-child{font-size:12px}.category-caption>span:last-child:after{content:" товаров"}.product-grid,.catalog-products{grid-template-columns:1fr;gap:24px}.product-card{gap:20px;padding:20px}.product-image{height:184px}.product-text h3,.product-text p{min-height:0}.product-bottom .button{font-size:16px}.shopping-guide{padding-block:32px}.shopping-guide h2{margin-bottom:32px}.guide-grid{grid-template-columns:1fr;gap:32px}.guide-grid>div{grid-template-columns:32px 1fr;gap:8px 16px;display:grid}.guide-grid svg{grid-row:span 2;margin:0}.guide-grid h3{font-size:20px}.store-grid{grid-template-columns:1fr;gap:24px}.store-info{gap:24px;padding:24px}.store-info h3{font-size:28px;line-height:36px}.phone-link{font-size:24px;line-height:32px}.map-shell,.map-shell iframe{min-height:320px}.feedback-section{gap:32px;padding-block:32px}.feedback-intro h2{font-size:28px;line-height:36px}.form-row{grid-template-columns:1fr;gap:24px}.contact-form>.button{width:100%}.site-footer{flex-wrap:wrap;gap:16px;margin-top:32px;padding-block:24px}.site-footer>span{font-size:12px}.copyright{flex-basis:100%;margin-left:0}.footer-logo,.footer-logo img{width:80px;height:44px}.toast{max-width:calc(100vw - 32px);padding:16px;bottom:16px}.modal,.modal.drawer{border-radius:0;width:100vw;max-width:100vw;max-height:100dvh;padding:24px}.modal-head{gap:16px;margin-bottom:24px}.product-detail{grid-template-columns:1fr;gap:32px}.product-detail>img{height:224px}.cart-item{grid-template-columns:64px 1fr}.cart-item>img{width:64px;height:80px}.quantity{gap:4px}.quantity .icon-button{min-width:40px;padding:8px}.catalog-page{padding-top:16px}.catalog-heading{gap:24px;margin:32px 0 24px}.catalog-controls{gap:8px}.catalog-controls .select-trigger{font-size:14px}.category-tabs a{flex-basis:208px}.message-preview{padding:16px}}@media (width<=360px){:root{--page:16px}.header-main{column-gap:4px}.brand-logo,.brand-logo img{width:88px}.header-settings .select-trigger{font-size:12px}.hero-content{padding:28px 20px 24px}.hero h1{font-size:32px;line-height:36px}.hero-art{height:200px}.category-grid{grid-template-columns:1fr}.category-heading{min-height:0}.category-photo{aspect-ratio:1.8}.category-heading h3{font-size:20px;line-height:28px}.category-caption>span:first-child{display:block}.category-caption>span:last-child:after{content:""}}.product-grid,.category-grid{gap:24px}.feedback-intro h2{font-size:32px;line-height:40px}@media (width<=640px){.feedback-intro h2{font-size:28px;line-height:36px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:0s!important;animation-duration:0s!important}.category-card:hover .category-photo img,.product-open:hover img,.category-card:hover svg{transform:none}}:root{--section-top:50px;--section-bottom:100px;--motion-fill:.36s}.section{padding-top:var(--section-top);padding-bottom:var(--section-bottom);border:0;margin-top:0}.shopping-guide,.feedback-section{border:0}.site-footer{padding-top:var(--section-top);padding-bottom:var(--section-bottom);border:0;margin-top:0}.category-card{aspect-ratio:3/2;background:var(--surface);display:block;position:relative}.category-photo{aspect-ratio:auto;width:100%;height:100%;position:absolute;inset:0}.category-photo img{object-fit:cover;width:100%;height:100%}.category-heading{z-index:2;align-items:start;min-height:0;padding:20px;position:absolute;inset:0 0 auto}.category-heading h3{font-size:20px;line-height:28px}.category-heading svg{margin-top:4px}.category-caption{z-index:2;color:var(--ink);background:#ffffffeb;border-radius:4px;padding:4px 8px;display:block;position:absolute;bottom:16px;right:16px}.category-caption>span:first-child{display:none}.category-caption>span:last-child{color:var(--ink);font-size:12px;line-height:20px}.category-caption>span:last-child:before{content:"Товаров: "}.category-caption>span:last-child:after{content:none}.guide-grid>div{grid-template-columns:24px minmax(0,1fr);gap:8px 12px;display:grid}.guide-grid>div svg{grid-row:span 2;width:24px;height:24px;margin:2px 0 0}.product-action{isolation:isolate;color:var(--ink);border:1px solid var(--ink);transition:color var(--state);background:0 0;position:relative;overflow:hidden}.product-action:before{content:"";z-index:-1;background:var(--ink);clip-path:circle(0% at var(--pointer-x,50%) var(--pointer-y,50%));transition:clip-path var(--motion-fill) cubic-bezier(.2,0,0,1);position:absolute;inset:0}.product-action>svg,.product-action>span{z-index:1;position:relative}.product-action>svg{transition:transform var(--motion-fill) cubic-bezier(.2,0,0,1)}.product-action:hover,.product-action:focus-visible{border-color:var(--ink);color:#fff;background:0 0}.product-action:hover:before,.product-action:focus-visible:before{clip-path:circle(150% at var(--pointer-x,50%) var(--pointer-y,50%))}.product-action:hover>.lucide-plus,.product-action:focus-visible>.lucide-plus{transform:rotate(90deg)}.site-header.is-floating{z-index:60;animation:.24s cubic-bezier(.2,0,0,1) header-arrive;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 24px #10101012}.is-floating .header-main{min-height:80px}.is-floating .brand-logo img{height:64px}.is-floating .home-nav{display:none}@keyframes header-arrive{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.is-floating .header-main{min-height:132px}.category-heading{padding:16px}.guide-grid>div{grid-template-columns:24px minmax(0,1fr);gap:8px 12px}}@media (width<=640px){.home-nav{scrollbar-width:none}.home-nav::-webkit-scrollbar{display:none}.category-grid{grid-template-columns:1fr}.category-heading{padding:20px}.category-heading h3{font-size:20px;line-height:28px}.category-heading svg{width:20px;height:20px}.category-caption>span:first-child{display:none}.category-caption>span:last-child:after{content:none}.guide-grid{gap:32px}.guide-grid h3{font-size:20px}.header-settings{gap:8px}.header-settings .settings-divider{display:none}.header-cart{min-width:44px}.is-floating .brand-logo img{height:56px}}@media (width<=360px){.header-settings{gap:4px}.category-heading{padding:16px}.category-heading h3{font-size:18px;line-height:24px}.category-caption{bottom:12px;right:12px}.header-cart{min-width:40px}}.guide-grid{align-items:start}.product-text h3,.product-text p{min-height:0}.product-action:before{inset:auto;left:var(--pointer-x,50%);top:var(--pointer-y,50%);aspect-ratio:1;clip-path:none;width:220%;transition:transform var(--motion-fill) cubic-bezier(.2,0,0,1);border-radius:50%;transform:translate(-50%,-50%)scale(0)}.product-action:hover:before,.product-action:focus-visible:before{clip-path:none;transform:translate(-50%,-50%)scale(1)}@media (hover:none){.product-action:hover:not(:focus-visible){color:var(--ink)}.product-action:hover:not(:focus-visible):before{transform:translate(-50%,-50%)scale(0)}.product-action:active{color:#fff}.product-action:active:before{transform:translate(-50%,-50%)scale(1)}}@media (prefers-reduced-motion:reduce){.product-action:before{transition:none}.product-action:hover>.lucide-plus,.product-action:focus-visible>.lucide-plus{transform:none}.site-header.is-floating{animation:none}}.modal{overscroll-behavior:contain}.map-consent{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;min-height:400px;padding:32px;display:flex}.map-consent p{max-width:420px;color:var(--muted);font-size:14px}.map-consent>a{font-size:14px;text-decoration:underline}.privacy-settings{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.cookie-banner{z-index:300;max-width:1120px;color:var(--ink);border:1px solid var(--border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:32px;margin:auto;padding:24px;display:flex;position:fixed;bottom:24px;left:24px;right:24px;box-shadow:0 16px 64px #1010102e}.cookie-banner>div:first-child{flex:1;min-width:0;max-width:680px}.cookie-banner h2{margin-bottom:8px;font-size:20px;line-height:28px}.cookie-banner p{color:var(--muted);font-size:14px;line-height:22px}.cookie-banner a{color:var(--ink);text-decoration:underline}.cookie-actions{flex:none;gap:12px;display:flex}.cookie-actions .button{white-space:nowrap}.privacy-options{gap:0;display:grid}.privacy-option{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;padding:18px 0;display:flex}.privacy-option strong{margin-bottom:4px;display:block}.privacy-option p{max-width:540px;color:var(--muted);font-size:14px;line-height:21px}.privacy-option>span{color:var(--muted);white-space:nowrap;font-size:13px}.privacy-option input{width:22px;height:22px;accent-color:var(--accent);flex:none}.privacy-option-actions{justify-content:flex-end;gap:12px;padding-top:24px;display:flex}@media (width<=1199px){.cookie-banner{flex-direction:column;align-items:stretch;gap:20px}.cookie-banner>div:first-child{max-width:760px}.cookie-actions{flex-wrap:wrap;justify-content:flex-end}}@media (width<=700px){.cookie-banner{flex-direction:column;align-items:stretch;gap:20px;padding:20px;bottom:12px;left:12px;right:12px}.cookie-actions,.privacy-option-actions{flex-direction:column}.cookie-actions .button,.privacy-option-actions .button{width:100%}.map-consent{min-height:320px;padding:24px}.privacy-option{align-items:flex-start}.privacy-option>span{white-space:normal}}.card-quantity{border:1px solid var(--ink);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:48px;display:flex;overflow:hidden}.card-quantity .icon-button{border-radius:0;min-width:44px;min-height:46px;padding:10px}.card-quantity>span{white-space:nowrap;font-size:14px;line-height:20px}@media (width>=641px) and (width<=1199px){.product-grid:not(.catalog-products){grid-template-columns:repeat(2,minmax(0,1fr))}}.catalog-products{grid-template-columns:1fr;gap:24px}.catalog-products .product-card{grid-template-columns:minmax(0,1fr) 184px;align-items:center;gap:32px;padding:24px;display:grid}.catalog-products .product-open{grid-template-columns:192px minmax(0,1fr);align-items:center;gap:24px;display:grid}.catalog-products .product-image{height:176px}.catalog-products .product-text h3{font-size:18px;line-height:28px}.catalog-products .product-text p{font-size:14px;line-height:24px}.catalog-products .product-bottom{align-self:center}.catalog-layout{grid-template-columns:224px minmax(0,1fr);gap:32px}.catalog-results{min-width:0;min-height:1080px}.catalog-loading{gap:24px;min-height:1080px;display:grid}.catalog-skeleton-card{border:1px solid var(--line);border-radius:var(--radius-card);grid-template-columns:192px minmax(0,1fr) 184px;align-items:center;gap:24px;min-height:226px;padding:24px;display:grid;overflow:hidden}.catalog-skeleton-image{background:var(--skeleton-fill,#eee);border-radius:8px;height:176px}.catalog-skeleton-copy,.catalog-skeleton-action{flex-direction:column;gap:14px;display:flex}.catalog-skeleton-action{align-items:stretch}.catalog-skeleton-copy span,.catalog-skeleton-action span{background:linear-gradient(110deg,#eee 20%,#fafafa 44%,#eee 68%) 0 0/240% 100%;border-radius:8px;height:16px;animation:1.6s ease-in-out infinite catalog-shimmer;display:block}.catalog-skeleton-copy span:first-child{width:78%;height:22px}.catalog-skeleton-copy span:nth-child(2){width:92%}.catalog-skeleton-copy span:last-child{width:58%}.catalog-skeleton-action span:first-child{width:72%;height:24px}.catalog-skeleton-action span:last-child{border:1px solid #e4e4e4;height:50px}@keyframes catalog-shimmer{0%{background-position:160% 0}to{background-position:-80% 0}}.filters{border:0;min-width:0;padding:0;display:block}.filter-panel{flex-direction:column;gap:24px;display:flex}.filter-panel-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.filter-panel-heading h2{letter-spacing:0;font-size:20px;line-height:28px}.filter-panel-heading .text-button{min-height:40px;padding:0;font-size:12px}.filter-search{flex-direction:row;align-items:center;gap:8px;display:flex;position:relative}.filter-search>svg{color:var(--muted);position:absolute;left:12px}.filter-search input{border-color:var(--line);background:var(--surface);padding:12px 12px 12px 40px;font-size:14px}.filter-group{min-width:0}.filter-group summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:40px;font-size:14px;font-weight:600;line-height:20px;list-style:none;display:flex}.filter-group summary::-webkit-details-marker{display:none}.filter-group[open] summary>svg{transform:rotate(180deg)}.filter-options{flex-direction:column;gap:4px;margin-top:8px;display:flex}.check-option{cursor:pointer;flex-direction:row;align-items:center;gap:12px;min-height:40px;font-size:14px;font-weight:400;line-height:20px;display:flex}.check-option input{appearance:none;border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:4px;flex:0 0 20px;width:20px;min-width:20px;height:20px;padding:0;position:relative}.check-option input:checked{background:var(--ink);border-color:var(--ink)}.check-option input:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.check-option>span{overflow-wrap:anywhere;flex:1}.check-option small{color:var(--muted);padding-right:8px;font-size:12px;line-height:20px}.check-option.unavailable{opacity:.45;cursor:default}.filter-empty{font-size:14px;line-height:24px}.filter-count{background:var(--surface);min-width:20px;min-height:20px;color:var(--ink);border-radius:4px;place-items:center;font-size:12px;display:grid}.active-filters{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.active-filters:empty{display:none}.filter-chip{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;gap:8px;min-height:40px;padding:8px 12px;font-size:14px;display:inline-flex}.filter-apply{background:#fff;margin-top:32px;padding:20px 0 0;position:sticky;bottom:-24px}.filter-apply .button{width:100%}.modal .filter-panel-heading h2{display:none}.modal .filter-panel-heading:has(.text-button){justify-content:flex-end;margin-top:-12px}.modal .filter-panel-heading:empty{display:none}.button:not(.product-action),.icon-button,.category-tabs a,.select-trigger,.select-option,.filter-chip{isolation:isolate;position:relative;overflow:hidden}.button:not(.product-action):before,.icon-button:before,.category-tabs a:before,.select-trigger:before,.select-option:before,.filter-chip:before{content:"";z-index:-1;left:var(--pointer-x,50%);top:var(--pointer-y,50%);aspect-ratio:1;background:var(--hover);width:240%;transition:transform var(--motion-fill) cubic-bezier(.2,0,0,1);border-radius:50%;position:absolute;transform:translate(-50%,-50%)scale(0)}.button:not(.product-action):before{background:var(--action-hover)}.button.secondary:before{display:none}.button.light:before,.category-tabs a:before,.filter-chip:before{background:var(--ink)}.button:not(.secondary):hover,.icon-button:hover,.category-tabs a:hover,.select-trigger:hover,.select-option:hover,.filter-chip:hover{background-color:#0000}.button:not(.secondary):not(.light):not(.product-action){background-color:var(--ink)}.button.light{background:#fff}.button.light:hover,.category-tabs a:hover,.filter-chip:hover{color:#fff}.button:not(.secondary):not(.product-action):hover:before,.icon-button:hover:before,.category-tabs a:hover:before,.select-trigger:hover:before,.select-option:hover:before,.filter-chip:hover:before{transform:translate(-50%,-50%)scale(1)}.category-tabs a.selected:before{transition:none;transform:translate(-50%,-50%)scale(1)}.select-option[aria-selected=true],.select-option[aria-selected=true]:hover{background:var(--selected);color:var(--ink)}.select-option[aria-selected=true]:before,.select-option[aria-disabled=true]:before,.icon-button:disabled:before,.button:disabled:before{display:none}.product-action{background:0 0}@media (width<=1199px){.catalog-layout{grid-template-columns:208px minmax(0,1fr);gap:24px}.catalog-products .product-card{grid-template-columns:minmax(0,1fr) 164px;gap:24px;padding:20px}.catalog-products .product-open{grid-template-columns:144px minmax(0,1fr);gap:20px}.catalog-products .product-image{height:152px}.catalog-products .product-text h3{font-size:16px;line-height:24px}.catalog-skeleton-card{grid-template-columns:144px minmax(0,1fr) 164px;gap:20px;padding:20px}.catalog-skeleton-image{height:152px}}@media (width<=900px){.catalog-layout{grid-template-columns:1fr}.filters{display:none}.catalog-products .product-open{grid-template-columns:168px minmax(0,1fr)}.modal.drawer .filter-panel{padding-bottom:16px}.modal.drawer .filter-apply{padding:16px 0 4px;bottom:-32px}.catalog-products .product-card{padding:24px}.catalog-skeleton-card{grid-template-columns:168px minmax(0,1fr) 164px;padding:24px}}@media (width<=640px){.catalog-products .product-card{align-items:stretch;gap:20px;padding:20px;display:flex}.catalog-products .product-open{grid-template-columns:112px minmax(0,1fr);align-items:start;gap:16px}.catalog-products .product-image{height:120px}.catalog-products .product-text p{font-size:14px;line-height:20px}.catalog-products .product-bottom{flex-direction:row;justify-content:space-between;align-self:stretch;align-items:center;gap:16px;display:flex}.catalog-products .price-label{flex:1;max-width:116px}.catalog-products .product-bottom>.button,.catalog-products .card-quantity{flex:0 0 156px;width:auto}.catalog-products .product-bottom>.button{gap:8px;padding-inline:12px;font-size:14px}.catalog-controls{align-items:center}.catalog-controls .filter-toggle{gap:8px;padding-inline:12px;font-size:14px}.catalog-heading{gap:20px}.modal.drawer .filter-apply{padding-bottom:0;bottom:-24px}.catalog-products .card-quantity{gap:0}.catalog-products .card-quantity>span{font-size:12px}.catalog-products .card-quantity>.icon-button{width:40px;min-width:40px}}@media (width<=360px){.catalog-products .product-card{padding:16px}.catalog-products .product-open{grid-template-columns:88px minmax(0,1fr);gap:12px}.catalog-products .product-image{height:100px}.catalog-products .product-bottom{gap:12px}.catalog-products .product-bottom>.button,.catalog-products .card-quantity{flex-basis:140px}.catalog-controls{flex-wrap:wrap}.catalog-products .product-text h3{font-size:16px}}@media (hover:none){.button.secondary:hover,.button.light:hover,.category-tabs a:not(.selected):hover,.filter-chip:hover{color:var(--ink)}.button.secondary:hover:before,.button.light:hover:before,.category-tabs a:not(.selected):hover:before,.filter-chip:hover:before{transform:translate(-50%,-50%)scale(0)}}@media (width<=640px){.catalog-results,.catalog-loading{min-height:1320px}.catalog-skeleton-card{flex-direction:column;align-items:stretch;gap:20px;min-height:0;padding:20px;display:flex}.catalog-skeleton-image{height:180px}.catalog-skeleton-copy span:first-child{width:86%}.catalog-skeleton-action{grid-template-columns:1fr 48px;align-items:center;display:grid}.catalog-skeleton-action span:first-child{width:72%}.catalog-skeleton-action span:last-child{height:48px}}@media (width<=360px){.catalog-skeleton-card{padding:16px}.catalog-skeleton-image{height:156px}}@media (prefers-reduced-motion:reduce){.button:before,.icon-button:before,.category-tabs a:before,.select-trigger:before,.select-option:before,.filter-chip:before{transition:none}.catalog-skeleton-copy span,.catalog-skeleton-action span{animation:none}}:root{--panel:#f5f5f5;--disclosure-motion:.32s cubic-bezier(.2,0,0,1)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.home-nav .nav-location{color:var(--muted);align-items:center;gap:8px;margin-left:auto;display:inline-flex}.home-nav .nav-location:hover{color:var(--ink)}.store-info>div:first-child{gap:0}.store-info>div:first-child>.eyebrow{margin:0 0 2px}.store-info .icon-line{margin-top:20px;font-size:20px;line-height:28px}.guide-grid{align-items:stretch;gap:24px}.guide-grid>div{background:var(--panel);border-radius:12px;align-content:start;gap:4px 12px;padding:24px}.guide-grid>div h3{font-size:18px;line-height:28px}.guide-grid>div p{font-size:14px;line-height:24px}.category-tabs{scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.filter-panel{gap:12px}.filter-panel-heading{margin-bottom:4px}.filter-search{margin-bottom:8px}.filter-group{background:var(--panel);border-radius:8px}.filter-disclosure{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:56px;padding:16px;font-size:14px;font-weight:600;line-height:24px;display:flex}.filter-disclosure>span{align-items:center;gap:8px;display:flex}.filter-disclosure small{color:var(--muted);font-size:12px;font-weight:400;line-height:20px}.filter-disclosure>svg{transition:transform var(--disclosure-motion);flex-shrink:0}.filter-group.expanded .filter-disclosure>svg{transform:rotate(180deg)}.filter-collapse{opacity:0;transition:grid-template-rows var(--disclosure-motion),opacity var(--disclosure-motion);grid-template-rows:0fr;display:grid}.filter-collapse>div{min-height:0;overflow:hidden}.filter-group.expanded .filter-collapse{opacity:1;grid-template-rows:1fr}.filter-options{gap:4px;max-height:none;margin:0;padding:0 16px 16px;overflow:visible}.check-option{gap:8px;min-height:40px}.check-option small{padding:0}.card-specs{color:var(--muted);flex-direction:column;gap:4px;margin:0;font-size:14px;line-height:20px;display:flex}.card-specs>div{text-align:left;overflow-wrap:anywhere}.card-specs dt,.card-specs dd{text-align:left;max-width:none;margin:0;display:inline}.card-specs dt:after{content:": "}.card-specs dd{color:var(--ink)}.product-image.is-loading:after{content:"";z-index:1;filter:blur(2px);background:linear-gradient(110deg,#eee 20%,#fafafa 44%,#eee 68%) 0 0/240% 100%;border-radius:8px;animation:1.6s ease-in-out infinite product-shimmer;position:absolute;inset:0}.product-image img{opacity:0;filter:blur(8px);transition:opacity .28s,filter .36s!important}.product-image.is-loaded img{opacity:1;filter:blur()}.product-image.image-failed:after{display:none}.product-image.image-failed>.product-image-fallback{background:var(--panel);color:var(--muted);text-align:center;place-items:center;padding:16px;font-size:14px;display:grid;position:absolute;inset:0}@keyframes product-shimmer{0%{background-position:160% 0}to{background-position:-80% 0}}.recommendations{min-width:0;margin:0 0 40px}.recommendations-heading{flex-direction:column;gap:4px;margin-bottom:20px;display:flex}.recommendations-heading h3{font-size:20px;line-height:28px}.recommendations-heading p{font-size:14px;line-height:20px}.recommendation-strip{scrollbar-width:none;scroll-snap-type:x proximity;gap:12px;padding:2px 2px 8px;display:flex;overflow-x:auto}.recommendation-strip::-webkit-scrollbar{display:none}.recommendation-card{border:1px solid var(--line);scroll-snap-align:start;border-radius:8px;flex-direction:column;flex:0 0 192px;gap:16px;min-width:0;padding:12px;display:flex}.recommendation-open{text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:12px;min-width:0;padding:0;display:flex}.recommendation-open .product-image{width:100%;height:96px}.recommendation-open h4{overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:500;line-height:20px}.recommendation-card>div{align-items:center;gap:8px;margin-top:auto;display:flex}.recommendation-card>div>span{color:var(--muted);font-size:12px;line-height:16px}.recommendation-add{border:1px solid var(--ink);border-radius:8px;min-width:40px;min-height:40px;padding:8px}.site-footer{color:var(--ink);padding-top:50px;padding-bottom:32px;display:block}.footer-top{background:var(--panel);border-radius:12px;grid-template-columns:1.4fr .8fr 1fr;gap:64px;padding:48px;display:grid}.footer-intro .eyebrow{margin-bottom:16px}.footer-intro h2{letter-spacing:-1.2px;font-size:40px;line-height:48px}.footer-phone{align-items:center;gap:16px;margin-top:24px;font-size:20px;line-height:28px;display:inline-flex}.footer-navigation,.footer-visit{flex-direction:column;align-items:start;gap:12px;font-size:14px;line-height:24px;display:flex}.footer-navigation h3,.footer-visit h3{margin:0 0 8px;font-size:16px;line-height:24px}.footer-navigation a,.footer-visit a{align-items:center;gap:8px;min-height:32px;display:inline-flex}.footer-visit p{margin-top:-8px;font-size:14px;line-height:24px}.footer-visit a:first-of-type{align-items:start}.site-footer a:hover{text-underline-offset:4px;text-decoration:underline}.footer-bottom{color:var(--muted);align-items:center;gap:32px;padding-top:32px;font-size:12px;display:flex}.footer-logo,.footer-logo img{width:120px;height:64px}.footer-up{min-height:44px;color:var(--ink);align-items:center;gap:8px;margin-left:auto;font-size:14px;display:inline-flex}@media (width<=1199px){.footer-top{grid-template-columns:1.2fr 1fr 1fr;gap:32px;padding:32px}.footer-intro h2{font-size:32px;line-height:40px}.guide-grid>div{padding:20px}}@media (width<=900px){.home-nav .nav-location{display:none}.guide-grid{grid-template-columns:1fr}.guide-grid>div{padding:24px}.footer-top{grid-template-columns:1fr 1fr;gap:40px}.footer-intro{grid-column:1/-1}.footer-intro h2{font-size:40px;line-height:48px}}@media (width<=640px){.footer-top{grid-template-columns:1fr;gap:32px;padding:24px}.footer-intro{grid-column:auto}.footer-intro h2{font-size:32px;line-height:40px}.footer-bottom{flex-wrap:wrap;gap:16px}.footer-logo,.footer-logo img{width:104px;height:56px}.footer-bottom>span{flex:1 0 100%;order:3}.guide-grid>div{padding:20px}.guide-grid>div h3{font-size:18px;line-height:28px}.store-info .icon-line{font-size:20px;line-height:28px}.card-specs{gap:4px;font-size:12px;line-height:18px}.recommendation-card{flex-basis:180px}}@media (prefers-reduced-motion:reduce){.filter-collapse,.filter-disclosure>svg,.product-image img{transition:none!important}.product-image.is-loading:after{filter:none;animation:none}}@media (width<=640px){.guide-grid{gap:16px}}@media (width>=1200px){.catalog-layout{grid-template-columns:300px minmax(0,1fr);gap:32px}.catalog-products .product-card{grid-template-columns:minmax(0,1fr) 172px;gap:24px}.catalog-products .product-open{grid-template-columns:168px minmax(0,1fr);gap:20px}}@media (width>=901px) and (width<=1199px){.catalog-layout{grid-template-columns:280px minmax(0,1fr);gap:24px}.catalog-products .product-card{grid-template-columns:minmax(0,1fr);gap:20px}.catalog-products .product-open{grid-template-columns:128px minmax(0,1fr);gap:16px}.catalog-products .product-bottom{flex-direction:row;justify-content:space-between;align-items:center;gap:20px}.catalog-products .product-bottom>.button,.catalog-products .card-quantity{flex-shrink:0;width:164px}}.sorting-note{max-width:480px}.select-trigger,.select-option{contain:paint;clip-path:inset(0 round 8px);transform:translateZ(0)}.select-trigger:before,.select-option:before{z-index:0;opacity:0;pointer-events:none;will-change:transform,opacity;transition:transform var(--motion-fill) cubic-bezier(.2,0,0,1),opacity .16s ease}.select-trigger>*,.select-option>*{z-index:1;position:relative}.select-trigger:hover:before,.select-option:hover:before{opacity:1}.select-trigger:not(:hover):before,.select-option:not(:hover):before{opacity:0}@media (prefers-reduced-motion:reduce){.select-trigger:before,.select-option:before{transition:none}}.hero .button.light{color:#fff;background:0 0;border-color:#fff}.hero .button.light:before{background:#fff}.hero .button.light:hover,.hero .button.light:focus-visible{color:var(--ink);background:0 0;border-color:#fff}.hero .button.light:focus-visible:before{transform:translate(-50%,-50%)scale(1)}@media (hover:none){.hero .button.light:hover:not(:focus-visible){color:#fff}.hero .button.light:active{color:var(--ink)}.hero .button.light:active:before{transform:translate(-50%,-50%)scale(1)}}.category-tabs a{transition:border-color .18s,background-color .18s,color .18s}.category-tabs a:before{display:none}.category-tabs a:not(.selected):hover,.category-tabs a:not(.selected):focus-visible{color:var(--ink);border-color:var(--ink);background:0 0}.category-tabs a.selected,.category-tabs a.selected:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.category-tabs a{flex-basis:224px}.product-action .mobile-cart-icon{display:none}.modal-head.title-hidden{justify-content:flex-end;margin-bottom:16px}@media (width<=640px){.product-card,.catalog-products .product-card{flex-direction:column;align-items:stretch;gap:20px;padding:20px;display:flex}.product-open,.catalog-products .product-open{flex-direction:column;align-items:stretch;gap:16px;display:flex}.product-image,.catalog-products .product-image{height:180px}.product-text h3,.catalog-products .product-text h3{font-size:16px;line-height:24px}.card-specs{font-size:14px;line-height:20px}.product-bottom,.catalog-products .product-bottom{flex-direction:row;justify-content:space-between;align-self:stretch;align-items:center;gap:16px}.price-label,.catalog-products .price-label{flex:1;max-width:none;font-size:14px;line-height:20px}.product-bottom>.product-action,.catalog-products .product-bottom>.product-action{flex:0 0 48px;width:48px;min-width:48px;height:48px;padding:12px}.product-action .desktop-cart-icon,.product-action>span{display:none}.product-action .mobile-cart-icon{display:block}.product-bottom>.card-quantity,.catalog-products .product-bottom>.card-quantity{flex:0 0 136px;gap:0;width:136px}.card-quantity>span{font-size:12px}.card-quantity .icon-button{width:36px;min-width:36px;padding:8px}}@media (width<=360px){.product-card,.catalog-products .product-card{padding:16px}.product-image,.catalog-products .product-image{height:156px}}html{scroll-padding-top:96px}[id]{scroll-margin-top:0}.card-quantity{grid-template-columns:48px minmax(32px,1fr) 48px;align-items:center;gap:0;min-height:50px;display:grid}.card-quantity .icon-button{width:48px;min-width:48px;height:48px;min-height:48px;padding:0}.card-quantity>span{text-align:center;font-variant-numeric:tabular-nums;min-width:0;font-size:15px;font-weight:650;line-height:20px}.detail-quantity{width:100%;max-width:240px}@media (width<=900px){html{scroll-padding-top:148px}}@media (width<=640px){.hero-source{height:calc(100% + 10px);top:-5px;bottom:auto;right:-5px}.product-bottom>.card-quantity,.catalog-products .product-bottom>.card-quantity{flex:0 0 136px;width:136px}.product-card .card-quantity>.icon-button,.catalog-products .product-card .card-quantity>.icon-button,.detail-quantity>.icon-button{width:48px;min-width:48px;height:48px;min-height:48px;padding:0}.card-quantity>span{font-size:15px}.detail-quantity{max-width:none}}@media (width<=900px){.home-nav a:hover,.home-nav .nav-location:hover{color:inherit}.category-card:hover{border-color:var(--line);box-shadow:none}.category-card:hover .category-heading svg,.category-card:hover .category-photo img{transform:none}.product-card:hover{border-color:var(--line)}.text-button:hover,.phone-link:hover,.back-link:hover,.site-footer a:hover{text-decoration:none}.search-result:hover{background:#fff}.search-result[aria-selected=true],.search-result[aria-selected=true]:hover{background:var(--hover)}.search-all:hover,.select-trigger:hover{background:#fff}.select-option:hover{color:var(--ink);background:0 0}.select-option[aria-selected=true],.select-option[aria-selected=true]:hover{background:var(--selected);color:var(--ink)}.button:not(.secondary):not(.light):not(.product-action):hover{background:var(--ink);color:#fff}.button.secondary:hover{color:var(--ink);border-color:var(--line);background:#fff}.button.light:hover{color:var(--ink);background:#fff}.icon-button:hover{color:var(--ink);background:0 0}.filter-chip:hover{background:var(--surface);color:var(--ink);border-color:var(--line)}.category-tabs a:not(.selected):hover{color:var(--ink);border-color:var(--line);background:0 0}.category-tabs a.selected,.category-tabs a.selected:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.button:hover:before,.icon-button:hover:before,.filter-chip:hover:before,.select-trigger:hover:before,.select-option:hover:before,.category-tabs a:not(.selected):hover:before{opacity:0;transform:translate(-50%,-50%)scale(0)}.product-action:hover{color:var(--ink);border-color:var(--ink);background:0 0}.product-action:hover:before{transform:translate(-50%,-50%)scale(0)}.product-action:hover>.lucide-plus{transform:none}.hero .button.light:hover{color:#fff;background:0 0;border-color:#fff}.hero .button.light:hover:before{transform:translate(-50%,-50%)scale(0)}.button:not(.secondary):not(.light):not(.product-action):active{background:var(--action-pressed);color:#fff}.button.secondary:active,.filter-chip:active{background:var(--ink);color:#fff;border-color:var(--ink)}.icon-button:active,.select-trigger:active,.select-option:active,.search-result:active,.search-all:active{background:var(--hover)}.product-action:active{color:#fff}.product-action:active:before,.hero .button.light:active:before{opacity:1;transform:translate(-50%,-50%)scale(1)}.hero .button.light:active{color:var(--ink)}}@media (hover:hover) and (pointer:fine){.button.secondary:hover{color:var(--ink);background:#fff;border-color:currentColor}}@media (prefers-reduced-motion:reduce){.button.secondary{transition:none}}.detail-product-action,.detail-quantity{width:min(240px,100vw - 110px);max-width:none}.detail-purchase-row{align-items:center;gap:12px;display:flex}.detail-cart{border:1px solid var(--ink);flex:0 0 50px;width:50px;min-width:50px;height:50px;min-height:50px;padding:12px;position:relative}.product-detail .detail-product-action>span{display:inline}.product-detail .detail-product-action .desktop-cart-icon{display:block}.product-detail .detail-product-action .mobile-cart-icon{display:none}@media (width<=640px){.product-detail .detail-product-action .desktop-cart-icon{display:none}.product-detail .detail-product-action .mobile-cart-icon{display:block}}@media (width<=900px),(hover:none),(pointer:coarse){.hero .button.light:hover,.hero .button.light:focus-visible:not(:active){color:#fff;background:0 0;border-color:#fff}.hero .button.light:hover:before,.hero .button.light:focus-visible:not(:active):before{opacity:0;transform:translate(-50%,-50%)scale(0)}}.site-preloader{z-index:9999;color:#111;background:#f4f1ea;place-items:center;transition:transform .56s cubic-bezier(.76,0,.24,1),visibility .56s;display:grid;position:fixed;inset:0}.site-preloader.is-ready{visibility:hidden;transform:translateY(-102%)}.preloader-inner{text-align:center;width:min(320px,72vw)}.preloader-laptop{perspective:320px;width:120px;height:78px;margin:0 auto 28px;position:relative}.preloader-screen{transform-origin:bottom;background:#fff;border:3px solid;border-radius:8px 8px 3px 3px;place-items:center;animation:.9s cubic-bezier(.2,.8,.2,1) both laptop-open;display:grid;position:absolute;inset:0 7px 10px}.preloader-screen:after{content:"";border:2px solid #d9d5cd;border-top-color:#c70028;border-radius:50%;width:22px;height:22px;animation:.72s linear infinite preloader-spin}.preloader-base{background:currentColor;border-radius:1px 1px 8px 8px;height:7px;position:absolute;bottom:4px;left:0;right:0}.preloader-progress{background:#d9d5cd;height:3px;overflow:hidden}.preloader-progress:after{content:"";background:#c70028;width:45%;height:100%;animation:1.2s ease-in-out infinite preloader-progress;display:block}.preloader-label{letter-spacing:.12em;text-transform:uppercase;margin:12px 0 0;font-size:.78rem}.social-links{gap:8px;margin-top:16px;display:flex}.social-links a{border-radius:var(--radius-social);border:1px solid;place-items:center;width:42px;height:42px;display:grid}.social-links svg{width:20px;height:20px}.hero,.category-card,.product-card,.guide-grid>div,.store-info,.map-shell,.footer-top{border-radius:var(--radius-card)}.payment-methods{align-items:center;gap:10px;min-width:0;display:flex}.payment-caption{max-width:150px;color:var(--muted);font-size:11px;line-height:15px}.payment-mark{border:1px solid var(--line);min-width:46px;height:30px;color:var(--ink);background:#fff;border-radius:7px;justify-content:center;align-items:center;padding:4px 8px;display:inline-flex}.payment-mark svg{width:auto;height:20px;display:block}.payment-mark.visa text{letter-spacing:-1px;fill:#18246b;font:italic 800 18px/1 Arial,sans-serif}.payment-mark.mastercard svg{width:40px}.payment-mark.mastercard circle:first-child{fill:#eb001b}.payment-mark.mastercard circle:last-child{fill:#f79e1b;fill-opacity:.86}.payment-mark.cash{white-space:nowrap;gap:6px;font-size:11px}.footer-copyright{white-space:nowrap}@media (width<=1199px){.payment-caption{display:none}.payment-methods{gap:6px}.payment-mark{min-width:42px;padding-inline:6px}}@media (width<=900px){.payment-methods{flex-basis:100%;order:8}.payment-caption{max-width:none;display:block}.footer-copyright{margin-left:auto}}@media (width<=640px){.payment-methods{gap:8px;padding-bottom:2px;overflow-x:auto}.payment-caption{flex:0 0 108px}.payment-mark{flex:none}.footer-copyright{flex:1 0 100%;order:3;margin-left:0}}.reveal-section{opacity:0;transition:opacity .52s,transform .62s cubic-bezier(.2,.8,.2,1);transform:translateY(22px)}.reveal-section.is-revealed{opacity:1;transform:none}@keyframes laptop-open{0%{transform:rotateX(-72deg)}to{transform:rotateX(0)}}@keyframes preloader-spin{to{transform:rotate(360deg)}}@keyframes preloader-progress{0%{transform:translate(-110%)}to{transform:translate(240%)}}@media (prefers-reduced-motion:reduce){.preloader-screen,.preloader-screen:after,.preloader-progress:after{animation:none}.site-preloader{transition-duration:.12s}.reveal-section{opacity:1;transition:none;transform:none}}.used-promos{grid-template-columns:minmax(0,1fr);gap:24px;padding-block:0 100px;display:grid}.used-promo{border-radius:var(--radius-card);min-height:280px;color:var(--ink);background:#dedbd3;flex-direction:column;justify-content:flex-end;gap:10px;padding:clamp(28px,4vw,48px);display:flex;position:relative;overflow:hidden}.used-promo:after{content:"";aspect-ratio:1;opacity:.24;border:1px solid;border-radius:50%;width:220px;transition:transform .42s cubic-bezier(.2,.8,.2,1);position:absolute;top:-72px;right:-54px}.used-promo:hover:after{transform:translate(-16px,16px)scale(1.08)}.used-promo-dark{background:var(--ink);color:#fff}.used-promo h2{max-width:12ch;font-size:clamp(30px,4vw,48px);line-height:1}.used-promo p{opacity:.72;max-width:34ch}.used-promo strong{align-items:center;gap:8px;margin-top:12px;font-size:14px;display:inline-flex}.price-label{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.price-label del{color:var(--muted);font-size:12px;line-height:18px}.price-label strong{font:inherit}.condition-badge{background:var(--ink);color:#fff;border-radius:999px;align-self:flex-start;padding:3px 8px;font-size:11px;line-height:18px}.condition-badge.sale{background:#d7492f}.condition-badge.image-badge{z-index:3;align-self:auto;position:absolute;top:8px;left:8px;box-shadow:0 1px 3px #1010101f}.detail-price{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:6px 12px;display:flex}.detail-price del{font-size:14px}.detail-price strong{color:var(--ink);font-size:20px}.detail-price span{flex-basis:100%;font-size:14px}.product-image-placeholder{background:var(--surface);min-height:320px;color:var(--muted);text-align:center;place-items:center;padding:24px;display:grid}.thumb-placeholder{background:var(--surface);border-radius:6px;width:96px;height:96px;display:block}.cart-item .thumb-placeholder{width:192px;height:192px}@media (width<=700px){.used-promos{grid-template-columns:1fr;gap:16px;padding-bottom:64px}.used-promo{min-height:224px}}.product-detail>.product-gallery{flex-direction:column;gap:12px;min-width:0;display:flex}.product-gallery-strip{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;border-radius:var(--radius);display:flex;overflow-x:auto}.product-gallery-strip::-webkit-scrollbar{display:none}.product-gallery-strip img{object-fit:contain;scroll-snap-align:start;flex:0 0 100%;width:100%;height:320px}.product-gallery-thumbs{gap:8px;display:flex;overflow-x:auto}.product-gallery-thumbs button{border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;background:#fff;flex:none;width:56px;height:56px;padding:2px}.product-gallery-thumbs button.is-active{border-color:var(--ink)}.product-gallery-thumbs img{object-fit:contain;width:100%;height:100%}@media (width<=700px){.product-gallery-strip img{height:224px}}.category-caption>span:last-child:before,.category-caption>span:last-child:after{content:none}.hero-title-line:after{content:" "}.order-success .button{width:100%;margin-top:8px}@media (width<=640px){.hero-title-line{display:block}.hero-title-line:after{content:none}}
