@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");@font-face{font-family:"Myrad Regular";src:url("../../fonts/Myriad Pro Regular") format("opentype");font-weight:normal;font-style:normal}@font-face{font-family:"Myrad Bold";src:url("../../fonts/Myriad Pro Bold") format("opentype");font-weight:bold;font-style:normal}*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}@media (max-width:768px){html{font-size:55%}}@media (max-width:480px){html{font-size:50%}}body{font-size:1.6rem;font-weight:normal;font-family:"Archivo", sans-serif}.flex{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.align-center{align-items:center}.align-end{align-items:flex-end}.text-center{text-align:center}.max_wrapper{width:90%;max-width:1380px;margin:0 auto}a{text-decoration:none}li{list-style:none}.btn,.wc-block-components-button,button.button{font-size:2.1rem !important;color:#fff !important;background-color:#b8750f !important;padding:1.6rem 3.2rem !important;border:none !important;border:1px solid #b8750f !important;transition:0.3s ease-in-out !important}.btn:hover,.wc-block-components-button:hover,button.button:hover{background-color:#fff !important;color:#b8750f !important;cursor:pointer !important}.swiper{width:100%;height:100%}.swiper-slide{text-align:center;font-size:18px;display:flex;justify-content:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.pad-0{padding:0 !important}@font-face{font-family:"Myrad Regular";src:url("../../fonts/Myriad Pro Regular") format("opentype");font-weight:normal;font-style:normal}@font-face{font-family:"Myrad Bold";src:url("../../fonts/Myriad Pro Bold") format("opentype");font-weight:bold;font-style:normal}header{padding:4rem 0 2rem}@media (max-width:1100px){header .max_wrapper{flex-direction:column;gap:2rem}}@media (max-width:1100px){header .max_wrapper .left{width:100%}}header .max_wrapper .left .logo{width:30%}@media (max-width:1100px){header .max_wrapper .left .logo{width:100%;display:flex;justify-content:center}}header .max_wrapper .right{width:65%;gap:2rem}@media (max-width:1100px){header .max_wrapper .right{width:100%}}@media (max-width:700px){header .max_wrapper .right{align-items:center}}header .max_wrapper .right .top{gap:4rem}@media (max-width:700px){header .max_wrapper .right .top{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:flex-start}}header .max_wrapper .right .top svg{width:2.3rem;height:2.3rem}header .max_wrapper .right .top a{font-size:1.8rem;font-weight:bold;line-height:2.1rem;color:#B87510;gap:3px}header .max_wrapper .right .bottom{width:100%}@media (max-width:700px){header .max_wrapper .right .bottom{display:flex;justify-content:center;gap:2rem}}header .max_wrapper .right .bottom .search{width:70%}@media (max-width:700px){header .max_wrapper .right .bottom .search{position:fixed;bottom:0;left:0;width:100%;padding:5rem 2rem;background-color:#fff;z-index:0;opacity:0;transform:translateY(200%);transition:0.3s ease-in-out}}header .max_wrapper .right .bottom .search input{border:1px solid #b8750f;padding:1.5rem !important;font-size:1.6rem;width:100%}header .max_wrapper .right .bottom .search button{height:5rem;width:5rem;background-color:#b8750f;border:none;display:flex;align-items:center;justify-content:center}header .max_wrapper .right .bottom .search button svg{width:3.4rem}@media (max-width:700px){header .max_wrapper .right .bottom .search-active{opacity:1;transform:translate(0);z-index:10}}header .max_wrapper .right .bottom .icons{align-items:flex-end;gap:2rem}header .max_wrapper .right .bottom .icons svg{width:4rem}header .max_wrapper .right .bottom #searchButton{display:none}@media (max-width:700px){header .max_wrapper .right .bottom #searchButton{height:5rem;width:5rem;background-color:#b8750f;border:none;display:flex;align-items:center;justify-content:center}}header .max_wrapper .right .bottom #burger{display:none}@media (max-width:700px){header .max_wrapper .right .bottom #burger{position:relative;display:flex;flex-direction:column;width:40px;gap:10px;z-index:10;transition:0.3s ease-in-out}header .max_wrapper .right .bottom #burger span{display:block;height:3px;width:100%;background-color:#b8750f !important;transition:0.3s ease-in-out}}header .max_wrapper .right .bottom #burger.active{transform:translateX(-20px) translateY(-10vh)}header .max_wrapper .right .bottom #burger.active span:nth-child(1){transform:rotate(38deg);position:absolute;top:50%;left:50%}header .max_wrapper .right .bottom #burger.active span:nth-child(2){opacity:0}header .max_wrapper .right .bottom #burger.active span:nth-child(3){transform:rotate(-42deg) translateX(-2%);position:absolute;top:50%;left:50%}header .max_wrapper .right div.menu{width:100%}@media (max-width:700px){header .max_wrapper .right div.menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;transition:0.3s ease-in-out;transform:translateX(-200%);background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem}}header .max_wrapper .right div.menu ul{width:100%;display:flex;gap:5rem;align-items:center;justify-content:space-between}@media (max-width:700px){header .max_wrapper .right div.menu ul{flex-direction:column;gap:3rem}}header .max_wrapper .right div.menu ul li a{position:relative;font-size:2rem;font-weight:400;line-height:2.1rem;color:#000;transition:0.3s ease-in-out}header .max_wrapper .right div.menu ul li a::after{position:absolute;content:"";width:100%;height:3px;top:120%;left:0;background-color:#b8750f;opacity:0;transition:0.3s ease-in-out}header .max_wrapper .right div.menu ul li a:hover::after{opacity:1}header .max_wrapper .right div.menu ul li.current-menu-item a::after,header .max_wrapper .right div.menu ul li.current_page_parent a::after{position:absolute;content:"";width:100%;height:3px;top:120%;left:0;background-color:#b8750f;opacity:1;transition:0.3s ease-in-out}@media (max-width:700px){header .max_wrapper .right div.menu-active{opacity:1;z-index:9;transform:translateX(0)}}section#hero{min-height:fit-content;display:flex;justify-content:flex-end}section#hero .swiper .swiper-slide{height:auto !important}section#hero .swiper a{display:block;width:100%;height:100%}section#hero .swiper img{width:100%;height:auto;object-fit:cover}@media (max-width:650px){section#hero .swiper img{object-fit:contain}}section#banners{margin:5rem 0}section#banners .max_wrapper{display:flex;gap:10px}@media (max-width:960px){section#banners .max_wrapper{flex-direction:column}}section#banners .max_wrapper .left{width:370px}@media (max-width:960px){section#banners .max_wrapper .left{width:100%}}section#banners .max_wrapper .right{width:calc(100% - 380px)}@media (max-width:960px){section#banners .max_wrapper .right{width:100%}}section#banners .max_wrapper .right .title_bar{padding:1.3rem;background:#fef0dc}section#banners .max_wrapper .right .title_bar h3{font-size:1.5rem;line-height:2.5rem;color:#b8750f}section#banners .max_wrapper .right .page_content{padding:3rem 0 3rem 1rem;display:flex;flex-direction:column;gap:15px}section#banners .max_wrapper .right .page_content h2{color:#b8750f;font-size:2rem}section#banners .max_wrapper .right .page_content h3{font-size:1.8rem;color:#b8750f}section#banners .max_wrapper .right .page_content h5{color:#b8750f}section#banners .max_wrapper .right .page_content p{color:#000;font-size:1.7rem;line-height:140%}section#banners .max_wrapper .right .banners_wrapper{margin-top:2rem;gap:3rem}section#banners .max_wrapper .right .banners_wrapper .banner{width:100%}section#banners .max_wrapper .right .banners_wrapper .banner img{width:100%;object-fit:contain;object-position:center}footer{background:#fcc375;padding:3rem 0}@media (max-width:650px){footer .max_wrapper{display:flex;justify-content:center}}footer .max_wrapper .left{gap:3rem}@media (max-width:960px){footer .max_wrapper .left{flex-direction:column;align-items:center;text-align:center}}footer .max_wrapper .left .footer_info a{font-size:2.7rem;color:#000}footer .max_wrapper .left .footer_links{display:flex;gap:1.5rem;margin-top:2rem}@media (max-width:650px){footer .max_wrapper .left .footer_links{flex-direction:column}}footer .max_wrapper .left .footer_links a{font-size:2rem;transition:0.3s ease-in-out;text-transform:uppercase}@media (max-width:650px){footer .max_wrapper .left .footer_links a{font-size:1.7rem}}footer .max_wrapper .left .footer_links a:hover{color:#b8750f}.leftBar{background:#fffaf4}.leftBar .title{background:#b8750f;padding:1.3rem;color:#fff;font-size:2.2rem}.leftBar ul{padding:1.3rem;gap:3rem}.leftBar ul li{gap:8px}.leftBar ul li input{width:2.4rem;height:2.4rem;appearance:none;border:1px solid #b8750f}.leftBar ul li input:checked{position:relative}.leftBar ul li input:checked::after{content:"";position:absolute;top:3px;left:3px;width:calc(100% - 6px);height:calc(100% - 6px);background-color:#b8750f}.leftBar ul li label{font-size:1.9rem;color:#000;font-weight:400}.leftBar ul li.parent_title{width:100%;background-color:#fcc375;color:#fff;padding:1.3rem;font-size:14px}.leftBar ul.pad-0{background-color:#fef3e4;gap:0}.leftBar ul.pad-0 ul{gap:3rem}.main_content{display:flex;gap:10px}@media (max-width:960px){.main_content{flex-direction:column}}.main_content>.left{width:370px}@media (max-width:960px){.main_content>.left{width:100%}}.main_content>.right{display:flex;gap:2rem;flex-wrap:wrap;width:calc(100% - 380px)}@media (max-width:960px){.main_content>.right{width:100%}}.main_content>.right>div{width:100%}.main_content>.right .category_card{width:calc(50% - 1rem)}@media (max-width:768px){.main_content>.right .category_card{width:100%}}.main_content>.right .category_card .img{width:100%;height:28rem}.main_content>.right .category_card .img img{width:100%;height:100%;object-fit:cover}.main_content>.right .category_card h2{width:100%;padding:10px;background-color:#b8750f;color:#fff;font-size:2.2rem;font-weight:bold}section#product_archive_page{margin:5rem 0}section#product_archive_page .right{margin:0 0 3rem 0}section#product_archive_page .right .page-header{padding:0}.before_loop{width:100%;height:fit-content;padding:10px;background:#fef0dc;margin-bottom:3rem;min-height:50px}.before_loop .inner{gap:2rem}.before_loop .inner .left{width:fit-content;color:#000;font-size:1.6rem}.before_loop .inner .right{width:fit-content;margin-bottom:0 !important}.before_loop .inner .right div{width:fit-content}.berocket_lgv_button{background:transparent !important;box-shadow:none !important;border:none !important;width:3rem !important;height:3rem !important;margin-left:1rem !important}.berocket_lgv_button i{font-size:2rem !important;color:#b8750f !important}.products{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.products li{position:relative;width:calc(33.3333% - 2rem) !important;min-width:250px;margin:0 !important;border:1px solid #e0e0e0;display:flex;flex-direction:column;align-items:center;padding-bottom:3rem;transition:0.3s ease-in-out all}@media (max-width:600px){.products li{width:100% !important}}.products li:hover{box-shadow:0 4px 8px rgba(0, 0, 0, 0.1)}.products li span.onsale{position:absolute;top:10px;left:10px;z-index:1;background-color:#b8750fd2;padding:10px;color:#fff;border-radius:20px}.products li a.woocommerce-LoopProduct-link{width:100%}.products li a.woocommerce-LoopProduct-link img{width:100%;object-fit:cover;height:30rem !important}.products li h2{padding:2rem !important;font-size:17px !important;color:#000 !important;font-weight:500 !important;min-height:100px !important}.products li .price{display:flex;flex-direction:row-reverse;width:fit-content;gap:8px;padding:2rem;color:#b8750f !important;font-size:21px !important;font-weight:bold !important;margin-top:2rem}.products li .price *{color:#b8750f;text-decoration:unset}.products li .price ins bdi,.products li .price ins span{color:#c1272d}.products li .price del bdi,.products li .price del span{text-decoration:line-through}.berocket_lgv_additional_data .price{margin-top:2rem;color:#b8750f}.berocket_lgv_additional_data .product_meta{margin:2rem 0}section#single_product{margin:5rem 0}section#single_product .before_loop{background-color:#fef0dc}section#single_product .before_loop .inner>div{color:#b8750f}section#single_product .right>.product .product_wrapper{display:flex;gap:2rem}@media (max-width:768px){section#single_product .right>.product .product_wrapper{flex-direction:column}}section#single_product .right>.product .product_wrapper>div{width:calc(50% - 1rem)}@media (max-width:768px){section#single_product .right>.product .product_wrapper>div{width:100%}}section#single_product .right>.product .product_wrapper>div img{width:100%;object-fit:cover}section#single_product .right>.product .product_wrapper>div .product_meta{display:none}section#single_product .right>.product .product_wrapper .bottom{display:flex;flex-direction:column;gap:1rem}section#single_product .summary{display:flex;flex-direction:column;justify-content:space-between}section#single_product .summary .top{display:flex;flex-direction:column;gap:1.5rem}section#single_product .summary .top h1{font-size:2.1rem;font-weight:bold}section#single_product .summary .top p{font-size:16px;line-height:140%;font-weight:300;text-align:justify}section#single_product .summary .price bdi{font-size:2.6rem;color:#c1272d;font-weight:bold}section#single_product .summary form{margin-top:3rem}section#single_product .summary form .quantity{display:none}section#single_product .summary form .btn{border:none;padding:1.2rem 3rem;font-size:15px}section#prod_slider{margin-bottom:10rem}section#prod_slider .max_wrapper{display:flex;flex-direction:column;gap:3rem;position:relative}section#prod_slider .max_wrapper .swiper-button-nextt,section#prod_slider .max_wrapper .swiper-button-prevv{position:absolute;top:50%;left:-3rem;transform:translateY(-50%);display:flex;align-items:center;background-color:#b8750f;padding:10px 5px;z-index:2;transition:0.3s ease-in-out}section#prod_slider .max_wrapper .swiper-button-nextt:hover,section#prod_slider .max_wrapper .swiper-button-prevv:hover{cursor:pointer;background-color:#fcc375}section#prod_slider .max_wrapper .swiper-button-nextt:hover svg path,section#prod_slider .max_wrapper .swiper-button-prevv:hover svg path{fill:#b8750f}section#prod_slider .max_wrapper .swiper-button-nextt svg,section#prod_slider .max_wrapper .swiper-button-prevv svg{width:4rem;height:4rem;transform:rotate(270deg)}section#prod_slider .max_wrapper .swiper-button-nextt svg path,section#prod_slider .max_wrapper .swiper-button-prevv svg path{transition:0.3s ease-in-out;fill:#fcc375}section#prod_slider .max_wrapper .swiper-button-nextt{left:unset;right:-3rem}section#prod_slider .max_wrapper .swiper-button-nextt svg{transform:rotate(90deg)}section#prod_slider .max_wrapper h2{font-size:2rem;color:#000;text-align:left;min-height:115px}section#prod_slider .max_wrapper .swiper-slide>li{width:100% !important}.added_to_cart{color:#b8750f;margin-top:1rem}.line{width:100%;height:2px;margin:3rem 0;background-color:#b8750f}.features_custom{display:flex;flex-direction:column;gap:2rem}.features_custom h2{font-size:2rem;color:#b8750f;font-weight:bold}.features_custom ul{display:flex;flex-direction:column;gap:1rem}.features_custom ul li{list-style:none;font-size:16px;font-weight:normal}.product_specs{display:flex;flex-direction:column;gap:2rem}.product_specs h2{font-size:2rem;color:#b8750f;font-weight:bold}.product_specs table tr{width:100%;background-color:#fcc47571}.product_specs table tr:nth-of-type(2n){background-color:#fff}.product_specs table tr td{padding:5px 10px;font-size:17px}section.related{display:flex;flex-direction:column;gap:2rem}section.related h2{font-size:2rem;color:#b8750f;font-weight:bold}section#blog_wrapper{margin:3rem 0}section#blog_wrapper .max_wrapper{display:flex;gap:10px}@media (max-width:960px){section#blog_wrapper .max_wrapper{flex-direction:column}}section#blog_wrapper .max_wrapper .posts{width:calc(70% - 5px);display:flex;flex-direction:column;gap:2rem}@media (max-width:960px){section#blog_wrapper .max_wrapper .posts{width:100%}}section#blog_wrapper .max_wrapper .posts .nav{background-color:#fcc47571;padding:8px;font-size:15px;font-weight:bold;color:#b8750f}section#blog_wrapper .max_wrapper .posts .line{margin:0}section#blog_wrapper .max_wrapper .posts .post_card{width:100%;display:flex;gap:10px;margin:2rem 0}@media (max-width:650px){section#blog_wrapper .max_wrapper .posts .post_card{flex-direction:column}}section#blog_wrapper .max_wrapper .posts .post_card>div{width:calc(50% - 5px)}@media (max-width:650px){section#blog_wrapper .max_wrapper .posts .post_card>div{width:100%}}section#blog_wrapper .max_wrapper .posts .post_card .left{height:40rem}section#blog_wrapper .max_wrapper .posts .post_card .left img{width:100%;height:100%;object-fit:cover}section#blog_wrapper .max_wrapper .posts .post_card .right{display:flex;flex-direction:column;justify-content:space-between;gap:2rem}section#blog_wrapper .max_wrapper .posts .post_card .right .top{display:flex;flex-direction:column;gap:2rem}section#blog_wrapper .max_wrapper .posts .post_card .right .top .date{font-size:13px;color:#000}section#blog_wrapper .max_wrapper .posts .post_card .right .top .author{font-size:13px;color:#fcc375}section#blog_wrapper .max_wrapper .posts .post_card .right .top .content{font-size:16px;line-height:140%;font-weight:300;text-align:justify;padding-right:2rem}section#blog_wrapper .max_wrapper .posts .post_card .right .top h3,section#blog_wrapper .max_wrapper .posts .post_card .right .top h3 a{font-size:2.3rem;color:#b8750f;font-weight:bold}section#blog_wrapper .max_wrapper .posts .post_card .right .top p{font-size:16px;color:#000;font-weight:400}section#blog_wrapper .max_wrapper .posts .post_card .right .bottom a{font-size:1.6rem;color:#b8750f;font-weight:bold}section#blog_wrapper .max_wrapper .banners{width:calc(30% - 5px);display:flex;flex-direction:column;gap:1.5rem}@media (max-width:960px){section#blog_wrapper .max_wrapper .banners{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}section#blog_wrapper .max_wrapper .banners a{width:fit-content;min-width:300px}}section#blog_post{margin-bottom:5rem}section#blog_post .max_wrapper article{display:flex;flex-wrap:wrap;gap:2rem}section#blog_post .max_wrapper article header{width:100%}section#blog_post .max_wrapper article h1{font-size:3rem;color:#b8750f}section#blog_post .max_wrapper article .entry-meta{font-size:14px;color:#000}section#blog_post .max_wrapper article .entry-meta a{color:#b8750f}section#blog_post .max_wrapper article .entry-content{display:flex;flex-direction:column;gap:15px}section#blog_post .max_wrapper article .entry-content,section#blog_post .max_wrapper article .post-thumbnail{width:calc(100% - 2rem)}@media (max-width:960px){section#blog_post .max_wrapper article .entry-content,section#blog_post .max_wrapper article .post-thumbnail{width:100%}}section#blog_post .max_wrapper article .entry-content img,section#blog_post .max_wrapper article .post-thumbnail img{width:100%;object-fit:cover}section#blog_post .max_wrapper article .entry-content,section#blog_post .max_wrapper article .entry-content p,section#blog_post .max_wrapper article .entry-content li,section#blog_post .max_wrapper article .entry-content a{font-size:16px;line-height:140%;font-weight:300;text-align:justify}section#blog_post .max_wrapper article .entry-content a,section#blog_post .max_wrapper article .entry-content p a,section#blog_post .max_wrapper article .entry-content li a,section#blog_post .max_wrapper article .entry-content a a{color:#b8750f}section#blog_post .max_wrapper article .entry-content li,section#blog_post .max_wrapper article .entry-content p li,section#blog_post .max_wrapper article .entry-content li li,section#blog_post .max_wrapper article .entry-content a li{list-style:disc;margin-left:2rem}section#blog_post .max_wrapper article .entry-content strong,section#blog_post .max_wrapper article .entry-content p strong,section#blog_post .max_wrapper article .entry-content li strong,section#blog_post .max_wrapper article .entry-content a strong{font-weight:700}.pagination{width:100%;display:flex;justify-content:center;align-items:center;gap:1rem}.pagination a,.pagination span{font-size:1.6rem;color:#b8750f}#no_products_found{font-size:3rem;color:#c1272d;width:100%;text-align:center}body.woocommerce-cart article,body.woocommerce-cart .error-404,body.woocommerce-checkout article,body.woocommerce-checkout .error-404,body.woocommerce-account article,body.woocommerce-account .error-404,body.woocommerce-active article,body.woocommerce-active .error-404,body.search article,body.search .error-404{width:90%;max-width:1380px;margin:0 auto 5rem auto}body.woocommerce-cart .entry-title,body.woocommerce-cart .page-title,body.woocommerce-checkout .entry-title,body.woocommerce-checkout .page-title,body.woocommerce-account .entry-title,body.woocommerce-account .page-title,body.woocommerce-active .entry-title,body.woocommerce-active .page-title,body.search .entry-title,body.search .page-title{font-size:3.2rem;color:#B87510}body.woocommerce-cart a,body.woocommerce-checkout a,body.woocommerce-account a,body.woocommerce-active a,body.search a{color:#b8750f}body.woocommerce-cart .wc-block-components-product-badge,body.woocommerce-checkout .wc-block-components-product-badge,body.woocommerce-account .wc-block-components-product-badge,body.woocommerce-active .wc-block-components-product-badge,body.search .wc-block-components-product-badge{background-color:#b8750f;color:#fff;padding:7px}body.woocommerce-cart nav.woocommerce-MyAccount-navigation,body.woocommerce-checkout nav.woocommerce-MyAccount-navigation,body.woocommerce-account nav.woocommerce-MyAccount-navigation,body.woocommerce-active nav.woocommerce-MyAccount-navigation,body.search nav.woocommerce-MyAccount-navigation{margin-bottom:2rem}body.woocommerce-cart nav.woocommerce-MyAccount-navigation ul,body.woocommerce-checkout nav.woocommerce-MyAccount-navigation ul,body.woocommerce-account nav.woocommerce-MyAccount-navigation ul,body.woocommerce-active nav.woocommerce-MyAccount-navigation ul,body.search nav.woocommerce-MyAccount-navigation ul{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}body.woocommerce-cart nav.woocommerce-MyAccount-navigation ul li,body.woocommerce-checkout nav.woocommerce-MyAccount-navigation ul li,body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li,body.woocommerce-active nav.woocommerce-MyAccount-navigation ul li,body.search nav.woocommerce-MyAccount-navigation ul li{width:calc(33% - 2rem);min-width:130px;border:2px solid #b8750f;padding:2rem;transition:0.3s ease-in-out;border-radius:20px;display:flex;align-items:center;justify-content:center}body.woocommerce-cart nav.woocommerce-MyAccount-navigation ul li a,body.woocommerce-checkout nav.woocommerce-MyAccount-navigation ul li a,body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a,body.woocommerce-active nav.woocommerce-MyAccount-navigation ul li a,body.search nav.woocommerce-MyAccount-navigation ul li a{transition:0.3s ease-in-out}body.woocommerce-cart nav.woocommerce-MyAccount-navigation ul li:hover,body.woocommerce-checkout nav.woocommerce-MyAccount-navigation ul li:hover,body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:hover,body.woocommerce-active nav.woocommerce-MyAccount-navigation ul li:hover,body.search nav.woocommerce-MyAccount-navigation ul li:hover{background-color:#b8750f;color:#fff}body.woocommerce-cart nav.woocommerce-MyAccount-navigation ul li:hover a,body.woocommerce-checkout nav.woocommerce-MyAccount-navigation ul li:hover a,body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:hover a,body.woocommerce-active nav.woocommerce-MyAccount-navigation ul li:hover a,body.search nav.woocommerce-MyAccount-navigation ul li:hover a{color:#fff !important}body.woocommerce-cart .woocommerce-MyAccount-content,body.woocommerce-checkout .woocommerce-MyAccount-content,body.woocommerce-account .woocommerce-MyAccount-content,body.woocommerce-active .woocommerce-MyAccount-content,body.search .woocommerce-MyAccount-content{margin:2rem 0 4rem}body.woocommerce-cart .woocommerce-form,body.woocommerce-checkout .woocommerce-form,body.woocommerce-account .woocommerce-form,body.woocommerce-active .woocommerce-form,body.search .woocommerce-form{width:fit-content;margin:0 auto}body.woocommerce-cart .woocommerce-form label.woocommerce-form__label,body.woocommerce-checkout .woocommerce-form label.woocommerce-form__label,body.woocommerce-account .woocommerce-form label.woocommerce-form__label,body.woocommerce-active .woocommerce-form label.woocommerce-form__label,body.search .woocommerce-form label.woocommerce-form__label{display:flex;align-items:center;gap:5px}body.woocommerce-cart .woocommerce-form label.woocommerce-form__label input,body.woocommerce-checkout .woocommerce-form label.woocommerce-form__label input,body.woocommerce-account .woocommerce-form label.woocommerce-form__label input,body.woocommerce-active .woocommerce-form label.woocommerce-form__label input,body.search .woocommerce-form label.woocommerce-form__label input{width:fit-content}body.woocommerce-cart .woocommerce-address-fields__field-wrapper,body.woocommerce-cart .woocommerce-MyAccount-content,body.woocommerce-cart .woocommerce-form,body.woocommerce-checkout .woocommerce-address-fields__field-wrapper,body.woocommerce-checkout .woocommerce-MyAccount-content,body.woocommerce-checkout .woocommerce-form,body.woocommerce-account .woocommerce-address-fields__field-wrapper,body.woocommerce-account .woocommerce-MyAccount-content,body.woocommerce-account .woocommerce-form,body.woocommerce-active .woocommerce-address-fields__field-wrapper,body.woocommerce-active .woocommerce-MyAccount-content,body.woocommerce-active .woocommerce-form,body.search .woocommerce-address-fields__field-wrapper,body.search .woocommerce-MyAccount-content,body.search .woocommerce-form{display:flex;flex-direction:column;gap:1.5rem}body.woocommerce-cart .woocommerce-address-fields__field-wrapper fieldset,body.woocommerce-cart .woocommerce-MyAccount-content fieldset,body.woocommerce-cart .woocommerce-form fieldset,body.woocommerce-checkout .woocommerce-address-fields__field-wrapper fieldset,body.woocommerce-checkout .woocommerce-MyAccount-content fieldset,body.woocommerce-checkout .woocommerce-form fieldset,body.woocommerce-account .woocommerce-address-fields__field-wrapper fieldset,body.woocommerce-account .woocommerce-MyAccount-content fieldset,body.woocommerce-account .woocommerce-form fieldset,body.woocommerce-active .woocommerce-address-fields__field-wrapper fieldset,body.woocommerce-active .woocommerce-MyAccount-content fieldset,body.woocommerce-active .woocommerce-form fieldset,body.search .woocommerce-address-fields__field-wrapper fieldset,body.search .woocommerce-MyAccount-content fieldset,body.search .woocommerce-form fieldset{padding:2rem;margin:2rem 0}body.woocommerce-cart .woocommerce-address-fields__field-wrapper form p,body.woocommerce-cart .woocommerce-MyAccount-content form p,body.woocommerce-cart .woocommerce-form form p,body.woocommerce-checkout .woocommerce-address-fields__field-wrapper form p,body.woocommerce-checkout .woocommerce-MyAccount-content form p,body.woocommerce-checkout .woocommerce-form form p,body.woocommerce-account .woocommerce-address-fields__field-wrapper form p,body.woocommerce-account .woocommerce-MyAccount-content form p,body.woocommerce-account .woocommerce-form form p,body.woocommerce-active .woocommerce-address-fields__field-wrapper form p,body.woocommerce-active .woocommerce-MyAccount-content form p,body.woocommerce-active .woocommerce-form form p,body.search .woocommerce-address-fields__field-wrapper form p,body.search .woocommerce-MyAccount-content form p,body.search .woocommerce-form form p{display:flex;flex-direction:column;gap:5px}body.woocommerce-cart .woocommerce-address-fields__field-wrapper form p input,body.woocommerce-cart .woocommerce-address-fields__field-wrapper form p select,body.woocommerce-cart .woocommerce-MyAccount-content form p input,body.woocommerce-cart .woocommerce-MyAccount-content form p select,body.woocommerce-cart .woocommerce-form form p input,body.woocommerce-cart .woocommerce-form form p select,body.woocommerce-checkout .woocommerce-address-fields__field-wrapper form p input,body.woocommerce-checkout .woocommerce-address-fields__field-wrapper form p select,body.woocommerce-checkout .woocommerce-MyAccount-content form p input,body.woocommerce-checkout .woocommerce-MyAccount-content form p select,body.woocommerce-checkout .woocommerce-form form p input,body.woocommerce-checkout .woocommerce-form form p select,body.woocommerce-account .woocommerce-address-fields__field-wrapper form p input,body.woocommerce-account .woocommerce-address-fields__field-wrapper form p select,body.woocommerce-account .woocommerce-MyAccount-content form p input,body.woocommerce-account .woocommerce-MyAccount-content form p select,body.woocommerce-account .woocommerce-form form p input,body.woocommerce-account .woocommerce-form form p select,body.woocommerce-active .woocommerce-address-fields__field-wrapper form p input,body.woocommerce-active .woocommerce-address-fields__field-wrapper form p select,body.woocommerce-active .woocommerce-MyAccount-content form p input,body.woocommerce-active .woocommerce-MyAccount-content form p select,body.woocommerce-active .woocommerce-form form p input,body.woocommerce-active .woocommerce-form form p select,body.search .woocommerce-address-fields__field-wrapper form p input,body.search .woocommerce-address-fields__field-wrapper form p select,body.search .woocommerce-MyAccount-content form p input,body.search .woocommerce-MyAccount-content form p select,body.search .woocommerce-form form p input,body.search .woocommerce-form form p select{width:100%;padding:5px 10px}body.woocommerce-cart .button,body.woocommerce-checkout .button,body.woocommerce-account .button,body.woocommerce-active .button,body.search .button{margin-top:2rem}.entry-footer{display:none}.woocommerce-info{padding:2rem;background-color:#fcc375 !important;border-radius:20px}.woocommerce-error{padding:2rem;border-radius:20px;background-color:#c1272d !important;margin-bottom:2rem}.woocommerce-error *{color:#fff}.swiper-slide .berocket_lgv_additional_data{display:none !important}#customer_login{display:flex;gap:3rem}#customer_login>div{width:calc(50% - 1.5rem)}#customer_login>div form{width:100%}#customer_login>div .form-row{display:flex;flex-direction:column;gap:10px}#customer_login>div .form-row input:not([type="checkbox"]){width:100%}input{padding:1.6rem !important}.personal-code-form{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.personal-code-form .woocommerce-form-row{display:flex;flex-direction:column;gap:1rem}a.cart-icon{position:relative}a.cart-icon span{position:absolute;top:-8px;right:-10px;background-color:#B87510;border-radius:120px;font-size:1.6rem;color:#fff;padding:2px 6px}.only_profs{font-size:1.6rem;color:#b8750f;margin-top:1rem}.add_to_cart_button{width:fit-content;height:fit-content;background-color:#b8750f !important;color:#fff !important;padding:10px 4rem !important;margin-top:2rem !important;transition:0.3s ease all}.add_to_cart_button:hover{background:#000}.thumbnail_bottom{display:flex;flex-direction:column;gap:1rem}#account_checkbox_area form{display:flex;flex-direction:column;gap:2rem}#account_checkbox_area form .flex{gap:3rem;justify-content:center;flex-wrap:wrap}#account_checkbox_area form .block{width:40%;min-width:300px;display:flex;flex-direction:column;gap:1rem}#account_checkbox_area form label{display:flex;gap:1rem}.line{width:100%;height:2px;background-color:#b8750f}ul.products{width:100%}.woocommerce-notices-wrapper>div{padding:2rem !important;margin-bottom:2rem;color:#fff !important}.woocommerce-notices-wrapper>div a{color:#fff !important;text-decoration:underline !important}section#gutenberg{padding:5rem 0;display:flex;justify-content:center;align-items:center}section#gutenberg .max_wrapper{display:flex;flex-direction:column;gap:2rem}section#gutenberg .max_wrapper h1{font-size:4.5rem;color:#b8750f}section#gutenberg .max_wrapper .content p,section#gutenberg .max_wrapper .content span,section#gutenberg .max_wrapper .content a{font-size:1.7rem;color:#000;line-height:140%}.woocommerce-checkout input{padding:4px !important}.swiper-pagination-bullet{background-color:#b8750f !important;opacity:0.4}.swiper-pagination-bullet-active{background-color:#b8750f !important;opacity:1}body.woocommerce-order-received .woocommerce-column__title{margin:2rem 0 !important}.lang-switcher{position:relative;display:inline-block}.lang-switcher__toggle{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:unset;border-radius:6px;cursor:pointer;font-size:14px}.lang-switcher__arrow{font-size:14px;transition:transform 0.2s}.lang-switcher__toggle[aria-expanded="true"] .lang-switcher__arrow{transform:rotate(180deg)}.lang-switcher__dropdown{display:none;position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 16px rgba(0, 0, 0, 0.1);list-style:none;padding:6px 0;margin:0;z-index:999}.lang-switcher__dropdown.is-open{display:block}.lang-switcher__item a{display:flex;align-items:center;gap:8px;padding:8px 14px;font-size:14px;color:#333;text-decoration:none;transition:background 0.15s}.lang-switcher__item a:hover,.lang-switcher__item.is-active a{background:#f5f5f5}.lang-switcher__flag{width:18px;height:auto}.lang-switcher img{width:35px !important;height:20px !important}.woocommerce ul.products::before{display:none !important}.paggination{font-size:2rem;display:flex;gap:10px}.woocommerce-notices-wrapper>div a{background-color:transparent !important}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:2rem !important}.available-on-backorder{color:#c1272d !important}