@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--primary: #EF694F;--primary-light: #F68D5C;--primary-soft: #FFE3D4;--primary-alt: #F27754;--primary-dark: #BC6433;--primary-deep: #E37E45;--secondary-alt: 239, 107, 80;--secondary: 255, 107, 53;--success: #16A34A;--success-bg: #DCFCE7;--white: #FFFFFF;--black: #000000;--gray-dark: #2D2A26;--gray-deep: #2C2416;--gray: #4B5563;--cream: #FFF8F0;--text-dark: #57534E;--primary-opacity-22: rgba(var(--secondary-alt), .22);--secondary-opacity-20: rgba(var(--secondary), .2);--gradient-primary: linear-gradient(180deg, #EF694F 0%, #F68D5C 100%);--gradient-dark-overlay: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0) 69.24%);--primary-font: "Plus Jakarta Sans", sans-serif;--secondary-font: "Inter", sans-serif}:root{--fs-72: 72px;--fs-48: 48px;--fs-30: 30px;--fs-24: 24px;--fs-22: 22px;--fs-20: 20px;--fs-18: 18px;--fs-16: 16px;--fs-14: 14px;--fs-72: clamp(30px, 5vw, 72px);--fs-48: clamp(24px, 3.33333333vw, 48px);--fs-30: clamp(20px, 2.08333333vw, 30px);--fs-24: clamp(18px, 1.66666667vw, 24px);--fs-22: clamp(17px, 1.52777778vw, 22px);--fs-20: clamp(16px, 1.38888889vw, 20px);--fs-18: clamp(15px, 1.25vw, 18px);--fs-16: clamp(14px, 1.11111111vw, 16px);--fs-14: clamp(13px, .972222222vw, 14px)}*{padding:0;margin:0;box-sizing:border-box}a{text-decoration:none;cursor:pointer;display:inline-block}button{display:inline-block;cursor:pointer;font-family:var(--primary-font)}img{display:block;width:100%}li{list-style:none}*:focus-visible{outline:none;box-shadow:none}body{font-family:var(--primary-font);font-size:16px;line-height:1.5;font-weight:400;color:var(--gray)}.page-width,.header{max-width:1440px;margin:0 auto;padding-inline:64px!important}.page-full-width{max-width:1920px;float:none;margin:0 auto}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:var(--primary-font);font-weight:700;color:var(--gray-dark);margin:0}h1,.h1{font-size:var(--fs-72);line-height:1.11111111}h2,.h2{font-size:var(--fs-48);line-height:1.25}h3,.h3{font-size:var(--fs-30);line-height:1.2}h4,.h4{font-size:var(--fs-24);line-height:1.33333333}h5,.h5{font-size:var(--fs-22);line-height:1.36363636}h6,.h6{font-size:var(--fs-20);line-height:1.5}.text-lg{font-size:var(--fs-18);line-height:1.55555556}.text-md{font-size:var(--fs-16);line-height:1.5}.text-sm{font-size:var(--fs-14);line-height:1.42857143}.btn:focus{outline:none}.btn,button{font-family:var(--primary-font);font-size:16px;line-height:1.5;font-weight:600;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;width:max-content;transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;border-radius:50rem;text-transform:capitalize;border:0}.btn .icon{width:16px;height:16px;align-items:center;justify-content:center;display:flex}.btn-lg{padding:14px 24px;font-size:18px;line-height:1.55555556}.btn-lg svg{width:16px;height:16px}.btn-sm{padding:10px 24px;font-size:16px;line-height:1.5}.btn-sm svg{width:16px;height:16px}.btn-primary{color:#fff;background:var(--gradient-primary)}.btn-primary:hover{background:linear-gradient(180deg,#ff7a5c,#ff9f73)}.btn-black{color:#fff;background:#111827}.btn-black:hover{color:#111827;background:#fff}.btn-white{color:#f27754;background:#fff}.ptb-80{padding-top:80px;padding-bottom:80px}.heading-block{text-align:center;margin-bottom:clamp(32px,4.16666667vw,60px)}.header{display:flex;justify-content:space-between;padding-top:16px!important;padding-bottom:16px!important}.header .header__heading-link{padding:0;margin-left:0!important}.header .header__heading-logo-wrapper{max-width:clamp(94px,12.7777778vw,184px)}.header .header__heading-logo{object-fit:contain}.header .header-wrapper--border-bottom{border-bottom:0}.header .list-menu--inline{gap:32px}.header .header__menu-item{padding:0;text-decoration:none!important;color:#57534e;transition:all ease .3s}.header .header__menu-item span{color:inherit;text-decoration:none!important;text-underline-offset:0!important;font-size:14px;font-weight:500;text-transform:capitalize}.header .header__menu-item:hover{color:#ff6b35}.header .customer-login-logout a{color:#ff6b35;font-size:14px;font-weight:500;line-height:1.42857143;text-transform:capitalize;display:inline-block;transition:all ease .3s}.header .customer-login-logout a:hover{color:#2d2a26}.contact-section{background:var(--gradient-primary)}.contact-section .contact-heading{text-align:center;color:#fff;display:flex;flex-direction:column;gap:clamp(22px,1.66666667vw,24px);border-bottom:.5px solid #FFFFFF;max-width:888px;margin:0 auto 32px;padding-bottom:32px}.contact-section .h2{margin:0}.contact-section .h2,.contact-section .h6{color:#fff}.contact-section .h6{font-weight:400}.contact-section form{max-width:640px;margin:0 auto}.contact-section .form-block{display:flex;flex-direction:column;gap:8px;margin-bottom:clamp(16px,1.66666667vw,24px)}.contact-section .form-block label{font-family:var(--secondary-font);color:var(--white);font-weight:600;text-transform:capitalize}.contact-section .field:before,.contact-section .field:after{display:none}.contact-section .form-status .icon-error{width:18px;height:18px;object-fit:contain}.contact-section .form-status{display:flex;align-items:center;gap:10px;color:#b00020}.contact-section .form-status-list{margin:16px 0}.contact-section .form-status-list .link,.contact-section .form__message{color:#b00020}.contact-section .field--with-errorv2{flex-direction:column}.field__input{padding:14px 16px!important;border:2px solid #E5E7EB;font-family:var(--secondary-font);font-weight:400;font-size:16px;line-height:1.3;color:var(--gray-deep);border-radius:8px!important;height:initial}.field__input.text-area{height:128px}.field__input::placeholder{color:#9ca3af}.field__input::focus,.field__input::focus-visible{outline:0!important;box-shadow:none!important;border:0!important}.contact-section .contact__button .btn{width:100%}.subscribtion-opt{position:relative;margin-bottom:24px;cursor:pointer}.subscribtion-opt input[type=radio]{appearance:none;-webkit-appearance:none;position:absolute;left:0;top:0;right:0;opacity:0;visibility:hidden;bottom:0}.subscribtion-opt .opt-detail{cursor:pointer;padding:clamp(12px,1.11111111vw,16px);border-radius:12px;border:1px solid #FFE3D4;background:#ffffff1a;display:flex;align-items:center;justify-content:space-between;gap:10px}.subscribtion-opt .opt-detail .right{white-space:nowrap}.subscribtion-opt .opt-detail h6{color:#fff}.subscribtion-opt label:before{content:"";width:20px;height:20px;border:2px solid #ffffff;position:absolute;left:16px;top:50%;border-radius:50%;display:inline-block!important;transform:translateY(-50%)}.subscribtion-opt .left{padding-left:36px}.subscribtion-opt label:after{opacity:0;content:"";display:block;width:12px;height:12px;position:absolute;left:20px;top:50%;transform:translateY(-50%);background:#fff;border-radius:50%;display:inline-block!important}.subscribtion-opt.subscription-wrapper .opt-detail{border-color:#fff}.subscribtion-opt.subscription-wrapper label:after{opacity:1}.price__badge-sale{color:#16a34a;background:#dcfce7}.badge{font-size:14px;font-weight:500;line-height:1.42857143;padding:4px 8px;text-transform:capitalize;border-radius:50rem;margin:0!important}.section-featured-product{position:relative;background:linear-gradient(180deg,#ef694f,#f68d5c)}.section-featured-product:before{content:"";position:absolute;background-image:url(/cdn/shop/files/coffee-shape-mushroom.svg?v=1771414384);background-repeat:no-repeat;background-position:center;background-size:contain;top:13px;right:38px;width:clamp(120px,12.7777778vw,184px);height:clamp(150px,15vw,216px);opacity:.5}.section-featured-product .price-item--sale{text-decoration:line-through;font-size:20px}.section-featured-product .featured-product{gap:64px!important;display:flex;flex-wrap:nowrap;max-width:1296px}.section-featured-product .featured-product .product-media-container{margin-bottom:0;max-width:100%;width:100%!important;aspect-ratio:616/560;border-radius:24px;border:5px solid #FFF;background:#fff;box-shadow:0 1px 2px #0000000d;overflow:hidden!important}.section-featured-product .product-information .product__title{color:#fff;margin-bottom:16px}.section-featured-product .product-information ul{display:flex;flex-direction:column;gap:12px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #fff}.section-featured-product .product-information li{display:flex;gap:12px;align-items:center;font-size:clamp(14px,1.11111111vw,16px);line-height:1.5}.section-featured-product .product-information li .icon{width:14px;height:16px;display:inline-flex}.section-featured-product .product-media-container.constrain-height .media{padding-top:0}.section-featured-product .product__media img{aspect-ratio:616 / 560;position:static!important;object-fit:cover}.section-featured-product .featured-product .product-media-container{border:0;background:none}.section-featured-product .product-media{width:calc(50% - 32px)!important;max-width:100%!important;display:flex;flex-direction:column;gap:24px}.section-featured-product .product__info-wrapper{width:calc(50% - 32px)!important;padding:0!important;max-width:100%!important;color:#fff}.section-featured-product .product__view-details,.section-featured-product .shopify-payment-button,.section-featured-product .quantity__label{display:none}.section-featured-product .price .price-item{display:inline-block;margin:0 16px 0 0;color:#fff}.section-featured-product .price--large{display:flex;align-items:center;letter-spacing:0}.section-featured-product .price--on-sale .price__sale{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap}.visually-hidden--inline{height:0;display:none}.section-featured-product .price--on-sale .price-item--sale{text-decoration:none;color:#fff;font-size:30px!important;font-weight:700;line-height:1.2}.section-featured-product .product-thumbnails{display:flex;gap:clamp(8px,1.11111111vw,16px)}.section-featured-product .thumbnail-item{flex:1;border-radius:12px;overflow:hidden;border:2px solid #fff;transition:all ease .3s}.section-featured-product .thumbnail-item.thumbnail-item--active{border-color:#ffe3d4}.section-featured-product .thumbnail-item img{aspect-ratio:1/1;height:auto;object-fit:cover}.section-featured-product .product-form__quantity,.section-featured-product .dawnitime-product-form{margin:0;display:inline-block}.section-featured-product .product-form__quantity .quantity{color:#fff;position:relative;width:128px;display:flex;border-radius:50rem;min-height:56px}.section-featured-product .product-form__quantity .quantity:before{background:transparent;border-radius:50rem}.section-featured-product .product-form__quantity .quantity__input{color:currentColor;font-size:16px;font-weight:700;opacity:1}.section-featured-product .product-form__quantity .quantity__button{font-size:16px;color:#fff}.section-featured-product .product-form__quantity .quantity:after{border:1px solid #fff;border-radius:50rem;box-shadow:none}.section-featured-product .dawnitime-product-form{margin-left:16px;width:75%}.section-featured-product .dawnitime-product-form .product-form,.section-featured-product .dawnitime-product-form .product-form__submit{margin:0}.section-featured-product .product-form__buttons{max-width:100%}.section-featured-product .product-form__buttons .btn:before,.section-featured-product .product-form__buttons .btn:after{display:none}.section-featured-product .product-form__submit{width:100%;letter-spacing:0;height:56px}.section-featured-product .product-form__submit:hover{background:#000;color:#fff}.quantity__button .svg-wrapper{width:1.6rem}.footer{background:#111827;padding:64px 0}.footer .bottom-bar-hidden,.slider-counter{display:none!important}.footer .footer__content-top{padding-bottom:0}.footer .footer__blocks-wrapper{display:flex;gap:clamp(24px,3.33333333vw,48px);flex-wrap:nowrap;align-items:center}.footer .footer__blocks-wrapper .footer-block{width:auto}.footer-block__details-content .placeholder-svg{max-width:184px;aspect-ratio:184/35;object-fit:cover}.footer .footer-block__heading{color:#fff;text-transform:capitalize;font-family:var(--secondary-font);margin-bottom:16px}.footer .footer-block__details-content .list-menu__item--link{text-decoration:none!important;font-family:Inter;font-weight:400;font-size:16px;line-height:1.5;color:#9ca3af;padding:0;transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s}.footer .footer-block__details-content{margin-bottom:0;display:flex;flex-direction:column;gap:8px}.footer .footer__content-bottom{margin-top:0;padding-top:0;border:0}.footer .footer__content-bottom-wrapper{display:flex;width:100%;justify-content:space-between;align-items:center;padding-top:clamp(16px,2.22222222vw,32px);border-top:1px solid #1F2937;margin-top:clamp(24px,3.33333333vw,48px)}.footer .footer__content-bottom-wrapper{padding-top:16px;margin-top:24px}.footer .footer__content-bottom-wrapper>div{margin:0}.footer .footer__copyright small{font-family:var(--secondary-font);font-weight:400;font-size:14px;color:#9ca3af;line-height:1.42857143;letter-spacing:0}.footer .footer__copyright small a{transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s}.footer .list-social{gap:24px}.footer .list-social__link{padding:0}.footer .list-social__link .svg-wrapper{width:24px;height:24px;color:#9ca3af;transition:all ease .3s}.footer .list-social__link .svg-wrapper:hover{color:#fff}.footer .list-social__link .svg-wrapper svg{width:100%;height:100%}.section-featured-product .bsub-widget{padding:0!important;margin-left:-144px!important}.section-featured-product .bsub-widget__wrapper{padding:0;border-radius:0;border:0}.section-featured-product .bsub-widget .h6{color:#fff}.section-featured-product .bsub-widget__group-header{border:1px solid transparent;background:#ffffff1a;color:#fff;font-weight:700;gap:10px;cursor:pointer}.section-featured-product input:checked+.bsub-widget__plan-header{color:#fff;background:#ffffff1a;border:1px solid #FFE3D4}.section-featured-product .bsub-widget__group-header:hover{box-shadow:none}.section-featured-product .bsub-widget__group-header .bsub-widget__image{width:3em;height:3em}.section-featured-product input:checked+.bsub-widget__group-header{border:1px solid #FFE3D4;color:#fff}.section-featured-product .bsub-widget__wrapper legend{font-size:inherit;text-transform:none;letter-spacing:0}.section-featured-product .bsub-widget__text{line-height:1.3}@media(max-width:1380px){.section-featured-product .dawnitime-product-form{width:67%}}@media(max-width:1200px){.page-width,.header{padding-inline:30px!important}.ptb-80{padding-top:60px;padding-bottom:60px}}@media(max-width:1024px){.section-featured-product .bsub-widget{margin-bottom:24px!important}.section-featured-product .bsub-widget__plans-container{margin-top:16px}.badge{line-height:1.1}br{display:none}.page-width,.header{padding-inline:20px!important}.ptb-80{padding-top:48px;padding-bottom:48px}.section-featured-product .featured-product{gap:40px!important;max-width:100%}.section-featured-product .product-media{width:calc(50% - 20px)!important;gap:20px}.section-featured-product .product__info-wrapper{width:calc(50% - 20px)!important}.section-featured-product .dawnitime-product-form{width:58%;margin-left:10px}}@media(max-width:989px){.menu-drawer__navigation{padding:0!important}.menu-drawer__menu li a{background-color:transparent}}@media(max-width:767px){.page-width,.header{padding-inline:16px!important}.contact-section form,.contact-section .contact-heading{max-width:100%}.btn-lg{padding:11px 24px}.faq-section .heading-block{margin-bottom:24px}.header{padding-top:10px!important;padding-bottom:10px!important}.section-featured-product .featured-product{gap:24px!important;flex-direction:column}.section-featured-product .product-media,.section-featured-product .product__info-wrapper{width:100%!important}.section-featured-product:before{display:none}.section-featured-product .grid--peek.slider .grid__item:first-of-type{margin-left:0}.section-featured-product .product-information ul{gap:8px;padding-bottom:16px;margin-bottom:16px}.section-featured-product .dawnitime-product-form{width:100%;margin-left:0;margin-top:10px}.footer{padding:48px 0}.footer .footer__content-top{padding:0}.footer .footer-block__image-wrapper{margin-bottom:0}.footer .footer-block.grid__item{margin:24px 0}.footer .footer__list-social.list-social:only-child{justify-content:flex-start;width:100%}.footer .footer__content-bottom-wrapper>div{text-align:left}.section-featured-product .bsub-widget{margin-bottom:20px!important;margin-left:0!important}}.jm-review-widget__body{height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#555 #ddd}.jm-review-widget__body::-webkit-scrollbar{width:10px;height:10px}.jm-review-widget__body::-webkit-scrollbar-track{background:#fff;border-radius:5px}.jm-review-widget__body::-webkit-scrollbar-thumb{background-color:#555;border-radius:5px;border:2px solid #ddd}.jm-review-widget__body::-webkit-scrollbar-thumb:hover{background-color:#333}
/*# sourceMappingURL=/cdn/shop/t/5/assets/reset-style.css.map */
