.Cart_CartChecker__Vkz_O{display:grid;grid-template-areas:"Chooseall . Remove";grid-template-columns:auto 1fr auto;padding:16px 0}.Cart_CartChecker__Vkz_O>:first-child{grid-area:Chooseall}.Cart_CartChecker__Vkz_O>:nth-child(2){grid-area:Remove}.Cart_CartChecker__Vkz_O [class*=Checkbox]{position:relative}.Cart_CartCheckerChooseall__HT4Kq{grid-template-areas:"Checkbox . Title";grid-template-columns:auto 16px 1fr;cursor:pointer;display:grid}.Cart_CartCheckerChooseall__HT4Kq>:first-child{grid-area:Checkbox}.Cart_CartCheckerChooseall__HT4Kq>:nth-child(2){grid-area:Title}.Cart_CartCheckerTitle__n6a3s{font-family:var(--font-family);font-size:16px;color:var(--grey)}.Cart_CartCheckerRemove__WuV0d{cursor:pointer;font-family:var(--font-family);font-size:16px;color:var(--light-grey);position:relative}.Cart_CartCheckerRemove__WuV0d:after{position:absolute;content:"";display:block;width:100%;bottom:3px;border-bottom:1px solid var(--light-grey)}.Cart_CartForm__CZwlr{border-radius:12px;padding:32px;box-shadow:-2px 2px 25px 0 rgba(67,79,86,.15);background:#fff;height:-moz-fit-content;height:fit-content}@media screen and (max-width:900px){.Cart_CartForm__CZwlr{width:100%;box-shadow:unset;padding:unset;border-radius:unset}}.Cart_CartForm__CZwlr[data-checkouting]{transition:grid-template-rows 255ms;display:grid;grid-template-areas:"Total" "." "Count" "." "Discount" "." "Expandable" "." "Submit"}.Cart_CartForm__CZwlr[data-checkouting]>:first-child{grid-area:Total}.Cart_CartForm__CZwlr[data-checkouting]>:nth-child(2){grid-area:Count}.Cart_CartForm__CZwlr[data-checkouting]>:nth-child(3){grid-area:Discount}.Cart_CartForm__CZwlr[data-checkouting]>:nth-child(4){grid-area:Submit}.Cart_CartForm__CZwlr[data-checkouting]>:nth-child(5){grid-area:Expandable}.Cart_CartForm__CZwlr[data-checkouting][data-checkouting=false]{grid-template-rows:auto calc(24*.5*var(--vw) + 24*(1 - .5)*1px) auto calc(8*.5*var(--vw) + 8*(1 - .5)*1px) auto calc(24*.5*var(--vw) + 24*(1 - .5)*1px) 0fr 0 auto}.Cart_CartForm__CZwlr[data-checkouting][data-checkouting=true]{grid-template-rows:auto calc(24*.5*var(--vw) + 24*(1 - .5)*1px) auto calc(8*.5*var(--vw) + 8*(1 - .5)*1px) auto calc(24*.5*var(--vw) + 24*(1 - .5)*1px) 1fr calc(32*.5*var(--vw) + 32*(1 - .5)*1px) auto}.Cart_CartFormExpandable__td7yH{overflow:hidden;display:grid;grid-template-areas:"Tooltip" "InputName" "InputPhone";grid-gap:calc(16*.5*var(--vw) + 16*(1 - .5)*1px);gap:calc(16*.5*var(--vw) + 16*(1 - .5)*1px)}.Cart_CartFormExpandable__td7yH>:first-child{grid-area:Tooltip}.Cart_CartFormExpandable__td7yH>:nth-child(2){grid-area:InputName}.Cart_CartFormExpandable__td7yH>:nth-child(3){grid-area:InputPhone}.Cart_CartFormTotal__oGvcD{font-family:var(--second-family);font-weight:500;font-size:24px;color:var(--black)}.Cart_CartFormCount__MCQOb,.Cart_CartFormDiscount__zJZN8{font-family:var(--font-family);font-size:18px;color:var(--black);border-bottom:1px dashed var(--purple-gray-1)}.Cart_CartFormCount__MCQOb,.Cart_CartFormDiscount__zJZN8,.Cart_CartFormTotal__oGvcD{display:grid;grid-template-areas:"Left . Right";grid-template-columns:auto 1fr auto}.Cart_CartFormCount__MCQOb>:first-child,.Cart_CartFormDiscount__zJZN8>:first-child,.Cart_CartFormTotal__oGvcD>:first-child{grid-area:Left}.Cart_CartFormCount__MCQOb>:nth-child(2),.Cart_CartFormDiscount__zJZN8>:nth-child(2),.Cart_CartFormTotal__oGvcD>:nth-child(2){grid-area:Right}.Cart_CartFormSubmit__KZ5JS{border-radius:6px;padding:15px calc(40*1*var(--vw) + 40*(1 - 1)*1px);background:var(--cb1829);font-family:var(--font-family);font-weight:700;font-size:18px;color:var(--white);transition:background 255ms,opacity 255ms,filter 255ms;display:block}@media screen and (max-width:900px){.Cart_CartFormSubmit__KZ5JS{padding:15px 0;display:grid;place-items:center}}.Cart_CartFormSubmit__KZ5JS:hover{filter:brightness(1.15)}.Cart_CartFormSubmit__KZ5JS[data-empty=true]{background:var(--cb1829);opacity:.4;pointer-events:none}.Cart_CartFormTooltip__H0PVq{font-family:var(--font-family);font-size:16px;color:var(--medium-light)}.Cart_CartFormInput__Csq04{border:1px solid var(--gray-separator);border-radius:8px;position:relative;transition:border-color 255ms;padding:12px}.Cart_CartFormInput__Csq04[data-errored=true]{border-color:var(--cb1829)}.Cart_CartFormInput__Csq04[data-errored=true] div{color:var(--cb1829)!important}.Cart_CartFormInput__Csq04 div{position:absolute;background:var(--white);left:12px;top:50%;transform:translateY(-50%);font-family:var(--font-family);font-weight:400;font-size:18px;color:var(--grey);transition:left .1s,top .1s,transform .1s,color .1s,font-size .1s;transform-origin:0 50%;pointer-events:none}.Cart_CartFormInput__Csq04 input:focus+div,.Cart_CartFormInput__Csq04 input:not(:placeholder-shown):not(:focus)+div{left:12px;top:0;transform:translateY(-50%) scale(1);color:var(--light-grey);font-size:16px}.Cart_CartFormInput__Csq04 input{font-family:var(--font-family);font-size:18px;color:var(--grey)}.Cart_CartFormInput__Csq04 input::placeholder{font-family:var(--font-family);font-weight:400;font-size:18px;color:var(--medium-light);opacity:0;transition:opacity 255ms}.Cart_CartFormInput__Csq04 input:focus::placeholder{opacity:1}.Cart_Cart__v_ss0{--paddingHor:calc(320 * 1 * var(--vw) + 320 * (1 - 1) * 1px);padding-left:var(--paddingHor);padding-right:var(--paddingHor);display:grid;grid-template-areas:"Checker  Form" "Products Form";grid-template-columns:1fr calc(360*.5*var(--vw) + 360*(1 - .5)*1px);grid-gap:0 calc(60*1*var(--vw) + 60*(1 - 1)*1px);gap:0 calc(60*1*var(--vw) + 60*(1 - 1)*1px)}@media screen and (max-width:1400px){.Cart_Cart__v_ss0{--paddingHor:calc(250 * 1 * var(--vw) + 250 * (1 - 1) * 1px)}}@media screen and (max-width:1250px){.Cart_Cart__v_ss0{--paddingHor:calc(125 * 1 * var(--vw) + 125 * (1 - 1) * 1px)}}@media screen and (max-width:1000px){.Cart_Cart__v_ss0{--paddingHor:calc(75 * 1 * var(--vw) + 75 * (1 - 1) * 1px)}}@media screen and (max-width:900px){.Cart_Cart__v_ss0{--paddingHor:calc(20 * 1 * var(--vw) + 20 * (1 - 1) * 1px)}}.Cart_Cart__v_ss0>:first-child{grid-area:Checker}.Cart_Cart__v_ss0>:nth-child(2){grid-area:Products}.Cart_Cart__v_ss0>:nth-child(3){grid-area:Form}@media screen and (max-width:900px){.Cart_Cart__v_ss0{grid-template-areas:"Checker" "Products" "." "Form";grid-template-columns:1fr;grid-template-rows:repeat(2,auto) calc(40*1*var(--vw) + 40*(1 - 1)*1px) auto}}.Cart_Cart__v_ss0[data-loaded]{transition:opacity 255ms}.Cart_Cart__v_ss0[data-loaded][data-loaded=false]{opacity:0}.Cart_Cart__v_ss0[data-loaded][data-loaded=true]{opacity:1}.Cart_CartProducts__KU_N1{display:grid;grid-gap:24px;gap:24px}.Cart_Cart__v_ss0:has([class*=CartEmpty]){display:block}.Cart_CartEmpty__MZuwb{font-family:var(--font-family);font-size:18px;color:var(--black)}.Cart_CartEmpty__MZuwb a{border-radius:6px;padding:15px 40px;background:var(--cb1829);font-family:var(--font-family);font-size:18px;color:var(--white)}.Cart_CartProduct__YjdpK{display:grid;grid-template-areas:". Image . Name " ". Image . .    " ". Image . Price" ". Image . .    " ". Image . Meta " ". .     . .    ";grid-template-columns:calc(28*.5*var(--vw) + 28*(1 - .5)*1px) auto calc(24*1*var(--vw) + 24*(1 - 1)*1px) 1fr;grid-template-rows:auto calc(8*.5*var(--vw) + 8*(1 - .5)*1px) auto calc(16*1*var(--vw) + 16*(1 - 1)*1px) auto 1fr;--top:calc(24 * 1 * var(--vw) + 24 * (1 - 1) * 1px);padding:var(--top) 0;position:relative;border-bottom:1px solid var(--neutral)}.Cart_CartProduct__YjdpK>:first-child{grid-area:Name}.Cart_CartProduct__YjdpK>:nth-child(2){grid-area:Price}.Cart_CartProduct__YjdpK>:nth-child(3){grid-area:Meta}.Cart_CartProduct__YjdpK>:nth-child(4){grid-area:Image}.Cart_CartProduct__YjdpK>:nth-child(5){grid-area:Checkbox}.Cart_CartProduct__YjdpK>:nth-child(6){grid-area:Controls}.Cart_CartProduct__YjdpK:first-of-type{border-top:1px solid var(--neutral)}@media screen and (max-width:900px){.Cart_CartProduct__YjdpK{grid-template-areas:"Checkbox .    .     Controls" ".        .    .     .       " "Image    .    Name  Name    " "Image    .    .     .       " "Image    .    Price Price   " ".        .    .     .       " "Meta     Meta Meta  Meta    ";grid-template-rows:auto calc(8*.5*var(--vw) + 8*(1 - .5)*1px) auto calc(8*.5*var(--vw) + 8*(1 - .5)*1px) auto calc(24*.5*var(--vw) + 24*(1 - .5)*1px) auto;grid-template-columns:auto 8px 1fr auto}}.Cart_CartProductName__PCDvg{font-family:var(--font-family);font-size:18px;line-height:110%;color:var(--black);max-width:80%}@media screen and (max-width:900px){.Cart_CartProductName__PCDvg{max-width:unset}}.Cart_CartProductPrice___7TTk{display:grid;grid-template-areas:"A B C .";grid-template-columns:repeat(3,auto) 1fr;grid-gap:calc(8*.5*var(--vw) + 8*(1 - .5)*1px);gap:calc(8*.5*var(--vw) + 8*(1 - .5)*1px)}.Cart_CartProductPrice___7TTk>:first-child{grid-area:A}.Cart_CartProductPrice___7TTk>:nth-child(2){grid-area:B}.Cart_CartProductPrice___7TTk>:nth-child(3){grid-area:C}.Cart_CartProductPriceCurrent__9Xpf2{font-family:var(--second-family);font-weight:500;font-size:16px;color:var(--cb1829)}.Cart_CartProductPriceOld__2imsz{font-family:var(--second-family);font-weight:500;font-size:16px;text-decoration:line-through;color:var(--medium-light)}.Cart_CartProductPriceDiscount__x40AB{font-family:var(--font-family);font-size:14px;line-height:120%;color:var(--cb1829)}.Cart_CartProductMetaItem__NX2ap{display:grid;grid-template-areas:"A . B";grid-template-columns:auto 1fr auto;border-bottom:1px dashed var(--purple-gray-1);padding:4px 0 2px}.Cart_CartProductMetaItem__NX2ap>:first-child{grid-area:A}.Cart_CartProductMetaItem__NX2ap>:nth-child(2){grid-area:B}.Cart_CartProductMetaItemKey__01Qb3,.Cart_CartProductMetaItemVal__Ud1x9{font-family:var(--font-family);font-size:14px;line-height:120%;color:var(--black)}.Cart_CartProductMetaItemVal__Ud1x9{text-align:right}.Cart_CartProductImage__LKSGJ{min-height:200px;min-width:200px;--res:100%;width:var(--res);height:var(--res);position:relative}@media screen and (max-width:900px){.Cart_CartProductImage__LKSGJ{min-width:64px;min-height:64px;--res:64px;width:var(--res);height:var(--res)}}.Cart_CartProductImage__LKSGJ img{position:absolute;--res:100%;width:var(--res);height:var(--res);left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain}.Cart_CartProductCheckbox__HnAE3{position:absolute;left:0;top:var(--top);--res:20px;width:var(--res);height:var(--res);border-radius:4px;cursor:pointer;border:1px solid #dedede;transition:background 255ms,border-color 255ms}@media screen and (max-width:900px){.Cart_CartProductCheckbox__HnAE3{position:relative;top:unset;left:unset}}.Cart_CartProductCheckbox__HnAE3[data-active][data-active=false]{background:transparent;--scale:0}.Cart_CartProductCheckbox__HnAE3[data-active][data-active=false]:hover{border-color:var(--light-grey);background:#eee}.Cart_CartProductCheckbox__HnAE3[data-active][data-active=true]{border-color:var(--black);background:var(--black);--scale:1}.Cart_CartProductCheckbox__HnAE3:after{position:absolute;display:block;content:"";--res:12px;width:var(--res);height:var(--res);left:50%;top:50%;transform:translate(-50%,-50%) scale(var(--scale));background:url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_7627_12704)"><path d="M1 5.17391L4.91304 9.08696L11 3" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></g><defs><clipPath id="clip0_7627_12704"><rect width="12" height="12" fill="white" /></clipPath></defs></svg>');background-size:contain;background-repeat:no-repeat;background-position:50%;transition:transform 255ms}.Cart_CartProductControls__qlJZp{position:absolute;top:var(--top);right:0;display:grid;grid-template-areas:"Heart . Bin";grid-template-columns:auto 12px auto}.Cart_CartProductControls__qlJZp>:first-child{grid-area:Heart}.Cart_CartProductControls__qlJZp>:nth-child(2){grid-area:Bin}@media screen and (max-width:900px){.Cart_CartProductControls__qlJZp{position:relative;top:unset;right:unset}}.Cart_CartProductControlsHeart__A9Wk5{--beforeBg:#f001}.Cart_CartProductControlsBin__8EP97{--beforeBg:#0000}.Cart_CartProductControlsBin__8EP97,.Cart_CartProductControlsHeart__A9Wk5{cursor:pointer;position:relative;--res:28px;width:var(--res);height:var(--res);--scale:0}.Cart_CartProductControlsBin__8EP97:before,.Cart_CartProductControlsHeart__A9Wk5:before{position:absolute;display:block;content:"";--res:150%;width:var(--res);height:var(--res);left:50%;top:50%;transform:translate(-50%,-50%) scale(var(--scale));border-radius:50%;background:var(--beforeBg);transition:transform 255ms}.Cart_CartProductControlsBin__8EP97:hover:before,.Cart_CartProductControlsHeart__A9Wk5:hover:before{--scale:1}.Cart_CartProductControlsBin__8EP97[data-active][data-active=false] path,.Cart_CartProductControlsHeart__A9Wk5[data-active][data-active=false] path{fill:#d2d2d2}.Cart_CartProductControlsBin__8EP97[data-active][data-active=true] path,.Cart_CartProductControlsHeart__A9Wk5[data-active][data-active=true] path{fill:#cb1829}.Cart_CartProductControlsBin__8EP97 svg,.Cart_CartProductControlsHeart__A9Wk5 svg{position:absolute;--res:100%;width:var(--res);height:var(--res)}.Cart_CartGlider__fLmrr{position:fixed;bottom:-5px;left:0;width:100%;z-index:var(--zCartGlider);border-top:1px solid var(--neutral);padding:calc(16*1*var(--vw) + 16*(1 - 1)*1px);box-shadow:-2px 2px 25px 0 rgba(67,79,86,.15),0 2px 11px 0 rgba(24,29,43,.05);background:var(--white);display:grid;grid-template-areas:"Count . Btn" ".     . Btn" "Price . Btn";grid-template-columns:auto 1fr auto;grid-template-rows:auto 1px auto}.Cart_CartGlider__fLmrr>:first-child{grid-area:Count}.Cart_CartGlider__fLmrr>:nth-child(2){grid-area:Price}.Cart_CartGlider__fLmrr>:nth-child(3){grid-area:Btn}@media screen and (min-width:900px){.Cart_CartGlider__fLmrr{display:none}}.Cart_CartGlider__fLmrr[data-visible]{transition:transform 255ms}.Cart_CartGlider__fLmrr[data-visible][data-visible=true]{transform:unset}.Cart_CartGlider__fLmrr[data-visible][data-visible=false]{transform:translateY(125%)}.Cart_CartGliderCount__ODajY{font-family:var(--font-family);font-size:14px;line-height:120%;color:var(--light-grey)}.Cart_CartGliderPrice__4oEYz{font-family:var(--second-family);font-weight:500;font-size:18px;color:var(--black)}.Cart_CartGliderBtn__9znSW{font-family:var(--font-family);font-weight:700;font-size:16px;text-align:center;color:var(--white);border-radius:8px;padding:calc(15*1*var(--vw) + 15*(1 - 1)*1px) calc(40*1*var(--vw) + 40*(1 - 1)*1px);background:var(--cb1829)}.Categories_CategoriesGrid__FUa58{--paddingHor:calc(320 * 1 * var(--vw) + 320 * (1 - 1) * 1px);padding-left:var(--paddingHor);padding-right:var(--paddingHor);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:calc(20*.5*var(--vw) + 20*(1 - .5)*1px);gap:calc(20*.5*var(--vw) + 20*(1 - .5)*1px)}@media screen and (max-width:1400px){.Categories_CategoriesGrid__FUa58{--paddingHor:calc(250 * 1 * var(--vw) + 250 * (1 - 1) * 1px)}}@media screen and (max-width:1250px){.Categories_CategoriesGrid__FUa58{--paddingHor:calc(125 * 1 * var(--vw) + 125 * (1 - 1) * 1px)}}@media screen and (max-width:1000px){.Categories_CategoriesGrid__FUa58{--paddingHor:calc(75 * 1 * var(--vw) + 75 * (1 - 1) * 1px)}}@media screen and (max-width:900px){.Categories_CategoriesGrid__FUa58{--paddingHor:calc(20 * 1 * var(--vw) + 20 * (1 - 1) * 1px);grid-template-columns:repeat(2,1fr);gap:calc(12*1*var(--vw) + 12*(1 - 1)*1px)}}.Categories_Category__OUXTC{position:relative;min-height:calc(205*1*var(--vw) + 205*(1 - 1)*1px);background:#f2f3f7;border-radius:calc(16*1*var(--vw) + 16*(1 - 1)*1px);padding:calc(25*1*var(--vw) + 25*(1 - 1)*1px);display:grid;grid-template-areas:"Title" "." "Price";grid-template-columns:1fr;grid-template-rows:auto 1fr auto;transition:box-shadow 255ms}@media screen and (max-width:900px){.Categories_Category__OUXTC{padding:calc(16*1*var(--vw) + 16*(1 - 1)*1px);min-height:calc(154*1*var(--vw) + 154*(1 - 1)*1px)}}.Categories_Category__OUXTC:after{font-family:Circe,sans-serif;font-size:calc(17*.2*var(--vw) + 17*(1 - .2)*1px);color:#1e1e1e;grid-area:Chirp}@media screen and (max-width:900px){.Categories_Category__OUXTC:after{font-size:12px}}.Categories_Category__OUXTC:hover{box-shadow:0 10px 30px 0 rgba(0,0,0,.15)}.Categories_Category__OUXTC picture{pointer-events:none}.Categories_Category__OUXTC picture,.Categories_Category__OUXTC picture img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);--res:100%;width:var(--res);height:var(--res)}.Categories_Category__OUXTC picture img{object-fit:cover;object-position:100% 100%}.Categories_CategoryTitle__fb6h1{grid-area:Title;font-family:TT Firs Neue,sans-serif;font-weight:500;font-size:calc(24*.5*var(--vw) + 24*(1 - .5)*1px);line-height:130%;color:#1e1e1e}@media screen and (max-width:900px){.Categories_CategoryTitle__fb6h1{font-size:calc(16*.25*var(--vw) + 16*(1 - .25)*1px)}}.Categories_CategoryPrice__6OGue{grid-area:Price;font-family:TT Firs Neue,sans-serif;font-weight:500;font-size:calc(16*.2*var(--vw) + 16*(1 - .2)*1px);color:#cb1829;border:1px solid hsla(0,0%,100%,.6);border-radius:calc(10*.5*var(--vw) + 10*(1 - .5)*1px);--res:fit-content;width:var(--res);height:var(--res);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:hsla(0,0%,100%,.38);padding:calc(8*.5*var(--vw) + 8*(1 - .5)*1px) calc(15*1*var(--vw) + 15*(1 - 1)*1px)}@media screen and (max-width:900px){.Categories_CategoryPrice__6OGue{font-size:13px;padding:calc(6*.5*var(--vw) + 6*(1 - .5)*1px) calc(8*.5*var(--vw) + 8*(1 - .5)*1px);justify-self:end}}.Categories_CategoryNovinki__eRIYt{border:1px solid #efd1fd;background:#efe9fe;grid-template-areas:"Badge .     Chirp .    " ".     .     .     .    " "Title Title Title Title";grid-template-columns:auto 8px auto 1fr}@media screen and (max-width:900px){.Categories_CategoryNovinki__eRIYt{grid-template-areas:"Chirp .     Badge" ".     .     .    " "Title Title Title";grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr auto}}.Categories_CategoryNovinki__eRIYt [data-title]{color:#7b52e2}.Categories_CategoryNovinki__eRIYt [data-price]{display:none}.Categories_CategoryNovinki__eRIYt:after{content:"Только избранные"}@media screen and (max-width:900px){.Categories_CategoryNovinki__eRIYt:after{max-width:64px}}.Categories_CategoryNovinki__eRIYt:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.65301 2.92702C11.5696 1.25093 14.4304 1.25093 16.347 2.92702C17.0395 3.53262 17.8833 3.93899 18.7886 4.10281C21.2939 4.55623 23.0776 6.79292 22.9622 9.33638C22.9205 10.2554 23.1289 11.1685 23.5652 11.9784C24.7728 14.2199 24.1362 17.009 22.0757 18.5045C21.3311 19.0449 20.7472 19.7771 20.386 20.6232C19.3865 22.9649 16.809 24.2062 14.355 23.5276C13.4683 23.2825 12.5317 23.2825 11.645 23.5276C9.19103 24.2062 6.61351 22.9649 5.61396 20.6232C5.25281 19.7771 4.66886 19.0449 3.92435 18.5045C1.8638 17.009 1.22721 14.2199 2.43479 11.9784C2.87112 11.1685 3.07953 10.2554 3.03781 9.33638C2.92236 6.79292 4.70606 4.55623 7.21144 4.10281C8.11668 3.93899 8.96051 3.53262 9.65301 2.92702Z' fill='black'/%3E%3Cpath d='M9 12.5L12.2143 15.5L18 10' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");grid-area:Badge;--res:26px;width:var(--res);height:var(--res)}@media screen and (max-width:900px){.Categories_CategoryNovinki__eRIYt:before{--res:18px;width:var(--res);height:var(--res);background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68285 2.0264C8.00971 0.86603 9.99029 0.866029 11.3171 2.0264C11.7966 2.44566 12.3808 2.72699 13.0075 2.84041C14.742 3.15431 15.9768 4.70279 15.8969 6.46365C15.868 7.09988 16.0123 7.73203 16.3144 8.29272C17.1504 9.84452 16.7097 11.7754 15.2831 12.8108C14.7677 13.1849 14.3634 13.6919 14.1134 14.2776C13.4214 15.8988 11.637 16.7581 9.93805 16.2884C9.3242 16.1186 8.6758 16.1186 8.06195 16.2884C6.36302 16.7581 4.57858 15.8988 3.88659 14.2776C3.63656 13.6919 3.23229 13.1849 2.71685 12.8108C1.29033 11.7754 0.849605 9.84452 1.68563 8.29272C1.9877 7.73203 2.13198 7.09988 2.1031 6.46365C2.02317 4.70279 3.25804 3.15431 4.99254 2.84041C5.61924 2.72699 6.20343 2.44566 6.68285 2.0264Z' fill='black'/%3E%3Cpath d='M6.75 8.28409L8.75893 10.125L12.375 6.75' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A")}}.Categories_CategoryBrendy__Jc1jm{background:#ffeadf;grid-template-areas:"Chirp" "." "Title"}.Categories_CategoryBrendy__Jc1jm [data-price]{display:none}.Categories_CategoryBrendy__Jc1jm:after{content:"Super Resale"}.Categories_CategorySkidki__G5kjM{background:#ffebeb;grid-template-areas:"." "." "Title"}.Categories_CategorySkidki__G5kjM:before{content:"";position:absolute;left:calc(24*1*var(--vw) + 24*(1 - 1)*1px);width:48px;height:67px;background-image:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 0L48 67L24 55.4672L8.86034e-07 67L3.8147e-06 -2.09815e-06L48 0Z' fill='url(%23paint0_linear_7997_15508)'/%3E%3Cpath d='M14.426 29.838C14.426 29.5207 14.324 29.243 14.12 29.005C13.9273 28.7557 13.6723 28.546 13.355 28.376C13.0377 28.1947 12.6863 28.0247 12.301 27.866C11.927 27.696 11.5473 27.509 11.162 27.305C10.7767 27.0897 10.4253 26.8573 10.108 26.608C9.79067 26.3473 9.53 26.013 9.326 25.605C9.13333 25.1857 9.037 24.7153 9.037 24.194C9.037 23.2647 9.37133 22.4883 10.04 21.865C10.72 21.2303 11.621 20.913 12.743 20.913C14.239 20.913 15.3723 21.338 16.143 22.188L15.021 23.752C14.409 23.1627 13.7063 22.868 12.913 22.868C12.403 22.868 11.995 22.987 11.689 23.225C11.3943 23.463 11.247 23.7803 11.247 24.177C11.247 24.5623 11.3773 24.8967 11.638 25.18C11.91 25.4633 12.2443 25.69 12.641 25.86C13.0377 26.0187 13.4683 26.2113 13.933 26.438C14.409 26.6647 14.8453 26.9027 15.242 27.152C15.6387 27.39 15.9673 27.7413 16.228 28.206C16.5 28.6593 16.636 29.1977 16.636 29.821C16.636 30.807 16.2563 31.6173 15.497 32.252C14.7377 32.8753 13.7913 33.187 12.658 33.187C11.842 33.187 11.0543 33.0227 10.295 32.694C9.547 32.354 9.037 31.895 8.765 31.317L9.955 29.889C10.2837 30.3197 10.6973 30.654 11.196 30.892C11.706 31.1187 12.2047 31.232 12.692 31.232C13.202 31.232 13.6157 31.113 13.933 30.875C14.2617 30.6257 14.426 30.28 14.426 29.838ZM19.0795 27.322L18.5865 25.894C19.4138 25.4067 20.3148 25.163 21.2895 25.163C22.3775 25.163 23.1595 25.4293 23.6355 25.962C24.1115 26.4947 24.3495 27.288 24.3495 28.342V33H22.6495V32.116C22.1848 32.7733 21.4312 33.102 20.3885 33.102C19.6745 33.102 19.0965 32.8923 18.6545 32.473C18.2125 32.0537 17.9915 31.4813 17.9915 30.756C17.9915 29.9513 18.2522 29.3393 18.7735 28.92C19.2948 28.4893 19.9635 28.274 20.7795 28.274C21.4822 28.274 22.0602 28.4383 22.5135 28.767C22.5362 28.0983 22.4398 27.6053 22.2245 27.288C22.0092 26.9593 21.6295 26.795 21.0855 26.795C20.5188 26.795 19.8502 26.9707 19.0795 27.322ZM21.0345 31.453C21.6918 31.453 22.1848 31.2207 22.5135 30.756V29.974C22.1848 29.7247 21.7372 29.6 21.1705 29.6C20.8192 29.6 20.5245 29.685 20.2865 29.855C20.0598 30.0137 19.9465 30.246 19.9465 30.552C19.9465 30.8353 20.0485 31.0563 20.2525 31.215C20.4565 31.3737 20.7172 31.453 21.0345 31.453ZM26.3536 30.892V21.1H28.3086V30.093C28.3086 30.9203 28.5296 31.334 28.9716 31.334C29.221 31.334 29.4873 31.232 29.7706 31.028L30.1786 32.524C29.646 32.9547 28.9716 33.17 28.1556 33.17C26.9543 33.17 26.3536 32.4107 26.3536 30.892ZM37.4347 30.858L37.9957 32.235C37.2477 32.8697 36.273 33.187 35.0717 33.187C33.8364 33.187 32.839 32.8187 32.0797 32.082C31.3317 31.3453 30.9577 30.3763 30.9577 29.175C30.9577 28.0303 31.326 27.0783 32.0627 26.319C32.7994 25.5483 33.7797 25.163 35.0037 25.163C36.0124 25.163 36.868 25.4973 37.5707 26.166C38.2734 26.8233 38.6247 27.6733 38.6247 28.716C38.6247 29.1467 38.585 29.498 38.5057 29.77H32.9807C33.06 30.3367 33.3094 30.7787 33.7287 31.096C34.148 31.402 34.6637 31.555 35.2757 31.555C36.137 31.555 36.8567 31.3227 37.4347 30.858ZM34.9187 26.795C33.808 26.795 33.1394 27.3503 32.9127 28.461H36.6697C36.681 27.985 36.528 27.5883 36.2107 27.271C35.8934 26.9537 35.4627 26.795 34.9187 26.795Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7997_15508' x1='24' y1='-1.10059e-06' x2='14.3712' y2='82.1862' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23990000'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}@media screen and (max-width:900px){.Categories_CategorySkidki__G5kjM:before{left:calc(18*1*var(--vw) + 18*(1 - 1)*1px);width:37px;height:52px;background-image:url("data:image/svg+xml,%3Csvg width='37' height='52' viewBox='0 0 37 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37 0L37 52L18.5 43.0492L1.54171e-06 52L3.8147e-06 -1.61732e-06L37 0Z' fill='url(%23paint0_linear_7997_15509)'/%3E%3Cpath d='M11.292 23.396C11.292 23.1347 11.208 22.906 11.04 22.71C10.8813 22.5047 10.6713 22.332 10.41 22.192C10.1487 22.0427 9.85933 21.9027 9.542 21.772C9.234 21.632 8.92133 21.478 8.604 21.31C8.28667 21.1327 7.99733 20.9413 7.736 20.736C7.47467 20.5213 7.26 20.246 7.092 19.91C6.93333 19.5647 6.854 19.1773 6.854 18.748C6.854 17.9827 7.12933 17.3433 7.68 16.83C8.24 16.3073 8.982 16.046 9.906 16.046C11.138 16.046 12.0713 16.396 12.706 17.096L11.782 18.384C11.278 17.8987 10.6993 17.656 10.046 17.656C9.626 17.656 9.29 17.754 9.038 17.95C8.79533 18.146 8.674 18.4073 8.674 18.734C8.674 19.0513 8.78133 19.3267 8.996 19.56C9.22 19.7933 9.49533 19.98 9.822 20.12C10.1487 20.2507 10.5033 20.4093 10.886 20.596C11.278 20.7827 11.6373 20.9787 11.964 21.184C12.2907 21.38 12.5613 21.6693 12.776 22.052C13 22.4253 13.112 22.8687 13.112 23.382C13.112 24.194 12.7993 24.8613 12.174 25.384C11.5487 25.8973 10.7693 26.154 9.836 26.154C9.164 26.154 8.51533 26.0187 7.89 25.748C7.274 25.468 6.854 25.09 6.63 24.614L7.61 23.438C7.88067 23.7927 8.22133 24.068 8.632 24.264C9.052 24.4507 9.46267 24.544 9.864 24.544C10.284 24.544 10.6247 24.446 10.886 24.25C11.1567 24.0447 11.292 23.76 11.292 23.396ZM15.1243 21.324L14.7183 20.148C15.3996 19.7467 16.1416 19.546 16.9443 19.546C17.8403 19.546 18.4843 19.7653 18.8763 20.204C19.2683 20.6427 19.4643 21.296 19.4643 22.164V26H18.0643V25.272C17.6816 25.8133 17.0609 26.084 16.2023 26.084C15.6143 26.084 15.1383 25.9113 14.7743 25.566C14.4103 25.2207 14.2283 24.7493 14.2283 24.152C14.2283 23.4893 14.4429 22.9853 14.8723 22.64C15.3016 22.2853 15.8523 22.108 16.5243 22.108C17.1029 22.108 17.5789 22.2433 17.9523 22.514C17.9709 21.9633 17.8916 21.5573 17.7143 21.296C17.5369 21.0253 17.2243 20.89 16.7763 20.89C16.3096 20.89 15.7589 21.0347 15.1243 21.324ZM16.7343 24.726C17.2756 24.726 17.6816 24.5347 17.9523 24.152V23.508C17.6816 23.3027 17.3129 23.2 16.8463 23.2C16.5569 23.2 16.3143 23.27 16.1183 23.41C15.9316 23.5407 15.8383 23.732 15.8383 23.984C15.8383 24.2173 15.9223 24.3993 16.0903 24.53C16.2583 24.6607 16.4729 24.726 16.7343 24.726ZM21.1148 24.264V16.2H22.7248V23.606C22.7248 24.2873 22.9068 24.628 23.2708 24.628C23.4761 24.628 23.6954 24.544 23.9288 24.376L24.2648 25.608C23.8261 25.9627 23.2708 26.14 22.5988 26.14C21.6094 26.14 21.1148 25.5147 21.1148 24.264ZM30.2403 24.236L30.7023 25.37C30.0863 25.8927 29.2837 26.154 28.2943 26.154C27.277 26.154 26.4557 25.8507 25.8303 25.244C25.2143 24.6373 24.9063 23.8393 24.9063 22.85C24.9063 21.9073 25.2097 21.1233 25.8163 20.498C26.423 19.8633 27.2303 19.546 28.2383 19.546C29.069 19.546 29.7737 19.8213 30.3523 20.372C30.931 20.9133 31.2203 21.6133 31.2203 22.472C31.2203 22.8267 31.1877 23.116 31.1223 23.34H26.5723C26.6377 23.8067 26.843 24.1707 27.1883 24.432C27.5337 24.684 27.9583 24.81 28.4623 24.81C29.1717 24.81 29.7643 24.6187 30.2403 24.236ZM28.1683 20.89C27.2537 20.89 26.703 21.3473 26.5163 22.262H29.6103C29.6197 21.87 29.4937 21.5433 29.2323 21.282C28.971 21.0207 28.6163 20.89 28.1683 20.89Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7997_15509' x1='18.5' y1='-8.48643e-07' x2='10.977' y2='63.7744' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23990000'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}}.Categories_CategorySkidki__G5kjM [data-price]{display:none}.Categories_CategorySkidki__G5kjM [data-title]{color:#cb1829}.Categories_CategoryDesign__6ERF4{background:linear-gradient(326deg,#fef7d9,#feeaea);grid-template-areas:"Title" "." "Chirp"}.Categories_CategoryDesign__6ERF4 [data-price]{display:none}.Categories_CategoryDesign__6ERF4:after{content:"Valantis Jewelry"}.CategoryPromo_Block__egeCx{padding:calc(80*1*var(--vw) + 80*(1 - 1)*1px) 0 0 0;--paddingHor:calc(320 * 1 * var(--vw) + 320 * (1 - 1) * 1px);padding-left:var(--paddingHor);padding-right:var(--paddingHor);background:var(--blue-blue-1);display:grid;grid-template-areas:"Pretitle Pretitle Pretitle" ".        .        .       " "Title    .        Socials " ".        .        .       " "Descr    Descr    Descr   ";grid-template-columns:auto 1fr auto;grid-template-rows:auto 6px auto 16px auto}@media screen and (max-width:1400px){.CategoryPromo_Block__egeCx{--paddingHor:calc(250 * 1 * var(--vw) + 250 * (1 - 1) * 1px)}}@media screen and (max-width:1250px){.CategoryPromo_Block__egeCx{--paddingHor:calc(125 * 1 * var(--vw) + 125 * (1 - 1) * 1px)}}@media screen and (max-width:1000px){.CategoryPromo_Block__egeCx{--paddingHor:calc(75 * 1 * var(--vw) + 75 * (1 - 1) * 1px)}}@media screen and (max-width:900px){.CategoryPromo_Block__egeCx{--paddingHor:calc(20 * 1 * var(--vw) + 20 * (1 - 1) * 1px)}}.CategoryPromo_Block__egeCx>:first-child{grid-area:Pretitle}.CategoryPromo_Block__egeCx>:nth-child(2){grid-area:Title}.CategoryPromo_Block__egeCx>:nth-child(3){grid-area:Descr}.CategoryPromo_Block__egeCx>:nth-child(4){grid-area:Socials}@media screen and (max-width:900px){.CategoryPromo_Block__egeCx{padding:calc(40*1*var(--vw) + 40*(1 - 1)*1px) 0 0 0;--paddingHor:calc(320 * 1 * var(--vw) + 320 * (1 - 1) * 1px);padding-left:var(--paddingHor);padding-right:var(--paddingHor);grid-template-areas:"Pretitle" "Socials" "Title" "Descr";grid-template-columns:1fr;grid-template-rows:repeat(4,auto);gap:calc(10*1*var(--vw) + 10*(1 - 1)*1px)}}@media screen and (max-width:900px)and (max-width:1400px){.CategoryPromo_Block__egeCx{--paddingHor:calc(250 * 1 * var(--vw) + 250 * (1 - 1) * 1px)}}@media screen and (max-width:900px)and (max-width:1250px){.CategoryPromo_Block__egeCx{--paddingHor:calc(125 * 1 * var(--vw) + 125 * (1 - 1) * 1px)}}@media screen and (max-width:900px)and (max-width:1000px){.CategoryPromo_Block__egeCx{--paddingHor:calc(75 * 1 * var(--vw) + 75 * (1 - 1) * 1px)}}@media screen and (max-width:900px)and (max-width:900px){.CategoryPromo_Block__egeCx{--paddingHor:calc(20 * 1 * var(--vw) + 20 * (1 - 1) * 1px)}}.CategoryPromo_BlockPretitle__E_8N8{font-family:var(--second-family);font-weight:500;font-size:calc(18*.5*var(--vw) + 18*(1 - .5)*1px);color:var(--light-grey)}@media screen and (max-width:900px){.CategoryPromo_BlockPretitle__E_8N8{font-size:calc(16*.25*var(--vw) + 16*(1 - .25)*1px)}}.CategoryPromo_BlockTitle__yGor2{font-family:var(--second-family);font-weight:500;font-size:calc(32*1*var(--vw) + 32*(1 - 1)*1px);line-height:130%;color:var(--black)}@media screen and (max-width:900px){.CategoryPromo_BlockTitle__yGor2{font-size:calc(24*1*var(--vw) + 24*(1 - 1)*1px)}}.CategoryPromo_BlockDescr__RHR7s{font-family:var(--font-family);font-weight:400;font-size:calc(18*.5*var(--vw) + 18*(1 - .5)*1px);color:var(--black)}@media screen and (max-width:900px){.CategoryPromo_BlockDescr__RHR7s{font-size:calc(16*.25*var(--vw) + 16*(1 - .25)*1px)}}.CategoryPromo_BlockSocials__1K0Oo{display:flex;flex-wrap:wrap;gap:calc(32*1*var(--vw) + 32*(1 - 1)*1px)}@media screen and (max-width:900px){.CategoryPromo_BlockSocials__1K0Oo{gap:calc(10*1*var(--vw) + 10*(1 - 1)*1px)}}.Crumbs_Block__tOIMq{padding:0 var(--paddingHor);display:flex;flex-wrap:wrap;gap:8px;width:-moz-fit-content;width:fit-content;place-items:center}.Crumbs_Block__tOIMq[data-centered=true]{margin:0 auto}.Crumbs_BlockItem__mGilh{font-family:var(--font-family);font-size:18px;color:var(--light-grey);display:inline-block}.Crumbs_BlockItem__mGilh:not(:last-child){color:#82868a;display:inline-flex;place-items:center;flex-wrap:wrap;gap:8px}.Crumbs_BlockItem__mGilh:not(:last-child):after{content:"";background-image:url('data:image/svg+xml,<svg width="14" height="19" viewBox="0 0 14 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5220_20632)"><path d="M4.08301 16.0742L9.33301 9.49992L4.08301 2.92562" stroke="%2382868A" stroke-width="1.2"/></g><defs><clipPath id="clip0_5220_20632"><rect width="17.5315" height="14" fill="white" transform="translate(0 18.2656) rotate(-90)"/></clipPath></defs></svg>');background-size:contain;background-repeat:no-repeat;width:14px;height:18px;display:inline-block}.Crumbs_BlockItem__mGilh:last-child{color:#a52838}.Actives_Block__3zIEM{display:flex;flex-wrap:wrap;gap:calc(8*.5*var(--vw) + 8*(1 - .5)*1px) calc(32*.5*var(--vw) + 32*(1 - .5)*1px)}@media screen and (max-width:900px){.Actives_Block__3zIEM{gap:0;overflow:auto;flex-wrap:nowrap}}.Actives_BlockItem__ntvUR{font-family:var(--font-family);font-weight:400;font-size:16px;color:#11151b;display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;white-space:nowrap;place-items:center;border-radius:100px;padding:calc(6*.5*var(--vw) + 6*(1 - .5)*1px) calc(12*.5*var(--vw) + 12*(1 - .5)*1px);background:transparent;transition:background 255ms;cursor:pointer}@media screen and (max-width:900px){.Actives_BlockItem__ntvUR{font-size:14px;padding:calc(12*.5*var(--vw) + 12*(1 - .5)*1px) calc(16*.5*var(--vw) + 16*(1 - .5)*1px)}}.Actives_BlockItem__ntvUR:hover{background:var(--blue-blue-1)}.Actives_BlockItem__ntvUR:after{content:"";background-image:url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6658_2800)"><path d="M0.861 11.1395C0.895828 11.1744 0.937186 11.2021 0.98271 11.2209C1.02823 11.2398 1.07703 11.2495 1.12631 11.2495C1.17559 11.2495 1.22439 11.2398 1.26992 11.2209C1.31544 11.2021 1.3568 11.1744 1.39163 11.1395L6.00038 6.53079L10.611 11.1395C10.6814 11.2099 10.7768 11.2494 10.8763 11.2494C10.9758 11.2494 11.0713 11.2099 11.1416 11.1395C11.212 11.0692 11.2515 10.9737 11.2515 10.8742C11.2515 10.7747 11.212 10.6793 11.1416 10.6089L6.531 6.00017L11.1398 1.38954C11.2101 1.31918 11.2496 1.22374 11.2496 1.12423C11.2496 1.02472 11.2101 0.929285 11.1398 0.858919C11.0694 0.788554 10.9739 0.749023 10.8744 0.749023C10.7749 0.749023 10.6795 0.788554 10.6091 0.858919L6.00038 5.46954L1.38975 0.860794C1.31801 0.79936 1.22573 0.767257 1.13136 0.770903C1.03698 0.774548 0.94745 0.813673 0.880664 0.880458C0.813879 0.947244 0.774754 1.03677 0.771109 1.13115C0.767463 1.22553 0.799565 1.31781 0.861 1.38954L5.46975 6.00017L0.861 10.6108C0.791156 10.6811 0.751953 10.7761 0.751953 10.8752C0.751953 10.9742 0.791156 11.0693 0.861 11.1395Z" fill="%23565656"/></g><defs><clipPath id="clip0_6658_2800"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');background-size:contain;background-repeat:no-repeat;--res:12px;width:var(--res);height:var(--res);display:block}.Filter_Block__wps51{--padHor:calc(20 * 0.25 * var(--vw) + 20 * (1 - 0.25) * 1px);--padVer:calc(10 * 0.25 * var(--vw) + 10 * (1 - 0.25) * 1px);--svgRes:16px}.Filter_Block__wps51>:not(input){-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:900px){.Filter_Block__wps51{--padVer:calc(8 * 0.25 * var(--vw) + 8 * (1 - 0.25) * 1px);--padHor:calc(12 * 0.25 * var(--vw) + 12 * (1 - 0.25) * 1px)}}.Filter_BlockButton__WPK_T{border-radius:calc(30*.25*var(--vw) + 30*(1 - .25)*1px);padding:var(--padVer) var(--padHor);background:var(--black);font-family:var(--font-family);font-size:16px;color:var(--white);display:grid;place-items:center;grid-auto-flow:column;grid-gap:10px;gap:10px;position:relative;transition:background 255ms}.Filter_BlockButton__WPK_T:hover{background:#333}.Filter_BlockButton__WPK_T[data-has-indicator=true]:after{opacity:1}@media screen and (max-width:900px){.Filter_BlockButton__WPK_T{font-size:14px;white-space:nowrap}}.Filter_BlockButton__WPK_T:before{content:"";background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9997 8.66683H3.99967C3.59967 8.66683 3.33301 8.40016 3.33301 8.00016C3.33301 7.60016 3.59967 7.3335 3.99967 7.3335H11.9997C12.3997 7.3335 12.6663 7.60016 12.6663 8.00016C12.6663 8.40016 12.3997 8.66683 11.9997 8.66683Z" fill="white"/><path d="M9.99967 12.6668H5.99967C5.59967 12.6668 5.33301 12.4002 5.33301 12.0002C5.33301 11.6002 5.59967 11.3335 5.99967 11.3335H9.99967C10.3997 11.3335 10.6663 11.6002 10.6663 12.0002C10.6663 12.4002 10.3997 12.6668 9.99967 12.6668Z" fill="white"/><path d="M13.9997 4.66683H1.99967C1.59967 4.66683 1.33301 4.40016 1.33301 4.00016C1.33301 3.60016 1.59967 3.3335 1.99967 3.3335H13.9997C14.3997 3.3335 14.6663 3.60016 14.6663 4.00016C14.6663 4.40016 14.3997 4.66683 13.9997 4.66683Z" fill="white"/></svg>');background-repeat:no-repeat;background-size:contain;width:var(--svgRes);height:var(--svgRes);transform:rotate(1deg)}.Filter_BlockButton__WPK_T:after{content:"";position:absolute;left:calc(var(--padHor) + 16px - 5px);top:calc(var(--padVer) + 5px);border-radius:100%;background:var(--red);--res:5px;width:var(--res);height:var(--res);z-index:2;opacity:0;transition:opacity 255ms}.Filter_Modal__WaS5y{position:fixed;left:0;top:0;padding:calc(35*1*var(--vw) + 35*(1 - 1)*1px) calc(70*1*var(--vw) + 70*(1 - 1)*1px);height:100vh;overflow:auto;z-index:var(--zFilterModal);background:#fff;-ms-overflow-style:none;scrollbar-width:none}.Filter_Modal__WaS5y::-webkit-scrollbar{display:none}.Filter_Modal__WaS5y[data-open]{transition:transform 255ms}.Filter_Modal__WaS5y[data-open][data-open=false]{transform:translate(-100%)}.Filter_Modal__WaS5y[data-open][data-open=true]{transform:unset}@media screen and (max-width:900px){.Filter_Modal__WaS5y{padding:calc(16*1*var(--vw) + 16*(1 - 1)*1px);width:100vw}}.Filter_ModalDisabler__NP2fs{position:fixed;left:0;top:0;width:100vw;height:100vh;background:rgba(0,0,0,.333);z-index:var(--zFilterModalDisabler);transition:background 255ms}.Filter_ModalDisabler__NP2fs[data-open=false]{pointer-events:none;background:transparent}.Filter_ModalDisabler__NP2fs[data-open=true]{background:rgba(0,0,0,.333)}.Filter_ModalTitle__Vid4Q{font-family:var(--second-family);font-weight:500;font-size:24px;color:var(--black)}@media screen and (max-width:900px){.Filter_ModalTitle__Vid4Q{font-size:calc(20*.5*var(--vw) + 20*(1 - .5)*1px)}}.Filter_ModalCross__0jnzD{--res:40px;width:var(--res);height:var(--res);border-radius:50%;border:1px solid #acacac;background:url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.124631 11.8754C0.164435 11.9152 0.211703 11.9468 0.263733 11.9684C0.315763 11.99 0.371534 12.0011 0.427857 12.0011C0.484181 12.0011 0.539952 11.99 0.591981 11.9684C0.644011 11.9468 0.69128 11.9152 0.731084 11.8754L5.99844 6.60801L11.2679 11.8754C11.3484 11.9558 11.4574 12.001 11.5712 12.001C11.6849 12.001 11.794 11.9558 11.8744 11.8754C11.9548 11.7949 12 11.6859 12 11.5721C12 11.4584 11.9548 11.3493 11.8744 11.2689L6.6049 6.00156L11.8723 0.732054C11.9527 0.651633 11.9979 0.542559 11.9979 0.428827C11.9979 0.315095 11.9527 0.206021 11.8723 0.125601C11.7918 0.0451799 11.6828 0 11.569 0C11.4553 0 11.3462 0.0451799 11.2658 0.125601L5.99844 5.3951L0.728941 0.127744C0.646951 0.0575294 0.541486 0.0208396 0.43362 0.025006C0.325755 0.0291723 0.223434 0.073888 0.147104 0.150217C0.070775 0.226547 0.0260593 0.328868 0.0218929 0.436733C0.0177266 0.544599 0.0544164 0.650064 0.124631 0.732054L5.39199 6.00156L0.124631 11.2711C0.0448055 11.3514 0 11.46 0 11.5732C0 11.6864 0.0448055 11.7951 0.124631 11.8754Z" fill="%23565656"/></svg>');background-size:12px 12px;background-repeat:no-repeat;background-position:50%;position:absolute;right:calc(60*1*var(--vw) + 60*(1 - 1)*1px);top:calc(35*1*var(--vw) + 35*(1 - 1)*1px);transition:transform 255ms}.Filter_ModalCross__0jnzD:hover{transform:scale(1.1) rotate(90deg)}@media screen and (max-width:900px){.Filter_ModalCross__0jnzD{right:calc(16*1*var(--vw) + 16*(1 - 1)*1px);top:calc(16*1*var(--vw) + 16*(1 - 1)*1px)}}.Filter_ModalAccordeon__o9Scs{display:grid;grid-template-rows:auto 0fr;padding:16px 0;border-top:1px solid #f2f2f7;--titlePad:0px}.Filter_ModalAccordeon__o9Scs[data-open=true]{grid-template-rows:auto 1fr;--titlePad:24px}.Filter_ModalAccordeon__o9Scs[data-open=true]:after{transform:rotate(180deg)}.Filter_ModalAccordeonTitle__0WGJ4{font-family:var(--second-family);font-weight:500;font-size:20px;color:var(--black);grid-template-columns:auto auto 1fr;padding-bottom:var(--titlePad);display:grid;grid-template-areas:"Title . Cnt . After";grid-template-columns:auto 12px auto 1fr auto;place-items:center;cursor:pointer}.Filter_ModalAccordeonTitle__0WGJ4>:first-child{grid-area:Title}.Filter_ModalAccordeonTitle__0WGJ4>:nth-child(2){grid-area:Cnt}.Filter_ModalAccordeonTitle__0WGJ4[data-open][data-open=true]:after{transform:scaleY(-1)}@media screen and (max-width:900px){.Filter_ModalAccordeonTitle__0WGJ4{font-size:calc(16*.25*var(--vw) + 16*(1 - .25)*1px)}}.Filter_ModalAccordeonTitleCnt__IxcP7{font-family:var(--font-family);font-weight:400;font-size:16px;color:var(--light-grey);place-self:center}.Filter_ModalAccordeonTitle__0WGJ4:after{grid-area:After;content:"";display:block;background-image:url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.8536 13.4394C23.0488 13.6347 23.0488 13.9512 22.8536 14.1465L16 21.0001L9.14645 14.1465C8.95118 13.9512 8.95118 13.6347 9.14645 13.4394C9.34171 13.2441 9.65829 13.2441 9.85355 13.4394L16 19.5858L22.1464 13.4394C22.3417 13.2441 22.6583 13.2441 22.8536 13.4394Z" fill="%2347484A"/></svg>');background-repeat:no-repeat;background-size:contain;--res:31px;width:var(--res);height:var(--res);transition:transform 255ms}.Filter_ModalAccordeonContent__1hduJ{--cols:var(--colsDesktop);columns:var(--cols);overflow:hidden}@media screen and (max-width:900px){.Filter_ModalAccordeonContent__1hduJ{--cols:var(--colsMobile);display:grid;grid-template-columns:repeat(var(--cols),1fr);grid-gap:10px 0;gap:10px 0}}.Filter_ModalAccordeonContentItem__vqykM{cursor:pointer;width:-moz-fit-content;width:fit-content;font-family:var(--font-family);font-weight:400;font-size:16px;color:var(--black);display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;position:relative}.Filter_ModalAccordeonContentItem__vqykM[data-checked=true]:before{filter:brightness(0)}.Filter_ModalAccordeonContentItem__vqykM[data-checked=true]:after{transform:scale(1)}.Filter_ModalAccordeonContentItem__vqykM:before{background:#f1f1f1;border-radius:4px;transition:filter 255ms}.Filter_ModalAccordeonContentItem__vqykM:after,.Filter_ModalAccordeonContentItem__vqykM:before{content:"";background-repeat:no-repeat;background-size:contain;display:block;--res:20px;width:var(--res);height:var(--res)}.Filter_ModalAccordeonContentItem__vqykM:after{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.6665 9.99984L8.95817 12.2915L13.3332 7.9165" stroke="white" stroke-width="1.2"/></svg>');position:absolute;left:0;z-index:2;transform:scale(0);transition:transform 255ms}.Filter_ModalDouble__Vodxy{display:grid;grid-template-areas:"Title  Title  Title " ".      .      .     " "From   .      To    " ".      .      .     " "Slider Slider Slider";grid-template-columns:1fr calc(40*1*var(--vw) + 40*(1 - 1)*1px) 1fr;grid-template-rows:auto calc(20*.5*var(--vw) + 20*(1 - .5)*1px) auto calc(16*.5*var(--vw) + 16*(1 - .5)*1px) auto}.Filter_ModalDouble__Vodxy>:first-child{grid-area:Title}.Filter_ModalDouble__Vodxy>:nth-child(2){grid-area:From}.Filter_ModalDouble__Vodxy>:nth-child(3){grid-area:To}.Filter_ModalDouble__Vodxy>:nth-child(4){grid-area:Slider}.Filter_ModalDoubleTitle__Qo4jO{font-family:var(--second-family);font-weight:500;font-size:20px;color:var(--black)}@media screen and (max-width:900px){.Filter_ModalDoubleTitle__Qo4jO{font-size:calc(16*.25*var(--vw) + 16*(1 - .25)*1px)}}.Filter_ModalDoubleFrom__BO380,.Filter_ModalDoubleTo__18ZFb{position:relative}.Filter_ModalDoubleFrom__BO380:before,.Filter_ModalDoubleTo__18ZFb:before{content:attr(data-prefix);font-family:var(--font-family);font-weight:400;font-size:14px;line-height:120%;color:var(--light-grey);margin-right:10px}.Filter_ModalDoubleFrom__BO380 input,.Filter_ModalDoubleTo__18ZFb input{font-family:var(--font-family);font-size:14px;text-align:center;color:var(--blue-grey);border:1px solid var(--purple-gray-1);border-radius:10px;padding:12px 20px}@media screen and (max-width:900px){.Filter_ModalDoubleFrom__BO380 input,.Filter_ModalDoubleTo__18ZFb input{font-size:12px;max-width:30vw;width:100%}}.Filter_ModalDoubleFromCross__xEydF,.Filter_ModalDoubleToCross__R_EC0{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;background-image:url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6663_2818)"><path d="M0.861 11.1395C0.895828 11.1744 0.937186 11.2021 0.98271 11.2209C1.02823 11.2398 1.07703 11.2495 1.12631 11.2495C1.17559 11.2495 1.22439 11.2398 1.26992 11.2209C1.31544 11.2021 1.3568 11.1744 1.39163 11.1395L6.00038 6.53079L10.611 11.1395C10.6814 11.2099 10.7768 11.2494 10.8763 11.2494C10.9758 11.2494 11.0713 11.2099 11.1416 11.1395C11.212 11.0692 11.2515 10.9737 11.2515 10.8742C11.2515 10.7747 11.212 10.6793 11.1416 10.6089L6.531 6.00017L11.1398 1.38954C11.2101 1.31918 11.2496 1.22374 11.2496 1.12423C11.2496 1.02472 11.2101 0.929285 11.1398 0.858919C11.0694 0.788554 10.9739 0.749023 10.8744 0.749023C10.7749 0.749023 10.6795 0.788554 10.6091 0.858919L6.00038 5.46954L1.38975 0.860794C1.31801 0.79936 1.22573 0.767257 1.13136 0.770903C1.03698 0.774548 0.94745 0.813673 0.880664 0.880458C0.813879 0.947244 0.774754 1.03677 0.771109 1.13115C0.767463 1.22553 0.799565 1.31781 0.861 1.38954L5.46975 6.00017L0.861 10.6108C0.791156 10.6811 0.751953 10.7761 0.751953 10.8752C0.751953 10.9742 0.791156 11.0693 0.861 11.1395Z" fill="%23565656"/></g><defs><clipPath id="clip0_6663_2818"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');background-repeat:no-repeat;background-size:contain;--res:12px;width:var(--res);height:var(--res);opacity:0;transition:opacity 255ms}@media screen and (max-width:900px){.Filter_ModalDoubleFromCross__xEydF,.Filter_ModalDoubleToCross__R_EC0{transform:translate(-100%,-50%)}}.Filter_ModalDoubleFromCross__xEydF[data-visible=true],.Filter_ModalDoubleToCross__R_EC0[data-visible=true]{opacity:1}.Filter_ModalDoubleSlider__SFWCa{cursor:-webkit-grab;cursor:grab;padding:33px 0 0;width:100%;--perc1:calc(var(--from) * 1%);--perc2:calc(var(--to) * 1%);background:linear-gradient(to right,#f1f1f1 var(--perc1),#cb1829 var(--perc1),#cb1829 var(--perc2),#f1f1f1 var(--perc2));box-shadow:inset 0 30px 0 -15px #fff,inset 0 -30px 0 -15px #fff;position:relative}.Filter_ModalDoubleSlider__SFWCa:after,.Filter_ModalDoubleSlider__SFWCa:before{content:"";display:block;--res:12px;width:var(--res);height:var(--res);background:#cb1829;border-radius:50%;position:absolute;left:var(--perc);top:50%;transform:translate(-50%,-50%)}.Filter_ModalDoubleSlider__SFWCa:before{--perc:var(--perc1)}.Filter_ModalDoubleSlider__SFWCa:after{--perc:var(--perc2)}.Filter_Applied__jZFLE{position:fixed;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:4px;padding:10px;bottom:0;left:calc(70*1*var(--vw) + 70*(1 - 1)*1px);transform:translateY(-50%) translateY(var(--offset));font-family:var(--font-family);font-size:16px}@media screen and (max-width:900px){.Filter_Applied__jZFLE{left:50%;transform:translate(-50%,-50%) translateY(var(--offset))}}.Filter_Applied__jZFLE[data-active]{transition:opacity 255ms,transform 255ms}.Filter_Applied__jZFLE[data-active][data-active=false]{opacity:0;--offset:300px}.Filter_Applied__jZFLE[data-active][data-active=true]{opacity:1;--offset:0px}.FiltersBlock_Block__cfDYx{--paddingHor:calc(320 * 1 * var(--vw) + 320 * (1 - 1) * 1px);padding-left:var(--paddingHor);padding-right:var(--paddingHor);display:grid;grid-template-areas:"Filter  .       Quick   .       Sort   " ".       .       .       .       .      " "Hr      Hr      Hr      Hr      Hr     " ".       .       .       .       .      " "Actives Actives Actives Actives Actives";grid-template-rows:auto 16px auto 8px auto;grid-template-columns:auto 16px auto 1fr auto}@media screen and (max-width:1400px){.FiltersBlock_Block__cfDYx{--paddingHor:calc(250 * 1 * var(--vw) + 250 * (1 - 1) * 1px)}}@media screen and (max-width:1250px){.FiltersBlock_Block__cfDYx{--paddingHor:calc(125 * 1 * var(--vw) + 125 * (1 - 1) * 1px)}}@media screen and (max-width:1000px){.FiltersBlock_Block__cfDYx{--paddingHor:calc(75 * 1 * var(--vw) + 75 * (1 - 1) * 1px)}}@media screen and (max-width:900px){.FiltersBlock_Block__cfDYx{--paddingHor:calc(20 * 1 * var(--vw) + 20 * (1 - 1) * 1px)}}.FiltersBlock_Block__cfDYx>:first-child{grid-area:Filter}.FiltersBlock_Block__cfDYx>:nth-child(2){grid-area:Quick}.FiltersBlock_Block__cfDYx>:nth-child(3){grid-area:Sort}.FiltersBlock_Block__cfDYx>:nth-child(4){grid-area:Actives}.FiltersBlock_Block__cfDYx>:nth-child(5){grid-area:Hr}@media screen and (max-width:900px){.FiltersBlock_Block__cfDYx{grid-template-areas:"Filter  .       Sort   " ".       .       .      " "Quick   Quick   Quick  " ".       .       .      " "Hr      Hr      Hr     " ".       .       .      " "Actives Actives Actives";grid-template-rows:auto 12px auto 12px auto 12px auto;grid-template-columns:auto 1fr auto}}.FiltersBlock_BlockHr__1xdhe{background:var(--purple-gray-2);border-radius:10px;width:100%;padding:1px 0 0}.QuickFilters_Block__PS7Zl{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.QuickFilters_BlockItem__2R0bY{--res:fit-content;width:var(--res);height:var(--res);border-radius:calc(30*.25*var(--vw) + 30*(1 - .25)*1px);padding:calc(10*.25*var(--vw) + 10*(1 - .25)*1px) calc(20*.25*var(--vw) + 20*(1 - .25)*1px);display:grid;place-items:center;font-family:var(--font-family);font-size:16px;color:var(--black);background:var(--smoky-white);transition:background 255ms}@media screen and (max-width:900px){.QuickFilters_BlockItem__2R0bY{font-size:14px;padding:calc(5*.25*var(--vw) + 5*(1 - .25)*1px) calc(10*.25*var(--vw) + 10*(1 - .25)*1px)}}.QuickFilters_BlockItem__2R0bY:hover{background:var(--neutral)}.Sort_Block__h5Isg{position:relative}.Sort_BlockCurrent__yyEPF{display:block;font-family:var(--font-family);font-weight:400;font-size:16px;color:var(--black);background:transparent;padding:12px 16px;display:grid;grid-template-columns:auto auto;place-items:center left;grid-gap:10px;gap:10px;min-width:225px}@media screen and (max-width:900px){.Sort_BlockCurrent__yyEPF{min-width:unset;font-size:14px;padding:calc(8*.25*var(--vw) + 8*(1 - .25)*1px) calc(12*.25*var(--vw) + 12*(1 - .25)*1px)}}.Sort_BlockCurrent__yyEPF:after{content:"";display:block;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.11507 9.11401C6.96164 9.26602 6.96164 9.51248 7.11507 9.66449L12.5 15L17.8849 9.66449C18.0384 9.51248 18.0384 9.26602 17.8849 9.11401C17.7315 8.962 17.4828 8.962 17.3294 9.11401L12.5 13.899L7.67065 9.11401C7.51723 8.962 7.26849 8.962 7.11507 9.11401Z" fill="%2347484A"/></svg>');background-repeat:no-repeat;background-size:contain;--res:24px;width:var(--res);height:var(--res);transition:transform 255ms;justify-self:end}.Sort_BlockCurrent__yyEPF[data-open=true]:after{transform:rotate(180deg)}.Sort_BlockShadow___Nhri{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.333);z-index:var(--zSortBlockShadow);opacity:0;pointer-events:none;transition:opacity 255ms}.Sort_BlockShadow___Nhri[data-open=true]{opacity:1;pointer-events:all}@media screen and (min-width:900px){.Sort_BlockShadow___Nhri{display:none}}.Sort_BlockItems__uk1S2{position:absolute;width:100%;background:var(--white);border-radius:8px;overflow:hidden;box-shadow:-2px 2px 25px 0 rgba(67,79,86,.15);opacity:0;pointer-events:none;transition:opacity 255ms;z-index:var(--zSortBlockItemsDesktop)}@media screen and (max-width:900px){.Sort_BlockItems__uk1S2{position:fixed;bottom:0;left:50%;width:100vw;transform:translate(-50%);border-radius:0;z-index:var(--zSortBlockItemsMobile)}}.Sort_BlockItems__uk1S2[data-open=true]{opacity:1;pointer-events:all}.Sort_BlockItemsItem__naKzp{display:block;font-family:var(--font-family);font-weight:400;font-size:16px;color:var(--black);transition:background 255ms;background:transparent;padding:12px 16px;white-space:nowrap;width:100%;display:grid;grid-template-columns:1fr auto;place-items:center left}@media screen and (max-width:900px){.Sort_BlockItemsItem__naKzp{font-size:14px}}.Sort_BlockItemsItemActive__kx9PH{background:#f9e9eb!important}.Sort_BlockItemsItemActive__kx9PH:after{opacity:1!important}.Sort_BlockItemsItem__naKzp:hover{background:var(--blue-blue-1)}.Sort_BlockItemsItem__naKzp:after{content:"";display:block;background-image:url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6641_3039)"><path d="M1 5.17391L4.91304 9.08696L11 3" stroke="%23CB1829" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></g><defs><clipPath id="clip0_6641_3039"><rect width="12" height="12" fill="white" /></clipPath></defs></svg>');background-repeat:no-repeat;background-size:contain;--res:12px;width:var(--res);height:var(--res);opacity:0;transition:opacity 255ms}.Pagination_Block__HC_rB{display:flex;flex-wrap:nowrap;place-items:center;width:-moz-fit-content;width:fit-content;gap:calc(10*.5*var(--vw) + 10*(1 - .5)*1px);margin:0 auto}.Pagination_BlockItem__ntFLD{cursor:pointer;--res:43px;width:var(--res);height:var(--res);display:grid;place-items:center;position:relative;font-family:var(--font-family);font-size:18px;color:var(--black);--scale:0;transition:color 255ms}@media screen and (max-width:900px){.Pagination_BlockItem__ntFLD{--res:35px;font-size:calc(16*.25*var(--vw) + 16*(1 - .25)*1px)}.Pagination_BlockItem__ntFLD[data-dist="2"]:not([data-last]):not([data-first]){display:none}}@media screen and (min-width:900px){.Pagination_BlockItem__ntFLD:hover{--scale:1;color:var(--white)}}.Pagination_BlockItem__ntFLD:before{z-index:-1;content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(var(--scale));--res:100%;width:var(--res);height:var(--res);border-radius:50%;transition:transform 255ms,opacity 255ms;background:var(--black);opacity:var(--scale)}.Pagination_BlockItem__ntFLD[data-curr]{--scale:1;pointer-events:none}.Pagination_BlockItem__ntFLD[data-curr]:before{background:var(--smoky-white)}.Pagination_BlockItem__ntFLD[data-next],.Pagination_BlockItem__ntFLD[data-prev]{color:transparent}@media screen and (max-width:360px){.Pagination_BlockItem__ntFLD[data-next],.Pagination_BlockItem__ntFLD[data-prev]{display:none}}.Pagination_BlockItem__ntFLD[data-next]:hover:after,.Pagination_BlockItem__ntFLD[data-prev]:hover:after{filter:invert(1) brightness(10) drop-shadow(0 0 5px white) drop-shadow(0 0 5px white)}.Pagination_BlockItem__ntFLD[data-next]:after,.Pagination_BlockItem__ntFLD[data-prev]:after{content:"";display:block;background-image:url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.6033 17.3963C16.465 17.5346 16.2409 17.5346 16.1026 17.3963L11.249 12.5427L16.1026 7.68918C16.2409 7.5509 16.465 7.5509 16.6033 7.68918C16.7416 7.82746 16.7416 8.05166 16.6033 8.18994L12.2505 12.5427L16.6033 16.8955C16.7416 17.0338 16.7416 17.258 16.6033 17.3963Z" fill="%2347484A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.3543 17.3963C12.216 17.5346 11.9918 17.5346 11.8535 17.3963L6.99999 12.5427L11.8535 7.68918C11.9918 7.5509 12.216 7.5509 12.3543 7.68918C12.4926 7.82746 12.4926 8.05166 12.3543 8.18994L8.00151 12.5427L12.3543 16.8955C12.4926 17.0338 12.4926 17.258 12.3543 17.3963Z" fill="%2347484A"/></svg>');background-repeat:no-repeat;background-size:contain;background-position:50%;--res:24px;width:var(--res);height:var(--res);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:filter 255ms}.Pagination_BlockItem__ntFLD[data-next][data-next=true]:after,.Pagination_BlockItem__ntFLD[data-prev][data-next=true]:after{transform:translate(-50%,-50%) scaleX(-1)}.Pagination_BlockDots__l5_8D{pointer-events:none;font-family:var(--font-family);font-size:18px;color:var(--black)}.Pagination_BlockButton__zru35{margin:0 var(--paddingHor);width:calc(100vw - var(--paddingHor)*2);font-family:var(--font-family);font-size:18px;display:grid;place-items:center;padding:calc(9*.25*var(--vw) + 9*(1 - .25)*1px);color:var(--black);background:unset;border:1px solid var(--gray-separator);border-radius:8px;transition:border-color 255ms}.Pagination_BlockButton__zru35:hover{border-color:var(--light-grey)}.Product_Block__80BRz{--paddingHor:calc(320 * 1 * var(--vw) + 320 * (1 - 1) * 1px);padding-left:var(--paddingHor);padding-right:var(--paddingHor);display:grid;grid-template-areas:"View . Meta";grid-template-columns:.5fr calc(10*1*var(--vw) + 10*(1 - 1)*1px) .5fr}@media screen and (max-width:1400px){.Product_Block__80BRz{--paddingHor:calc(250 * 1 * var(--vw) + 250 * (1 - 1) * 1px)}}@media screen and (max-width:1250px){.Product_Block__80BRz{--paddingHor:calc(125 * 1 * var(--vw) + 125 * (1 - 1) * 1px)}}@media screen and (max-width:1000px){.Product_Block__80BRz{--paddingHor:calc(75 * 1 * var(--vw) + 75 * (1 - 1) * 1px)}}@media screen and (max-width:900px){.Product_Block__80BRz{--paddingHor:calc(20 * 1 * var(--vw) + 20 * (1 - 1) * 1px)}}.Product_Block__80BRz>:first-child{grid-area:View}.Product_Block__80BRz>:nth-child(2){grid-area:Meta}@media screen and (max-width:900px){.Product_Block__80BRz{grid-template-areas:"View" "." "Meta";grid-template-columns:1fr;grid-template-rows:auto calc(40*.5*var(--vw) + 40*(1 - .5)*1px) auto}}.Product_BlockMeta__IX0ap{display:grid;grid-template-areas:"Title" "." "Id" "." "Badges" "." "Price" "." "Cta" "." "Tabs" ".";grid-template-rows:auto calc(20*1*var(--vw) + 20*(1 - 1)*1px) auto calc(30*1*var(--vw) + 30*(1 - 1)*1px) auto calc(30*1*var(--vw) + 30*(1 - 1)*1px) auto calc(30*1*var(--vw) + 30*(1 - 1)*1px) auto calc(40*1*var(--vw) + 40*(1 - 1)*1px) auto 1fr}.Product_BlockMeta__IX0ap>:first-child{grid-area:Title}.Product_BlockMeta__IX0ap>:nth-child(2){grid-area:Id}.Product_BlockMeta__IX0ap>:nth-child(3){grid-area:Badges}.Product_BlockMeta__IX0ap>:nth-child(4){grid-area:Price}.Product_BlockMeta__IX0ap>:nth-child(5){grid-area:Cta}.Product_BlockMeta__IX0ap>:nth-child(6){grid-area:Tabs}@media screen and (max-width:900px){.Product_BlockMeta__IX0ap{grid-template-areas:"Title" "." "Id" "." "Price" "." "Cta" "." "Tabs";grid-template-rows:auto calc(10*.5*var(--vw) + 10*(1 - .5)*1px) auto calc(10*.5*var(--vw) + 10*(1 - .5)*1px) auto calc(40*1*var(--vw) + 40*(1 - 1)*1px) auto calc(40*1*var(--vw) + 40*(1 - 1)*1px) auto}}.Product_BlockMetaTitle___xpTf{font-family:var(--second-family);font-weight:500;font-size:calc(28*.5*var(--vw) + 28*(1 - .5)*1px);line-height:130%;color:var(--black)}@media screen and (max-width:900px){.Product_BlockMetaTitle___xpTf{font-size:calc(19*.33*var(--vw) + 19*(1 - .33)*1px)}}.Product_BlockMetaId__ckzcg{font-family:var(--font-family);font-size:calc(18*.33*var(--vw) + 18*(1 - .33)*1px);color:var(--grey)}@media screen and (max-width:900px){.Product_BlockMetaId__ckzcg{font-size:12px}}.Product_BlockMetaBadges__owaVQ{display:flex;gap:calc(20*1*var(--vw) + 20*(1 - 1)*1px)}@media screen and (max-width:900px){.Product_BlockMetaBadges__owaVQ{display:none}}.Product_BlockMetaBadgesItem__xiUjW{font-family:var(--font-family);font-size:14px;line-height:130%;color:var(--black);border-radius:8px;padding:7px;background:var(--blue-blue-2);display:grid;grid-template-columns:auto 1fr;grid-gap:5px;gap:5px}.Product_BlockMetaBadgesItem__xiUjW:before{content:"";display:inline-block;--res:calc(20 * 0.33 * var(--vw) + 20 * (1 - 0.33) * 1px);width:var(--res);height:var(--res);background-image:var(--img);background-size:contain;background-position:50%}.Product_BlockMetaBadgesItem__xiUjW:first-child{--img:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANGSURBVHgB7VfLTttAFL1xAhIISGCFxCv8QfiChlW7w3wB5g9g113SL4A/IFlVXSXZdUe664501x0JDym7Ors2yqPnhHHkumNn8lBVCR/J8njmzp3juedej0VixIgR43UjYWq4vb2dXV5evkMzI4uB2+/3j5+fnxtRRkYEFbnb4XDYpOPHx8dTnd3e3t6Nz+cQduchdiXLstLwl+t2u8ftdrspIbDEACBXGQwG5WQyeZpIJHK7u7v5MHIg5fBiW/X9gWw2m4ePN61Wiy9Zpu8MILMCi1yB0LXv2d7f378LkuOuaOaWgiQx9x59TpSNMeCsECRDHBwc3KL/IoqcjgCJ4ar7x7GjGa6BTSjo5iciHNsIxRW0ctwEAk5zCDk1WRUVVomAeoE05RHiL0t/aBYfHh7KRgQZCs6Vf4smCB4aWTKEJBkmYIpdvYSpv3tdchFcg+OebIyBCddRAsb4D4ZHJoBlKuplKAF/IvoRWWaglyJ1E/Fm5V6v58gEoJTYuNV1Y0xElp2np6eLqQlCyy5Isl4VdnZ2cn9NtqwqncsEwOaEdTTYz53FzWHiyDxQtU+rR4Y5qtCGhdfr99dEHYy+JCgjLCe19fX1ima4trGx4YTNXVpayosmvOi/4q7Cd0nmJUgg/S8QCgnqEX0l1MOT0AUs6wzjNX+f0l0WuivKBBgTJOCUH/9CoFw0mEi6MDOMIJdXERhBadlR2p6IqQjyC0DHuG6UwEeJBIINhN8O2qvw1vyEceCoYP558GuyEIKKUB23MhYf10eVoWcac1t9Dj3CN7RVPowwNUECeixSjzzp8Bm7UtWFmeUFY3W2qTvMcU10NzdBtTjPhjb16IV5bW1tXCtZmrB7XxhKttHlwOZSpkRSZoTruj83Nze/oVlZWVn5hJ3C+om3nU5npLl0Ov0et+rq6qqbSqU+Urvg+l2mxMw7SCgtfeCpmOUG7XGi8AvD8PJXQemuMcMSs++gB+zYV0jvHUjwrCfI5tbW1hbPd0cYTsvLP8zUofWQkgWA9RHXHTTHRxt/axk8kxzr3ZHMAePfzknwTtnq0WUXyB2a1rswzB1iD0iaNhLjl7zokOXmEn9un+V/Aw+5YYfPGDFivEb8Bp78Tu08FotwAAAAAElFTkSuQmCC)}.Product_BlockMetaBadgesItem__xiUjW:nth-child(2){--img:url(data:image/webp;base64,UklGRjgBAABXRUJQVlA4WAoAAAAQAAAAJwAAJwAAQUxQSMEAAAABr0CQbfMRbP66l4iIXJdEJLGCI8lW4+YLocmzDbr/YW0jk1WWEf2fAPyJm/bPJdk60+fLPkD4PvzM4De8rGslPxZd6rT3lZyaVtxpExqj8hgAsEa8LsdYPO87AZCK9yBlyBoV1no4lNMU1aGuJupDqT9GoFwm1iFr6MEy7Q44ZgMJe5Dml3Ct8EDqjW58SfBh3fqxrqLHCScBpalyKAM6FTM9PI/QZk8OHz5E+g0+VBr56aFT4FMur6hTAADevP6AAFZQOCBQAAAAkAMAnQEqKAAoAD4xFolCoiEhFVVUIAMEtIAAJ7fGPK/b/OlVAAD+/ghx//35++UGMSduprAMAIazl1JEtXquPrLA0A0sCCONB/69fkWsQAA=)}.Product_BlockMetaBadgesItem__xiUjW:nth-child(3){--img:url(data:image/webp;base64,UklGRmIBAABXRUJQVlA4WAoAAAAQAAAAJwAAJwAAQUxQSPQAAAABgFXbbt3oQhAEQTAEQzCDCoIZ1AxqBgmDlIHDwGWgMBCEecuav35GxATgrUy1H1Ptwz4+TMfRhYNu2iUz4VdKWXZNITwZy1lDHg8EjrJCSVg5Ig8uyaXn0zaEDuvncNX8ETtk5sf0cLOO4KGVPWClKFaGe0hKHMGJW3eRsp0vy3L0VkVEats2udt1Gpkrn2kCSatKbX3fe6tiWRlkuBbQP+awpgl/1uc+D7W2BlCWIpd9qKp+XFcSSQREOJnhXskt3hZY4n088Y8+6C3uvrlIdETPU1z5RCqSA0thXCtogsA9Y4FM1UpENVV1gZgJocxMvjcuVlA4IEgAAACQAwCdASooACgAPjEWiUK/oSETlkn4AwS0gAAax5UtP8qyDFQAAP7+FEn/33Ll5Szpo4aW0gToh5HkhHOMoRJ05yxH/r1IAAA=)}@media screen and (max-width:900px){.Product_BlockMetaBadgesItem__xiUjW{font-size:12px}}.Product_BlockMetaPrice__xk8Sm{display:flex;flex-wrap:wrap;gap:calc(10*1*var(--vw) + 10*(1 - 1)*1px);font-family:var(--second-family);font-weight:500;font-size:calc(24*.5*var(--vw) + 24*(1 - .5)*1px);line-height:130%;color:var(--black)}.Product_BlockMetaPriceOld__4Pwy3{text-decoration:line-through;position:relative;color:var(--grey);font-weight:400;font-size:.75em}.Product_BlockMetaPriceDiscount__blZrP{font-weight:400;font-size:.75em;color:var(--main-color)}.Product_BlockMetaCta__5dNg8{display:grid;grid-template-areas:"Cart Favs Share .";grid-template-columns:repeat(3,auto) 1fr;grid-gap:calc(15*.5*var(--vw) + 15*(1 - .5)*1px);gap:calc(15*.5*var(--vw) + 15*(1 - .5)*1px)}.Product_BlockMetaCta__5dNg8>:first-child{grid-area:Cart}.Product_BlockMetaCta__5dNg8>:nth-child(2){grid-area:Favs}.Product_BlockMetaCta__5dNg8>:nth-child(3){grid-area:Share}.Product_BlockMetaCtaCart__9BZe7{font-family:var(--font-family);font-size:calc(18*.33*var(--vw) + 18*(1 - .33)*1px);color:var(--white);border-radius:10px;padding:0 calc(40*.5*var(--vw) + 40*(1 - .5)*1px);background:var(--main-color);min-height:57px;transition:filter 255ms,background 255ms,color 255ms;border:1px solid var(--main-color)}.Product_BlockMetaCtaCart__9BZe7[data-carted=true]{background:transparent;color:var(--main-color)}.Product_BlockMetaCtaCart__9BZe7[data-carted=true]:hover{background:var(--main-color);color:var(--white)}.Product_BlockMetaCtaCart__9BZe7:hover{filter:brightness(1.1)}@media screen and (max-width:900px){.Product_BlockMetaCtaCart__9BZe7{height:40px}}.Product_BlockMetaCtaFavs__xxlfC,.Product_BlockMetaCtaShare__gYMfU{border-radius:8px;--res:57px;width:var(--res);height:var(--res);background:var(--blue-blue-2);position:relative}@media screen and (max-width:900px){.Product_BlockMetaCtaFavs__xxlfC,.Product_BlockMetaCtaShare__gYMfU{display:none}}.Product_BlockMetaCtaFavs__xxlfC[data-active=true] svg,.Product_BlockMetaCtaShare__gYMfU[data-active=true] svg{stroke:var(--main-color);fill:var(--main-color)}.Product_BlockMetaCtaFavs__xxlfC svg,.Product_BlockMetaCtaShare__gYMfU svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--svgres);height:var(--svgres);stroke:var(--grey);fill:transparent;transition:fill 255ms,stroke 255ms}.Product_BlockMetaCtaFavs__xxlfC:nth-child(2),.Product_BlockMetaCtaShare__gYMfU:nth-child(2){--svgres:30px}.Product_BlockMetaCtaFavs__xxlfC:nth-child(3),.Product_BlockMetaCtaShare__gYMfU:nth-child(3){--svgres:24px}.Product_BlockMetaCtaFavs__xxlfC:nth-child(3) svg,.Product_BlockMetaCtaShare__gYMfU:nth-child(3) svg{fill:var(--grey);stroke:transparent}@media screen and (max-width:900px){.Product_BlockMetaCtaFavs__xxlfC,.Product_BlockMetaCtaShare__gYMfU{--res:40px;width:var(--res);height:var(--res);background:transparent}}.Product_BlockMetaTabsHead__17XMU{display:flex;gap:calc(30*1*var(--vw) + 30*(1 - 1)*1px);position:relative;padding:0 0 7px;margin:0 0 calc(40*1*var(--vw) + 40*(1 - 1)*1px) 0;overflow:hidden}@media screen and (max-width:900px){.Product_BlockMetaTabsHead__17XMU{display:none}}.Product_BlockMetaTabsHeadItem__TvMay{font-family:var(--font-family);font-size:calc(18*.33*var(--vw) + 18*(1 - .33)*1px);color:var(--light-grey);text-align:center;cursor:pointer;--res:fit-content;width:var(--res);height:var(--res);align-self:end;transition:color 255ms}.Product_BlockMetaTabsHeadItem__TvMay[data-active=true]{color:var(--black)}.Product_BlockMetaTabsHead__17XMU:before{left:0;width:100%;padding:2px 0 0;background:var(--smoky-white)}.Product_BlockMetaTabsHead__17XMU:after,.Product_BlockMetaTabsHead__17XMU:before{content:"";display:block;position:absolute;bottom:0;border-radius:5px;transform:translateY(50%)}.Product_BlockMetaTabsHead__17XMU:after{left:var(--sliderOffset);padding:4px 0 0;width:var(--sliderWidth);background:var(--main-color);transition:left 255ms,width 255ms}@media screen and (min-width:900px){.Product_BlockMetaTabsItem__wpwh2[data-active=false]{display:none!important}}@media screen and (max-width:900px){.Product_BlockMetaTabsItem__wpwh2{display:grid;grid-template-rows:auto 0fr;transition:grid-template-rows 255ms;padding:12px 0;border-bottom:1px solid var(--gray-separator)}.Product_BlockMetaTabsItem__wpwh2[data-active=true]{grid-template-rows:auto 1fr}.Product_BlockMetaTabsItem__wpwh2>:nth-child(2){overflow:hidden}.Product_BlockMetaTabsItem__wpwh2:first-child{border-top:1px solid var(--gray-separator)}}.Product_BlockMetaTabsItemHead__Enaxu{font-family:var(--font-family);font-size:18px;color:var(--black);display:grid;grid-template-areas:"Title . Icon";grid-template-columns:auto 1fr auto;place-items:center}.Product_BlockMetaTabsItemHead__Enaxu>:first-child{grid-area:Title}.Product_BlockMetaTabsItemHead__Enaxu>:nth-child(2){grid-area:Icon}.Product_BlockMetaTabsItemHead__Enaxu svg{transition:transform 255ms}.Product_BlockMetaTabsItemHead__Enaxu[data-active=true] svg{transform:rotate(180deg)}@media screen and (min-width:900px){.Product_BlockMetaTabsItemHead__Enaxu{display:none}}.Product_BlockMetaTabAttrs__2OM_z{display:grid;grid-template-columns:auto 1fr;grid-gap:calc(5*.25*var(--vw) + 5*(1 - .25)*1px) calc(20*1*var(--vw) + 20*(1 - 1)*1px);gap:calc(5*.25*var(--vw) + 5*(1 - .25)*1px) calc(20*1*var(--vw) + 20*(1 - 1)*1px)}.Product_BlockMetaTabAttrsKey__tY2hV{color:var(--grey)}.Product_BlockMetaTabAttrsKey__tY2hV,.Product_BlockMetaTabAttrsVal__2jnzA{font-family:var(--font-family);font-size:calc(16*.25*var(--vw) + 16*(1 - .25)*1px)}.Product_BlockMetaTabAttrsVal__2jnzA{font-weight:700;color:var(--black)}.Product_BlockMetaTabOrder__enQk4,.Product_BlockMetaTabPayment__V7tS9,.Product_BlockMetaTabRefund__ZH016{font-family:var(--font-family);color:var(--black);font-size:calc(18*.25*var(--vw) + 18*(1 - .25)*1px)}.Product_BlockMetaTabOrder__enQk4 [data-point],.Product_BlockMetaTabPayment__V7tS9 [data-point],.Product_BlockMetaTabRefund__ZH016 [data-point]{border-radius:5px;background:var(--blue-blue-1);padding:4px}.Product_BlockMetaTabOrder__enQk4 [data-fade],.Product_BlockMetaTabPayment__V7tS9 [data-fade],.Product_BlockMetaTabRefund__ZH016 [data-fade]{font-family:var(--font-family);font-size:calc(16*.25*var(--vw) + 16*(1 - .25)*1px);color:var(--light-grey)}.Product_BlockMetaTabOrder__enQk4 [data-strong],.Product_BlockMetaTabPayment__V7tS9 [data-strong],.Product_BlockMetaTabRefund__ZH016 [data-strong]{font-weight:700}.Product_BlockMetaTabOrder__enQk4 [data-walktime],.Product_BlockMetaTabPayment__V7tS9 [data-walktime],.Product_BlockMetaTabRefund__ZH016 [data-walktime]{display:grid;place-items:center;grid-auto-flow:column;grid-gap:8px;gap:8px;font-size:12px;line-height:130%;color:var(--grey);--res:fit-content;width:var(--res);height:var(--res)}.Product_BlockMetaTabOrder__enQk4 [data-walktime]:before,.Product_BlockMetaTabPayment__V7tS9 [data-walktime]:before,.Product_BlockMetaTabRefund__ZH016 [data-walktime]:before{content:"";display:inline-block;background-image:url(data:image/webp;base64,UklGRrIBAABXRUJQVlA4WAoAAAAQAAAALwAALwAAQUxQSCMBAAABgFXbehbnSoiETwISkICEOCgOJg6KA3BQHICDkfDVARLOQ2Aavv69RsQE6B+bN47ZAj2o3cIY51uY6YIUZbmyKOPFoajpOJvCKJ/sKY5s2tesH7Yfy8tjd5dtfHm2W8xp6OmOhablBgO8k2TALMkrrN0CZElagE7KnG7NDHDVDk9JT/ANGFotQK4ykKUemA3w1MYAV/0El7QApgK8t+mAXHXALBmwS8kB3+rZXtPEonoBTMpAljTw4vqFSwN2SU9w1eWFuc0AZEkblBPZtJ+u1iYDJsmmopgD8K7I6QBmC6QRwHMgFWq3ODKnfsToP94klQrvAxjQS7KVerwhjaV2YFCdHdhvcK5d5+b3HFduF9ruGc8+S1KQpv+vNVznRxfrxwQAVlA4IGgAAABwBQCdASowADAAPiUOhUKhh4wGAJEtIAK4A914v9ZtreeQzkltQ0XV5y1YLtf39WRN1wkgAP7/5OJ//+3TSa6gPR+gF///KFLfiv6a6h//TvxyjkSI2jcEtFo3//ymxLUCf/4huAAAAA==);--res:24px;width:var(--res);height:var(--res);background-position:50%;background-repeat:no-repeat;background-size:contain}.Product_BlockMetaTabOrder__enQk4 [data-station],.Product_BlockMetaTabPayment__V7tS9 [data-station],.Product_BlockMetaTabRefund__ZH016 [data-station]{display:grid;grid-auto-flow:column;--res:fit-content;width:var(--res);height:var(--res);grid-gap:8px;gap:8px}.Product_BlockMetaTabOrder__enQk4 [data-station]:before,.Product_BlockMetaTabPayment__V7tS9 [data-station]:before,.Product_BlockMetaTabRefund__ZH016 [data-station]:before{content:"";display:inline-block;--res:24px;width:var(--res);height:var(--res);background-position:50%;background-repeat:no-repeat;background-size:contain}.Product_BlockMetaTabOrder__enQk4 [data-station][data-station=green]:before,.Product_BlockMetaTabPayment__V7tS9 [data-station][data-station=green]:before,.Product_BlockMetaTabRefund__ZH016 [data-station][data-station=green]:before{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.1313 16.4321C16.0666 16.4074 16.0592 16.0233 16.0592 12.552C16.0592 10.4332 16.044 8.68994 16.0242 8.67789C16.0046 8.66563 15.1624 9.24938 14.1533 9.97493C12.5918 11.0966 12.3026 11.2879 12.2198 11.2541C12.166 11.2324 11.3393 10.6321 10.3829 9.92027C9.42626 9.2085 8.63121 8.62604 8.61637 8.62604C8.60195 8.62604 8.57914 10.3734 8.56709 12.509L8.5445 16.3917H7.55559L5.64941 16.4164C5.64941 16.4356 7.14957 17.7421 8.99765 19.253C10.8455 20.7637 12.3728 22 12.3915 22C12.4212 22 13.411 21.1551 17.8964 17.2997L18.8594 16.4076L18.073 16.4242C17.9164 16.4291 16.2325 16.4706 16.1313 16.4321Z" fill="%2338B266" /><path d="M12.3306 8.37522C12.3648 8.37587 13.6575 7.43429 15.2042 6.28228C17.6076 4.49294 18.008 4.1788 17.9594 4.12006C17.928 4.0824 17.738 3.92296 17.5361 3.76546C15.0176 1.79925 11.5624 1.44444 8.68155 2.85681C7.92243 3.22883 6.71814 4.0753 6.76139 4.20613C6.76999 4.2313 8.01237 5.17955 9.52286 6.31327C11.0333 7.44699 12.2966 8.37479 12.3306 8.37522Z" fill="%2338B266" /><path d="M20.3426 7.76529C20.1384 7.12302 19.6334 6.10484 19.2642 5.59166C18.9331 5.13056 18.2516 4.33508 18.1881 4.33508C18.1176 8.34173 18.1589 12.3621 18.1912 16.3651C18.2484 16.3651 18.9488 15.5985 19.2597 15.1656C19.6334 14.644 20.1376 13.6284 20.3426 12.984C20.9005 11.2254 20.9005 9.52386 20.3426 7.76529Z" fill="%2338B266" /><path d="M6.56343 16.3708C6.55913 16.2503 6.58194 4.38013 6.52707 4.38013C6.46639 4.38013 5.82067 5.13838 5.49125 5.59712C5.12589 6.10513 4.62068 7.12524 4.41734 7.76494C3.73074 9.9291 3.89298 12.1092 4.89179 14.1208C5.23391 14.8108 5.59862 15.3509 6.1402 15.9712C6.33083 16.1898 6.56429 16.3973 6.56343 16.3708Z" fill="%2338B266" /></svg>')}.Product_BlockMetaTabOrder__enQk4 [data-station][data-station=orange]:before,.Product_BlockMetaTabPayment__V7tS9 [data-station][data-station=orange]:before,.Product_BlockMetaTabRefund__ZH016 [data-station][data-station=orange]:before{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.1313 16.4321C16.0666 16.4074 16.0592 16.0233 16.0592 12.552C16.0592 10.4332 16.044 8.68994 16.0242 8.67789C16.0046 8.66563 15.1624 9.24938 14.1533 9.97493C12.5918 11.0966 12.3026 11.2879 12.2198 11.2541C12.166 11.2324 11.3393 10.6321 10.3829 9.92027C9.42626 9.2085 8.63121 8.62604 8.61637 8.62604C8.60195 8.62604 8.57914 10.3734 8.56709 12.509L8.5445 16.3917H7.55559L5.64941 16.4164C5.64941 16.4356 7.14957 17.7421 8.99765 19.253C10.8455 20.7637 12.3728 22 12.3915 22C12.4212 22 13.411 21.1551 17.8964 17.2997L18.8594 16.4076L18.073 16.4242C17.9164 16.4291 16.2325 16.4706 16.1313 16.4321Z" fill="%23FF8800" /><path d="M12.3306 8.37522C12.3648 8.37587 13.6575 7.43429 15.2042 6.28228C17.6076 4.49294 18.008 4.1788 17.9594 4.12006C17.928 4.0824 17.738 3.92296 17.5361 3.76546C15.0176 1.79925 11.5624 1.44444 8.68155 2.85681C7.92243 3.22883 6.71814 4.0753 6.76139 4.20613C6.76999 4.2313 8.01237 5.17955 9.52286 6.31327C11.0333 7.44699 12.2966 8.37479 12.3306 8.37522Z" fill="%23FF8800" /><path d="M20.3426 7.76529C20.1384 7.12302 19.6334 6.10484 19.2642 5.59166C18.9331 5.13056 18.2516 4.33508 18.1881 4.33508C18.1176 8.34173 18.1589 12.3621 18.1912 16.3651C18.2484 16.3651 18.9488 15.5985 19.2597 15.1656C19.6334 14.644 20.1376 13.6284 20.3426 12.984C20.9005 11.2254 20.9005 9.52386 20.3426 7.76529Z" fill="%23FF8800" /><path d="M6.56343 16.3708C6.55913 16.2503 6.58194 4.38013 6.52707 4.38013C6.46639 4.38013 5.82067 5.13838 5.49125 5.59712C5.12589 6.10513 4.62068 7.12524 4.41734 7.76494C3.73074 9.9291 3.89298 12.1092 4.89179 14.1208C5.23391 14.8108 5.59862 15.3509 6.1402 15.9712C6.33083 16.1898 6.56429 16.3973 6.56343 16.3708Z" fill="%23FF8800" /></svg>')}.Product_BlockMetaTabOrder__enQk4 [data-stronger],.Product_BlockMetaTabPayment__V7tS9 [data-stronger],.Product_BlockMetaTabRefund__ZH016 [data-stronger]{font-weight:700}.Product_BlockMetaTabOrder__enQk4 [data-delivery],.Product_BlockMetaTabPayment__V7tS9 [data-delivery],.Product_BlockMetaTabRefund__ZH016 [data-delivery]{display:flex;gap:8px;font-size:calc(16*.25*var(--vw) + 16*(1 - .25)*1px)}.Product_BlockMetaTabOrder__enQk4 [data-delivery]:before,.Product_BlockMetaTabPayment__V7tS9 [data-delivery]:before,.Product_BlockMetaTabRefund__ZH016 [data-delivery]:before{content:"";display:inline-block;--res:30px;width:var(--res);height:var(--res);background-position:50%;background-repeat:no-repeat;background-size:contain}.Product_BlockMetaTabOrder__enQk4 [data-delivery][data-delivery=post]:before,.Product_BlockMetaTabPayment__V7tS9 [data-delivery][data-delivery=post]:before,.Product_BlockMetaTabRefund__ZH016 [data-delivery][data-delivery=post]:before{background-image:url(data:image/webp;base64,UklGRlgDAABXRUJQVlA4WAoAAAAQAAAAOwAAOwAAQUxQSDwAAAABYBXJCpCLQASi0USaYQNs8KIQ4P07ETEBEM+c4RZA6kyVoLNV1Bn3Os39th+nbacK+QhSLkqA+hzeDgBWUDgg9gIAADATAJ0BKjwAPAA+MRaJQqIhIRYNVTQgAwSxgGmL2L5DiaHe+UTGB/VcQB+xX7AewB+gHuA8lXrAP0A9gD9gPTI9ib9wa6bz83d32Aydb4DyPpx/8g/xOi5fkzzSUwv+cf6r7ZvhJ/nPKt88/6j7O/sL/kH9A/0/AUfsYfqkjb7bkpgVzv6QeNDBzi301wJigyH3F44dSKjDgnSx836kxEagAAD+/sfkJy7OVUpfIOH/yp/tsxFU5f4e8FOo/ngyeuv+4XmyhZorqWv77Be7N9v1BEnn5/v8xH6JH7uAwNtwbOBv1d9M083/8Fp+cKsgvGjIr9GUcJay/q+DSd5lJgPX11HI849BdCDr70fYXx0JfE/Wfjfsa6QjwpKLjP/7tJtwAkE/Uvsi37AtmV+0LMos6aVuzaIif3JXfPhZ0uvC/Ei/zFlfKLMjjTd/+RjH/vD1Arllg9rr1pbBeLrYkxVOmCnz1FRsH6fj8exkKyWDSW8pTBeH6N9jyw7QPBIm6xeFf0TTu+HeGQtTfQlbYVWuKqweNnzt+MG6tOj4QT1Q/xMMB11HjeeJjRJy/D1AeNNR6q9STmlYPDAk+vtPbyi5Swc2o12kLnMv/p6NLZENAGAkO/UWNzo+8W67FXm/GBM2BbFXrH3NH5pWcQw+ob/uCKv2b/3iV9KW33W96aqzuFOWtrUCZYtUB5AIsEObsGbtUXDBZBSPBmDx8gE8lwqpC9z9BvwDk4kBkz2YfC0KNWSHxA8gfnH/Ff6jHuHEgXXXACAizO1GgvoO5+v9I4saFMXF+9vEN/FUhdkidWP0Jcw++ZC7M7rt3UBoZTlLwfEhzSr+1Pc1AHKtZHtGr56gEwOyXM3o/3z/lVJ4rM7/2F5itLX1Bm7x60XjMTdOlTNzkXZsEZwVX5BEOCIcQCv5o6uo32Wnd7jN8kgOjQik/P0RQsxdPNfsLev/mJUlHNGn/ul+cc+7C0A//2o47B+n518/nlfoE/hFImPuTGyNBQaggAAA)}.Product_BlockMetaTabOrder__enQk4 [data-delivery][data-delivery=sdek]:before,.Product_BlockMetaTabPayment__V7tS9 [data-delivery][data-delivery=sdek]:before,.Product_BlockMetaTabRefund__ZH016 [data-delivery][data-delivery=sdek]:before{background-image:url(data:image/webp;base64,UklGRugCAABXRUJQVlA4WAoAAAAQAAAAOwAAOwAAQUxQSDwAAAABYBXJCpCLQASi0USaYQNs8KIQ4P07ETEBEM+c4RZA6kyVoLNV1Bn3Os39th+nbacK+QhSLkqA+hzeDgBWUDgghgIAALARAJ0BKjwAPAA+MRiKQyIhoRIMBgAgAwS0gGnSVpNPvlf4Z9SL349bP109QDVSvWvxV/MDUN/0L8gMtB+Lf2DSHv6rrB/9A/xfo4f13k4+Vf+B7gf8U/mn+f/L3/C///xAfsB7In6kmUpgXr1a5OXJZuL/UT6y0lBaWyS3QVF5Es5ZLZk0FE7jS//8fhjfR6M4hGGWAAD+/ppBfRApmZySk25/KEidzTiDxLa6JerqFcz6bGk9h73qHaht5Jfxf/Bo+HUUeWK9FMWSVty877cmrHo9cTobv+VHrlC9St4bwL/4bziAXSVO915sDBOp/rD+3mAyRemMMPcWGh7/gbD2xZ4oinBan7wfYE7dkhO2nXCvyWa/N4wGzka5VHF4Bg6RtvwIvquQDhgEHF9EH12kZeh+8LtsF+FNc7Jvu7qid86vIKbBk4Nj8QPymTfinpUmDZAms7/nTEASJGPJVXg1uLzczmn5dNpCu0c+ChSnFKS76La2GfTp5qv///CMN6YNxjPr73gUT/dFNRNmZHum0BdUlowz6Envjwxst6EArrD/BVoUtYpylr/vfOuNNRbmDL9NTGrEiSWe7M2DiJ///9oLn/4saw11wESuY/+wJdL+9jEtogyj1n3L8M1Z5KdUPW9NpGhKlm/d/b6ha5gb3AlRlduHh7KK/LuX9ePmvXx3PnKkWCx6f+X5w4t72rFGwx+wgn/lydO1Br4CaJiSHCfKtTMtqxmO3dqcnzwGQxNbWVaxoqipKTyQ68j2Oi3ui525MWCjRJhNi0GOawjtmvgxc+66taMjqbzc4xXc7v0wkSmTqLPU/BaWEXq6dKYfpWvADtdK0/H0T7FKpyXR80lKBAA=)}.Product_BlockMetaTabOrder__enQk4 [data-delivery][data-delivery=yand]:before,.Product_BlockMetaTabPayment__V7tS9 [data-delivery][data-delivery=yand]:before,.Product_BlockMetaTabRefund__ZH016 [data-delivery][data-delivery=yand]:before{background-image:url(data:image/webp;base64,UklGRuICAABXRUJQVlA4WAoAAAAQAAAAOwAAOwAAQUxQSDwAAAABYBXJCpCLQASi0USaYQNs8KIQ4P07ETEBEM+c4RZA6kyVoLNV1Bn3Os39th+nbacK+QhSLkqA+hzeDgBWUDgggAIAANAQAJ0BKjwAPAA+MRaJQyIhIRYKrTQgAwSygGqJtAdYBvEP7GfsB7N2rYzBer/q7kvnmf4wfkRqCv6Ljrv71+Sv4Z8Zn6Dn9I/GTXU/5L7VffCzWfM3+i9wL+L/zn/Gfmx/gO1m9mD9gD9UkPLjUcaZ6hBfKr8KGlTswy42WdDV+k3iU96t65I4mI+VejAAAP7+x+tEKxbNKTgtctVw3KmA+ORvFpxVazVaYKbiwdLn3kUrCiqEDnt/nj5QXFv1bWzHa6E5mwZ2wCh4GSWALlUA7lViTkgdny2xR4mxTVA5si45ZnJuxe78kX1+bB0JzzNhiUb0E46REirv0WYVbV6uhf5J/4tK/ztpT+F+/R70JqHB8/89mDJwRoozNVZwyMSdijNHhSRtsZOnlb+diFe2O7/sci51oPyMWJiWy9KxNlO0Yk72d4P/9/qNf/AncmhfLW4Pg+xY/MFAFvMM3T+cGAN5xsjVlH+iNXdYGY8j3CYBbAtekdI5jpUaj39LlrBgFYAlbxzhNyNM8t82AmyaOBcA0+5Vf5UOeiTtxjdxMM9fsiPlaSjRkZHE35RiltBMWjnawftYasLuoJ+yiL0eX2v7vFLJf3jeeUa8jQj/Qwokqg6pi3Vgah2PWz//58oIruTNzPa9HQEpq8AROIWLVXtj8hwYpvTT8T+xA4vZ4zGAmM1R/pmzT99Gq80tzrID9t+/9uov0sMuNKgK/BF9IGY/VyXwAkigcti0iYDvf4GO16lgQQI7mPai9EycmHJV1xbNRf81hBIkRIJQfSWVjj/0Nrxt/6qywUwQPsOf/1YfiDt86IB7M56kJpynXZR/JVtpAs1vOeUCicQUQAA=)}.Product_BlockMetaTabOrder__enQk4 [data-hr],.Product_BlockMetaTabPayment__V7tS9 [data-hr],.Product_BlockMetaTabRefund__ZH016 [data-hr]{background:var(--purple-gray-1);padding:1px 0 0;width:100%}.Product_BlockMetaTabOrder__enQk4 [data-checkmark],.Product_BlockMetaTabPayment__V7tS9 [data-checkmark],.Product_BlockMetaTabRefund__ZH016 [data-checkmark]{--res:28px;width:var(--res);height:var(--res);position:relative;display:inline-block}.Product_BlockMetaTabOrder__enQk4 [data-checkmark]:before,.Product_BlockMetaTabPayment__V7tS9 [data-checkmark]:before,.Product_BlockMetaTabRefund__ZH016 [data-checkmark]:before{position:absolute;content:"";display:inline-block;left:50%;top:50%;transform:translate(-50%,-25%);background-image:url('data:image/svg+xml,<svg width="17" height="28" viewBox="0 0 17 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.8361 8.06187C10.8992 10.1312 7.61859 16.0174 6.57369 18.8407C6.55327 18.8958 6.34565 18.9293 6.30843 18.883C5.03034 17.2944 3.55151 16.0392 2.14429 15.3486C1.75047 15.1554 1.27464 15.318 1.08143 15.7116C0.888184 16.1054 1.05065 16.5813 1.4444 16.7746C2.64745 17.365 3.9353 18.4674 5.07078 19.8788C5.4074 20.2973 5.89734 20.5295 6.42016 20.5295C6.51575 20.5295 7.50421 20.7892 8.06335 19.3921C9.09331 16.8187 12.0165 11.3853 16.4501 9.52689C16.8545 9.35729 17.0451 8.89192 16.8755 8.48737C16.706 8.08286 16.2405 7.89247 15.8361 8.06187Z" fill="%2382868A" /></svg>');background-size:contain;background-position:50%;background-repeat:no-repeat;--res:28px;width:var(--res);height:var(--res)}.Product_BlockMetaTabOrder__enQk4 [data-checkmark] strong,.Product_BlockMetaTabPayment__V7tS9 [data-checkmark] strong,.Product_BlockMetaTabRefund__ZH016 [data-checkmark] strong{display:flex;flex-wrap:wrap;gap:2ch;--res:fit-content;width:var(--res);height:var(--res)}.Product_BlockView__Z43mB{position:relative;display:grid;grid-template-areas:"Thumbs Main";--thumbRes:calc(60 * 1 * var(--vw) + 60 * (1 - 1) * 1px);grid-template-columns:var(--thumbRes) auto}@media screen and (max-width:900px){.Product_BlockView__Z43mB{grid-template-areas:"Main";grid-template-columns:1fr;width:100%;height:calc(320*1*var(--vw) + 320*(1 - 1)*1px);overflow:hidden}}.Product_BlockViewControls__WgiR1{position:absolute;top:0;right:0;display:grid;grid-template-rows:repeat(2,1fr);grid-gap:10px;gap:10px}@media screen and (min-width:900px){.Product_BlockViewControls__WgiR1{display:none}}.Product_BlockViewControlsFav__2pnPg,.Product_BlockViewControlsShare___PMrM{background:transparent;cursor:pointer;--res:40px;width:var(--res);height:var(--res);position:relative}.Product_BlockViewControlsFav__2pnPg svg,.Product_BlockViewControlsShare___PMrM svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);--res:60%;width:var(--res);height:var(--res);fill:inherit!important;stroke:inherit!important}.Product_BlockViewControlsFav__2pnPg{fill:transparent;stroke:var(--blue-grey)}.Product_BlockViewControlsFav__2pnPg[data-active=true]{fill:#cb1829;stroke:#cb1829}.Product_BlockViewControlsShare___PMrM{fill:var(--blue-grey)}.Product_BlockViewMain__akQi7{cursor:zoom-in;left:0;top:0;--w:100%;--h:calc((100vw - var(--paddingHor) * 2) / 2);width:var(--w);height:100%;max-height:var(--h);grid-area:Main}@media screen and (max-width:900px){.Product_BlockViewMain__akQi7{max-height:unset}}.Product_BlockViewMainDesktopImg__7Tc4q{--res:100%;width:var(--res);height:var(--res);position:relative}@media screen and (max-width:900px){.Product_BlockViewMainDesktopImg__7Tc4q{display:none}}.Product_BlockViewMainDesktopImg__7Tc4q img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);--res:100%;width:var(--res);height:var(--res);object-fit:contain;object-position:50% 0}.Product_BlockViewMainSlides__VxYft{--w:calc(100vw - var(--paddingHor) * 2);display:flex;width:var(--w);height:calc(320*1*var(--vw) + 320*(1 - 1)*1px);overflow:scroll;scroll-snap-type:x mandatory}@media screen and (min-width:900px){.Product_BlockViewMainSlides__VxYft{display:none!important}}.Product_BlockViewMainSlidesItem__kFKA9{scroll-snap-align:center;position:relative;width:var(--w);height:100%;flex:none}.Product_BlockViewMainSlidesItem__kFKA9 img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);--res:100%;width:var(--res);height:var(--res);object-fit:contain}.Product_BlockViewMainPivots__aX1ha{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:var(--zProductPivots)}@media screen and (min-width:900px){.Product_BlockViewMainPivots__aX1ha{display:none!important}}.Product_BlockViewMainPivotsItem__UcaFs{--res:8px;width:var(--res);height:var(--res);border:1px solid var(--blue-grey);border-radius:50%;transition:background 255ms}.Product_BlockViewMainPivotsItem__UcaFs[data-active=true]{background:var(--blue-grey)}.Product_BlockViewThumbs__x15aS{grid-area:Thumbs;left:0;top:0;display:grid;grid-gap:calc(16*1*var(--vw) + 16*(1 - 1)*1px);gap:calc(16*1*var(--vw) + 16*(1 - 1)*1px);--res:fit-content;width:var(--res);height:var(--res)}@media screen and (max-width:900px){.Product_BlockViewThumbs__x15aS{display:none}}.Product_BlockViewThumbsItem__Ily6L{cursor:pointer;position:relative;--res:var(--thumbRes);width:var(--res);height:var(--res);border:1px solid var(--purple-gray-1);border-radius:calc(7*.5*var(--vw) + 7*(1 - .5)*1px);background:#fff}.Product_BlockViewThumbsItem__Ily6L[data-active=true]{border-color:var(--medium-light)}.Product_BlockViewThumbsItem__Ily6L img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);--res:95%;width:var(--res);height:var(--res);object-fit:contain}.Product_ProductShare__CHIq6{position:fixed;left:calc(var(--left)*1px);top:calc(var(--top)*1px);--offset:0;background:#fff;z-index:var(--zProductShare);box-shadow:0 0 20px rgba(0,0,0,.2);padding:20px;border-radius:5px;display:grid;grid-template-areas:"Title  Cross" "Copy   Copy " "Vk     Vk   " "Ok     Ok   " "Tg     Tg   " "Wa     Wa   ";grid-gap:10px;gap:10px;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(6,auto)}.Product_ProductShare__CHIq6>:first-child{grid-area:Title}.Product_ProductShare__CHIq6>:nth-child(2){grid-area:Vk}.Product_ProductShare__CHIq6>:nth-child(3){grid-area:Ok}.Product_ProductShare__CHIq6>:nth-child(4){grid-area:Tg}.Product_ProductShare__CHIq6>:nth-child(5){grid-area:Wa}.Product_ProductShare__CHIq6>:nth-child(6){grid-area:Copy}.Product_ProductShare__CHIq6>:nth-child(7){grid-area:Cross}@media screen and (max-width:900px){.Product_ProductShare__CHIq6{left:50%;top:50%;transform:translate(-50%,-50%)}}.Product_ProductShare__CHIq6[data-active]{transition:opacity 255ms}.Product_ProductShare__CHIq6[data-active][data-active=false]{opacity:0;pointer-events:none}.Product_ProductShare__CHIq6 [data-option]{display:grid;grid-template-columns:auto 1fr;place-items:center left;grid-gap:10px;gap:10px;font-family:var(--font-family);font-size:16px;line-height:110%;color:var(--black);cursor:pointer}.Product_ProductShare__CHIq6 [data-option] b{display:block;--res:50px;width:var(--res);height:var(--res);border-radius:50%;position:relative}.Product_ProductShare__CHIq6 [data-option] b:after{content:"";display:block;--res:50%;width:var(--res);height:var(--res);position:absolute;left:50%;top:50%;background-repeat:no-repeat;background-size:contain;transform:translate(-50%,-50%)}.Product_ProductShare__CHIq6 [data-option][data-option=ВКонтакте] b{background-color:#07f}.Product_ProductShare__CHIq6 [data-option][data-option=ВКонтакте] b:after{background-image:url('data:image/svg+xml,<svg stroke="white" fill="white" stroke-width="0" viewBox="0 0 576 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z"></path></svg>')}.Product_ProductShare__CHIq6 [data-option][data-option=Одноклассники] b{background-color:#f70}.Product_ProductShare__CHIq6 [data-option][data-option=Одноклассники] b:after{background-image:url('data:image/svg+xml,<svg stroke="white" fill="white" stroke-width="0" viewBox="0 0 320 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z"></path></svg>')}.Product_ProductShare__CHIq6 [data-option][data-option=Telegram] b{background-color:#64a9dc}.Product_ProductShare__CHIq6 [data-option][data-option=Telegram] b:after{background-image:url('data:image/svg+xml,<svg stroke="white" fill="white" stroke-width="0" viewBox="0 0 448 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z"></path></svg>')}.Product_ProductShare__CHIq6 [data-option][data-option=WhatsApp] b{background-color:#65bc54}.Product_ProductShare__CHIq6 [data-option][data-option=WhatsApp] b:after{background-image:url('data:image/svg+xml,<svg stroke="white" fill="white" stroke-width="0" viewBox="0 0 448 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg>')}.Product_ProductShare__CHIq6 [data-option][data-option=Copy] b{background-color:rgba(0,0,0,.333)}.Product_ProductShare__CHIq6 [data-option][data-option=Copy] b:after{background-image:url('data:image/svg+xml,<svg stroke="white" fill="white" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"></path></svg>')}.Product_ProductShare__CHIq6 h2{font-family:var(--font-family);font-size:calc(24*.33*var(--vw) + 24*(1 - .33)*1px)}.Product_ProductShare__CHIq6 i{place-self:center right;cursor:pointer;background-image:url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.124631 11.8754C0.164435 11.9152 0.211703 11.9468 0.263733 11.9684C0.315763 11.99 0.371534 12.0011 0.427857 12.0011C0.484181 12.0011 0.539952 11.99 0.591981 11.9684C0.644011 11.9468 0.69128 11.9152 0.731084 11.8754L5.99844 6.60801L11.2679 11.8754C11.3484 11.9558 11.4574 12.001 11.5712 12.001C11.6849 12.001 11.794 11.9558 11.8744 11.8754C11.9548 11.7949 12 11.6859 12 11.5721C12 11.4584 11.9548 11.3493 11.8744 11.2689L6.6049 6.00156L11.8723 0.732054C11.9527 0.651633 11.9979 0.542559 11.9979 0.428827C11.9979 0.315095 11.9527 0.206021 11.8723 0.125601C11.7918 0.0451799 11.6828 0 11.569 0C11.4553 0 11.3462 0.0451799 11.2658 0.125601L5.99844 5.3951L0.728941 0.127744C0.646951 0.0575294 0.541486 0.0208396 0.43362 0.025006C0.325755 0.0291723 0.223434 0.073888 0.147104 0.150217C0.070775 0.226547 0.0260593 0.328868 0.0218929 0.436733C0.0177266 0.544599 0.0544164 0.650064 0.124631 0.732054L5.39199 6.00156L0.124631 11.2711C0.0448055 11.3514 0 11.46 0 11.5732C0 11.6864 0.0448055 11.7951 0.124631 11.8754Z" fill="%23565656"/></svg>');--res:40px;width:var(--res);height:var(--res);background-repeat:no-repeat;background-position:100% 0}.Product_ProductZoom__uuz8x{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:102vh;z-index:var(--zProductZoom);background:#fff}.Product_ProductZoom__uuz8x[data-open]{transition:opacity .5s}.Product_ProductZoom__uuz8x[data-open][data-open=true]{opacity:1;pointer-events:all}.Product_ProductZoom__uuz8x[data-open][data-open=false]{opacity:0;pointer-events:none}.Product_ProductZoomName__nbtUM{font-family:var(--font-family);font-weight:500;font-size:calc(20*.5*var(--vw) + 20*(1 - .5)*1px);line-height:130%;color:var(--grey);position:absolute;left:50%;bottom:20px;transform:translate(-50%);text-align:center}@media screen and (max-width:900px){.Product_ProductZoomName__nbtUM{font-size:16px}}.Product_ProductZoomCross___dYH_{display:block;position:absolute;--off:20px;right:var(--off);top:var(--off);--res:40px;width:var(--res);height:var(--res);background-image:url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.83842 6.31542C7.41786 5.89486 6.73599 5.89486 6.31542 6.31542C5.89486 6.73599 5.89486 7.41786 6.31542 7.83842L18.477 20L6.31542 32.1616C5.89486 32.5821 5.89486 33.264 6.31542 33.6846C6.73599 34.1051 7.41786 34.1051 7.83842 33.6846L20 21.523L32.1616 33.6846C32.5821 34.1051 33.264 34.1051 33.6846 33.6846C34.1051 33.264 34.1051 32.5821 33.6846 32.1616L21.523 20L33.6846 7.83842C34.1051 7.41786 34.1051 6.73599 33.6846 6.31542C33.264 5.89486 32.5821 5.89486 32.1616 6.31542L20 18.477L7.83842 6.31542Z" fill="%23ACACAC"/></svg>');background-repeat:no-repeat;background-position:50%;background-size:contain;cursor:pointer;transition:transform 255ms}.Product_ProductZoomCross___dYH_:hover{transform:rotate(-90deg)}@media screen and (max-width:900px){.Product_ProductZoomCross___dYH_{--off:10px;--res:30px}}.Product_ProductZoomArrow__y5KaD{position:absolute;--rot:0deg;--scale:1;--off:10px;top:50%;transform:translateY(-50%) rotate(var(--rot)) scale(var(--scale));background-image:url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.29554 39.7071C8.90163 39.3166 8.90163 38.6834 9.29554 38.2929L27.7471 20L9.29554 1.70711C8.90163 1.31658 8.90163 0.68342 9.29554 0.292894C9.68945 -0.0976277 10.3281 -0.0976278 10.722 0.292894L30.6001 20L10.722 39.7071C10.3281 40.0976 9.68945 40.0976 9.29554 39.7071Z" fill="%23ACACAC"/></svg>');background-size:contain;background-repeat:no-repeat;--res:40px;width:var(--res);height:var(--res);cursor:pointer;transition:transform 255ms}@media screen and (max-width:900px){.Product_ProductZoomArrow__y5KaD{--res:30px;width:var(--res);height:var(--res);--off:5px}}.Product_ProductZoomArrow__y5KaD:hover{--scale:1.1}.Product_ProductZoomArrow__y5KaD[data-arrow][data-arrow=left]{--rot:180deg;left:var(--off)}.Product_ProductZoomArrow__y5KaD[data-arrow][data-arrow=right]{--rot:0deg;right:var(--off)}.Product_ProductZoom__uuz8x picture{pointer-events:none}.Product_ProductZoom__uuz8x picture,.Product_ProductZoom__uuz8x picture img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);--res:100%;width:var(--res);height:var(--res)}.Product_ProductZoom__uuz8x picture img{object-fit:contain}.Product_ProductZoom__uuz8x picture img[data-faded]{transition:opacity .1s}.Product_ProductZoom__uuz8x picture img[data-faded][data-faded=true]{opacity:0}.Product_ProductZoom__uuz8x picture img[data-faded][data-faded=false]{opacity:1}.Product_NoStockTitle__0GKMZ{font-family:var(--second-family);font-weight:500;font-size:calc(28*.5*var(--vw) + 28*(1 - .5)*1px);line-height:130%;color:var(--black);display:block}@media screen and (max-width:900px){.Product_NoStockTitle__0GKMZ{font-size:calc(19*.33*var(--vw) + 19*(1 - .33)*1px)}}.Product_NoStockDescr__ZG7yf{font-family:var(--font-family);font-size:calc(18*.33*var(--vw) + 18*(1 - .33)*1px);padding:10px 0}.Product_NoStockDescr__ZG7yf a{color:#a52838;font-weight:600}@media screen and (max-width:900px){.Product_NoStockDescr__ZG7yf{font-size:14px}}.Preview_Preview__wfkxK{display:grid;grid-template-areas:"Slider" "." "Bullets" "." "Name" "." "Price" "." ".";grid-template-columns:1fr;grid-template-rows:auto 0 auto calc(5*.5*var(--vw) + 5*(1 - .5)*1px) auto calc(4*.5*var(--vw) + 4*(1 - .5)*1px) auto calc(16*.5*var(--vw) + 16*(1 - .5)*1px) 1fr;--res:100%;width:var(--res);height:var(--res);position:relative;background:var(--white);border-radius:8px;transition:filter 255ms;--heartColor:var(--heartColorIdle);--heartBgScale:0;--pgc:var(--productsGridCols);--ph:var(--paddingHor);--pggv:var(--productsGridGapVert);--productHeight:calc(305 * 1 * var(--vw) + 305 * (1 - 1) * 1px);--productWidth:calc((100vw - var(--pggv) * (var(--pgc) - 0) - var(--ph) * 2) / var(--pgc))}.Preview_Preview__wfkxK>:first-child{grid-area:Slider}.Preview_Preview__wfkxK>:nth-child(2){grid-area:Bullets}.Preview_Preview__wfkxK>:nth-child(3){grid-area:Name}.Preview_Preview__wfkxK>:nth-child(4){grid-area:Price}.Preview_Preview__wfkxK>:nth-child(5){grid-area:Modal}.Preview_Preview__wfkxK>:nth-child(6){grid-area:Badge}.Preview_Preview__wfkxK>:nth-child(7){grid-area:Heart}@media screen and (max-width:900px){.Preview_Preview__wfkxK{--productHeight:calc(155 * 0.5 * var(--vw) + 155 * (1 - 0.5) * 1px);background:var(--white);border-radius:12px;overflow:hidden;padding:0 0 8px;grid-template-rows:auto calc(5*.5*var(--vw) + 5*(1 - .5)*1px) auto calc(4*.5*var(--vw) + 4*(1 - .5)*1px) auto 0 1fr;min-height:230px}}.Preview_Preview__wfkxK:after{content:"";position:absolute;left:0;top:0;--res:100%;width:var(--res);height:var(--res);background:var(--white);z-index:-1}@media screen and (min-width:900px){.Preview_Preview__wfkxK:hover{filter:drop-shadow(-2px 2px 25px rgba(67,79,86,.15));--heartColor:var(--heartColorHover);--heartBgScale:1}.Preview_Preview__wfkxK:hover [data-modal]{transform:translateY(100%) translateY(-12px);opacity:1}.Preview_Preview__wfkxK:hover [data-bullets]{opacity:1}}@media screen and (min-width:900px)and (max-width:900px){.Preview_Preview__wfkxK:hover{filter:unset}}.Preview_PreviewName__Mis1A{font-family:var(--font-family);font-size:16px;line-height:110%;color:var(--black);padding:0 calc(12*.5*var(--vw) + 12*(1 - .5)*1px)}@media screen and (max-width:900px){.Preview_PreviewName__Mis1A{font-size:14px}}.Preview_PreviewPrice__nNRJZ{padding:0 calc(12*.5*var(--vw) + 12*(1 - .5)*1px)}.Preview_PreviewPrice__nNRJZ[data-has-discount=true]{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media screen and (max-width:900px){.Preview_PreviewPrice__nNRJZ[data-has-discount=true]{display:grid;grid-gap:unset;gap:unset;grid-template-areas:"Old .   Dis" ".   .   .  " "Cur Cur Cur" ".   .   .  ";grid-template-columns:auto 4px 1fr;grid-template-rows:auto 2px auto 1fr}.Preview_PreviewPrice__nNRJZ[data-has-discount=true]>:first-child{grid-area:Cur}.Preview_PreviewPrice__nNRJZ[data-has-discount=true]>:nth-child(2){grid-area:Old}.Preview_PreviewPrice__nNRJZ[data-has-discount=true]>:nth-child(3){grid-area:Dis}}.Preview_PreviewPriceCurrent__3Zz85{font-family:var(--second-family);font-weight:500;font-size:16px;color:var(--cb1829)}@media screen and (max-width:900px){.Preview_PreviewPriceCurrent__3Zz85{font-size:12px}}.Preview_PreviewPriceOld__mto9H{font-family:var(--second-family);font-weight:500;font-size:16px;text-decoration:line-through;color:var(--medium-light)}@media screen and (max-width:900px){.Preview_PreviewPriceOld__mto9H{font-size:12px}}.Preview_PreviewPriceDiscount__Eb223{font-family:var(--font-family);font-size:14px;line-height:120%;color:var(--cb1829)}@media screen and (max-width:900px){.Preview_PreviewPriceDiscount__Eb223{font-size:12px}}.Preview_PreviewHeart__AZ5Y1{cursor:pointer;position:absolute;top:calc(11*1*var(--vw) + 11*(1 - 1)*1px);right:calc(8*1*var(--vw) + 8*(1 - 1)*1px);--res:40px;width:var(--res);height:var(--res);background:transparent;border-radius:50%;transition:background 255ms}@media screen and (max-width:900px){.Preview_PreviewHeart__AZ5Y1{transform:scale(.8);transform-origin:100% 0}}.Preview_PreviewHeart__AZ5Y1:after{content:"";display:block;background-repeat:no-repeat;background-size:contain;width:22px;height:20px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--heartColor);-webkit-mask-image:url('data:image/svg+xml,<svg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 19C10.8887 19 10.7775 18.9713 10.6778 18.9138C10.5695 18.8514 7.99691 17.3599 5.38743 15.1125C3.84082 13.7805 2.60624 12.4594 1.71808 11.1859C0.568758 9.53795 -0.00921315 7.95286 0.000111035 6.47457C0.0110251 4.75441 0.628011 3.13671 1.73755 1.91942C2.86582 0.681629 4.37152 0 5.97739 0C8.03545 0 9.91709 1.15121 11 2.97486C12.083 1.15125 13.9646 0 16.0227 0C17.5398 0 18.9873 0.615036 20.0986 1.73183C21.3183 2.9574 22.0112 4.68906 21.9999 6.48272C21.9905 7.95844 21.4017 9.54113 20.2498 11.1868C19.3589 12.4596 18.1261 13.7801 16.5855 15.1117C13.9856 17.3589 11.4315 18.8504 11.324 18.9128C11.2239 18.9709 11.1119 19 11 19Z" fill="%23CB1829"/></svg>');mask-image:url('data:image/svg+xml,<svg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 19C10.8887 19 10.7775 18.9713 10.6778 18.9138C10.5695 18.8514 7.99691 17.3599 5.38743 15.1125C3.84082 13.7805 2.60624 12.4594 1.71808 11.1859C0.568758 9.53795 -0.00921315 7.95286 0.000111035 6.47457C0.0110251 4.75441 0.628011 3.13671 1.73755 1.91942C2.86582 0.681629 4.37152 0 5.97739 0C8.03545 0 9.91709 1.15121 11 2.97486C12.083 1.15125 13.9646 0 16.0227 0C17.5398 0 18.9873 0.615036 20.0986 1.73183C21.3183 2.9574 22.0112 4.68906 21.9999 6.48272C21.9905 7.95844 21.4017 9.54113 20.2498 11.1868C19.3589 12.4596 18.1261 13.7801 16.5855 15.1117C13.9856 17.3589 11.4315 18.8504 11.324 18.9128C11.2239 18.9709 11.1119 19 11 19Z" fill="%23CB1829"/></svg>');-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transition:background 255ms}.Preview_PreviewHeart__AZ5Y1:before{content:"";display:block;--res:100%;width:var(--res);height:var(--res);border-radius:50%;background:rgba(203,24,41,.05);transform:scale(var(--heartBgScale));transition:transform 255ms}.Preview_PreviewBadge__1d24x{position:absolute;--offset:calc(16 * 0.5 * var(--vw) + 16 * (1 - 0.5) * 1px);left:var(--offset);top:var(--offset);font-family:var(--font-family);font-size:14px;line-height:120%;color:var(--white);border-radius:16px;padding:calc(4*.5*var(--vw) + 4*(1 - .5)*1px) calc(8*.5*var(--vw) + 8*(1 - .5)*1px);display:grid;grid-template-columns:auto 1fr;grid-gap:4px;gap:4px;pointer-events:none}@media screen and (max-width:900px){.Preview_PreviewBadge__1d24x{font-size:12px;padding:2px 4px;left:calc(10*.5*var(--vw) + 10*(1 - .5)*1px);top:var(--productHeight);transform:translateY(-150%)}}.Preview_PreviewBadge__1d24x div{z-index:2}.Preview_PreviewBadge__1d24x:before{z-index:2;content:"";display:block;background-image:url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0.5L8.5716 5.33688H13.6574L9.5429 8.32624L11.1145 13.1631L7 10.1738L2.8855 13.1631L4.4571 8.32624L0.342604 5.33688H5.4284L7 0.5Z" fill="white" fill-opacity="0.67"/></svg>');background-repeat:no-repeat;background-size:contain;--res:14px;width:var(--res);height:var(--res)}.Preview_PreviewBadge__1d24x:after{z-index:1;content:"";display:block;position:absolute;left:0;top:0;--res:100%;width:var(--res);height:var(--res);border-radius:inherit;background:var(--ff3566)}.Preview_PreviewSlider__xSECr{width:var(--productWidth);height:var(--productHeight);position:relative;overflow:hidden}.Preview_PreviewSliderBullets__SSn75{z-index:var(--zProductBulletsSlider);display:grid;grid-template-columns:repeat(var(--cols),1fr);place-items:center;position:absolute;left:50%;bottom:0;transform:translate(-50%,-200%);grid-gap:5px;gap:5px;--res:fit-content;width:var(--res);height:var(--res);opacity:0;transition:opacity 255ms}@media screen and (max-width:900px){.Preview_PreviewSliderBullets__SSn75{opacity:1;transform:translate(-50%);gap:2px}}.Preview_PreviewSliderBulletsItem__6D9Cg{border-radius:2px;padding:3px 6px 0;background:var(--purple-gray-1);transition:background .5s,transform .5s}@media screen and (max-width:900px){.Preview_PreviewSliderBulletsItem__6D9Cg{padding:2px 5px 0}}.Preview_PreviewSliderBulletsItem__6D9Cg[data-is-active=true]{background:var(--black);transform:scale(1.25)}@media screen and (max-width:900px){.Preview_PreviewSliderBulletsItem__6D9Cg[data-is-active=true]{transform:unset}}.Preview_PreviewSliderBody__sQrEn{display:grid;grid-template-columns:repeat(var(--cols),1fr);transform:translate(var(--offset));transition:transform .5s}@media screen and (max-width:900px){.Preview_PreviewSliderBody__sQrEn{translate:unset;overflow:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.Preview_PreviewSliderBody__sQrEn::-webkit-scrollbar{display:none}}.Preview_PreviewSliderBody__sQrEn picture{position:relative;width:var(--productWidth);height:var(--productHeight);display:block;scroll-snap-align:center;overflow:hidden}.Preview_PreviewSliderBody__sQrEn picture img{position:absolute;--res:80%;width:var(--res);height:var(--res);left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain}@media screen and (max-width:900px){.Preview_PreviewSliderBody__sQrEn picture img{--res:90%}}.Preview_PreviewModal__70rvg{width:100%;background:#fff;position:absolute;left:0;bottom:0;transform:translateY(100%) translateY(-12px);display:grid;grid-template-areas:"." "Info1" "." "Info2" "." "Button" ".";grid-template-columns:1fr;grid-template-rows:1fr auto calc(4*.5*var(--vw) + 4*(1 - .5)*1px) auto calc(16*.5*var(--vw) + 16*(1 - .5)*1px) auto calc(16*.5*var(--vw) + 16*(1 - .5)*1px);padding:calc(12*.5*var(--vw) + 12*(1 - .5)*1px) calc(12*.5*var(--vw) + 12*(1 - .5)*1px) 0;border-radius:8px;transform:translateY(100%) translateY(-12px) translateY(-100%);transition:transform 255ms,opacity 255ms;z-index:-1;opacity:0}.Preview_PreviewModal__70rvg>:first-child{grid-area:Info1}.Preview_PreviewModal__70rvg>:nth-child(2){grid-area:Info2}.Preview_PreviewModal__70rvg>:nth-child(3){grid-area:Button}@media screen and (max-width:900px){.Preview_PreviewModal__70rvg{display:none}}.Preview_PreviewModalInfo__wzheo{font-family:var(--font-family);font-size:14px;line-height:120%;color:var(--blue-grey);display:grid;grid-template-columns:1fr auto;grid-gap:calc(10*.5*var(--vw) + 10*(1 - .5)*1px);gap:calc(10*.5*var(--vw) + 10*(1 - .5)*1px);border-bottom:1px dashed var(--purple-gray-1);padding:0 0 2px}.Preview_PreviewModalButton__5xum6{display:block;display:grid;place-items:center;font-family:var(--font-family);font-weight:700;font-size:16px;color:var(--white);border-radius:4px;padding:calc(15*.5*var(--vw) + 15*(1 - .5)*1px) calc(40*.5*var(--vw) + 40*(1 - .5)*1px);background:#cf182a;transition:filter 255ms,border-color 255ms,color 255ms,background 255ms;border:1px solid #cf182a}.Preview_PreviewModalButton__5xum6[data-carted=true]{font-size:16px;background:transparent;color:var(--cb1829)}.Preview_PreviewModalButton__5xum6[data-carted=true]:hover{background:rgba(203,24,41,.05)}.Preview_PreviewModalButton__5xum6:hover{filter:brightness(1.1)}.Preview_PreviewCart__eSrlu{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.1187 22.3125H5.88124C5.60149 22.3129 5.32459 22.2563 5.06739 22.1463C4.81019 22.0362 4.57806 21.875 4.38513 21.6725C4.1922 21.4699 4.04249 21.2302 3.94512 20.9679C3.84775 20.7056 3.80475 20.4263 3.81874 20.1469L4.37562 8.29441C4.39866 7.76304 4.6261 7.26112 5.01042 6.89345C5.39474 6.52578 5.90625 6.32079 6.43812 6.32129H17.5619C18.0937 6.32079 18.6052 6.52578 18.9896 6.89345C19.3739 7.26112 19.6013 7.76304 19.6244 8.29441L20.1812 20.1469C20.1952 20.4263 20.1522 20.7056 20.0549 20.9679C19.9575 21.2302 19.8078 21.4699 19.6149 21.6725C19.4219 21.875 19.1898 22.0362 18.9326 22.1463C18.6754 22.2563 18.3985 22.3129 18.1187 22.3125ZM6.43812 7.70317C6.25578 7.70317 6.08091 7.7756 5.95198 7.90453C5.82305 8.03346 5.75062 8.20833 5.75062 8.39067L5.19374 20.2157C5.18908 20.3088 5.20341 20.4019 5.23587 20.4893C5.26832 20.5767 5.31823 20.6567 5.38254 20.7242C5.44685 20.7917 5.52422 20.8454 5.60996 20.8821C5.69569 20.9188 5.78799 20.9377 5.88124 20.9375H18.1187C18.212 20.9377 18.3043 20.9188 18.39 20.8821C18.4758 20.8454 18.5531 20.7917 18.6174 20.7242C18.6818 20.6567 18.7317 20.5767 18.7641 20.4893C18.7966 20.4019 18.8109 20.3088 18.8062 20.2157L18.2494 8.36317C18.2494 8.18083 18.1769 8.00596 18.048 7.87703C17.9191 7.7481 17.7442 7.67567 17.5619 7.67567L6.43812 7.70317Z" fill="black"/><path d="M16.125 7.01562H14.75V5.8125C14.75 5.08315 14.4603 4.38368 13.9445 3.86796C13.4288 3.35223 12.7293 3.0625 12 3.0625C11.2707 3.0625 10.5712 3.35223 10.0555 3.86796C9.53973 4.38368 9.25 5.08315 9.25 5.8125V7.01562H7.875V5.8125C7.875 4.71848 8.3096 3.66927 9.08318 2.89568C9.85677 2.1221 10.906 1.6875 12 1.6875C13.094 1.6875 14.1432 2.1221 14.9168 2.89568C15.6904 3.66927 16.125 4.71848 16.125 5.8125V7.01562Z" fill="black"/></svg>');--iconRes:24px;background-size:var(--iconRes) var(--iconRes);--res:38px;right:calc(5*.25*var(--vw) + 5*(1 - .25)*1px);bottom:calc(8*.25*var(--vw) + 8*(1 - .25)*1px);border-radius:50%;background-color:var(--smoky-white);transition:background-color 255ms}.Preview_PreviewCart__eSrlu,.Preview_PreviewCart__eSrlu:after{background-repeat:no-repeat;background-position:50%;width:var(--res);height:var(--res);position:absolute}.Preview_PreviewCart__eSrlu:after{content:"";display:block;background-image:url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 1L4.6 8L1 4.76923" stroke="%23CB1829" stroke-width="1.8" stroke-linecap="round"/></svg>');background-size:contain;--res:9px;right:6px;bottom:11px;background-color:#f2e9ea;opacity:0;transition:opacity 255ms}.Preview_PreviewCart__eSrlu[data-active=true]{background-color:#f2e9ea;animation:Preview_beat__RSuZT .5s linear 0ms 1}.Preview_PreviewCart__eSrlu[data-active=true]:after{opacity:1}@media screen and (min-width:900px){.Preview_PreviewCart__eSrlu{display:none}}@keyframes Preview_beat__RSuZT{0%{transform:scale(1)}25%{transform:scale(1.25)}50%{transform:scale(1)}75%{transform:scale(1.25)}to{transform:scale(1)}}.Grid_Block__isjrr{--productsGridGapVert:calc(20 * 0.5 * var(--vw) + 20 * (1 - 0.5) * 1px);--productsGridGapHor:calc(50 * 1 * var(--vw) + 50 * (1 - 1) * 1px);--productsGridCols:4;--paddingHor:calc(320 * 1 * var(--vw) + 320 * (1 - 1) * 1px);padding-left:var(--paddingHor);padding-right:var(--paddingHor);display:grid;grid-template-columns:repeat(var(--productsGridCols),1fr);grid-gap:var(--productsGridGapHor) var(--productsGridGapVert);gap:var(--productsGridGapHor) var(--productsGridGapVert);transition:opacity .5s}@media screen and (max-width:1400px){.Grid_Block__isjrr{--paddingHor:calc(250 * 1 * var(--vw) + 250 * (1 - 1) * 1px)}}@media screen and (max-width:1250px){.Grid_Block__isjrr{--paddingHor:calc(125 * 1 * var(--vw) + 125 * (1 - 1) * 1px)}}@media screen and (max-width:1000px){.Grid_Block__isjrr{--paddingHor:calc(75 * 1 * var(--vw) + 75 * (1 - 1) * 1px)}}@media screen and (max-width:900px){.Grid_Block__isjrr{--paddingHor:calc(20 * 1 * var(--vw) + 20 * (1 - 1) * 1px)}}.Grid_Block__isjrr[data-loaded][data-loaded=false]{opacity:0}.Grid_Block__isjrr[data-loaded][data-loaded=true]{opacity:1}@media screen and (max-width:900px){.Grid_Block__isjrr{--productsGridGapVert:calc(15 * 0.5 * var(--vw) + 15 * (1 - 0.5) * 1px);--productsGridGapHor:calc(10 * 0.5 * var(--vw) + 10 * (1 - 0.5) * 1px);--productsGridCols:2;filter:drop-shadow(0 3px 80px rgba(24,45,57,.08))}}.Grid_BlockEmpty__gfWo4{--paddingHor:calc(320 * 1 * var(--vw) + 320 * (1 - 1) * 1px);padding-left:var(--paddingHor);padding-right:var(--paddingHor);font-family:var(--font-family);font-weight:400;font-size:18px;color:var(--black);transition:opacity .5s}@media screen and (max-width:1400px){.Grid_BlockEmpty__gfWo4{--paddingHor:calc(250 * 1 * var(--vw) + 250 * (1 - 1) * 1px)}}@media screen and (max-width:1250px){.Grid_BlockEmpty__gfWo4{--paddingHor:calc(125 * 1 * var(--vw) + 125 * (1 - 1) * 1px)}}@media screen and (max-width:1000px){.Grid_BlockEmpty__gfWo4{--paddingHor:calc(75 * 1 * var(--vw) + 75 * (1 - 1) * 1px)}}@media screen and (max-width:900px){.Grid_BlockEmpty__gfWo4{--paddingHor:calc(20 * 1 * var(--vw) + 20 * (1 - 1) * 1px)}}.Grid_BlockEmpty__gfWo4[data-loaded][data-loaded=false]{opacity:0}.Grid_BlockEmpty__gfWo4[data-loaded][data-loaded=true]{opacity:1}@media screen and (max-width:900px){.Grid_BlockEmpty__gfWo4{font-size:16px}}.Grid_BlockEmptyTitle__5i1VE{font-family:var(--second-family);font-weight:500;font-size:24px;line-height:130%;color:var(--black)}.Grid_BlockEmptyBacklink__8uA4C{display:inline-block;border-radius:6px;padding:15px 40px;font-family:var(--font-family);background:var(--cb1829);font-weight:400;font-size:18px;text-align:center;color:var(--white);transition:filter 255ms}.Grid_BlockEmptyBacklink__8uA4C:hover{filter:brightness(1.15)}.Suggestions_Block__BHjsF{display:grid;grid-template-areas:".    .     .    .    .    .    .    .    .   " ".    Title .    Prev .    Next .    All  .   " "Prod Prod  Prod Prod Prod Prod Prod Prod Prod";grid-template-rows:calc(150*1*var(--vw) + 150*(1 - 1)*1px) auto auto;grid-template-columns:var(--paddingHor) auto 1fr auto calc(16*.5*var(--vw) + 16*(1 - .5)*1px) auto calc(12*.5*var(--vw) + 12*(1 - .5)*1px) auto var(--paddingHor);overflow:hidden}.Suggestions_Block__BHjsF>:first-child{grid-area:Title}.Suggestions_Block__BHjsF>:nth-child(2){grid-area:Prev}.Suggestions_Block__BHjsF>:nth-child(3){grid-area:Next}.Suggestions_Block__BHjsF>:nth-child(4){grid-area:All}.Suggestions_Block__BHjsF>:nth-child(5){grid-area:Prod}@media screen and (max-width:900px){.Suggestions_Block__BHjsF{grid-template-areas:".    .     .   " ".    Title .   " ".    .     .   " "Prod Prod  Prod" ".    .     .   " ".    All   .   " ".    .     .   ";grid-template-rows:calc(72*1*var(--vw) + 72*(1 - 1)*1px) auto calc(24*1*var(--vw) + 24*(1 - 1)*1px) auto calc(51*.5*var(--vw) + 51*(1 - .5)*1px) auto calc(72*1*var(--vw) + 72*(1 - 1)*1px);grid-template-columns:var(--paddingHor) 1fr var(--paddingHor)}}.Suggestions_BlockTitle__BlC3R{font-family:var(--second-family);font-weight:500;font-size:calc(36*.75*var(--vw) + 36*(1 - .75)*1px);line-height:130%;color:var(--black)}@media screen and (max-width:900px){.Suggestions_BlockTitle__BlC3R{font-size:calc(24*.5*var(--vw) + 24*(1 - .5)*1px)}.Suggestions_BlockAllBtn__DcW_n{width:100%}}.Suggestions_BlockProducts__u_QNu{--productsGridGapVert:calc(20 * 0.5 * var(--vw) + 20 * (1 - 0.5) * 1px);--productsGridGapHor:calc(50 * 1 * var(--vw) + 50 * (1 - 1) * 1px);--productsGridCols:4;padding:calc(30*1*var(--vw) + 30*(1 - 1)*1px) 0 calc(200*1*var(--vw) + 200*(1 - 1)*1px) 0;margin:0 var(--paddingHor);display:grid;grid-template-columns:repeat(var(--productsGridCols),1fr);grid-gap:var(--productsGridGapHor) var(--productsGridGapVert);gap:var(--productsGridGapHor) var(--productsGridGapVert);transition:opacity .5s;grid-template-columns:repeat(16,1fr);overflow:scroll;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.Suggestions_BlockProducts__u_QNu::-webkit-scrollbar{display:none}.Suggestions_BlockProducts__u_QNu[data-loaded][data-loaded=false]{opacity:0}.Suggestions_BlockProducts__u_QNu[data-loaded][data-loaded=true]{opacity:1}.Suggestions_BlockProducts__u_QNu>:hover{filter:drop-shadow(0 0 10px rgba(67,79,86,.15))!important}@media screen and (max-width:900px){.Suggestions_BlockProducts__u_QNu{--productsGridGapVert:calc(15 * 0.5 * var(--vw) + 15 * (1 - 0.5) * 1px);--productsGridGapHor:calc(10 * 0.5 * var(--vw) + 10 * (1 - 0.5) * 1px);--productsGridCols:2;grid-template-columns:repeat(8,1fr);padding:calc(24*1*var(--vw) + 24*(1 - 1)*1px) 0;scroll-snap-type:x mandatory;overflow:auto hidden}.Suggestions_BlockProducts__u_QNu>*{scroll-snap-align:start;width:calc((100vw - var(--paddingHor)*2 - var(--productsGridGapVert))/2)}}.Suggestions_BlockContent__wVIUF{position:relative}.Suggestions_BlockContentBullets__cSzn7{position:absolute;left:50%;bottom:0;transform:translate(-50%,100%);--res:fit-content;width:var(--res);height:var(--res);max-height:3px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4px;gap:4px}.Suggestions_BlockContentBulletsItem__HeabX{padding:3px 35px 0 0;border-radius:2px}@media screen and (min-width:900px){.Suggestions_BlockContentBulletsItem__HeabX{display:none}}.Suggestions_BlockContentBulletsItem__HeabX[data-active]{transition:background 255ms}.Suggestions_BlockContentBulletsItem__HeabX[data-active][data-active=false]{background:rgba(83,83,83,.24)}.Suggestions_BlockContentBulletsItem__HeabX[data-active][data-active=true]{background:var(--black)}.Title_Block__1GcAU{--paddingHor:calc(320 * 1 * var(--vw) + 320 * (1 - 1) * 1px);padding-left:var(--paddingHor);padding-right:var(--paddingHor);display:grid;grid-template-columns:auto 1fr;width:-moz-fit-content;width:fit-content;grid-gap:16px;gap:16px;place-items:center}@media screen and (max-width:1400px){.Title_Block__1GcAU{--paddingHor:calc(250 * 1 * var(--vw) + 250 * (1 - 1) * 1px)}}@media screen and (max-width:1250px){.Title_Block__1GcAU{--paddingHor:calc(125 * 1 * var(--vw) + 125 * (1 - 1) * 1px)}}@media screen and (max-width:1000px){.Title_Block__1GcAU{--paddingHor:calc(75 * 1 * var(--vw) + 75 * (1 - 1) * 1px)}}@media screen and (max-width:900px){.Title_Block__1GcAU{--paddingHor:calc(20 * 1 * var(--vw) + 20 * (1 - 1) * 1px);gap:8px;grid-template-columns:1fr;place-items:center left}}.Title_Block__1GcAU[data-centered=true]{margin:0 auto}.Title_BlockTitle__Rx_lU{font-family:var(--second-family);font-weight:500;font-size:calc(40*1*var(--vw) + 40*(1 - 1)*1px);color:var(--black)}.Title_BlockTitle__Rx_lU[data-centered=true]{margin:0 auto;text-align:center}.Title_BlockTitle__Rx_lU span{font-size:.8em}@media screen and (max-width:900px){.Title_BlockTitle__Rx_lU{font-size:calc(28*.5*var(--vw) + 28*(1 - .5)*1px)}}.Title_BlockCount__z0OVH{font-family:var(--font-family);font-weight:400;font-size:16px;color:var(--light-grey)}@media screen and (max-width:900px){.Title_BlockCount__z0OVH{font-size:14px}}