@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: "Inter", sans-serif;--yellow: #F5C518;--pink: #CC0099;--dark-bg: #0a0a14}html{scroll-behavior:smooth}.shoppage-wrapper{font-family:var(--font);background-color:var(--dark-bg);background-size:cover;background-position:center top;background-repeat:no-repeat;color:#fff;padding-right:4px}.banner{position:relative;width:100%;display:flex;align-items:center;border:1.8px solid #fff;border-radius:20px;padding:40px 0;overflow:hidden}.banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(bannerbgimg.jpg);background-size:cover;background-position:center center;z-index:0;display:block!important}.banner__inner{position:relative;z-index:1;width:100%;max-width:1300px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.banner__text{width:50%;max-width:600px;display:flex;flex-direction:column}.banner__headline{font-family:var(--font);font-size:64px;font-weight:900;line-height:68px;text-transform:uppercase;color:#fff;letter-spacing:-1px}.banner__headline .lightning{color:var(--yellow);font-style:normal}.banner__sub{font-size:24px;font-weight:400;color:#ddd;margin-top:12px;line-height:33px}.banner__sub strong{color:#fff;font-weight:700}.banner__cta-pill{display:inline-block;margin-top:14px;background:var(--pink);color:#fff;font-size:16px;font-weight:600;padding:9px 15px;border-radius:6px;line-height:1.4;max-width:400px}.banner__right{flex:50%;position:relative;display:flex;align-items:center;justify-content:flex-end}br.moonly{display:none}.banner__bottles-img{width:100%;max-width:520px;height:auto;display:block;position:relative;right:-38px}.banner__badge{position:absolute;top:3px;right:-74px;width:121px;height:121px;object-fit:contain}.products{position:relative;width:100%;padding:30px 0 80px;overflow:hidden}.products__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(productsection-background.png);background-size:cover;background-position:center;z-index:0;max-width:1300px;margin:0 auto;display:block!important}.products__inner{position:relative;z-index:1;max-width:1300px;margin:0 auto;padding:0 20px}.section-heading{text-align:center;margin-bottom:32px}.section-heading__title{font-size:48px;font-weight:900;text-transform:uppercase;color:var(--yellow);letter-spacing:2px}.section-heading__sub{font-size:32px;font-weight:400;color:#ccc;margin-top:5px;letter-spacing:.2px}.product-row{display:flex;gap:20px;margin-bottom:14px;justify-content:start;flex-wrap:wrap}.product-row--4 .product-card{min-width:0;width:23%}.product-card{border-radius:12px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px #000000a6}.card__header{padding:13px 15px 11px;flex-shrink:0}.card__flavor-name{font-size:28px;font-weight:900;text-transform:uppercase;color:#fff;line-height:1.1;letter-spacing:.2px;text-align:center}.card__flavor-sub{font-size:22px;font-weight:600;color:#ffffffe6;margin-top:2px;text-align:center}.card__body{flex:1;display:flex;flex-direction:column;align-items:center;padding:4px 14px 16px;position:relative;overflow:hidden}.card__desc{position:relative;z-index:1;font-size:11.5px;font-weight:400;color:#b0b0c8;line-height:1.5;text-align:center;min-height:36px}.card__img-wrap{position:relative;z-index:1;width:220px;height:220px;margin:12px auto 8px;display:flex;align-items:center;justify-content:center}.product-card .card__desc{color:#fff;border:1px solid #fff;border-radius:8px;padding:5px;font-size:13px}.card__img-wrap img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.55));transition:transform .25s ease}.product-card:hover .card__img-wrap img{transform:scale(1.06) translateY(-3px)}.card__footer{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;align-items:center;gap:5px;margin-top:4px}.card__price-label{font-size:20px;font-weight:300!important;color:#fff}.card__price{font-size:32px;font-weight:900;color:#fff;line-height:1}.card__btn{display:block;width:100%;padding:15px 0;margin-top:6px;border-radius:7px;font-family:var(--font);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:#fff;cursor:pointer;transition:filter .18s ease,transform .14s ease;border:1px solid #FFFFFF;background:transparent;text-decoration:none;text-align:center}.card__btn:hover{filter:brightness(1.18);transform:scale(1.02)}.card--shaker .card__header{background:#1c1c2e;border-bottom:1px solid #333}.card--shaker .card__btn{background:#2e2e48;border:1.5px solid #555}.card--shaker .card__btn:hover{background:#3a3a5a}.product-card{background-repeat:no-repeat;background-size:cover;text-decoration:none!important}.product-card.card--rip{background-image:url('{{ "orangebg-prod.png" | asset_url }}')}.product-card.card--green{background-image:url('{{ "greenbgprod.png" | asset_url }}')}.product-card.card--melon{background-image:url('{{ "redbgprod.png" | asset_url }}')}.product-card.card--blue{background-image:url('{{ "bluebgprod.png" | asset_url }}')}.product-card.card--pink{background-image:url('{{ "jingle-berrybg.png" | asset_url }}')}.product-card.card--yellow{background-image:url('{{ "yellow-probg.png" | asset_url }}')}.product-card.card--gray{background-image:url('{{ "grayprood.png" | asset_url }}');border:1px solid #cabfbf;background-color:#1f1c1d}.product-card.card--rip .card__desc{background:#db5b2f}.product-card.card--green .card__desc{background:#60993b}.product-card.card--melon .card__desc{background:#d02d2d}.product-card.card--blue .card__desc{background:#0d8c97}.product-card.card--pink .card__desc{background:#b30282}.product-card.card--yellow .card__desc{background:#ccb415}.product-card.card--gray .card__desc{background:#474344}section.products{background:radial-gradient(ellipse at 60% 0%,#4a0a6e,#1a0530 35%,#050810)}.productnew-rq p.drinkdesktop{display:block;background:var(--pink);color:#fff;font-size:24px;font-weight:600;padding:9px 15px;border-radius:12px;line-height:28px;max-width:505px;margin:0 auto 30px;text-align:center}.banner__sub.mo-view{display:none}.banner__headline .lightning{width:40px;display:inline-block;margin-left:6px}.banner__headline .lightning img{width:100%;max-width:100%;display:block}@media(max-width:991px){.banner__headline{font-size:50px}.banner__sub{font-size:17px}.banner__cta-pill{font-size:13px}.banner__bottles-img{max-width:500px}.section-heading__title{font-size:38px}.section-heading__sub{font-size:25px}.product-row--4 .product-card{width:31%}.card__flavor-name{font-size:22px}.card__flavor-sub,.card__price-label{font-size:17px}.card__price{font-size:25px}.card__img-wrap{width:90%;height:auto}p.banner__sub.desktop-view{display:none}.banner__sub.mo-view{display:block;text-align:center;line-height:25px;margin:0 0 17px}section.products{padding-top:15px}.productnew-rq p.drinkdesktop{font-size:16px;line-height:21px;padding:10px}.banner__headline{font-size:45px;line-height:56px}}@media(min-width:767.5px)and (max-width:991.5px){.shoppage-wrapper{padding:0 10px}.banner__bottles-img{max-width:326px;right:0}.banner__headline .lightning{width:30px;display:inline-block;margin-left:6px}.banner__badge{position:absolute;top:3px;right:-20px;width:80px;height:80px;object-fit:contain}}@media(max-width:768px){.banner__text{max-width:100%;width:80%;margin:0 auto}.banner__inner{flex-direction:column;text-align:center}.banner__headline{font-size:50px;line-height:56px;position:relative}.banner__sub{font-size:20px}.banner__cta-pill{margin:20px auto 0;font-size:16px}.banner__headline .lightning{position:absolute;width:34px;bottom:6px}.banner__right{display:none}.product-row--4 .product-card{width:48%}}@media(max-width:767px){.banner__inner{padding:0 10px}.banner__text{max-width:100%;width:90%}br.moonly{display:block}}@media(max-width:480px){.banner__inner{padding:0 10px}.banner__text{max-width:100%;width:90%}.product-row--4 .product-card{width:100%;border:2px solid #fff;border-radius:24px}.products__bg{background-image:url(productsection-backgroundmo.png)!important;background-repeat:repeat;max-width:500px;background-size:contain}.section-heading__title{font-size:40px;color:#fff;letter-spacing:.1px}.card__flavor-name{font-size:36px}.card__flavor-sub{font-size:26px}.product-card .card__desc{padding:8px;font-size:15px}span.card__price-label{font-size:20px}.card__price{font-size:36px}.card__btn{font-size:16px}}.shoppage-wrapper{background:radial-gradient(ellipse 60% 55% at 72% 22%,#6a00b8,#3d006e 28%,#1a0038 55%,#07071a 80%,#020208),radial-gradient(ellipse 40% 35% at 85% 78%,#2a0050,#07071a 60%)}div#shopify-section-template--22201760284920__banner,div#shopify-section-template--22201760284920__products{padding:0!important}
/*# sourceMappingURL=/cdn/shop/t/15/assets/maw-collection.css.map */
