*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body,h1,h2,h3,h4,h5,h6,form,input,textarea,button,select,option,ul,li,ol,img,p,hr,table,tr,td,thead,tbody,tfoot{margin:0;padding:0;border:0}html,body{width:100%;height:100%;margin-top:0 !important}body{display:flex;flex-direction:column;overflow:auto;font-family:"Hind","Arial",sans-serif;font-size:16px;color:#121212}body.overflow{overflow:hidden;border-right:12px solid #eaeaea}button{cursor:pointer}a{color:#121212;text-decoration:underline}a:hover{text-decoration:none}table{border-collapse:collapse;border-spacing:0}ul,ol,li{list-style:none}:-moz-placeholder{font-family:"Hind","Arial",sans-serif;font-size:16px;color:#bababa}:focus{outline:0}::selection{color:#fff;background:#bababa}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{border-radius:0;box-shadow:none;border:0;background-color:#474747;border:none}::-webkit-scrollbar-thumb{border-radius:0;box-shadow:none;border:0;background-color:#121212}#pp-nav{display:none}.btn{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;font-size:16px;line-height:24px;font-weight:500 !important;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;gap:10px;border-radius:5px;height:50px;padding:0 70px;text-decoration:none;cursor:pointer}.btn.btn--black{background-color:#121212 !important;color:#fff}.btn.btn--black:hover{background-color:#FE2F35 !important;color:#fff !important}.btn.btn--black:hover svg{fill:#121212}.btn.btn--white{background-color:#fff !important;color:#121212;backdrop-filter:blur(8px)}.btn.btn--white:hover{background-color:#121212 !important;color:#fff}.btn.btn--red{background-color:#FE2F35 !important;color:#fff;backdrop-filter:blur(8px)}.btn.btn--red:hover{background-color:#901111 !important}.btn.btn--milk svg{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s}.btn.btn--milk:hover{background-color:#f6f6f6 !important}.btn.btn--milk:hover svg{fill:#121212}.btn.disabled{opacity:.5;pointer-events:none}@media (max-width: 768px){.btn{padding:0 25px}}.socials{display:flex;align-items:center;flex-wrap:wrap;gap:35px}.socials__item{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:25px;height:25px;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s}.socials__item img{width:100%;height:100%}.socials__item:hover{opacity:.7}@media (max-width: 1200px){.socials__item{width:20px;height:20px}}.menu>ul{display:flex;align-items:center;flex-wrap:wrap;gap:30px}.menu .page_item a{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;text-decoration:none}.menu .page_item.current{pointer-events:none;opacity:.6}@media (max-width: 1490px){.menu .page_item a{font-size:14px}}@media (max-width: 1290px){.menu ul{gap:20px}}.loading{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s;background:rgba(255,255,255,0.6);backdrop-filter:blur(3px);opacity:0;visibility:hidden;border-radius:10px}.loading.show{opacity:1;visibility:visible}.input{width:100%;height:50px;font-size:18px;font-weight:500;line-height:28px;padding:0 20px;border-radius:5px;border:1px solid #bababa}.input-text{width:100%;height:50px;font-size:18px;font-weight:500;line-height:28px;padding:0 20px;border-radius:5px;border:1px solid #bababa}.input-text::placeholder{opacity:.6;font-weight:100 !important}.input::placeholder{opacity:.6;font-weight:100 !important}.textarea{font-size:18px;font-weight:500;line-height:28px;width:100%;height:170px !important;resize:none;border:1px solid #646464;padding:10px 20px;border-radius:5px}.textarea::placeholder{font-size:18px !important;opacity:.6 !important;font-weight:500 !important;font-family:'Hind'}.header{width:100%;position:relative;z-index:1}.header__link{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;font-size:14px;color:#fff;text-decoration:none}.header__link.link--mobile{display:none}.header__link:hover{color:#bababa}.header__top{background:#121212;padding:8px 0}.header__top .page_item a{color:#fff}.header__top .page_item:hover a{color:#dbd9d9 !important}.header__bottom{position:relative;padding:45px 0}.header__bottom .page_item:hover a{color:#474747 !important}.header__contacts{display:flex;align-items:center;flex-wrap:wrap;margin-left:auto;color:#fff;gap:45px}.header__socials{display:flex;align-items:center;flex-wrap:nowrap;gap:25px;margin-left:45px}.header__bar{position:fixed;z-index:10000;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;-webkit-transition:.1s;-moz-transition:.1s;-o-transition:.1s;-ms-transition:.1s;transition:.1s;transform:translateY(100%);padding:19px 75px 15px 450px;background-color:rgba(18,18,18,0.7);width:100%}.header__bar.show{transform:translateY(0)}.header__bar-title{font-size:18px;font-weight:500;line-height:15px;color:#fff}.header__bar-chevron{width:50px;height:50px;position:absolute;top:50%;right:75px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;transform:translateY(-50%);cursor:pointer}.header__bar-chevron svg{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s}.header__bar-chevron:hover svg{fill:#e6e6e6}.header__bar-logo{position:absolute;top:50%;left:75px;transform:translateY(-50%)}.header__bar-nav{display:flex;align-items:stretch;flex-wrap:wrap;gap:15px}.header__bar-nav a{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;color:#fff;text-decoration:none}.header__bar-nav a:hover{color:#bababa}.header__bar-link{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;font-size:13px;font-weight:500;line-height:15px;color:#fff;height:35px;text-decoration:none;border-radius:5px;padding:0 10px}.header__bar-link.link--dark{background:#121212}.header__burger{display:none}.header__inner{display:flex;align-items:stretch;flex-wrap:wrap;padding-left:365px;max-width:1920px;margin:0 auto}.header__logo{display:flex;align-items:center;flex-wrap:wrap;gap:10px;position:absolute}.header__logo.logo--main{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;bottom:2px;left:10px}.header__logo.logo--main .header__nav-link{margin-left:35px;position:relative;transform:translateY(1px)}.header__logo.logo--main .header__nav-link::before{content:'';position:absolute;top:1px;left:-24px;width:2px;height:20.5px;background:#FE2F35}.header__logo-site{transform:translateY(2px)}.header__logo-text{font-size:14px;font-weight:400;line-height:17px;display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column}.header__logo-text.white{color:#fff}.header__logo-text.black{color:#121212}.header__logo-img{flex-shrink:0;width:175px !important;transform:translateY(1px)}.header__cart{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-left:auto;position:relative;text-decoration:none}.header__cart-quantity span{font-size:20px;font-weight:500;line-height:1;color:#FE2F35;transform:translate(0px, 3px);padding-left:12px;display:block}.header.blur .header__bar-burger svg,.header.black .header__bar-burger svg{fill:#121212 !important}.header.blur .header__nav-link,.header.black .header__nav-link{font-size:16px;font-weight:500;color:#121212;margin-left:40px;text-decoration:none}.header.blur .header__nav-link:hover,.header.black .header__nav-link:hover{color:#474747}.header.white .header__nav-link{font-size:16px;font-weight:500;color:#fff;margin-left:40px;text-decoration:none}.header.white .header__nav-link:hover{color:#dbd9d9}.header__nav{display:flex;align-items:center;flex-wrap:wrap}.header__nav-link{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;font-size:16px;font-weight:500;color:#121212;margin-left:40px;text-decoration:none}.header__nav-link.current_page_item{color:#FE2F35 !important;opacity:.6 !important}.header__nav-link:hover{color:#FE2F35 !important}.header__nav .menu a{font-weight:500}.header__product{position:fixed;z-index:10000;top:0;left:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;-webkit-transition:.1s;-moz-transition:.1s;-o-transition:.1s;-ms-transition:.1s;transition:.1s;transform:translateY(-100%);padding:8px 75px 8px 450px;background-color:rgba(18,18,18,0.7);width:100%}.header__product.show{transform:translateY(0)}.header__product-title{font-size:18px;font-weight:500;line-height:15px;color:#fff}.header__product-logo{position:absolute;top:50%;left:75px;transform:translateY(-50%)}.header__product-logo img{width:175px}.header__product-logo .header__nav-link{color:#fff;margin-left:35px !important;position:relative}.header__product-logo .header__nav-link::before{content:'';position:absolute;top:2px;left:-22px;width:2px;height:20.5px;background:#FE2F35}.header__product-img{text-decoration:none !important}.header__product-nav{display:flex;align-items:stretch;flex-wrap:wrap}.header__product-nav a{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;color:#fff;text-decoration:none}.header__product-nav a:hover{color:#bababa}.header__product-link{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;font-size:13px;font-weight:500;line-height:15px;color:#fff;height:35px;text-decoration:none;border-radius:5px;padding:0 10px}.header__product-link.link--dark{background:#121212}.header__product-burger{display:none}.header__home{padding:10px 50px;display:flex;align-items:stretch;flex-wrap:wrap;justify-content:center}.header.white .header__top .menu .page_item a{color:#121212}.header.white .header__bottom .menu .page_item a{color:#fff}.header.white .header__bottom .menu .page_item:hover a{color:#dbd9d9 !important}.header.black .header__top .menu .page_item a{color:#121212}.header.black .header__bottom .menu .page_item a{color:#121212}.header.float{position:fixed;z-index:1000;top:0;left:0}.header.fixed{position:relative;z-index:1000}.header.blur{background:rgba(255,255,255,0.4);backdrop-filter:blur(3.5px);padding:0}.header.gradient{background:linear-gradient(rgba(18,18,18,0.58), rgba(0,0,0,0))}@media (max-width: 1790px){.header__top .header__inner{padding:0}}@media (max-width: 1490px){.header__bottom{padding:35px 0}.header__logo.logo--main{bottom:0}.header__nav-link{font-size:14px}}@media (max-width: 1390px){.header__nav-link{font-size:14px;margin-left:30px}.header__product-logo{left:45px}}@media (max-width: 1200px){.header__socials{gap:15px;margin-left:30px}.header__contacts{gap:15px}.header__bottom{padding:25px 0}}@media (max-width: 992px){.header__logo{gap:0}.header__logo.logo--main{position:relative;left:0}.header__logo.logo--main .header__nav-link{margin-left:20px;transform:translateY(0)}.header__logo.logo--main .header__nav-link::before{left:-13px}.header__logo-img{transform:translateY(0px);width:130px !important}.header__logo-img img{width:100%}.header__nav-link{font-size:13px !important}.header__contacts{gap:15px;position:relative;padding-right:20px}.header__contacts :before{content:'';position:absolute;top:3px;right:0;width:2px;height:20.5px;background:#FE2F35}.header__socials{margin-left:20px}.header__inner{gap:10px 0}.header__bottom .header__inner{padding:0;justify-content:space-between}.header__bottom .header__cart{margin-left:0}.header__link{display:none}.header__link.link--mobile{display:flex}.header .menu ul{gap:15px}}@media (max-width: 768px){.header{position:fixed;background:#fff;z-index:100}.header__nav{display:none}.header__inner{padding:0;align-items:center}.header__top{display:none}.header__bottom{padding:10px 0}.header__cart{margin:0 40px 0 auto;transform:translateY(-1px)}.header__cart-quantity{transform:none}.header__cart-quantity span{transform:translateY(3px);padding-left:5px;font-size:16px}.header__burger{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;position:absolute;right:15px}}@media (max-height: 375px){.header__bottom{padding:15px !important}.mobile__menu-top{padding:15px !important}.mobile__menu-nav{width:350px}.mobile__menu-navs{align-items:center !important}.mobile__menu-navs .menu ul{display:flex !important}}@media (min-width: 1925px){.header__logo.logo--main{bottom:0;left:15px}}.footer{background:#121212;padding:45px 75px;position:relative;z-index:100000;margin-top:100px}.footer__wrapper{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;max-width:1920px;margin:0 auto}.footer__top{display:flex;align-items:center;flex-wrap:wrap;gap:185px}.footer__bottom{display:flex;align-items:stretch;gap:153px;margin-top:85px}.footer__navs{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:20px;flex:1}.footer__nav .menu .page_item a{color:#fff}.footer__nav .menu .page_item:hover a{color:#bababa}.footer__copy{display:flex;align-items:center;gap:50px;margin-left:auto}.footer__copy-item{font-size:18px;line-height:15px;color:#646464}.footer__logo img{width:100%}.footer__contacts{display:flex;align-items:center;flex-wrap:wrap;gap:45px}.footer__contacts-link{font-size:18px;line-height:15px;color:#fff;text-decoration:none;-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s}.footer__contacts-link:hover{color:#BABABA}.footer__text,.footer__link{font-size:20px;line-height:32px;color:#646464}@media (max-width: 1490px){.footer__nav-link{margin-left:30px}.footer__bottom{gap:136px}.footer__socials{gap:25px}.footer__contacts-link{font-size:14px}.footer__copy-item{font-size:14px}}@media (max-width: 1390px){.footer__nav-link{font-size:14px}.footer__top{gap:131px}.footer__logo-guard{width:60px !important;height:60px !important}}@media (max-width: 1290px){.footer__navs{gap:15px}.footer__top{gap:180px}.footer__logo{width:180px}}@media (max-width: 1200px){.footer__contacts{gap:30px}.footer__copy{margin:0;gap:30px}.footer__copy-item{font-size:14px}.footer__top{gap:110px}.footer__bottom{gap:30px;justify-content:space-between}}@media (max-width: 992px){.footer__logo{position:absolute;top:20px}.footer__logo-guard{width:65px !important}.footer__nav{justify-content:center}.footer__nav .menu ul{justify-content:center;gap:10px 30px}.footer__copy{margin:0 auto}.footer__bottom{justify-content:center;align-items:center;flex-direction:column;margin-top:70px}.footer__top{flex-direction:column;padding-top:0;gap:45px}.footer__logo{position:static}}@media (max-width: 768px){.footer{padding:25px;margin-top:50px}.footer__navs{gap:30px}}.woocommerce{flex:1}.woocommerce-notices-wrapper{display:none !important}.woocommerce-variation-availability{display:none}.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton.checked:before{background-size:65%;background-repeat:no-repeat !important;background-color:#fff !important;border-color:#121212;color:#fff !important;background-position:center}.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton.checked:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#121212;width:12px;height:12px;border-radius:50%}.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton{width:24px !important;height:24px !important}.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton:before{width:24px !important;height:24px !important}.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton input[type="checkbox"]{width:24px !important;height:24px !important}.wccpf_value.top label{font-size:30px;font-weight:600;line-height:48px;text-align:center;margin-bottom:5px}.wcff-option-wrapper-label{font-size:18px !important;line-height:28px !important;font-weight:400 !important;margin:0 !important}.wcff-fields-group{margin:0;display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:100px}.wccpf-field-layout-vertical{position:relative}.wccpf_value.top label{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px}.wcff-option-wrapper-label{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;cursor:pointer}.wcff-option-wrapper-label input{position:absolute;top:0;left:0;opacity:0;visibility:hidden}.wcff-option-wrapper-label:hover{color:#646464 !important}.wcff-option-wrapper-label:hover .custom-checkbox{border:1px solid #646464 !important}.woocommerce div.product form.cart .variations label{font-weight:600 !important}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:transparent !important;color:#121212}.select2-container{font-size:18px;line-height:21px}.select2-container .select2-selection__rendered{color:#121212 !important}.select2-container .select2-selection--single{height:50px !important;border:1px solid #646464 !important;border-radius:5px !important}.select2-container .select2-selection--single .select2-selection__arrow{height:50px !important;top:0 !important;right:14px !important}.select2-container .select2-selection--single .select2-selection__arrow b{border-color:#646464 transparent transparent transparent !important;border-width:8px 7px 0 7px !important}.select2-container .select2-selection--single .select2-selection__rendered{line-height:50px !important;padding-left:20px !important;padding-right:35px !important}.select2-container .select2-dropdown{border:1px solid #646464 !important}.select2-container .select2-results__options li{border-bottom:1px solid #bababa;padding:10px 20px !important}.select2-container .select2-results__options li:last-child{border-bottom:none}.select2-container .select2-results__option{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;color:#646464;padding:10px 0 !important;cursor:pointer}.select2-container .select2-results__option:hover{color:#121212}.select2-container.select2-container--open .select2-selection__arrow{right:9px !important;transform:rotate(180deg) !important}.select2-results__options::-webkit-scrollbar{width:7px}.select2-results__options::-webkit-scrollbar-track{background:#f6f6f6}.select2-results__options::-webkit-scrollbar-thumb{background:#bababa;border-radius:197px}.select2-results__option.select2-results__option--highlighted{background-color:transparent !important}.select2-dropdown{transform:translateY(-1px)}.menu .page_item a{font-weight:500 !important}.checkout .wccpf-text-radio-choices-container{display:flex;align-items:stretch;flex-wrap:nowrap;gap:80px}.checkout .wccpf-text-radio-btn-wrapper span{font-size:18px;font-weight:400;line-height:28px;color:#121212;padding-left:45px;background:transparent;position:relative;cursor:pointer}.checkout .wccpf-text-radio-btn-wrapper span::before{content:'';-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;position:absolute;top:50%;left:0;width:22px;height:22px;transform:translateY(-58%);border:1px solid #121212;background-color:#fff;border-radius:50%}.checkout .wccpf-text-radio-btn-wrapper span:hover::before{border:1px solid #646464}.checkout .wccpf-text-radio-btn-wrapper.active span{color:#121212;background:transparent}.checkout .wccpf-text-radio-btn-wrapper.active span::after{content:'';position:absolute;top:50%;left:6px;width:12px;height:12px;transform:translate(0, -64%);background:#121212;border-radius:50%}.the_champ_sharing_container{display:none !important}.checkout__payment .payment_methods{border-top:1px solid #bababa;border-bottom:1px solid #bababa !important;padding:50px 0 30px !important}.wc-block-components-notice-banner.is-error{margin:0 0 50px !important;background:rgba(226,41,41,0.2);border:none !important;border-radius:5px}.woo-variation-gallery-trigger{right:0 !important}#wc-square-credit-card-credit-card-form{border:none !important}@media (max-width: 768px){.woo-variation-product-gallery{margin:0}.woo-variation-gallery-thumbnail-slider{display:flex !important;margin-top:0 !important}}.container{position:relative;z-index:10;width:1750px;padding:0 15px;margin:0 auto;max-width:1920px}@media (max-width: 1790px){.container{width:1580px}}@media (max-width: 1690px){.container{width:1480px}}@media (max-width: 1590px){.container{width:1380px}}@media (max-width: 1490px){.container{width:1280px}}@media (max-width: 1390px){.container{width:1280px}}@media (max-width: 1290px){.container{width:1180px}}@media (max-width: 1200px){.container{width:1080px}}@media (max-width: 1100px){.container{width:980px}}@media (max-width: 992px){.container{width:100%}}.products{display:flex;align-items:stretch;flex-wrap:wrap;gap:30px}.products.only--category .products__inner{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px}.products.only--category .products__item.item--big,.products.only--category .products__item.item--small,.products.only--category .products__item.item--first{width:100%;height:auto;padding:0}.products.only--category .products__item.item--big .products__item-cart,.products.only--category .products__item.item--small .products__item-cart,.products.only--category .products__item.item--first .products__item-cart{right:0;top:0}.products.only--category .products__item.item--big .products__item-added,.products.only--category .products__item.item--small .products__item-added,.products.only--category .products__item.item--first .products__item-added{left:0;top:0}.products.only--category .container{padding:0}.products.few .products__inner{display:grid;grid-template-columns:1fr 1fr;gap:70px}.products.few .products__item.item--big,.products.few .products__item.item--first,.products.few .products__item.item--small{width:100%;height:100%;padding:0}.products.few .products__item.item--big .products__item-cart,.products.few .products__item.item--first .products__item-cart,.products.few .products__item.item--small .products__item-cart{right:0}.products.few .products__item.item--big .products__item-title,.products.few .products__item.item--first .products__item-title,.products.few .products__item.item--small .products__item-title{width:100%}.products__items{display:none}.products__item{text-decoration:none;position:relative;height:100%}.products__item.hidden{display:none}.products__item.item--big{width:calc((100% / 2));height:845px}.products__item.item--small{width:calc(((100% / 2)) / 2);height:535px;padding:0 30px}.products__item.item--small .products__item-title{width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products__item.item--first{padding:0 35px 0 20px}.products__item.item--first .products__item-cart{right:35px}.products__item.item--six{padding:0 5px 0 25px}.products__item.item--six .products__item-colors{right:35px}.products__item-images:hover .products__item-image.image--main{display:none}.products__item-images:hover .products__item-image.image--add{display:block}.products__item-image{-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s;display:block;margin:0 auto;max-width:100%;max-height:100%;object-fit:contain}.products__item-image.image--add{display:none}.products__item-info{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;position:relative;gap:5px;margin-top:25px}.products__item-title{font-size:20px;font-weight:500;line-height:27px;text-transform:uppercase}.products__item-price{font-size:20px;font-weight:500;line-height:27px}.products__item-colors{position:absolute;top:3px;right:0;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.products__item-color{width:15px;height:15px;border:1px}.products__item-color.active{outline:2px solid #BABABA !important}.products__item-color.color--white{border:1px solid #BABABA !important}.products__item-color.color--white.active{border:1px solid #121212 !important}.products__item-cart{position:absolute;z-index:1;top:10px;right:30px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:45px;height:45px;-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s;border-radius:50%;background:rgba(18,18,18,0.4);opacity:0}.products__item-cart:active{width:43px;height:43px}.products__item-cart:hover{background:#121212;transform:scale(1.03)}.products__item-cart.hidden{display:none}.products__item-cart:hover ~ .products__item-images .products__item-image.image--main{display:none}.products__item-cart:hover ~ .products__item-images .products__item-image.image--add{display:block}.products__item-added{position:absolute;top:12px;left:30px;font-size:20px;font-weight:500;line-height:1;color:#fff;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s;background:rgba(117,201,117,0.7);border-radius:5px;padding:10px 20px;text-transform:uppercase;opacity:0;visibility:hidden}.products__item-added.show{opacity:1;visibility:visible}.products__item-added span{transform:translateY(2px)}.products__item:hover .products__item-cart{opacity:1}.products__item .added_to_cart.wc-forward{display:none}@media (max-width: 1690px){.products__item.item--small{height:490px}}@media (max-width: 1590px){.products__item.item--small{height:430px}.products__item.item--big{height:730px}}@media (max-width: 1490px){.products__item.item--first,.products__item.item--six{padding:0 25px}.products__item.item--first .products__item-cart,.products__item.item--six .products__item-cart{right:25px}.products__item.item--big .products__item-title{width:100%}.products__item.item--small{height:430px}.products__item.item--small .products__item-title{width:100%}.products__item-title,.products__item-price{font-size:16px}.products__item-colors{gap:5px;top:35px}.products__item-added{font-size:16px}}@media (max-width: 1390px){.products__item-added{top:15px}.products.only--category .products__inner{grid-template-columns:repeat(3, 1fr);gap:30px}}@media (max-width: 1290px){.products__item.item--big{height:640px}.products__item.item--small{height:390px}.products__item-added{padding:10px}}@media (max-width: 1200px){.products__inner{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}.products__item{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column}.products__item.item--first,.products__item.item--six{padding:15px}.products__item.item--big,.products__item.item--small{width:100%;height:100%;height:auto;padding:15px}.products__item.item--big .products__item-title,.products__item.item--small .products__item-title{width:100%;white-space:normal;line-height:21px}.products__item-title{flex:1}.products__item-info{flex:1}.products__item-colors{top:auto;bottom:7px}.products__item-cart{top:0;right:0}.products__item-added{top:0;left:0}}@media (max-width: 992px){.products.only--category .products__inner{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.products__inner{grid-template-columns:1fr}.products__item-image{max-height:450px}.products__item-cart{right:0 !important}.products__item-colors{gap:12px;bottom:2px}.products__item-color{width:23px;height:23px}.products.only--category .products__inner{grid-template-columns:1fr;padding:0}.products.few .products__inner{display:flex;align-items:stretch;flex-wrap:nowrap;flex-direction:column;gap:50px}}@media (min-width: 1990px){.products__inner{display:grid;grid-template-columns:repeat(4, 1fr);gap:65px}.products__item.item--first,.products__item.item--six{padding:0}.products__item.item--big,.products__item.item--small{width:100%;height:100%;height:auto;padding:0}.products__item.item--big .products__item-title,.products__item.item--small .products__item-title{width:100%;white-space:normal}.products__item-title{flex:1}.products__item-info{flex:1}.products__item-colors{top:auto;bottom:7px}.products__item-cart{top:15px;right:30px}.products__item-images{width:590px;height:590px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 auto}}@media (min-width: 2490px){.products__inner{grid-template-columns:repeat(5, 1fr);gap:80px}.products.few .products__inner{grid-template-columns:repeat(3, 1fr)}}@media (min-width: 3390px){.products.few .products__inner{grid-template-columns:repeat(4, 1fr)}}.product{display:flex;align-items:stretch;flex-wrap:nowrap}.product.page__content{margin-top:0}.product__info{padding:100px 0 0 110px;width:775px;position:relative}.product__title{font-size:40px;font-weight:600;line-height:1;text-transform:uppercase}.product__price{font-size:30px;font-weight:600;line-height:1;margin-top:15px}.product__variations{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:20px;margin:60px 0 0 !important}.product__variations-item{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:7px}.product__variations-title{font-size:18px;font-weight:500;line-height:1;color:#646464;text-transform:capitalize}.product__variations-list{display:flex;align-items:center;flex-wrap:wrap;gap:5px 0}.product__variations-color{width:45px;height:25px;cursor:pointer;margin-right:7px}.product__variations-color.current{outline:2px solid #bababa}.product__variations-size{font-size:30px;font-weight:600;line-height:1;color:#121212;cursor:pointer;margin-right:15px;text-transform:uppercase}.product__variations-size.current{color:#bababa}.product__variations-description{font-size:18px;font-weight:500;line-height:1;color:#646464;margin-bottom:30px}.product__variations-price .price{font-size:30px !important;font-weight:600;color:#646464 !important}.product__variations select,.product__variations .reset_variations{display:none !important}.product__description{font-size:18px;font-weight:500;margin-top:50px;color:#646464;max-width:675px}.product__description-title{text-transform:uppercase;margin-bottom:20px}.product__foot{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;margin-top:30px;width:100%}.product__btn{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;margin-top:25px !important}.product__btn img{width:20px;height:20px;display:none}.product__btn.product--loading{pointer-events:none}.product__btn.product--loading span{display:none}.product__btn.product--loading img{display:block}.product__counter{margin-bottom:35px;float:initial !important}.product__counter-actions{display:flex;align-items:center;flex-wrap:wrap;margin-top:5px}.product__counter-button{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:30px;height:30px;cursor:pointer}.product__counter-input{font-family:"Hind";font-size:30px;font-weight:600;line-height:1;text-align:center;width:50px}.product__availability{position:absolute;top:35px;right:0;font-size:18px;font-weight:600;line-height:1;text-transform:uppercase}.product__availability .in-stock{color:#646464 !important}.product__availability .out-of-stock{color:#FE2F35 !important}.product__form{-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s}.product__form.blocked{opacity:.5;pointer-events:none}.product__added{position:absolute;top:0;right:0;font-size:20px;font-weight:500;line-height:1;color:#fff;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s;background:rgba(117,201,117,0.7);border-radius:5px;padding:15px 30px;text-transform:uppercase;opacity:0;visibility:hidden}.product__added.show{opacity:1;visibility:visible}.product__main{max-width:1920px;margin:0 auto}@media (max-width: 1590px){.product__info{padding:70px 0 0 70px;width:560px}.product__title{font-size:36px}.product__counter-input{font-size:26px}.product__variations{margin:50px 0 0 !important}.product__variations-title{font-size:16px}.product__variations-size{font-size:26px}.product__variations-price .price{font-size:26px !important}.product__variations-description{margin-bottom:20px}.product__price{font-size:26px}.product__description{font-size:16px}.product__description-title{margin-bottom:15px}}@media (max-width: 1290px){.product__info{padding:0 0 0 70px;width:515px}.product__title{font-size:30px}.product__counter-input{font-size:24px}.product__variations{margin:40px 0 0 !important}.product__variations-title{font-size:15px}.product__variations-size{font-size:24px}.product__variations-price .price{font-size:24px !important}.product__price{font-size:24px}.product__description{font-size:15px}.product__description-title{margin-bottom:15px}}@media (max-width: 997px){.product__info{padding:0 0 0 60px;width:380px}.product__title{font-size:21px}.product__counter-input{font-size:21px}.product__variations{margin:30px 0 0 !important}.product__variations-title{font-size:14px}.product__variations-size{font-size:21px}.product__variations-price .price{font-size:21px !important}.product__price{font-size:21px;margin-top:10px}.product__description{font-size:14px}.product__description-title{margin-bottom:15px}}@media (max-width: 768px){.product{flex-direction:column;gap:50px}.product__info{padding:0;width:100%}.product.page__content{height:auto;margin-top:80px}}@media (min-width: 1990px){.product__main.container{padding:0}}.home__offer{padding:290px 0 100px;position:relative}.home__offer-content{max-width:785px;margin-left:auto}.home__offer-text{font-size:65px;font-weight:300;line-height:1}.home__offer-title{font-size:87px;font-weight:600;line-height:1;margin-top:10px}.home__offer-labels{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:25px}.home__offer-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.home__offer-image img{width:100%;height:100%;object-fit:cover}.home__offer-label{font-size:15px;font-weight:600;line-height:35px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;border:1px solid #121212;height:35px;border-radius:17px;padding:0 25px}.home__products{margin-top:145px}@media (max-width: 1790px){.home__offer-content{max-width:615px}}@media (max-width: 1690px){.home__products{margin-top:110px}}@media (max-width: 1590px){.home__offer{padding:210px 0 100px}}@media (max-width: 1490px){.home__offer-content{max-width:525px}.home__offer-text{font-size:54px}.home__offer-title{font-size:74px;margin-top:5px}.home__offer-labels{margin-top:15px}.home__offer-label{font-size:14px;padding:0 15px}}@media (max-width: 1290px){.home__products{margin-top:70px}}@media (max-width: 1200px){.home__offer-content{max-width:435px}.home__offer-title{font-size:55px}.home__offer-text{font-size:38px}.home__offer-label{line-height:30px;height:30px;padding:0 10px}}@media (max-width: 992px){.home__offer{padding:105px 0 60px}.home__offer-title{font-size:45px}.home__offer-text{font-size:30px}.home__offer-content{max-width:350px}.home__offer-labels{display:grid;grid-template-columns:1fr 1fr}}@media (max-width: 768px){.home{margin-top:46px}.home__offer-title{font-size:28px;margin:0}.home__offer-text{font-size:22px}.home__offer-content{max-width:230px}}@media (min-width: 1990px){.home__products .container{width:100%;max-width:100%;padding:0 80px}}.mobile__menu{display:flex;align-items:stretch;flex-wrap:nowrap;width:100%;height:100dvh;position:fixed;z-index:1000000;top:0;left:0;-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s;transform:translateX(-100%);background:#fff;flex-direction:column;overflow:auto}.mobile__menu-logo{width:130px}.mobile__menu-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:15px 15px 0}.mobile__menu-center{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;flex:1;padding:50px 30px}.mobile__menu-center .menu ul{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:40px}.mobile__menu-center .menu ul .page_item a{font-size:34px;font-weight:700;line-height:1}.mobile__menu-bottom{padding:25px 25px 35px;background:#121212}.mobile__menu-bottom .menu ul{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px}.mobile__menu-bottom .menu ul li:last-child{grid-column:span 3}.mobile__menu-bottom .menu ul .page_item{text-align:center}.mobile__menu-bottom .menu ul .page_item a{font-size:16px;font-weight:500;line-height:1;color:#fff}.mobile__menu-cart{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding-top:40px}.mobile__menu-contacts{margin-top:35px;justify-content:center}.mobile__menu-contacts .footer__contacts{flex-direction:column;padding:20px 0;gap:10px}.mobile__menu-socials{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap;gap:15px;margin:45px auto 0;max-width:305px}.mobile__menu-navs{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column}.mobile__menu-nav{flex-wrap:nowrap !important;gap:0 !important}.mobile__menu-nav.all--models{margin:30px 0;justify-content:center}.mobile__menu-nav picture,.mobile__menu-nav span{width:50%;text-align:center}.mobile__menu.show{transform:translateX(0)}.page__content{margin-top:50px;flex:1;position:relative}.page__empty{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.page__empty-content{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:35px}.page__empty-text{font-size:38px;font-weight:600;line-height:1;text-transform:uppercase;padding-left:20px;position:relative}.page__empty-text::before{content:'';position:absolute;top:-3px;left:0;width:5px;height:100%;border-radius:2px;background:#FE2F35}.page__title{font-size:40px;font-weight:600;line-height:1;margin-bottom:60px}@media (max-width: 768px){.page__content{margin-top:100px}.page__title{font-size:34px;margin-bottom:50px}.page__empty{align-items:flex-start;padding-top:20px;position:static}.page__empty-text{font-size:30px}}.woo-variation-gallery-thumbnail-slider{margin-top:30px !important}.woo-variation-gallery-wrapper .woo-variation-gallery-slider img{height:100% !important}.woo-variation-product-gallery{width:945px !important}.wvg-gallery-image{height:730px !important}.wvg-gallery-image div{height:100%}.wvg-gallery-image img{object-fit:contain;width:100%;height:100%}.wvg-gallery-thumbnail-image{margin-right:50px !important}@media (max-width: 1490px){.wvg-gallery-image{height:545px !important}}@media (max-width: 1290px){.wvg-gallery-image{height:480px !important}}@media (max-width: 997px){.wvg-gallery-image{height:350px !important}}@media (max-width: 768px){.wvg-gallery-image{height:350px !important}}.cart__form{display:flex;align-items:stretch;flex-wrap:wrap}.cart__items{display:flex;align-items:stretch;flex-wrap:wrap;width:50%;flex-direction:column;gap:45px}.cart__item{display:flex;align-items:stretch;flex-wrap:nowrap;position:relative;gap:30px;padding-bottom:20px;border-bottom:1px solid #BABABA}.cart__item:last-child{border-bottom:none}.cart__item-details{width:100%}.cart__item-image{flex-shrink:0}.cart__item-title{font-size:30px;font-weight:600;line-height:1;margin-bottom:30px;width:500px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart__item-quantity{position:absolute;top:0;right:0;-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s}.cart__item-quantity .product__variations-title{display:none}.cart__item-quantity .product__counter-actions{transform:translateY(-8px);margin:0}.cart__item-quantity.disabled{opacity:.7;pointer-events:none}.cart__item-variations{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:10px}.cart__item-variation{display:flex;align-items:stretch;flex-wrap:wrap}.cart__item-variation-name,.cart__item-variation-value{font-size:18px;font-weight:500;line-height:1;width:145px;text-transform:uppercase}.cart__item-variation-value{text-align:right}.cart__item-remove{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;font-size:14px;font-weight:400;line-height:1;color:#bababa;-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s;gap:10px;border-radius:121px;border:1px solid #bababa;padding:3px 10px 3px 15px;margin-left:auto;cursor:pointer}.cart__item-remove svg{-webkit-transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s}.cart__item-remove span{transform:translateY(1px)}.cart__item-remove:hover{border:1px solid #646464;color:#646464}.cart__item-remove:hover svg{fill:#646464}.cart__item-remove.disabled{opacity:.7;pointer-events:none}.cart__item-foot{display:flex;align-items:center;flex-wrap:wrap;margin-top:50px}.cart__item-subtotal{font-size:30px;font-weight:600;line-height:1;margin-left:30px;transform:translateY(2px)}.cart__item-subtitle{font-size:20px;font-weight:500;line-height:27px}.cart__item.item--loading{pointer-events:none}.cart__item.item--loading .loading{opacity:1;visibility:visible}.cart__total{width:50%;padding-left:180px;height:100vh}.cart__total-inner{position:sticky;top:50px;background:#f6f6f6;padding:30px 40px}.cart__total-title{font-size:30px;font-weight:600;line-height:1}.cart__total-table{border:none !important}.cart__total-result{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;font-size:30px;font-weight:600;line-height:1;margin-top:65px}.cart__total-btn{margin-top:35px}.cart__total.item--loading{pointer-events:none}.cart__total.item--loading .loading{opacity:1;visibility:visible}@media (max-width: 1690px){.cart__total{padding-left:100px}.cart__item-title{width:400px}}@media (max-width: 1590px){.cart__total{padding-left:100px}.cart__total-title{font-size:28px}.cart__total-result{font-size:28px}.cart__item-title{width:350px;font-size:28px}.cart__item-subtitle{font-size:18px}.cart__item-variation-name,.cart__item-variation-value{font-size:16px;width:120px}.cart__item-subtotal{font-size:28px}}@media (max-width: 1490px){.cart__total{padding-left:80px}.cart__total-title{font-size:26px}.cart__total-result{font-size:26px}.cart__item-title{width:300px;font-size:26px}.cart__item-subtitle{font-size:18px}.cart__item-variation-name,.cart__item-variation-value{font-size:15px;width:100px}.cart__item-subtotal{font-size:26px}}@media (max-width: 1290px){.cart__item-image{width:100px;height:100px}}@media (max-width: 1200px){.cart__total{padding-left:60px;width:45%}.cart__total-title{font-size:21px}.cart__total-result{font-size:21px}.cart__items{width:55%}.cart__item-title{font-size:21px}.cart__item-subtitle{font-size:16px}.cart__item-variation-name,.cart__item-variation-value{font-size:14px;width:70px}.cart__item-subtotal{font-size:21px}.cart__item-remove{font-size:13px}}@media (max-width: 992px){.cart__form{flex-direction:column;gap:80px}.cart__items{width:100%}.cart__item-foot{margin-top:40px}.cart__total{width:100%;height:auto;padding:0}}@media (max-width: 768px){.cart__total-inner{padding:15px}.cart__item{flex-direction:column}.cart__item-image{width:115px;height:115px}}.checkout__products{display:flex;align-items:stretch;flex-wrap:wrap;width:40%;flex-direction:column;gap:35px;padding:20px 0}.checkout__product{display:flex;align-items:stretch;flex-wrap:nowrap;position:relative;gap:30px;padding-bottom:20px;border-bottom:1px solid #BABABA}.checkout__product:last-child{border-bottom:none}.checkout__product-details{width:100%}.checkout__product-image{width:100px;height:100px;flex-shrink:0}.checkout__product-title{font-size:24px;font-weight:600;line-height:1;margin-bottom:24px}.checkout__product-variations{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:10px}.checkout__product-variation{display:flex;align-items:stretch;flex-wrap:nowrap}.checkout__product-variation-name,.checkout__product-variation-value{font-size:16px;font-weight:500;line-height:1;width:100px;text-transform:uppercase}.checkout__product-variation-value{text-align:right}.checkout__product-foot{display:flex;align-items:center;flex-wrap:wrap;margin-top:30px}.checkout__product-subtotal{font-size:24px;font-weight:600;line-height:1;margin-left:auto;transform:translateY(2px)}.checkout__product-subtitle{font-size:20px;font-weight:500;line-height:27px}.checkout__sections{display:flex;align-items:stretch;flex-wrap:nowrap;gap:100px}.checkout__section.section--details{flex-shrink:0;width:720px;padding-right:15px}.checkout__section.section--fields{border-left:1px solid #bababa;width:100%;padding:0 0 0 30px}.checkout__section-wrapper{max-height:1375px;overflow:auto;padding-right:15px}.checkout__section-wrapper::-webkit-scrollbar{width:7px}.checkout__section-wrapper::-webkit-scrollbar-track{background:#f6f6f6;border-radius:179px}.checkout__section-wrapper::-webkit-scrollbar-thumb{background:#bababa;border-radius:179px}.checkout__section-wrapper::-webkit-scrollbar-thumb:hover{background:#646464}.checkout__fields{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:70px}.checkout__fields::before{content:'';position:absolute !important}.checkout__fields-list{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:20px;max-width:570px;flex:1}.checkout__fields-wrapper{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:nowrap;position:relative;width:100%}.checkout__fields-title{font-size:30px;font-weight:600;line-height:48px;max-width:325px}.checkout__payment{background:#fff !important}.checkout__payment-title{font-size:30px !important;font-weight:600 !important;line-height:20px !important;margin-bottom:40px !important}.checkout__payment-label{font-size:30px;font-weight:600;line-height:1}.checkout__payment-totals{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:50px}.checkout__payment-link{font-size:16px;font-weight:600;line-height:24px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;gap:10px;text-decoration:none;cursor:pointer;margin-top:20px}.checkout__payment-link svg{-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;transform:translateY(-3px);flex-shrink:0}.checkout__payment-link:hover{color:#646464}.checkout__payment-link:hover svg{fill:#646464}.checkout__payment-actions{padding:0 !important}.checkout__payment-actions .product__btn{margin-top:45px !important;float:none !important}.checkout__payment .wc_payment_methods{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:15px;border-top:1px solid #bababa;border-bottom:none !important;padding:50px 15px 0 !important}.checkout__payment .payment_box{background-color:#f6f6f6 !important;margin:7px 0 !important;font-size:12px !important}.checkout__payment .payment_box::before{display:none !important}.checkout__container label{display:none !important}.checkout__login{margin-bottom:70px}.checkout__login .login{margin:30px 0 70px !important;border-top:1px solid #646464 !important;border-bottom:1px solid #646464 !important;border-left:none !important;border-right:none !important;border-radius:0 !important}.checkout__login-wrapper{max-width:570px;margin:0 auto}.checkout__login-wrapper .btn{margin:20px 0 !important}.checkout__login-inputs{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:20px;margin-top:20px}.checkout .optional{display:none}.checkout .form-row{width:100% !important;padding:0 !important;margin:0 !important}.checkout .form-row-first>label,.checkout .form-row-last>label{display:none !important}.checkout .custom-checkbox{width:20px;height:20px;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;-ms-transition:.2s;transition:.2s;transform:translateY(3px);margin-right:15px;border:1px solid #121212;background-color:#fff;border-radius:5px}.checkout .custom-checkbox.checked::before{content:url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2715%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.33314 6.98847L1.58898 4.2443L0.410645 5.42264L4.33314 9.34514L12.4223 1.25597L11.244 0.0776367L4.33314 6.98847Z%27 fill=%27%23121212%27/%3E%3C/svg%3E");border-color:#121212;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;background:transparent;transform:translate(-6px, -10px)}.checkout .woocommerce-error{background:rgba(226,41,41,0.2);border:none !important;border-radius:5px}.checkout .woocommerce-error::before{top:20px !important}.checkout .woocommerce-error strong{margin-right:5px;font-weight:600}.checkout .wcff-checkout-field-container>label{display:none !important}.checkout .show-password-input{top:16px !important}.checkout .woocommerce-checkout-review-order-table,.checkout .woocommerce-privacy-policy-text{display:none !important}.checkout__details{width:60%}@media (max-width: 1590px){.checkout__fields-title{font-size:24px}.checkout__sections{gap:60px}.checkout__product-title{font-size:20px}.checkout__product-subtitle{font-size:16px}.checkout__product-subtotal{font-size:20px}.checkout__product-variation-name{font-size:14px}}@media (max-width: 1290px){.checkout__products{width:50%}.checkout__fields-list{max-width:450px}}@media (max-width: 1200px){.checkout__sections{gap:40px}.checkout__fields{gap:20px}.checkout__fields-title{font-size:18px}.checkout__fields-list{max-width:100%;width:100%}.checkout__fields-wrapper{flex-direction:column}}@media (max-width: 992px){.payment_method_square_credit_card .wc-square-credit-card-payment-gateway-icon{width:25px !important;height:20px !important}.woocommerce-product-details__short-description p{font-size:14px}}@media (max-width: 768px){.checkout__sections{flex-direction:column;gap:10px}.checkout__product-image{width:70px;height:70px}.checkout__product-title{font-size:18px}.checkout__payment-title{font-size:24px !important}.checkout__payment-label{font-size:24px}.checkout__section{padding:0 !important;border-left:none !important}.checkout__products{width:100%}}.thankyou{height:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.thankyou__sections{display:flex;align-items:stretch;flex-wrap:nowrap}.thankyou__section.section--details{flex-shrink:0;width:720px;padding-right:15px}.thankyou__section.section--description{border-left:1px solid #bababa;width:100%;padding-left:30px}.thankyou__section-scroll{padding-right:15px;max-height:850px;overflow:auto}.thankyou__section-scroll::-webkit-scrollbar{width:7px}.thankyou__section-scroll::-webkit-scrollbar-track{background:#f6f6f6;border-radius:179px}.thankyou__section-scroll::-webkit-scrollbar-thumb{background:#bababa;border-radius:179px}.thankyou__section-scroll::-webkit-scrollbar-thumb:hover{background:#646464}.thankyou__section-wrapper{padding:0 150px}.thankyou__section-title{font-size:40px;font-weight:600;line-height:64px;text-align:center;margin-bottom:15px}.thankyou__section-text{font-size:18px;line-height:28px;text-align:center;display:block}.thankyou__section-text strong{font-weight:500}.thankyou__details{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;gap:55px;margin-top:60px}.thankyou__detail{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.thankyou__detail-title{font-size:30px;font-weight:600;line-height:48px}.thankyou__detail-info{display:flex;align-items:stretch;flex-wrap:wrap;flex-direction:column;text-align:right}.thankyou__detail-value{font-size:20px;font-weight:600;line-height:27px;color:#121212}.thankyou__detail-subvalue{font-size:20px;font-weight:500;line-height:27px;color:#646464;display:flex;align-items:stretch;flex-wrap:wrap;gap:15px}.thankyou__btn{max-width:360px;margin:70px auto 0}@media (max-width: 768px){.thankyou{align-items:flex-start}.thankyou__detail{flex-direction:column;align-items:center}.thankyou__detail-title,.thankyou__detail-subvalue,.thankyou__detail-value{font-size:18px;text-align:center}.thankyou__section-wrapper{padding:0}}.policy.page__content{width:100%;padding:10px 75px 0;flex:1;max-width:1920px;margin:0 auto}.policy__content h2{margin:30px 0 10px}.policy__content p{padding-bottom:20px}@media (max-width: 992px){.policy.page__content{padding:10px 20px 0}}@media (max-width: 768px){.policy.page__content{padding:25px 20px 0}}.account__login{max-width:450px;margin:0 auto;padding:30px 0 55px}.account__login-btn{width:100%}


/*# sourceMappingURL=main.915404f2a63138265226.min.css.map*/