.cookie-banner{position:fixed;right:max(55px,calc((100vw - 1500px)/2 + 55px));bottom:20px;transform:none;width:min(425px,calc(100% - 32px));background:var(--color-bg);color:var(--color-text);padding:20px 25px;border-radius:10px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;box-shadow:0 1px 6px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.cookie-banner__content{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1;min-width:0}.cookie-banner__content p{margin:0;font-size:13px;line-height:1.45}.cookie-banner__link{color:var(--color-text-muted);text-decoration:underline;text-underline-offset:2px;font-size:13px}.cookie-banner__link:focus-visible{color:var(--color-accent)}.cookie-banner__btn{border:none;background:var(--color-accent);color:var(--color-bg);border-radius:8px;padding:0 16px;font-size:14px;font-weight:500;min-width:112px;min-height:40px;align-self:center;cursor:pointer;transition:background .15s ease}.cookie-banner__btn:focus-visible{background:var(--color-accent-hover)}@media(max-width:1024px){.cookie-banner{left:30px;right:30px;bottom:calc(86px + env(safe-area-inset-bottom));width:auto;padding:14px;gap:12px;grid-template-columns:1fr auto;align-items:start}.cookie-banner__btn{min-width:104px;min-height:38px;margin-top:2px}}@media(max-width:768px){.cookie-banner{left:16px;right:16px;bottom:calc(82px + env(safe-area-inset-bottom));border:none;padding:14px;gap:10px 12px;border-radius:10px;grid-template-columns:1fr}.cookie-banner__content{display:block}.cookie-banner__content p{display:inline;font-size:13px;line-height:1.4}.cookie-banner__link{display:inline;margin-left:4px;font-size:13px}.cookie-banner__btn{width:100%;font-size:14px;padding:0 16px;min-height:40px}}@media(hover:hover)and (pointer:fine){.cookie-banner__link:hover{color:var(--color-accent)}.cookie-banner__btn:hover{background:var(--color-accent-hover)}}.auth__overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f0f0f2e;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.auth__card{width:min(450px,100%);background:var(--color-bg);border-radius:10px;padding:30px 40px;box-shadow:0 12px 30px #1b1b1b14,0 0 12px #ffffff2e;animation:authCardIn .18s ease}.auth__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px;position:relative}.auth__title-row{display:flex;align-items:center;gap:10px}.auth__title{margin:0;font-size:24px;font-weight:500;color:var(--color-text)}.auth__back{width:22px;height:22px;border:none;padding:0;border-radius:6px;cursor:pointer;background-color:var(--color-text);mask:url(/images/icons/arrow-stick.png) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow-stick.png) center/contain no-repeat;transform:rotate(180deg);transition:background-color .15s ease}.auth__back:focus-visible{background-color:var(--color-accent)}.auth__close{position:absolute;top:-17px;right:-27px;width:20px;height:20px;border:none;padding:0;border-radius:50%;cursor:pointer;background:transparent;color:var(--color-text)}.auth__close:focus-visible{color:var(--color-accent)}.auth__close:focus-visible img{filter:brightness(0) saturate(100%) invert(52%) sepia(43%) saturate(548%) hue-rotate(56deg) brightness(93%) contrast(88%)}.auth__close img{width:100%;height:100%;display:block;transition:filter .15s ease}.auth__tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px}.auth__tab{border:1px solid var(--color-border);background:#fff;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer}.auth__tab.is-active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.auth__form{display:flex;flex-direction:column;gap:22px}.auth__intro{font-size:16px;color:var(--color-text)}.auth__field{display:flex;flex-direction:column;font-size:16px;color:var(--color-text)}.auth__control{position:relative;display:block}.auth__form input{width:100%;border:1px solid #9aa09a;border-radius:10px;padding:10px 15px;font-size:16px;color:var(--color-text);transition:border-color .15s ease,color .15s ease}.auth__form input.auth__input--filled{border-color:#9aa09a;color:var(--color-text)}.auth__form input:focus-visible{border-color:var(--color-text);color:var(--color-text)}.auth__field.has-error input{border-color:var(--color-error);color:var(--color-error)}.auth__field.has-error input:disabled{border-color:var(--color-error);color:var(--color-error);opacity:1}.auth__form input::placeholder{color:#9aa09a}.auth__form input:focus-visible::placeholder{color:var(--color-text)}.auth__input--readonly{background:var(--color-disabled-input-bg);border-color:#9aa09a;color:var(--color-text-muted);cursor:not-allowed}.auth__form input:read-only,.auth__form input:read-only:focus,.auth__form input:read-only:focus-visible,.auth__form input:read-only:active{background:var(--color-disabled-input-bg);border-color:#9aa09a;color:var(--color-text-muted)}.auth__input--with-toggle{padding-right:46px}.auth__toggle{position:absolute;top:50%;right:12px;width:20px;height:20px;border:none;padding:0;cursor:pointer;background-color:var(--color-text-muted);mask:url(/images/icons/eye.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/eye.svg) center/contain no-repeat;transform:translateY(-50%);transition:background-color .15s ease}.auth__toggle.is-active{mask-image:url(/images/icons/eye-close.svg);-webkit-mask-image:url(/images/icons/eye-close.svg)}.auth__toggle:focus-visible{background-color:var(--color-text)}.auth__link{align-self:flex-start;border:none;background:transparent;padding:0;font-size:14px;color:var(--color-text-muted);cursor:pointer;margin-top:6px;display:inline-flex;align-items:center}.auth__link:focus-visible{color:var(--color-accent)}.auth__link:disabled{cursor:not-allowed;opacity:.7}.auth__link-spinner{width:14px;height:14px;margin-left:8px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;display:inline-block;animation:authSpin .8s linear infinite}.auth__form input:focus-visible{outline-offset:2px}.auth__floating-label{position:absolute;left:12px;top:50%;transform:translateY(-50%);border-radius:2px;font-size:14px;color:var(--color-text-muted);padding:0 4px;background:var(--color-bg);pointer-events:none;transition:transform .15s ease,color .15s ease,font-size .15s ease}.auth__form input:focus+.auth__floating-label,.auth__form input:not(:placeholder-shown)+.auth__floating-label{transform:translateY(-26px);font-size:11px}.auth__form input:not(:placeholder-shown)+.auth__floating-label{color:#9aa09a}.auth__form input:focus-visible+.auth__floating-label{color:var(--color-text)}.auth__field.has-error input:focus+.auth__floating-label,.auth__field.has-error input:focus-visible+.auth__floating-label,.auth__field.has-error input:not(:placeholder-shown)+.auth__floating-label{color:var(--color-error)}.auth__code-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.auth__code-input{padding:0;height:56px;text-align:center;font-size:24px;font-weight:500;letter-spacing:.04em;font-variant-numeric:tabular-nums}.auth__code-input--error{border-color:var(--color-error);color:var(--color-error)}.auth__code-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--color-text)}.auth__resend{border:none;background:transparent;padding:0;margin-top:8px;font-size:14px;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease}.auth__resend:focus-visible{color:var(--color-accent)}.auth__resend:disabled{cursor:not-allowed;opacity:.6}.auth__resend:disabled:focus-visible{color:var(--color-text-muted)}.auth__submit{font-size:16px;border:none;background:var(--color-accent);color:#fff;padding:12px 10px;border-radius:10px;font-weight:400;cursor:pointer}.auth__submit:focus-visible{background:var(--color-accent-hover)}.auth__error{margin:4px 0 0;font-size:12px;color:var(--color-error)}@keyframes authCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes authSpin{to{transform:rotate(360deg)}}@media(max-width:1024px){.auth__overlay{padding:20px}.auth__card{padding:26px 32px}.auth__header{margin-bottom:18px}.auth__close{top:-12px;right:-20px}.auth__title{font-size:20px}.auth__intro,.auth__field,.auth__form input,.auth__tab,.auth__link,.auth__resend,.auth__submit{font-size:14px}.auth__form{gap:18px}}@media(max-width:480px){.auth__overlay{padding:16px}.auth__card{padding:22px 20px}.auth__header{margin-bottom:16px}.auth__close{top:-8px;right:-8px;width:18px;height:18px}.auth__title{font-size:18px}.auth__tabs{margin-bottom:14px}.auth__form{gap:16px}.auth__code-grid{gap:6px}.auth__code-input{height:48px;font-size:20px}}@media(hover:hover)and (pointer:fine){.auth__back:hover{background-color:var(--color-accent)}.auth__close:hover{color:var(--color-accent)}.auth__close:hover img{filter:brightness(0) saturate(100%) invert(52%) sepia(43%) saturate(548%) hue-rotate(56deg) brightness(93%) contrast(88%)}.auth__form input:hover:not(:read-only){border-color:var(--color-text);color:var(--color-text)}.auth__field.has-error input:hover:not(:read-only){border-color:var(--color-error)}.auth__form input:hover:not(:read-only)::placeholder{color:var(--color-text)}.auth__toggle:hover{background-color:var(--color-text)}.auth__link:hover{color:var(--color-accent)}.auth__form input:hover:not(:read-only)+.auth__floating-label{color:var(--color-text)}.auth__resend:hover{color:var(--color-accent)}.auth__resend:disabled:hover{color:var(--color-text-muted)}.auth__submit:hover{background:var(--color-accent-hover)}}.site-frame{display:flex;flex-direction:column;min-height:100vh;background-color:var(--color-bg)}.header{padding-top:8px;display:flex;align-items:center;flex-direction:column;gap:.75rem;background-color:var(--color-bg);box-shadow:0 3px 6px #11111114}.header__container{display:flex;flex-direction:column;gap:15px}.header__top{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:#595959;position:relative}.header__top>.region{flex:0 1 auto;max-width:45%;min-width:0;justify-self:start}.region{display:flex;flex-direction:column;gap:.35rem;position:relative;z-index:50}.region__change{display:flex;align-items:flex-start;color:var(--color-text);gap:5px;font-size:13px;letter-spacing:.08em;border:none;cursor:pointer;transition:color .1s ease;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.region__change:focus-visible{color:var(--color-accent)}.region__change:focus-visible .region__img{filter:brightness(0) saturate(100%) invert(52%) sepia(43%) saturate(548%) hue-rotate(56deg) brightness(93%) contrast(88%)}.region__change-skeleton{display:inline-block;width:84px;height:12px;border-radius:999px;background:linear-gradient(90deg,var(--color-accent-2-hover) 10%,color-mix(in srgb,var(--color-bg) 62%,var(--color-accent-2-hover)) 50%,var(--color-accent-2-hover) 90%);background-size:200% 100%;animation:region-city-skeleton 1.1s ease-in-out infinite}@keyframes region-city-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.region__img{width:15px;height:15px;transition:filter .1s ease,opacity .1s ease}.region__prompt{background:var(--color-bg);color:var(--color-text);padding:25px 40px 25px 25px;border-radius:10px;overflow:visible}.region__title{color:var(--color-text);font-size:24px;font-weight:500}.region__title--current{display:flex;align-items:baseline;gap:5px;min-width:0;white-space:nowrap}.region__title--current .region__title-label,.region__title--current .region__title-city{display:inline;margin:0}.region__title--current .region__title-city{overflow:hidden;min-width:0;text-overflow:ellipsis}.region__title-label{display:block;font-size:16px;font-weight:400;margin-bottom:5px}.region__title-city{display:block;font-size:18px;font-weight:500}.region__prompt--floating{position:absolute;top:calc(100% + 12px);left:-25px;width:min(420px,calc(100vw - 32px));min-width:320px;max-width:420px;z-index:140;overflow:visible;background:var(--color-bg);filter:drop-shadow(0 1px 6px rgba(0,0,0,.15))}.region__prompt--floating:before{content:"";position:absolute;top:-10px;left:24px;width:20px;height:11px;background:var(--color-bg);clip-path:polygon(50% 0,100% 100%,0 100%);pointer-events:none}@media(max-width:1024px){.region__prompt--floating{width:min(420px,calc(100vw - 64px));min-width:280px}}@media(max-width:768px){.region__prompt-header{padding-right:24px}.region__prompt--floating{position:fixed;top:72px;left:16px;right:16px;width:auto;min-width:0;max-width:none}.region__prompt--floating:before{display:block;top:-13px;left:calc(clamp(126px,22vw,170px) + 10px);width:22px;height:14px}.region__prompt{padding:16px 20px 18px}.region__title,.region__title-city{font-size:18px}.region__close{top:0;right:0}}.region__prompt-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;position:relative}.region__prompt-header p{margin:0;font-weight:500}.region__close{display:grid;place-items:center;cursor:pointer;font-size:1.1rem;line-height:1;position:absolute;top:-12px;right:-27px;transition:color .15s ease;color:var(--color-text-muted)}.region__close:focus-visible{color:var(--color-accent)}@media(max-width:768px){.region .region__close{top:0;right:0}}.region__status{font-size:.85rem;color:#4b5248;margin:.25rem 0 .35rem}.region__chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.65rem}.region__chip{border:1px solid #dfe2dd;border-radius:10px;padding:.35rem .85rem;background:#fff;cursor:pointer}.region__chip--active{background:#1d2d20;color:#fff;border-color:#1d2d20}.region__select-row{margin-top:15px}.region__select{display:block;margin-top:.35rem;padding:.45rem .65rem;border-radius:10px;border:1px solid #dfe2dd;background:#fff}.region__search{display:grid;gap:8px}.region__search-field{position:relative}.region__search-input{width:100%;box-sizing:border-box;min-height:40px;font-size:14px;line-height:20px;font-family:inherit;color:var(--color-text);border:1px solid var(--color-border);border-radius:10px;padding:10px 42px 10px 14px;background:transparent;-webkit-appearance:none;appearance:none}.region__search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}.region__search-input::-ms-clear{display:none}.region__search-clear{position:absolute;top:50%;right:10px;display:inline-flex;align-items:center;justify-content:flex-start;width:22px;height:22px;padding:0;border:0;background:transparent;transform:translateY(-50%);cursor:pointer;opacity:.58;border-radius:50%}.region__search-clear:focus-visible{opacity:1}.region__search-clear img{width:18px;height:18px;display:block;filter:none}.region__search-input::placeholder{font-family:inherit;font-size:14px;line-height:20px;color:var(--color-text-muted)}.region__dropdown{max-height:260px;padding:5px 0;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 1px 6px #00000026;scrollbar-color:rgba(17,17,17,.18) transparent;scrollbar-width:thin}.region__dropdown::-webkit-scrollbar{width:8px}.region__dropdown::-webkit-scrollbar-track{background:transparent}.region__dropdown::-webkit-scrollbar-thumb{background:#1111112e;border-radius:999px}.region__dropdown-item{width:calc(100% - 34px);color:var(--color-text);text-align:left;border:none;background:transparent;padding:.55rem .75rem;cursor:pointer}.region__dropdown-item--active{color:var(--color-text);background:var(--color-accent-2)}.region__dropdown-info{padding:10px;color:var(--color-text-muted);font-size:.9rem}.region__prompt-actions{margin-top:15px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.region__custom{display:flex;gap:.5rem;align-items:center}.region__custom input{border:1px solid #dfe2dd;border-radius:12px;padding:.35rem .75rem}.region__btn{width:100%;font-size:16px;border:1px solid var(--color-border);border-radius:10px;color:var(--color-text);background:#fff;padding:9px 15px;cursor:pointer;transition:background-color .1s ease}.region__btn:focus-visible{background:var(--color-accent-2);color:var(--color-text);border-color:var(--color-accent-2)}.region__btn--primary{font-size:16px;background:var(--color-accent);border:0;border-radius:10px;color:var(--color-bg)}.region__btn--primary:focus-visible{background:var(--color-accent-hover);color:var(--color-bg)}.region__confirm{margin:15px 0 0}.region__confirm-title{margin:0 0 .35rem;font-weight:500}.region__hint{font-size:.85rem;color:var(--color-text-muted);align-self:center}.header__dropdown{position:absolute;top:100%;left:0;min-width:180px;margin-top:.4rem;background:var(--color-primary);border-radius:10px;padding:7px;display:none;flex-direction:column;gap:5px;box-shadow:0 10px 30px #0607081f;z-index:40}.header__dropdown:before{content:"";position:absolute;top:-.8rem;left:0;right:0;height:.8rem}.header__dropdown--open{display:flex}.header__dropdown-link{color:var(--color-bg);text-decoration:none;padding:.45rem .75rem;border-radius:10px}.header__dropdown-link:focus-visible{background:var(--color-primary-hover)}.header__nav{display:flex;align-items:center;gap:25px;position:absolute;left:50%;transform:translate(-50%);z-index:60}.header__nav-link{font-size:13px;color:var(--color-text);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .1s ease}.header__nav-item{display:flex;position:relative}.header__nav-item:after{content:"";position:absolute;left:0;right:0;top:100%;height:.5rem}.header__nav-link--dropdown{border:none;background:transparent;cursor:pointer;padding:0}.header__nav-link--open{color:var(--color-accent);border-radius:10px}.header__nav-link:focus-visible{color:var(--color-accent)}.header__nav-arrow{width:10px;height:10px;transition:transform .1s ease;fill:currentColor}.header__nav-arrow--open{transform:rotate(180deg)}.header__phone{color:var(--color-text);font-size:13px;font-weight:500;transition:color .1s ease;justify-self:end;min-width:0}.header__phone a{color:inherit;text-decoration:none;transition:color .1s ease}.header__phone a:focus-visible{color:var(--color-accent)}.header__phone:focus-visible{color:var(--color-accent)}.header__bar{display:flex;background:var(--color-bg);margin:0;padding:15px 0;position:relative;z-index:30;box-shadow:0 6px 6px -5px #0000001a;border-radius:0}.header__bar-inner{display:flex;align-items:center;justify-content:flex-start;gap:18px;width:calc(100% - 44px);position:relative}.container.header__bar-container{width:100%;max-width:1500px;padding:0 80px;margin:0 auto}.header__region-mobile{display:none}.header__bar--checkout{margin-top:0}.header__bar--checkout .header__bar-inner{justify-content:flex-start}.header__checkout-meta{display:flex;align-items:center;min-width:0;margin-left:8px;margin-right:auto}.header__checkout-meta .region{flex:0 1 auto;min-width:0}.header__checkout-meta .region__change{align-items:center;letter-spacing:0}.header__phone--checkout{flex:0 0 auto;margin-left:auto;margin-right:6px;white-space:nowrap}.header__brand{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;position:relative;z-index:3;width:clamp(132px,12vw,182px);min-width:0;height:42px;color:var(--color-text);text-decoration:none;transition:opacity .15s ease}.header__brand-logo{display:block;width:100%;height:auto;max-height:36px;object-fit:contain;transition:filter .15s ease}.header__brand:active{transform:none}.header__brand:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 20%,transparent)}.header__search-block{display:flex;gap:10px;position:absolute;left:50%;z-index:2;width:min(clamp(560px,50vw,800px),calc(100vw - 620px));min-width:0;transform:translate(-50%)}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:25px;position:relative;z-index:3;margin-left:auto;padding-left:28px}.header__quick-links{display:flex;align-items:center;gap:20px}.header__search-sticky-wrap,.header__search-sticky-sentinel{display:none}@media(min-width:1025px){.header__bar{position:sticky;top:-1px}.header__bar.is-search-open{z-index:240;isolation:isolate}.header__bar.is-search-open:before{content:"";position:absolute;inset:0;z-index:4;border-radius:inherit;background:#11111147;pointer-events:auto}.header__bar.is-search-open .header__search-block{z-index:5}.header__bar.is-search-open .header__search-block:before{content:"";position:absolute;inset:0;z-index:1;border-radius:10px;pointer-events:auto}.header__bar.is-search-open .header__catalog-wrap{z-index:0;pointer-events:none}.header__bar.is-search-open .header__search{z-index:2}.header__bar.is-search-open .header__actions,.header__bar:has(.header__search.is-open) .header__actions{visibility:hidden;opacity:0;pointer-events:none}.header__bar--checkout{position:relative;top:auto}}@media(min-width:1025px)and (max-width:1280px){.header__search-block{width:min(620px,calc(100vw - 680px));gap:8px}.header__bar .header__catalog{gap:0;padding-left:16px;padding-right:16px}.header__bar .catalog__img{display:none}.header__actions{gap:12px;padding-left:12px}.header__quick-links{gap:12px}.header__auth{gap:6px}}@media(min-width:1025px)and (max-width:1120px){.header__search-block{width:min(560px,calc(100vw - 660px))}.header__actions{gap:8px;padding-left:8px}.header__quick-links{gap:8px}}.header__catalog{display:flex;align-items:center;gap:11px;color:var(--color-bg);font-size:14px;background-color:var(--color-primary);padding:12px 25px;border:0;border-radius:10px;transition:background-color .1s ease}.header__catalog:active{transform:none}.header__catalog:focus-visible{background-color:var(--color-primary-hover);outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 20%,transparent)}.header__catalog-wrap{position:relative}.header__catalog-wrap:after{content:"";position:absolute;left:0;right:0;top:100%;height:15px}.catalog{position:absolute;top:calc(100% + 10px);left:0;width:100%;padding:0;border-radius:12px;box-sizing:border-box;background:#fff;box-shadow:0 1px 6px #00000026;display:none;z-index:60;overflow:hidden}.catalog:not(.catalog--panel-open){width:max-content!important;max-width:calc(100vw - 32px)}.catalog:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.catalog--open{display:block}.catalog__layout{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:0;background:#fff;max-height:min(680px,calc(100vh - 170px))}.catalog:not(.catalog--panel-open) .catalog__layout{grid-template-columns:1fr;min-height:0}.catalog:not(.catalog--panel-open) .catalog__panel{display:none}.catalog__sidebar{display:grid;align-content:start;width:max-content;max-width:min(360px,calc(100vw - 32px));box-sizing:border-box;gap:4px;min-height:0;overflow:auto;padding:10px;scrollbar-width:thin}.catalog__sidebar-item{display:grid;grid-template-columns:30px minmax(0,1fr) 13px;align-items:center;column-gap:8px;border:0;background:transparent;border-radius:8px;min-height:46px;padding:8px;font-size:14px;color:var(--color-text);cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.catalog__sidebar-icon{width:25px;height:25px;justify-self:center;background:var(--color-primary);mask-position:center;-webkit-mask-position:center;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;transition:background-color .15s ease}.catalog__sidebar-item>span:not(.catalog__sidebar-icon):not(.catalog__sidebar-arrow){line-height:1.25;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog__sidebar-item--active,.catalog__sidebar-item:focus-visible{background:#f1f2f3;color:var(--color-accent);outline:none}.catalog__sidebar-item:is(:hover,:focus-visible,.catalog__sidebar-item--active) .catalog__sidebar-icon{background:var(--color-accent)}.catalog__sidebar-arrow{width:15px;height:15px;opacity:0;background:currentColor;mask:url(/images/icons/arrow.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center / contain no-repeat;transform:rotate(-90deg);margin-left:-3px;transition:opacity .15s ease,transform .15s ease}.catalog__sidebar-item--active .catalog__sidebar-arrow,.catalog__sidebar-item:focus-visible .catalog__sidebar-arrow{opacity:1}.catalog__panel{min-width:0;min-height:0;overflow:auto;border-left:1px solid #e1e4e7;padding:22px 28px 22px 34px;scrollbar-width:thin}.catalog__panel-group{display:none}.catalog__panel-group--active{display:grid;gap:10px;align-content:start}.catalog__branch-copy{display:block;min-width:0}.catalog__panel-title{width:fit-content;color:var(--color-text);font-size:18px;font-weight:500;line-height:1.2;overflow-wrap:anywhere}.catalog__panel-grid{--catalog-panel-column-gap: clamp(20px, 3vw, 42px);display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px var(--catalog-panel-column-gap)}.catalog__panel-column{display:flex;flex:0 1 calc((100% - var(--catalog-panel-column-gap) - var(--catalog-panel-column-gap)) / 3);min-width:170px;flex-direction:column}.catalog__branch-tree{flex:0 1 calc((100% - var(--catalog-panel-column-gap) - var(--catalog-panel-column-gap)) / 3);min-width:0;align-self:flex-start}.catalog__panel-column>.catalog__branch-tree,.catalog__branch-children>.catalog__branch-tree{flex:0 0 auto;width:100%}.catalog__branch-item{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;min-width:0}.catalog__branch-item--has-children{grid-template-columns:18px minmax(0,1fr);gap:9px}.catalog__branch-link{display:block;min-width:0;padding:8px 0;color:#30343a;transition:background-color .15s ease,color .15s ease}.catalog__branch-toggle{position:relative;width:16px;height:16px;margin-top:2px;padding:0;border:1px solid #9ca4aa;border-radius:2px;box-sizing:border-box;background:transparent;cursor:pointer}.catalog__branch-toggle:before,.catalog__branch-toggle:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:1px;background:#8e979e;transform:translate(-50%,-50%)}.catalog__branch-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.catalog__branch-toggle[aria-expanded=true]:after{opacity:0}.catalog__branch-toggle:hover,.catalog__branch-toggle:focus-visible{border-color:var(--color-accent);outline:none}.catalog__branch-toggle:hover:before,.catalog__branch-toggle:hover:after,.catalog__branch-toggle:focus-visible:before,.catalog__branch-toggle:focus-visible:after{background:var(--color-accent)}.catalog__branch-children{display:flex;flex-direction:column;padding-left:25px}.catalog__branch-title{color:inherit;font-size:13px;line-height:1.35}.catalog__branch-count{color:#9aa1a7;font-size:12px;line-height:1.35;white-space:nowrap}.header__primary{font-size:14px;color:var(--color-text);background-color:var(--color-accent-2);padding:12.5px 25px;border-radius:10px;border:none;transition:background-color .1s ease}.header__primary:focus-visible{background-color:var(--color-accent-2-hover);outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 20%,transparent)}.catalog__img{position:relative;width:18px;height:18px;flex:0 0 18px;background-color:var(--color-bg);mask:url(/images/icons/menu.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/menu.svg) center / contain no-repeat}.header__catalog--open .catalog__img{mask-image:url(/images/icons/close.svg);-webkit-mask-image:url(/images/icons/close.svg)}.header__search{display:block;gap:0;align-items:center;border-radius:10px;border:0;flex:1 1 auto;min-width:0;min-height:34px;padding:0;position:relative}.header__search.is-open{z-index:240;background:var(--color-bg)}.header__search-input{display:block;font-size:14px;color:var(--color-text);width:calc(100% - 44px);min-width:0;height:42px;border:1px solid var(--color-primary);border-radius:10px;background:var(--color-bg);padding:0 15px;margin-right:0;appearance:none;-webkit-appearance:none;outline:none;outline-offset:0;box-shadow:none;position:relative;z-index:2;transition:border-color .15s ease,width .42s cubic-bezier(.22,.61,.36,1),padding-right .42s cubic-bezier(.22,.61,.36,1)}.header__search-input:focus,.header__search-input:focus-visible,.header__search-button:focus,.header__search-button:focus-visible{outline:none!important;outline-offset:0!important;box-shadow:none!important}.header__search-input::-webkit-search-cancel-button,.header__search-input::-webkit-search-decoration,.header__search-input::-webkit-search-results-button,.header__search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none;width:0;height:0}.header__search-input::-ms-clear{display:none}.header__search-input::placeholder{color:var(--color-text-muted);transition:color .15s ease}.header__search-clear{position:absolute;top:50%;right:66px;z-index:4;display:grid;place-items:center;width:20px;height:20px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-50%) translate(8px) scale(.96);transition:right .42s cubic-bezier(.22,.61,.36,1),opacity .18s ease,transform .42s cubic-bezier(.22,.61,.36,1)}.header__search.has-query .header__search-clear:not(:disabled){opacity:1;pointer-events:auto;transform:translateY(-50%) translate(0) scale(1)}.header__search.is-action-expanded .header__search-clear:not(:disabled){right:132px}.header__search-clear:before{content:"";width:17px;height:17px;background-color:var(--color-text-muted);mask:url(/images/icons/close-slim.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/close-slim.svg) center / contain no-repeat;transition:background-color .15s ease}.header__search-clear:hover:before,.header__search-clear:focus-visible:before{background-color:var(--color-text)}.header__search-cancel,.header__search-icon{display:none}.header__search-button{display:inline-flex;align-items:center;justify-content:center;gap:0;width:54px;height:42px;cursor:pointer;border:0;background:transparent;border-radius:0 10px 10px 0;padding:0 10px 0 17px;flex:none;overflow:hidden;white-space:nowrap;transition:width .42s cubic-bezier(.22,.61,.36,1),background-color .28s ease,gap .42s cubic-bezier(.22,.61,.36,1),padding .42s cubic-bezier(.22,.61,.36,1);position:absolute;top:0;right:0;z-index:auto}.header__search-button:before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--color-primary);z-index:1;pointer-events:none;transition:background-color .18s ease}.header__search-button:hover:before{background:var(--color-primary-hover)}.header__search-button svg path{fill:var(--color-bg);transition:fill .15s ease}.header__search-button-icon{flex:0 0 auto;width:22px;height:22px;position:relative;z-index:3;order:1}.header__search.is-action-expanded .header__search-button{width:120px;gap:7px;justify-content:center;padding:0 16px 0 24px}.header__search.is-action-expanded .header__search-input{width:calc(100% - 110px);margin-right:0}.header__search.is-action-expanded .header__search-button svg path{fill:var(--color-bg)}.header__search-button-text{display:inline-block;width:0;color:var(--color-bg);font-size:14px;line-height:1;opacity:0;transform:translate(-8px);overflow:hidden;position:relative;z-index:3;order:2;transition:width .42s cubic-bezier(.22,.61,.36,1),opacity .42s cubic-bezier(.22,.61,.36,1),transform .42s cubic-bezier(.22,.61,.36,1)}.header__search.is-action-expanded .header__search-button-text{width:50px;opacity:1;transform:translate(0)}.header__search:has(.header__search-input:focus-visible){border-color:transparent}.header__search:hover .header__search-input,.header__search:has(.header__search-input:focus-visible) .header__search-input{border-color:var(--color-primary)}.header__search:has(.header__search-input:focus-visible) .header__search-input{color:var(--color-text)}.header__search:has(.header__search-input:focus-visible) .header__search-input::placeholder{color:var(--color-text-muted)}.header-search-panel{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:230;display:flex;flex-direction:column;gap:14px;max-height:min(640px,calc(100vh - 160px));overflow-y:auto;padding:10px;border-radius:10px;background:var(--color-bg);box-shadow:0 24px 60px #1111112e}.header-search-overlay{position:fixed;inset:0;z-index:220;border:0;background:#11111147;cursor:default}@keyframes headerSearchFullscreenIn{0%{opacity:0}to{opacity:1}}@keyframes headerSearchFullscreenOut{0%{opacity:1}to{opacity:0}}@keyframes headerSearchFullscreenMobileIn{0%{opacity:0}to{opacity:1}}@keyframes headerSearchFullscreenMobileOut{0%{opacity:0}to{opacity:0}}@keyframes headerSearchBarIn{0%{transform:translate3d(0,var(--header-search-open-offset-y, 56px),0)}to{transform:translateZ(0)}}@keyframes headerSearchBarOut{0%{transform:translateZ(0)}to{transform:translate3d(0,var(--header-search-open-offset-y, 56px),0)}}@keyframes headerSearchIconIn{0%{transform:translate3d(0,var(--header-search-open-offset-y, 56px),0) translateY(-50%);opacity:1}to{transform:translateZ(0) translateY(-50%);opacity:1}}@keyframes headerSearchIconOut{0%{transform:translateZ(0) translateY(-50%)}to{transform:translate3d(0,var(--header-search-open-offset-y, 56px),0) translateY(-50%)}}@keyframes headerSearchCancelIn{0%{flex-basis:0;max-width:0;margin-left:0;opacity:0;clip-path:inset(0 0 0 100%);transform:translate3d(0,var(--header-search-open-offset-y, 56px),0)}45%{opacity:0}to{flex-basis:var(--header-search-cancel-width, 58px);max-width:var(--header-search-cancel-width, 58px);margin-left:var(--header-search-control-gap, 8px);opacity:1;clip-path:inset(0 0 0 0);transform:translateZ(0)}}@keyframes headerSearchCancelOut{0%{flex-basis:var(--header-search-cancel-width, 58px);max-width:var(--header-search-cancel-width, 58px);margin-left:var(--header-search-control-gap, 8px);opacity:1;clip-path:inset(0 0 0 0);transform:translateZ(0)}55%{opacity:0}to{flex-basis:0;max-width:0;margin-left:0;opacity:0;clip-path:inset(0 0 0 100%);transform:translate3d(0,var(--header-search-open-offset-y, 56px),0)}}@keyframes headerSearchClearIn{0%{opacity:0;transform:translateY(-50%) scale(.96)}to{opacity:1;transform:translateY(-50%) scale(1)}}@keyframes headerSearchPanelIn{0%{opacity:1;transform:translate3d(0,var(--header-search-open-offset-y, 56px),0)}to{opacity:1;transform:translateZ(0)}}@keyframes headerSearchPanelOut{0%{opacity:0;transform:translateZ(0)}35%{opacity:0}to{opacity:0;transform:translate3d(0,var(--header-search-open-offset-y, 56px),0)}}.header-search-panel__section{display:flex;flex-direction:column;min-width:0;gap:5px}.header-search-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 5px 0}.header-search-panel__section:has(.header-search-panel__chips) .header-search-panel__header{display:flex}.header-search-panel__title{margin:0;font-size:14px;line-height:1.2;font-weight:500;color:var(--color-text)}.header-search-panel__clear{border:0;background:transparent;color:var(--color-text-muted);font-size:14px;line-height:1.2;cursor:pointer;transition:color .15s ease}.header-search-panel__clear:hover,.header-search-panel__clear:focus-visible{color:var(--color-text)}.header-search-panel__clear--footer{display:none;align-self:center;justify-content:center;text-align:center;padding:0 5px}.header-search-panel__chips{display:flex;flex-direction:column;flex-wrap:nowrap;gap:0}.header-search-panel__chip-wrap{display:inline-flex;align-items:stretch;width:100%;max-width:100%;border-radius:8px;background:transparent;transition:background-color .15s ease}.header-search-panel__chip{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex:1 1 auto;min-width:0;border:0;border-radius:0;background:transparent;color:var(--color-text);padding:10px;font-size:14px;line-height:1.2;text-align:left;cursor:pointer;max-width:100%;overflow-wrap:anywhere}.header-search-panel__history-icon{width:18px;height:18px;flex:0 0 18px;background-color:var(--color-text-muted);mask:url(/images/icons/history.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/history.svg) center / contain no-repeat}.header-search-panel__chip-remove{display:grid;place-items:center;width:34px;min-width:34px;border:0;border-radius:999px;background:transparent;cursor:pointer;opacity:0;transition:opacity .15s ease}.header-search-panel__chip-wrap:hover,.header-search-panel__chip-wrap:focus-within{background:var(--color-accent-2)}.header-search-panel__chip-wrap:hover .header-search-panel__chip-remove,.header-search-panel__chip-wrap:focus-within .header-search-panel__chip-remove,.header-search-panel__chip-remove:hover,.header-search-panel__chip-remove:focus-visible{opacity:1}.header-search-panel__chip-remove:before{content:"";width:17px;height:17px;background-color:var(--color-primary);mask:url(/images/icons/close.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/close.svg) center / contain no-repeat}.header-search-panel__chip-wrap.is-active,.header-search-panel__suggestion.is-active,.header-search-panel__product.is-active{background:var(--color-accent-2-hover)}.header-search-panel mark{padding:0;background:transparent;color:var(--color-accent)}.header-search-panel__list{display:flex;flex-direction:column;gap:5px}.header-search-panel__suggestion{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;border:0;border-radius:10px;background:transparent;color:var(--color-text);padding:8px 10px;text-align:left;font-size:15px;line-height:1.25;cursor:pointer;transition:background-color .15s ease,color .15s ease}.header-search-panel__suggestion:hover,.header-search-panel__suggestion:focus-visible{background:var(--color-accent-2)}.header-search-panel__suggestion:hover .header-search-panel__suggestion-icon,.header-search-panel__suggestion:focus-visible .header-search-panel__suggestion-icon,.header-search-panel__suggestion.is-active .header-search-panel__suggestion-icon{background-color:var(--color-primary)}.header-search-panel__suggestion-icon{width:16px;height:16px;flex:0 0 16px;background-color:var(--color-text-muted);mask:url(/images/icons/favorites.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/favorites.svg) center / contain no-repeat}.header-search-panel__suggestion--suggestion .header-search-panel__suggestion-icon{background-color:#000;mask-image:url(/images/icons/search.svg);-webkit-mask-image:url(/images/icons/search.svg)}.header-search-panel__suggestion--suggestion:hover .header-search-panel__suggestion-icon,.header-search-panel__suggestion--suggestion:focus-visible .header-search-panel__suggestion-icon,.header-search-panel__suggestion--suggestion.is-active .header-search-panel__suggestion-icon{background-color:#000}.header-search-panel__suggestion-image{width:35px;height:35px;flex:0 0 35px;object-fit:cover}.header-search-panel__suggestion span:last-child{min-width:0;overflow-wrap:anywhere}.header-search-panel__suggestion-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.header-search-panel__suggestion-meta{color:var(--color-text-muted);font-size:13px;line-height:1.2}.header-search-panel__products{display:grid;grid-template-columns:1fr;gap:5px;padding-top:15px;position:relative}.header-search-panel__products--only{padding-top:0}.header-search-panel__products:before{content:"";position:absolute;top:0;left:10px;right:10px;height:1px;background:var(--color-divider)}.header-search-panel__products--only:before{content:none}.header-search-panel__products-title{margin:0 0 2px;font-size:14px;line-height:1.2;padding-left:10px;color:var(--color-text-muted)}.header-search-panel__product{display:grid;grid-template-columns:35px minmax(0,1fr);align-items:center;gap:12px;width:100%;border:0;border-radius:12px;background:transparent;color:var(--color-text);padding:8px 10px;cursor:pointer;text-align:left;transition:background-color .15s ease,color .15s ease}.header-search-panel__product:hover,.header-search-panel__product:focus-visible{background:var(--color-accent-2)}.header-search-panel__product-image{width:35px;height:35px;object-fit:contain;border-radius:8px}.header-search-panel__product-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.header-search-panel__product-name{font-size:15px;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.header-search-panel__product-meta,.header-search-panel__status{font-size:13px;line-height:1.25;color:var(--color-text-muted)}.header-search-panel__status{margin:2px 10px 0}.header__favorite{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;font-size:11px;color:var(--color-text);transition:color .1s ease;flex-shrink:0}.header__orders{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;flex-shrink:0;color:var(--color-text);font-size:11px;transition:color .1s ease}.header__orders-icon{display:block;width:23px;height:23px;background:currentColor;mask:url(/images/icons/orders.png) center / contain no-repeat;-webkit-mask:url(/images/icons/orders.png) center / contain no-repeat}.header__orders-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.header__orders:focus-visible{color:var(--color-accent)}.header__favorite-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.header__favorite-icon-mark{display:block;width:23px;height:23px;background-color:currentColor;mask:url(/images/icons/favorites.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/favorites.svg) center / contain no-repeat}.header__favorite-count{display:flex;align-items:center;justify-content:center;position:absolute;top:-8px;left:20px;min-width:20px;height:16px;padding:0 5px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:10px;line-height:16px;text-align:center}.header__favorite-count--loading{width:24px;min-width:24px;padding:0;overflow:hidden;background:#dfe3dc}.header__favorite-count--loading:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,#dfe3dc00,#ffffffd9,#dfe3dc00);animation:headerProfileShimmer 1.2s ease-in-out infinite}.header__favorite-count-number{line-height:16px}.header__favorite-count-plus{display:inline-block;margin-bottom:2px}.header__favorite:focus-visible{color:var(--color-accent)}.header__phone-mobile{display:none;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border-radius:10px;background:var(--color-accent-2);color:var(--color-text);text-decoration:none;transition:background-color .15s ease,color .15s ease}.header__phone-mobile:focus-visible{background:var(--color-accent-2-hover);color:var(--color-accent)}.header__phone-mobile svg{width:20px;height:20px;fill:currentColor}.header__phone-mobile img{width:19px;height:19px;object-fit:contain}.header__auth{display:flex;align-items:center;gap:10px;position:relative;z-index:3}.header__profile-wrap{position:relative;display:block;width:42px;height:42px;flex:0 0 42px;box-sizing:border-box}.header__profile-wrap:after{content:"";position:absolute;left:-180px;right:0;top:100%;height:12px}.header__profile-wrap:before{content:"";position:absolute;left:-36px;top:0;bottom:-.5rem;width:36px;display:none}.header__profile-wrap.is-open:before{display:block}.header__profile-trigger{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0;padding:0;border:0;border-radius:10px;box-sizing:border-box;background:transparent;color:var(--color-text);transition:border-color .15s ease,background-color .15s ease,color .15s ease}.header__profile-icon{width:42px;height:42px;flex:0 0 42px;box-sizing:border-box;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent-2);transition:border-color .15s ease,color .15s ease,background-color .15s ease;font-size:16px;font-weight:400;text-transform:uppercase;position:relative;overflow:hidden}.header__profile-avatar{width:100%;height:100%;object-fit:cover;display:block}.header__profile-trigger:focus-visible .header__profile-icon{background-color:var(--color-accent-2-hover);outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 20%,transparent)}.header__profile-icon.is-loading{color:transparent;background:#dfe3dc}.header__profile-icon.is-loading:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,#dfe3dc00,#fffc,#dfe3dc00);animation:headerProfileShimmer 1.2s ease-in-out infinite}@keyframes headerProfileShimmer{to{transform:translate(100%)}}.header__profile-menu{position:absolute;top:100%;right:0;margin-top:10px;min-width:200px;background:var(--color-bg);border-radius:10px;padding:10px;box-shadow:0 1px 6px #00000026;display:none;flex-direction:column;gap:4px;z-index:20;overflow:hidden}.header__profile-menu:before{content:"";position:absolute;top:-.8rem;left:0;right:0;height:.8rem}.header__profile-menu--open{display:flex}.header__profile-item{width:100%;display:flex;align-items:center;gap:10px;border-radius:8px;padding:12px 8px;font-size:14px;color:var(--color-text);background:transparent;border:none;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.header__profile-item:focus-visible{background:var(--color-accent-2);color:var(--color-text)}.header__profile-item--title{font-weight:400;color:var(--color-text);position:relative}.header__profile-item--danger{color:#ff3b30}.header__profile-item--danger:focus-visible{background-color:transparent;color:#ff3b30}.header__nav-item.is-editor-locked .header__nav-link--dropdown,.header__profile-wrap.is-editor-locked .header__profile-trigger{cursor:not-allowed}.header__profile-divider{position:relative;width:100%}.header__profile-divider:before{content:"";position:absolute;left:10px;right:10px;top:-3px;height:1px;background:var(--color-border)}.header__profile-item-icon{width:23px;height:23px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:var(--color-accent);color:var(--color-bg);font-size:12px;line-height:1;text-transform:uppercase}.header__profile-item-icon--profile{width:20px;height:20px;border-radius:0;flex-shrink:0;color:inherit;background-color:currentColor;mask:url(/images/icons/profile.png) center / contain no-repeat;-webkit-mask:url(/images/icons/profile.png) center / contain no-repeat}.header__profile-item-icon--exit{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background-color:currentColor;mask:url(/images/icons/exit.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/exit.svg) center / contain no-repeat}.header__profile-item-icon--settings,.header__profile-item-icon--orders,.header__profile-item-icon--viewed,.header__profile-item-icon--favorites{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background-color:currentColor}.header__profile-item-icon--orders{mask:url(/images/icons/orders.png) center / contain no-repeat;-webkit-mask:url(/images/icons/orders.png) center / contain no-repeat}.header__profile-item-icon--settings{mask:url(/images/icons/settings.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/settings.svg) center / contain no-repeat}.header__profile-item-icon--viewed{mask:url(/images/icons/history.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/history.svg) center / contain no-repeat}.header__profile-item-icon--favorites{mask:url(/images/icons/favorites.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/favorites.svg) center / contain no-repeat}.header__logout{border:1px solid var(--color-border);background:#fff;color:var(--color-text);border-radius:10px;padding:8px 14px;font-size:12px;cursor:pointer}.header__logout:focus-visible{border-color:var(--color-accent);color:var(--color-accent)}.site-frame__main{flex:1 0 auto;padding:2rem 0;display:flex;flex-direction:column;gap:2rem;background-color:var(--color-bg)}.site-frame__main--catalog-menu{min-height:0}.mobile-bottom-nav{display:none}.admin-overlay-launcher{--admin-launcher-slide: 10px;--admin-launcher-duration: .26s;--admin-launcher-ease: cubic-bezier(.22, .61, .36, 1);position:absolute;left:0;top:50%;transform:translateY(-50%);transform-origin:left center;z-index:40;border:0;border-radius:0 10px 10px 0;background:var(--color-primary);color:#d8dfd2;width:42px;height:42px;padding:0 10px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:flex-end;transition:filter .18s ease;isolation:isolate;overflow:visible}.admin-overlay-launcher:before{content:"";position:absolute;top:0;bottom:0;left:0;width:100%;box-sizing:border-box;background:var(--color-primary);border-radius:0 10px 10px 0;transition:width var(--admin-launcher-duration) var(--admin-launcher-ease);z-index:-1}.admin-overlay-launcher:focus-visible:before{outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 20%,transparent)}.admin-overlay-launcher__icon{width:22px;height:22px;object-fit:contain;filter:brightness(0) saturate(100%) invert(95%) sepia(3%) saturate(161%) hue-rotate(57deg) brightness(101%) contrast(89%);transform:translate(0);transition:transform var(--admin-launcher-duration) var(--admin-launcher-ease)}.admin-overlay-launcher:focus-visible{outline:none;box-shadow:none}.admin-overlay{--admin-page-gradient: linear-gradient(132deg, #000000 24%, #979797 100%);position:fixed;inset:0;z-index:260;background:#121212e6;opacity:0;transform:translate3d(-100%,0,0);transition:transform .42s cubic-bezier(.22,.61,.36,1),opacity .32s ease}.admin-overlay__window{width:100%;height:100%;border-radius:0;border:0;background:var(--admin-page-gradient);overflow:auto}.admin-overlay.is-open{opacity:1;transform:translateZ(0)}.admin-overlay__close-tab{--admin-close-slide: 10px;--admin-close-duration: .26s;--admin-close-ease: cubic-bezier(.22, .61, .36, 1);position:fixed;right:0;top:35px;transform:none;z-index:270;border-radius:10px 0 0 10px;color:#d8dfd2;width:42px;height:42px;padding:0 0 0 10px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;transition:filter .18s ease;isolation:isolate}.admin-overlay__close-tab:before{content:"";position:absolute;top:0;bottom:0;right:0;width:100%;box-sizing:border-box;background:transparent;border:1px solid rgba(255,255,255,1);border-radius:10px 0 0 10px;transition:width var(--admin-close-duration) var(--admin-close-ease);z-index:-1}.admin-overlay__close-icon{width:22px;height:20px;object-fit:contain;filter:brightness(0) saturate(100%) invert(95%) sepia(3%) saturate(161%) hue-rotate(57deg) brightness(101%) contrast(89%);transform:translate(0);transition:transform var(--admin-close-duration) var(--admin-close-ease)}.footer{display:flex;flex-direction:column;margin-top:auto;color:#f2f3f1;background:var(--color-primary)}.footer__contact{width:min(385px,100%)}.footer__contact-content{display:flex;flex-direction:column;align-items:stretch;gap:25px}.footer--catalog .footer__contact-content{margin-top:0}.footer__contact-info{display:flex;flex-direction:column;align-items:flex-start;gap:10px;color:var(--color-bg)}.footer__contact-heading{display:flex;align-items:center;gap:10px}.footer__contact-icon{width:23px;height:23px;flex-shrink:0;object-fit:contain;filter:brightness(0) invert(1)}.footer__contact-title{margin:0;font-size:20px;font-weight:700;line-height:1.2}.footer__contact-description{margin:0;max-width:455px;color:var(--color-bg);font-size:16px;line-height:1.15}.footer__contact-form{display:flex;flex-direction:column;gap:10px;width:100%}.footer__contact-form:has(input:focus-visible){outline:none}.footer__contact-form input{border:0;border-radius:10px;padding:10px 15px;background:var(--color-bg);color:var(--color-text);font-size:14px}.footer__contact-form input::placeholder{font-size:16px}.footer__contact-form button{width:100%;background:var(--color-accent);color:var(--color-bg);font-size:14px;border:0;border-radius:10px;padding:10px;cursor:pointer;transition:background .15s ease}.footer__contact-form button:focus-visible{background:var(--color-accent-hover)}.footer__contact-form button:disabled{opacity:.65;cursor:wait}.footer__contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.footer__contact-status{margin:0;color:inherit;font-size:13px;line-height:1.35}.footer__main{background:var(--color-primary);padding:clamp(38px,4vw,48px) 0 10px}.footer--light{border-top:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text)}.footer--light .footer__main{background:var(--color-bg)}.footer--light .footer__contact-info,.footer--light .footer__contact-description,.footer--light .footer__title,.footer--light .footer__links,.footer--light .footer__grid li,.footer--light .footer__note,.footer--light .footer__rules{color:var(--color-text)}.footer--light .footer__contact-icon{filter:none}.footer--light .footer__contact-form input{border:1px solid var(--color-border)}.footer--light .footer__note:before{background:var(--color-border)}.site-frame--legal .mobile-bottom-nav,.site-frame--legal .footer__grid{display:none}.site-frame--legal .footer__main{padding-top:0}.site-frame--legal .footer__note{margin-top:0}.site-frame--legal .footer{border-top:0;padding-bottom:0}.site-frame--legal .site-frame__main{padding:24px 0;background:var(--color-accent-2)}.footer__container{padding-bottom:0}.footer__grid{display:flex;justify-content:space-between;align-items:flex-start;gap:50px}.footer__sections{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;margin-left:auto;gap:75px}.footer__title{font-weight:700;margin-bottom:.75rem;font-size:20px;color:var(--color-bg)}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;color:var(--color-bg)}.footer__grid li{font-size:14px;color:var(--color-bg)}.footer__socials{display:flex;flex-wrap:wrap;align-items:center;flex-direction:row;gap:15px;list-style:none;padding:0;margin:0}.footer__socials a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;transition:transform .15s ease,box-shadow .15s ease}.footer__socials a:focus-visible{transform:translateY(-1px)}.footer__socials img{width:25px;height:25px;object-fit:contain}.footer__note{position:relative;margin-top:clamp(38px,4vw,48px);padding:10px 0 0;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:14px;color:#e5e7ed;list-style:none}.footer__note:before{content:"";position:absolute;top:0;left:50%;width:100vw;height:1px;background:var(--color-bg);transform:translate(-50%)}.footer__note.is-wrapped{flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;text-align:center}.footer__rules{display:flex;align-items:center;gap:5px;width:max-content;max-width:100%;color:#e5e7ed;list-style:none;padding:0;margin:0}.footer__note>li{max-width:100%}.footer__rules-separator{display:inline-block}.footer__rules-separator.is-wrapped{display:none}.footer__rules.is-wrapped{flex-direction:column;width:100%;justify-content:center;text-align:center}.footer__links a,.footer__rules a{color:inherit;transition:color .1s ease}.footer__rules a{white-space:nowrap}.footer__links a:focus-visible,.footer__rules a:focus-visible{color:var(--color-accent)}@media(max-width:1440px){.footer__grid{gap:36px}.footer__sections{flex:1 1 auto;width:min(640px,100%);max-width:none;justify-content:space-between;gap:36px}.footer__sections>div:last-child{margin-left:0}.footer__rules{gap:.35rem;flex-wrap:nowrap}}@media(max-width:1100px){.footer__grid{justify-content:space-between}.footer__sections{display:grid;grid-template-columns:repeat(2,max-content);width:min(640px,100%);max-width:100%;margin-left:auto;justify-content:end;column-gap:76px;row-gap:36px}.footer__sections>div:last-child{grid-column:1 / -1;justify-self:start;margin-left:0}.footer__note{flex-wrap:wrap;justify-content:center;gap:.45rem .7rem}}@media(max-width:1024px){.site-frame{background-color:var(--color-accent-2)}.header{padding-top:0;gap:0;box-shadow:none;background-color:var(--color-bg)}.header__container{display:none}.header__bar{padding:0;margin-bottom:0;background:var(--color-bg);z-index:150;box-shadow:none;border-radius:0 0 10px 10px}.header__bar:has(.region__prompt--floating){z-index:181}.header__bar:after{display:none}.header__bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px 12px}.header__bar.is-search-open{box-shadow:none}.header__bar.is-search-open .header__brand,.header__bar.is-search-open .header__region-mobile,.header__bar.is-search-open .header__phone-mobile,.header__bar.is-search-open .header__checkout-meta,.header__bar.is-search-open .header__phone--checkout{opacity:0;pointer-events:none;transform:translate3d(0,-8px,0) scale(.985)}.container.header__bar-container{padding:15px 32px 0}.header__bar--checkout .container.header__bar-container{padding-bottom:15px}.header__brand{order:1;width:clamp(126px,22vw,170px);height:42px;flex-shrink:0;transition:opacity .24s ease,transform .34s cubic-bezier(.16,1,.3,1)}.header__checkout-meta{order:2;margin-left:0;margin-right:auto;flex:1 1 auto;transition:opacity .24s ease,transform .34s cubic-bezier(.16,1,.3,1)}.header__phone--checkout{order:3;display:block;font-size:14px;margin-left:auto;margin-right:0;transition:opacity .24s ease,transform .34s cubic-bezier(.16,1,.3,1)}.header__region-mobile{display:flex;order:2;align-items:center;flex:0 0 auto;min-width:fit-content;transition:opacity .24s ease,transform .34s cubic-bezier(.16,1,.3,1)}.header__region-mobile .region{gap:0;width:auto}.header__region-mobile .region__change{align-items:center;font-size:14px;letter-spacing:0;color:var(--color-text)}.header__region-mobile .region__img{width:18px;height:18px}.header__search-block{display:none}.header__search-input,.region__search-input,.region__custom input,.region__select{font-size:16px}.header__search-sticky-wrap{display:block;position:sticky;top:-1px;z-index:180;background:var(--color-bg);padding:16px 32px 15px;margin-top:0;isolation:isolate;transform:translateZ(0);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;border:0;box-shadow:none}.header__search-sticky-wrap.is-stuck:before,.header__search-sticky-wrap.is-search-open:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:max(96px,calc(env(safe-area-inset-top,0px) + 64px));background:var(--color-bg);pointer-events:none}.site-frame--profile .header__search-sticky-wrap,.site-frame--profile .header__search-sticky-sentinel{display:none}.header__search-sticky-wrap.is-stuck{top:0;padding-top:calc(16px + env(safe-area-inset-top,0px));border-radius:0 0 10px 10px;overflow:visible}.header__search-sticky-wrap.is-search-open{z-index:1000;transform:none;will-change:auto;backface-visibility:visible;-webkit-backface-visibility:visible}.header__search-sticky-sentinel{display:block;height:0;overflow:hidden}.header__search-sticky{width:100%;min-height:42px}.header__catalog-wrap,.header__actions{display:none}.header__search{display:flex;max-width:none;width:100%;background:var(--color-accent-2);border:none;border-radius:10px;padding:0 12px 0 42px;gap:0;min-height:42px;height:42px}.header__search.is-open{--header-search-cancel-width: 64px;--header-search-control-gap: 9px;--header-search-inline-pad: 32px;--header-search-open-top-pad: 15px;position:fixed;inset:-1px 0 0;z-index:1000;display:flex;flex-wrap:wrap;align-content:flex-start;align-items:center;gap:12px 0;width:auto;height:100dvh;max-width:none;min-height:100dvh;border-radius:0;background:var(--color-bg);padding:calc(env(safe-area-inset-top,0px) + var(--header-search-open-top-pad)) var(--header-search-inline-pad) 0;isolation:isolate;transform-origin:top left;overflow:hidden}.header__search.is-open.is-closing{pointer-events:none;animation:none}.header__search.is-open:before{content:"";position:fixed;inset:-100px 0;z-index:0;background:var(--color-bg);pointer-events:none;will-change:transform,opacity;animation:headerSearchFullscreenMobileIn .48s cubic-bezier(.22,.61,.36,1) both}.header__search.is-open.is-closing:before{animation:headerSearchFullscreenMobileOut .34s cubic-bezier(.4,0,.2,1) forwards}.header__search--sticky.is-immediate-cancel.is-open:before,.header__search--sticky.is-immediate-cancel.is-open.is-closing:before{opacity:1;animation:none}.header__search-input{flex:1 1 0;width:auto;min-width:0;height:42px;border:0;border-radius:0;background:transparent;padding:0;margin-right:0;font-size:16px;order:1;transition:border-color .15s ease,color .15s ease}.header__search.is-open .header__search-input{order:1;flex:1 1 0;position:relative;z-index:1;width:auto;height:42px;border-radius:10px;background:var(--color-accent-2);padding:0 38px 0 42px;will-change:transform;animation:headerSearchBarIn .48s cubic-bezier(.22,.61,.36,1) both}.header__search.is-open.is-closing .header__search-input{animation:headerSearchBarOut .34s cubic-bezier(.4,0,.2,1) forwards}.header__search-clear{right:14px}.header__search-button{position:absolute;width:1px;min-width:1px;height:1px;padding:0;overflow:hidden;opacity:0;pointer-events:none}.header__search-button:before{content:none}.header__search.is-action-expanded .header__search-button{width:32px;min-width:32px;gap:0;padding:0}.header__search.is-action-expanded .header__search-input{width:auto}.header__search.is-action-expanded .header__search-button-text{width:0;opacity:0;transform:translate(-8px)}.header__search-button svg path{fill:var(--color-text-muted)}.header__search.is-action-expanded .header__search-button svg path{fill:var(--color-text)}.header__search-button-text{display:none}.header__search-icon{display:block;position:absolute;left:14px;top:50%;z-index:4;width:22px;height:22px;background-color:var(--color-text-muted);pointer-events:none;transform:translateY(-50%);mask:url(/images/icons/search.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/search.svg) center / contain no-repeat}.header__search.is-open .header__search-icon{left:calc(var(--header-search-inline-pad) + 14px);top:calc(env(safe-area-inset-top,0px) + var(--header-search-open-top-pad) + 21px);z-index:2;will-change:transform;animation:headerSearchIconIn .48s cubic-bezier(.22,.61,.36,1) both}.header__search.is-open.is-closing .header__search-icon{animation:headerSearchIconOut .34s cubic-bezier(.4,0,.2,1) forwards}.header__search-cancel{display:none}.header__search.is-open .header__search-cancel{display:inline-flex;align-items:center;justify-content:flex-end;order:2;flex:0 0 0;min-width:0;position:relative;z-index:1;width:auto;max-width:0;height:42px;border:0;border-radius:0;background:transparent;padding:0;color:var(--color-accent);font-size:16px;line-height:1;cursor:pointer;overflow:hidden;white-space:nowrap;text-align:right;transform-origin:right center;will-change:flex-basis,max-width,margin-left,opacity,clip-path;animation:headerSearchCancelIn .48s cubic-bezier(.22,.61,.36,1) both}.header__search.is-open .header__search-cancel:before{content:none}.header__search.is-open.is-closing .header__search-cancel{animation:headerSearchCancelOut .3s cubic-bezier(.4,0,.2,1) forwards}.header__search.is-open .header__search-clear:not(:disabled){top:calc(env(safe-area-inset-top,0px) + var(--header-search-open-top-pad) + 21px);right:calc(var(--header-search-inline-pad) + var(--header-search-cancel-width) + var(--header-search-control-gap) + 14px);z-index:2;opacity:1;pointer-events:auto;transform:translateY(-50%) translate(0) scale(1);animation:headerSearchClearIn .18s ease both}.header__search.is-open.is-closing .header__search-clear:not(:disabled){animation:headerSearchIconOut .34s cubic-bezier(.4,0,.2,1) forwards}.header-search-panel{position:relative;top:auto;left:auto;right:auto;z-index:1;order:3;flex:1 1 100%;width:100%;align-self:stretch;display:flex;flex-direction:column;min-height:0;height:calc(100dvh - env(safe-area-inset-top,0px) - var(--header-search-open-top-pad) - 54px);max-height:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:0;border-radius:0;padding:0 0 calc(env(safe-area-inset-bottom,0px) + 28px);background:var(--color-bg);box-shadow:none;animation:headerSearchPanelIn .48s cubic-bezier(.22,.61,.36,1) both}.header__search.is-closing .header-search-panel{pointer-events:none;animation:headerSearchPanelOut .34s cubic-bezier(.4,0,.2,1) forwards}.header-search-overlay,.header-search-panel__clear--header{display:none}.header-search-panel__title,.header-search-panel__clear,.header-search-panel__chip{font-size:16px}.header-search-panel__clear--footer{display:inline-flex}.header-search-panel__chips{flex-direction:column;flex-wrap:nowrap;gap:0}.header-search-panel__chip-wrap{width:100%;border-bottom:0;border-radius:8px;background:transparent}.header-search-panel__chip{flex:1 1 auto;border-radius:0;padding:10px 5px;line-height:1.15}.header-search-panel__history-icon{width:22px;height:22px;flex-basis:22px}.header-search-panel__products-title{font-size:16px}.header-search-panel__suggestion{min-height:46px;padding:9px 4px;border-radius:0;font-size:16px}.header-search-panel__product{grid-template-columns:58px minmax(0,1fr);min-height:76px;padding:8px 0;border-radius:0}.header-search-panel__product-image{width:58px;height:58px}.header__phone-mobile{order:3;display:inline-flex;background:var(--color-accent-2);margin-left:auto;transition:opacity .24s ease,transform .34s cubic-bezier(.16,1,.3,1),background-color .15s ease}.site-frame__main{position:relative;background-color:var(--color-accent-2);margin-top:0;padding-top:0;padding-bottom:0}.footer{background:var(--color-accent-2);padding-bottom:calc(72px + env(safe-area-inset-bottom))}.footer__main{border-radius:10px 10px 0 0}.footer.footer--light{border-top:0;background:var(--color-accent-2)}.footer__contact{display:none}.footer--light .footer__main{border-top:0}.container.footer__container{padding-bottom:0;padding-top:0}.footer__note{flex-direction:column;align-items:center;justify-content:center;gap:.45rem;text-align:center}.footer__rules{justify-content:center;flex-wrap:wrap}.footer__rules-separator{display:inline-block}.footer__title{margin-bottom:12px}.footer__contact-icon{width:20px;height:20px}.footer__contact-title{font-size:20px}.footer__contact-form{border:0}.footer__contact-form input{border:0;background:var(--color-bg)}.footer__contact-form button{border:0;border-left:0}.footer__title{font-size:18px}.footer__grid li{font-size:14px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:-1px;z-index:120;box-sizing:border-box;height:calc(72px + env(safe-area-inset-bottom));padding:8px 18px calc(8px + env(safe-area-inset-bottom));background:var(--color-bg);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:4px}.mobile-bottom-nav.mobile-bottom-nav--admin{grid-template-columns:repeat(5,minmax(0,1fr))}.mobile-bottom-nav__item{border:none;background:none;color:#9a9a9a;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 2px;font-family:inherit;cursor:pointer;transition:color .15s ease,opacity .15s ease}.mobile-bottom-nav__item--admin{color:#9a9a9a}.mobile-bottom-nav__icon--admin{opacity:.5;filter:brightness(0) saturate(0%)}.mobile-bottom-nav__icon{width:25px;height:25px;object-fit:contain;opacity:.5}.mobile-bottom-nav__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.mobile-bottom-nav__badge{position:absolute;top:-8px;left:15px;min-width:22px;height:15px;padding:0 4px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:11px;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-weight:500}.mobile-bottom-nav__icon--home{filter:brightness(0) saturate(0%)}.mobile-bottom-nav__label{font-size:11px;line-height:1.1;text-align:center;white-space:nowrap}.mobile-bottom-nav__item--active{color:var(--color-text)}.mobile-bottom-nav__item--active .mobile-bottom-nav__icon{opacity:1}.mobile-bottom-nav__item--active .mobile-bottom-nav__icon--home{filter:brightness(0) saturate(0%)}.mobile-bottom-nav__item--admin.mobile-bottom-nav__item--active{color:#9a9a9a;font-weight:400}.mobile-bottom-nav__item--admin.mobile-bottom-nav__item--active .mobile-bottom-nav__icon--admin{opacity:.5;filter:brightness(0) saturate(0%)}.admin-overlay-launcher{display:none}.admin-overlay{transform:translate3d(0,100%,0)}.footer__contact-form input{padding:11.5px 14px}.footer__contact-form button{font-size:16px;padding:11.5px 15px}}@media(min-width:769px)and (max-width:1024px){.footer__grid{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.footer__sections{display:flex;flex:1 1 auto;flex-wrap:nowrap;align-items:flex-start;justify-content:center;max-width:none;margin-left:0;gap:72px}.footer__sections>div:last-child{grid-column:auto;margin-left:0}.footer__note{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:16px;text-align:left}.footer__rules{flex-wrap:nowrap}}@media(max-width:768px){.catalog{width:min(520px,calc(100vw - 32px))}.catalog__layout{grid-template-columns:1fr}.catalog__sidebar{width:100%;max-width:none;border-right:none;border-bottom:1px solid #e1e4e7;max-height:230px}.catalog__panel{border-left:0;padding:16px}.catalog__panel-grid{flex-direction:column;gap:0}.catalog__branch-tree,.catalog__panel-column{flex:0 0 auto;width:100%;min-width:0}.catalog__panel-title{font-size:21px}.footer__grid{flex-direction:column;justify-content:flex-start;align-items:center;gap:30px;text-align:center}.footer__sections{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:none;margin-left:0;gap:30px}.footer__sections>div:last-child{grid-column:auto;margin-left:0}.footer__contact{width:100%}.footer__contact-info{align-items:center}.footer__contact-heading{justify-content:center}.footer__links{align-items:center}.footer__socials{justify-content:center}.footer__contact-form{flex-direction:column;align-items:stretch;gap:12px;min-width:auto;max-width:none;margin-left:0;border:0;border-radius:10px;overflow:hidden}.footer__contact-form input{border:0;border-radius:10px;background:var(--color-bg);padding:12px}.footer__contact-form button{width:100%;text-align:center;border:0;border-left:0;border-radius:10px;padding:12px}.container.header__bar-container{padding-left:16px;padding-right:16px}.header__bar--checkout .header__bar-inner{gap:10px}.header__bar--checkout .header__brand{width:126px}.header__checkout-meta{flex:1 1 120px}.header__checkout-meta .region__change,.header__phone--checkout{font-size:13px}.header__search-sticky-wrap{padding-left:16px;padding-right:16px}.header__search{padding:0 10px 0 42px;height:42px;min-height:42px}.header__search.is-open{--header-search-inline-pad: 16px;height:auto;min-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + var(--header-search-open-top-pad)) 16px 0}.header-search-panel{padding-left:0;padding-right:0}.footer__rules{gap:5px}}@media(max-width:640px){.admin-overlay__close-tab{right:12px;top:14px;transform:none;border-radius:10px;width:40px;height:40px;padding:0}}@media(hover:none),(pointer:coarse){.header__brand:hover,.header__brand:focus-visible{opacity:1}.header__brand:hover .header__brand-logo{filter:none}.region__change:hover{color:var(--color-text)}.header__phone-mobile:hover,.header__phone-mobile:focus-visible{background:var(--color-accent-2)}}@media(hover:hover)and (pointer:fine){.region__change:hover{color:var(--color-accent)}.region__change:hover .region__img{filter:brightness(0) saturate(100%) invert(52%) sepia(43%) saturate(548%) hue-rotate(56deg) brightness(93%) contrast(88%)}.region__close:hover{color:var(--color-accent)}.region__search-clear:hover{opacity:1}.region__dropdown::-webkit-scrollbar-thumb:hover{background:#11111147}.region__dropdown-item:hover,.region__dropdown-item--active:hover{background:var(--color-accent-2)}.region__btn:hover{background:var(--color-accent-2);color:var(--color-text);border-color:var(--color-border)}.region__btn--primary:hover{background:var(--color-accent-hover);color:var(--color-bg)}.header__dropdown-link:hover{background:var(--color-primary-hover)}.header__nav-link:hover,.header__phone:hover{color:var(--color-accent)}.header__brand:hover{opacity:1}.header__brand:hover .header__brand-logo{filter:brightness(0) saturate(100%) invert(53%) sepia(44%) saturate(540%) hue-rotate(56deg) brightness(95%) contrast(88%)}.header__catalog:hover{background-color:var(--color-primary-hover)}.catalog__sidebar-item:hover{background:#f1f2f3;color:var(--color-accent)}.catalog__sidebar-item:hover .catalog__sidebar-arrow{opacity:1}.catalog__branch-link:hover{color:var(--color-accent)}.catalog__branch-link:hover .catalog__branch-count{color:#7f878d}.header__primary:hover{background-color:var(--color-accent-2-hover)}.header__search:hover{border-color:var(--color-primary)}.header__search:hover .header__search-input::placeholder{color:#111}.header__favorite:hover,.header__orders:hover{color:var(--color-accent)}.header__phone-mobile:hover{background:var(--color-accent-2-hover);color:var(--color-accent)}.header__profile-trigger:hover .header__profile-icon{background-color:var(--color-accent-2-hover)}.header__profile-item:hover{background:var(--color-accent-2);color:var(--color-text)}.header__profile-item--danger:hover{background-color:#fcf1f0;color:#ff3b30}.header__logout:hover{border-color:var(--color-accent);color:var(--color-accent)}.admin-overlay-launcher:hover{transform:translateY(-50%);filter:brightness(1.08)}.admin-overlay-launcher:active{transform:translateY(-50%)}.admin-overlay-launcher:hover:before{width:calc(100% + var(--admin-launcher-slide))}.admin-overlay-launcher:hover .admin-overlay-launcher__icon{transform:translate(var(--admin-launcher-slide))}.admin-overlay__close-tab:hover{filter:brightness(1.08)}.admin-overlay__close-tab:hover:before{width:calc(100% + var(--admin-close-slide))}.admin-overlay__close-tab:hover .admin-overlay__close-icon{transform:translate(calc(-1 * var(--admin-close-slide)))}.footer__contact-form button:hover{background:var(--color-accent-hover)}.footer__socials a:hover{transform:translateY(-1px)}.footer__links a:hover,.footer__rules a:hover{color:var(--color-accent)}}.home{display:flex;flex-direction:column;gap:40px}.home__section-block{background:transparent;border-radius:0;padding-top:0;padding-bottom:0}.home-catalog__container{--home-catalog-gap: 25px;--home-catalog-columns: 3;--home-catalog-card-max: 430px;display:flex;flex-direction:column;gap:1rem;width:min(100%,calc(var(--home-catalog-columns) * var(--home-catalog-card-max) + (var(--home-catalog-columns) - 1) * var(--home-catalog-gap)));margin:0 auto}.home-catalog__panels{display:grid;grid-template-columns:repeat(3,minmax(0,calc((100% - (2 * var(--home-catalog-gap))) / 3)));gap:var(--home-catalog-gap)}.home-catalog__card{background-color:var(--color-accent-2);min-height:clamp(240px,24vw,300px);padding:clamp(20px,2vw,30px);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border:none;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease}.home-catalog__image-frame,.home-catalog__image{width:clamp(132px,15vw,200px);height:clamp(132px,15vw,200px)}.home-catalog__image-frame{display:block;flex:0 0 auto}.home-catalog__image{display:block;object-fit:contain}.home-catalog__card-title{display:block;width:100%;font-size:20px;color:var(--color-text);text-align:left}.home-catalog__card:focus-visible{background-color:var(--color-accent-2-hover);outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 20%,transparent)}.home-catalog__card:active{transform:none}.home-catalog__card--skeleton{cursor:default;pointer-events:none}.home-catalog__title-skeleton,.home-catalog__image--skeleton{display:block;border-radius:8px;background:linear-gradient(90deg,var(--color-accent-2-hover) 20%,color-mix(in srgb,var(--color-bg) 62%,var(--color-accent-2-hover)) 50%,var(--color-accent-2-hover) 80%);background-size:220% 100%;animation:home-editable-skeleton 1.2s ease-in-out infinite}.home-catalog__title-skeleton{align-self:stretch;width:min(78%,240px);height:24px}.home-catalog__image--skeleton{object-fit:initial}body.site-editor-enabled .home-catalog__card,body.site-editor-enabled .home-catalog__card *,body.site-editor-enabled .home-cooperation__card,body.site-editor-enabled .home-cooperation__card *{cursor:text!important}body.site-editor-enabled .home-products .featured-card,body.site-editor-enabled .home-products .featured-card *{cursor:not-allowed!important}.home-editable-text.is-loading{color:transparent!important;background:linear-gradient(90deg,var(--color-accent-2-hover) 20%,color-mix(in srgb,var(--color-bg) 62%,var(--color-accent-2-hover)) 50%,var(--color-accent-2-hover) 80%);background-size:220% 100%;animation:home-editable-skeleton 1.2s ease-in-out infinite;border-radius:6px}.home-editable-text--always-light{color:var(--color-bg)!important}.home-editable-text--always-light.is-loading{color:var(--color-bg)!important;background:none!important;animation:none!important}@keyframes home-editable-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.home-catalog__subtitle{margin-top:.75rem;color:#505352}.home-catalog__cta{display:flex;gap:.75rem;margin-top:1.25rem}.home-cooperation__title{display:inline-block;width:fit-content;max-width:100%;color:var(--color-text);font-size:24px}.home-catalog__crumb{text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;color:#90908b}.home-cooperation__container{--home-cooperation-gap: 25px;--home-cooperation-card-max: 210px;display:flex;flex-direction:column;gap:25px;width:min(100%,1340px);margin:0 auto}.home-cooperation__grid{display:grid;grid-template-columns:repeat(3,210px) minmax(0,1fr);gap:var(--home-cooperation-gap);align-items:stretch}.home-cooperation__card{width:100%;height:100%;aspect-ratio:auto;border-radius:10px;display:flex;flex-direction:column;gap:20px;padding:20px;box-shadow:1px 1px 4px #00000040}.home-cooperation__card-icon{width:35px;height:35px;display:grid;place-items:center}.home-cooperation__card-icon-frame,.home-cooperation__card-icon img{width:100%;height:100%}.home-cooperation__card-icon-frame{display:block}.home-cooperation__card-icon img{display:block;object-fit:contain}.home-cooperation__card-icon svg{width:24px;height:24px}.home-cooperation__card-title{color:var(--color-text);font-size:18px;hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word;word-break:normal}.home-cooperation__cta{grid-column:4;background:var(--color-primary);color:var(--color-bg);border-radius:10px;min-width:0;padding:25px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.85rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;text-align:left}.home-cooperation__cta:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 20%,transparent)}.home-cooperation__cta:active{transform:none}.home-cooperation__cta-content{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;gap:0}.home-cooperation__cta-body{display:flex;flex-direction:column;gap:clamp(8px,1vw,10px)}.home-cooperation__cta-title{font-size:24px}.home-cooperation__cta-list{display:grid;gap:8px;padding-left:0;list-style:none}.home-cooperation__cta-item{display:flex;font-size:18px;gap:8px;align-items:center}.home-cooperation__cta-item:before{content:"";width:20px;height:20px;display:inline-block;background-color:currentColor;mask:url(/images/icons/check-mark.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/check-mark.svg) center/contain no-repeat}.home-cooperation__cta-link{display:inline-flex;align-items:center;font-size:16px;gap:3px;margin-top:15px;color:var(--color-bg);text-decoration:none;transition:color .1s ease}.home-cooperation__cta-link:after{content:"";width:18px;height:18px;background-color:currentColor;mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transform:rotate(-90deg);margin-left:0;transition:margin-left .2s ease}.home-cooperation__cta-mobile{display:none;width:100%;background:var(--color-primary);color:var(--color-bg);border-radius:10px;padding:10px;text-decoration:none;text-align:center;font-size:14px;font-weight:500}.home-cooperation__cta-mobile:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 20%,transparent)}.home-cooperation__cta-mobile:active{transform:none}.home-products__container{display:flex;flex-direction:column;gap:25px}.home-products__header{display:flex;align-items:center;gap:20px}.home-products__title{color:var(--color-text);font-size:24px}.home-products__link{color:var(--color-text);text-decoration:none;margin-top:4px;font-size:14px}.home-products__link:focus-visible{color:var(--color-accent)}.home-products__carousel{position:relative;--visible-slots: 5;--buffer-offset-cards: 1;--featured-card-padding-y: 10px;--featured-card-padding-x: 14px;--featured-card-gap: 10px;--featured-card-image-height: clamp(118px, 16vw, 240px);--featured-card-price-size: 20px;--featured-card-price-line-height: 1.2;--featured-card-title-size: 14px;--featured-card-title-line-height: 1.35;--featured-card-title-lines: 2;--featured-card-meta-size: 12px;--featured-card-meta-line-height: 1.2;--featured-card-content-height: calc( (var(--featured-card-padding-y) * 2) + var(--featured-card-image-height) + (var(--featured-card-gap) * 3) + (var(--featured-card-price-size) * var(--featured-card-price-line-height)) + ( var(--featured-card-title-size) * var(--featured-card-title-line-height) * var(--featured-card-title-lines) ) + (var(--featured-card-meta-size) * var(--featured-card-meta-line-height)) );--featured-card-height: var(--featured-card-content-height);overflow:visible;padding:0 2px 6px;margin:0}.home-products__viewport{overflow:hidden;padding:0 0 6px;margin-bottom:-6px}.home-products__track{--card-gap: 18px;--track-offset: 0px;--card-shift: var( --card-shift-px, calc((100% - (var(--visible-slots) - 1) * var(--card-gap)) / var(--visible-slots) + var(--card-gap)) );display:flex;align-items:flex-start;gap:var(--card-gap);overflow:visible;touch-action:pan-y;transform:translate(calc(-1 * var(--track-offset)));position:relative}.home-products__track--buffered{transform:translate(calc(-1 * var(--buffer-offset-cards) * var(--card-shift)))}.home-products__track::-webkit-scrollbar{height:0}.home-products__track::-webkit-scrollbar-thumb{background:transparent}.home-products__track--animating-next{animation:home-products-slide-next .35s ease forwards}.home-products__track--animating-prev{animation:home-products-slide-prev .35s ease forwards}@keyframes home-products-slide-next{0%{transform:translate(calc(-1 * var(--buffer-offset-cards) * var(--card-shift)))}to{transform:translate(calc(-1 * (var(--buffer-offset-cards) + 1) * var(--card-shift)))}}@keyframes home-products-slide-prev{0%{transform:translate(calc(-1 * var(--buffer-offset-cards) * var(--card-shift)))}to{transform:translate(calc(-1 * (var(--buffer-offset-cards) - 1) * var(--card-shift)))}}.home-products__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--color-bg);box-shadow:1px 1px 4px #00000040;display:grid;place-items:center;cursor:pointer;transition:box-shadow .2s ease;z-index:5}.home-products__nav:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 20%,transparent)}.home-products__nav:active{transform:translateY(-50%)!important;opacity:1;box-shadow:0 6px 16px #0000002e!important}.home-products__nav--prev{left:-20px}.home-products__nav--next{right:-20px}.home-products__nav-icon{width:20px;height:20px;display:block;background-color:#1f2020;mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transition:transform .2s ease}.home-products__nav--prev .home-products__nav-icon{transform:rotate(90deg)}.home-products__nav--next .home-products__nav-icon{transform:rotate(-90deg)}.home-products__carousel:before,.home-products__carousel:after{content:"";position:absolute;top:0;bottom:0;width:0px;pointer-events:none;z-index:1}.home-products__carousel:before{left:0;background:var(--color-bg, #ffffff)}.home-products__carousel:after{right:0;background:var(--color-bg, #ffffff)}.home-products .featured-card{position:relative;flex:0 0 calc((100% - (var(--visible-slots) - 1) * 18px) / var(--visible-slots));max-width:calc((100% - (var(--visible-slots) - 1) * 18px) / var(--visible-slots));min-height:0;height:var(--featured-card-height);align-self:flex-start;border:none;box-shadow:inset 0 0 0 1px var(--color-border);background:var(--color-bg);border-radius:14px;padding:var(--featured-card-padding-y) var(--featured-card-padding-x);display:flex;flex-direction:column;gap:var(--featured-card-gap);scroll-snap-align:start;touch-action:auto;cursor:pointer;text-align:left}.featured-card__favorite{position:absolute;top:12px;right:12px;left:auto;width:22px;height:22px;z-index:2;overflow:hidden;background-color:transparent;opacity:0;visibility:hidden;transition:opacity .15s ease,background-color .35s ease}.featured-card__favorite:before{content:"";position:absolute;inset:0;background-color:var(--color-text-muted);mask-image:url(/images/icons/favorites-fill.svg);mask-repeat:no-repeat;mask-size:contain;mask-position:center;-webkit-mask-image:url(/images/icons/favorites-fill.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;clip-path:circle(0% at 100% 100%);-webkit-clip-path:circle(0% at 100% 100%);transition:clip-path .65s ease;pointer-events:none}.featured-card__favorite:after{content:"";position:absolute;inset:0;background-color:#afafaf;mask-image:url(/images/icons/favorites.svg);mask-repeat:no-repeat;mask-size:contain;mask-position:center;-webkit-mask-image:url(/images/icons/favorites.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;transition:background-color .2s ease;pointer-events:none}.featured-card__image-wrap{width:100%;height:var(--featured-card-image-height);display:flex;align-items:center;justify-content:center;touch-action:auto}.featured-card__image{width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.featured-card__dots{--product-card-dot-size: 6px;--product-card-dot-gap: 6px;--product-card-dots-width: 54px;--product-card-dots-offset: 0px;display:flex;align-items:center;justify-content:center;width:var(--product-card-dots-width);max-width:100%;margin:-4px 0 6px;align-self:center;overflow:hidden}.featured-card__dots-track{display:inline-flex;align-items:center;gap:var(--product-card-dot-gap);transform:translate3d(calc(var(--product-card-dots-offset) * -1),0,0);transition:transform .28s ease;will-change:transform}.featured-card__dot{width:var(--product-card-dot-size);height:var(--product-card-dot-size);flex:0 0 var(--product-card-dot-size);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transform:scale(1);transform-origin:center}.featured-card__dot-core{width:var(--product-card-dot-size);height:var(--product-card-dot-size);display:block;border-radius:50%;background:#cfd2ce;opacity:1;transition:width .22s ease,height .22s ease,background-color .18s ease,opacity .18s ease}.featured-card__dot--small{transform:none}.featured-card__dot--small .featured-card__dot-core{width:4px;height:4px;opacity:.82}.featured-card__dots--windowed .featured-card__dot{transition:none}.featured-card__dot.featured-card__dot--active,.product-card__dot.product-card__dot--active{width:var(--product-card-dot-size);height:var(--product-card-dot-size);background:transparent;opacity:1}.featured-card__dot.featured-card__dot--active .featured-card__dot-core,.product-card__dot.product-card__dot--active .product-card__dot-core{width:var(--product-card-dot-size);height:var(--product-card-dot-size);background:#3f4140;opacity:1}@media(prefers-reduced-motion:reduce){.featured-card__dots-track{transition:none}}.featured-card__price{font-size:var(--featured-card-price-size);line-height:var(--featured-card-price-line-height);font-weight:500;color:#1f2020;letter-spacing:.2px}.featured-card__title{font-size:var(--featured-card-title-size);line-height:var(--featured-card-title-line-height);color:#1f2020;margin:0;transition:color .1s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:calc(var(--featured-card-title-size) * var(--featured-card-title-line-height) * var(--featured-card-title-lines));overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.featured-card__meta{display:flex;align-items:center;gap:8px;margin-top:auto;color:var(--color-text-muted);font-size:var(--featured-card-meta-size);line-height:var(--featured-card-meta-line-height);min-height:calc(var(--featured-card-meta-size) * var(--featured-card-meta-line-height))}.featured-card__code{color:var(--color-text-muted);transition:color .1s ease}.featured-card__action{position:relative;border:none;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.featured-card__action.featured-card__favorite{position:absolute;top:12px;right:12px;background-color:transparent}.featured-card__icon{width:14px;height:14px;display:inline-block;background-color:currentColor;transition:background-color .1s ease,transform .2s ease}.featured-card__icon--copy{mask:url(/images/icons/copy.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/copy.svg) center/contain no-repeat}.featured-card__icon--success{background-color:var(--color-text-muted);mask:url(/images/icons/check-mark-light.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/check-mark-light.svg) center/contain no-repeat}.featured-card__icon--error{background-color:transparent;background-image:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:contain;mask:none;-webkit-mask:none}.featured-card__icon-image{width:14px;height:14px;display:inline-block}.featured-card__icon-image--error{display:inline-block;width:10px;height:10px;filter:brightness(0) saturate(0%) opacity(.55)}.featured-card__copy-label{font-size:12px;color:var(--color-text-muted);white-space:nowrap}.featured-card__copy{display:inline-flex;align-items:center;gap:4px;line-height:inherit;transition:color .1s ease}.featured-card__copy:focus-visible{color:var(--color-accent)}.featured-card__copy:focus-visible .featured-card__code{color:var(--color-accent)}.featured-card__copy.is-copied,.featured-card__copy.is-copied:focus-visible{color:var(--color-text-muted)}.featured-card__copy.is-copied:focus-visible .featured-card__code{color:var(--color-text-muted)}.featured-card__copy:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.featured-card__copy.is-copied:focus-visible{outline-color:var(--color-text-muted)}.featured-card:focus-visible .featured-card__favorite{opacity:1;visibility:visible}.featured-card__favorite:focus-visible{background-color:transparent}.featured-card__favorite:active,.featured-card__favorite.is-active{background-color:transparent}.featured-card__favorite:active:before,.featured-card__favorite.is-active:before{clip-path:circle(150% at 100% 100%);-webkit-clip-path:circle(150% at 100% 100%)}.featured-card__favorite:focus-visible:after{background-color:var(--color-accent)}.featured-card__favorite:active:after,.featured-card__favorite.is-active:after{background-color:var(--color-accent)}.featured-card__favorite:active:before,.featured-card__favorite.is-active:before{background-color:var(--color-accent)}.featured-card:focus-visible{outline:none;box-shadow:inset 0 0 0 1px var(--color-accent)}.featured-card:focus-visible .featured-card__title{color:var(--color-accent)}.home-products__notice{margin-top:14px;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#e6efe1;color:#1f2a1b;border-radius:12px;font-size:12px}.home-products__loading{padding:1rem 0;color:#6d716c}.home-contact__container{background:var(--color-accent-2);color:var(--color-text);border-radius:24px;padding:1.75rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.home-contact__form{display:flex;gap:.5rem}.home-contact__input{border:none;padding:.55rem 1rem;border-radius:999px;flex:1}.home-contact__submit{border-radius:999px;border:none;padding:.6rem 1.2rem;cursor:pointer;font-weight:500;background:var(--color-primary);color:var(--color-bg);transition:background .15s ease}.home-contact__submit:focus-visible{background:var(--color-accent-hover)}.home-contact__status{width:100%;font-size:.9rem;color:var(--color-text-muted)}.home-contact__text{max-width:520px}.home-contact__title{margin:0 0 .35rem}.home-contact__description{margin:0;color:inherit}@media(max-width:1360px){.home-cooperation__grid{grid-template-columns:repeat(2,minmax(0,.92fr)) minmax(430px,1.3fr);grid-template-rows:auto auto}.home-cooperation__card{aspect-ratio:auto;min-height:0;height:auto}.home-cooperation__grid>.home-cooperation__card:nth-child(3){grid-column:1 / 3}.home-cooperation__cta{grid-column:3;grid-row:1 / 3;width:100%;justify-self:stretch}.home-cooperation__cta-body{gap:20px}.home-cooperation__cta-list{gap:8px}}@media(min-width:1025px)and (max-width:1360px){.home-products__carousel{--featured-card-padding-y: clamp(6px, .65vw, 8px);--featured-card-padding-x: clamp(10px, .9vw, 12px);--featured-card-gap: clamp(6px, .6vw, 8px);--featured-card-price-size: 20px;--featured-card-meta-size: clamp(11px, .9vw, 12px)}.home-products__track{--card-gap: 16px}.home-products .home-products__track .featured-card{flex:0 0 calc((100% - (var(--visible-slots) - 1) * 16px) / var(--visible-slots));max-width:calc((100% - (var(--visible-slots) - 1) * 16px) / var(--visible-slots))}.home-products .featured-card__title{-webkit-line-clamp:2}}@media(max-width:1200px){.home-products__carousel{--featured-card-padding-y: clamp(8px, .85vw, 10px);--featured-card-gap: clamp(8px, .8vw, 10px);--featured-card-image-height: clamp(170px, 20vw, 300px)}}@media(max-width:1024px){.home{gap:15px;margin-bottom:15px}.home-catalog .home__section-block{border-radius:0 0 12px 12px;background:var(--color-bg);padding-top:calc(env(safe-area-inset-top,0px) + 12px)}.home-catalog__container{width:100%}.home__section-block{border-radius:12px;background:var(--color-bg);padding-top:25px;padding-bottom:25px}.home-catalog__card-title{font-size:18px}.home-catalog__card{gap:15px;aspect-ratio:auto;min-height:auto;height:auto}.home-cooperation__title{font-size:20px}.home-cooperation__card-icon{width:30px;height:30px}.home-cooperation__card-title{font-size:16px}.home-cooperation__card{gap:10px;padding:15px}.home-cooperation__cta{padding:15px 15px 10px;align-items:flex-start;text-align:left}.home-cooperation__cta-title{font-size:20px}.home-cooperation__cta-item{font-size:16px}.home-cooperation__cta-link{font-size:14px}.home-cooperation__cta-content{align-items:flex-start}.home-cooperation__cta-body{gap:10px}.home-cooperation__cta-list{gap:2px}.home-cooperation__grid{--home-cooperation-cta-min: clamp(360px, 39vw, 430px);grid-template-columns:repeat(2,minmax(0,.92fr)) minmax(var(--home-cooperation-cta-min),1.2fr)}.home-products__title{font-size:20px}.home-products__nav{width:35px;height:35px}.home-products .featured-card{border:0;box-shadow:none}.featured-card__favorite{opacity:1;visibility:visible}.featured-card__favorite:after{background-color:var(--color-accent)}.home-products .featured-card,.home-products .product-card.featured-card{border:0!important;box-shadow:none!important}.home-products .featured-card__favorite{opacity:1!important;visibility:visible!important}.home-products .featured-card__favorite:after{background-color:#afafaf!important}.home-products .featured-card__favorite:active:after,.home-products .featured-card__favorite.is-active:after{background-color:var(--color-accent)!important}.home-products .featured-card__favorite:active:before,.home-products .featured-card__favorite.is-active:before{background-color:var(--color-accent)!important}}@media(min-width:901px)and (max-width:1024px){.home-products__carousel{--visible-slots: 4 !important}.home-products .home-products__track .featured-card{flex:0 0 calc((100% - 48px)/4);max-width:calc((100% - 48px)/4)}}@media(max-width:980px){.home-cooperation__grid{grid-template-columns:repeat(2,minmax(0,.78fr)) minmax(360px,1fr)}.home-cooperation__card{padding:16px;gap:12px}}@media(max-width:768px){.home-catalog__panels{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(8px,2.4vw,14px)}.home-catalog__card{padding:clamp(12px,3vw,16px) clamp(12px,3vw,16px) 0;gap:0}.home-catalog__image-frame,.home-catalog__image{width:clamp(72px,18vw,120px);height:clamp(72px,18vw,120px)}.home-catalog__card-title{font-size:18px}.home-cooperation__grid{gap:clamp(8px,2.4vw,14px);grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto}.home-cooperation__title,.home-cooperation__cta-title,.home-products__title{font-size:18px}.home-cooperation__card{padding:clamp(12px,3vw,16px);gap:clamp(8px,2.4vw,12px)}.home-cooperation__card-icon{width:25px;height:25px}.home-cooperation__card-title{font-size:clamp(12px,2.8vw,14px)}.home-cooperation__grid>.home-cooperation__card:nth-child(3){grid-column:auto}.home-cooperation__cta{grid-column:1 / -1;grid-row:2;padding:clamp(12px,3vw,16px)}.home-cooperation__cta-item{font-size:clamp(12px,2.8vw,14px)}.home-cooperation__cta-link{margin-top:clamp(14px,3.6vw,20px)}.home-products__carousel{--featured-card-padding-y: clamp(10px, 3vw, 12px);--featured-card-padding-x: clamp(10px, 3vw, 12px);--featured-card-gap: clamp(8px, 2.8vw, 12px);--featured-card-image-height: clamp(130px, 34vw, 220px);--featured-card-price-size: 18px;--featured-card-title-size: clamp(12px, 3.2vw, 14px);--featured-card-meta-size: clamp(12px, 3vw, 14px);--featured-card-title-lines: 2}.home-products__nav--prev{left:-12px}.home-products__nav--next{right:-12px}.home-products .featured-card{--featured-card-height: max(var(--featured-card-content-height), clamp(270px, 50vw, 360px))}.home-products__track--mobile-scroll{--card-gap: 10px;--card-peek: 36px;transform:none!important;animation:none!important;touch-action:auto;overflow-x:auto;overflow-y:hidden;scroll-snap-type:none;-webkit-overflow-scrolling:touch;padding:0 0 4px;scrollbar-width:thin;scrollbar-color:var(--color-accent) rgba(0,0,0,.08)}.home-products__track--mobile-scroll::-webkit-scrollbar{-webkit-appearance:none;background:transparent;height:8px;border-radius:999px}.home-products__track--mobile-scroll::-webkit-scrollbar-track,.home-products__track--mobile-scroll::-webkit-scrollbar-track-piece{background:#00000014;border-radius:999px}.home-products__track--mobile-scroll::-webkit-scrollbar-thumb{background:var(--color-accent);background-clip:padding-box;border:2px solid rgba(0,0,0,.08);border-radius:999px;min-width:24px}.home-products__track--mobile-scroll::-webkit-scrollbar-corner{background:transparent;border-radius:999px}.home-products__track--mobile-scroll .featured-card{flex:0 0 calc((100% - var(--card-gap) - var(--card-peek)) / 2);max-width:calc((100% - var(--card-gap) - var(--card-peek)) / 2);scroll-snap-align:none}.featured-card__copy-label{display:none}}@media(min-width:611px)and (max-width:768px){.home-products__track--mobile-scroll{--card-peek: 24px}.home-products__track--mobile-scroll .featured-card{flex:0 0 calc((100% - (2 * var(--card-gap)) - var(--card-peek)) / 3);max-width:calc((100% - (2 * var(--card-gap)) - var(--card-peek)) / 3)}}@media(max-width:640px){.home__section-block{border-radius:10px;padding-top:14px;padding-bottom:14px}}@media(max-width:600px){.home-cooperation__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-cooperation__grid>.home-cooperation__card:nth-child(3){grid-column:1 / -1}.home-cooperation__cta{display:none}.home-cooperation__cta-mobile{display:inline-flex;align-items:center;justify-content:center;grid-column:1 / -1}.home-catalog__card-title,.home-cooperation__card-title,.home-cooperation__cta-item,.featured-card__title{font-size:14px}}@media(hover:none),(pointer:coarse){.home-products__nav,.home-products__nav:hover,.home-products__nav:active{transform:translateY(-50%)!important;opacity:1;transition:box-shadow .2s ease}.home-products__nav:hover,.home-products__nav:hover:active,.home-products__nav:active{box-shadow:0 6px 16px #0000002e!important}.featured-card:hover,.home-products .featured-card:hover,.home-products .product-card.featured-card:hover{box-shadow:none}.featured-card:hover .featured-card__favorite{opacity:inherit;visibility:inherit}.featured-card__copy:hover .featured-card__code,.featured-card__copy.is-copied:hover .featured-card__code{color:inherit}.featured-card__favorite:hover:after{background-color:#afafaf}}@media(hover:hover)and (pointer:fine){.home-catalog__card:hover{background-color:var(--color-accent-2-hover)}.home-cooperation__cta:hover .home-cooperation__cta-link:after{margin-left:3px}.home-cooperation__cta:hover{box-shadow:1px 1px 14px #00000080}.home-products__link:hover{color:var(--color-accent)}.home-products__nav:hover{box-shadow:0 6px 16px #0000002e;transform:translateY(-50%)}.home-products__nav:hover:active{box-shadow:0 6px 16px #0000002e;transform:translateY(-50%)!important}.featured-card__title:hover,.featured-card__copy:hover,.featured-card__copy:hover .featured-card__code{color:var(--color-accent)}.featured-card__copy.is-copied:hover,.featured-card__copy.is-copied:hover .featured-card__code{color:var(--color-text-muted)}.featured-card:hover{box-shadow:inset 0 0 0 1px var(--color-bg),1px 1px 4px #d1d1d1b3}.featured-card:hover .featured-card__favorite{opacity:1;visibility:visible}.featured-card__favorite:hover{background-color:transparent}.featured-card__favorite:hover:after{background-color:var(--color-accent)}.home-contact__submit:hover{background:var(--color-accent-hover)}}@media(max-width:1024px)and (hover:hover)and (pointer:fine){.featured-card:hover{box-shadow:none}.home-products .featured-card:hover,.home-products .product-card.featured-card:hover{border:0!important;box-shadow:none!important}}.home-products .featured-card:focus-visible,.home-products .product-card.featured-card:focus-visible{outline:none;box-shadow:inset 0 0 0 1px var(--color-accent)!important}.home-products .featured-card:focus-visible .featured-card__title,.home-products .product-card.featured-card:focus-visible .featured-card__title{color:var(--color-accent)}.catalog__page{display:flex;flex-direction:column;gap:25px}.catalog__hero{background:transparent;border-radius:0;padding:0}.catalog__title-row{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.catalog__title{font-size:24px;color:var(--color-text)}.catalog__count{font-size:14px;color:var(--color-text-muted);display:inline-block;width:128px;line-height:20px;font-variant-numeric:tabular-nums;white-space:nowrap}.catalog__count-skeleton{display:inline-block;width:100%;height:14px;border-radius:999px;vertical-align:-2px;background:linear-gradient(90deg,var(--color-accent-2-hover) 0%,color-mix(in srgb,var(--color-bg) 62%,var(--color-accent-2-hover)) 45%,var(--color-accent-2-hover) 100%);background-size:100% 100%}.catalog__description{margin:.6rem 0 0;color:var(--color-text-muted);max-width:520px}.catalog__content{display:grid;grid-template-columns:250px minmax(0,1fr);gap:40px;align-items:start;position:relative}.catalog__seo{position:absolute;width:1px;height:1px;margin:0;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.catalog__seo-text,.catalog__faq{display:grid;gap:12px}.catalog__seo h2,.catalog__faq h2{font-size:20px;color:var(--color-text)}.catalog__seo p{max-width:840px;color:var(--color-text-muted);font-size:14px;line-height:1.65}.catalog__faq-item{border-top:1px solid var(--color-border);padding:14px 0}.catalog__faq-item summary{cursor:pointer;color:var(--color-text);font-weight:500}.catalog__faq-item p{margin-top:10px}.catalog__content--empty{grid-template-columns:minmax(0,1fr)}.catalog__filters{position:relative;z-index:2;box-shadow:none}.catalog__filters ul{list-style:none;padding:0;margin:0}.catalog__filter-block+.catalog__filter-block{margin-top:1.5rem}.catalog__filter-title{font-weight:500;margin-bottom:.75rem;color:#1d201c}.catalog__filter-title--main{font-size:16px;font-weight:500;margin:0}.catalog__filter-header{padding-bottom:25px;border-bottom:1px solid var(--color-border)}.catalog__filter-fields{display:grid;margin-top:30px;gap:30px}.catalog__filter-item{padding:.45rem;border-radius:12px;cursor:pointer;color:#3d403c;transition:background .2s ease}.catalog__filter-item--active{background:#e7eadf}.catalog__filter-field{position:relative;display:grid;gap:18px}.catalog__filter-label{font-size:14px;color:var(--color-text);font-weight:500}.catalog__input{box-sizing:border-box;width:100%;border:1px solid var(--color-border);border-radius:10px;min-height:44px;padding:10px;background:transparent;font-size:.95rem;line-height:1.35}.catalog__input-wrap{position:relative}.catalog__input-prefix{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);font-size:.95rem;pointer-events:none}.catalog__input--prefixed{padding-left:34px}.catalog__input::placeholder{color:var(--color-text-muted)}.catalog__input:focus-visible{outline:none;border-color:var(--color-primary)}.catalog__price-range{display:grid;gap:18px}.catalog__price-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.catalog__range{position:relative;height:28px}.catalog__range-track{position:absolute;top:50%;left:10px;right:10px;height:2px;border-radius:999px;background:var(--color-border);transform:translateY(-50%)}.catalog__range-track:after{content:"";position:absolute;top:0;bottom:0;left:calc(var(--start, 0) * 1%);right:calc(100% - (var(--end, 100) * 1%));border-radius:inherit;background:#6ea33f}.catalog__range-input{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);width:100%;height:20px;background:transparent;appearance:none;pointer-events:none}.catalog__range-input::-webkit-slider-thumb{pointer-events:auto;appearance:none;width:20px;height:20px;border-radius:50%;background:#6ea33f;border:none;box-shadow:none;margin-top:-8px}.catalog__range-input::-moz-range-thumb{pointer-events:auto;width:20px;height:20px;border-radius:50%;background:#6ea33f;border:none;box-shadow:none}.catalog__range-input::-webkit-slider-runnable-track{height:4px;background:transparent}.catalog__range-input::-moz-range-track{height:4px;background:transparent}.catalog__range-input--min{z-index:3}.catalog__range-input--max{z-index:2}.catalog__range-input--active{z-index:5}.catalog__range-input:focus-visible{outline:none}.catalog__range-input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px #7eb04b40,0 6px 12px #1d201c1f}.catalog__range-input:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px #7eb04b40,0 6px 12px #1d201c1f}.catalog__checkbox-group{display:grid;gap:.75rem}.catalog__checkbox{position:relative;display:inline-flex;align-items:center;gap:10px;color:#1d201c;font-size:1rem;cursor:pointer}.catalog__checkbox input{position:absolute;opacity:0}.catalog__checkbox-box{width:20px;height:20px;border-radius:4px;border:1px solid var(--color-border);display:inline-flex;align-items:center;justify-content:center;transition:border .2s ease,background .2s ease;position:relative;z-index:0}.catalog__checkbox-box:before{content:"";position:absolute;inset:-6px;border-radius:8px}.catalog__checkbox-box:after{content:"";position:absolute;width:15px;height:15px;background:#fff;mask:url(/images/icons/check-mark.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/check-mark.svg) center/contain no-repeat;transform:scale(0);opacity:0;transition:transform .2s ease,opacity .2s ease;z-index:1}.catalog__checkbox input:checked+.catalog__checkbox-box{border-color:var(--color-accent);background:var(--color-accent)}.catalog__checkbox input:checked+.catalog__checkbox-box:after{transform:scale(1);opacity:1}.catalog__checkbox input:focus-visible+.catalog__checkbox-box{outline:2px solid color-mix(in srgb,var(--color-accent) 40%,transparent);outline-offset:2px}.catalog__filter-apply{width:100%;min-height:46px;margin-top:28px;border:0;border-radius:10px;background:var(--color-accent);color:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:background .16s ease,opacity .16s ease}.catalog__filter-apply:disabled{cursor:default;opacity:.45}.catalog__filter-apply:focus-visible{outline:2px solid color-mix(in srgb,var(--color-accent) 42%,transparent);outline-offset:3px}.catalog__filter-apply-popover{position:absolute;left:calc(100% + 25px);top:50%;z-index:200;display:grid;gap:12px;width:200px;padding:12px;border-radius:10px;border:1px solid var(--color-border);background:var(--color-bg);box-shadow:0 4px 6px #0000001a;color:var(--color-text);transform:translateY(-50%)}.catalog__filter-apply-popover:before{content:"";position:absolute;left:-7px;top:50%;z-index:0;width:12px;height:12px;background:inherit;border-left:1px solid var(--color-border);border-bottom:1px solid var(--color-border);transform:translateY(-50%) rotate(45deg)}.catalog__filter-apply-popover span{position:relative;z-index:1;font-size:14px;line-height:1.3}.catalog__filter-apply-popover button{position:relative;z-index:1;min-height:34px;border:0;border-radius:8px;background:var(--color-accent);color:#fff;font-size:13px;font-weight:500;cursor:pointer}.catalog__products{--catalog-card-padding-y: 10px;--catalog-card-padding-x: 14px;--catalog-card-gap: 10px;--catalog-card-image-height: clamp(118px, 16vw, 240px);--catalog-card-price-size: 20px;--catalog-card-price-line-height: 1.2;--catalog-card-title-size: 14px;--catalog-card-title-line-height: 1.35;--catalog-card-title-lines: 2;--catalog-card-meta-size: 12px;--catalog-card-meta-line-height: 1.2;--catalog-card-dots-height: 10px;--catalog-card-button-height: 33px;--featured-card-padding-y: var(--catalog-card-padding-y);--featured-card-padding-x: var(--catalog-card-padding-x);--featured-card-gap: var(--catalog-card-gap);--featured-card-image-height: var(--catalog-card-image-height);--featured-card-price-size: var(--catalog-card-price-size);--featured-card-price-line-height: var(--catalog-card-price-line-height);--featured-card-title-size: var(--catalog-card-title-size);--featured-card-title-line-height: var(--catalog-card-title-line-height);--featured-card-title-lines: var(--catalog-card-title-lines);--featured-card-meta-size: var(--catalog-card-meta-size);--featured-card-meta-line-height: var(--catalog-card-meta-line-height);--catalog-card-height: calc( (var(--catalog-card-padding-y) * 2) + var(--catalog-card-image-height) + var(--catalog-card-dots-height) + (var(--catalog-card-gap) * 5) + (var(--catalog-card-price-size) * var(--catalog-card-price-line-height)) + ( var(--catalog-card-title-size) * var(--catalog-card-title-line-height) * var(--catalog-card-title-lines) ) + (var(--catalog-card-meta-size) * var(--catalog-card-meta-line-height)) + var(--catalog-card-button-height) );background:transparent;border-radius:0;padding:0;display:flex;flex-direction:column;gap:25px;position:relative;z-index:1}.catalog__products--empty{display:flex;justify-content:flex-start;align-items:stretch;text-align:center;min-height:0;padding:0}.catalog__load-more-sentinel{position:absolute;right:0;bottom:0;width:1px;height:1px;pointer-events:none}.catalog__empty-container{width:100%;display:flex;justify-content:center;margin:10px 0 15px;padding:0}.catalog__empty{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;background:var(--color-bg);border-radius:14px;padding:28px 24px}.catalog__empty--search{align-items:stretch;gap:18px;max-width:960px}.catalog__empty-image{align-self:center;width:60px;height:auto;object-fit:contain}.catalog__empty:not(.catalog__empty--search) .catalog__empty-image{width:min(120px,60vw)}.catalog__empty-title{margin:0;font-size:22px;color:var(--color-text);text-align:center}.catalog__empty-text{margin:0;color:var(--color-text);line-height:1.5;text-align:center}.catalog__empty-search{width:min(680px,100%);align-self:center}.catalog__empty-search .header__search{max-width:none;width:100%;background:var(--color-accent-2);border-color:transparent}.catalog__empty-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.catalog__empty-section{display:grid;gap:12px;width:100%;margin-top:6px}.catalog__empty-section-title{margin:0;font-size:18px;line-height:1.2;color:var(--color-text)}.catalog__empty-categories{display:flex;flex-wrap:wrap;gap:8px}.catalog__empty-category{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border-radius:999px;background:var(--color-accent-2);color:var(--color-text);text-decoration:none}.catalog__empty-products{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog__toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem}.catalog__toolbar-main{display:inline-flex;align-items:center;gap:20px}.catalog__toolbar--hero{margin-top:4px}.catalog__sort{display:inline-flex;align-items:center;gap:5px;color:var(--color-text);font-size:.95rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .1s ease}.catalog__sort span{font-size:14px}.catalog__sort-control{position:relative;display:inline-flex;align-items:center;gap:3px;border-radius:999px}.catalog__sort-value{color:var(--color-text)}.catalog__sort-arrow{display:flex;justify-content:center;align-items:center;margin-top:2px;width:15px;height:15px;background-color:currentColor;mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;opacity:.9}.catalog__sort-control select{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.catalog__view-switch{display:inline-flex;align-items:center;gap:20px}.catalog__filters-toggle{display:none;border:none;background:transparent;color:var(--color-text);cursor:pointer;align-items:center;gap:8px;font-size:14px;padding:0}.catalog__filters-toggle-icon{width:20px;height:20px;display:inline-block;background-color:currentColor;mask:url(/images/icons/settings.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/settings.svg) center/contain no-repeat}.catalog__view-btn{background:transparent;display:grid;place-items:center;cursor:pointer;color:var(--color-text);transition:border .15s ease,color .15s ease,background .15s ease}.catalog__view-icon{width:18px;height:18px;display:block;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.catalog__view-icon--grid{mask-image:url(/images/icons/vertical-cards.svg);-webkit-mask-image:url(/images/icons/vertical-cards.svg)}.catalog__view-icon--list{mask-image:url(/images/icons/horizontal-cards.svg);-webkit-mask-image:url(/images/icons/horizontal-cards.svg)}.catalog__view-btn.is-active{border-color:var(--color-accent);color:var(--color-accent);background:transparent}.catalog__view-btn:focus-visible{color:var(--color-accent);border-color:var(--color-accent)}.catalog__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.8vw,25px);align-items:start}.catalog__grid .product-card:not(.product-card--list){min-height:auto!important;height:auto!important;align-self:start;padding:var(--catalog-card-padding-y) var(--catalog-card-padding-x);gap:var(--catalog-card-gap);transition:padding .2s ease,gap .2s ease}.catalog__grid .product-card:not(.product-card--list) .product-card__image-wrap{height:auto;aspect-ratio:1 / 1}.catalog__grid .product-card:not(.product-card--list) .product-card__dots{min-height:var(--catalog-card-dots-height);margin:-4px 0 6px}.catalog__grid .product-card:not(.product-card--list) .product-card__price{font-size:var(--catalog-card-price-size);line-height:var(--catalog-card-price-line-height)}.catalog__grid .product-card:not(.product-card--list) .product-card__title{font-size:var(--catalog-card-title-size);line-height:var(--catalog-card-title-line-height);min-height:calc(var(--catalog-card-title-size) * var(--catalog-card-title-line-height) * var(--catalog-card-title-lines));height:auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--catalog-card-title-lines);overflow:hidden}.catalog__grid .product-card:not(.product-card--list) .product-card__meta,.catalog__grid .product-card:not(.product-card--list) .product-card__code,.catalog__grid .product-card:not(.product-card--list) .product-card__copy-label{font-size:var(--catalog-card-meta-size);line-height:var(--catalog-card-meta-line-height)}.catalog__grid .product-card:not(.product-card--list) .product-card__meta{margin-top:0}.catalog__grid .product-card:not(.product-card--list) .product-card__add,.catalog__grid .product-card:not(.product-card--list) .product-card__favorite-controls{margin-top:0}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list) .product-skeleton-card{height:auto;padding:var(--catalog-card-padding-y) var(--catalog-card-padding-x);gap:var(--catalog-card-gap)}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.8vw,25px);align-items:start}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list) .product-skeleton-card__media{flex:0 0 auto;width:100%;min-height:0;aspect-ratio:1 / 1;border-radius:0}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list) .product-skeleton-card__body{gap:9px}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list) .product-skeleton-card__dots{width:54px;height:var(--catalog-card-dots-height);min-height:var(--catalog-card-dots-height);margin:-4px 0 6px;align-self:center}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list) .product-skeleton-card__line--price{width:56%;height:calc(var(--catalog-card-price-size) * var(--catalog-card-price-line-height))}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list) .product-skeleton-card__title-block{min-height:calc(var(--catalog-card-title-size) * var(--catalog-card-title-line-height) * var(--catalog-card-title-lines));justify-content:center;gap:max(2px,calc((var(--catalog-card-title-size) * var(--catalog-card-title-line-height) * var(--catalog-card-title-lines)) - (var(--catalog-card-title-size) * 2)))}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list) .product-skeleton-card__title-row{height:var(--catalog-card-title-size)}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list) .product-skeleton-card__line--meta{width:42%;height:calc(var(--catalog-card-meta-size) * var(--catalog-card-meta-line-height))}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list) .product-skeleton-card__button{height:var(--catalog-card-button-height);border-radius:10px}.catalog__grid--list{grid-template-columns:1fr;gap:0}.catalog__grid.catalog__grid--list{grid-template-columns:1fr}@media(min-width:1025px){.catalog__filters{position:sticky;top:90px;max-height:calc(100vh - 92px)}.catalog__filters.is-scrollable{overflow-y:auto;overscroll-behavior:contain;padding-right:6px}.catalog__filters.is-scrollable::-webkit-scrollbar{width:4px}.catalog__filters.is-scrollable::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--color-text-muted) 32%,transparent)}.catalog__filters.is-scrollable .catalog__filter-header{position:sticky;top:0;z-index:4;background:var(--color-bg)}.catalog__filters.is-scrollable .catalog__filter-apply{position:sticky;bottom:0;z-index:4;box-shadow:0 -12px 20px var(--color-bg)}.catalog__toolbar{width:100%}.catalog__toolbar-main{display:flex;align-items:center;justify-content:space-between;width:100%;gap:24px}.catalog__sort{order:1}.catalog__view-switch{order:2;margin-left:auto}.catalog__grid--list .product-card--list{width:100%;box-sizing:border-box;gap:clamp(10px,1.4vw,22px);padding-right:clamp(12px,1.7vw,24px);padding-left:clamp(12px,1.7vw,24px)}.catalog__grid--list .product-card--list .product-card__block--info{flex:1 1 420px;min-width:clamp(210px,18vw,260px);max-width:none}.catalog__grid--list .product-card--list .product-card__block--actions{flex:0 1 clamp(225px,22vw,260px);min-width:clamp(225px,22vw,260px);margin-left:clamp(0px,.8vw,12px)}.catalog__grid--list .product-card--list .product-card__actions-row{flex-wrap:nowrap;justify-content:flex-start;gap:clamp(8px,1.2vw,18px)}.catalog__grid--list .product-card--list .product-card__favorite{width:23px;height:23px;flex:0 0 23px}.catalog__grid--list .product-card--list .product-card__favorite-slot{flex:0 0 23px;justify-content:flex-end}.catalog__grid--list .product-card--list .product-card__block--media{flex:0 1 clamp(180px,17vw,250px);max-width:250px}.catalog__grid--list .product-card--list .product-card__image-wrap{width:100%;height:auto;aspect-ratio:1 / 1;max-width:250px;max-height:250px}.catalog__grid--list .product-card--list .product-card__price-group{flex:0 0 190px;min-width:190px}}.catalog__crumb{text-transform:uppercase;letter-spacing:.05em;font-size:14px;line-height:20px;color:var(--color-text-muted);display:flex;align-items:center;flex-wrap:nowrap;gap:.35rem;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.catalog__crumb::-webkit-scrollbar{display:none}.catalog__hero-content{display:flex;flex-direction:column;gap:25px}.catalog__subcategory-grid{--catalog-subcategory-image-max: 124px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(10px,1vw,18px)}.catalog__subcategory-card{position:relative;display:grid;grid-template-rows:minmax(72px,auto) minmax(0,1fr);aspect-ratio:1 / 1;min-height:0;padding:clamp(12px,1vw,18px);overflow:hidden;border-radius:8px;background:var(--color-accent-2);color:var(--color-text);text-decoration:none;transition:background-color .2s ease}.catalog__subcategory-card--skeleton{pointer-events:none}.catalog__subcategory-copy{position:relative;z-index:1;display:grid;align-content:start;gap:6px;min-height:72px}.catalog__subcategory-name{position:relative;z-index:1;font-size:clamp(12px,1vw,16px);line-height:1.15;font-weight:500}.catalog__subcategory-count{position:relative;z-index:1;color:var(--color-text-muted);font-size:clamp(12px,.9vw,15px);line-height:1.2}.catalog__subcategory-image{align-self:end;justify-self:center;width:100%;height:100%;max-height:min(var(--catalog-subcategory-image-max),100%);min-height:0;object-fit:contain;transition:transform .2s ease}.catalog__subcategory-skeleton-line,.catalog__subcategory-image--skeleton{display:block;border-radius:999px;background:linear-gradient(90deg,var(--color-accent-2-hover) 0%,color-mix(in srgb,var(--color-bg) 62%,var(--color-accent-2-hover)) 45%,var(--color-accent-2-hover) 100%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.catalog__subcategory-skeleton-line--name{width:82%;height:16px}.catalog__subcategory-skeleton-line--count{width:56%;height:14px}.catalog__subcategory-image--skeleton{width:72%;height:72%;max-height:min(var(--catalog-subcategory-image-max),100%);border-radius:8px}.catalog__subcategory-card:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.catalog__crumb-row{display:flex;align-items:center;gap:10px;color:var(--color-text-muted);min-width:0}.catalog__back-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px;padding:0;color:inherit;background:transparent}.catalog__back-icon{width:20px;height:20px;background-color:currentColor;transform:rotate(90deg);mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transition:background-color .16s ease}.catalog__back-btn:focus-visible .catalog__back-icon{background-color:var(--color-text)}.catalog__crumb-link{color:inherit;text-decoration:none}.catalog__crumb-link:focus-visible{color:var(--color-text)}.catalog__crumb-separator{color:var(--color-text-muted)}@media(max-width:1500px){.catalog__subcategory-grid{--catalog-subcategory-image-max: 140px;grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1300px){.catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list){grid-template-columns:repeat(3,minmax(0,1fr))}.catalog__grid.catalog__grid--list{grid-template-columns:1fr}}@media(max-width:1024px){.catalog__page.container{gap:5px;padding:0}.catalog__subcategory-grid{--catalog-subcategory-image-max: 154px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.catalog__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-bottom:5px}.catalog__products{--catalog-card-button-height: 38px}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list){grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.catalog__grid.catalog__grid--list{grid-template-columns:1fr}.catalog__grid .product-card{border-color:transparent}.catalog__products .product-skeleton-card{background:var(--color-bg)}.catalog__products .product-skeleton-card__media,.catalog__products .product-skeleton-card__line,.catalog__products .product-skeleton-card__button{background:color-mix(in srgb,var(--color-bg) 88%,var(--color-text-muted) 12%)}.catalog__products .product-card:focus-visible,.catalog__products .product-card--list:focus-visible,.catalog__products .product-card--soldout:focus-visible{box-shadow:none;border-color:var(--color-accent)}.catalog__products .product-card:active,.catalog__products .product-card--list:active,.catalog__products .product-card--soldout:active{box-shadow:none;border-color:transparent}.catalog__products .product-card__counter-btn:focus-visible,.catalog__products .product-card__counter-btn:active{background:transparent}.catalog__products .product-card__favorite-cta:focus-visible,.catalog__products .product-card__favorite-cta:active{background:var(--color-accent)}.catalog__title{font-size:20px}.catalog__grid .product-card:not(.product-card--list) .product-card__add{width:100%;min-height:38px;justify-content:center;display:inline-flex;align-items:center}.catalog__grid .product-card:not(.product-card--list) .product-card__favorite-controls{width:100%;align-self:stretch}.catalog__grid .product-card:not(.product-card--list) .product-card__counter{flex:1 1 130px;width:130px;max-width:130px;min-width:0;min-height:38px;height:38px}.catalog__grid .product-card:not(.product-card--list) .product-card__favorite-cta{flex:1 1 auto;width:auto;min-height:38px;height:38px;padding:12px}.catalog__grid .product-card:not(.product-card--list) .product-card__counter-btn{width:38px;min-width:38px;height:38px}.catalog__grid .product-card:not(.product-card--list) .product-card__counter-input{width:48px;min-width:0;flex:1 1 auto;font-size:14px;line-height:38px}.catalog__grid.catalog__grid--list{gap:5px}.catalog__grid--list .product-card--list{background:var(--color-bg);border-color:transparent;border-radius:10px;gap:clamp(4px,1vw,12px);padding:10px 12px}.catalog__grid--list .product-card--list .product-card__block--info{flex:1 1 clamp(150px,22vw,240px);min-width:clamp(150px,22vw,240px);max-width:none}.catalog__grid--list .product-card--list .product-card__block--actions{flex:0 1 clamp(225px,24vw,260px);min-width:clamp(225px,24vw,260px);margin-left:clamp(0px,.6vw,6px)}.catalog__grid--list .product-card--list .product-card__actions-row{flex-wrap:nowrap;justify-content:flex-start;gap:clamp(12px,1.8vw,22px)}.catalog__grid--list .product-card--list .product-card__block--media{flex:0 0 clamp(190px,19vw,220px);min-width:clamp(190px,19vw,220px)}.catalog__grid--list .product-card--list .product-card__image-wrap{width:100%;height:auto;aspect-ratio:1 / 1}.catalog__grid--list .product-card--list .product-card__price-group{flex:0 0 190px;min-width:190px}.catalog__hero{margin:0;padding:15px 32px 25px;background:var(--color-bg);border-radius:0 0 10px 10px}.catalog__hero-content{gap:20px}.catalog__toolbar{align-items:center;justify-content:space-between;gap:12px}.catalog__toolbar-main{gap:16px}.catalog__filters-toggle{display:inline-flex}.catalog__content{gap:5px}.catalog__content{grid-template-columns:1fr}.catalog__filters{display:none;background:var(--color-bg);border-radius:10px;padding:25px 32px}.catalog__filters.is-open{display:block}.catalog__filter-apply{position:sticky;bottom:calc(14px + env(safe-area-inset-bottom));z-index:12;box-shadow:0 10px 24px #1d201c29}.catalog__filter-apply-popover{position:fixed;left:16px;right:16px;bottom:calc(14px + env(safe-area-inset-bottom));top:auto;z-index:220;width:auto;grid-template-columns:1fr auto;align-items:center;transform:none}.catalog__filter-apply-popover:before{display:none}.catalog__filter-apply-popover button{padding:0 14px}.catalog__filter-header{padding-bottom:18px}.catalog__filter-fields{margin-top:18px;gap:18px}.catalog__filter-item,.catalog__filter-item:active,.catalog__filter-item--active,.catalog__filter-item--active:active{background:transparent}.catalog__input:active{border-color:var(--color-border)}.catalog__range-input:active::-webkit-slider-thumb,.catalog__range-input:active::-moz-range-thumb{border-color:transparent}.catalog__sort:active,.catalog__sort:active .catalog__sort-value{color:var(--color-text)}.catalog__view-btn,.catalog__view-btn:active{color:var(--color-text);border-color:transparent;background:transparent;box-shadow:none}.catalog__view-btn.is-active,.catalog__view-btn.is-active:active{color:var(--color-accent);border-color:transparent;background:transparent;box-shadow:none}.catalog__crumb-link:active{color:inherit}.catalog__products .product-card:active,.catalog__products .product-card--list:active,.catalog__products .product-card--soldout:active,.catalog__products .product-card--soldout.product-card--list:active,.catalog__products .product-card--list:has(+.product-card--list:active){box-shadow:none;border-color:transparent}.catalog__products .product-card__copy:active .product-card__code{color:var(--product-card-code-color, var(--color-text-muted))}.catalog__products .product-card__copy:active .product-card__icon--copy,.catalog__products .product-card__copy.is-copied:active .product-card__code,.catalog__products .product-card__copy.is-copied:active .product-card__icon--copy{color:var(--color-text-muted)}.catalog__products .product-card__counter-btn:active{background:transparent}.catalog__products .product-card__favorite-cta:active{background:var(--color-accent)}.catalog__products .product-card__favorite:active:after{background-color:#afafaf}.catalog__products .product-card__favorite:active:before{clip-path:circle(0% at 100% 100%);-webkit-clip-path:circle(0% at 100% 100%)}}@media(max-width:900px){.catalog__subcategory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list){grid-template-columns:repeat(3,minmax(0,1fr))}.catalog__grid.catalog__grid--list{grid-template-columns:1fr}.catalog__toolbar{flex-direction:row;align-items:center}}@media(max-width:860px){.catalog__grid--list .product-card--list .product-card__block--info{flex:1 1 clamp(120px,20vw,200px);min-width:clamp(120px,20vw,200px)}}@media(max-width:768px){.catalog__subcategory-grid{--catalog-subcategory-image-max: 170px;grid-template-columns:repeat(3,minmax(0,1fr))}.catalog__subcategory-card{grid-template-rows:minmax(42px,auto) minmax(0,1fr);padding:10px}.catalog__subcategory-copy{min-height:42px}.catalog__subcategory-count{display:none}.catalog__products{--catalog-card-button-height: 35px}.catalog__hero-content{gap:15px}.catalog__title{font-size:18px}.catalog__view-switch{display:none}.catalog__grid .product-card:not(.product-card--list) .product-card__price{font-size:18px}.catalog__grid .product-card:not(.product-card--list) .product-card__favorite-controls{gap:6px;align-items:stretch}.catalog__grid .product-card:not(.product-card--list) .product-card__add{min-height:35px;height:35px}.catalog__grid .product-card:not(.product-card--list) .product-card__favorite-cta{flex:3 1 auto;width:auto;max-width:none;min-width:35px;height:35px;min-height:35px;padding:10px}.catalog__grid .product-card:not(.product-card--list) .product-card__counter{flex:1 1 130px;width:130px;max-width:130px;min-width:0;min-height:35px;height:35px}.catalog__grid .product-card:not(.product-card--list) .product-card__counter-btn{width:35px;min-width:35px;height:35px}.catalog__grid .product-card:not(.product-card--list) .product-card__counter-input{width:44px;min-width:0;flex:1 1 auto;font-size:13px;line-height:35px}.catalog__view-btn--list{display:none}.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:5px}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list){grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.catalog__subcategory-card{padding:10px}.catalog__subcategory-image{width:100%;--catalog-subcategory-image-max: 150px}.catalog__products{--catalog-card-padding-y: clamp(10px, 3vw, 12px);--catalog-card-padding-x: clamp(10px, 3vw, 12px);--catalog-card-gap: clamp(8px, 2.8vw, 12px);--catalog-card-image-height: clamp(130px, 34vw, 220px);--catalog-card-title-size: clamp(12px, 3.2vw, 14px);--catalog-card-meta-size: clamp(12px, 3vw, 14px)}.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog__products .product-skeleton-grid:not(.product-skeleton-grid--list){grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.catalog__hero{padding:15px 16px 20px}}.catalog__products .product-skeleton-grid.product-skeleton-grid--list{grid-template-columns:1fr}@media(hover:hover)and (pointer:fine){.catalog__filter-item:hover{background:#e7eadf}.catalog__input:hover{border-color:var(--color-primary)}.catalog__range-input:hover::-webkit-slider-thumb{border-color:var(--color-accent)}.catalog__range-input:hover::-moz-range-thumb{border-color:var(--color-accent)}.catalog__filter-apply:not(:disabled):hover,.catalog__filter-apply-popover button:hover{background:var(--color-accent-hover)}.catalog__sort:hover{color:var(--color-accent)}.catalog__sort:hover .catalog__sort-value{color:inherit}.catalog__view-btn:hover{color:var(--color-accent);border-color:var(--color-accent)}.catalog__crumb-link:hover{color:var(--color-text)}.catalog__back-btn:hover .catalog__back-icon{background-color:var(--color-text)}.catalog__subcategory-card:hover{background:var(--color-accent-2-hover)}}@media(max-width:1024px)and (hover:hover)and (pointer:fine){.catalog__products .product-card:hover,.catalog__products .product-card--list:hover,.catalog__products .product-card--soldout:hover{box-shadow:none;border-color:transparent}.catalog__filter-item:hover,.catalog__filter-item--active:hover{background:transparent}.catalog__input:hover{border-color:var(--color-border)}.catalog__range-input:hover::-webkit-slider-thumb,.catalog__range-input:hover::-moz-range-thumb{border-color:transparent}.catalog__sort:hover,.catalog__sort:hover .catalog__sort-value{color:var(--color-text)}.catalog__view-btn:hover{color:var(--color-text);border-color:transparent;background:transparent;box-shadow:none}.catalog__view-btn.is-active:hover{color:var(--color-accent);border-color:transparent;background:transparent;box-shadow:none}.catalog__crumb-link:hover{color:inherit}.catalog__products .product-card:hover,.catalog__products .product-card--list:hover,.catalog__products .product-card--soldout:hover,.catalog__products .product-card--soldout.product-card--list:hover,.catalog__products .product-card--list:has(+.product-card--list:hover){box-shadow:none;border-color:transparent}.catalog__products .product-card__copy:hover .product-card__code{color:var(--product-card-code-color, var(--color-text-muted))}.catalog__products .product-card__copy:hover .product-card__icon--copy,.catalog__products .product-card__copy.is-copied:hover .product-card__code,.catalog__products .product-card__copy.is-copied:hover .product-card__icon--copy{color:var(--color-text-muted)}.catalog__products .product-card__counter-btn:hover{background:transparent}.catalog__products .product-card__favorite-cta:hover{background:var(--color-accent)}.catalog__products .product-card__favorite:hover:after{background-color:#afafaf}}.catalog__products .product-card__favorite:hover:after,.catalog__products .product-card__favorite:focus-visible:after,.catalog__products .product-card__favorite:active:after,.catalog__products .product-card__favorite.is-active:after,.catalog__products .product-card__favorite:active:before,.catalog__products .product-card__favorite.is-active:before{background-color:var(--color-accent)}.catalog__products .product-card__favorite.is-active:before{clip-path:circle(150% at 100% 100%);-webkit-clip-path:circle(150% at 100% 100%)}.mobile-catalog-page{position:fixed;inset:0 0 calc(71px + env(safe-area-inset-bottom)) 0;box-sizing:border-box;width:100%;max-width:100vw;height:auto;overflow:hidden;overscroll-behavior:none;touch-action:pan-y;background:#fff}.mobile-catalog-page__content{display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-width:100%;height:100%;padding-top:15px;padding-bottom:12px;overflow:hidden}.mobile-catalog-page__search{flex:none;margin-bottom:20px}.mobile-catalog-page__search .header__search{width:100%}.mobile-catalog-page__heading{display:flex;flex:none;align-items:center;gap:10px;margin-bottom:20px}.mobile-catalog-page__heading button{display:grid;flex:none;place-items:center;width:23px;height:23px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--color-text);cursor:pointer}.mobile-catalog-page__heading button img{width:100%;transform:rotate(90deg)}.mobile-catalog-page h1{margin:0;font-size:18px}.mobile-catalog-page__list{display:block;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;border-top:1px solid var(--color-divider)}.mobile-catalog-page__item{display:grid;grid-template-columns:42px minmax(0,1fr) 30px;align-items:center;gap:10px;width:100%;max-width:100%;box-sizing:border-box;min-height:50px;padding:12px 0;border:0;border-bottom:1px solid var(--color-divider);background:transparent;color:var(--color-text);text-decoration:none;font-size:16px;font-family:inherit;text-align:left;cursor:pointer}.mobile-catalog-page__icon{width:36px;height:36px;background:var(--color-text);mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.mobile-catalog-page__arrow{display:block;width:18px;height:18px;justify-self:center;object-fit:contain;transform:rotate(-90deg);transition:transform .18s ease}.mobile-catalog-page__arrow.is-expanded{transform:rotate(0)}.mobile-catalog-page__children .mobile-catalog-page__item{font-size:16px}.mobile-catalog-page__item--nested{grid-template-columns:minmax(0,1fr) 30px;padding-left:calc(var(--catalog-level, 1) * 20px)}@media(max-width:1024px){.mobile-catalog-page__item{grid-template-columns:34px minmax(0,1fr) 30px}.mobile-catalog-page__item.mobile-catalog-page__item--nested{grid-template-columns:minmax(0,1fr) 30px}.mobile-catalog-page__icon{width:25px;height:25px}}@media(min-width:1025px){.mobile-catalog-page__content{max-width:760px}}.product__page{--product-main-image-max-size: clamp(420px, 40vw, 550px);--product-thumb-size: 55px;--product-layout-gap: 50px;--product-details-gap: 2rem;--product-purchase-min-width: 330px;--product-purchase-collapsed-width: 270px;--product-aside-width: clamp( var(--product-purchase-collapsed-width), 24vw, var(--product-purchase-min-width) );--product-specs-width: clamp(260px, 22vw, 360px);--product-gallery-max-width: calc( var(--product-main-image-max-size) + var(--product-thumb-size) + var(--product-layout-gap) );display:flex;flex-direction:column;gap:25px}.product__page--admin{--admin-page-gradient: linear-gradient(132deg, #000000 24%, #979797 100%);position:relative;min-height:100vh;--color-text: #f4f7fb;--color-text-muted: #b6bec8;--color-border: rgba(255, 255, 255, .26)}.product__page--admin:before{content:"";position:fixed;inset:0;z-index:-1;background:var(--admin-page-gradient)}.product__page--admin .catalog__crumb,.product__page--admin .catalog__crumb-link,.product__page--admin .catalog__crumb-separator{color:var(--color-text-muted)}.product__page--admin button:disabled{cursor:not-allowed}.product__page--admin .product__specs-link.is-disabled{cursor:not-allowed;pointer-events:none;opacity:.72}.product__page--admin .product__header,.product__page--admin .product__purchase,.product__page--admin .product__content-block{background:#ffffff1a}.product__page--admin .product__mobile-purchase{background:transparent;border-bottom:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.product__header{display:flex;flex-direction:column;gap:40px}.product__page--refreshing .product__variation-chip,.product__page--refreshing .product__main-image-btn,.product__page--refreshing .product__thumb-btn{cursor:progress}.product__loading{display:flex;flex-direction:column;gap:25px}.product__loading-shimmer{position:relative;overflow:hidden;border-radius:10px;background:var(--color-accent-2-hover)}.product__loading-shimmer:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent),color-mix(in srgb,var(--color-bg) 62%,transparent),color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent));animation:product-loading-shimmer 1.4s ease-in-out infinite}.product__loading-crumb{height:16px;width:260px}.product__loading-title{height:36px;width:min(560px,100%)}.product__loading-meta{height:20px;width:180px}.product__loading-price{height:29px;width:150px}.product__loading-body{display:flex;gap:var(--product-layout-gap);align-items:flex-start;width:100%}.product__loading-gallery{display:flex;flex:0 1 var(--product-gallery-max-width);width:min(100%,var(--product-gallery-max-width));max-width:var(--product-gallery-max-width);max-height:var(--product-main-image-max-size);min-width:0;gap:var(--product-layout-gap);align-items:flex-start}.product__loading-thumbs{display:flex;flex-direction:column;gap:20px;flex:0 0 auto}.product__loading-thumb{width:var(--product-thumb-size);height:var(--product-thumb-size);border-radius:10px}.product__loading-image{width:var(--product-main-image-max-size);max-width:100%;min-width:0;flex:0 1 var(--product-main-image-max-size);aspect-ratio:1 / 1}.product__loading-details{display:flex;gap:var(--product-details-gap);align-items:flex-start;justify-content:space-between;flex:1 0 min-content;min-width:0}.product__loading-specs{display:flex;flex-direction:column;gap:12px;flex:0 0 auto;width:var(--product-specs-width);min-width:var(--product-specs-width);max-width:var(--product-specs-width)}.product__loading-spec{height:14px;width:min(320px,100%)}.product__loading-purchase{width:min(100%,var(--product-aside-width));min-width:var(--product-aside-width);max-width:var(--product-aside-width);flex:0 0 var(--product-aside-width);margin-left:auto;height:145px;border-radius:10px}.product__loading-mobile-summary,.product__loading-mobile-purchase{display:none}.product__loading-description-row{display:flex;gap:40px;align-items:flex-start}.product__loading-description{flex:1;min-width:0;display:grid;gap:12px}.product__loading-kit{width:min(100%,var(--product-aside-width));min-width:var(--product-aside-width);max-width:var(--product-aside-width);flex:0 0 var(--product-aside-width);display:grid;gap:12px}.product__loading-subtitle{height:22px;width:min(260px,100%)}.product__loading-line{height:14px;width:min(560px,100%)}.product__loading-specs-section{display:flex}.product__loading-content{grid-template-areas:"description kit" "specs specs"}.product__loading-content .product__loading-description-row{display:contents}.product__loading-content .product__loading-description{grid-area:description}.product__loading-content .product__loading-kit{grid-area:kit}.product__loading-content .product__loading-specs-section{grid-area:specs}.product__loading-specs-card{width:min(500px,100%);display:grid;gap:12px}@keyframes product-loading-shimmer{to{transform:translate(100%)}}.product__intro{display:flex;flex-direction:column;gap:25px}.product__meta{display:flex;align-items:center;gap:1rem}.product__crumb-row{display:flex;align-items:center;gap:10px;color:var(--color-text-muted)}.product__back-btn{border:none;background:transparent;color:inherit;width:20px;height:20px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.product__back-icon{width:20px;height:20px;background-color:currentColor;transform:rotate(90deg);mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transition:transform .2s ease,background-color .2s ease}@media(hover:hover)and (pointer:fine){.product__back-btn:hover .product__back-icon,.product__back-btn:focus-visible .product__back-icon{background-color:var(--color-text)}}.product__gallery{display:flex;flex:0 1 var(--product-gallery-max-width);width:min(100%,var(--product-gallery-max-width));max-width:var(--product-gallery-max-width);max-height:var(--product-main-image-max-size);min-width:0;align-items:flex-start;gap:var(--product-layout-gap)}.product__thumbs{display:flex;flex-direction:column;gap:20px;padding-top:.1rem;order:-1;flex:0 0 auto;max-height:min(100%,var(--product-main-image-max-size));overflow-y:auto;overflow-x:hidden}.product__thumbs.is-scrollable{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.product__thumbs.is-scrollable::-webkit-scrollbar{width:0;height:0;display:none}.product__thumb-btn{border:1px solid transparent;background:transparent;padding:0;border-radius:12px;cursor:pointer}.product__thumb-btn--active{border-color:var(--color-primary)}.product__thumb{width:var(--product-thumb-size);height:var(--product-thumb-size);object-fit:contain;border-radius:10px;display:block}.product__page--soldout .product__thumb-btn{border-color:transparent}.product__page--soldout .product__thumb-btn--active{border-color:#a2a2a2}.product__page--soldout .product__thumb{background:#f6f6f6;filter:saturate(.8) brightness(.97)}.product__main-image-btn{border:none;background:transparent;padding:0;cursor:zoom-in;align-self:flex-start;width:100%;max-width:100%;flex:0 1 var(--product-main-image-max-size);min-width:0;aspect-ratio:1 / 1}.product__main-image-track{position:relative;width:100%;height:100%;overflow:hidden}.product__main-image{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:1 / 1;border-radius:10px;object-fit:contain}.product__main-image-wrap{position:relative;width:min(100%,var(--product-main-image-max-size));max-width:var(--product-main-image-max-size);flex:0 1 var(--product-main-image-max-size);min-width:0}.product__main-image-wrap .product__main-image-btn{width:100%;max-width:100%}.product__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:999px;background:#f6f8f5eb;box-shadow:0 6px 18px #11111124;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .24s ease,background-color .2s ease,box-shadow .2s ease;z-index:2}.product__gallery-arrow img{width:20px;height:20px}.product__gallery-arrow--prev{left:-10px;transform:translate(-10px,-50%)}.product__gallery-arrow--prev img{transform:rotate(90deg)}.product__gallery-arrow--next{right:-10px;transform:translate(10px,-50%)}.product__gallery-arrow--next img{transform:rotate(-90deg)}.product__main-image-wrap:focus-within .product__gallery-arrow{opacity:1;pointer-events:auto}.product__main-image-wrap:focus-within .product__gallery-arrow--prev{transform:translateY(-50%)}.product__main-image-wrap:focus-within .product__gallery-arrow--next{transform:translateY(-50%)}@media(hover:hover)and (pointer:fine){.product__gallery-arrow:hover,.product__gallery-arrow:focus-visible{box-shadow:1px 1px 4px #00000040;transform:translateY(-50%) scale(1.03)}}.product__body{display:flex;gap:var(--product-layout-gap);align-items:flex-start;width:100%}.product__details{display:flex;gap:var(--product-details-gap);align-items:flex-start;justify-content:space-between;flex:1 0 min-content;min-width:0}.product__title{margin:0;font-size:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;overflow:hidden;text-overflow:ellipsis}.product__title--mobile,.product__mobile-summary,.product__code-mobile-wrap{display:none}.product__code-copy--mobile{font-size:13px;color:var(--color-text-muted)}.product__variation-picker--compact{order:-1;margin-bottom:10px}.product__variation-picker--mobile{margin:0}.product__gallery-dots.product-card__dots,.product__mobile-specs{display:none}.product__code-copy{color:#6b6f6a;font-size:14px}.product__code-label{color:var(--color-text);font-size:14px;color:inherit}.product__code-copy .product-card__code{color:var(--color-text-muted);font-size:14px}.product__page .product__code-copy.is-copied,.product__page .product__code-copy.is-copied:focus-visible{color:var(--color-text-muted)}.product__page .product__code-copy.is-copied:focus-visible .product-card__code,.product__page .product__code-copy.is-copied:focus-visible .product-card__icon--copy{color:var(--color-text-muted)}.product__price{font-size:24px;font-weight:500}.product__cta{border-radius:10px;padding:12px 10px;border:none;background:var(--color-accent);color:var(--color-bg);cursor:pointer;font-size:16px;transition:background-color .2s ease,transform .2s ease}.product__cta:focus-visible{background-color:var(--color-accent-hover)}.product__specs{display:flex;flex-direction:column;gap:10px}.product__specs-block{display:flex;flex-direction:column;gap:10px;flex:0 0 auto;width:var(--product-specs-width);min-width:var(--product-specs-width);max-width:var(--product-specs-width)}.product__spec{display:flex;font-size:14px;gap:5px;background:transparent;border-radius:0;padding:0;color:var(--color-text-muted)}.product__specs--compact .product__spec{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:baseline;white-space:nowrap}.product__specs--compact .product__spec>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product__spec .spec__value{color:var(--color-text)}.product__specs-link{display:inline-flex;align-items:center;gap:3px;border:none;background:transparent;color:var(--color-text);font-size:14px;padding:0;cursor:pointer;text-decoration:none;transition:color .1s ease}.product__specs-link-icon{width:15px;height:15px;background-color:var(--color-text);mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transform:rotate(-90deg);transition:transform .1s ease,background-color .1s ease}.product__specs-link:focus-visible .product__specs-link-icon{transform:translate(3px) rotate(-90deg);background-color:var(--color-accent)}.product__specs-card{display:flex;flex-direction:column;flex:1;gap:15px;max-width:500px}.product__page .product-card__copy-label{color:var(--color-text-muted)}.product__page .product-card__icon--success{background-color:var(--color-text-muted)}.product__purchase{display:flex;flex-direction:column;gap:20px;align-items:stretch;padding:25px;border-radius:10px;background:var(--color-bg);border:1px solid #e7eae3;box-shadow:0 4px 6px #0000001a;width:min(100%,var(--product-aside-width));min-width:var(--product-aside-width);max-width:var(--product-aside-width);flex:0 0 var(--product-aside-width);margin-left:auto}.product__purchase .product__cta{width:100%}.product__purchase .product-card__add.product__add{font-size:16px;padding:12px 10px;font-weight:400;width:100%;display:inline-flex;justify-content:center}.product__purchase .product-card__counter-btn{height:43px;min-width:43px}.product__purchase .product-card__counter-input{width:70px;font-size:16px;line-height:43px}.product__purchase .product-card__favorite-cta{width:43px;height:43px;padding:12px}.product__purchase .product-card__favorite-cta img{width:12px;height:12px}.product__purchase .product-card__favorite-controls{gap:12px}.product__mobile-purchase{display:none}.product__page--soldout .product__purchase .product-card__counter{background:#a2a2a2;border:0;color:#fff}.product__page--soldout .product__purchase .product-card__counter-input{color:#fff;background:#a2a2a2}.product__page--soldout .product__purchase .product-card__counter-input:disabled{color:#fff;background:#a2a2a2;opacity:1;-webkit-text-fill-color:#fff}.product__page--soldout .product__purchase .product-card__counter-btn:disabled{background:#a2a2a2;color:#fff;cursor:not-allowed}.product__page--soldout .product__purchase .product-card__counter-btn:disabled:focus-visible{background:#a2a2a2}.product__page--soldout .product__purchase .product-card__counter-btn:disabled img{opacity:1;filter:brightness(0) invert(1)}.product__page--soldout .product__purchase .product-card__favorite-cta:disabled{background:#a2a2a2;border:0;color:#fff;cursor:not-allowed;opacity:1}.product__page--soldout .product__purchase .product-card__favorite-cta:disabled:focus-visible{background:#a2a2a2}.product__page--soldout .product__purchase .product-card__favorite-cta:disabled img{opacity:1;filter:brightness(0) invert(1)}.product__description{display:flex;flex-direction:column;gap:15px;background:transparent;border-radius:0;padding:0;box-shadow:none;flex:1;min-width:0;max-width:none}.product__description-row{display:flex;gap:40px;align-items:flex-start}.product__content-block{display:grid;grid-template-columns:minmax(0,1fr) var(--product-aside-width);grid-template-areas:"description kit" "specs kit";align-items:start;column-gap:40px;row-gap:25px}.product__content-block .product__description-row{grid-area:description}.product__content-block .product__specs-section{grid-area:specs}.product__content-block .product__kit--full{grid-area:kit;align-self:start}.product__content-block .product__description{max-width:920px}.product__content-block .product__specs-card{max-width:560px}.product__content-block .product__specs-section{justify-content:flex-start}.product__content-block .product__description-row{gap:0}.product__content-block .product__description-row .product__kit{display:none}.product__content-block .product__description-row,.product__content-block .product__specs-section{width:100%}.product__content-block .product__kit--full{width:min(100%,var(--product-aside-width));min-width:var(--product-aside-width);max-width:var(--product-aside-width);flex:0 0 var(--product-aside-width)}.product__content-block{gap:25px;height:auto}.product__description-header{display:flex;align-items:center;justify-content:flex-start;gap:12px}.product__description-header h2{font-size:20px;color:var(--color-text)}.product__description-actions{display:inline-flex;gap:10px}.product__description-btn{background:transparent;color:var(--color-text-muted);cursor:pointer;font-size:14px;text-decoration:underline;transition:color .1s ease,border-color .1s ease}.product__description-btn--cancel:focus-visible{color:var(--color-error)}.product__description-btn--primary{color:var(--color-accent);border:none;transition:background .1s ease}.product__description-hints{display:inline-flex;flex-direction:column;border-radius:12px;border:1px dashed var(--color-border);padding:14px 16px;color:var(--color-text);font-size:13px;width:100%}.product__description-hints-title{display:flex;font-size:16px;margin:0;font-weight:500}.product__description-hints-list{margin:8px 0 0;display:grid;gap:8px;list-style:none;padding:0}.product__description-hints-list li{font-size:14px;gap:5px;display:flex;flex-wrap:wrap;position:relative;padding-left:14px}.product__description-hints-list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-accent);position:absolute;left:0;top:.65em;transform:translateY(-50%)}.product__description-hints code{font-family:Courier New,monospace;font-size:14px;background:var(--color-accent-2);padding:2px 6px;border-radius:5px}.product__description-editor{width:100%;border-radius:12px;border:1px solid #dfe2dd;padding:16px;font-size:14px;resize:vertical;background:#fff}.product__richtext{display:block;color:var(--color-text)}.product__richtext-heading{font-size:20px}.product__richtext>*{margin:0}.product__richtext>*+*{margin-top:30px}.product__richtext-heading+.product__richtext-paragraph,.product__richtext-heading+.product__richtext-list{margin-top:15px}.product__richtext-paragraph{font-size:14px;line-height:1.6}.product__richtext-list{font-size:14px;padding-left:18px;list-style:disc}.product__description-empty{color:var(--color-text-muted)}.product__variation-picker{display:grid;gap:8px;margin-bottom:20px}.product__variation-picker-label{font-size:14px;color:var(--color-text-muted)}.product__variation-picker-options{display:flex;flex-wrap:wrap;gap:8px}.product__variation-chip{border:1px solid var(--color-border);color:var(--color-text);border-radius:10px;padding:7px 12px;font-size:14px;cursor:pointer}.product__variation-chip.is-active{background:var(--color-accent);color:#fff;cursor:default}.product__variation-picker-note{color:var(--color-text-muted);font-size:12px}.product__specs-section{display:flex;justify-content:space-between;gap:40px;align-items:start;scroll-margin-top:100px}.product__specs-card h2,.product__kit h2{font-size:20px}.product__specs--full .product__spec{align-items:baseline;gap:5px}.product__specs--full .product__spec>:first-child{order:1}.product__specs--full .product__spec:after{content:"";order:2;flex:1;border-bottom:1px dotted #c9cec6}.product__specs--full .product__spec .spec__value{order:3}.product__kit{display:flex;flex-direction:column;gap:15px;min-width:var(--product-purchase-min-width);border-left:1px solid #e7eae3;padding-left:24px}.product__kit--full{width:min(100%,var(--product-aside-width));min-width:var(--product-aside-width);max-width:var(--product-aside-width);flex:0 0 var(--product-aside-width);min-height:150px}.product__image-modal{position:fixed;inset:0;background:#edf0e9fa;z-index:999;padding:20px;overflow:hidden;box-sizing:border-box}.product__image-modal-viewer{position:relative;width:min(1460px,100%);height:100%;margin:0 auto}.product__image-modal-layout{height:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px}.product__image-modal-stage{position:relative;min-height:0}.product__image-modal-surface{border:none;background:transparent;width:100%;height:100%;min-height:0;padding:18px 80px;cursor:default;touch-action:pan-y}.product__image-modal-track{position:relative;width:100%;height:100%;overflow:hidden}.product__image-modal-img{border-radius:0;background:transparent}.product__image-modal-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(45,50,42,.2);border-radius:999px;background:#ffffffbf;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease;z-index:3}.product__image-modal-arrow img{width:20px;height:20px}.product__image-modal-arrow--prev{left:12px}.product__image-modal-arrow--prev img{transform:rotate(90deg)}.product__image-modal-arrow--next{right:12px}.product__image-modal-arrow--next img{transform:rotate(-90deg)}.product__image-modal-thumbs{display:flex;flex-direction:column;align-items:center;gap:10px;padding:8px 2px;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;scrollbar-width:none}.product__image-modal-thumbs::-webkit-scrollbar{width:0;display:none}.product__image-modal-thumb-btn{border:1px solid transparent;border-radius:12px;background:transparent;padding:0;width:64px;height:64px;flex:0 0 64px;overflow:hidden;cursor:pointer}.product__image-modal-thumb-btn.is-active{border-color:var(--color-primary)}.product__image-modal-thumb{width:100%;height:100%;object-fit:cover}.product__image-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(31,36,29,.2);background:#ffffffd9;color:var(--color-text);font-size:28px;line-height:1;cursor:pointer;z-index:5}@media(hover:hover)and (pointer:fine){.product__image-modal-arrow:hover,.product__image-modal-arrow:focus-visible,.product__image-modal-close:hover,.product__image-modal-close:focus-visible{background:#fff;border-color:#1f241d52}}@media(max-width:1360px){.product__page{--product-layout-gap: 32px;--product-details-gap: 1.5rem}}@media(max-width:1024px){.product__image-modal-layout{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto}.product__image-modal-thumbs{flex-direction:row;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:4px 2px}.product__page{--product-main-image-max-size: 550px;--product-layout-gap: 20px;gap:0;padding-bottom:15px}.product__header{background:var(--color-bg);margin:-25px -32px 0;padding:15px 32px 25px;gap:12px;border-radius:0 0 10px 10px}.product__content-block{display:flex;flex-direction:column;margin:15px -32px 0;padding:25px 32px 24px;background:var(--color-bg);border-radius:10px;gap:30px}.product__loading-body{flex-direction:column}.product__loading-gallery{gap:20px;width:100%;max-width:100%;max-height:none}.product__loading-details{display:none}.product__loading-mobile-summary{display:grid;gap:15px;width:100%}.product__loading-mobile-summary .product__loading-title{width:min(100%,520px);height:54px}.product__loading-mobile-summary .product__loading-specs{width:min(360px,100%);min-width:0;max-width:100%}.product__loading-purchase{width:100%;min-width:0;max-width:360px;flex-basis:auto}.product__loading-mobile-purchase{position:fixed;left:0;right:0;bottom:calc(71px + env(safe-area-inset-bottom));z-index:119;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 32px;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.product__loading-mobile-purchase-button{width:200px;height:36px;border-radius:10px}.product__loading-description-row{flex-direction:column}.product__loading-kit{width:100%;min-width:0;max-width:360px;flex-basis:auto}.product__loading-specs{width:min(360px,100%);min-width:0;max-width:100%}.product__body{flex-direction:column;gap:12px}.product__details{display:none}.product__intro{gap:12px}.product__intro>.product__title,.product__intro>.product__meta{display:none}.product__gallery{--product-slide-image-size: 350px;flex:0 0 auto;width:100%;max-width:100%;height:auto;max-height:none;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.product__main-image-btn{width:100%;height:var(--product-slide-image-size);aspect-ratio:auto;max-width:none;margin:0 auto;touch-action:pan-y;outline:none;outline-offset:0}.product__main-image-wrap{width:100%;flex:0 0 auto;max-width:none;height:var(--product-slide-image-size)}.product__gallery-arrow,.product__thumbs{display:none}.product__gallery-dots.product-card__dots{display:flex}.product__mobile-summary{display:grid;gap:15px;width:100%}.product__title--mobile{display:block;font-size:20px;font-weight:500}.product__code-mobile-wrap{display:block}.product__page .product__code-copy,.product__page .product__code-copy:active,.product__page .product__code-copy:focus-visible{color:var(--color-text-muted)}.product__page .product__code-copy .product-card__code,.product__page .product__code-copy .product-card__icon--copy,.product__page .product__code-copy:active .product-card__code,.product__page .product__code-copy:active .product-card__icon--copy,.product__page .product__code-copy:focus-visible .product-card__code,.product__page .product__code-copy:focus-visible .product-card__icon--copy,.product__page .product__code-copy.is-copied:active .product-card__code,.product__page .product__code-copy.is-copied:active .product-card__icon--copy,.product__page .product__code-copy.is-copied:focus-visible .product-card__code,.product__page .product__code-copy.is-copied:focus-visible .product-card__icon--copy{color:var(--color-text-muted)}.product__price--mobile{margin:0;font-size:24px}.product__mobile-purchase{position:fixed;left:0;right:0;bottom:calc(71px + env(safe-area-inset-bottom));z-index:119;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 32px;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.product__variation-picker{margin-bottom:0}.product__price--mobile-purchase{margin:0;font-size:18px;line-height:1.2;white-space:nowrap}.product__mobile-purchase-controls{display:flex;justify-content:flex-end;min-width:0}.product__mobile-purchase .product-card__add.product__add{margin:0;padding:8px 14px;min-width:200px;min-height:36px;font-size:14px;font-weight:500;white-space:nowrap}.product__mobile-purchase .product-card__favorite-controls{margin:0;gap:8px}.product__mobile-purchase .product-card__counter{min-height:36px}.product__mobile-purchase .product-card__counter-btn{min-width:36px;height:36px}.product__mobile-purchase .product-card__counter-input{width:34px;min-width:34px;font-size:14px;line-height:36px}.product__mobile-purchase .product-card__favorite-cta{width:36px;height:36px;padding:10px}.product__mobile-purchase .product-card__favorite-cta img{width:10px;height:10px}.product__richtext-heading{font-size:18px}.product__mobile-specs{display:none}.product__description-header{align-items:center;justify-content:flex-start;gap:12px}.product__description-header h2,.product__specs-card h2,.product__kit h2{font-size:18px}.product__description-hints{width:fit-content;max-width:100%}.product__content-block .product__description{width:100%;max-width:none}.product__content-block .product__specs-card{width:min(100%,560px);max-width:560px;align-self:flex-start}.product__content-block .product__kit--full{width:100%;min-width:0;max-width:none;flex:0 0 auto}.product__description-editor{width:100%;max-width:none;box-sizing:border-box}.product__purchase{display:none}.product__specs-block{width:100%;min-width:0;max-width:100%}.product__description-row{flex-direction:column}.product__specs-section{display:block;gap:0}.product__specs-card{max-width:none}.product__kit{min-width:0;width:100%;border-left:none;padding-left:0;border-top:1px solid #e7eae3;padding-top:20px}.product__kit--full{width:100%;min-width:0;max-width:none;flex:0 0 auto;min-height:0!important;height:auto!important;border-top:none;padding-top:0}}@media(max-width:768px){.product__image-modal{padding:8px}.product__image-modal-layout{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;gap:10px}.product__image-modal-viewer{width:100%}.product__image-modal-surface{padding:28px 10px 12px}.product__image-modal-arrow{display:none}.product__image-modal-thumb-btn{width:56px;height:56px;flex-basis:56px}.product__image-modal-thumbs{flex-direction:row;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:4px 2px}.product__code-mobile-wrap{display:block}.product__title--mobile{font-size:18px}.product__header{margin:-25px -16px 0;padding:15px 16px 20px}.product__content-block{margin:15px -16px 0;padding:20px 16px}.product__price--mobile{font-size:22px}.product__richtext-heading{font-size:18px}.product__mobile-purchase,.product__loading-mobile-purchase{padding:10px 16px}.product__loading-mobile-purchase-button{width:150px;height:34px}.product__mobile-purchase .product-card__add.product__add{min-height:34px;padding:7px 12px;min-width:150px}.product__mobile-purchase .product-card__counter{min-height:34px}.product__mobile-purchase .product-card__counter-btn{min-width:34px;height:34px}.product__mobile-purchase .product-card__counter-input{width:30px;min-width:30px;line-height:34px}.product__mobile-purchase .product-card__favorite-cta{width:34px;height:34px;padding:9px}.product__description-header h2,.product__specs-card h2,.product__kit h2{font-size:18px}}@media(max-width:640px){.product__page{--product-main-image-max-size: 100vw;--product-thumb-size: 48px;--product-layout-gap: 12px}.product__content-block{margin:15px -16px 0;padding:20px 16px 24px}.product__description-editor{width:100%;max-width:100%;margin-left:0;margin-right:0}.product__loading-gallery{flex-direction:column-reverse;width:100%}.product__loading-thumbs{flex-direction:row}.product__loading-image{width:100%;max-width:100%;flex-basis:auto}.product__main-image-btn{width:100%;height:var(--product-slide-image-size);aspect-ratio:auto;margin:0 auto}.product__main-image-wrap{width:100%;flex:0 0 auto;max-width:none;height:var(--product-slide-image-size)}}@media(hover:hover)and (pointer:fine){.product__main-image-wrap:hover .product__gallery-arrow{opacity:1;pointer-events:auto}.product__main-image-wrap:hover .product__gallery-arrow--prev,.product__main-image-wrap:hover .product__gallery-arrow--next{transform:translateY(-50%)}.product__page .product__code-copy.is-copied:hover,.product__page .product__code-copy.is-copied:hover .product-card__code,.product__page .product__code-copy.is-copied:hover .product-card__icon--copy{color:var(--color-text-muted)}.product__cta:hover{background-color:var(--color-accent-hover)}.product__specs-link:hover{color:var(--color-accent)}.product__specs-link:hover .product__specs-link-icon{transform:translate(3px) rotate(-90deg);background-color:var(--color-accent)}.product__page--soldout .product__purchase .product-card__counter-btn:disabled:hover{background:#a2a2a2}.product__page--soldout .product__purchase .product-card__favorite-cta:disabled:hover{background:#a2a2a2}.product__description-btn:hover{color:var(--color-accent)}.product__description-btn--cancel:hover{color:var(--color-error)}.product__description-btn--primary:hover{color:var(--color-accent-hover)}}@media(max-width:1024px)and (hover:hover)and (pointer:fine){.product__page .product__code-copy:hover,.product__page .product__code-copy:hover .product-card__code,.product__page .product__code-copy:hover .product-card__icon--copy,.product__page .product__code-copy.is-copied:hover .product-card__code,.product__page .product__code-copy.is-copied:hover .product-card__icon--copy{color:var(--color-text-muted)}}.favorites__filters{display:flex;flex-direction:column;gap:24px;position:sticky;top:90px;grid-column:2;grid-row:1}.favorites__crumb-back{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;color:inherit}.favorites__crumb-back span{width:20px;height:20px;background-color:currentColor;transform:rotate(90deg);mask:url(/images/icons/arrow.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center / contain no-repeat}.favorites__content{grid-template-columns:minmax(0,1fr) 350px}.favorites__products,.favorites__loading-main{grid-column:1;grid-row:1}.favorites__products .catalog__grid,.favorites__loading-products .product-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.favorites__products .catalog__grid--list,.favorites__loading-products .product-skeleton-grid--list{grid-template-columns:minmax(0,1fr)}@media(min-width:1025px){.favorites__products .catalog__grid--list .product-card--list{--favorites-list-media-size: clamp(150px, calc(100vw - 1250px) , 220px)}.favorites__products .catalog__grid--list .product-card--list .product-card__block--media{flex:0 0 var(--favorites-list-media-size);min-width:var(--favorites-list-media-size);max-width:var(--favorites-list-media-size)}.favorites__products .catalog__grid--list .product-card--list .product-card__image-wrap{width:var(--favorites-list-media-size);height:var(--favorites-list-media-size)}.favorites__products .catalog__grid--list .product-card--list .product-card__block--actions{flex:0 1 230px;min-width:180px;margin-left:0}.favorites__products .catalog__grid--list .product-card--list .product-card__actions-row{gap:clamp(4px,calc(10vw - 143px),14px)}.favorites__products .catalog__grid--list .product-card--list .product-card__price-group{flex:1 1 auto;min-width:0}}@media(min-width:1025px)and (max-width:1200px){.favorites__products .catalog__grid--list .product-card--list .product-card__favorite-slot{display:none}}@media(min-width:1025px)and (max-width:1120px){.favorites__content{grid-template-columns:minmax(0,1fr) clamp(280px,calc(100vw - 770px),350px)}}.favorites__order-card{border-radius:10px;display:flex;flex-direction:column;gap:25px;margin-bottom:5px}.favorites__order-header{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.favorites__order-heading{display:flex;align-items:flex-end;gap:10px}.favorites__toolbar-left{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.favorites__toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-left:auto}.favorites__toolbar-action{display:inline-flex;align-items:center;gap:3px;border:0;border-radius:8px;background:var(--color-bg);color:var(--color-text);font:inherit;font-size:14px;cursor:pointer}.favorites__toolbar-action:before{content:"";width:18px;height:18px;flex:0 0 18px;background:currentColor}.favorites__toolbar-action--share:before{mask:url(/images/icons/shared.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/shared.svg) center / contain no-repeat}.favorites__toolbar-action--clear:before{mask:url(/images/icons/delete.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/delete.svg) center / contain no-repeat}.favorites__toolbar-action:disabled{opacity:.5;cursor:default}.favorites__select-all-control{align-items:center;gap:10px;font-size:18px;color:var(--color-text)}.favorites__select-all-control .catalog__checkbox-box{width:20px;height:20px;border-radius:4px}.favorites__select-all-label{font-size:14px}.favorites__order-title{margin:0;font-size:20px;font-weight:400;color:var(--color-text)}.favorites__copy-btn{display:inline-flex;align-items:center;gap:8px;border:none;padding:0;background:transparent;color:var(--color-text-muted)}.favorites__copy-btn .product-card__copy-label{color:var(--color-text);margin-bottom:3px}.favorites__copy-btn .product-card__icon--success{background-color:var(--color-text)}.favorites__copy-status{margin:0;font-size:13px;color:#4a4d48}.favorites__copy-status.is-error{color:var(--color-error)}.favorites__copy-btn .product-card__icon,.favorites__copy-btn .product-card__icon-image{width:15px;height:15px;margin-bottom:3px}.favorites__main .product-card--soldout{background:var(--color-bg);border-radius:0;opacity:.58}.favorites__main .product-card--soldout .product-card__image{filter:none;opacity:1}.favorites__order-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--color-text);font-size:14px;width:100%}.favorites__order-meta-main{display:inline-flex;align-items:center;gap:6px;min-width:0}.favorites__order-meta-separator{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.72;flex:0 0 auto}.favorites__order-meta-total{color:var(--color-text);font-size:14px;font-weight:500;white-space:nowrap}.favorites__order-descr{display:flex;flex-direction:column;gap:15px;padding:16px;border-radius:10px;background:var(--color-accent-2)}.favorites__promo-field{position:relative;display:block;color:var(--color-text)}.favorites__promo-field input{width:100%;min-height:46px;padding:8px 15px;border:0;border-radius:10px;background:#e5e5e5;color:var(--color-text);font:inherit;outline:none;transition:border-color .15s ease,color .15s ease}.favorites__promo-field input::placeholder{color:transparent}.favorites__promo-field>span{position:absolute;left:12px;top:50%;padding:0 4px;border-radius:2px;background:#e5e5e5;color:var(--color-text-muted);font-size:14px;line-height:1;pointer-events:none;transform:translateY(-50%);transition:transform .15s ease,color .15s ease,font-size .15s ease}.favorites__promo-field input:focus,.favorites__promo-field input:focus-visible{border-color:var(--color-text)}.favorites__promo-field input:focus+span,.favorites__promo-field input:focus-visible+span,.favorites__promo-field input:not(:placeholder-shown)+span{font-size:11px;transform:translateY(-27px)}.favorites__promo-field input:focus-visible+span{color:var(--color-text)}.favorites__order-sum{display:flex;flex-direction:column;gap:20px}.favorites__order-total{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:20px;font-weight:500}.favorites__order-total .total-span{font-size:20px;font-weight:500}.favorites__order-divider{display:none}.favorites__order-sum strong{font-size:14px;font-weight:400;color:var(--color-text)}.favorites__order-meta span{color:var(--color-text);font-size:14px;font-weight:400}.favorites__order-summary-list{display:grid;gap:4px;margin:0;padding:0;list-style:none}.favorites__order-summary-line{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--color-text-muted)}.favorites__order-summary-line span,.favorites__order-summary-line strong{margin:0}.favorites__order-summary-line strong{font-size:13px;font-weight:400;color:var(--color-text-muted)}.favorites__order-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:8px 14px;border-radius:10px;background:var(--color-accent);color:var(--color-bg);text-decoration:none;font-size:14px;transition:background .2s ease,transform .2s ease}.favorites__order-btn:focus-visible{background:var(--color-accent-hover)}.favorites__order-btn--disabled{background:var(--color-accent-2);color:var(--color-text-muted);cursor:default;pointer-events:none}.favorites__order-buttons,.favorites__order-actions{display:grid;gap:10px}.favorites__order-btn--inline-mobile{width:100%}.favorites__order-action{width:100%;border-radius:10px;background-color:var(--color-accent-2);border:1px solid transparent;padding:11px;display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;color:var(--color-text);font-size:14px;font-family:inherit;cursor:pointer;transition:background-color .1s ease,border-color .1s ease,color .1s ease}.favorites__order-action:focus-visible{background:none;border-color:var(--color-accent);color:var(--color-accent)}.favorites__order-action--accent:before{content:"";width:18px;height:18px;flex:0 0 18px;background-color:currentColor;mask:url(/images/icons/send.png) center / contain no-repeat;-webkit-mask:url(/images/icons/send.png) center / contain no-repeat}.favorites__order-action--accent img{display:none}.favorites__order-action--danger:before{content:"";width:18px;height:18px;flex:0 0 18px;background-color:currentColor;mask:url(/images/icons/delete.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/delete.svg) center / contain no-repeat}.favorites__order-action--danger img{display:none}.favorites__order-action--danger:focus-visible{background:none;border-color:var(--color-error);color:var(--color-error)}.favorites__order-action img{width:18px;height:18px}.favorites__card-select{position:absolute;top:10px;left:10px;z-index:3;width:24px;height:24px}.favorites__card-select.catalog__checkbox{display:inline-flex;align-items:center;justify-content:center;gap:0;font-size:0;line-height:0;padding:0}.favorites__card-select .catalog__checkbox-box{width:24px;height:24px;background:var(--color-bg);border-radius:6px}.favorites__card-select .catalog__checkbox-box:before{inset:-2px}.favorites__content--empty{grid-template-columns:minmax(0,1fr);place-items:center}.favorites__empty-container{width:100%;display:flex;justify-content:center;margin:10px 0 15px;padding:0}.favorites__loading-container{width:100%;margin:10px 0 15px}.favorites__loading-products{width:100%;min-width:0;padding:2px 0}.favorites__loading-products .product-skeleton-grid{width:100%}.favorites__loading-products .product-skeleton-grid--list .product-skeleton-card{--skeleton-card-height: 220px}.favorites__loading-sidebar,.favorites__loading-main{min-width:0}.favorites__loading-panel{display:flex;flex-direction:column;gap:18px;padding:24px;border-radius:12px;background:var(--color-bg)}.favorites__order-card--loading{pointer-events:none}.favorites__loading-sidebar .favorites__order-heading{align-items:center}.favorites__loading-summary-list{display:grid;gap:4px}.favorites__loading-toolbar{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.favorites__loading-line{display:block;flex:0 0 auto;position:relative;overflow:hidden;border-radius:10px;background:var(--color-accent-2-hover)}.favorites__loading-line:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent),color-mix(in srgb,var(--color-bg) 62%,transparent),color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent));animation:favorites-loading-shimmer 1.4s ease-in-out infinite}.favorites__loading-line--title{width:104px;height:24.5px}.favorites__loading-line--copy{width:15px;height:15px;border-radius:50%}.favorites__loading-line--divider{width:100%;height:1px;border-radius:1px}.favorites__loading-line--meta{width:100%;height:14px}.favorites__loading-line--summary{width:100%;height:13px}.favorites__loading-line--total{width:100%;height:24px}.favorites__loading-line--button{width:100%;height:42px;background:color-mix(in srgb,var(--color-accent) 18%,var(--color-accent-2))}.favorites__loading-line--button-secondary{width:100%;height:42px}.favorites__loading-line--control{width:160px;height:20px}.favorites__loading-line--value-sm{width:54px;height:14px}.favorites__loading-line--price-sm{width:72px;height:14px}.favorites__loading-line--price-xs{width:48px;height:13px}.favorites__loading-line--price-total{width:92px;height:24px}@keyframes favorites-loading-shimmer{to{transform:translate(100%)}}.favorites__confirm-overlay{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f0f0f2e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.favorites__confirm-card{width:min(380px,100%);background:var(--color-bg);border-radius:10px;padding:26px 30px;border:1px solid var(--color-border);box-shadow:0 18px 40px #11111129}.favorites__confirm-title{margin:0 0 10px;font-size:22px;font-weight:500;color:var(--color-error)}.favorites__confirm-text{margin:0 0 15px;color:var(--color-text);font-size:15px;opacity:.9}.favorites__confirm-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.favorites__confirm-btn{width:100%;font-size:16px;border:1px solid var(--color-accent-2);border-radius:10px;color:var(--color-text);padding:9px 15px;background:var(--color-accent-2);cursor:pointer;transition:background-color .1s ease}.favorites__confirm-btn:focus-visible{background:var(--color-accent-2-hover);color:var(--color-text);border-color:var(--color-accent-2-hover)}.favorites__confirm-btn--primary{background:var(--color-error);border-color:var(--color-error);color:var(--color-bg)}.favorites__confirm-btn--primary:focus-visible{background:color-mix(in srgb,var(--color-error) 84%,#000);border-color:color-mix(in srgb,var(--color-error) 84%,#000);color:var(--color-bg)}.favorites__empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;width:100%;background:var(--color-bg);border-radius:14px;padding:28px 24px}.favorites__empty-icon{width:120px;height:120px;object-fit:contain}.favorites__empty-title{font-size:22px;color:var(--color-text)}.favorites__empty-text{margin:0;max-width:520px;color:var(--color-text)}.favorites__cookies-note{background:#fff4de;border-left:4px solid #f5a972;padding:1rem 1.25rem;border-radius:12px;font-size:.9rem;color:#402100}@media(max-width:1024px){.favorites__content{grid-template-columns:minmax(0,1fr)}.favorites__order-card .favorites__order-btn{display:none}.favorites__page{padding-bottom:78px}.favorites__page.catalog__page.container{gap:5px}.favorites__products .catalog__grid{margin-bottom:0}.favorites__filters{display:flex;gap:16px;position:static;top:auto;order:2;grid-column:auto;grid-row:auto;margin-bottom:5px;border-radius:12px}.favorites__products,.favorites__loading-main{order:1;grid-column:auto;grid-row:auto}.favorites__order-btn{width:auto;min-width:200px;min-height:42px;padding:8px 14px;font-size:14px;align-self:flex-start;white-space:nowrap}.favorites__order-buttons,.favorites__order-actions{width:100%}.favorites__order-action{min-height:36px;padding:8px 14px}.favorites__tablet-cta{position:fixed;left:0;right:0;bottom:calc(71px + env(safe-area-inset-bottom));z-index:119;display:flex;justify-content:stretch;padding:12px 32px;background:var(--color-bg);border-bottom:1px solid var(--color-border);pointer-events:none;opacity:1;visibility:visible;transform:translateY(0);transition:opacity .28s ease,transform .28s ease,visibility .28s ease}.favorites__tablet-cta.is-hidden{opacity:0;visibility:hidden;transform:translateY(18px)}.favorites__order-btn--tablet{width:100%;min-width:0;margin:0;pointer-events:auto}.favorites__order-btn--inline-mobile{display:inline-flex!important;width:100%;min-width:0;align-self:stretch;opacity:0;transform:translateY(18px);pointer-events:none;transition:opacity .28s ease,transform .28s ease}.favorites__order-btn--inline-mobile.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}}@media(max-width:720px){.favorites__products .catalog__grid,.favorites__loading-products .product-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.favorites__toolbar-left{width:100%;justify-content:space-between;gap:12px}.favorites__order-title{font-size:18px}.favorites__tablet-cta{padding:12px 16px}.favorites__empty{padding:24px 16px}.favorites__empty-title{font-size:20px}}@media(hover:hover)and (pointer:fine){.favorites__order-btn:hover{background:var(--color-accent-hover)}.favorites__order-action:hover{background:none;border-color:var(--color-accent);color:var(--color-accent)}.favorites__order-action--danger:hover{background:none;border-color:var(--color-error);color:var(--color-error)}.favorites__toolbar-action:not(:disabled):hover{border-color:var(--color-accent);color:var(--color-accent)}.favorites__confirm-btn:hover{background:var(--color-accent-2-hover);color:var(--color-text);border-color:var(--color-accent-2-hover)}.favorites__confirm-btn--primary:hover{background:color-mix(in srgb,var(--color-error) 84%,#000);color:var(--color-bg);border-color:color-mix(in srgb,var(--color-error) 84%,#000)}}.profile-page,.profile-page__hero{display:flex;flex-direction:column;gap:25px}.profile-page__title,.profile-page__crumb{margin:0}.profile-page__crumb-row{display:flex;align-items:center;gap:10px;color:var(--color-text-muted)}.profile-page__crumb-row--standalone-orders{width:min(100%,800px);margin-inline:auto}.profile-page__back{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;color:inherit;background:transparent}.profile-page__back span{width:20px;height:20px;background-color:currentColor;transform:rotate(90deg);mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transition:background-color .16s ease}.profile-page__back:focus-visible span{background-color:var(--color-text)}.profile-page__crumb-button{padding:0;background:transparent;font:inherit;letter-spacing:inherit;text-transform:inherit}.profile-page__layout{display:grid;grid-template-columns:clamp(206px,calc(100% - 820px),304px) minmax(0,1fr);gap:40px;align-items:start}.profile-page__layout--standalone{grid-template-columns:minmax(0,1fr)}.profile-page__layout--standalone .profile-main,.profile-orders-page{width:min(100%,800px);margin-inline:auto}.profile-orders-page{min-height:0;padding:0;background:transparent;box-shadow:none}.profile-orders-mobile-head.profile-card__head{display:none}.profile-sidebar,.profile-card{border-radius:10px;background:var(--color-bg);box-shadow:0 2px 6px #0000001a}.profile-sidebar{display:grid;width:100%;min-width:0;padding:10px}.profile-sidebar__current,.profile-sidebar__mobile-head{display:none}.profile-sidebar__list{display:grid}.profile-sidebar__item{display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px;align-items:center;width:auto;min-height:45px;padding:0 18px;border-radius:8px;color:#3c433b;font-size:14px;text-align:left;transition:background .16s ease,color .16s ease}.profile-sidebar__label{display:inline-flex;align-items:center;gap:10px;min-width:0;white-space:nowrap}.profile-sidebar__count{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:22px;height:16px;padding:0 5px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:10px;font-weight:400;line-height:1}.profile-sidebar__item img{width:22px;height:22px;object-fit:contain;opacity:.82;filter:brightness(0);transition:filter .16s ease,opacity .16s ease}.profile-sidebar__item--exit img{justify-self:center;align-self:center;width:19px;height:19px;filter:invert(28%) sepia(84%) saturate(1482%) hue-rotate(332deg) brightness(82%) contrast(91%)}.profile-sidebar__item:focus-visible img,.profile-sidebar__item.is-active img{opacity:1;filter:invert(48%) sepia(22%) saturate(1092%) hue-rotate(61deg) brightness(93%) contrast(88%)}.profile-sidebar__item--exit:focus-visible img,.profile-sidebar__item--exit.is-active img{filter:invert(28%) sepia(84%) saturate(1482%) hue-rotate(332deg) brightness(82%) contrast(91%)}.profile-sidebar__item:focus-visible{color:var(--color-accent-hover)}.profile-sidebar__item.is-active{color:var(--color-accent)}.profile-sidebar__item--exit:focus-visible{background:#c4393a1a;color:var(--color-error)}.profile-sidebar__item--exit{color:var(--color-error)}.profile-main{min-width:0}.profile-card{min-height:280px;padding:40px}.profile-card--points-history{display:grid;gap:25px;min-height:0}.profile-card--points-history .profile-card__head{display:grid;justify-content:stretch;margin-bottom:0}.profile-card--points-history .profile-card__head h2{margin:0}.profile-dashboard{display:grid;gap:24px}.profile-card--top{display:grid;gap:25px}.profile-card__top-body{display:grid;grid-template-columns:minmax(0,1fr) 1px clamp(210px,22vw,252px);column-gap:clamp(16px,2vw,24px);align-items:stretch}.profile-card__top-main{display:grid;gap:25px;min-width:0}.profile-card__top-divider{background:var(--color-border)}.profile-card__top-side{display:flex;min-width:0;width:clamp(210px,22vw,252px);justify-self:end}.profile-card--loading{min-height:220px}.profile-skeleton{position:relative;display:block;max-width:100%;overflow:hidden;border-radius:8px;background:var(--color-accent-2-hover)}.profile-skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent),color-mix(in srgb,var(--color-bg) 62%,transparent),color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent));animation:profile-skeleton-shimmer 1.4s ease-in-out infinite}.profile-skeleton-stack{display:grid;gap:12px;min-width:0;align-content:start}.profile-skeleton--title{width:190px;height:24px;border-radius:6px}.profile-skeleton--profile-name,.profile-skeleton--points-title{height:27px}.profile-skeleton--title-lg{width:220px;height:43px}.profile-skeleton--line{height:14px}.profile-skeleton--line-lg{width:min(100%,420px)}.profile-skeleton--line-md{width:180px}.profile-skeleton--line-sm{width:120px}.profile-skeleton--line-xs{width:84px}.profile-skeleton--sidebar{width:120px;align-self:center}.profile-skeleton--label{width:72px}.profile-skeleton--section-title{width:156px;height:24px;border-radius:6px}.profile-skeleton--section-title-lg{width:94px;height:28px}.profile-skeleton--icon{width:26px;height:26px;border-radius:8px}.profile-skeleton--icon-lg{width:40px;height:40px;border-radius:12px}.profile-skeleton--avatar{width:clamp(76px,8vw,132px);height:clamp(76px,8vw,132px);border-radius:clamp(16px,1.8vw,24px)}.profile-skeleton--avatar-sm{width:76px;height:76px;border-radius:18px}.profile-skeleton--button{width:180px;height:44px;border-radius:10px}.profile-skeleton--button-md{width:220px}.profile-skeleton--edit-button{width:205px;height:46px}.profile-skeleton--chip{width:112px;height:36px;border-radius:8px}.profile-skeleton--chip-wide{width:196px}.profile-skeleton--chip-tall{height:36px;border-radius:10px}.profile-skeleton--checkbox-box{width:20px;height:20px;margin-top:2px;border-radius:4px}.profile-skeleton--checkbox-title{width:160px;height:18px}.profile-skeleton--checkbox-copy{width:min(100%,228px);height:14px}.profile-skeleton--pin-add{width:36px;height:36px;border-radius:10px}.profile-skeleton--value{width:140px;height:52px;border-radius:14px}.profile-skeleton--value-sm{width:120px;height:34px}.profile-skeleton--input{width:100%;height:46px;border-radius:10px}.profile-skeleton--media{width:100px;height:100px;border-radius:10px}.profile-skeleton--dot{width:18px;height:18px;border-radius:999px;justify-self:center}.profile-skeleton--progress{width:100%;height:10px;border-radius:999px}.profile-skeleton--timeline-date{width:min(100%,92px);height:14px;justify-self:center}.profile-skeleton--timeline-label{width:min(100%,78px);height:16px;justify-self:center}.profile-cabinet__item--skeleton{pointer-events:none}.profile-cabinet__item--skeleton{display:grid;gap:12px;justify-items:start}.profile-card__summary .profile-skeleton-stack{width:min(100%,340px)}.profile-skeleton-stack--identity{gap:12px}.profile-card__identity--skeleton{pointer-events:none}.profile-points--skeleton{align-content:space-between}.profile-form--skeleton{pointer-events:none}.profile-checkbox--skeleton{cursor:default}.profile-checkbox--skeleton .profile-skeleton-stack{gap:8px}.profile-order--skeleton,.profile-order--points-skeleton,.profile-status-card--skeleton{pointer-events:none}.profile-order--skeleton{cursor:default}.profile-orders--skeleton{gap:14px}.profile-order--skeleton-card{gap:18px;padding:18px 20px;background:color-mix(in srgb,var(--color-accent-2) 78%,var(--color-bg))}.profile-order-skeleton__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.profile-order-skeleton__status{display:grid;gap:8px;min-width:0}.profile-skeleton--order-status{width:min(148px,52vw);height:18px;border-radius:999px}.profile-skeleton--order-date{width:min(104px,38vw);height:16px;border-radius:999px}.profile-skeleton--order-total{width:82px;height:20px;border-radius:999px}.profile-skeleton--order-arrow{border-radius:6px;transform:none}.profile-skeleton--order-media{width:42px;height:42px;flex:0 0 42px;border-radius:10px;background:var(--color-bg)}.profile-order-skeleton__timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:0;padding:0 2px}.profile-order-skeleton__step{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;min-width:0}.profile-order-skeleton__step:last-child{grid-template-columns:18px}.profile-order-skeleton__dot{width:18px;height:18px;border-radius:50%}.profile-order-skeleton__line{height:2px;border-radius:999px}.profile-order-skeleton__step:last-child .profile-order-skeleton__line{display:none}.profile-order-skeleton__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-order-skeleton__item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;min-width:0;padding:10px;border-radius:10px;background:var(--color-bg)}.profile-order-skeleton__copy{display:grid;gap:7px;min-width:0}.profile-skeleton--order-product-title{width:min(100%,180px);height:14px;border-radius:999px}.profile-skeleton--order-product-meta{width:min(70%,110px);height:12px;border-radius:999px}.profile-skeleton--order-price{width:92px;height:18px;border-radius:999px}.profile-order--points-skeleton>div{display:grid;gap:10px;min-width:0}.profile-order--points-skeleton{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:18px 22px}.profile-order--points-skeleton>div:last-child{justify-items:end}.profile-order__timeline--skeleton .profile-order__step{grid-template-rows:26px auto auto;gap:6px}.profile-viewed-skeleton.product-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.profile-viewed-skeleton .product-skeleton-card{border-radius:10px}.profile-viewed-skeleton .product-skeleton-card__media{border-radius:12px}@keyframes profile-skeleton-shimmer{to{transform:translate(100%)}}.profile-card__summary{display:grid;grid-template-columns:clamp(76px,8vw,132px) minmax(0,1fr);gap:clamp(12px,2vw,38px);align-items:stretch;min-width:0}.profile-card__avatar{overflow:hidden;display:flex;align-items:center;justify-content:center;width:clamp(76px,8vw,132px);height:clamp(76px,8vw,132px);border-radius:clamp(16px,1.8vw,24px);font-weight:400;background:var(--color-accent-2);color:#111;font-size:clamp(32px,3.2vw,54px)}.profile-card__avatar-letter{display:block;font-family:inherit;font-weight:400!important;font-style:normal;font-synthesis:none;font-variation-settings:"wght" 400;-webkit-text-stroke:0;line-height:1}.profile-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-card__avatar--small{width:76px;height:76px;border-radius:18px;font-size:30px}.profile-card__identity{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:25px;min-width:0;height:100%}.profile-card__identity-info{display:grid;justify-items:start;gap:12px;min-width:0}.profile-card__title{margin:0;color:var(--color-text);font-size:24px;font-weight:500;line-height:1.1}.profile-card__identity h2,.profile-card__head h2{margin:0;color:var(--color-text);font-size:24px;font-weight:500;line-height:1}.profile-card__identity p{margin:0;color:var(--color-text-muted);font-size:16px;line-height:1.25;overflow-wrap:anywhere}.profile-card__chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.profile-card__chip-hint{position:relative;display:inline-flex;flex:0 0 auto;outline:none}.profile-card__chip{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;height:36px;padding:0 14px;border-radius:8px;background:var(--color-accent-2);color:var(--color-text);font-size:14px;line-height:1}.profile-card__chip--level{background:var(--color-accent);color:#fff}.profile-card__chip--registration{background:#eef3ea;color:var(--color-accent)}.profile-card__chip img{width:16px;height:16px;object-fit:contain;filter:brightness(0)}.profile-card__chip-icon{width:16px;height:16px;flex:0 0 auto;background-color:currentColor}.profile-card__chip-icon--calendar{mask:url(/images/icons/calendar.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/calendar.svg) center / contain no-repeat}.profile-card__chip-tooltip{position:absolute;left:50%;top:calc(100% + 10px);z-index:4;width:min(280px,70vw);padding:12px 14px;border-radius:10px;background:var(--color-bg);color:var(--color-text);font-size:14px;line-height:1.4;box-shadow:0 2px 6px #0000001a;opacity:0;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .16s ease,transform .16s ease}.profile-card__chip-hint:focus-within .profile-card__chip-tooltip{opacity:1;transform:translate(-50%)}.profile-edit-button,.profile-points__history{display:inline-flex;align-items:center;gap:12px;min-height:46px;padding:0 20px;border-radius:8px;font-size:14px;line-height:1;transition:background .16s ease,color .16s ease}.profile-edit-button{margin-top:auto;background:var(--color-accent-2);color:var(--color-text)}.profile-edit-button:focus-visible{background:var(--color-accent-2-hover);color:#111}.profile-edit-button img,.profile-points__history img{width:16px;height:16px;object-fit:contain;transform:rotate(-90deg);transition:filter .16s ease,transform .16s ease}.profile-edit-button img{filter:brightness(0)}.profile-points{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:25px;width:100%;height:100%;min-height:190px}.profile-points__main{display:grid;gap:25px}.profile-points__title{position:relative;display:flex;align-items:center;gap:8px;min-height:26px}.profile-points h2{margin:0;font-size:22px;font-weight:400}.profile-info-button{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-top:3px;width:15px;height:15px}.profile-info-button__icon{position:absolute;inset:0;background-position:center;background-repeat:no-repeat;background-size:contain;transition:opacity .16s ease}.profile-info-button__icon--default{background-image:url(/images/icons/info.svg)}.profile-info-button__icon--fill{background-image:url(/images/icons/info-fill.svg);opacity:0}.profile-points__hint{position:relative;display:inline-flex}.profile-points__hint.is-open .profile-info-button__icon--default,.profile-info-button[aria-expanded=true] .profile-info-button__icon--default{opacity:0}.profile-points__hint.is-suppressed .profile-info-button__icon--default,.profile-points__hint.is-open .profile-info-button__icon--fill,.profile-info-button[aria-expanded=true] .profile-info-button__icon--fill{opacity:1}.profile-points__hint.is-suppressed .profile-info-button__icon--fill{opacity:0}.profile-points__value{display:inline-flex;align-items:center;gap:4px;color:var(--color-accent-hover);font-size:44px;font-weight:400;line-height:1}.profile-points__value span{display:block}.profile-points__token-logo{width:50px;height:50px;object-fit:contain}.profile-points__info{position:absolute;left:50%;top:calc(100% + 10px);z-index:4;width:min(300px,78vw);margin:0;padding:12px 14px;border-radius:10px;background:var(--color-bg);color:var(--color-text);font-size:14px;line-height:1.4;box-shadow:0 2px 6px #0000001a;opacity:0;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .16s ease,transform .16s ease}.profile-points__hint.is-open .profile-points__info,.profile-points__info.is-open{opacity:1;transform:translate(-50%)}.profile-points__hint.is-suppressed .profile-points__info{opacity:0;transform:translate(-50%,-4px)}.profile-points__history{background:#eef3ea;color:var(--color-accent)}.profile-points__history:focus-visible{background:#dfe9d9;color:#315f26}.profile-points__history img{filter:invert(48%) sepia(22%) saturate(1092%) hue-rotate(61deg) brightness(93%) contrast(88%)}.profile-points__history:focus-visible img{filter:invert(32%) sepia(22%) saturate(1192%) hue-rotate(61deg) brightness(92%) contrast(90%)}.profile-edit-button:focus-visible img,.profile-points__history:focus-visible img{transform:rotate(-90deg) translateY(4px)}.profile-points-log{display:grid;gap:34px}.profile-points-log__group{display:grid;gap:8px}.profile-points-log__group h3{margin:0;color:var(--color-text);font-size:16px;font-weight:500}.profile-points-log__item{display:flex;align-items:center;gap:25px;min-height:60px}.profile-points-log__icon{display:inline-flex;flex:0 0 25px;align-items:center;justify-content:center;width:25px;height:25px;overflow:hidden}.profile-points-log__icon img{width:100%;height:100%;object-fit:contain}.profile-points-log__copy{display:grid;flex:1 1 auto;gap:6px;min-width:0}.profile-points-log__copy strong,.profile-points-log__value{display:block;color:var(--color-text);font-weight:400;line-height:1.15}.profile-points-log__copy strong{overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.profile-points-log__copy span{overflow:hidden;color:var(--color-text-muted);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.profile-points-log__value{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:4px;font-size:16px;text-align:right}.profile-points-log__value img{width:20px;height:20px;object-fit:contain}.profile-points-log--skeleton{pointer-events:none}.profile-points-log--skeleton .profile-points-log__group h3{color:var(--color-text-muted)}.profile-points-log__group-title-skeleton{width:min(100%,88px);height:20px}.profile-points-log--skeleton .profile-points-log__icon{background:#eef0ed}.profile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:25px}.profile-card__head--orders{align-items:center}.profile-card__head p{max-width:560px;margin-top:10px;color:var(--color-text-muted);line-height:1.45}.profile-orders-toggle{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,350px);min-height:40px;padding:4px;border-radius:10px;background:var(--color-accent-2);overflow:hidden}.profile-orders-toggle:before{content:"";position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);border-radius:8px;background:var(--color-bg);box-shadow:0 1px 5px #0000000f;transform:translate(0);transition:transform .28s ease}.profile-orders-toggle[data-active=completed]:before{transform:translate(100%)}.profile-orders-toggle button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:8px;background:transparent;color:var(--color-text-muted);font-size:14px;line-height:1;transition:color .2s ease}.profile-orders-toggle button.is-active{color:var(--color-text)}.profile-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.profile-password-form{display:contents}.profile-password-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;grid-column:1 / -1;align-items:start}.profile-avatar-upload{display:flex;grid-column:1 / -1;align-items:center;gap:18px;min-width:0}.profile-avatar-upload__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.profile-avatar-upload__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-avatar-upload__button{position:relative;display:inline-flex;align-items:center;min-height:44px;padding:0 18px;justify-content:center;gap:9px;border-radius:10px;background:var(--color-accent-2);color:var(--color-text);font-size:14px;font-weight:400;text-decoration:none;cursor:pointer;transition:background .16s ease,color .16s ease}.profile-avatar-upload__button:focus-within{background:var(--color-accent-2-hover);color:#111}.profile-avatar-upload__button.is-disabled,.profile-avatar-upload__button:disabled{opacity:.55;cursor:default;pointer-events:none}.profile-avatar-upload__button--secondary{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text)}.profile-avatar-upload__button--secondary:focus-visible{background:#f5f7f3;color:#111}.profile-avatar-upload__menu{position:relative}.profile-avatar-upload__button--menu{padding-right:44px}.profile-avatar-upload__button--menu:after{content:"";position:absolute;top:50%;right:18px;width:16px;height:16px;background:currentColor;transform:translateY(-50%);mask:url(/images/icons/edit.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/edit.svg) center / contain no-repeat;transition:opacity .16s ease}.profile-avatar-upload__button--menu.is-open:after{opacity:.82}.profile-avatar-upload__dropdown{position:absolute;top:calc(100% + 8px);left:0;z-index:8;min-width:162px;padding:8px 0;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);box-shadow:0 4px 6px #0000001a}.profile-avatar-upload__dropdown-item{display:flex;width:100%;align-items:center;padding:11px 18px;border:0;background:transparent;color:var(--color-text);font-size:14px;text-align:left;cursor:pointer;transition:background .16s ease,color .16s ease}.profile-avatar-upload__dropdown-item:focus-visible{background:var(--color-accent-2-hover);color:#111}.profile-avatar-upload__dropdown-item--danger{color:#b14343}.profile-avatar-upload__dropdown-item--danger:focus-visible{background:#c4393a1a;color:#962f2f}.profile-card--edit h2,.profile-status-card h2,.profile-benefits h2{margin:0 0 22px;color:var(--color-text);font-size:22px;font-weight:500}.profile-cabinet{display:grid;gap:25px;min-height:unset;align-content:start}.profile-cabinet h2{margin:0;color:var(--color-text);font-size:24px;font-weight:500}.profile-status-card{display:grid;grid-template-columns:fit-content(420px) 1px minmax(0,300px);gap:34px;min-height:0;align-items:center;justify-content:space-between;background:var(--color-bg)}.profile-status-card__main{display:grid;grid-template-columns:minmax(44px,clamp(44px,8vw,132px)) minmax(0,1fr);gap:25px;align-items:flex-start;min-width:0}.profile-status-card__main>div:last-child{min-width:0}.profile-status-card__divider{align-self:stretch;width:1px;background:var(--color-border)}.profile-status-card__badge{display:flex;align-items:center;justify-content:center;width:clamp(44px,8vw,120px);height:clamp(44px,8vw,120px);border-radius:clamp(10px,1.2vw,24px);background:var(--color-accent);overflow:hidden}.profile-status-card__badge img{width:clamp(22px,4vw,76px);height:clamp(22px,4vw,76px);object-fit:contain;filter:brightness(0) invert(1)}.profile-status-card__main h2{margin-bottom:10px;color:var(--color-accent);font-size:36px;font-weight:500;white-space:nowrap;overflow-wrap:normal}.profile-status-card__main p{color:var(--color-text);line-height:1.45;overflow-wrap:anywhere}.profile-status-card__title-row{display:flex;align-items:center;gap:8px}.profile-status-card__hint{position:relative;display:none;flex:0 0 auto}.profile-status-card__info{position:absolute;top:calc(100% + 8px);left:50%;z-index:4;width:min(240px,calc(100vw - 48px));margin:0;padding:10px 12px;border-radius:10px;background:var(--color-bg);color:var(--color-text);font-size:13px;line-height:1.4;box-shadow:0 2px 6px #0000001a;opacity:0;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .16s ease,transform .16s ease}.profile-status-card__hint.is-open .profile-status-card__info,.profile-status-card__info.is-open{opacity:1;pointer-events:auto;transform:translate(-50%)}.profile-status-card__main button{margin-top:0;color:var(--color-accent);font-weight:500}.profile-status-card__progress{display:grid;gap:12px;min-width:0;width:100%}.profile-status-card__progress span,.profile-status-card__progress small{color:#777d74}.profile-status-card__progress strong{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:24px;font-weight:500}.profile-status-card__token-logo{flex:0 0 auto;width:28px;height:28px;object-fit:contain}.profile-progress{width:min(300px,100%);height:12px;overflow:hidden;border-radius:999px;background:#dedfda}.profile-progress span{display:block;height:100%;border-radius:inherit;background:var(--color-accent)}.profile-cabinet__grid,.profile-benefits__grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:24px}.profile-cabinet__item,.profile-benefits article{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.profile-cabinet__item{flex:1 1 0;min-width:0;padding:18px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);text-align:left;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.profile-cabinet__item:focus-visible{border-color:transparent;box-shadow:inset 0 0 0 1px var(--color-bg),1px 1px 4px #d1d1d1b3}.profile-cabinet__item img,.profile-benefits img{width:58px;height:58px;padding:14px;border-radius:12px;object-fit:contain;filter:brightness(0)}.profile-cabinet__item strong,.profile-benefits span,.profile-benefits p{display:block}.profile-cabinet__item strong{color:var(--color-text);font-size:16px;font-weight:400;line-height:1.2}.profile-cabinet__item span,.profile-benefits span,.profile-benefits p{color:var(--color-text-muted);line-height:1.45}.profile-benefits p{margin-top:34px}.profile-viewed{display:grid;gap:14px}.profile-card--viewed{--catalog-card-padding-y: 10px;--catalog-card-padding-x: 14px;--catalog-card-gap: 10px;--catalog-card-image-height: clamp(118px, 16vw, 240px);--catalog-card-price-size: 20px;--catalog-card-price-line-height: 1.2;--catalog-card-title-size: 14px;--catalog-card-title-line-height: 1.35;--catalog-card-title-lines: 2;--catalog-card-meta-size: 12px;--catalog-card-meta-line-height: 1.2;--catalog-card-dots-height: 10px;--catalog-card-button-height: 33px;--catalog-card-height: calc( (var(--catalog-card-padding-y) * 2) + var(--catalog-card-image-height) + var(--catalog-card-dots-height) + (var(--catalog-card-gap) * 5) + (var(--catalog-card-price-size) * var(--catalog-card-price-line-height)) + ( var(--catalog-card-title-size) * var(--catalog-card-title-line-height) * var(--catalog-card-title-lines) ) + (var(--catalog-card-meta-size) * var(--catalog-card-meta-line-height)) + var(--catalog-card-button-height) )}.profile-viewed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.8vw,25px);align-items:start}.profile-viewed-grid .product-card:not(.product-card--list){min-height:auto!important;height:auto!important;align-self:start;padding:var(--catalog-card-padding-y) var(--catalog-card-padding-x);gap:var(--catalog-card-gap);transition:padding .2s ease,gap .2s ease}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__image-wrap{height:auto;aspect-ratio:1 / 1}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__price{font-size:var(--catalog-card-price-size);line-height:var(--catalog-card-price-line-height)}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__title{font-size:var(--catalog-card-title-size);line-height:var(--catalog-card-title-line-height);min-height:calc(var(--catalog-card-title-size) * var(--catalog-card-title-line-height) * var(--catalog-card-title-lines));height:auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--catalog-card-title-lines);overflow:hidden}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__meta,.profile-viewed-grid .product-card:not(.product-card--list) .product-card__code,.profile-viewed-grid .product-card:not(.product-card--list) .product-card__copy-label{font-size:var(--catalog-card-meta-size);line-height:var(--catalog-card-meta-line-height)}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__meta{margin-top:0}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__add,.profile-viewed-grid .product-card:not(.product-card--list) .product-card__favorite-controls{margin-top:0}.profile-card--viewed .product-card__favorite:hover:after,.profile-card--viewed .product-card__favorite:focus-visible:after,.profile-card--viewed .product-card__favorite:active:after,.profile-card--viewed .product-card__favorite.is-active:after,.profile-card--viewed .product-card__favorite:active:before,.profile-card--viewed .product-card__favorite.is-active:before{background-color:var(--color-accent)}.profile-card--viewed .product-card__favorite.is-active:before{clip-path:circle(150% at 100% 100%);-webkit-clip-path:circle(150% at 100% 100%)}.profile-viewed-skeleton.product-skeleton-grid .product-skeleton-card{height:auto;min-height:0;padding:var(--catalog-card-padding-y) var(--catalog-card-padding-x);gap:var(--catalog-card-gap);align-self:start}.profile-viewed-skeleton .product-skeleton-card__media{min-height:0;flex:none;width:100%;aspect-ratio:1 / 1}.profile-viewed-skeleton .product-skeleton-card__actions{gap:var(--catalog-card-gap)}.profile-viewed-skeleton .product-skeleton-card__button{height:var(--catalog-card-button-height)}.profile-viewed__item{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px;border:1px solid #d8ddd4;border-radius:10px;background:var(--color-bg)}.profile-viewed__media{display:flex;align-items:center;justify-content:center;width:92px;height:92px;border-radius:12px;background:#f4f6f2;overflow:hidden}.profile-viewed__media img,.profile-viewed__media span{width:100%;height:100%;object-fit:contain}.profile-viewed__body{display:grid;gap:8px;min-width:0}.profile-viewed__title{color:var(--color-text);font-size:18px;font-weight:500;line-height:1.25;text-decoration:none}.profile-viewed__body span{color:var(--color-text-muted);font-size:14px}.profile-viewed__meta{display:grid;justify-items:end;gap:12px}.profile-viewed__meta strong{color:var(--color-text);font-size:17px;font-weight:500}.profile-field{display:grid;gap:8px;align-self:start}.profile-field__control{position:relative;display:block}.profile-field input{width:100%;min-height:52px;padding:10px 15px;border:1px solid #9aa09a;border-radius:10px;background:var(--color-bg);color:#9aa09a;font:inherit;transition:border-color .15s ease,color .15s ease}.profile-field__input--with-toggle{padding-right:46px}.profile-field input::placeholder{color:transparent}.profile-field input:focus-visible{border-color:var(--color-text);color:var(--color-text)}.profile-field input:not(:placeholder-shown){color:var(--color-text)}.profile-field input:focus-visible::placeholder{color:transparent}.profile-field input[readonly]{background:var(--color-disabled-input-bg);border-color:#9aa09a;color:#737a70;cursor:not-allowed}.profile-field input[readonly]:focus,.profile-field input[readonly]:focus-visible,.profile-field input[readonly]:active{border-color:#9aa09a;color:#737a70;cursor:not-allowed}.profile-field--error input{border-color:var(--color-error);color:var(--color-error)}.profile-field--error input:focus-visible{border-color:var(--color-error)}.profile-field__floating-label{position:absolute;left:12px;top:50%;transform:translateY(-50%);border-radius:2px;padding:0 4px;background:var(--color-bg);color:#9aa09a;font-size:14px;line-height:1;pointer-events:none;transition:transform .15s ease,color .15s ease,font-size .15s ease}.profile-field input:focus+.profile-field__floating-label,.profile-field input:focus-visible+.profile-field__floating-label,.profile-field input:not(:placeholder-shown)+.profile-field__floating-label{transform:translateY(-30px);font-size:11px}.profile-field input:not(:placeholder-shown)+.profile-field__floating-label{color:#9aa09a}.profile-field input:focus-visible+.profile-field__floating-label{color:var(--color-text)}.profile-field input[readonly]+.profile-field__floating-label,.profile-field input[readonly]:focus+.profile-field__floating-label,.profile-field input[readonly]:focus-visible+.profile-field__floating-label,.profile-field input[readonly]:active+.profile-field__floating-label{color:#9aa09a}.profile-field--error input+.profile-field__floating-label,.profile-field--error input:focus+.profile-field__floating-label,.profile-field--error input:focus-visible+.profile-field__floating-label,.profile-field--error input:not(:placeholder-shown)+.profile-field__floating-label{color:var(--color-error)}.profile-field__error{font-size:12px;color:var(--color-error);line-height:1.35}.profile-password-toggle{position:absolute;top:50%;right:12px;width:20px;height:20px;border:none;padding:0;cursor:pointer;background-color:#9aa09a;mask:url(/images/icons/eye.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/eye.svg) center/contain no-repeat;transform:translateY(-50%);transition:background-color .15s ease}.profile-password-toggle.is-active{mask-image:url(/images/icons/eye-close.svg);-webkit-mask-image:url(/images/icons/eye-close.svg)}.profile-password-toggle:focus-visible{background-color:#000}.profile-form__section{grid-column:1 / -1;padding-top:5px;font-size:22px}.profile-form__section-title{margin:0;color:var(--color-text);font-size:18px;font-weight:500}.profile-settings-group{display:grid;gap:12px;grid-column:1 / -1}.profile-checkbox{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:start;cursor:pointer}.profile-checkbox input{position:absolute;opacity:0;pointer-events:none}.profile-checkbox__box{position:relative;width:20px;height:20px;margin-top:2px;border:1px solid #9aa09a;border-radius:4px;background:var(--color-bg);transition:border-color .2s ease,background-color .2s ease}.profile-checkbox__box:before{content:"";position:absolute;inset:-6px;border-radius:8px}.profile-checkbox__box:after{content:"";position:absolute;width:12px;height:12px;top:50%;left:50%;background:#fff;mask:url(/images/icons/check-mark.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/check-mark.svg) center/contain no-repeat;transform:translate(-50%,-50%) scale(0);opacity:0;transition:transform .2s ease,opacity .2s ease}.profile-checkbox__copy{display:grid;gap:4px}.profile-checkbox__copy strong{color:var(--color-text);font-size:15px;font-weight:500;line-height:1.3}.profile-checkbox__copy small{color:var(--color-text-muted);font-size:13px;line-height:1.4}.profile-checkbox input:checked+.profile-checkbox__box{border-color:var(--color-accent);background:var(--color-accent)}.profile-checkbox input:checked+.profile-checkbox__box:after{transform:translate(-50%,-50%) scale(1);opacity:1}.profile-checkbox input:focus-visible+.profile-checkbox__box{outline:2px solid color-mix(in srgb,var(--color-accent) 40%,transparent);outline-offset:2px}.profile-checkbox:focus-within .profile-checkbox__box{border-color:var(--color-text)}.profile-form__section--pins{padding-top:14px}.profile-pin-panel{position:relative}.profile-pin-panel__toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px;width:100%}.profile-pin-panel__chips{display:flex;flex-wrap:wrap;gap:10px;min-width:0}.profile-pin-panel__add{position:relative;flex:0 0 auto}.profile-pin-add-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.profile-pin-add-button span{position:relative;width:14px;height:14px}.profile-pin-add-button span:before,.profile-pin-add-button span:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:1px;background:var(--color-text);transform:translate(-50%,-50%)}.profile-pin-add-button span:after{transform:translate(-50%,-50%) rotate(90deg)}.profile-pin-add-button:focus-visible,.profile-pin-add-button.is-open{border-color:var(--color-text);background:#f0f3ed;box-shadow:0 6px 18px #11181214;outline:none}.profile-pin-menu{position:absolute;top:calc(100% + 10px);left:0;z-index:10;display:grid;justify-items:start;gap:8px;min-width:max-content;padding:10px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);box-shadow:0 4px 6px #0000001a}.profile-pin-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;max-width:100%;border:1px solid transparent;transition:opacity .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease}.profile-pin-chip:focus-visible{outline:none}.profile-pin-chip--inactive{opacity:1}.profile-pin-chip__label{min-width:0}.profile-pin-chip--static{padding-right:8px}.profile-pin-chip__remove-button{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border-radius:6px;color:inherit;transition:background-color .16s ease,transform .16s ease}.profile-pin-chip__remove-button:focus-visible{background:#ffffff29;outline:none;transform:scale(1.04)}.profile-pin-chip--static.profile-card__chip--registration .profile-pin-chip__remove-button:focus-visible{background:#6ea33f1f}.profile-pin-chip--removable{padding-right:10px}.profile-pin-chip__remove{width:13px;height:13px;flex:0 0 auto;color:#fff;background-color:currentColor;mask:url(/images/icons/close.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/close.svg) center / contain no-repeat;opacity:.9;transition:opacity .16s ease,transform .16s ease}.profile-pin-chip--static:focus-within .profile-pin-chip__remove{opacity:1;transform:scale(1.08)}.profile-pin-chip--static.profile-card__chip--registration .profile-pin-chip__remove{color:var(--color-accent)}.profile-form__actions,.profile-status{grid-column:1 / -1}.profile-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:fit-content;min-height:44px;padding:0 18px;border-radius:10px;background:var(--color-accent-2);color:var(--color-text);font-size:14px;font-weight:400;text-decoration:none;transition:background .16s ease,color .16s ease}.profile-button img{width:18px;height:18px;object-fit:contain;filter:brightness(0)}.profile-button--save{position:relative}.profile-button--save img{opacity:0;width:0;height:0}.profile-button--save:before{content:"";width:18px;height:18px;flex:0 0 auto;background-color:currentColor;mask:url(/images/icons/save.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/save.svg) center / contain no-repeat}.profile-button:focus-visible{background:var(--color-accent-2-hover);color:#111}.profile-button:disabled{cursor:not-allowed;opacity:.7;color:var(--color-text-muted)}.profile-button:disabled:focus-visible{background:var(--color-accent-2);color:var(--color-text-muted)}.profile-button:disabled img,.profile-button:disabled:focus-visible img{filter:brightness(0) saturate(100%) invert(61%) sepia(8%) saturate(182%) hue-rotate(61deg) brightness(92%) contrast(89%);opacity:.8}.profile-button--save:disabled:before,.profile-button--save:disabled:focus-visible:before{background-color:currentColor}.profile-status{margin:0;padding:12px 14px;border-radius:10px;line-height:1.35}.profile-status.is-success{background:#6fb25c1f;color:#31592a}.profile-status.is-error{width:fit-content;max-width:100%;background:var(--color-error);color:#fff}.profile-toast{position:fixed;top:var(--notice-top-offset);left:50%;z-index:2000;width:max-content;max-width:calc(100vw - 32px);padding:12px 16px;border-radius:12px;box-shadow:0 12px 28px #11181229;transform:translate(-50%);animation:profile-toast-slide .22s ease-out;line-height:1.35}.profile-toast.is-success{background:var(--color-accent);color:#fff}.profile-toast.is-error{background:var(--color-error);color:#fff}@keyframes profile-toast-slide{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}.profile-orders{display:grid;gap:24px}.profile-order{display:grid;gap:15px;padding:22px 24px 8px;border-radius:10px;background:var(--color-accent-2)}.profile-order--clickable{cursor:pointer;transition:box-shadow .16s ease,transform .16s ease}.profile-order--clickable:focus-visible{box-shadow:0 4px 6px #0000001a;outline:none}.profile-order--final{gap:18px}.profile-order__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;justify-content:space-between}.profile-order__arrow{width:22px;height:22px;object-fit:contain;transform:rotate(-90deg)}.profile-order__main,.profile-order__amount{display:grid;gap:6px}.profile-order__main--status{display:flex;align-items:baseline;gap:6px;min-width:0}.profile-order__main--status span{color:var(--color-text-muted);font-size:16px;white-space:nowrap}.profile-order__main--status strong{font-size:16px}.profile-order strong,.profile-order span{display:block}.profile-order strong,.profile-order span{color:var(--color-text);font-size:18px;font-weight:500}.profile-order__amount span,.profile-order__item-copy span,.profile-order__step span{margin-top:0}.profile-order__amount strong{font-size:18px}.profile-order__amount{position:relative;min-width:160px;justify-self:end;align-items:flex-end;text-align:right;padding-top:18px}.profile-order__amount:before{content:"";position:absolute;top:0;right:0;width:96px;height:1px;background:#e7ebe3}.profile-order__timeline{display:grid;width:100%;grid-template-columns:repeat(var(--profile-order-timeline-steps, 4),minmax(0,1fr));gap:0}.profile-order__step{position:relative;display:grid;grid-template-rows:26px auto auto;justify-items:center;gap:6px;min-width:0;padding-top:0;text-align:center}.profile-order__step:after{content:"";position:absolute;top:11px;left:50%;width:100%;height:1.5px;background:var(--color-border);transform:translate(11px)}.profile-order__step:last-child:after{display:none}.profile-order__step.is-done:after,.profile-order__step.is-current:after{background:#78b85f}.profile-order__step.has-pending-next:after{background:repeating-linear-gradient(90deg,var(--color-border) 0,var(--color-border) 6px,transparent 6px,transparent 10px)}.profile-order__step-marker{display:block;flex:0 0 auto;position:relative;z-index:1;width:22px;height:22px;border:1.5px solid var(--color-border);border-radius:50%;background:var(--color-bg);box-sizing:border-box}.profile-order__step.is-done .profile-order__step-marker,.profile-order__step.is-current .profile-order__step-marker{border-color:#78b85f}.profile-order__step.is-done .profile-order__step-marker,.profile-order__step.is-current .profile-order__step-marker{background:#78b85f}.profile-order__step.is-done .profile-order__step-marker:after,.profile-order__step.is-current .profile-order__step-marker:after{content:"";position:absolute;left:50%;top:50%;z-index:5;width:12px;height:12px;background-color:#fff;mask:url(/images/icons/check-mark.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/check-mark.svg) center / contain no-repeat;transform:translate(-50%,-50%);pointer-events:none}.profile-order__step.is-current strong{color:var(--color-text)}.profile-order__step strong{font-size:15px;font-weight:400;width:100%}.profile-order__step>span:not(.profile-order__step-marker){font-size:12px;line-height:1.35;width:100%}.profile-order__timeline--skeleton .profile-order__step>.profile-skeleton--timeline-label,.profile-order__timeline--skeleton .profile-order__step>.profile-skeleton--timeline-date{width:fit-content}.profile-order__step p{margin:0;width:100%;color:var(--color-text-muted);font-size:13px;line-height:1.45}.profile-order__timeline--skeleton .profile-skeleton--timeline-date{width:min(100%,92px)}.profile-order__timeline--skeleton .profile-skeleton--timeline-label,.profile-order__timeline--skeleton .profile-skeleton--timeline-date{width:fit-content}.profile-order__timeline--skeleton .profile-order__step:after{display:none}.profile-order__step-marker--skeleton{overflow:hidden;width:28px;height:28px;border-color:transparent;background:var(--color-accent-2-hover)}.profile-order__step-marker--skeleton:before{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent),color-mix(in srgb,var(--color-bg) 62%,transparent),color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent));animation:profile-skeleton-shimmer 1.4s ease-in-out infinite}.profile-order__bottom{display:grid;gap:0}.profile-order__products{display:grid}.profile-order__product{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start;padding:14px 0}.profile-order__product+.profile-order__product{border-top:1px solid var(--color-border)}.profile-order__product-link{display:grid;grid-template-columns:70px minmax(0,1fr);gap:16px;align-items:center;min-width:0;color:inherit;text-decoration:none}.profile-order__product-media{width:70px;height:70px;border-radius:10px;display:grid;place-items:center;overflow:hidden;color:inherit;text-decoration:none}.profile-order__product-media img{width:100%;height:100%;object-fit:contain}.profile-order__product-content{align-self:center;width:min(100%,350px);min-width:0}.profile-order__product-text{color:inherit;text-decoration:none;display:block}.profile-order__product-content h3{display:-webkit-box;margin:0;overflow:hidden;font-size:14px;font-weight:400;line-height:1.35;color:var(--color-text);overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.profile-order__product-summary{display:block;margin:8px 0 0;font-size:12px;line-height:1.35;color:var(--color-text-muted)}.profile-order__product-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:110px;padding-top:2px}.profile-order__product-meta strong{font-size:18px;font-weight:500;color:var(--color-text);margin:0}.profile-order__product-meta span{color:var(--color-text-muted);font-size:13px;line-height:1.3}.profile-order__product--empty{grid-template-columns:minmax(0,1fr)}.profile-empty{display:grid;justify-items:start;gap:16px;min-height:170px;border-radius:10px;background:var(--color-bg);color:var(--color-text-muted)}.profile-empty--centered{justify-items:center;text-align:center}.profile-empty--centered img{width:120px;height:120px;object-fit:contain}.profile-empty--orders-completed{gap:12px;padding:28px 24px}.profile-empty--compact{min-height:0;gap:14px;padding:4px 0 0}.profile-empty--compact p{margin:0}.profile-empty__copy{display:grid;gap:12px}.profile-empty__copy h3{margin:0;font-size:22px;line-height:1.05;font-weight:500;color:var(--color-text)}.profile-empty__copy p{margin:0;color:var(--color-text);max-width:520px;font-size:16px;line-height:1.45}.profile-empty--centered .profile-button{justify-self:center;padding:12px 26px;border:0;font-size:14px;font-weight:400;border-radius:10px;background:var(--color-accent-2);color:var(--color-text)}.profile-empty--centered .profile-button:focus-visible{background:var(--color-accent-2-hover);color:var(--color-text)}.profile-order-page{display:flex;flex-direction:column;gap:40px;padding-top:34px;padding-bottom:70px}.profile-order-detail{display:grid;grid-template-columns:minmax(0,1fr) 304px;gap:40px;align-items:start}.profile-order-detail__main{display:grid;gap:24px;min-width:0}.profile-order-detail__timeline-card{min-height:0;padding:28px}.profile-order-detail__surface{min-height:0;padding:28px;border-radius:10px;background:var(--color-accent-2);box-shadow:none}.profile-order-detail__items-card{display:block}.profile-order-detail__section-title{margin-bottom:24px;font-size:22px}.profile-order__timeline--detail{grid-template-columns:minmax(0,1fr);gap:22px}.profile-order__timeline--detail .profile-order__step{grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:14px;row-gap:6px;align-items:start;justify-items:start;text-align:left}.profile-order__timeline--detail .profile-order__step:after{top:12px;left:10px;width:1.5px;height:calc(100% + 14px);transform:none}.profile-order__timeline--detail .profile-order__step:last-child:after{display:none}.profile-order__timeline--detail .profile-order__step-marker{grid-row:1 / 4}.profile-order__timeline--detail .profile-order__step>span:not(.profile-order__step-marker),.profile-order__timeline--detail .profile-order__step strong,.profile-order__timeline--detail .profile-order__step p{max-width:none;grid-column:2}.profile-order__timeline--detail .profile-order__step strong{font-size:16px}.profile-order__timeline--detail .profile-order__step>span:not(.profile-order__step-marker){color:var(--color-text)}.profile-order-detail__hero{display:grid;gap:8px}.profile-order-detail__hero h1{margin:0;color:var(--color-text);font-size:24px;line-height:1;font-weight:500}.profile-order-detail__product-meta{gap:10px}.profile-order-detail__product:first-of-type{padding-top:0}.profile-order-detail__product:last-child{padding-bottom:0}.profile-order-detail__cancel{width:100%;min-height:42px;padding:10px 16px;border:1px solid var(--color-error);border-radius:10px;background:transparent;color:var(--color-error);font:inherit;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.profile-order-detail__cancel:hover{background:var(--color-error);color:#fff}.profile-order-detail__cancel:disabled{border-color:var(--color-border);color:var(--color-text-muted);cursor:not-allowed;opacity:.72}.profile-order-detail__cancel-status{margin:-8px 0 0;font-size:13px;color:var(--color-accent)}.profile-order-detail__cancel-status.is-error{color:var(--color-error)}.profile-cancel-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:#11111175;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.profile-cancel-modal__dialog{position:relative;width:min(100%,520px);max-height:calc(100vh - 40px);overflow:auto;box-sizing:border-box;padding:32px;border-radius:16px;background:var(--color-bg);box-shadow:0 18px 60px #1113}.profile-cancel-modal__dialog h2{margin:8px 36px 8px 0;font-size:24px;line-height:1.2;font-weight:500}.profile-cancel-modal__dialog>p{margin:0 0 22px;color:var(--color-text-muted)}.profile-cancel-modal__step{color:var(--color-accent);font-size:13px}.profile-cancel-modal__close{position:absolute;top:18px;right:18px;width:34px;height:34px;border:0;border-radius:50%;background:var(--color-surface, #f3f4f1);color:var(--color-text);font-size:24px;line-height:1;cursor:pointer}.profile-cancel-modal__reasons{display:grid;gap:8px}.profile-cancel-modal__reason{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--color-border);border-radius:10px;cursor:pointer}.profile-cancel-modal__reason:has(input:checked){border-color:var(--color-accent);background:#62974512}.profile-cancel-modal__reason input{width:18px;height:18px;margin:0;accent-color:var(--color-accent)}.profile-cancel-modal textarea{width:100%;min-height:90px;margin-top:12px;padding:12px 14px;box-sizing:border-box;resize:vertical;border:1px solid var(--color-border);border-radius:10px;background:transparent;color:var(--color-text);font:inherit}.profile-cancel-modal__selected-reason{display:grid;gap:5px;padding:14px;border-radius:10px;background:var(--color-surface, #f3f4f1)}.profile-cancel-modal__selected-reason span{color:var(--color-text-muted);font-size:13px}.profile-cancel-modal__selected-reason strong{font-weight:500}.profile-cancel-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.profile-cancel-modal__actions button{min-height:44px;padding:10px 14px;border-radius:10px;font:inherit;cursor:pointer}.profile-cancel-modal__secondary{border:1px solid var(--color-border);background:transparent;color:var(--color-text)}.profile-cancel-modal__primary,.profile-cancel-modal__danger{border:1px solid transparent;color:#fff}.profile-cancel-modal__primary{background:var(--color-accent)}.profile-cancel-modal__danger{background:var(--color-error)}.profile-cancel-modal__actions button:disabled{cursor:not-allowed;opacity:.55}.profile-order-detail__summary-list{display:grid;gap:4px;margin:0;padding:0}.profile-order-detail__meta{justify-content:space-between;gap:12px;width:100%}.profile-order-detail__meta-main{display:inline-flex;align-items:center;gap:6px;min-width:0}.profile-order-detail__meta-separator{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.72;flex:0 0 auto}.profile-order-detail__meta-total{color:var(--color-text);font-size:14px;font-weight:500;white-space:nowrap}.profile-order-detail__summary-line{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--color-text-muted)}.profile-order-detail__summary-line span,.profile-order-detail__summary-line strong{margin:0}.profile-order-detail__summary-line strong{font-size:13px;font-weight:400;color:var(--color-text-muted)}.profile-order-detail__empty{padding:42px 24px}.profile-order-detail--loading{min-height:420px}.profile-order-detail__skeleton-product{display:grid;grid-template-columns:88px 1fr auto;align-items:center;gap:16px;margin-top:24px}.profile-order-detail__skeleton-product .profile-skeleton--media{width:88px;height:88px}.profile-order-detail__skeleton-step{display:block;width:min(100%,420px);height:42px;margin-top:14px}@media(max-width:1024px){.profile-order-page.container{gap:15px;margin-top:0;padding-top:0}.profile-order-detail{display:flex;flex-direction:column;gap:15px}.profile-order-detail__main{order:1;width:100%;gap:15px}.profile-order-detail__surface{width:100vw;margin-inline:calc(50% - 50vw);box-sizing:border-box;padding:25px 32px;border-radius:12px;background:var(--color-bg);box-shadow:none}.profile-order-detail>.favorites__order-card{display:flex;order:2;width:100vw;margin:0 calc(50% - 50vw);margin-bottom:-5px;box-sizing:border-box;padding:25px 32px;position:static;background:var(--color-bg);border-radius:12px}.profile-order-detail>.favorites__order-card .favorites__order-descr{padding:0;border-radius:0;background:transparent}}@media(max-width:560px){.profile-cancel-modal{align-items:end;padding:0}.profile-cancel-modal__dialog{width:100%;max-height:92vh;padding:26px 20px 20px;border-radius:16px 16px 0 0}.profile-cancel-modal__actions{grid-template-columns:1fr}.profile-cancel-modal__secondary{order:2}}@media(max-width:768px){.profile-order-detail__surface,.profile-order-detail>.favorites__order-card{padding:20px 16px}}@media(max-width:640px){.profile-order-detail__surface,.profile-order-detail>.favorites__order-card{padding:14px 16px;border-radius:10px}}@media(max-width:1260px){.profile-viewed-grid,.profile-viewed-skeleton.product-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-card__summary{grid-template-columns:minmax(0,1fr);gap:16px;justify-items:center}.profile-card__avatar{width:88px;height:88px;border-radius:18px;font-size:36px}.profile-card__identity{align-items:center;min-height:0}.profile-card__identity-info{justify-items:center;text-align:center}.profile-card__chips{justify-content:center}.profile-edit-button{align-self:flex-start}}@media(max-width:1024px){.profile-orders-toggle{width:100%;max-width:none}.profile-page{padding-top:16px;overflow-x:clip}.profile-page--viewed.container{padding-bottom:15px}.profile-page--viewed .profile-viewed-grid,.profile-page--viewed .profile-viewed-skeleton.product-skeleton-grid{margin-bottom:0}.profile-page--standalone-orders.container{gap:15px;margin-top:0;padding-top:0}.profile-page--standalone-orders .profile-page__hero{display:flex;width:100vw;margin-inline:calc(50% - 50vw);box-sizing:border-box;gap:20px;padding:5px 32px 25px;border-radius:0 0 10px 10px;background:var(--color-bg)}.profile-orders-mobile-head.profile-card__head{display:flex;width:min(100%,800px);margin-inline:auto;margin-bottom:0}.profile-orders-mobile-head h1{margin:0;color:var(--color-text);font-size:20px;line-height:1;font-weight:500}.profile-page--standalone-orders .profile-orders-page>.profile-card__head>div:first-child{display:none}.profile-page--standalone-orders .profile-orders-page>.profile-card__head{justify-content:flex-end}.profile-page--standalone-orders .profile-orders-page{width:100vw;margin:0 calc(50% - 50vw) -10px;box-sizing:border-box;padding:25px 32px;border-radius:12px;background:var(--color-bg);box-shadow:none}.profile-page__layout{grid-template-columns:minmax(0,1fr);gap:15px}.profile-sidebar{position:relative;padding:0;background:transparent;box-shadow:none;border-radius:0}.profile-page__hero{display:none}.profile-order-page__header.profile-page__hero{display:flex;width:100vw;margin-inline:calc(50% - 50vw);box-sizing:border-box;padding:5px 32px 25px;border-radius:0 0 10px 10px;background:var(--color-bg)}.profile-order-detail__hero h1{font-size:20px}.profile-sidebar__mobile-head{display:grid;gap:14px;margin:-25px -32px 0;padding:15px 32px 0;background:var(--color-bg)}.profile-sidebar__crumb-row{display:flex;align-items:center;gap:10px;color:var(--color-text-muted)}.profile-sidebar__current{display:flex;align-items:center;gap:12px;width:auto;margin:0 -32px;padding:20px 32px 25px;background:var(--color-bg);color:var(--color-text);text-align:left;border-radius:0 0 12px 12px}.profile-sidebar__current-main{display:inline-flex;align-items:center;gap:16px;min-width:0}.profile-sidebar__current-main img{display:none}.profile-sidebar__current-copy{display:grid;gap:4px;min-width:0}.profile-sidebar__current-label{color:var(--color-text);font-size:20px;font-weight:500}.profile-sidebar__current-arrow{width:18px;height:18px;flex:0 0 auto;background-color:currentColor;mask:url(/images/icons/arrow.svg) center / contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center / contain no-repeat;transition:transform .16s ease}.profile-sidebar__current.is-open .profile-sidebar__current-arrow{transform:rotate(180deg)}.profile-sidebar__list{position:fixed;top:var(--profile-mobile-menu-top, 0px);left:0;right:0;bottom:calc(70px + env(safe-area-inset-bottom));z-index:110;display:grid;align-content:start;gap:6px;padding:14px 32px 24px;overflow-y:auto;background:var(--color-bg);box-shadow:none;border-radius:12px 12px 0 0;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease}.profile-sidebar.is-open .profile-sidebar__list{opacity:1;pointer-events:auto;transform:translateY(0)}.profile-sidebar__item{width:100%;min-height:56px;padding:0;border-radius:14px;background:var(--color-bg)}.profile-sidebar__item img{width:26px;height:26px}.profile-sidebar__item--exit img{width:22px;height:22px}.profile-card--top,.profile-cabinet__grid,.profile-benefits__grid{grid-template-columns:minmax(0,1fr)}.profile-card--top{min-height:0;padding:25px 32px;background:var(--color-bg);box-shadow:none;margin:0 -32px;border-radius:12px}.profile-card__top-body{grid-template-columns:minmax(0,1fr) 1px 240px;column-gap:24px;row-gap:0}.profile-card__summary{grid-template-columns:120px minmax(0,1fr);gap:20px;justify-items:stretch}.profile-card__top-main,.profile-card__top-side{margin:0;padding:0;border-radius:0;background:transparent;box-shadow:none}.profile-card__top-divider{display:block}.profile-card__top-side{width:100%;justify-self:stretch}.profile-card__avatar{width:120px;height:120px;border-radius:25px;font-size:48px}.profile-card__identity{align-items:flex-start}.profile-card__identity-info{justify-items:start;text-align:left}.profile-card__chips{justify-content:flex-start}.profile-points,.profile-status-card__progress{padding-left:0;border-left:none}.profile-status-card__divider,.profile-status-card__copy p{display:none}.profile-progress{width:100%}.profile-points{min-height:0}.profile-cabinet{margin:0 -32px -5px;padding:25px 32px;border-radius:12px;box-shadow:none}.profile-status-card,.profile-card--points-history{margin:0 -32px;padding:25px 32px;border-radius:12px;box-shadow:none}.profile-card--points-history{margin-bottom:-10px}.profile-status-card{grid-template-columns:minmax(0,1fr) 1px minmax(220px,300px);gap:24px;align-items:start}.profile-status-card__main{justify-self:start;grid-template-columns:max-content minmax(0,1fr);grid-template-areas:"badge title" "badge copy";column-gap:25px;row-gap:12px;align-items:start}.profile-status-card__copy{display:contents}.profile-status-card__badge{grid-area:badge;width:auto;height:100%;min-width:25px;min-height:25px;aspect-ratio:1 / 1;align-self:stretch;border-radius:25px}.profile-status-card__badge img{width:60px;height:60px}.profile-status-card__copy h2{grid-area:title;margin:0;font-size:28px;line-height:1;white-space:nowrap}.profile-status-card__copy p{grid-area:copy}.profile-status-card__progress{width:min(100%,300px);justify-self:end}.profile-status-card__divider{display:block}.profile-card--settings,.profile-card--orders,.profile-card--viewed{margin:0 -32px -10px;padding:25px 32px;border-radius:12px;box-shadow:none}.profile-card--viewed{--catalog-card-button-height: 38px}.profile-page .profile-card--viewed{margin:0;padding:0;border-radius:0;background:transparent;box-shadow:none}.profile-page .profile-card--viewed>.profile-card__head{display:none}.profile-viewed-grid,.profile-viewed-skeleton.product-skeleton-grid{margin-inline:-32px}.profile-cabinet__grid{gap:14px}.profile-cabinet__item{gap:10px;padding:14px}.profile-card__title{font-size:20px}.profile-points h2{font-size:20px;font-weight:500}.profile-points__title{min-height:24px}.profile-cabinet h2,.profile-card__identity h2,.profile-card__head h2,.profile-card--settings .profile-card__head h2{font-size:20px}.profile-viewed-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-bottom:5px}.profile-viewed-skeleton.product-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.profile-viewed-grid .product-card{border-color:transparent}.profile-viewed-skeleton .product-skeleton-card{background:var(--color-bg)}.profile-viewed-skeleton .product-skeleton-card__media,.profile-viewed-skeleton .product-skeleton-card__line,.profile-viewed-skeleton .product-skeleton-card__button{background:color-mix(in srgb,var(--color-bg) 88%,var(--color-text-muted) 12%)}.profile-viewed__item{grid-template-columns:92px minmax(0,1fr)}.profile-viewed__meta{grid-column:1 / -1;justify-items:start}.profile-dashboard{gap:15px}.profile-points__info{left:0;transform:translateY(-4px)}.profile-points__hint.is-open .profile-points__info,.profile-points__info.is-open{transform:translate(0)}.profile-points__hint.is-suppressed .profile-points__info{transform:translateY(-4px)}}@media(max-width:768px){.profile-page--standalone-orders .profile-page__hero{gap:15px;padding:5px 16px 20px}.profile-orders-mobile-head h1{font-size:18px}.profile-order-page__header.profile-page__hero{padding:5px 16px 20px}.profile-order-detail__hero h1{font-size:18px}.profile-page--standalone-orders .profile-orders-page{margin-bottom:-5px;padding:20px 16px}.profile-viewed-grid,.profile-viewed-skeleton.product-skeleton-grid{margin-inline:-16px}.profile-sidebar__current{margin:0 -16px;padding:15px 16px 20px}.profile-sidebar__list{padding:14px 16px 24px}.profile-card--top{padding:20px 16px;background:var(--color-bg);margin:0 -16px;gap:25px;border-radius:12px;box-shadow:none}.profile-card--settings{margin:0 -16px;padding:20px 16px}.profile-card--orders,.profile-card--viewed{margin:0 -16px -5px;padding:20px 16px}.profile-card--viewed{--catalog-card-button-height: 35px}.profile-status-card,.profile-card--points-history{margin:0 -16px;padding:20px 16px}.profile-status-card{grid-template-columns:minmax(0,1fr);gap:16px}.profile-status-card__progress{width:100%;justify-self:start}.profile-status-card__copy{display:grid;gap:0;min-width:0}.profile-status-card__main{grid-template-columns:40px minmax(0,1fr);grid-template-areas:"badge copy";column-gap:8px;row-gap:0px;align-items:center}.profile-status-card__badge{width:40px;height:40px;border-radius:7px}.profile-status-card__badge img{width:25px;height:25px}.profile-status-card__divider{display:none}.profile-status-card__copy h2{font-size:20px;line-height:1;white-space:nowrap}.profile-status-card__hint{display:flex;align-items:center;justify-content:center;margin-top:3px}.profile-status-card__copy p{display:none}.profile-card--settings .profile-card__head{margin-bottom:20px}.profile-card--settings .profile-card__head h2,.profile-card__head h2{font-size:18px}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__price{font-size:18px}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__favorite-controls{gap:6px;align-items:stretch}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__add{min-height:35px;height:35px}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__favorite-cta{flex:3 1 auto;width:auto;max-width:none;min-width:35px;height:35px;min-height:35px;padding:10px}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__counter{flex:1 1 130px;width:130px;max-width:130px;min-width:0;min-height:35px;height:35px}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__counter-btn{width:35px;min-width:35px;height:35px}.profile-viewed-grid .product-card:not(.product-card--list) .product-card__counter-input{width:44px;min-width:0;flex:1 1 auto;font-size:13px;line-height:35px}.profile-card--settings .profile-form__section-title{font-size:16px}.profile-card__title{background:var(--color-bg)}.profile-card__top-body{grid-template-columns:minmax(0,1fr);row-gap:15px}.profile-card__top-main,.profile-card__top-side{padding:20px 16px;border-radius:10px;background:var(--color-bg)}.profile-card__top-main{padding-top:25px;border-radius:0 0 10px 10px}.profile-form,.profile-password-row{grid-template-columns:minmax(0,1fr)}.profile-card__summary{grid-template-columns:minmax(0,1fr);gap:8px;justify-items:center}.profile-sidebar__mobile-head{margin:-20px -32px 0}.profile-card__avatar{width:150px;height:150px;font-size:72px}.profile-card__identity{align-items:center}.profile-card__identity-info{justify-items:center;text-align:center;gap:8px}.profile-cabinet{margin:0 -16px -5px;padding:16px}.profile-card__chips{justify-content:center}.profile-card__top-divider{display:none}.profile-card__title,.profile-card__identity h2,.profile-points h2,.profile-cabinet h2{font-size:18px}.profile-points{gap:6px}.profile-points__title{min-height:22px}.profile-sidebar__current-label{font-size:18px}.profile-points__value{font-size:34px}.profile-points__token-logo{width:38px;height:38px}.profile-cabinet__item{min-height:0;align-items:center;justify-content:flex-start;text-align:center;gap:8px;padding:14px 12px}.profile-cabinet__item img{align-self:center;width:32px;height:32px;padding:4px;border-radius:8px}.profile-cabinet__item strong{font-size:14px;line-height:1;text-align:center;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;word-break:break-word}.profile-cabinet h2{margin:0;line-height:1.15}.profile-cabinet__item span{display:none}.profile-cabinet__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:10px}.profile-viewed-grid,.profile-viewed-skeleton.product-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-order{gap:18px}}@media(max-width:640px){.profile-page--standalone-orders .profile-orders-page{padding:14px 16px;border-radius:10px}.profile-order--skeleton-card{padding:16px}.profile-order-skeleton__head{grid-template-columns:minmax(0,1fr)}.profile-skeleton--order-total{width:96px}.profile-order-skeleton__items{grid-template-columns:minmax(0,1fr)}.profile-card--viewed{--catalog-card-padding-y: clamp(10px, 3vw, 12px);--catalog-card-padding-x: clamp(10px, 3vw, 12px);--catalog-card-gap: clamp(8px, 2.8vw, 12px);--catalog-card-image-height: clamp(130px, 34vw, 220px);--catalog-card-title-size: clamp(12px, 3.2vw, 14px);--catalog-card-meta-size: clamp(12px, 3vw, 14px)}.profile-viewed-grid,.profile-viewed-skeleton.product-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(hover:hover)and (pointer:fine){.profile-page__back:hover span{background-color:var(--color-text)}.profile-sidebar__item:hover img{opacity:1;filter:invert(48%) sepia(22%) saturate(1092%) hue-rotate(61deg) brightness(93%) contrast(88%)}.profile-sidebar__item--exit:hover img{filter:invert(28%) sepia(84%) saturate(1482%) hue-rotate(332deg) brightness(82%) contrast(91%)}.profile-sidebar__item:hover{color:var(--color-accent-hover)}.profile-sidebar__item--exit:hover{background:#c4393a1a;color:var(--color-error)}.profile-card__chip-hint:hover .profile-card__chip-tooltip{opacity:1;transform:translate(-50%)}.profile-edit-button:hover{background:var(--color-accent-2-hover);color:#111}.profile-points__history:hover{background:#dfe9d9;color:#315f26}.profile-points__history:hover img{filter:invert(32%) sepia(22%) saturate(1192%) hue-rotate(61deg) brightness(92%) contrast(90%)}.profile-edit-button:hover img,.profile-points__history:hover img{transform:rotate(-90deg) translateY(4px)}.profile-avatar-upload__button:hover{background:var(--color-accent-2-hover);color:#111}.profile-avatar-upload__button--secondary:hover{background:#f5f7f3;color:#111}.profile-avatar-upload__dropdown-item:hover{background:var(--color-accent-2-hover);color:#111}.profile-avatar-upload__dropdown-item--danger:hover{background:#c4393a1a;color:#962f2f}.profile-cabinet__item:hover{border-color:transparent;box-shadow:inset 0 0 0 1px var(--color-bg),1px 1px 4px #d1d1d1b3}.profile-field input:hover:not(:read-only){border-color:var(--color-text);color:var(--color-text)}.profile-field input:hover:not(:read-only)::placeholder{color:transparent}.profile-field input[readonly]:hover{border-color:#9aa09a;color:#737a70;cursor:not-allowed}.profile-field--error input:hover:not(:read-only){border-color:var(--color-error)}.profile-field input:hover:not(:read-only)+.profile-field__floating-label{color:var(--color-text)}.profile-field input[readonly]:hover+.profile-field__floating-label{color:#9aa09a}.profile-password-toggle:hover{background-color:#000}.profile-checkbox:hover .profile-checkbox__box{border-color:var(--color-text)}.profile-pin-add-button:hover{border-color:var(--color-text);background:#f0f3ed;box-shadow:0 6px 18px #11181214;outline:none}.profile-pin-chip:hover{outline:none}.profile-pin-chip__remove-button:hover{background:#ffffff29;outline:none;transform:scale(1.04)}.profile-pin-chip--static.profile-card__chip--registration .profile-pin-chip__remove-button:hover{background:#6ea33f1f}.profile-pin-chip--static:hover .profile-pin-chip__remove{opacity:1;transform:scale(1.08)}.profile-button:hover{background:var(--color-accent-2-hover);color:#111}.profile-button:disabled:hover{background:var(--color-accent-2);color:var(--color-text-muted)}.profile-button:disabled:hover img{filter:brightness(0) saturate(100%) invert(61%) sepia(8%) saturate(182%) hue-rotate(61deg) brightness(92%) contrast(89%);opacity:.8}.profile-button--save:disabled:hover:before{background-color:currentColor}.profile-order--clickable:hover{box-shadow:0 4px 6px #0000001a;outline:none}.profile-empty--centered .profile-button:hover{background:var(--color-accent-2-hover);color:var(--color-text)}}.city-autocomplete{position:relative}.city-autocomplete__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;max-height:220px;overflow-y:auto;background:var(--color-bg);border:1px solid rgba(45,50,42,.12);border-radius:14px;box-shadow:0 18px 44px #0607082e;padding:8px 0}.city-autocomplete__item{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:14px 16px;border:none;background:transparent;color:var(--color-text);text-align:left;cursor:pointer}.city-autocomplete__item small{color:var(--color-text-muted);font-size:12px}.city-autocomplete__item--active{background:#f2f3f1}.city-autocomplete__info{padding:14px 16px;color:var(--color-text-muted);font-size:14px}@media(hover:hover)and (pointer:fine){.city-autocomplete__item:hover{background:#f2f3f1}}:root{font-family:var(--font-sans, "Inter", "Helvetica Neue", Arial, sans-serif);color:#232628;background-color:var(--color-bg, #ffffff)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;scrollbar-gutter:stable}body{background-color:var(--color-bg);color:#232628;min-height:100vh;margin:0 auto}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:500}p,span{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit;background:none;border:none;padding:0;margin:0;outline:none;appearance:none;-webkit-appearance:none}input[type=search]{appearance:none;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none;width:0;height:0;-webkit-appearance:none;appearance:none}input::-ms-clear,input::-ms-reveal{display:none;width:0;height:0}button{cursor:pointer}img{display:block;max-width:100%}@font-face{font-family:Inter;src:local("Inter Light"),url(/fonts/Inter-LightBETA.woff2) format("woff2"),url(/fonts/Inter-LightBETA.woff) format("woff");font-weight:300;font-style:normal;font-display:block}@font-face{font-family:Inter;src:local("Inter Regular"),url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Inter;src:local("Inter Medium"),url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:Inter;src:local("Inter Bold"),url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Inter;src:local("Inter Italic"),url(/fonts/Inter-Italic.woff2) format("woff2"),url(/fonts/Inter-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:block}:root{--font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;--color-bg: #fff;--color-primary: #2b2e34;--color-accent: #63a04a;--color-accent-hover: #4E843A;--color-accent-2: #F1F1F1;--color-accent-2-hover: #D8D8D8;--color-text: #111111;--color-text-muted: #727272;--color-border: #D1D1D1;--color-border-dark: #3A3F47;--color-disabled-input-bg: #f1f2f3;--color-divider: #CDD2CE;--color-line-dark: rgba(255, 255, 255, .2);--color-error: #ff3b30;--color-primary-hover: #1e1d1d;--cookie-banner-offset: 110px;--notice-top-offset: 50px}.return-home-button{display:inline-flex;align-items:center;justify-content:center;justify-self:center;width:fit-content;min-height:44px;margin-top:14px;padding:0 24px;border:0;border-radius:10px;background:var(--color-accent-2);color:var(--color-text);font:inherit;font-size:14px;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .16s ease,color .16s ease}.return-home-button:focus-visible{background:var(--color-accent-2-hover);color:var(--color-text)}.decoded-image{visibility:hidden}.decoded-image.is-decoded{visibility:visible}:where(a[href],button,summary,[role=button],[tabindex]:not([tabindex="-1"])):not([disabled]):not([aria-disabled=true]):not([data-site-editable=true]):focus-visible{outline:none;box-shadow:none}input:not([type=hidden]):focus,input:not([type=hidden]):focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible{outline:none;outline-offset:0;box-shadow:none}input[type=search]:focus,input[type=search]:focus-visible{outline:none;box-shadow:none}body.site-editor-enabled [data-site-editable=true]{cursor:text}body.site-editor-enabled [data-site-editable=true]:focus{outline:none}@media(max-width:1024px),(hover:none),(pointer:coarse){:where(a[href],button,input:not([type=hidden]),textarea,select,summary,[role=button],[tabindex]:not([tabindex="-1"])){transition:none!important;-webkit-tap-highlight-color:transparent}:where(a[href],button,[role=button],[tabindex]:not([tabindex="-1"])):not([disabled]):not([aria-disabled=true]){transition:transform .14s ease,opacity .14s ease,background-color .14s ease,border-color .14s ease,box-shadow .14s ease,color .14s ease!important}:where(a[href],button,[role=button],[tabindex]:not([tabindex="-1"])):hover{transform:none!important;box-shadow:none!important;filter:none!important}:where(a[href],button,[role=button],[tabindex]:not([tabindex="-1"])):hover:before,:where(a[href],button,[role=button],[tabindex]:not([tabindex="-1"])):hover:after{transform:none!important;box-shadow:none!important;filter:none!important}:where(a[href],button,[role=button],[tabindex]:not([tabindex="-1"])):not([disabled]):not([aria-disabled=true]):active{transform:scale(.985);opacity:.96}}body.site-editor-enabled [data-site-editor-block=true],body.site-editor-enabled [data-site-editor-block=true] *{cursor:not-allowed!important}body.site-editor-enabled [data-site-editor-block=true] [data-site-editable=true]{cursor:text!important}body.site-editor-enabled [data-site-editor-allow=true],body.site-editor-enabled [data-site-editor-allow=true] *{cursor:pointer!important}.site-editor-context-menu{position:fixed;z-index:5000;width:260px;border-radius:12px;border:1px solid rgba(17,17,17,.15);background:#fffffffa;box-shadow:0 18px 42px #1111113d;padding:8px;display:grid;gap:6px}.site-editor-context-menu__action{border:none;border-radius:8px;background:var(--color-accent);color:#fff;font-size:14px;line-height:1;min-height:38px;cursor:pointer}.site-editor-context-menu__action:focus-visible{background:var(--color-accent-hover)}.site-editor-context-menu__meta{border-radius:8px;padding:7px 9px;background:#f1f4ef;color:#4d5750;font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.admin-disable-history-swipe,body.admin-disable-history-swipe{overscroll-behavior-x:none}.container{width:100%;max-width:1500px;padding:0 80px;margin:0 auto}@media(max-width:1024px){.container{padding:25px 32px}}@media(max-width:768px){.container{padding:20px 16px}}.friendly-notice-row{position:fixed;top:var(--notice-top-offset);left:50%;width:min(460px,calc(100% - 36px));z-index:2000;pointer-events:none;transform:translate(-50%);animation:friendly-notice-enter .26s cubic-bezier(.2,.8,.2,1) both}.friendly-notice-row.is-closing{animation:friendly-notice-exit .2s cubic-bezier(.4,0,1,1) forwards}.friendly-notice-row .friendly-notice{width:max-content;max-width:100%;margin:0 auto;pointer-events:auto}.page-toast{position:fixed;top:var(--notice-top-offset);left:50%;z-index:2000;width:max-content;max-width:calc(100vw - 32px);padding:12px 16px;border-radius:12px;box-shadow:0 12px 28px #11181229;transform:translate(-50%);animation:page-toast-slide .22s ease-out;line-height:1.35}.page-toast.is-success{background:var(--color-accent);color:#fff}.page-toast.is-error{background:var(--color-error);color:#fff}.friendly-notice{display:flex;align-items:center;gap:3px;margin:0;padding:0 14px;height:47px;min-height:47px;max-height:47px;box-sizing:border-box;border-radius:10px;border:1px solid #FFF;color:#fff;background:#b42318;box-shadow:0 14px 34px #0c101647;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.friendly-notice--dark{border:1px solid #FFF;color:#fff;background:#7f1d1d;box-shadow:0 0 0 1px #ffffff14,0 0 36px #ffffff47,0 12px 30px #ffffff2e}.friendly-notice--neutral{border:1px solid rgba(255,255,255,.88);color:#f2f6fa;background:#4b5563;box-shadow:0 0 0 1px #ffffff14,0 0 24px #ffffff38,0 12px 30px #0e121a3d}.friendly-notice--success{border:1px solid rgba(207,252,176,.6);color:#f2ffe7;background:#4e843a;box-shadow:0 0 0 1px #c9f8a82e,0 0 24px #6ebf5342,0 12px 30px #112e1647}.friendly-notice__text{margin:0;font-size:16px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.friendly-notice--dark .friendly-notice__text{color:#ecf3f9f5}.friendly-notice__reload{width:26px;height:26px;border:none;border-radius:50%;background:transparent;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.friendly-notice__reload img{width:18px;height:18px;display:block;filter:brightness(0) invert(1)}.friendly-notice__reload:focus-visible{opacity:.9}@keyframes friendly-notice-enter{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}@keyframes friendly-notice-exit{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-12px)}}@keyframes page-toast-slide{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}.product-card{position:relative;border:1px solid var(--color-border);background:var(--color-bg);border-radius:14px;padding:10px 14px 14px;display:flex;flex-direction:column;gap:10px;text-align:left}.product-card[role=link]{cursor:pointer}.product-card:focus-visible{border-color:var(--color-accent);outline:none;box-shadow:none}.catalog__grid .product-card:not(.product-card--list){min-height:433.8px}.product-card--list{display:flex;align-items:flex-start;flex-direction:row;gap:25px;padding:10px 24px;background:transparent;border:1px solid transparent;border-bottom-color:#d8dbd5;border-radius:0}.product-card--list .product-card__block{display:flex;flex-direction:column;gap:20px}.product-card--list .product-card__heading{display:flex;flex-direction:column;gap:10px}.product-card--list .product-card__block--media{flex:0 0 220px;gap:4px}.product-card--list .product-card__block--info{position:relative;flex:0 0 480px;min-width:480px;max-width:480px}.product-card--list .product-card__block--actions{padding-top:22px;gap:10px;margin-left:28px;flex:1 1 auto}.product-card--list .product-card__favorite-slot{display:flex;align-items:center;justify-content:flex-end}.product-card--list .product-card__actions-row{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.product-card--list .product-card__price-group{display:flex;flex-direction:column;gap:12px;flex:1 1 auto}.product-card--list .product-card__add{align-self:flex-start}.product-card--list .product-card__favorite{position:relative;top:auto;right:auto;left:auto;width:16px;height:16px;flex:0 0 16px;align-self:center;opacity:1;visibility:visible}.product-card--list .product-card__image-wrap{aspect-ratio:1 / 1;height:250px;width:250px;cursor:default}.product-card--list .product-card__dots{display:flex}.product-card--list .product-card__title{font-size:16px;line-height:1.4;order:2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:auto;min-height:0}.product-card--list .product-card__meta{font-size:13px;order:1}.product-card--list .product-card__code,.product-card--list .product-card__icon--copy{color:var(--color-text)}.product-card--list .product-card__copy.is-copied,.product-card--list .product-card__copy.is-copied:focus-visible{color:var(--color-text)}.product-card--list .product-card__copy.is-copied .product-card__code,.product-card--list .product-card__copy.is-copied .product-card__copy-label,.product-card--list .product-card__copy.is-copied .product-card__icon--copy,.product-card--list .product-card__copy.is-copied .product-card__icon--success{color:var(--color-text);background-color:var(--color-text)}.product-card--list .product-card__price{font-size:20px}.product-card__spec{display:flex;gap:5px}.product-card__spec .spec__title{font-size:12px;color:var(--color-text-muted)}.product-card__spec .spec__value{font-size:12px;color:var(--color-text)}.product-card__availability{display:none}.product-card--list .product-card__specs{display:grid;gap:5px;color:#5c5f5a;font-size:14px;order:3}.product-card__specs--measure{position:absolute;inset:auto auto auto 0;width:100%;visibility:hidden;pointer-events:none;z-index:-1}.product-card--list .product-card__spec strong{color:var(--color-text)}.product-card--list .product-card__availability{display:none}.product-card--soldout{border-color:#d8ddd4;position:relative;background:#efefed;border-radius:14px}.product-card--soldout .product-card__image-wrap{background:var(--color-bg)}.product-card--soldout .product-card__image{background:#f6f6f6;opacity:.96;filter:saturate(.8) brightness(.97);border-radius:0}.product-card--soldout .product-card__image-wrap:after{content:none}.product-card--soldout .product-card__availability,.product-card--soldout .product-card__add{display:none}.product-card--soldout:after{content:none}.product-card--soldout .favorites__card-select{opacity:1}.product-card--soldout .favorites__card-select input{cursor:pointer}.product-card--soldout .product-card__counter{background:#a2a2a2;color:#fff;border:0;box-shadow:none;opacity:1}.product-card--soldout .product-card__counter-input{color:#fff;background:#a2a2a2}.product-card--soldout .product-card__counter-input:disabled{color:#fff;background:#a2a2a2;opacity:1;-webkit-text-fill-color:#fff}.product-card--soldout .product-card__counter-btn:disabled{cursor:not-allowed;background:#a2a2a2;color:#fff}.product-card--soldout .product-card__counter-btn:disabled:focus-visible{background:#a2a2a2}.product-card--soldout .product-card__counter-btn:disabled img{opacity:1;filter:brightness(0) invert(1)}.product-card--soldout .product-card__favorite-cta:disabled{background:#a2a2a2;border:0;cursor:not-allowed;opacity:1;color:#fff}.product-card--soldout .product-card__favorite-cta:disabled:focus-visible{background:#a2a2a2;border-color:transparent}.product-card--soldout .product-card__favorite-cta:disabled img{opacity:1;filter:brightness(0) invert(1)}@media(max-width:700px){.product-card--list{flex-direction:column;gap:16px}.product-card--list .product-card__block--media,.product-card--list .product-card__block--actions{flex:1 1 auto}.product-card--list .product-card__block--actions{align-items:flex-start;margin-left:0}}.product-card__favorite{position:absolute;top:12px;right:12px;left:auto;width:22px;height:22px;z-index:4;border:none;padding:0;cursor:pointer;pointer-events:auto;overflow:hidden;background-color:transparent;opacity:1;visibility:visible;transition:opacity .15s ease,background-color .35s ease}.product-card__favorite:before{content:"";position:absolute;inset:0;background-color:var(--color-text-muted);mask-image:url(/images/icons/favorites-fill.svg);mask-repeat:no-repeat;mask-size:contain;mask-position:center;-webkit-mask-image:url(/images/icons/favorites-fill.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;clip-path:circle(0% at 100% 100%);-webkit-clip-path:circle(0% at 100% 100%);transition:clip-path .4s ease;pointer-events:none}.product-card__favorite:after{content:"";position:absolute;inset:0;background-color:#afafaf;mask-image:url(/images/icons/favorites.svg);mask-repeat:no-repeat;mask-size:contain;mask-position:center;-webkit-mask-image:url(/images/icons/favorites.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;transition:background-color .2s ease;pointer-events:none}.product-card__image-wrap{width:100%;aspect-ratio:1 / 1;height:240px;display:flex;align-items:center;justify-content:center;touch-action:pan-y;cursor:grab}@media(hover:none)and (pointer:coarse){.product-card__image-wrap{touch-action:pan-y;cursor:default}}.product-card__image{width:100%;height:100%;object-fit:contain}.product-card__dots{--product-card-dot-size: 6px;--product-card-dot-gap: 6px;--product-card-dots-width: 54px;--product-card-dots-offset: 0px;display:flex;align-items:center;justify-content:center;width:var(--product-card-dots-width);max-width:100%;margin:-4px 0 6px;align-self:center;overflow:hidden}.product-card__dots-track{display:inline-flex;align-items:center;gap:var(--product-card-dot-gap);transform:translate3d(calc(var(--product-card-dots-offset) * -1),0,0);transition:transform .28s ease;will-change:transform}.product-card__dot{width:var(--product-card-dot-size);height:var(--product-card-dot-size);flex:0 0 var(--product-card-dot-size);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:0;padding:0;transform:scale(1);transform-origin:center}.product-card__dot-core{width:var(--product-card-dot-size);height:var(--product-card-dot-size);display:block;border-radius:50%;background:#cfd2ce;opacity:1;transition:width .22s ease,height .22s ease,background-color .18s ease,opacity .18s ease}.product-card__dot--small{transform:none}.product-card__dot--small .product-card__dot-core{width:4px;height:4px;opacity:.82}.product-card__dots--windowed .product-card__dot{transition:none}.product-card__dot.product-card__dot--active,.featured-card__dot.featured-card__dot--active{width:var(--product-card-dot-size);height:var(--product-card-dot-size);background:transparent;opacity:1}.product-card__dot.product-card__dot--active .product-card__dot-core,.featured-card__dot.featured-card__dot--active .featured-card__dot-core{width:var(--product-card-dot-size);height:var(--product-card-dot-size);background:#3f4140;opacity:1}@media(prefers-reduced-motion:reduce){.product-card__dots-track{transition:none}}.product-card__price{font-size:20px;font-weight:500;color:var(--product-card-price-color, #1f2020);letter-spacing:.2px}.product-card__title{font-size:14px;line-height:1.35;color:var(--product-card-title-color, #1f2020);margin:0;overflow-wrap:anywhere;word-break:break-word}.product-card__meta{display:flex;align-items:center;gap:6px;color:var(--product-card-meta-color, var(--color-text-muted));font-size:12px}.product-card__code{font-size:12px;color:var(--product-card-code-color, var(--color-text-muted));transition:color .1s ease}.product-card__icon{width:14px;height:14px;display:inline-block;background-color:currentColor;transition:background-color .1s ease,transform .2s ease}.product-card__icon--copy{mask:url(/images/icons/copy.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/copy.svg) center/contain no-repeat}.product-card__icon--success{background-color:var(--product-card-icon-success-color, var(--color-text-muted));mask:url(/images/icons/check-mark-light.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/check-mark-light.svg) center/contain no-repeat}.product-card__icon--error{background-color:transparent;background-image:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:contain;mask:none;-webkit-mask:none}.product-card__icon-image{width:14px;height:14px;display:inline-block}.product-card__icon-image--error{display:inline-block}.product-card__copy{display:inline-flex;align-items:center;gap:4px;max-width:100%;min-width:0;border:none;padding:0;background:transparent;color:var(--color-text-muted);font:inherit;cursor:pointer}.product-card__copy-label{font-size:12px;color:var(--product-card-copy-label-color, var(--color-text-muted));white-space:nowrap}.product-card__copy:focus-visible .product-card__code,.product-card__copy:focus-visible .product-card__icon--copy{color:var(--color-accent)}.product-card__copy.is-copied:focus-visible .product-card__code{color:var(--color-text-muted)}.product-card__copy.is-copied:focus-visible .product-card__icon--copy{color:var(--color-text-muted)}.product-card__add{margin-top:auto;align-self:flex-start;background:var(--color-accent);border-radius:10px;color:var(--color-bg);border:none;padding:8px 25px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease,transform .2s ease}.product-card__favorite-controls{margin-top:auto;display:flex;align-items:center;gap:8px}.product-card__counter{display:inline-flex;align-items:center;gap:0;padding:0;border-radius:10px;background:var(--color-primary);color:var(--color-bg);overflow:hidden}.product-card__counter-btn{display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:inherit;font-size:20px;line-height:1;cursor:pointer;min-width:44px;height:33px;transition:background-color .2s ease;flex:1 1 auto}.product-card__counter-btn:first-child{border-radius:10px 0 0 10px}.product-card__counter-btn:last-child{border-radius:0 10px 10px 0}.product-card__counter-btn:focus-visible{background:var(--color-primary-hover)}.product-card__counter-btn:disabled{cursor:not-allowed}.product-card__counter-btn:disabled img{opacity:.6}.product-card__counter-btn img{width:10px;height:10px;pointer-events:none;filter:brightness(0) saturate(100%) invert(96%) sepia(7%) saturate(97%) hue-rotate(57deg) brightness(103%) contrast(94%)}.product-card__counter-input{width:30px;padding:0;text-align:center;font-size:14px;font-weight:500;font:inherit;color:inherit;background:transparent;border:none;appearance:textfield}.product-card__counter-input:focus-visible{outline:none}.catalog__grid .product-card:not(.product-card--list) .product-card__counter{width:110px;min-width:110px;max-width:110px;flex:0 0 auto;height:33px}.catalog__grid .product-card:not(.product-card--list) .product-card__counter-btn{width:33px;min-width:33px;height:33px;flex:0 0 33px}.catalog__grid .product-card:not(.product-card--list) .product-card__counter-input{width:44px;min-width:24px;flex:1 1 auto;font-size:14px;line-height:33px;padding:0 6px}@media(max-width:1024px){.catalog__grid .product-card:not(.product-card--list) .product-card__counter{flex:1 1 130px;width:130px;max-width:130px;min-width:0;height:38px;min-height:38px}.catalog__grid .product-card:not(.product-card--list) .product-card__counter-btn{width:38px;min-width:38px;height:38px;flex:0 0 38px}.catalog__grid .product-card:not(.product-card--list) .product-card__counter-input{min-width:0;flex:1 1 auto;line-height:38px}}@media(max-width:768px){.catalog__grid .product-card:not(.product-card--list) .product-card__counter{height:35px;min-height:35px}}.product-card__favorite-cta{width:33px;height:33px;border-radius:10px;padding:10px;border:none;background:var(--color-accent);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.product-card__favorite-cta:focus-visible{background:var(--color-accent-hover);outline:2px solid var(--color-accent);outline-offset:2px}.product-card__favorite-cta img{width:10px;height:10px}.product-card--list:last-of-type{border-bottom-color:transparent}@media(hover:hover)and (pointer:fine){.product-card:hover{border:1px solid var(--color-bg);box-shadow:1px 1px 4px #d1d1d1b3}.product-card--list:hover{border-bottom-color:var(--color-bg);box-shadow:1px 1px 4px #d1d1d1b3;border-radius:10px}.product-card--soldout:hover,.product-card--soldout.product-card--list:hover{border-color:#d3d7d0;box-shadow:none}.product-card--list:has(+.product-card--list:hover){border-bottom-color:var(--color-bg)}}.product-card:focus-visible,.product-card.product-card--list:focus-visible,.product-card.product-card--soldout:focus-visible{border-color:var(--color-accent);outline:none;box-shadow:none}.product-card__favorite:focus-visible{background-color:transparent}.product-card__favorite:active,.product-card__favorite.is-active{background-color:transparent}.product-card__favorite:active:before,.product-card__favorite.is-active:before{clip-path:circle(150% at 100% 100%);-webkit-clip-path:circle(150% at 100% 100%)}.product-card__favorite:focus-visible:after{background-color:var(--color-accent)}.product-card__favorite:active:after,.product-card__favorite.is-active:after{background-color:var(--color-text-muted)}.product-card__add:focus-visible{background:var(--color-accent-hover)}@media(max-width:640px){.friendly-notice-row{top:calc(var(--notice-top-offset) + env(safe-area-inset-top));left:50%;width:calc(100% - 20px)}.friendly-notice{max-width:100%;border-radius:14px}}@media(hover:hover)and (pointer:fine){.return-home-button:hover{background:var(--color-accent-2-hover);color:var(--color-text)}.site-editor-context-menu__action:hover{background:var(--color-accent-hover)}.friendly-notice__reload:hover{opacity:.9}.product-card--list .product-card__copy.is-copied:hover{color:var(--color-text)}.product-card--soldout .product-card__counter-btn:disabled:hover{background:#a2a2a2}.product-card--soldout .product-card__favorite-cta:disabled:hover{background:#a2a2a2;border-color:transparent}.product-card__copy:hover .product-card__code,.product-card__copy:hover .product-card__icon--copy{color:var(--color-accent)}.product-card__copy.is-copied:hover .product-card__code,.product-card__copy.is-copied:hover .product-card__icon--copy{color:var(--color-text-muted)}.product-card__counter-btn:hover{background:var(--color-primary-hover)}.product-card__counter-btn:disabled:hover{background:none}.product-card__favorite-cta:hover{background:var(--color-accent-hover)}.product-card__favorite:hover{background-color:transparent}.product-card__favorite:hover:after{background-color:#111}.product-card__add:hover{background:var(--color-accent-hover)}}.not-found-page{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:min(680px,calc(70vh - 180px));text-align:center}.not-found-page__code,.not-found-page h1,.not-found-page p{margin:0}.not-found-page__code{color:var(--color-text);font-size:clamp(120px,24vw,160px);font-weight:500;line-height:.85;letter-spacing:-.08em}.not-found-page h1{color:var(--color-text);font-size:clamp(26px,4vw,28px)}.not-found-page>p:not(.not-found-page__code){max-width:520px;color:var(--color-text-muted);line-height:1.5}.product-skeleton-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.product-skeleton-grid--list{grid-template-columns:1fr;gap:12px}.product-skeleton-card{--skeleton-card-height: 433.8px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:14px;height:var(--skeleton-card-height);overflow:hidden;padding:14px;display:flex;flex-direction:column;gap:14px}.product-skeleton-card__media,.product-skeleton-card__dots,.product-skeleton-card__line,.product-skeleton-card__title-row,.product-skeleton-card__button,.page-skeleton__line,.page-skeleton__media,.page-skeleton__card{position:relative;overflow:hidden;background:var(--color-accent-2-hover)}.product-skeleton-card__media{min-height:190px;flex:1 1 auto;border-radius:12px}.product-skeleton-card__body{display:grid;gap:9px}.product-skeleton-card__dots{display:block;width:54px;height:10px;align-self:center;border-radius:999px}.product-skeleton-card__line{display:block;height:13px;border-radius:999px}.product-skeleton-card__title-block{display:flex;flex-direction:column;gap:4px}.product-skeleton-card__title-row{display:block;height:13px;border-radius:999px}.product-skeleton-card__title-row--wide{width:92%}.product-skeleton-card__title-row--short{width:68%}.product-skeleton-card__line--price{width:44%;height:18px}.product-skeleton-card__line--title{width:92%}.product-skeleton-card__line--title-short{width:68%}.product-skeleton-card__line--meta{width:34%;height:11px}.product-skeleton-card__actions{display:flex;align-items:center;gap:10px}.product-skeleton-card__button{display:block;height:40px;flex:1 1 auto;border-radius:12px}.product-skeleton-card__button--icon{flex:0 0 42px}.product-skeleton-card__media:after,.product-skeleton-card__dots:after,.product-skeleton-card__line:after,.product-skeleton-card__title-row:after,.product-skeleton-card__button:after,.page-skeleton__line:after,.page-skeleton__media:after,.page-skeleton__card:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent),color-mix(in srgb,var(--color-bg) 62%,transparent),color-mix(in srgb,var(--color-accent-2-hover) 0%,transparent));animation:skeleton-shimmer 1.4s ease-in-out infinite}.product-skeleton-grid--list .product-skeleton-card{--skeleton-card-height: 286px;display:grid;grid-template-columns:minmax(180px,260px) minmax(0,1fr) minmax(160px,220px);align-items:center}.product-skeleton-grid--list .product-skeleton-card__media{min-height:100%}.product-skeleton-grid--list .product-skeleton-card__actions{flex-direction:column;align-items:stretch}.product-skeleton-grid--featured .product-skeleton-card{padding:var(--featured-card-padding-y, 10px) var(--featured-card-padding-x, 14px);gap:var(--featured-card-gap, 10px)}.product-skeleton-card--featured{border:none;box-shadow:inset 0 0 0 1px var(--color-border)}.product-skeleton-card--featured .product-skeleton-card__media{flex:0 0 var(--featured-card-image-height, 220px);min-height:var(--featured-card-image-height, 220px)}.product-skeleton-card--featured .product-skeleton-card__body{gap:var(--featured-card-gap, 10px)}.product-skeleton-card--featured .product-skeleton-card__line--price{width:48%;height:calc(var(--featured-card-price-size, 20px) * var(--featured-card-price-line-height, 1.2))}.product-skeleton-card--featured .product-skeleton-card__line--title{width:82%;height:calc(var(--featured-card-title-size, 14px) * var(--featured-card-title-line-height, 1.35))}.product-skeleton-card--featured .product-skeleton-card__line--meta{width:42%;height:calc(var(--featured-card-meta-size, 12px) * var(--featured-card-meta-line-height, 1.2))}.home-products__carousel .product-skeleton-grid.home-products__skeleton{display:flex;flex-wrap:nowrap;gap:18px;width:100%;overflow:hidden;grid-template-columns:none}.home-products__carousel .product-skeleton-grid.home-products__skeleton .product-skeleton-card{--skeleton-card-height: var(--featured-card-height);flex:0 0 calc((100% - (var(--visible-slots) - 1) * 18px) / var(--visible-slots));max-width:calc((100% - (var(--visible-slots) - 1) * 18px) / var(--visible-slots));min-width:calc((100% - (var(--visible-slots) - 1) * 18px) / var(--visible-slots));background:var(--color-bg)}.page-skeleton{padding-top:38px;padding-bottom:70px}.page-skeleton--catalog,.page-skeleton--favorites{padding-top:0}.page-skeleton--cooperation{display:grid;min-height:60vh;padding-top:0;padding-bottom:0;place-items:center}.page-skeleton__cooperation{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:12px}.page-skeleton__cooperation-image{width:min(120px,65vw);height:120px}.page-skeleton__cooperation-title{width:min(390px,82vw);height:26px}.page-skeleton__hero{display:grid;gap:14px;margin-bottom:28px}.page-skeleton__layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:28px}.page-skeleton__sidebar{background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;padding:18px;display:grid;align-content:start;gap:14px}.page-skeleton__content{min-width:0}.page-skeleton__toolbar{display:flex;justify-content:flex-end;gap:12px;margin-bottom:18px}.page-skeleton__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.page-skeleton__card{min-height:260px;border-radius:16px;background:var(--color-bg);border:1px solid var(--color-border);padding:14px;display:grid;align-content:start;gap:12px}.page-skeleton__media{display:block;height:140px;border-radius:12px}.page-skeleton__line{display:block;height:13px;border-radius:999px}.page-skeleton__line--crumb{width:min(220px,44vw)}.page-skeleton__line--title{width:min(520px,78vw);height:34px}.page-skeleton__line--meta{width:min(340px,56vw)}.page-skeleton__line--count{width:74px;height:13px}.page-skeleton__line--control{width:130px;height:38px}.page-skeleton__line--wide{width:86%}.page-skeleton__line--short{width:52%}.page-skeleton__catalog-header{display:grid;gap:25px;margin-bottom:40px}.page-skeleton__catalog-header .page-skeleton__line--crumb{width:min(210px,44vw);height:20px}.page-skeleton__catalog-title-row{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.page-skeleton__catalog-title-row .page-skeleton__line--title{width:min(250px,54vw);height:29px}.page-skeleton__catalog-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:40px;align-items:start}.page-skeleton__catalog-filters{display:grid;gap:18px;align-content:start;padding:0;border:0;border-radius:0;background:transparent}.page-skeleton__catalog-filters .page-skeleton__line--filter-title{width:62%;height:20px;margin-bottom:7px}.page-skeleton__catalog-filters .page-skeleton__line--filter{width:100%;height:44px;border-radius:10px}.page-skeleton__catalog-content{min-width:0;display:grid;gap:25px}.page-skeleton__catalog-toolbar{min-height:24px;display:flex;justify-content:flex-end;align-items:center;gap:20px}.page-skeleton__catalog-toolbar .page-skeleton__line--search{display:none}.page-skeleton__catalog-toolbar .page-skeleton__line--control{width:96px;height:18px}.page-skeleton__product-grid{--page-skeleton-product-gap: clamp(12px, 1.8vw, 25px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--page-skeleton-product-gap);align-items:start}.page-skeleton__product-card{min-height:0;border-radius:14px;padding:10px 14px;gap:10px}.page-skeleton__media--product{width:100%;height:auto;aspect-ratio:1 / 1;border-radius:12px}.page-skeleton__product-card .page-skeleton__line--price{width:46%;height:24px}.page-skeleton__product-card .page-skeleton__line--wide{width:92%;height:19px}.page-skeleton__product-card .page-skeleton__line--short{width:38%;height:14px}.page-skeleton__product-card .page-skeleton__line--button{width:100%;height:33px;border-radius:10px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media(max-width:700px){.product-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-skeleton-grid--list .product-skeleton-card{--skeleton-card-height: 360px;display:flex}}@media(max-width:1200px){.home-products__carousel .product-skeleton-grid.home-products__skeleton{gap:16px}.home-products__carousel .product-skeleton-grid.home-products__skeleton .product-skeleton-card{flex:0 0 calc((100% - (var(--visible-slots) - 1) * 16px) / var(--visible-slots));max-width:calc((100% - (var(--visible-slots) - 1) * 16px) / var(--visible-slots));min-width:calc((100% - (var(--visible-slots) - 1) * 16px) / var(--visible-slots))}}@media(max-width:1024px){.home-products__carousel .product-skeleton-grid.home-products__skeleton .product-skeleton-card--featured{border:0;box-shadow:none}}@media(min-width:901px)and (max-width:1024px){.home-products__carousel .product-skeleton-grid.home-products__skeleton .product-skeleton-card{flex:0 0 calc((100% - 48px)/4);max-width:calc((100% - 48px)/4);min-width:calc((100% - 48px)/4)}}@media(max-width:768px){.home-products__carousel .product-skeleton-grid.home-products__skeleton{gap:14px}.home-products__carousel .product-skeleton-grid.home-products__skeleton .product-skeleton-card{flex:0 0 calc((100% - 2 * 14px) / 3);max-width:calc((100% - 2 * 14px) / 3);min-width:calc((100% - 2 * 14px) / 3)}}@media(max-width:610px){.home-products__carousel .product-skeleton-grid.home-products__skeleton .product-skeleton-card{flex:0 0 calc((100% - 14px)/2);max-width:calc((100% - 14px)/2);min-width:calc((100% - 14px)/2)}}@media(max-width:640px){.product-skeleton-grid,.page-skeleton__grid{grid-template-columns:1fr}}@media(max-width:900px){.page-skeleton__layout{grid-template-columns:1fr}.page-skeleton__sidebar{display:none}.page-skeleton__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1300px){.page-skeleton__product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.page-skeleton{padding-top:15px}.page-skeleton--catalog{padding-top:0}.page-skeleton__catalog-header{padding:0 16px;margin-bottom:20px}.page-skeleton__catalog-layout{grid-template-columns:1fr;gap:16px}.page-skeleton__catalog-filters,.page-skeleton__catalog-toolbar{display:none}.page-skeleton__product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.page-skeleton__product-card{border-color:transparent;background:var(--color-bg)}}@media(max-width:768px){.page-skeleton__product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.page-skeleton__toolbar{justify-content:flex-start}.page-skeleton__line--control{width:108px}.page-skeleton__grid{grid-template-columns:1fr}}
