@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}.search-modal{-webkit-animation:slideSearchWindow .5s ease forwards;animation:slideSearchWindow .5s ease forwards;background-color:#fff;height:100%;left:0;position:fixed;top:0;-webkit-transform:translateY(100%);transform:translateY(100%);width:100%;z-index:999}.search-modal .form-field{border-bottom:1px solid rgba(0,0,0,.1);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 input::-webkit-input-placeholder{color:#212121}.search-modal .form-field input::placeholder{color:#212121}.search-modal .form-field .close-btn{cursor:pointer;font-size:25px;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-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 .start-msg{color:rgba(0,0,0,.5);margin-top:20px;text-align:center}.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 rgba(0,0,0,.1);cursor:pointer;display:flex;gap:10px;padding:10px 0}.search-modal .search-result-content .search-results .search-result-item .image-container{background-color:rgba(0,0,0,.05);flex-shrink:0;height:60px;width:60px}.search-modal .search-result-content .search-results .search-result-item .image-container img{height:100%;width:100%}.search-modal .search-result-content .search-results .search-result-item .prod-details{overflow:hidden}.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:rgba(0,0,0,.5);display:block;font-size:14px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@-webkit-keyframes slideSearchWindow{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideSearchWindow{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.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:rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%}.cart-panel .cart-content{-webkit-animation:slideCartWindow .3s ease forwards;animation:slideCartWindow .3s ease forwards;background:#fff;display:flex;flex-direction:column;height:100%;position:relative;-webkit-transform:translateX(100%);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 rgba(0,0,0,.1);display:flex;justify-content:flex-end;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:18px}.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:#8e2de2;border:0;border-bottom:3px solid #6516aa;color:#fff;cursor:pointer;display:flex;font-size:13px;height:40px;justify-content:center;outline:0;width:150px}.cart-panel .cart-content .empty-cart .return-cta svg{margin-right:10px}.cart-panel .cart-content .cart-footer{border-top:1px solid rgba(0,0,0,.1)}.cart-panel .cart-content .cart-footer .subtotal{border-bottom:1px solid rgba(0,0,0,.1);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:#8e2de2}.cart-panel .cart-content .cart-footer .button{padding:20px 15px}.cart-panel .cart-content .cart-footer .button .checkout-cta{align-items:center;background:#8e2de2;border:0;border-bottom:3px solid #6516aa;color:#fff;cursor:pointer;display:flex;font-size:16px;height:50px;justify-content:center;outline:0;text-transform:uppercase;width:100%}.cart-panel .cart-content .cart-footer .button .checkout-cta svg{margin-right:10px}@-webkit-keyframes slideCartWindow{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideCartWindow{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.cart-products{flex-grow:1}.cart-products .cart-product{display:flex;gap:10px;padding:20px 15px}.cart-products .cart-product .img-container{background-color:rgba(0,0,0,.05);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:#8e2de2}.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 rgba(0,0,0,.1);display:flex;height:30px;margin-bottom:8px;width:-webkit-fit-content;width:-moz-fit-content;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 rgba(0,0,0,.1);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 rgba(0,0,0,.1);font-size:18px}.cart-products .cart-product:hover{background-color:rgba(0,0,0,.05)}.main-header{background-color:#212121;border-bottom:1px solid;border-color:rgba(0,0,0,.1);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 .left{display:none;gap:25px;list-style-type:none}@media only screen and (min-width:768px){.main-header .left{display:flex}}.main-header .left li{cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase}.main-header .left li:hover{opacity:.6}.main-header .center{cursor:pointer;font-size:22px;font-weight:700}@media only screen and (min-width:768px){.main-header .center{font-size:34px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.main-header .right{align-items:center;display:flex;gap:20px}@media only screen and (min-width:768px){.main-header .right{gap:25px}}.main-header .right svg{cursor:pointer;font-size:20px}@media only screen and (min-width:768px){.main-header .right svg{font-size:24px}}.main-header .right svg:hover{opacity:.6}.main-header .right .cart-icon{position:relative}.main-header .right .cart-icon span{background:#8e2de2;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{-webkit-animation:StickyHeader .3s ease forwards;animation:StickyHeader .3s ease forwards;background-color:#212121;color:#fff;position:-webkit-sticky;position:sticky;top:0;-webkit-transform:translateY(-60px);transform:translateY(-60px)}@-webkit-keyframes StickyHeader{0%{-webkit-transform:translateY(-60px);transform:translateY(-60px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes StickyHeader{0%{-webkit-transform:translateY(-60px);transform:translateY(-60px)}to{-webkit-transform:translateY(0);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:nth-child(3){width:150px}@media only screen and (min-width:768px){.footer .footer-content .col:nth-child(3){width:auto}}.footer .footer-content .col .title{font-size:20px;margin-bottom:20px}.footer .footer-content .col .text{color:rgba(0,0,0,.5);font-size:14px}.footer .footer-content .col .c-item{display:flex;margin-bottom:10px}.footer .footer-content .col .c-item svg{color:rgba(0,0,0,.5);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 rgba(0,0,0,.1)}.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{flex-direction:row;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0;text-align:left}}.footer .bottom-bar .bottom-bar-content .text{color:rgba(0,0,0,.5);font-size:12px}.main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.main-content .layout{max-width:1200px}}.hero-banner{background-image:linear-gradient(90deg,#8e2de2,#4a00e0);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:100px;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:100px}}@media only screen and (min-width:1536px){.hero-banner .content .banner-img{margin-right:0;margin-top:0;width:500px}}.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%;-webkit-transform:translateY(-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:-webkit-fit-content;width:-moz-fit-content;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{-webkit-transform:scale(1.2);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:#8e2de2;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:rgba(0,0,0,.05);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 .prod-details .name{display:block;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width:768px){.product-card .prod-details .name{font-size:16px;margin-bottom:10px}}.product-card .prod-details .price{font-size:18px}@media only screen and (min-width:768px){.product-card .prod-details .price{font-size:24px}}.product-card:hover .thumbnail img{-webkit-transform:scale(1.2);transform:scale(1.2)}.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:rgba(0,0,0,.05);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;margin-bottom:20px}}.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 rgba(0,0,0,.2);display:flex;height:50px;margin-right:10px;width:-webkit-fit-content;width:-moz-fit-content;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:18px;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 rgba(0,0,0,.2)}.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 rgba(0,0,0,.2)}.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{align-items:center;background:#8e2de2;border:0;border-bottom:3px solid #6516aa;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 .cart-buttons .add-to-cart-button svg{margin-right:10px}.single-product-main-content .layout .single-product-page .right .divider{background-color:rgba(0,0,0,.1);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-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:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.newsletter-section .newsletter-content .text{color:rgba(0,0,0,.5);font-size:14px;margin-bottom:20px}.newsletter-section .newsletter-content .small-text{color:rgba(0,0,0,.5);margin-bottom:15px;text-transform:uppercase}.newsletter-section .newsletter-content .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 .newsletter-content .big-text{font-size:28px}}.newsletter-section .newsletter-content .form{display:flex;gap:5px;margin-bottom:10px}.newsletter-section .newsletter-content .form input{border:1px solid rgba(0,0,0,.2);border-radius:0;font-size:16px;height:40px;outline:none;padding:0 12px;width:200px}@media only screen and (min-width:768px){.newsletter-section .newsletter-content .form input{width:300px}}.newsletter-section .newsletter-content .form button{align-items:center;background:#8e2de2;border:0;border-bottom:3px solid #6516aa;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;outline:0;width:100px}@media only screen and (min-width:768px){.newsletter-section .newsletter-content .form button{width:120px}}.newsletter-section .newsletter-content .social-icons{display:flex;gap:10px}.newsletter-section .newsletter-content .social-icons .icon{align-items:center;background:rgba(0,0,0,.8);border-radius:50%;color:#fff;display:flex;height:30px;justify-content:center;width:30px}
/*# sourceMappingURL=main.6ceacf5f.css.map*/