:root{--grid-cols:12;--grid-half:6;--shadow-hsl:0, 0%, 0%;--shadow-opacity:20%;--shadow-color:hsla(var(--shadow-hsl), var(--shadow-opacity));--shadow-box-xs:0 1px 2px var(--shadow-color);--shadow-box-sm:0 4px 10px var(--shadow-color);--shadow-box:0 5px 20px var(--shadow-color);--shadow-box-md:0 10px 40px var(--shadow-color);--shadow-box-lg:0 20px 60px var(--shadow-color);--space-unit:1em;--space-xxs:calc(var(--space-unit)*.25);--space-xs:calc(var(--space-unit)*.5);--space-sm:calc(var(--space-unit)*.75);--space-md:calc(var(--space-unit)*1.25);--space-lg:calc(var(--space-unit)*2);--space-xl:calc(var(--space-unit)*3.25);--space-xxl:calc(var(--space-unit)*5.25);--page-padding:40px;--gray-light-10:#1a1a1a;--gray-light-15:#262626;--gray-light-30:#4d4d4d;--gray-light-50:gray;--gray-light-60:#999;--gray-light-70:#b3b3b3;--gray-light-80:#ccc;--gray-light-90:#e6e6e6;--gray-light-95:#f2f2f2;--gray-light-max:#fafafa;--text-base-size:14px;--text-scale-ratio:1.25;--text-xs:calc(1em/(var(--text-scale-ratio)*var(--text-scale-ratio)));--text-sm:calc(1em/var(--text-scale-ratio));--text-md:calc(1em*var(--text-scale-ratio));--text-lg:calc(1em*var(--text-scale-ratio)*var(--text-scale-ratio));--text-xl:calc(1em*var(--text-scale-ratio)*var(--text-scale-ratio)*var(--text-scale-ratio));--text-xxl:calc(1em*var(--text-scale-ratio)*var(--text-scale-ratio)*var(--text-scale-ratio)*var(--text-scale-ratio));--heading-line-height:1.2;--body-line-height:1.5;--brand-h:80;--brand-s:76%;--brand-l:40%;--brand-hsl:var(--brand-h), var(--brand-s), var(--brand-l);--brand:hsl(var(--brand-hsl));--brand-dark-cta:hsl(var(--brand-h), var(--brand-s), 33%);--brand-dark-h:202;--brand-dark-s:14%;--brand-dark-l:31%;--brand-dark-hsl:var(--brand-dark-h), var(--brand-dark-s), var(--brand-dark-l);--brand-dark:hsl(var(--brand-dark-hsl));--brand-dark-10:hsla(var(--brand-dark-hsl), .1);--brand-dark-20:hsla(var(--brand-dark-hsl), .2);--brand-danger:hsl(10, var(--brand-s), 50%);--brand-warning:hsl(55, var(--brand-s), 45%);--brand-success:hsl(120, var(--brand-s), 50%);--brand-info:hsl(190, var(--brand-s), 45%);--radius:.4em;--radius-lg:20px;--header-height:60px;--icon-stroke:1.5;--zindex-header:900;--zindex-droper:1000;--zindex-modal:1900;--color-ink:var(--brand-dark);--color-muted:var(--gray-light-50);--color-line:var(--gray-light-90);--color-bg:#fff;--color-bg-soft:var(--gray-light-95)}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:var(--text-base-size);line-height:var(--body-line-height);color:var(--color-ink);background:var(--color-bg);margin:0}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-sm);line-height:var(--heading-line-height);font-weight:700}h1{font-size:var(--text-xxl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}h4{font-size:var(--text-md)}p{margin:0 0 var(--space-sm)}a{color:inherit;text-decoration:none}a:hover{color:var(--brand)}ol,ul{margin:0;padding:0;list-style:none}img,svg{max-width:100%}button{font:inherit;cursor:pointer}.container{width:100%;max-width:1270px;padding-inline:var(--page-padding);margin-inline:auto}@media (width<=767px){:root{--page-padding:20px}}.grid{grid-template-columns:repeat(var(--grid-cols),1fr);gap:var(--space-md);display:grid}.col-2{grid-column:span 2}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-6{grid-column:span 6}.col-8{grid-column:span 8}.col-12{grid-column:span 12}.flex{display:flex}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-xs{gap:var(--space-xs)}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.text-muted{color:var(--color-muted)}.text-brand{color:var(--brand)}.text-sm{font-size:var(--text-sm)}.text-lg{font-size:var(--text-lg)}.fw-700{font-weight:700}.mt-lg{margin-top:var(--space-lg)}.mb-lg{margin-bottom:var(--space-lg)}.icon{vertical-align:middle;fill:none;stroke:currentColor;width:1.25em;height:1.25em;stroke-width:var(--icon-stroke);stroke-linecap:round;stroke-linejoin:round;display:inline-block}.icon--lg{width:1.75em;height:1.75em}@media (width<=959px){.hidden-tablet{display:none!important}}@media (width<=600px){.hidden-phone{display:none!important}}.btn{--color:var(--brand-dark);--light:var(--gray-light-95);align-items:center;gap:var(--space-xs);border-radius:var(--radius);background:var(--color);color:#fff;border:1px solid #0000;padding:.6em 1.1em;font-weight:600;line-height:1;transition:filter .15s,background .15s,color .15s;display:inline-flex}.btn:hover{filter:brightness(1.08);color:#fff}.btn--brand{--color:var(--brand)}.btn--brand:hover{background:var(--brand-dark-cta);filter:none}.btn--outline{color:var(--color);background:0 0;border-color:currentColor}.btn--outline:hover{background:var(--color);color:#fff;filter:none}.btn--ghost{color:var(--color);background:0 0}.btn--ghost:hover{background:var(--brand-dark-10);color:var(--color);filter:none}.btn--round{border-radius:100px}.btn--lg{font-size:var(--text-md);padding:.85em 1.6em}.btn--shadow{box-shadow:var(--shadow-box-sm)}.btn[disabled]{opacity:.5;pointer-events:none}.inp{border:1px solid var(--color-line);border-radius:var(--radius);width:100%;color:var(--color-ink);background:#fff;padding:.6em .85em;line-height:1.3}.inp:focus{border-color:var(--brand);box-shadow:0 0 0 3px hsla(var(--brand-hsl),.18);outline:none}.inp::placeholder{color:var(--color-muted)}.badge{font-size:var(--text-sm);background:var(--brand-dark-10);color:var(--brand-dark);border-radius:100px;align-items:center;gap:.35em;padding:.25em .6em;font-weight:600;display:inline-flex}.badge--brand{background:hsla(var(--brand-hsl),.15);color:var(--brand-dark-cta)}.badge--outline{border:1px solid var(--brand);color:var(--brand-dark-cta);background:0 0}.card{border:1px solid var(--color-line);border-radius:var(--radius);padding:var(--space-md);box-shadow:var(--shadow-box-xs);background:#fff}.card--order{border-radius:var(--radius-lg);box-shadow:var(--shadow-box-lg);padding:var(--space-lg);border:none}.tabs{gap:var(--space-md);border-bottom:1px solid var(--color-line);display:flex}.tab{appearance:none;color:var(--color-muted);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75em 0;font-weight:600}.tab[aria-selected=true]{color:var(--color-ink);border-bottom-color:var(--brand)}.tab:hover{color:var(--color-ink)}.tab-panel[hidden]{display:none}.droper{display:inline-flex;position:relative}.droper>.droper__trigger{align-items:center;gap:.35em;display:inline-flex}.droper__menu{border:1px solid var(--color-line);border-radius:var(--radius);min-width:200px;box-shadow:var(--shadow-box-md);padding:var(--space-xs);z-index:var(--zindex-droper);background:#fff;margin-top:6px;display:none;position:absolute;top:100%;left:0}.droper[data-open]>.droper__menu{display:block}.droper__menu a{border-radius:var(--radius);color:var(--color-ink);padding:.5em .75em;display:block}.droper__menu a:hover{background:var(--color-bg-soft);color:var(--brand-dark-cta)}.ring{--p:0;--size:56px;width:var(--size);height:var(--size);transform:rotate(-90deg)}.ring circle{fill:none;stroke-width:5px}.ring .ring__bg{stroke:var(--color-line)}.ring .ring__val{stroke:var(--brand);stroke-linecap:round;stroke-dasharray:calc(var(--p)*1.5708*1%) 999}.progress{background:var(--color-line);border-radius:100px;height:8px;overflow:hidden}.progress__bar{background:var(--brand);border-radius:inherit;height:100%}.site-header{z-index:var(--zindex-header);position:sticky;top:0}.header-top{background:var(--brand-dark);color:#fff}.header-top__inner{align-items:center;gap:var(--space-md);min-height:44px;display:flex}.header-logo{letter-spacing:.02em;align-items:center;gap:.5em;font-weight:800;display:inline-flex}.header-logo .icon{width:1.6em;height:1.6em;color:var(--brand)}.header-phone{white-space:nowrap;font-weight:700}.header-top nav{align-items:center;gap:var(--space-md);display:flex}.header-top a{color:#fff;opacity:.92}.header-top a:hover{opacity:1;color:#fff}.header-top .spacer{margin-left:auto}.header-user{align-items:center;gap:var(--space-sm);display:flex}.header-search{border-bottom:1px solid var(--color-line);background:#fff}.header-search__inner{align-items:center;gap:var(--space-md);min-height:var(--header-height);display:flex}.header-catalog{--color:var(--brand-dark)}.header-search-form{flex:1;display:flex}.header-search-form .inp{border-radius:var(--radius) 0 0 var(--radius);border-right:none}.header-search-form .btn{border-radius:0 var(--radius) var(--radius) 0}.header-actions{align-items:center;gap:var(--space-md);white-space:nowrap;display:flex}.header-actions a{align-items:center;gap:.4em;font-weight:600;display:inline-flex}@media (width<=959px){.header-actions .lbl,.header-top nav .hb-but-text{display:none}.header-top__inner{flex-wrap:wrap}}.site-footer{margin-top:var(--space-xxl)}.footer-cta{background:var(--brand);color:#fff;text-align:center;padding:var(--space-lg) 0}.footer-cta__phone{font-size:var(--text-xl);font-weight:800}.footer-cta__note{opacity:.9}.footer-main{background:var(--brand-dark);color:#fff;padding:var(--space-xl) 0}.footer-cols{gap:var(--space-lg);grid-template-columns:repeat(5,1fr);display:grid}.footer-col h4{color:#fff;font-size:var(--text-md);margin-bottom:var(--space-sm)}.footer-col li{margin-bottom:.5em}.footer-col a{color:#fff;opacity:.8;font-size:var(--text-sm)}.footer-col a:hover{opacity:1;color:#fff}.footer-social{gap:var(--space-sm);margin-top:var(--space-sm);display:flex}.footer-social a{display:inline-flex}.footer-bottom{background:hsl(var(--brand-dark-h),var(--brand-dark-s),24%);color:#fff}.footer-bottom__inner{gap:var(--space-md);padding:var(--space-md) 0;font-size:var(--text-sm);opacity:.85;flex-wrap:wrap;justify-content:space-between;display:flex}@media (width<=959px){.footer-cols{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.footer-cols{grid-template-columns:1fr}}.crumbs{align-items:center;gap:var(--space-xxs);margin:var(--space-md) 0;font-size:var(--text-sm);flex-wrap:wrap;display:flex}.crumbs,.crumbs a{color:var(--color-muted)}.crumbs a:hover{color:var(--brand)}.crumbs__sep{opacity:.5}.crumbs__cur{color:var(--color-ink)}.itm{gap:var(--space-xl);grid-template-columns:minmax(0,1fr) minmax(320px,440px);align-items:start;display:grid}.itm__head{grid-column:1/-1}.itm__title{font-size:var(--text-xl);margin-bottom:var(--space-xxs)}.itm__meta{gap:var(--space-md);color:var(--color-muted);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.itm__gallery{top:calc(var(--header-height) + var(--space-md));position:sticky}@media (width<=959px){.itm{gap:var(--space-lg);grid-template-columns:1fr}.itm__gallery{position:static}}.gallery__stage{aspect-ratio:1;background:var(--color-bg-soft);border:1px solid var(--color-line);border-radius:var(--radius-lg);justify-content:center;align-items:center;display:flex;overflow:hidden}.gallery__stage img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.gallery__tabs{gap:var(--space-xs);margin-top:var(--space-md);display:flex}.gallery__tab{appearance:none;border:1px solid var(--color-line);border-radius:var(--radius);color:var(--color-muted);background:0 0;padding:.4em .9em;font-weight:600;transition:color .15s,border-color .15s}.gallery__tab[aria-selected=true]{color:var(--brand-dark);border-color:var(--brand)}.gallery__tab:hover{color:var(--color-ink)}.gallery__thumbs{gap:var(--space-xs);margin-top:var(--space-md);flex-wrap:wrap;display:flex}.gallery__thumb{border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-bg-soft);cursor:pointer;width:64px;height:64px;padding:0;overflow:hidden}.gallery__thumb[aria-selected=true]{border-color:var(--brand);box-shadow:0 0 0 2px hsla(var(--brand-hsl),.2)}.gallery__thumb img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.itm-ord{border-radius:var(--radius-lg);box-shadow:var(--shadow-box-lg);padding:var(--space-lg);background:#fff;border:none}.itm-ord__prices{align-items:baseline;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.price{font-size:var(--text-lg);color:var(--color-ink);font-weight:800}.price--sale{color:var(--brand);font-size:var(--text-xl)}.price--old{color:var(--color-muted);font-size:var(--text-md);text-decoration:line-through}.price--old,.price__cur{font-weight:600}.itm-ord__stock{gap:var(--space-xs);flex-wrap:wrap}.itm-ord__row,.itm-ord__stock{margin-bottom:var(--space-lg);display:flex}.itm-ord__row{align-items:center;gap:var(--space-md)}.itm-ord__label{font-weight:700}.qty button{appearance:none;background:var(--color-bg-soft);width:2.4em;color:var(--color-ink);font-size:var(--text-md);border:none;line-height:1}.qty button:hover{background:var(--brand-dark-10)}.qty input{text-align:center;border:none;width:3.5em;font-weight:700}.qty input:focus{outline:none}.itm-ord__total{margin:var(--space-md) 0;padding-top:var(--space-md);border-top:1px solid var(--color-line);justify-content:space-between;align-items:baseline;display:flex}.itm-ord__total-val{font-size:var(--text-lg);color:var(--brand-dark);font-weight:800}.itm-ord__actions{gap:var(--space-sm);margin-top:var(--space-md);display:flex}.itm-ord__cart{flex:1;justify-content:center}.itm-ord__fav{border:1px solid var(--color-line);border-radius:var(--radius);width:3em;color:var(--color-muted);background:#fff;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:inline-flex}.itm-ord__fav:hover,.itm-ord__fav[aria-pressed=true]{color:var(--brand);border-color:var(--brand)}.imprint{margin-bottom:var(--space-lg)}.imprint__title{margin-bottom:var(--space-sm);font-weight:700}.imprint__task{gap:var(--space-xs);padding:var(--space-xs) 0;border-bottom:1px dashed var(--color-line);grid-template-columns:1fr 1fr auto auto;align-items:center;display:grid}.imprint__task:last-of-type{border-bottom:none}.imprint__select{border:1px solid var(--color-line);border-radius:var(--radius);width:100%;color:var(--color-ink);font:inherit;background:#fff;padding:.5em .7em}.imprint__colors{text-align:center;width:4.5em}.imprint__remove{appearance:none;color:var(--color-muted);border-radius:var(--radius);background:0 0;border:none;padding:.3em;display:inline-flex}.imprint__remove:hover{color:var(--brand-danger);background:var(--brand-dark-10)}.imprint__add{margin-top:var(--space-sm);border:1px dashed var(--brand);color:var(--brand-dark-cta);border-radius:var(--radius);background:0 0;align-items:center;gap:.4em;padding:.5em .9em;font-weight:600;display:inline-flex}.imprint__add:hover{background:hsla(var(--brand-hsl),.1)}.imprint__breakdown{margin-top:var(--space-sm);font-size:var(--text-sm);color:var(--color-muted)}.imprint__breakdown-row{justify-content:space-between;padding:.15em 0;display:flex}.colors{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.colors__item{border-radius:var(--radius);border:1px solid var(--color-line);background:var(--color-bg-soft);cursor:pointer;width:44px;height:44px;padding:0;overflow:hidden}.colors__item[aria-current=true]{border-color:var(--brand);box-shadow:0 0 0 2px hsla(var(--brand-hsl),.25)}.colors__item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.itm-tabs{margin-top:var(--space-xl);grid-column:1/-1}.itm-tabs__body{margin-top:var(--space-lg);max-width:820px}.itm-tabs__body p{margin-bottom:var(--space-sm)}.chars{border-collapse:collapse;width:100%}.chars tr{border-bottom:1px solid var(--color-line)}.chars td,.chars th{text-align:left;padding:.6em var(--space-sm);vertical-align:top;font-weight:400}.chars th{color:var(--color-muted);width:40%;font-weight:400}.chars td{font-weight:600}.ctlg-page{padding-bottom:var(--space-xl)}.ctlg-state{padding:var(--space-xl) 0}.ctlg-title{font-size:var(--text-xl);margin:0 0 var(--space-md)}.ctlg{gap:var(--space-lg);grid-template-columns:240px minmax(0,1fr);align-items:start;display:grid}.ctlg-side{top:calc(var(--header-height) + var(--space-md));gap:var(--space-md);flex-direction:column;display:flex;position:sticky}.ctlg-filter{background:var(--color-bg);border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:var(--space-md)}.ctlg-filter__h{align-items:center;gap:var(--space-xs);font-size:var(--text-md);margin:0 0 var(--space-sm);display:flex}.ctlg-filter__h .icon{width:1.15em;height:1.15em;color:var(--brand)}.ctlg-cats{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.ctlg-cat{appearance:none;cursor:pointer;justify-content:space-between;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius);font:inherit;color:var(--color-ink);text-align:left;background:0 0;border:none;transition:background .15s,color .15s;display:flex}.ctlg-cat:hover{background:var(--brand-dark-10)}.ctlg-cat.is-active{background:hsla(var(--brand-hsl),.14);color:var(--brand-dark-cta);font-weight:600}.ctlg-cat__count{text-align:center;min-width:1.8em;font-size:var(--text-xs);color:var(--color-muted);background:var(--color-bg-soft);border-radius:100px;flex:none;padding:.15em .5em}.ctlg-cat.is-active .ctlg-cat__count{color:var(--brand-dark-cta);background:hsla(var(--brand-hsl),.2)}.ctlg-toggle{align-items:center;gap:var(--space-sm);cursor:pointer;-webkit-user-select:none;user-select:none;display:flex}.ctlg-toggle__input{opacity:0;width:0;height:0;position:absolute}.ctlg-toggle__track{background:var(--gray-light-80);border-radius:100px;flex:none;align-items:center;width:40px;height:22px;padding:2px;transition:background .18s;display:inline-flex}.ctlg-toggle__knob{width:18px;height:18px;box-shadow:var(--shadow-box-xs);background:#fff;border-radius:50%;transition:transform .18s}.ctlg-toggle__input:checked+.ctlg-toggle__track{background:var(--brand)}.ctlg-toggle__input:checked+.ctlg-toggle__track .ctlg-toggle__knob{transform:translate(18px)}.ctlg-toggle__input:focus-visible+.ctlg-toggle__track{box-shadow:0 0 0 3px hsla(var(--brand-hsl),.25)}.ctlg-toggle__lbl{font-size:var(--text-sm)}.ctlg-main{min-width:0}.ctlg-bar{justify-content:space-between;align-items:center;gap:var(--space-md);padding-bottom:var(--space-md);margin-bottom:var(--space-md);border-bottom:1px solid var(--color-line);flex-wrap:wrap;display:flex}.ctlg-bar__found b{color:var(--color-ink)}.ctlg-sort{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);display:flex}.ctlg-sort__select{width:auto;padding:.4em 2em .4em .7em}.ctlg-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.ctlg-item{background:var(--color-bg);border:1px solid var(--color-line);border-radius:var(--radius-lg);flex-direction:column;transition:box-shadow .18s,border-color .18s,transform .18s;display:flex;overflow:hidden}.ctlg-item:hover{box-shadow:var(--shadow-box);border-color:var(--brand);transform:translateY(-2px)}.ctlg-item__media{aspect-ratio:1;background:var(--color-bg-soft);display:block;position:relative;overflow:hidden}.ctlg-item__media img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:var(--space-sm)}.ctlg-item__badge{top:var(--space-xs);left:var(--space-xs);position:absolute}.ctlg-item__body{gap:var(--space-xxs);padding:var(--space-sm);flex-direction:column;flex:1;display:flex}.ctlg-item__name{color:var(--color-ink);font-weight:600;line-height:var(--body-line-height);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ctlg-item__name:hover{color:var(--brand)}.ctlg-item__art,.ctlg-item__meta{font-size:var(--text-xs)}.ctlg-item__meta{gap:var(--space-xs) var(--space-sm);margin-top:var(--space-xxs);flex-wrap:wrap;display:flex}.ctlg-item__stock{align-items:center;gap:.3em;font-weight:600;display:inline-flex}.ctlg-item__stock .icon{width:1em;height:1em}.ctlg-item__stock.is-in{color:var(--brand-dark-cta)}.ctlg-item__stock.is-order{color:var(--color-muted)}.ctlg-item__colors{align-items:center;gap:.3em;display:inline-flex}.ctlg-item__colors .icon{width:1em;height:1em}.ctlg-item__foot{padding-top:var(--space-sm);justify-content:space-between;align-items:center;gap:var(--space-xs);margin-top:auto;display:flex}.ctlg-item__price{flex-direction:column;line-height:1.15;display:flex}.ctlg-item__price-base{font-size:var(--text-xs);color:var(--color-muted);text-decoration:line-through}.ctlg-item__price-now{font-size:var(--text-md);color:var(--brand-dark-cta);font-weight:700}.ctlg-item__buy{flex:none;padding:.55em .9em}.ctlg-item__buy .icon{width:1.15em;height:1.15em}.ctlg-empty{text-align:center;padding:var(--space-xl) var(--space-md);border:1px dashed var(--color-line);border-radius:var(--radius-lg)}.ctlg-empty__ic{width:2.5em;height:2.5em;color:var(--gray-light-80);margin-bottom:var(--space-sm)}.ctlg-empty h3{margin:0 0 var(--space-xxs)}@media (width<=767px){.ctlg{grid-template-columns:1fr}.ctlg-side{position:static}.ctlg-cats{flex-flow:wrap}.ctlg-cat{width:auto}.ctlg-item__buy-lbl{display:none}}.lk-header{align-items:center;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--color-line);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.lk-header__id{gap:var(--space-xxs);flex-direction:column;display:flex}.lk-header__company{font-size:var(--text-lg);color:var(--color-ink);font-weight:800}.lk-header__meta{align-items:center;gap:var(--space-xs);color:var(--color-muted);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.lk-header__contact{color:var(--color-ink);font-weight:600}.lk-header__rank{margin-left:auto}.lk-tiles{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.lk-tile{position:relative}.lk-tile__head{align-items:center;gap:var(--space-xs);border:1px solid var(--color-line);border-radius:var(--radius);color:var(--color-ink);cursor:pointer;background:#fff;padding:.7em 1em;font-weight:700;transition:border-color .15s,color .15s;display:inline-flex}.lk-tile__head .icon{color:var(--brand)}.lk-tile:hover .lk-tile__head,.lk-tile[data-open] .lk-tile__head{border-color:var(--brand);color:var(--brand-dark-cta)}.lk-tile__menu{z-index:var(--zindex-droper);min-width:220px;padding:var(--space-xs);border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:var(--shadow-box-md);background:#fff;margin-top:6px;display:none;position:absolute;top:100%;left:0}.lk-tile:hover .lk-tile__menu,.lk-tile[data-open] .lk-tile__menu{display:block}.lk-tile__menu a{border-radius:var(--radius);color:var(--color-ink);padding:.5em .75em;display:block}.lk-tile__menu a:hover{background:var(--color-bg-soft);color:var(--brand-dark-cta)}.lk-page{align-items:flex-start;gap:var(--space-lg);display:flex}.lk-page__main{flex:auto;min-width:0}.lk-page__aside{flex:0 0 320px}.lk-widgets{gap:var(--space-md);margin-bottom:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.lk-widgets .big{grid-column:span 2}.lk-widget{border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:var(--space-md);box-shadow:var(--shadow-box-xs);background:#fff}.lk-widget__title{color:var(--color-muted);font-size:var(--text-sm);font-weight:600}.lk-rank{gap:var(--space-lg);flex-direction:column;display:flex}.lk-rank__top{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.lk-rank__label{color:var(--color-muted);font-size:var(--text-sm);font-weight:600}.lk-rank__name{align-items:center;gap:var(--space-xs);font-size:var(--text-xl);color:var(--color-ink);font-weight:800;display:inline-flex}.lk-rank__name .icon{color:var(--brand)}.lk-rank__figures{gap:var(--space-lg);flex-wrap:wrap;display:flex}.lk-rank__fig{flex-direction:column;display:flex}.lk-rank__fig-num{font-size:var(--text-lg);color:var(--color-ink);font-weight:800}.lk-rank__fig-cap{color:var(--color-muted);font-size:var(--text-sm)}.lk-rank__scale{padding-bottom:calc(var(--space-lg) + var(--space-sm));position:relative}.lk-rank__bar{height:10px}.lk-rank__marks{height:10px;position:absolute;top:0;left:0;right:0}.lk-rank__mark{flex-direction:column;align-items:center;display:flex;position:absolute;top:0;transform:translate(-50%)}.lk-rank__mark-tick{background:var(--brand-dark);border-radius:2px;width:2px;height:16px;margin-top:-3px}.lk-rank__mark-title{margin-top:var(--space-xxs);font-size:var(--text-sm);color:var(--color-ink);white-space:nowrap;font-weight:700}.lk-rank__mark-val{font-size:var(--text-xs);color:var(--color-muted);white-space:nowrap}.lk-ring{align-items:center;gap:var(--space-md);display:flex}.lk-ring__chart{flex:none;place-items:center;display:grid;position:relative}.lk-ring__pct{font-size:var(--text-sm);color:var(--color-ink);font-weight:800;position:absolute}.lk-ring__meta{min-width:0}.lk-ring__val{font-size:var(--text-md);color:var(--color-ink);font-weight:800}.lk-date{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.lk-date__val{font-size:var(--text-lg);color:var(--color-ink);font-weight:800}.lk-date__badge{border-radius:var(--radius);background:hsla(var(--brand-hsl),.15);color:var(--brand-dark-cta);white-space:nowrap;align-items:center;gap:.35em;padding:.4em .7em;font-weight:700;display:inline-flex}.lk-count{align-items:center;gap:var(--space-md);display:flex}.lk-count__num{background:hsla(var(--brand-hsl),.15);min-width:1.6em;height:1.6em;color:var(--brand-dark-cta);font-size:var(--text-lg);border-radius:100px;flex:none;place-items:center;padding:0 .3em;font-weight:800;display:grid}.lk-count__note{color:var(--color-muted);font-size:var(--text-sm)}.lk-promo{gap:var(--space-xxs);flex-direction:column;display:flex}.lk-promo__val{font-size:var(--text-xl);color:var(--brand-dark-cta);font-weight:800;line-height:1.1}.lk-terms{border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:var(--space-md);box-shadow:var(--shadow-box-xs);background:#fff}.lk-terms__title{align-items:center;gap:var(--space-xs);font-size:var(--text-md);margin-bottom:var(--space-md);display:flex}.lk-terms__title .icon{color:var(--brand)}.lk-terms__unit{color:var(--color-muted);font-weight:600;font-size:var(--text-sm)}.lk-terms__list{margin:0;padding:0;list-style:none}.lk-terms__row{align-items:center;gap:var(--space-sm);padding:var(--space-xs) 0;border-top:1px solid var(--color-line);grid-template-columns:minmax(0,12em) 3.5em 1fr 2.2em;display:grid}.lk-terms__row:first-child{border-top:none}.lk-terms__name{color:var(--color-ink);font-weight:600}.lk-terms__code{color:var(--color-muted);font-size:var(--text-sm);font-family:ui-monospace,monospace}.lk-terms__track{background:var(--color-bg-soft);border-radius:100px;height:8px;overflow:hidden}.lk-terms__fill{background:var(--brand);border-radius:inherit;height:100%;display:block}.lk-terms__days{text-align:right;color:var(--color-ink);font-weight:800}.lk-manager{top:calc(var(--header-height) + var(--space-md));border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:var(--space-md);box-shadow:var(--shadow-box-sm);background:#fff;position:sticky}.lk-manager__person,.lk-manager__tabs{margin-bottom:var(--space-md)}.lk-manager__person{align-items:center;gap:var(--space-sm);display:flex}.lk-manager__avatar{background:var(--brand-dark-10);width:56px;height:56px;color:var(--brand-dark);border-radius:100px;flex:none;place-items:center;display:grid}.lk-manager__avatar .icon{width:1.8em;height:1.8em}.lk-manager__name{color:var(--color-ink);font-weight:800}.lk-manager__role{color:var(--color-muted);font-size:var(--text-sm)}.lk-manager__actions{gap:var(--space-xs);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}.lk-manager__links{border-top:1px solid var(--color-line);margin:0;padding:0;list-style:none}.lk-manager__links a{align-items:center;gap:var(--space-xs);color:var(--color-ink);border-bottom:1px solid var(--color-line);padding:.55em 0;display:flex}.lk-manager__links a:hover{color:var(--brand-dark-cta)}.lk-manager__links .icon{color:var(--brand)}@media (width<=959px){.lk-page{flex-direction:column}.lk-page__aside{flex:auto;align-self:stretch;width:100%}.lk-manager{position:static}.lk-widgets{grid-template-columns:1fr}.lk-widgets .big{grid-column:auto}.lk-terms__row{grid-template-columns:minmax(0,1fr) 2.5em 2.2em}.lk-terms__track{display:none}}.cart-page,.checkout-page,.success-page{padding-block:var(--space-lg) var(--space-xxl)}.cart-head{align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-lg);display:flex}.cart-head__title{margin:0}.cart-head__count{color:var(--color-muted);font-size:var(--text-sm)}.cart-grid{gap:var(--space-lg);grid-template-columns:1fr 340px;align-items:start;display:grid}.cart-list{gap:var(--space-md);flex-direction:column;display:flex}.cart-row{gap:var(--space-md);padding:var(--space-md);background:var(--color-bg);border:1px solid var(--color-line);border-radius:var(--radius-lg);box-shadow:var(--shadow-box-xs);grid-template-columns:88px 1fr auto;align-items:start;display:grid}.cart-row__media{border-radius:var(--radius);background:var(--color-bg-soft);flex:none;width:88px;height:88px;display:block;overflow:hidden}.cart-row__media img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.cart-row__body{gap:var(--space-xxs);flex-direction:column;min-width:0;display:flex}.cart-row__name{color:var(--color-ink);font-weight:600;line-height:1.25;text-decoration:none}.cart-row__name:hover{color:var(--brand)}.cart-row__art{color:var(--color-muted);font-size:var(--text-xs)}.cart-row__imprint{margin:var(--space-xxs) 0 0;gap:var(--space-xxs);flex-wrap:wrap;display:flex}.cart-row__unit{color:var(--color-muted);font-size:var(--text-xs);margin-top:var(--space-xxs)}.cart-row__aside{align-items:flex-end;gap:var(--space-sm);text-align:right;flex-direction:column;display:flex}.cart-row__total{font-weight:700;font-size:var(--text-md);white-space:nowrap}.qty{border:1px solid var(--color-line);border-radius:var(--radius);align-items:center;display:inline-flex;overflow:hidden}.qty__btn{background:var(--color-bg-soft);cursor:pointer;width:2em;height:2.1em;color:var(--color-ink);font-size:var(--text-md);-webkit-user-select:none;user-select:none;border:0;place-items:center;line-height:1;display:grid}.qty__btn:hover:not(:disabled){background:var(--brand);color:#fff}.qty__btn:disabled{opacity:.4;cursor:default}.qty__val{text-align:center;width:2.6em;color:var(--color-ink);-moz-appearance:textfield;background:0 0;border:0;font-weight:600}.qty__val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty__val::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-del{align-items:center;gap:var(--space-xxs);cursor:pointer;color:var(--color-muted);font-size:var(--text-xs);background:0 0;border:0;padding:0;display:inline-flex}.cart-del:hover{color:var(--brand-danger)}.cart-sum{top:calc(var(--header-height) + var(--space-md));position:sticky}.cart-sum__title{margin:0 0 var(--space-md);font-size:var(--text-md)}.cart-sum__line{justify-content:space-between;gap:var(--space-md);padding:var(--space-xs) 0;color:var(--color-muted);display:flex}.cart-sum__line--total{border-top:1px solid var(--color-line);margin-top:var(--space-xs);padding-top:var(--space-md);color:var(--color-ink);font-size:var(--text-lg);font-weight:700}.cart-sum__cta{margin-top:var(--space-md);width:100%}.cart-sum__note{margin-top:var(--space-sm);color:var(--color-muted);font-size:var(--text-xs);text-align:center}.cart-empty{text-align:center;padding:var(--space-xxl) var(--space-md)}.cart-empty__ic{width:3.5em;height:3.5em;color:var(--color-line);margin-bottom:var(--space-sm)}.cart-empty h1{margin:0 0 var(--space-xs)}.cart-empty p{margin:0 0 var(--space-lg)}.checkout-grid{gap:var(--space-lg);grid-template-columns:1fr 340px;align-items:start;display:grid}.checkout-form{gap:var(--space-lg);flex-direction:column;display:flex}.checkout-sec__title{margin:0 0 var(--space-md);font-size:var(--text-md)}.checkout-fields{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.field{gap:var(--space-xxs);flex-direction:column;display:flex}.field--wide{grid-column:1/-1}.field__lbl{font-size:var(--text-xs);color:var(--color-muted)}.field textarea.inp{resize:vertical;min-height:5em;font:inherit}.checkout-mini{gap:var(--space-xs);flex-direction:column;display:flex}.checkout-mini__row{justify-content:space-between;gap:var(--space-sm);font-size:var(--text-sm);display:flex}.checkout-mini__row span:first-child{color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.checkout-err{color:var(--brand-danger);font-size:var(--text-sm);margin-top:var(--space-sm)}.success-card{text-align:center;max-width:520px;padding:var(--space-xxl) var(--space-lg);margin-inline:auto}.success-check{width:4.5em;height:4.5em;margin:0 auto var(--space-lg);background:color-mix(in srgb,var(--brand) 15%,transparent);color:var(--brand);border-radius:50%;place-items:center;display:grid}.success-check .icon{width:2.4em;height:2.4em}.success-card h1{margin:0 0 var(--space-xs)}.success-card p{margin:0 0 var(--space-lg)}.success-actions{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}@media (width<=767px){.cart-grid,.checkout-grid{grid-template-columns:1fr}.cart-sum{position:static}.cart-row{grid-template-columns:72px 1fr}.cart-row__media{width:72px;height:72px}.cart-row__aside{text-align:left;flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}.checkout-fields{grid-template-columns:1fr}}
