:root{--navigation-height:6.25rem;--navigation-padding:1rem;--main-margin-offset:1.25rem}h1,h2,h3,h4,h5,h6{line-height:1.1}a,p,span{line-height:1.3}a:active,a:focus,a:hover,a:link,a:visited{color:#f05d37}.navbar{position:relative;z-index:1000;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media only screen and (max-width:1200px){.navbar--desktop{display:none}}.navbar a{color:#000;text-decoration:none}.navbar a:focus-visible{color:#f05d37!important}.navbar a:hover{color:#f05d37;cursor:pointer}.dropdown{position:relative;display:inline-block}.dropdown .dropbtn{font-size:16px;border:none;outline:none;color:#000;background-color:inherit;font-family:inherit;margin:0;font-weight:500}.dropdown .dropbtn:focus-visible{color:#f05d37!important}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:200px;z-index:1}.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block;text-align:left;font-weight:400}.dropdown-content a:hover{background-color:#ddd;color:#000}.dropdown:hover .dropdown-content{display:block}.header{height:var(--navigation-height);padding:var(--navigation-padding) 0;margin-top:0!important;margin-bottom:0!important}.header .header-top{border-bottom:2px solid #f05d37;padding-bottom:1rem;margin-bottom:0;align-items:end!important;font-size:1rem}.header .header-top div.left-content{gap:1.5rem!important;align-items:end!important}.categories-container{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.categories{display:grid;grid-template-columns:repeat(auto-fit,360px);gap:1rem;justify-content:center}@media only screen and (max-width:720px){.categories{grid-template-columns:1fr}}.category{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;border:1px solid #ccc;border-radius:4px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1)}.category:hover .category__img{transform:scale(1.05)}.category__img{max-width:100%;height:260px;-o-object-fit:contain;object-fit:contain;transition:transform .15s ease-in-out}.category__title{color:#242424!important;font-weight:600}.card,.categories-title,.category__title{text-align:center}.card{width:300px;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin:20px;padding:20px}.card img{margin-bottom:10px}.card a{color:#000}.card a:hover{color:#f05d37}.contact-form-container{display:flex;justify-content:center;align-items:center;margin-top:2rem}.contact-form{width:600px;padding:20px;border:1px solid #ccc;border-radius:8px;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.form-group{margin-bottom:15px}label{display:block;margin-bottom:5px}.input-field{width:100%;padding:8px;border:1px solid #ccc;border-radius:5px}.submit-button{background-color:#f05d37;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{color:#000}#app{display:flex;min-height:100vh;flex-direction:column}.main-container-wrapper{flex:1;width:100%!important}.main-container-wrapper .product-card .sticker.new{background:#f05d37!important;z-index:10}.main-container-wrapper .product-card .sticker.sale{background:#ff6472!important;z-index:11}.main-container-wrapper .product-card .cart-wish-wrap form,.main-container-wrapper .product-card .custom-button{width:100%!important}.links-footer ul{list-style-type:none;padding:0}.links-footer ul li{margin-bottom:10px}.links-footer a{color:#000}.links-footer a:hover{color:#f05d37;cursor:pointer}.copyright-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;margin-bottom:1rem;text-align:center}.copyright-footer p{margin:0}.footer .footer-content .footer-list-container{grid-template-columns:repeat(auto-fit,minmax(250px,300px))!important;justify-content:center}.footer-font-size{font-size:1.25rem}.mobile-menu{display:none;z-index:100;position:fixed;top:calc(var(--navigation-height) + 2rem + var(--navigation-padding)/2);right:0;width:80vw;height:100%;padding:1rem;padding-bottom:calc(var(--navigation-height) + 4rem + var(--navigation-padding)/2);border:1px solid #f2f2f2;border-top:0;background-color:#fff;transform:translateX(100%);transition:all .3s ease-in-out;overflow-y:auto}.mobile-menu-list{display:flex;flex-direction:column;gap:1rem}.mobile-menu-link{padding:0;color:#000!important;text-decoration:none;font-size:1rem;font-weight:500}.mobile-menu-link:visited{color:#000}@media only screen and (max-width:1200px){.mobile-menu{display:block}}.mobile-menu-dropdown{display:inline-block;position:relative}.mobile-menu-dropdown-button{margin:0;padding:0;border:none;outline:none;color:#000;background-color:inherit;font-family:inherit;font-weight:500;font-size:16px;cursor:pointer}.mobile-menu-dropdown-content{z-index:1;width:100%;max-height:0;transition:max-height .5s ease-in;overflow:hidden}.mobile-menu-dropdown-content a{display:block;padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem}.mobile-menu-dropdown.active .mobile-menu-dropdown-content{display:block;max-height:unset!important}.mobile-menu-dropdown-content a:hover{background-color:#f1f1f1}section.slider-block div.slider-content ul.slider-images li img{-o-object-fit:cover;object-fit:cover}.user-menu-dropdown{display:flex;flex-direction:column;gap:.5rem}.user-menu-dropdown a{text-align:center}.partners-container{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.partners{width:calc(100vw - 15px);margin-left:calc(-50vw + 50% + 7px);padding:1rem 2rem;background-color:#fff}@media only screen and (max-width:720px){.partners{width:100vw;margin-left:calc(-50vw + 50%)}}.partner:not(:last-of-type){margin-right:1rem}.partner-img{display:block;max-width:300px;-o-object-fit:contain;object-fit:contain}.header .header-top div.left-content ul.logo-container li img{max-width:140px!important;max-height:60px!important}#navigation>.dropdown>button{font-size:1rem}.top{background-color:#f05d37;color:#fff;font-size:12px}.top-right{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:.75rem;height:2rem}.top-right .top-right-link{display:flex;align-items:center;gap:.25rem;color:#fff;font-weight:600}.orange-seperator{display:flex;flex-direction:row;border-bottom:2px solid #f05d37;padding-bottom:5px}.main-container-wrapper .product-card .cart-wish-wrap .addtocart{background-color:#fff;color:#000;border:2px solid #f05d37;border-radius:20px!important;padding:10px}.right-content-menu{display:flex;align-items:center;gap:.5rem}.header .header-top div.right-content .right-content-menu .cart-dropdown-container .dropdown-list .dropdown-container .dropdown-footer .btn{background-color:#fff;color:#000!important;border:2px solid #f05d37;border-radius:20px!important;padding:10px}.categories-filter{margin-top:30px}.categories-filter-items{line-height:1rem;margin-bottom:5px}.categories-filter-title{color:#000;font-size:1rem;font-weight:400}.categories-filter-title.active{color:#f05d37;font-weight:500}@media (max-width:720px){.header .header-top div.right-content .right-content-menu .cart-link{pointer-events:none!important}}.header .header-top div.right-content .right-content-menu>li{border-right:none!important;padding:0!important}#hammenu{display:none}@media (max-width:1200px){#hammenu{display:block}}@media (max-width:1200px){.header .header-top div.right-content .right-content-menu .arrow-down-icon,.header .header-top div.right-content .right-content-menu .cart-dropdown-container .dropdown-container,.header .header-top div.right-content .right-content-menu .name{display:none}}.logo{cursor:pointer}.custom-button{display:inline-block;padding:10px 20px;border:2px solid #f05d37;border-radius:50px;background-color:transparent;color:#000!important;text-align:center;text-decoration:none;font-size:1rem;font-family:inherit;font-weight:500;cursor:pointer;transition:background-color .3s ease-in-out,color .3s ease-in-out}.custom-button:focus{box-shadow:0 0 0 3px rgba(255,165,0,.5)}.custom-button:focus,.custom-button:hover{outline:none;color:#fff!important;background-color:#f05d37}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.main-container-wrapper .content-container{margin-top:var(--main-margin-offset);margin-bottom:var(--main-margin-offset)}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fit,280px);gap:1rem;justify-content:center}.featured-products-grid--j-start{justify-content:flex-start}.product-card{display:flex;flex-direction:column;height:unset!important;box-shadow:0 2px 16px 4px rgba(40,44,63,.035)}.product-card:hover{padding:15px!important}.product-card:hover .product-image{transform:scale(1.05)}.product-card .product-image{max-height:320px!important;transition:transform .15s ease-in-out}.product-card .product-information{flex-grow:1;display:flex;flex-direction:column}.product-card .cart-wish-wrap{position:relative!important;bottom:0!important;margin-top:auto!important}.checkout-process .col-main ul.checkout-steps li.active .decorator{border:1px solid #f05d37!important}.checkout-process .col-main ul.checkout-steps li.active{color:#f05d37!important}.footer-socials{display:flex;gap:1rem}.partners-about-container{display:grid;-moz-column-gap:1rem;column-gap:1rem;row-gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;margin-top:4rem;padding:1rem;background-color:#f2f2f2}.partners-about-container a{display:flex;justify-content:center;align-items:center}.news{margin-bottom:5%}.news h2{text-align:center}.news .news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:20px}.news .news-grid-img{display:block;width:100%;max-width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.order-summary .item-detail,.order-summary .payable-amount{display:flex;align-items:center;justify-content:space-between;gap:.25rem}.account-content .menu-block .menubar li.active a{color:#f05d37!important}.tabs ul li.active a{border-bottom:3px solid #f05d37!important}@media only screen and (max-width:770px){.sale-container .sale-section .section-content .row{align-items:center;text-align:center}.account-content .account-layout .account-head{height:unset!important;padding:.5rem}}.main-container-wrapper--header{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:1024px){.featured-products-grid{justify-content:center!important}.main-container-wrapper--header{flex-direction:column;align-items:center;justify-content:center;gap:8px;padding-top:8px;padding-bottom:8px}.top-right{height:unset}}.top-left .top-left-link{color:#fff;font-weight:600}.pagination .page-item.active{border-color:#f05d37!important}.btn.btn-primary,.pagination .page-item.active{background:#f05d37!important;color:#fff}.default-wrap form{width:100%}.cart-content{display:flex!important;gap:1rem}@media only screen and (max-width:850px){.cart-content{flex-direction:column}}section.cart .cart-content .right-side{position:static!important;padding-left:0!important}.misc-controls.custom-cart{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.misc-controls.custom-cart .button-wrapper{display:flex;flex-direction:column;gap:.75rem}.coupon-form .control-group{margin-top:0!important;margin-bottom:.5rem!important}.coupon-form .custom-button{padding:8px 16px!important;font-size:.75rem!important}.custom-control-group{display:flex;width:auto!important;min-width:200px;margin-bottom:1rem}.custom-control-group .control{width:100%;height:38px!important;margin-top:0!important;margin-bottom:0!important}.search-icon-wrapper{display:flex;align-items:center;justify-content:center;box-sizing:border-box;height:38px;width:38px;border:none!important;margin-left:-38px!important;cursor:pointer}.search-icon-wrapper button{background:#fff;border:0;padding:3px 5px;margin:0;cursor:pointer}.search-field{border-right:2px solid #c7c7c7!important}.control-group .control:focus,.control-group .control:focus-visible,.search-field:focus,.search-field:focus-visible{border-color:#f05d37!important}@media only screen and (max-width:800px){.full-w-sm{width:100%}}.custom-mini-cart-count{display:none}@media only screen and (max-width:1024px){.custom-mini-cart-count{display:block}}.dropdown-toggle{display:flex;align-items:center;gap:.2rem}@media only screen and (max-width:1024px){.dropdown-toggle{gap:0}}@media only screen and (max-width:574px){section.cart .cart-content .left-side .misc-controls{top:0!important}}@media only screen and (max-width:815px){section.cart .cart-content .left-side .misc-controls{top:0!important;margin-top:1rem!important}}.navbar-categories{display:flex;flex-direction:column}.navbar-categories-content{display:flex;gap:10px;align-items:center;justify-content:space-between}.navbar-categories-content:hover{background-color:#ddd}.navbar-categories-button{background:none;border:none;cursor:pointer;padding-right:16px}.navbar-category-children{padding-left:16px}.navbar-category-children-link{font-size:14px}