@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap);*{box-sizing:border-box;font-family:Cabin,sans-serif;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:500;line-height:22px}.cart-products{flex-grow:1}.cart-products .cart-product{display:flex;gap:10px;padding:20px 15px}.cart-products .cart-product .img-container{background-color:#00000080;flex-shrink:0;height:60px;width:60px}.cart-products .cart-product .img-container img{height:100%;width:100%}.cart-products .cart-product .prod-details{overflow:hidden;position:relative}.cart-products .cart-product .prod-details .name{display:block;font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;overflow:hidden;padding-right:25px;text-overflow:ellipsis;white-space:nowrap}.cart-products .cart-product .prod-details .text{align-items:center;display:flex;font-size:12px;font-weight:600;gap:5px}.cart-products .cart-product .prod-details .text .highlight{color:#ea0000}.cart-products .cart-product .prod-details svg{cursor:pointer;position:absolute;right:0;top:0}.cart-products .cart-product .prod-details .quantity-buttons{border:1px solid #0003;display:flex;height:30px;margin-bottom:8px;width:fit-content}.cart-products .cart-product .prod-details .quantity-buttons span{align-items:center;color:#6b6b6b;cursor:pointer;display:flex;font-size:14px;justify-content:center;width:30px}.cart-products .cart-product .prod-details .quantity-buttons span:first-child{border-right:1px solid #0003;font-size:18px}.cart-products .cart-product .prod-details .quantity-buttons span:nth-child(2){width:40px}.cart-products .cart-product .prod-details .quantity-buttons span:nth-child(3){border-left:1px solid #0003;font-size:18px}.cart-products .cart-product:hover{background-color:#0000000d}.cart-panel{display:flex;height:100%;justify-content:flex-end;left:0;position:fixed;top:0;width:100%;z-index:99}.cart-panel .opac-layer{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.cart-panel .cart-content{animation:slideCartWindow .3s ease forwards;background:#fff;display:flex;flex-direction:column;height:100%;position:relative;transform:translateX(100%);width:100%;z-index:1}@media only screen and (min-width:768px){.cart-panel .cart-content{width:340px}}.cart-panel .cart-content .cart-header{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:center;padding:20px 15px}.cart-panel .cart-content .cart-header .heading{flex-grow:1;font-size:20px;font-weight:700;margin-bottom:0;text-transform:uppercase}.cart-panel .cart-content .cart-header .close-btn{align-items:center;cursor:pointer;display:flex;gap:5px}.cart-panel .cart-content .cart-header .close-btn svg{font-size:15px}.cart-panel .cart-content .cart-header .close-btn .text{font-size:14px;text-transform:uppercase}.cart-panel .cart-content .cart-header .close-btn:hover{opacity:.5}.cart-panel .cart-content .empty-cart{align-items:center;display:flex;flex-direction:column;gap:20px;margin-top:100px}.cart-panel .cart-content .empty-cart svg{font-size:120px;opacity:.1}.cart-panel .cart-content .empty-cart .return-cta{align-items:center;background:#ea0000;border:0;border-bottom:3px solid #ea0000;color:#fff;cursor:pointer;display:flex;font-size:13px;height:40px;justify-content:center;outline:0;width:150px}.cart-panel .cart-content .cart-footer{border-top:1px solid #0000001a}.cart-panel .cart-content .cart-footer .subtotal{border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;padding:20px 15px}.cart-panel .cart-content .cart-footer .subtotal .text{font-size:20px;font-weight:700;margin-bottom:0;text-transform:uppercase}.cart-panel .cart-content .cart-footer .subtotal .text.total{color:#ea0000}.cart-panel .cart-content .cart-footer .button{padding:20px 15px}.cart-panel .cart-content .cart-footer .button .checkout-cta{align-items:center;background:#ea0000;border:0;border-bottom:3px solid #ea0000;color:#fff;cursor:pointer;display:flex;font-size:13px;height:50px;justify-content:center;outline:0;width:100%}@keyframes slideCartWindow{0%{transform:translateX(100%)}to{transform:translateX(0)}}.search-modal{animation:slideSearchWindow .5s ease forwards;background-color:#fff;height:100%;left:0;position:fixed;top:0;transform:translateY(100%);width:100%;z-index:999}.search-modal .form-field{border-bottom:1px solid #0000001a;display:flex;justify-content:center;padding:10px 50px;position:relative;width:100%}@media only screen and (min-width:768px){.search-modal .form-field{padding:20px 0}}.search-modal .form-field input{border:none;color:#212121;font-size:20px;font-weight:600;height:50px;max-width:1200px;outline:none;text-align:center;text-transform:uppercase;width:100%}@media only screen and (min-width:768px){.search-modal .form-field input{font-size:48px;height:80px}}.search-modal .form-field .close-btn{cursor:pointer;font-size:25px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}@media only screen and (min-width:768px){.search-modal .form-field .close-btn{font-size:50px;right:40px}}.search-modal .search-result-content{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.search-modal .search-result-content{max-width:800px}}.search-modal .search-result-content .search-results{height:calc(100vh - 110px);margin:20px 0;overflow:auto}@media only screen and (min-width:768px){.search-modal .search-result-content .search-results{height:calc(100vh - 160px)}}.search-modal .search-result-content .search-results .search-result-item{align-items:center;border-bottom:1px solid #0000001a;cursor:pointer;display:flex;gap:10px;padding:10px 0}.search-modal .search-result-content .search-results .search-result-item .img-container{background-color:#00000080;flex-shrink:0;height:60px;width:60px}.search-modal .search-result-content .search-results .search-result-item .img-container img{height:100%;width:100%}.search-modal .search-result-content .search-results .search-result-item .prod-details{overflow:hidden;position:relative}.search-modal .search-result-content .search-results .search-result-item .prod-details .name{display:block;font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-modal .search-result-content .search-results .search-result-item .prod-details .desc{color:#00000080;display:block;font-size:14px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes slideSearchWindow{0%{transform:translateY(100%)}to{transform:translateY(0)}}.main-header{background-color:#292a2a;border-bottom:1px solid #0000001a;color:#fff;padding:0 20px;width:100%;z-index:99}@media only screen and (min-width:768px){.main-header{padding:0 40px}}.main-header .header-content{align-items:center;display:flex;height:50px;justify-content:space-between;margin:0 auto;max-width:1200px}@media only screen and (min-width:768px){.main-header .header-content{height:80px}}.main-header .header-content .left{display:none;gap:25px;list-style-type:none}@media only screen and (min-width:768px){.main-header .header-content .left{display:flex}}.main-header .header-content .left li{cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase}.main-header .header-content .left li:hover{text-decoration:underline}.main-header .header-content .center{cursor:pointer;font-size:22px;font-weight:700}@media only screen and (min-width:768px){.main-header .header-content .center{font-size:34px;left:50%;position:absolute;transform:translateX(-50%)}}.main-header .header-content .right{align-items:center;display:flex;gap:20px}@media only screen and (min-width:768px){.main-header .header-content .right{gap:25px}}.main-header .header-content .right svg{cursor:pointer;font-size:20px}@media only screen and (min-width:768px){.main-header .header-content .right svg{gap:25px}}.main-header .header-content .right .cart-icon{position:relative}.main-header .header-content .right .cart-icon span{background-color:#ea0000;border-radius:10px;font-size:12px;line-height:1;min-width:20px;padding:2.5px;position:absolute;right:-12px;text-align:center;top:-5px}.main-header.sticky-header{animation:stickyHeader .4s ease forwards;position:sticky;top:0;transform:translateY(-80px)}@keyframes stickyHeader{0%{transform:translateY(-80px)}to{transform:translateY(0)}}.footer{width:100%}.footer .footer-content{display:flex;flex-flow:wrap;gap:20px;margin:0 auto;max-width:1200px;padding:50px 20px}@media only screen and (min-width:768px){.footer .footer-content{justify-content:space-between;padding:50px 0}}.footer .footer-content .col{max-width:300px}.footer .footer-content .col .title{font-size:14px;margin-bottom:20px}.footer .footer-content .col .text{color:#00000080;font-size:14px}.footer .footer-content .col .c-item{display:flex;margin-bottom:10px}.footer .footer-content .col .c-item svg{color:#00000080;flex-shrink:0;font-size:14px;margin-right:10px;margin-top:4px}.footer .footer-content .col span.text{cursor:pointer;display:block;margin-bottom:10px}.footer .bottom-bar{border-top:1px solid #0000001a}.footer .bottom-bar .bottom-bar-content{align-items:center;display:flex;flex-direction:column;gap:10px;padding:20px;text-align:center}@media only screen and (min-width:768px){.footer .bottom-bar .bottom-bar-content{align-items:center;flex-direction:row;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0}}.footer .bottom-bar .bottom-bar-content .text{color:#00000080;font-size:12px}.main-content{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.main-content{max-width:1200px}}.hero-banner{background-image:linear-gradient(90deg,#852727,#ea0000);padding:40px 0;position:relative}@media only screen and (min-width:768px){.hero-banner{height:calc(100vh - 80px)}}.hero-banner .content{align-items:center;display:flex;flex-direction:column-reverse;height:100%;justify-content:flex-end;margin:0 auto;max-width:calc(100% - 20px);position:relative}@media only screen and (min-width:768px){.hero-banner .content{flex-direction:row;max-width:1200px}}.hero-banner .content .banner-img{margin-bottom:20px;position:relative;width:200px;z-index:9}@media only screen and (min-width:768px){.hero-banner .content .banner-img{margin-bottom:0;margin-right:60px;margin-top:50px;width:500px}}@media only screen and (min-width:1536px){.hero-banner .content .banner-img{margin-right:0;margin-top:0;width:600px}}.hero-banner .content .text-content{align-items:center;color:#fff;display:flex;flex-direction:column;text-align:center}@media only screen and (min-width:768px){.hero-banner .content .text-content{left:50px;position:absolute;top:50%;transform:translateY(-50%)}}@media only screen and (min-width:1536px){.hero-banner .content .text-content{left:0}}.hero-banner .content .text-content h1{color:#fff;font-size:80px;font-weight:700;line-height:1;margin-bottom:20px}@media only screen and (min-width:768px){.hero-banner .content .text-content h1{font-size:180px}}.hero-banner .content .text-content p{font-size:14px;line-height:20px;margin-bottom:20px;max-width:300px}@media only screen and (min-width:768px){.hero-banner .content .text-content p{font-size:18px;line-height:24px;margin-bottom:40px;max-width:500px}}.hero-banner .content .text-content .ctas{display:flex;gap:20px;justify-content:center}.hero-banner .content .text-content .ctas .banner-cta{border:2px solid #fff;cursor:pointer;font-size:13px;font-weight:500;padding:10px 20px;text-transform:uppercase;transition:all .3s ease;width:fit-content}.hero-banner .content .text-content .ctas .banner-cta.v2{background-color:#fff;color:#000}.hero-banner .content .text-content .ctas .banner-cta:hover{opacity:.6}.shop-by-category{margin:25px 0}@media only screen and (min-width:768px){.shop-by-category{margin:50px 0}}.shop-by-category .categories{display:flex;flex-flow:wrap;gap:10px}.shop-by-category .categories .category{background-color:#000;cursor:pointer;overflow:hidden;width:calc(50% - 5px)}@media only screen and (min-width:768px){.shop-by-category .categories .category{width:calc(25% - 10px)}}.shop-by-category .categories .category img{display:block;transition:all .3s ease;width:100%}.shop-by-category .categories .category:hover img{transform:scale(1.2)}.products-container{margin:50px 0}@media only screen and (min-width:768px){.products-container{margin:75px 0}}.products-container .sec-heading{font-size:18px;font-weight:500;margin-bottom:20px;text-transform:uppercase}@media only screen and (min-width:768px){.products-container .sec-heading{font-size:24px;margin-bottom:35px}}.products-container .sec-heading:after{background-color:#ea0000;content:"";display:block;height:3px;margin-top:5px;width:50px}@media only screen and (min-width:768px){.products-container .sec-heading:after{margin-top:10px}}.products-container .products{display:flex;flex-flow:wrap;gap:10px}@media only screen and (min-width:768px){.products-container .products{gap:20px}}.product-card{cursor:pointer;margin-bottom:20px;width:calc(50% - 5px)}@media only screen and (min-width:768px){.product-card{width:calc(25% - 15px)}}.product-card .thumbnail{align-items:center;background-color:#0000000d;display:flex;height:180px;margin-bottom:10px;padding:25px;width:100%}@media only screen and (min-width:768px){.product-card .thumbnail{height:350px}}.product-card .thumbnail img{display:block;transition:all .3s ease;width:100%}.product-card .product-details .name{display:block;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width:768px){.product-card .product-details .name{font-size:16px;margin-bottom:10px}}.product-card .product-details .price{font-size:18px}@media only screen and (min-width:768px){.product-card .product-details .price{font-size:24px}}.product-card:hover .thumbnail img{transform:scale(1.2)}.category-main-content{margin:30px 0}@media only screen and (min-width:768px){.category-main-content{margin:75px 0}}.category-main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.category-main-content .layout{max-width:1200px}}.category-main-content .category-title{font-size:24px}@media only screen and (min-width:768px){.category-main-content .category-title{font-size:34px}}.category-main-content .products-container{margin:20px 0}@media only screen and (min-width:768px){.category-main-content .products-container{margin:50px 0}}.single-product-main-content{margin:20px 0}@media only screen and (min-width:768px){.single-product-main-content{margin:75px 0}}.single-product-main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.single-product-main-content .layout{max-width:1200px}}.single-product-main-content .layout .single-product-page{display:flex;flex-direction:column}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page{flex-direction:row}}.single-product-main-content .layout .single-product-page .left{background-color:#0000000d;flex-shrink:0;width:100%}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .left{height:600px;width:600px}}.single-product-main-content .layout .single-product-page .left img{display:block;width:100%}.single-product-main-content .layout .single-product-page .right{display:flex;flex-direction:column;padding-top:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right{padding:0 35px}}.single-product-main-content .layout .single-product-page .right .name{font-size:20px;line-height:28px;margin-bottom:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .name{font-size:24px;line-height:32px}}.single-product-main-content .layout .single-product-page .right .price{font-size:24px;line-height:32px;margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .desc{color:#6b6b6b;font-size:14px;line-height:20px;margin-bottom:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .desc{font-size:16px;line-height:24px}}.single-product-main-content .layout .single-product-page .right .cart-buttons{display:flex}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .cart-buttons{margin-top:30px}}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons{border:2px solid #0003;display:flex;height:50px;margin-right:10px;width:fit-content}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span{align-items:center;color:#6b6b6b;cursor:pointer;display:flex;font-size:19px;justify-content:center;width:40px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:first-child{border-right:2px solid #0003}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(2){width:60px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(3){border-left:2px solid #0003}.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{align-items:center;background:#ea0000;border:0;border-bottom:3px solid #ea0000;color:#fff;cursor:pointer;display:flex;flex-grow:1;font-size:16px;height:50px;justify-content:center;outline:0;width:180px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{flex-grow:0}}.single-product-main-content .layout .single-product-page .right .divider{color:#0000001a;height:1px;margin:20px 0;width:100%}.single-product-main-content .layout .single-product-page .right .info-item .text-bold{display:block;font-size:18px;font-weight:500}.single-product-main-content .layout .single-product-page .right .info-item .text-bold:first-child{margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .info-item .text-bold span{color:#6b6b6b;cursor:pointer;font-size:16px;font-weight:400}.single-product-main-content .layout .single-product-page .right .info-item .text-bold svg{margin:0 5px}.newsletter-section{align-items:center;background:#f9f9f9 url(/static/media/newsletter-bg.b6f22313149bdbb35069.jpeg);background:#f9f9f9 url(/static/media/newsletter-bg-2.4a27f767ec842204f802.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:400px;width:100%}.newsletter-section .newsletter-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;text-align:center;width:fit-content}.newsletter-section .small-text{color:#00000080;margin-bottom:15px;text-transform:uppercase}.newsletter-section .big-text{font-size:22px;font-weight:500;line-height:30px;margin-bottom:20px;padding:0 30px;text-transform:uppercase}@media only screen and (min-width:768px){.newsletter-section .big-text{font-size:28px}}.newsletter-section .form{display:flex;gap:5px;margin-bottom:10px}.newsletter-section .form input{border:1px solid #0003;border-radius:0;font-size:16px;height:40px;outline:none;padding:0 12px;width:200px}@media only screen and (min-width:768px){.newsletter-section .form input{width:300px}}.newsletter-section .form button{align-items:center;background-color:#ea0000;border:0;border-bottom:3px solid #ea0000;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;outline:none;width:100px}@media only screen and (min-width:768px){.newsletter-section .form button{width:120px}}.newsletter-section .text{color:#00000080;font-size:14px;margin-bottom:20px}.newsletter-section .social-icons{display:flex;gap:10px}.newsletter-section .social-icons .icon{align-items:center;background-color:#ea0000;border-radius:50%;color:#fff;display:flex;height:30px;justify-content:center;width:30px}
/*# sourceMappingURL=main.13535d87.css.map*/