@import"https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap";.main-header{width:100%;padding:0 20px;z-index:99;background-color:#212121;color:#fff;border-bottom:1px solid;border-color:#0000001a}@media only screen and (min-width: 768px){.main-header{padding:0 40px}}.main-header .header-content{display:flex;justify-content:space-between;align-items:center;height:50px;max-width:1200px;margin:0 auto}@media only screen and (min-width: 768px){.main-header .header-content{height:80px}}.main-header .left{list-style-type:none;display:none;gap:25px}@media only screen and (min-width: 768px){.main-header .left{display:flex}}.main-header .left li{font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer}.main-header .left li:hover{opacity:.6}.main-header .center{font-size:22px;font-weight:700;cursor:pointer}@media only screen and (min-width: 768px){.main-header .center{font-size:34px;position:absolute;left:50%;transform:translate(-50%)}}.main-header .right{display:flex;align-items:center;gap:20px}@media only screen and (min-width: 768px){.main-header .right{gap:25px}}.main-header .right svg{font-size:20px;cursor:pointer}@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{min-width:20px;text-align:center;background:#8e2de2;padding:2.5px;position:absolute;top:-5px;right:-12px;font-size:12px;line-height:1;border-radius:10px}.main-header.sticky-header{background-color:#212121;color:#fff;position:sticky;top:0;transform:translateY(-60px);animation:StickyHeader .3s ease forwards}@keyframes StickyHeader{0%{transform:translateY(-60px)}to{transform:translateY(0)}}.cart-products{flex-grow:1}.cart-products .search-result-item{padding:20px 15px;display:flex;gap:10px}.cart-products .search-result-item .image-container{background-color:#0000000d;width:60px;height:60px;flex-shrink:0}.cart-products .search-result-item .image-container img{width:100%;height:100%}.cart-products .search-result-item .prod-details{overflow:hidden;position:relative}.cart-products .search-result-item .prod-details .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:16px;line-height:1;margin-bottom:10px;font-weight:600;display:block;padding-right:25px}.cart-products .search-result-item .prod-details .text{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600}.cart-products .search-result-item .prod-details .text .highlight{color:#8e2de2}.cart-products .search-result-item .prod-details svg{position:absolute;top:0;right:0;cursor:pointer}.cart-products .search-result-item .prod-details .quantity-buttons{width:-moz-fit-content;width:fit-content;display:flex;border:1px solid rgba(0,0,0,.1);height:30px;margin-bottom:8px}.cart-products .search-result-item .prod-details .quantity-buttons span{font-size:14px;width:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b6b6b}.cart-products .search-result-item .prod-details .quantity-buttons span:nth-child(1){font-size:18px;border-right:1px solid rgba(0,0,0,.1)}.cart-products .search-result-item .prod-details .quantity-buttons span:nth-child(2){width:40px}.cart-products .search-result-item .prod-details .quantity-buttons span:nth-child(3){font-size:18px;border-left:1px solid rgba(0,0,0,.1)}.cart-products .search-result-item:hover{background-color:#0000000d}.cart-panel{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;display:flex;justify-content:flex-end}.cart-panel .opac-layer{background:#00000080;position:absolute;top:0;left:0;width:100%;height:100%}.cart-panel .cart-content{width:100%;height:100%;background:#fff;position:relative;z-index:1;display:flex;flex-direction:column;transform:translate(100%);animation:slideCartWindow .3s ease forwards}@media only screen and (min-width: 768px){.cart-panel .cart-content{width:340px}}.cart-panel .cart-content .cart-header{display:flex;align-items:center;justify-content:flex-end;padding:20px 15px;border-bottom:1px solid rgba(0,0,0,.1)}.cart-panel .cart-content .cart-header .heading{flex-grow:1;margin-bottom:0;font-size:20px;font-weight:700;text-transform:uppercase}.cart-panel .cart-content .cart-header .close-btn{display:flex;align-items:center;gap:5px;cursor:pointer}.cart-panel .cart-content .cart-header .close-btn svg{font-size:18px}.cart-panel .cart-content .cart-header .close-btn .text{text-transform:uppercase;font-size:14px}.cart-panel .cart-content .cart-header .close-btn:hover{opacity:.5}.cart-panel .cart-content .empty-cart{display:flex;flex-direction:column;align-items:center;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{outline:0;border:0;height:40px;width:150px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;color:#fff;background:#8e2de2;border-bottom:3px solid #6516aa}.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{padding:20px 15px;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between}.cart-panel .cart-content .cart-footer .subtotal .text{margin-bottom:0;font-size:20px;font-weight:700;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{outline:0;border:0;height:50px;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#fff;background:#8e2de2;border-bottom:3px solid #6516aa;text-transform:uppercase}.cart-panel .cart-content .cart-footer .button .checkout-cta svg{margin-right:10px}@keyframes slideCartWindow{0%{transform:translate(100%)}to{transform:translate(0)}}.footer{width:100%;background-color:#212121}.footer .footer-content{padding:50px 20px;max-width:1200px;margin:0 auto;display:flex;flex-flow:wrap;gap: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{color:#fff;margin-bottom:20px;font-size:20px}.footer .footer-content .col .text{color:#ffffff80;font-size:14px}.footer .footer-content .col .c-item{display:flex;margin-bottom:10px}.footer .footer-content .col .c-item svg{flex-shrink:0;font-size:14px;margin-right:10px;margin-top:4px;color:#ffffff80}.footer .footer-content .col span.text{display:block;margin-bottom:10px;cursor:pointer}.footer .bottom-bar{border-top:1px solid rgba(255,255,255,.1)}.footer .bottom-bar .bottom-bar-content{padding:20px;display:flex;align-items:center;flex-direction:column;text-align:center;gap:10px}@media only screen and (min-width: 768px){.footer .bottom-bar .bottom-bar-content{padding:0;height:60px;max-width:1200px;margin:0 auto;flex-direction:row;justify-content:space-between;text-align:left}}.footer .bottom-bar .bottom-bar-content .text{font-size:12px;color:#ffffff80}.main-content .layout{max-width:calc(100% - 20px);margin:0 auto}@media only screen and (min-width: 768px){.main-content .layout{max-width:1200px}}.hero-banner{padding:40px 0;position:relative;background-image:linear-gradient(to right,#8e2de2,#4a00e0)}@media only screen and (min-width: 768px){.hero-banner{height:calc(100vh - 80px)}}.hero-banner .content{height:100%;display:flex;justify-content:flex-end;align-items:center;flex-direction:column-reverse;max-width:calc(100% - 20px);margin:0 auto;position:relative}@media only screen and (min-width: 768px){.hero-banner .content{flex-direction:row;max-width:1200px}}.hero-banner .content .banner-img{position:relative;z-index:9;width:400px;margin-bottom:20px}@media only screen and (min-width: 768px){.hero-banner .content .banner-img{padding-left:50px;width:500px;margin-right:0;margin-top:50px;margin-bottom:0}}@media only screen and (min-width: 1536px){.hero-banner .content .banner-img{padding-left:400px;width:1000px;margin-left:0;margin-top:0}}.hero-banner .content .text-content{color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}@media only screen and (min-width: 768px){.hero-banner .content .text-content{position:absolute;left:50px;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{font-size:80px;font-weight:700;line-height:1;color:#fff;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{max-width:300px;font-size:14px;line-height:20px;margin-bottom:20px}@media only screen and (min-width: 768px){.hero-banner .content .text-content p{max-width:500px;font-size:18px;line-height:24px;margin-bottom:40px}}.hero-banner .content .text-content .ctas{display:flex;justify-content:center;gap:20px}.hero-banner .content .text-content .ctas .banner-cta{text-transform:uppercase;font-size:13px;font-weight:500;width:-moz-fit-content;width:fit-content;border:2px solid white;padding:10px 20px;transition:all ease .3s;cursor:pointer}.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}.products-container{margin:50px 0}@media only screen and (min-width: 768px){.products-container{margin:75px 0}}.products-container .sec-heading{margin-bottom:20px;font-size:18px;font-weight:500;text-transform:uppercase}@media only screen and (min-width: 768px){.products-container .sec-heading{margin-bottom:35px;font-size:24px}}.products-container .sec-heading:after{content:"";display:block;margin-top:5px;width:50px;height:3px;background-color:#8e2de2}@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;width:calc(50% - 5px);margin-bottom:20px}@media only screen and (min-width: 768px){.product-card{width:calc(25% - 15px)}}.product-card .thumbnail{width:100%;height:180px;background-color:#0000000d;margin-bottom:10px;padding:25px;display:flex;align-items:center}@media only screen and (min-width: 768px){.product-card .thumbnail{height:350px}}.product-card .thumbnail img{transition:all ease .3s;display:block;width:100%}.product-card .prod-details .name{font-size:14px;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@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{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{max-width:calc(100% - 20px);margin:0 auto}@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{width:100%;background-color:#0000000d;flex-shrink:0}@media only screen and (min-width: 768px){.single-product-main-content .layout .single-product-page .left{width:600px;height:600px}}.single-product-main-content .layout .single-product-page .left img{width:100%;display:block}.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{font-size:14px;line-height:20px;margin-bottom:20px;color:#6b6b6b}@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{width:-moz-fit-content;width:fit-content;display:flex;border:2px solid rgba(0,0,0,.2);margin-right:10px;height:50px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span{font-size:18px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b6b6b}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(1){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{outline:0;border:0;height:50px;width:180px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#fff;background:#8e2de2;border-bottom:3px solid #6516aa;flex-grow:1}@media only screen and (min-width: 768px){.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{flex-grow:unset}}.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{margin:20px 0;height:1px;width:100%;background-color:#0000001a}.single-product-main-content .layout .single-product-page .right .info-item .text-bold{font-size:18px;font-weight:500;display:block}.single-product-main-content .layout .single-product-page .right .info-item .text-bold:nth-child(1){margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .info-item .text-bold span{font-size:16px;font-weight:400;cursor:pointer;color:#6b6b6b}.single-product-main-content .layout .single-product-page .right .info-item .text-bold svg{margin:0 5px}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.max-h-\[600px\]{max-height:600px}.object-contain{-o-object-fit:contain;object-fit:contain}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}*{margin:0;padding:0;box-sizing:border-box;font-family:Cabin,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:22px;font-weight:500}
