@keyframes rotate-YX{to{transform:rotateY(1turn) rotateX(1turn)}}.cubeSpinner{height:180px;width:180px;position:relative;transform:scale(1)}.cube{transform-style:preserve-3d;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;left:40px;top:40px;transform-origin:45px 45px;animation:rotate-YX 1.5s linear infinite}.cube__polygon{width:100px;height:100px;position:absolute;display:flex;align-items:center;justify-content:center;font-family:monospace;font-weight:600;font-size:30px;transition:all .1s;background-color:rgba(0,144,184,.3);color:#fff;border:1px solid #fff}.cube__polygon--top{transform:rotateX(90deg) translateZ(50px)}.cube__polygon--front{transform:translateZ(50px)}.cube__polygon--left{transform:rotateY(-90deg) translateZ(50px)}.cube__polygon--right{transform:rotateY(90deg) translateZ(50px)}.cube__polygon--bottom{transform:rotateX(-90deg) translateZ(50px)}.cube__polygon--back{transform:rotateY(180deg) translateZ(50px)}.modalWindow{position:fixed;z-index:5;left:0;top:0;height:100vh;width:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;animation-duration:.5s;animation-name:wrapperAnime;cursor:pointer}@keyframes wrapperAnime{0%{opacity:0}to{opacity:1}}.modalWindow__contentBox{position:relative;background-color:#fff;animation-duration:.5s;animation-name:boxAnime;cursor:auto;border-radius:4px}@keyframes boxAnime{0%{transform:scale(0)}to{transform:scale(1)}}.modalWindow__closeButton{display:block;position:absolute;border:none;z-index:6;right:10px;top:10px;width:20px;height:20px;--weight:0.5px;--aa:1px;--color:gray;cursor:pointer;background:linear-gradient(45deg,transparent calc(50% - var(--weight) - var(--aa)),var(--color) calc(50% - var(--weight)),var(--color) calc(50% + var(--weight)),transparent calc(50% + var(--weight) + var(--aa))),linear-gradient(-45deg,transparent calc(50% - var(--weight) - var(--aa)),var(--color) calc(50% - var(--weight)),var(--color) calc(50% + var(--weight)),transparent calc(50% + var(--weight) + var(--aa)));transition:.1s}.modalWindow__closeButton:hover{transform:scale(1.05);--color:#000}.cart{display:flex;align-items:center;justify-content:center;flex-direction:column}.cart__empty{font-size:25px;font-weight:300;margin-top:20px}.cart__titleRow{border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;width:100%;height:50px;padding:5px 10px}.cart__title{font-size:25px}.cart__buttonClearCart{border:1px solid var(--primary-color);color:var(--primary-color);font-size:10px;padding:6px}.cart__modal{height:70vh;width:50vw;margin-top:50px;padding-bottom:20px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;overflow-y:scroll}@media(max-width:1279px){.cart__modal{width:60vw}}@media(max-width:1023px){.cart__modal{width:80vw}}@media(max-width:767px){.cart__modal{width:90vw}}@media(max-width:413px){.cart__modal{width:95vw}}.cart__box{display:flex;justify-content:flex-start;width:100%;gap:10px}@media(max-width:767px){.cart__box{flex-direction:column}}.cart__content{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:10px}.cart__checkout{width:350px;height:200px}@media(max-width:767px){.cart__checkout{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:100%;height:130px}}.cart__checkoutCol{height:100%;flex-direction:column;gap:10px;padding:10px}.cart__checkoutCol,.cart__priceRow{width:100%;display:flex;align-items:center;justify-content:center}@media(max-width:767px){.cart__priceRow{justify-content:space-between}}.cart__summary{display:none;font-size:18px}@media(max-width:767px){.cart__summary{display:block}}.cart__price{font-size:50px;font-weight:500}@media(max-width:767px){.cart__price{font-size:30px}}.cart__priceSymbol{font-weight:400;font-size:38px;display:inline-block}@media(max-width:767px){.cart__priceSymbol{font-size:26px}}.cart__button{background-color:var(--secondary-color);transition:background-color .3s,color .3s}.cart__button:hover{background-color:var(--secondary-color-active)}@media(max-width:767px){.cart__button{width:100%}}.cartCard{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:10px;gap:5px}@media(min-width:767px){.cartCard:hover{outline:1px solid var(--primary-color)}}.cartCard__box{width:100%;height:100%;display:flex;gap:10px}@media(max-width:370px){.cartCard__box{flex-direction:column;align-items:center}}.cartCard__imgBox{height:150px;width:200px}.cartCard__img{height:100%;width:100%;object-fit:cover;cursor:pointer}.cartCard__description{height:100%;align-items:center;justify-content:space-between}.cartCard__description,.cartCard__topCol{width:100%;display:flex;flex-direction:column}.cartCard__topCol{gap:10px}.cartCard__topRow{align-items:flex-start}.cartCard__row,.cartCard__topRow{display:flex;justify-content:space-between;width:100%;gap:10px}.cartCard__row{align-items:center}.cartCard__name{font-size:20px;font-weight:400;color:var(--primary-color)}.cartCard__name:hover{text-decoration:underline}@media(max-width:767px){.cartCard__name{font-size:18px}}@media(max-width:480px){.cartCard__name{font-size:16px}}.cartCard__removeIcon{font-size:25px;color:var(--primary-color)}.cartCard__removeIcon:hover{transform:scale(1.1)}.cartCard__sku{font-size:12px;color:var(--secondary-text-color)}.cartCard__price{font-size:25px;font-weight:500}.cartCard__priceSymbol{font-weight:400;font-size:30px;display:inline-block}.cartCard__qtyBox{display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:20px}.cartCard__qty{font-size:25px;font-weight:500;width:50px;text-align:center}.cartCard__icon{font-size:30px;color:var(--primary-color);height:50px;width:50px;transition:.2s}.cartCard__icon:hover{transform:scale(1.2)}@media(max-width:767px){.cartCard__icon{height:36px;width:36px;font-size:25px}}.ellipsis{display:flex;justify-content:center;align-items:center;height:30px}.ellipsis__dot{width:10px;height:10px;background-color:var(--primary-color);border-radius:50%;margin:0 4px;opacity:0;animation:bounce 1.5s infinite}.ellipsis__dot:first-child{animation-delay:0s}.ellipsis__dot:nth-child(2){animation-delay:.5s}.ellipsis__dot:nth-child(3){animation-delay:1s}@keyframes bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-5px);opacity:.3}}.checkout{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;padding:30px 100px;width:100%}@media(max-width:767px){.checkout{padding:10px 60px}}@media(max-width:413px){.checkout{padding:10px 20px}}.checkout__title{width:100%;font-size:23px;text-align:center}.checkout__form{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;height:100%;gap:15px}.checkout__input,.checkout__textarea{width:100%}.checkout__row{display:flex;justify-content:space-between;align-items:center;gap:10px}.checkout__button{background-color:var(--secondary-color);transition:background-color .3s,color .3s}.checkout__button:hover{background-color:var(--secondary-color-active)}.checkout__successText{font-size:16px;color:green}.checkout__errorText{font-size:16px;color:red}.checkout__processText{font-size:16px}.postOfficeSelect{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%}.postOfficeSelect__autocomplete{width:100%;margin:0}.delivery{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;gap:20px;border-top:1px solid var(--border-color);padding:20px}.delivery__delivery,.delivery__guarantee,.delivery__payment{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;font-size:16px}.delivery__logo{color:var(--primary-color);font-size:30px}.delivery__title{font-weight:500;margin-right:10px}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/23fb5b3df3464bb3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0b863ff291de969e-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4340d51a9bd4330c-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/feb74b7aefcf5232-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/698320915c58e4ba-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/dcbfbbad8065ad1b-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/447ce8db59149e35-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/23fb5b3df3464bb3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0b863ff291de969e-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4340d51a9bd4330c-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/feb74b7aefcf5232-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/698320915c58e4ba-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/dcbfbbad8065ad1b-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Alegreya_6ab11c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/447ce8db59149e35-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Alegreya_Fallback_6ab11c;src:local("Times New Roman");ascent-override:100.57%;descent-override:34.15%;line-gap-override:0.00%;size-adjust:101.02%}.__className_6ab11c{font-family:__Alegreya_6ab11c,__Alegreya_Fallback_6ab11c;font-style:normal}