html{overflow-x:hidden;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{padding:0;margin:0;overflow-x:hidden;color:var(--black);font-size:16px;font-family:HelveticaNeue;letter-spacing:0}:root{--white: #fff;--Red-accent: #FC2A05;--Beige: #FAEDDC;--Dark: #000;--semi-dark: rgba(0, 0, 0, .5)}h1,h2,h3,h4,h5,p{margin:0;padding:0}:active,:hover,:focus{outline:0;outline-offset:0}a{text-decoration:none;display:block;font-size:11px;color:var(--Dark)}.index h1,.about_page h1,.index h2,.about_page h2{font-size:52px;font-weight:700;text-transform:uppercase}h5{font-size:20px;font-weight:500;letter-spacing:1px;text-transform:uppercase}p{font-size:16px;line-height:140%}img{display:block;max-width:100%;max-height:100%;width:100%}h1,h1.small,h2,h2.small{font-size:20px;font-weight:500;text-transform:uppercase}.container{max-width:1260px;padding:0 30px;margin:auto;position:relative}.animate{opacity:0;transition:1.5s}.animate.show{opacity:1}header{position:fixed;top:40px;left:0;width:100%;padding:20px 0;z-index:15}header.fixed{top:0;background-color:#fff}.burger_fixed{top:0}.header_overlay{display:flex;align-items:center;justify-content:space-between}.header_logo{width:110px;height:20px}.header_logo svg path{fill:var(--Red-accent)}header.white .header_logo svg path{fill:var(--white)}.header_nav{display:flex;align-items:center;gap:25px}.header_nav_item{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:400;letter-spacing:.55px;text-transform:uppercase;cursor:pointer;transition:.4s}.header_nav_item img{width:9px;transition:.4s;transform:rotate(0)}.header_actions{display:flex;align-items:center;gap:20px}.header_actions_item{width:20px}.header_action_item_scale{transform:scale(1);transition:.4s}.header_action_item_scale:hover{transform:scale(1.05);transition:.4s}.header_actions_item svg path{fill:var(--Dark)}header.white .header_actions_item svg path{fill:var(--white)}.cart-count-bubble{font-size:10px;font-weight:600;text-align:center;padding-top:1px;bottom:0;right:-7px;left:auto}.cart-count-bubble span{margin-top:.5px}header.white .cart-count-bubble{background-color:var(--white);color:var(--Dark)}header .header__icon{height:20px;width:20px}.search-modal{width:calc(100% + 180px);left:-90px;top:-50px}.search-modal{background:none!important}.search-modal__close-button svg path{stroke:var(--White)}.header__icon--search .header__icon-close{display:none!important}.predictive-search{margin-top:100px}.predictive-search__item .predictive-search__item-heading{text-transform:none;letter-spacing:0;font-style:italic}.search-modal__form{margin-top:70px}.search-modal .modal__close-button.link{margin-top:140px}.page-content{margin-top:70px}.hero{background-size:cover;color:var(--white);position:relative;background-position:center}.hero_overlay{height:100vh;display:flex;align-items:flex-end;justify-content:space-between;padding:50px 0}.hero:before{content:"";width:100%;height:284px;position:absolute;bottom:0;background:linear-gradient(180deg,#0000,#000c);left:0}.hero:after{content:"";width:100%;height:284px;position:absolute;top:0;background:linear-gradient(0deg,#0000,#000c);left:0}.hero_title{color:var(--white)}.hero_content,.hero_btn{position:relative;z-index:9}.btn{font-size:14px;font-weight:500;letter-spacing:.7px;text-transform:uppercase;color:var(--white);border:2px solid var(--white);padding:10px 20px;width:max-content;transition:.4s}.hero_text{margin-top:15px}header.white .header_nav_item{color:var(--white)}.product-collection{padding:100px 0}.product_view{background:#f8f8f8}.product_overlay{display:flex;flex-wrap:wrap;gap:45px 42px;margin-top:20px}.product_item{width:calc(33% - 25px)}.product_item_image{width:100%;position:relative;aspect-ratio:.66 / 1}.product_card_image_item{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;transition:.4s}.product_card_image_first{opacity:1}.product_card_image_second{opacity:0}.product_item:hover .product_card_image_second{opacity:1}.product_card_button{position:absolute;right:15px;bottom:15px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:100%;background-color:var(--white);border:0;cursor:pointer;transition:.4s;opacity:0}.product_card_button[disabled]{cursor:not-allowed}.product_item:hover .product_card_button:not([disabled]){transition:.4s;opacity:1}.product_card_button svg{width:18px}.product_item_content{margin-top:20px}.product_item_title{font-size:14px;font-weight:500;letter-spacing:.56px;text-transform:uppercase;transition:.4s}.product_item_price{font-size:14px;font-weight:400;letter-spacing:.7px;text-transform:uppercase;margin-top:8px}.category{background-position:center;background-size:cover;position:relative;color:var(--white)}.category_overlay{height:100vh;display:flex;align-items:flex-end;justify-content:space-between;padding:50px 0}.category:before{content:"";width:100%;height:284px;position:absolute;bottom:0;background:linear-gradient(180deg,#0000,#000c);left:0}.category_content,.category_btn{position:relative;z-index:9}.category_text{margin-top:15px}.action{position:relative}.action_bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:3;display:flex}.action_btn{background:var(--white);color:var(--Dark)}.action_bg_image{height:100%;width:50%;background-size:cover;display:block!important}.action_bg_image_large{width:100%}.action_overlay{display:flex;flex-direction:column;height:100vh;padding:50px 0;align-items:center;position:relative;z-index:4;justify-content:flex-end}.home_about{padding:120px 0;background:#ededed}.home_about_overlay{display:flex;align-items:center;justify-content:space-between}.home_about_left{max-width:464px;display:flex;flex-direction:column;gap:50px}.home_about_left_title{color:var(--Red-accent)}.home_about_left_image{width:100%;aspect-ratio:1.79 / 1;object-fit:cover;object-position:center}.home_about_left_btn{color:var(--Red-accent);border:2px solid var(--Red-accent)}.home_about_right{max-width:456px;position:relative}.home_about_right_image{width:100%;aspect-ratio:.66 / 1;object-fit:cover;object-position:center}.home_about_right_text{margin-top:42px;margin-left:auto;max-width:302px}.home_about_right_image_second{position:absolute;left:-140px;bottom:40px;width:247px;aspect-ratio:.66 / 1;object-fit:cover;object-position:center}.insta{padding:120px 0 0}.insta_head{display:flex;align-items:center;justify-content:space-between;margin-top:100px;margin-bottom:30px}.insta_link{color:var(--Red-accent);font-size:16px;font-weight:400;letter-spacing:.8px;text-transform:uppercase;text-decoration:underline;transition:.4s}footer{padding:100px 0 25px}.footer_overlay{display:flex;align-items:center;justify-content:space-between}.footer_info{display:flex;align-items:flex-start;gap:66px}.footer_logo{width:115px;margin-bottom:25px}.footer_social_overlay{display:flex;gap:20px;margin-top:7px}.footer_phone,.footer_social_link{font-size:14px;transition:.4s}.footer_phone:hover,.footer_social_link:hover{color:var(--Red-accent)}.footer_social_link{font-size:18px}.footer_info_nav{display:flex;flex-direction:column;gap:10px}.footer_info_nav a{font-size:14px;transition:.4s}.footer_news_form{position:relative;width:362px;margin-top:15px}.footer_news_title{font-size:13px;font-weight:400;letter-spacing:.65px;text-transform:uppercase}.footer_news_form_input{width:100%;padding:12px 130px 10px 15px;font-family:HelveticaNeue;border:1px solid var(--Dark);color:var(--Dark);font-size:14px;font-weight:400;background-color:transparent}.footer_news_form_input::-webkit-input-placeholder{font-family:HelveticaNeue;font-size:14px;font-weight:400;color:#00000080}.footer_news_form_input::-moz-placeholder{font-family:HelveticaNeue;font-size:14px;font-weight:400;color:#00000080}.footer_news_form_submit{position:absolute;top:4px;right:4px;background:var(--Dark);color:var(--white);font-family:HelveticaNeue;font-size:11px;font-weight:500;letter-spacing:.55px;text-transform:uppercase;border:none;width:111px;text-align:center;height:30px;transition:.4s;cursor:pointer}.form__message{font-size:1.2rem;text-transform:uppercase}.footer_bottom{display:flex;align-items:center;justify-content:space-between;padding-top:25px;margin-top:30px;border-top:1px solid rgba(0,0,0,.1)}.footer_copyright,.footer_dev_text{font-size:14px}.footer_dev{font-size:14px;color:var(--Dark);display:inline;text-decoration:none;transition:.4s;font-weight:500}.footer_dev:hover{text-decoration:underline;transition:.4s}.header_nav_child{display:none;position:absolute;left:0;top:calc(100% + 20px);width:100%;border:1px solid #E5E5E5}.header_nav_child_image_wrapper{display:flex;align-items:stretch;width:23%;height:100%}.header_nav_child_image{height:auto;min-height:100%;width:auto;object-fit:cover;display:block}.header_nav_child_link:hover{color:var(--Red-accent)}.burger{display:none}.shopify-policy__container{text-align:left;margin:45px auto 60px;max-width:600px}.shopify-policy__title h1,.shopify-policy__container h2{font-size:20px;font-weight:500;text-align:left}.shopify-policy__title{margin-bottom:15px}.shopify-policy__container h2{margin:20px 0 10px;font-size:18px}.shopify-policy__container p,.shopify-policy__container ul li,.shopify-policy__container ol li{font-size:14px;line-height:150%}.shopify-policy__container ul,.shopify-policy__container ol{padding:0}.shopify-policy__container ul li,.shopify-policy__container ol li{line-height:150%;margin:6px 0}.st-text-center h2{display:none}.st-wishlist-button[data-type=details]{border:none!important;background:transparent!important;color:#000!important}.st-wishlist-button .st-label:not(:empty){display:none}.st-wishlist-button{padding:0!important}.st-wishlist-button .st-wishlist-icon{color:#121212!important}#st-wishlist-page header{display:none!important}.product-title-wrapper{display:flex;gap:15px;justify-content:space-between;align-items:center}.st-product-card .st-product-card_title a{text-transform:uppercase;font-weight:500;letter-spacing:.5px}.st-product-card--grid{box-shadow:none!important;padding:0!important}.st-product-card--grid form{text-align:left!important}.st-product-card .st-product-card_options select{border-radius:0!important;width:80px!important;box-sizing:border-box!important;border:none!important;background-color:#f2f2f2!important;padding:0 10px!important;font-size:14px!important}.st-product-card .st-product-card_options svg{z-index:1!important}.st-image{aspect-ratio:4 / 5!important}.st-product-card .st-product-card_title a{height:auto!important}.st-atc-button{background-color:var(--Dark)!important;color:var(--white)!important;text-transform:uppercase!important;font-weight:500!important;letter-spacing:.5px!important;padding:10px 20px!important;border-radius:0!important;transition:.4s}.st-atc-button:hover{background-color:var(--Red-accent)!important;transition:.4s}.st-product-card .st-product-card_price{font-size:16px!important;font-weight:500!important}.st-product-card_group--title{display:flex;justify-content:space-between;align-items:center;gap:15px}.st-wishlist-details-button{display:none!important}.page-content .utility-bar{margin-top:-70px;margin-bottom:90px}.product_card_button svg path{fill:#000}@media screen and (min-width: 992px){.header_nav_parent:hover .header_nav_child{display:flex}.header_nav_parent:hover .header_nav_item img{transform:rotate(180deg)}.header_nav_item:hover{color:var(--Red-accent)}header.white .header_nav_item:hover{color:var(--Red-accent)}.header_nav_parent:hover .header_nav_item{color:var(--Red-accent)}.btn:hover{color:var(--white);border:2px solid var(--Red-accent);background-color:var(--Red-accent)}.product_item:hover .product_item_title{color:var(--Red-accent)}.insta_link:hover{text-decoration:none}.footer_info_nav a:hover{color:var(--Red-accent)}.footer_news_form_submit:hover{cursor:position;background-color:var(--Red-accent)}.product_catalog_filters:hover,.breadcrumbs_item:hover,.contact_contacts_item_link:hover,.contact_contacts_item_social_item:hover{color:var(--Red-accent)}.button_action:hover{background-color:var(--Red-accent)}}.header_nav_child:before{content:"";position:absolute;left:0;top:-30px;width:100%;height:40px;display:block;background-color:transparent;z-index:9999}.header_nav_child_content{padding:30px 40px 50px;background:var(--white);display:flex;align-items:flex-start;gap:50px;width:100%}.header_nav_child_item{padding-right:2%;border-right:1px solid rgba(0,0,0,.1);height:100%;min-width:189px;width:23%}.header_nav_child_item:last-child{padding-right:0;border:none}.header_nav_child_link{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:400;letter-spacing:.7px;text-transform:uppercase;margin-bottom:20px}.header_nav_child_link img{width:5px}.header_nav_child_item_nav{margin-top:19px;display:flex;flex-direction:column;gap:6px}.header_nav_child_item_link{color:#00000080;font-size:14px;font-weight:400;transition:.4s}.header_nav_child_item_link:hover{color:var(--Red-accent)}.header_nav_child_item_title{font-size:14px;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:var(--Dark)}.sub_menu{display:flex;flex-direction:column;gap:4px}.product_catalog_title{text-align:center}.breadcrumbs{display:flex;align-items:center;justify-content:flex-start;gap:15px;margin:20px 0}.breadcrumbs_item{display:flex;align-items:center;gap:15px;font-size:12px;transition:.4s}.breadcrumbs_item:after{content:"";display:block;width:5px;height:9px;background-size:cover;background-image:url(/cdn/shop/files/icon_arrow_gray.svg?v=1752661651)}.breadcrumbs_current{color:var(--semi-dark);font-size:12px;font-weight:400}.product_catalog{padding:60px 0 0}header.dark{border-bottom:1px solid rgba(0,0,0,.1)}.product_catalog_actions{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.product_catalog_filters{display:flex;align-items:center;gap:15px;font-size:14px;font-weight:500;letter-spacing:.7px;text-transform:uppercase;transition:.4s}.product_catalog_filters img{width:18px}.product_catalog_count{font-size:14px;color:var(--semi-dark)}.single{padding:60px 0 20px}.product_catalog .breadcrumbs{justify-content:center}.single_overlay{display:flex;align-items:flex-start;justify-content:space-between}.single_content{width:504px;display:flex;flex-direction:column;gap:20px}.single_price{font-size:16px;font-weight:400;letter-spacing:.8px;text-transform:uppercase}.product .product__description p{font-size:14px;color:var(--Dark)}.product__tax{display:none!important}.button_action,.product .product-form__submit{padding:14px 20px;background:var(--Dark);color:var(--white);display:flex;align-items:center;gap:13px;justify-content:center;font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase;transition:.4s}.product .product-form__submit{padding:17px 20px 14px}.product .product-form__submit svg{width:20px}.product .product-form__quantity{margin-top:25px}.button_cart{margin:10px 0}.single_info_item{margin:0!important}.single_info_title{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;letter-spacing:.7px;text-transform:uppercase;cursor:pointer;color:var(--Dark)}.single_info_title svg{width:14px;height:7px;transform:rotate(0);transition:.4s}.single_info_item{padding:20px 0;border-top:1.5px solid rgba(0,0,0,.1)}.single_info_item:last-child{border-bottom:1.5px solid rgba(0,0,0,.1)}.single_info_item.active svg{transform:rotate(180deg)}.single_info_colors_item .single_info_content{display:block}.single_info_content{margin-top:20px;display:none}.single_info_content p{font-size:14px}.single_info_content ul{font-size:14px;margin:0;padding-left:20px;color:var(--Dark)}.single_info_content ul li{margin:3px 0;line-height:110%}.single_info_item_related{display:flex;flex-wrap:wrap;gap:20px}.single_info_item_product{width:calc(33% - 12px)}.about{padding:60px 0 65px}.about_title{text-align:center;max-width:1040px;margin:70px auto 0;color:var(--Red-accent)}.about_subtitle p{text-align:center;max-width:1040px;margin:50px auto 0;font-size:24px}.about_gallery{display:flex;align-items:center;gap:20px;justify-content:center;margin:70px 0 80px -140px;width:max-content;animation:gallery 25s linear infinite}.about_gallery img{width:300px;height:300px;object-fit:cover;object-position:center}@-webkit-keyframes gallery{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.about_qoute{max-width:707px;margin:0 auto 120px}.about_qoute svg{width:56px}.about_qoute_content{color:var(--Red-accent);margin-top:38px;position:relative}.about_qoute_content:before{content:"";background-image:url(/cdn/shop/files/about_story_bg.svg?v=1752672629);background-size:cover;display:block;width:532px;height:692px;position:absolute;left:-380px;top:60px}.about_qoute_content:after{content:"";background-image:url(/cdn/shop/files/about_story_bg.svg?v=1752672629);background-size:cover;display:block;width:532px;height:692px;position:absolute;right:-380px;bottom:-130px;transform:rotate(180deg)}.about_qoute_content p{font-size:24px;font-style:italic;margin:28px 0}.about_story{padding-top:120px}.about_story_title{color:var(--Red-accent);text-align:center;display:flex;align-items:center;justify-content:center;gap:60px}.about_story_title:before,.about_story_title:after{content:"";width:50%;height:2px;background-color:var(--Red-accent);display:block}.about_story_overlay{display:flex;align-items:flex-start;justify-content:space-between;margin-top:60px}.about_story_image{width:52%}.about_story_content{width:42%}.about_story_content h5{color:var(--Red-accent);font-size:24px;font-style:italic;font-weight:400;text-transform:none}.about_story_content p{line-height:130%;margin:20px 0}.contact .breadcrumbs{justify-content:center}.contact{padding:0 0 60px}.contact_title{text-align:center}.contact_bg{width:100%;height:395px;object-fit:cover;object-position:center;margin:23px 0 57px}.contact_overlay{display:flex;align-items:flex-start;justify-content:space-between}.contact_form{max-width:712px;width:55%}#ContactForm{margin-top:30px}.contact_form_text{margin-top:10px;font-size:14px}.contact_contacts{width:387px;padding:40px 50px;background:#00000008;display:flex;flex-direction:column;gap:30px}.contact_contacts_item_label{color:var(--semi-dark);font-size:11px;font-weight:500;letter-spacing:.55px;text-transform:uppercase}.contact_contacts_item_link{margin-top:10px;font-size:20px;transition:.4s}.contact_contacts_item_social{display:flex;align-items:center;margin-top:10px;gap:20px}.contact_contacts_item_social_item{font-size:20px;font-weight:400;text-decoration:underline;transition:.4s}.textpage{padding:60px 0 0}.textpage_overlay{max-width:600px;margin:auto}.textpage_title{margin-top:45px}.textpage_content{margin-top:25px}.textpage_content h2{margin:30px 0 10px;text-transform:uppercase}.textpage_content h3{margin:30px 0 10px;text-transform:uppercase;font-size:24px}.textpage_content h4{margin:30px 0 10px;text-transform:uppercase;font-size:14px;font-weight:500}.textpage_content h5{margin:30px 0 10px;text-transform:uppercase}.textpage_content p{margin:10px 0;font-size:14px}.textpage_content ul,.textpage_content ol{padding-left:5px;margin:10px;font-size:14px}.textpage_content li{margin:8px 0;line-height:130%}.header_nav_image_mobile{display:none}.contact .contact__button button{width:100%;text-transform:uppercase;letter-spacing:2px;font-weight:500;font-size:14px;line-height:100%;transition:.4s}.contact .contact__button button:hover{background-color:var(--Red-accent);transition:.4s;border:none;outline:none;box-shadow:none}.button:not([disabled]):hover:after,.shopify-challenge__button:hover:after,.customer button:hover:after,.shopify-payment-button__button--unbranded:hover:after{box-shadow:none}.cart__checkout-button{padding:16px 0 14px;text-transform:uppercase}.totals>h2{font-weight:500}.tax-note{display:none}.totals__total-value{color:var(--Dark)}.cart-item__name{text-transform:uppercase;font-weight:500;font-size:14px}.cart-items .cart-items th{padding-bottom:12px}.st-wishlist-details-button{display:none}.fancybox-bg{display:block!important}.single_info_content h5{font-size:12px}.single_info_content p{margin:10px 0}.textpage_content table{font-size:12px;line-height:115%;text-align:center}.textpage_content table td{padding:10px}.textpage_content table tr:first-child,.textpage_content table tr td:first-child{background-color:#f2f2f2}.page-policies{margin:120px auto;background:var(--Dark);font-size:14px}.mobile-facets__open-label{text-transform:uppercase;font-weight:500;text-decoration:none!important;font-size:14px;line-height:100%}.mobile-facets__open-label:hover,.mobile-facets__open-label:focus{text-decoration:none!important}.mobile-facets__footer button,.mobile-facets__footer .mobile-facets__clear{text-transform:uppercase;font-size:12px;font-weight:500;line-height:100%}.mobile-facets__footer button:hover{background-color:var(--Red-accent);transition:.4s}.facet-filters .facet-filters__sort{border:1px solid;padding:5px 10px}.facet-filters .svg-wrapper{right:10px}.product_card_placeholder{background-color:var(--Beige);width:100%;height:100%}.product_card_placeholder_logo_wrapper{margin:auto;width:100%;height:100%}.product_card_placeholder_logo_wrapper svg{margin:auto;display:flex;justify-content:center;align-items:center;height:100%}.product_card_placeholder svg path{fill:var(--Red-accent)}.collection #product-grid{gap:40px}.product_swatches_wrapper{display:flex;gap:10px}.product_swatches_title{font-size:1.4rem;line-height:calc(1 + .5 / var(--font-body-scale));color:rgba(var(--color-foreground),.75);margin:1.5rem 0 -5px!important}.product_swatches_link{display:block!important;width:35px;height:35px;border:3px solid #fff}div.product_swatches_link{outline:1px solid #000}.product_swatches_link[style*="#fff"],.product_swatches_link[style*="#FFF"],.product_swatches_link[style*=white]{border-color:#ccc}.modal{position:relative;z-index:999}.modal_overlay{position:fixed;width:100vw;height:100vh;top:0;left:0;background:#0000004d}.modal_content{position:fixed;left:calc(50% - 335px);top:calc(50% - 230px);background:#fff;width:670px}.modal_image{width:324px}.modal_wrapper{display:flex;align-items:center}.modal_info{padding:30px}.modal_close{position:absolute;right:20px;top:20px;width:16px}.modal_close img{width:100%}.modal_title{text-transform:uppercase;font-weight:500;font-size:24px}.modal_text{margin:22px 0 0}.modal .newsletter-form__button:not(:focus-visible):not(.focused){background:var(--Dark)}.modal .newsletter-form__button{position:static;width:100%;padding:13px 0;background:var(--Dark);color:#fff;margin-top:10px;font-size:12px;font-weight:600;line-height:130%;text-transform:uppercase;letter-spacing:2px;transition:.4s}.modal .newsletter-form__button:hover{background:var(--Red-accent)!important;transition:.4s}.modal_form{margin-top:44px}.modal .newsletter-form__field-wrapper .field{display:block}.modal .field:after{box-shadow:none;border:none}.modal .field:hover.field:after{box-shadow:none}.modal .newsletter-form__field-wrapper .field__input{border:1px solid #B8B8B8}.modal{display:none}.announcement-bar-slider{height:40px}.announcement-bar__message{letter-spacing:.5px !important!}.drawer__inner{padding:0 1.5rem 30px!important}.poshta-content #nova-poshta .form-group{margin-top:12px!important}.drawer__cart-items-wrapper .price{font-size:1.4rem!important}#nova-poshta .form__label{font-size:16px!important}@media screen and (max-width: 1150px){.home_about_right_image_second{left:-50px;bottom:30px;width:197px}.home_about_right{max-width:406px}.home_about_right_text{max-width:242px}}@media screen and (max-width: 992px){.header_nav{display:none}.product-collection{padding:60px 0 80px}.product_overlay{gap:45px 20px}.product_item{width:calc(46% - 10px)}.action_bg{flex-direction:column;position:static}.action_bg_image{width:100%;height:auto;aspect-ratio:1.07 / 1;background-position:center}.action_overlay{height:auto;justify-content:center;position:absolute;left:0;top:calc(50% - 70px);width:100%}.action .container{position:static}.home_about_overlay{flex-direction:column;gap:40px}.home_about_left{max-width:100%;gap:30px}.home_about_right{max-width:100%;width:100%}.home_about_right_image{max-width:529px;margin-left:auto}.home_about_right_text{max-width:350px}.home_about_right_image_second{width:286px;left:auto;right:400px;bottom:30px}.footer_overlay{flex-direction:column;align-items:flex-start;gap:50px}.single_overlay{flex-direction:column}.single_content{width:100%}.about_story_overlay{flex-direction:column}.about_story_image{width:500px;margin:auto}.about_story_overlay{margin-top:40px}.about_story_content{width:680px;margin:45px auto 0}.contact_overlay{flex-direction:column-reverse;gap:60px}.contact_contacts{width:100%}.contact_form{text-align:center;max-width:100%;width:100%}header.white.dark .cart-count-bubble{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.burger{display:flex;width:20px;height:14px;flex-direction:column;justify-content:space-between;position:relative;z-index:99;top:-4px}.burger span{width:100%;height:1px;border-radius:30px;background-color:var(--Dark);display:block;opacity:1;transition:.4s}.burger:before,.burger:after{content:"";width:100%;height:1px;border-radius:30px;background-color:var(--Dark);display:block;transition:.4s;transform:rotate(0);position:relative;top:0rem}.burger.active span{opacity:0}.burger.active:after{transform:rotate(-45deg);top:-7px}.burger.active:before{transform:rotate(45deg);top:6px}.header_actions{margin:0 37px 0 auto;position:relative;z-index:99}.header_nav{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--white);padding:120px 30px 30px;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow:auto;gap:0;z-index:15}.header_nav.active{display:flex}header.white.dark .header_logo svg path{fill:var(--Red-accent)}.header_nav_image_mobile{display:block;width:330px;height:500px;background-size:cover;margin:auto auto 0}.header_nav_child_image_wrapper{display:none}.header_nav_child{display:block;position:static;border:none}.header_nav_parent .header_nav_item{display:none}.header_nav_child_content{padding:0;width:100%;flex-direction:column;gap:0}.header_nav_child_item{padding:0;border:none;min-width:100%}.header_nav_child_item:last-child{margin-top:20px}.header_nav_child_item_title{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:500;margin-top:15px}.header_nav_child_item_title:after{content:"";background-size:contain;background-repeat:no-repeat;width:11px;height:8px;display:block;transform:rotate(0);transition:.4s}.header_nav_child_item_nav{margin-top:0;gap:0;display:none}.header_nav_child_link img{display:none}.header_nav_item{font-size:14px;font-weight:500;letter-spacing:.7px;text-transform:uppercase;margin-top:15px}.header_logo{position:relative;z-index:99}header.white.dark .header_actions_item svg path{fill:var(--Dark)}.header_nav:before{content:"";width:100%;height:2px;position:absolute;top:60px;left:0;background:#0000001a}.header_nav_parent{width:100%}.header_nav_child_link{font-weight:500;margin-top:15px;margin-bottom:0}.hidden_body{overflow:hidden}.header_nav_child_item_link{font-size:15px;margin-top:15px}.header_nav_child_item_title.active:after{transform:rotate(180deg)}header.white .burger span,header.white .burger:after,header.white .burger:before{background:var(--white)}header.white .header_nav_item{color:var(--Dark)}header.white.dark .burger span,header.white.dark .burger:after,header.white.dark .burger:before{background:var(--Dark)}.sub_menu{display:none}.about_story h2{font-size:40px}.about_story_title:before,.about_story_title:after{width:20%}}@media screen and (max-width: 768px){.hero_overlay{flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:30px}.category_overlay{flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:30px;height:800px}.home_about_right_image_second{display:none}.home_about{padding:80px 0}.insta{padding:60px 0 0}.footer_info{flex-wrap:wrap;gap:40px 66px}.footer_logo{width:100%}.footer_logo img{width:115px}footer{padding:60px 0 25px}.single_content{gap:15px}.button_action{margin:15px 0}.single_content{margin-top:30px}.about_subtitle p{font-size:20px;margin:40px auto 0}.about_gallery{margin:70px 0 60px -140px}.about_gallery img{width:250px;height:250px}.about_qoute_content:before{width:402px;height:522px;left:450px;top:-130px}.about_qoute_content:after{width:402px;height:522px;right:-20px;bottom:-70px}.about_qoute_content p{font-size:20px;margin:20px 0}.about_qoute{margin:0 auto 50px}.about_story{padding-top:50px}.about_story_title{gap:20px}.about_story_content{width:auto}.about_story_image{width:100%}.modal_content{left:20px;width:calc(100% - 40px)}.modal_image{width:50%}.modal_info{width:calc(50% - 40px);padding:20px}.modal_wrapper{justify-content:space-between}.about_story_title:before,.about_story_title:after{width:30%}.about_story h2{font-size:35px}.page-content .utility-bar{margin-bottom:10px}.product .page-content .utility-bar{margin-bottom:80px}.header_logo{height:20px}}@media screen and (max-width: 480px){.container{padding:0 20px}.index h1,.about_page h1,.index h2,.about_page h2{font-size:32px}h5,h1,h1.small,h2,h2.small{font-size:16px}p{font-size:14px}.btn{font-size:12px;letter-spacing:.6px}.hero_text{margin-top:5px}.hero_overlay{gap:20px}.header_logo{width:94px}.header_actions{gap:15px}.product-collection{padding:40px 0 60px}.product_overlay{margin-top:15px;gap:25px 4%}.product_item{width:48%}.product_item_content{margin-top:15px}.category_overlay{height:490px}.category:before{height:364px}.home_about_right_text{margin-top:30px}.home_about{padding:60px 0}.insta_head{flex-direction:column;align-items:center;justify-content:center;gap:8px;margin-top:50px;margin-bottom:20px}.insta_link{font-size:14px}.footer_info{flex-direction:column;align-items:center;width:100%;text-align:center;gap:35px}.footer_logo{width:115px}.footer_overlay{gap:40px}.footer_news_title{text-align:center}.footer_news_form,.footer_news{width:100%}.footer_bottom{padding-top:20px;margin-top:35px;flex-direction:column;gap:10px}header{padding:15px 0}.product_catalog{padding:50px 0 0}.product_title{text-align:center}.breadcrumbs{margin:15px 0;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;flex-wrap:nowrap}.single_content{gap:10px}.button_action{padding:12px 20px;font-size:12px;letter-spacing:.6px}.single_info_item{padding:15px 0}.single_info_title{font-size:12px}.single_info_content{margin-top:15px}.single_info_item_related{gap:10px}.single_info_item_product{width:calc(50% - 15px)}.about{padding:50px 0 40px}.about_title{margin-top:40px}.about_subtitle p{font-size:18px;margin:20px auto 0}.about_gallery{margin:40px 0 40px -140px;gap:10px}.about_gallery img{width:140px;height:140px}.about_qoute svg{width:38px}.about_qoute_content{margin-top:20px}.about_qoute_content p{font-size:18px}.about_qoute_content:before{display:none}.about_qoute_content:after{display:none}.about_qoute{margin:0 auto 35px}.about_story{padding-top:35px}.about_story_overlay{margin-top:30px}.about_story_content{margin-top:20px}.about_story_content h5{font-size:18px}.contact_contacts{padding:30px 25px;gap:20px}.contact_contacts_item_link{margin-top:8px;font-size:18px}.contact_overlay{gap:40px}.contact{padding:0 0 40px}.contact_bg{height:185px;margin:20px 0}.textpage{padding:50px 0 0}.textpage_content h2{margin:20px 0 8px}.textpage_content h3{margin:20px 0 8px;font-size:24px}.textpage_content h4{margin:20px 0 8px;font-size:14px}.textpage_content h5{margin:20px 0 8px}.header_nav_image_mobile{width:100%}.header_nav:before{top:50px}.header_nav{padding:90px 20px 20px}.header_nav_child_link,.header_nav_child_item_title,.header_nav_item{font-size:16px}.shopify-policy__container{margin:25px auto 20px}.shopify-policy__title h1,.shopify-policy__container h2{font-size:18px}.shopify-policy__title{margin-bottom:10px}.shopify-policy__container h2{margin:15px 0 5px;font-size:16px}.modal_wrapper{flex-direction:column}.modal_info{width:100%}.modal_image{width:100%;order:-1;height:210px;object-fit:cover;object-position:0 -70px}.modal_content{top:calc(50% - 291px)}.modal_close{right:0;left:20px;top:20px}.modal_title{font-size:20px}.modal_text{margin:10px 0 0}.modal_form{margin-top:20px}.about_story_title:before,.about_story_title:after{width:30%}.about_story h2{font-size:24px}.header_logo svg{width:94px}.product__media-list video{display:none}}.load-more-button{display:block;margin:24px auto 0;padding:12px 20px;background:#000;color:#fff;border:0;font-size:16px;cursor:pointer}.load-more-button:hover{background:#555}.load-more-button[disabled]{opacity:.6;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
