.checkout_checkoutPageMasterWrapper__BslpV{width:100vw;min-height:100vh;display:flex;justify-content:center;padding:2rem 1rem;background-color:var(--hoverGreyColor)}.checkout_checkoutMainContentMaster__q5sLI{max-width:1200px;display:flex;flex-direction:column}.checkout_loading__JJTSn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:var(--themeColor)}.checkout_spinner__mR5tF{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid var(--themeColor);border-radius:50%;animation:checkout_spin__x2n_q 1s linear infinite;margin-bottom:1rem}.checkout_checkoutMainContentMaster__q5sLI h1{font-size:2rem;color:var(--themeColor);margin-bottom:2rem;text-align:center}.checkout_checkoutContent__mY4hj{display:grid;grid-template-columns:1fr 400px;grid-gap:3rem;gap:3rem}.checkout_shippingSection__21PO1{display:flex;flex-direction:column;width:600px;max-width:90%}.checkout_shippingSection__21PO1 h2{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:10px;padding-bottom:10px;border-radius:8px}.checkout_addressGroupWrapper__FJGqH{display:flex;flex-direction:column}.checkout_addressGroupHeading__rD6kK{font-size:1rem;font-weight:600;color:var(--themeColor);margin-bottom:10px;text-transform:uppercase}.checkout_addressCard__yS89u{display:flex;align-items:flex-start;gap:.8rem;padding:1rem;border:1px solid #ccc;border-radius:10px;background-color:#fff;margin-bottom:.8rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.checkout_addressCard__yS89u:hover{border-color:#00bfa6;box-shadow:0 2px 8px rgba(0,0,0,.05)}.checkout_addressCheckbox__8Z3jc{margin-top:.3rem}.checkout_addressDetails__iLlVG{flex:1 1;font-size:.95rem}.checkout_addNewAddressBtn__viQRd>button{background-color:#fff;border:none;outline:none;padding:5px 10px;border-radius:5px;font-weight:600;text-transform:uppercase;border:1px solid var(--themeColor);color:var(--themeColor);transition:.2s}.checkout_addNewAddressBtn__viQRd{margin-bottom:1rem}.checkout_addNewAddressBtn__viQRd>button:hover{background-color:var(--themeColor);color:#fff}.checkout_shippingForm__10oge{background:#fff;padding:2rem;border-radius:8px;border:1px solid var(--borderGrey);box-shadow:0 2px 4px rgba(0,0,0,.1)}.checkout_shippingForm__10oge .checkout_formRow__F2JUm{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.checkout_shippingForm__10oge .checkout_formRow__F2JUm.checkout_triple__w1UyP{grid-template-columns:1fr 1fr 1fr}.checkout_shippingFormInputField__p8Yht{margin-bottom:1rem}.checkout_shippingFormInputField__p8Yht label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--commmonGrey);font-size:1rem}.checkout_shippingFormInputField__p8Yht input{width:100%;padding:.75rem;border-radius:6px;font-size:1rem;border:1px solid #bcbcbc;transition:border-color .2s,box-shadow .2s}.checkout_shippingFormInputField__p8Yht input:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.checkout_placeOrderBtn__r3eoS{width:100%;background:var(--themeColor);color:white;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:background-color .3s ease}.checkout_placeOrderBtn__r3eoS:hover:not(:disabled){background:var(--hoverGreyColor);color:var(--themeColor)}.checkout_placeOrderBtn__r3eoS:disabled{background:#9ca3af;cursor:not-allowed}.checkout_orderSummary__54Q0V{display:flex;position:-webkit-sticky;position:sticky;top:0;width:400px;flex-direction:column;height:-moz-fit-content;height:fit-content;border-radius:10px;margin-top:-120px}.checkout_orderSummary__54Q0V .checkout_spacer__sBpcC{height:120px;width:50px}.checkout_orderSummary__54Q0V h2{font-size:1.5rem;margin-bottom:10px}.checkout_orderSummaryDetailsWrapper__kCSMy{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);height:-moz-fit-content;height:fit-content}.checkout_orderItems__Re4yy{margin-bottom:1.5rem}.checkout_orderItem__i7ZoL{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.checkout_orderItem__i7ZoL:last-child{border-bottom:none}.checkout_itemInfo__zSb2x h4{margin:0 0 .25rem;font-size:.875rem;color:#1f2937}.checkout_itemInfo__zSb2x p{margin:0;font-size:.75rem;color:#6b7280}.checkout_itemPrice___u8DN{font-weight:600;color:#059669}.checkout_orderTotals__NMjU7{border-top:1px solid #e5e7eb;padding-top:1rem}.checkout_totalRow__7OhH7{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#6b7280}.checkout_grandTotal__OXPlZ{font-size:1.125rem;font-weight:700;color:#1f2937;margin-top:1rem}.checkout_shippingBottomNote__mGwVj{color:var(--commmonGrey);font-size:.9rem}.checkout_shippingNote__eMC75{padding:.7rem;border-radius:6px;margin-top:1rem;text-align:center}.checkout_shippingNote__eMC75 p{font-size:.9rem;color:var(--themeColor)}.checkout_orderSuccessMasterWrapper__ujuVX{min-height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.checkout_orderTextWrapper__R72SN{display:flex;flex-direction:column;padding:4rem 2rem;text-align:center;max-width:600px;gap:5px;justify-content:center;align-items:center}.checkout_successIcon__hp2Jh{font-size:4rem;margin-bottom:1rem}.checkout_orderSuccessMasterWrapper__ujuVX h1{color:var(--themeColor);margin-bottom:1rem}.checkout_orderSuccessMasterWrapper__ujuVX p{color:var(--commmonGrey);margin-bottom:.5rem;line-height:1.6}.checkout_emptyCheckout__sCgMf{text-align:center;padding:4rem 2rem;color:#6b7280}.checkout_emptyCheckout__sCgMf h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--themeColor)}.checkout_emptyCheckout__sCgMf>button{border:none;outline:none;color:#fff;padding:7px 18px;font-size:.9rem;border-radius:5px;text-transform:uppercase;margin-top:20px;font-weight:500;background-color:var(--themeColor)}.checkout_allCouponsMasterWrapper__LFrNj{display:flex;flex-direction:column;gap:10px}.checkout_allCouponsMasterWrapper__LFrNj .checkout_couponInputWrapper__SNiP3{display:flex;gap:5px}.checkout_couponInputWrapper__SNiP3>input{border:1px solid var(--themeColor);outline:none;border-radius:5px;padding:7px 14px;font-weight:500;color:#000;font-size:.9rem;width:200px;text-transform:uppercase}.checkout_couponInputWrapper__SNiP3>button{border:none;padding:3px 12px;text-transform:uppercase;font-weight:500;background-color:var(--themeColor);color:#fff;border-radius:5px}.checkout_allAvailCouponsWrapper__MqzuF{display:flex;flex-direction:column;gap:7px}.checkout_allAvailCouponsWrapper__MqzuF>button{border:none;background-color:var(--themeColor);color:#fff;font-weight:500;width:-moz-fit-content;width:fit-content;border-radius:5px;padding:7px 20px;transition:.2s}.checkout_allAvailCouponsWrapper__MqzuF>button:hover{background-color:var(--hoverGreyColor);color:var(--themeColor)}.checkout_couponCardMasterWrapper__heBR2{display:flex;flex-direction:column;gap:8px;padding-block:10px}.checkout_couponCardMasterWrapper__heBR2 .checkout_eachCouponCard__ZENuj{background-color:#17bebb23;border-radius:5px;display:flex;transform:scale(0);animation:checkout_popIn__u1M_O .2s ease-out forwards}@keyframes checkout_popIn__u1M_O{0%{transform:scale(0)}to{transform:scale(1)}}.checkout_eachCouponCard__ZENuj .checkout_couponCode___94GW{display:flex;padding:5px 10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex:0.7 1}.checkout_couponCode___94GW>h4{font-size:.8rem;color:var(--themeColor)}.checkout_couponCode___94GW>p{font-size:1.3rem;text-transform:uppercase;font-weight:700}.checkout_designSpacer__wCnue{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:space-between}.checkout_designSpacer__wCnue .checkout_roundCircleBottom__tRhUI,.checkout_designSpacer__wCnue .checkout_roundCircleTop__OKy6J{width:10px;height:10px;border-radius:100px;background-color:#fff}.checkout_designSpacer__wCnue .checkout_roundCircleTop__OKy6J{margin-top:-5px}.checkout_designSpacer__wCnue .checkout_roundCircleBottom__tRhUI{margin-bottom:-5px}.checkout_designSpacer__wCnue .checkout_dottedline__71lVW{border:1px dashed var(--themeColor);text-align:center;flex:1 1}.checkout_descriptonCodeCtaWrapper__N3Q58{display:flex;flex:1 1;flex-direction:column;gap:5px;padding:5px 10px}.checkout_descriptonCodeCtaWrapper__N3Q58>p{font-size:.7rem;font-weight:400;font-style:italic;color:var(--commmonGrey)}.checkout_descriptonCodeCtaWrapper__N3Q58>button{border:1px solid var(--themeColor);border-radius:5px;background-color:#fff;padding:5px 12px;text-transform:uppercase;font-size:.8rem;color:var(--themeColor);font-weight:500;transition:.2s}.checkout_descriptonCodeCtaWrapper__N3Q58>button:hover{background-color:var(--hoverGreyColor)}.checkout_appliedCoupon__jC_TE{background-color:var(--themeColor);padding:3px 8px;color:#fff;border-radius:5px;font-size:.8rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.checkout_removeCoupon__ltPOn{color:#fff;background-color:var(--primaryColor);padding:3px 8px;border-radius:5px;font-size:.8rem;cursor:pointer;transition:.2s}.checkout_removeCoupon__ltPOn:hover{opacity:.7}@media (max-width:768px){.checkout_checkoutMainContentMaster__q5sLI h1{font-size:1.5rem;margin-bottom:1.5rem}.checkout_checkoutContent__mY4hj{grid-template-columns:1fr;gap:1.5rem}.checkout_shippingSection__21PO1{width:100%;max-width:100%}.checkout_formRow__F2JUm{gap:.75rem}.checkout_formRow__F2JUm,.checkout_formRow__F2JUm.checkout_triple__w1UyP{grid-template-columns:1fr}.checkout_shippingForm__10oge{padding:1rem}.checkout_placeOrderBtn__r3eoS{font-size:1rem;padding:.8rem}.checkout_orderSummary__54Q0V{width:100%;margin-top:0;position:static;padding:0}.checkout_orderSummaryDetailsWrapper__kCSMy{padding:1.5rem}.checkout_orderItem__i7ZoL{flex-direction:column;align-items:flex-start;gap:.5rem}.checkout_itemInfo__zSb2x h4{font-size:1rem}.checkout_itemInfo__zSb2x p{font-size:.8rem}.checkout_itemPrice___u8DN{align-self:flex-end}.checkout_orderSuccessMasterWrapper__ujuVX,.checkout_orderTextWrapper__R72SN{padding:2rem 1rem}.checkout_successIcon__hp2Jh{font-size:3rem}.checkout_emptyCheckout__sCgMf{padding:2rem 1rem}.checkout_emptyCheckout__sCgMf h2{font-size:1.25rem}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.homepageV3_homepageMaster__KOofC{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7rem}.homepageV3_heroSectionSwiperUnit__kRkiy{width:100vw;position:relative}.homepageV3_heroSectionSwiperUnit__kRkiy h1{position:absolute;font-size:3.5rem;max-width:50vw;text-shadow:2px 2px 10px rgba(0,0,0,.387);color:white;display:flex;flex-direction:column;top:40%;left:2rem}.homepageV3_heroSectionSwiperUnit__kRkiy img{width:100vw;object-fit:cover}.homepageV3_swiperPaginationChips__BmWsr{background-color:rgb(0,255,115);width:100px;height:100px;border-radius:100px}.homepageV3_marqueeUnitwrapper__oAlwr{display:flex;justify-content:center;align-items:center}.homepageV3_allCompMasterWrapper__UQ01_{width:1300px;max-width:100vw;display:flex;flex-direction:column;gap:7rem}.homepageV3_promoBannerContentMasterDiv__J9twr{position:relative;height:500px;overflow:hidden;border-radius:20px;display:flex;justify-content:space-between;align-items:center;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.homepageV3_promoBannerContentMasterDiv__J9twr .homepageV3_bannerContentDiv__llzGe{z-index:2;color:white;display:flex;flex-direction:column;gap:2rem}.homepageV3_bannerContentDiv__llzGe .homepageV3_hurryUpTag__aAhoE{font-size:1rem;text-transform:uppercase;color:var(--white);padding:4px 15px;border-radius:100px;font-weight:600;background-color:var(--primaryColor);text-align:start;width:-moz-fit-content;width:fit-content}.homepageV3_bannerHeader__M0rpl h2{font-size:42px;line-height:1.3;width:400px;max-width:100%}.homepageV3_bannerHeader__M0rpl>h2>span{font-size:60px;color:var(--primaryColor)}.homepageV3_productDisplayBundleWrapper__KzFlP{display:flex;gap:30px;z-index:2}.homepageV3_productDisplayBundleWrapper__KzFlP img{max-width:400px;aspect-ratio:1;object-fit:cover;transform:rotate(-3deg) scale(1);transition:transform .3s;filter:drop-shadow(0 10px 20px rgba(255,96,26,.5))}.homepageV3_productDisplayBundleWrapper__KzFlP img:hover{transform:rotate(0deg) scale(1.05)}.homepageV3_connectSocialIconsWrapper__Qm18F{display:flex;flex-direction:column;justify-content:center;align-items:center}.homepageV3_allSocialIcons__6nBkA{display:flex;gap:1rem;margin-top:-2rem;margin-bottom:3rem}.homepageV3_allSocialIcons__6nBkA>p{background-color:transparent;padding:20px;cursor:pointer;border-radius:10px;transition:.2s}.homepageV3_allSocialIcons__6nBkA>p:hover{background-color:var(--hoverGreyColor)}@media screen and (max-width:768px){.homepageV3_heroSectionSwiperUnit__kRkiy{height:80vw}.homepageV3_heroSectionSwiperUnit__kRkiy img{height:80vw;object-position:left}.homepageV3_heroSectionSwiperUnit__kRkiy h1{font-size:2rem;top:20%}.homepageV3_promoBannerContentMasterDiv__J9twr{height:unset;flex-direction:column}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.productCarousel_productCarouselMasterWrapper__sa_Q8{display:flex;padding-block:1rem;gap:20px;align-items:center;justify-content:space-between;flex-direction:column}.productCarousel_carouselProductMasterWrapper__iIa4V,.productCarousel_productCarousel__EjrFk{width:100%;display:flex;align-items:center;justify-content:center}.productCarousel_productCarousel__EjrFk .productCarousel_productCarouselSlides__U4vjp{overflow:hidden;display:flex;justify-content:center}.productCarousel_productCard__TKG6G{border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;padding:15px;scroll-snap-align:start;transition:.2s;gap:2rem;cursor:pointer;max-width:400px}.productCarousel_productCard__TKG6G:hover{opacity:.6}.productCarousel_productCard__TKG6G>img{width:100%;aspect-ratio:1;object-fit:cover}.productCarousel_productInfoWrapper__GF2C7{display:flex;flex-direction:column;gap:10px}.productCarousel_productInfoWrapper__GF2C7 h3{font-size:1.3rem;text-transform:uppercase;font-weight:700}.productCarousel_productInfoWrapper__GF2C7 .productCarousel_subtitle__KO89n{font-size:1.1rem;color:var(--themeColor);font-weight:500}.productCarousel_productInfoWrapper__GF2C7 .productCarousel_rating__HZ2vB{display:flex;align-items:center;justify-content:flex-start;gap:10px}.productCarousel_productInfoWrapper__GF2C7 .productCarousel_rating__HZ2vB .productCarousel_productReviews__XvjbG{font-size:.9rem}.productCarousel_carouselProductPriceWrapper__xkuS2{display:flex;align-items:center;gap:.5rem}.productCarousel_carouselProductPriceWrapper__xkuS2 .productCarousel_originalPrice__IBz9L{color:#a7a7a7;font-weight:500;font-size:1rem;text-decoration:line-through}.productCarousel_carouselProductPriceWrapper__xkuS2 .productCarousel_currentPrice__Yy5hL{font-weight:700;font-size:1.2rem;color:var(--themeColor)}.productCarousel_shopNowBtnWrapper__qBxVN{display:flex;width:100%;align-items:center;justify-content:center}@media (max-width:768px){.productCarousel_productCard__TKG6G{min-width:200px;padding:12px}.productCarousel_productInfoWrapper__GF2C7 h3{font-size:1.4rem}.productCarousel_subtitle__KO89n{font-size:.9rem}.productCarousel_currentPrice__Yy5hL,.productCarousel_originalPrice__IBz9L{font-size:.95rem}.productCarousel_shopNowBtnWrapper__qBxVN{justify-content:center}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.productReelCard_productReelCardMasterWrapper__5nMAL{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.productReelCard_productReelCardMasterWrapper__5nMAL>h1{color:var(--themeColor);font-size:4rem}.productReelCard_productReelCard__KMmyo{display:flex;flex-wrap:wrap;align-items:center;padding-top:2rem;gap:2rem;width:100%}.productReelCard_productReelSwiper__vlmyQ .productReelCard_productReelSwiperSlide__Fmi__{display:flex;justify-content:center;width:300px}.productReelCard_reelCardWrapper__ay_b_{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative;width:300px}.productReelCard_reelCardWrapper__ay_b_ .productReelCard_discount__gX0y_{position:absolute;top:8px;left:8px;background:var(--primaryColor);color:white;font-size:1rem;padding:4px 16px;border-radius:4px;z-index:2}.productReelCard_reelCardWrapper__ay_b_ .productReelCard_reelSectionWrapper__shjXM{position:relative;cursor:pointer}.productReelCard_reelSectionWrapper__shjXM video{width:300px;height:500px;object-fit:cover}.productReelCard_reelSectionWrapper__shjXM .productReelCard_overlayText__xhv_G{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:white;text-align:center;flex-direction:column;line-height:70px;text-shadow:1px 1px 4px rgba(0,0,0,.6);z-index:1}.productReelCard_reelCardBottomSection__3HfW3{display:flex;flex-direction:column;padding-top:20px;cursor:pointer}.productReelCard_reelCardBottomSection__3HfW3 .productReelCard_productImg__YBzMu{padding-left:1rem;position:absolute;left:0;bottom:8rem;border-radius:10px;width:120px;aspect-ratio:1}.productReelCard_productImg__YBzMu>img{object-fit:cover;width:100%;height:100%}.productReelCard_productPriceInfoWrapper__3Eb_f{display:flex;padding-left:1rem;flex-direction:column;gap:1rem}.productReelCard_productPriceInfoWrapper__3Eb_f .productReelCard_title__fi627{font-size:1.2rem;text-transform:capitalize;padding-top:1rem}.productReelCard_productPriceInfoWrapper__3Eb_f .productReelCard_priceWrapper__YttmS{display:flex;gap:15px}.productReelCard_priceWrapper__YttmS>p{font-size:1.1rem;text-decoration:line-through;color:#bcbcbc}.productReelCard_priceWrapper__YttmS .productReelCard_originalPrice__em_l3{font-size:1.2rem;font-weight:500}.productReelCard_reelBtnWrapper__ZbMtZ{width:100%;align-self:stretch;justify-content:center;background-color:#000;overflow:hidden;margin-top:1rem;display:flex}.productReelCard_reelBtnWrapper__ZbMtZ button{padding-block:15px;border:none;outline:none;color:#fff;font-weight:500;text-transform:uppercase;font-size:1.1rem;flex:1 1;background-color:transparent}.productReelCard_reelBtnWrapper__ZbMtZ p{display:flex;justify-content:center;align-items:center;border-left:1px solid #fff;padding-inline:1rem}.reelModal_reelModalOverlay__pAeNv{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;justify-content:center;z-index:1000}.reelModal_reelModalContent__LU5SL{margin-top:10vh;max-width:800px;height:600px;max-height:100%;flex:1 1;background:white;border-radius:12px;display:flex;overflow:hidden;position:relative}.reelModal_videoGrid__97oFt{display:flex;flex-direction:column;background-color:green;height:100%;aspect-ratio:9/16}.reelModal_videoWrapper__XIISY{position:relative}.reelModal_videoWrapper__XIISY video{width:100%;height:100%;object-fit:cover}.reelModal_modalProductInfoWrapper__54ooz{display:flex;flex-direction:column;gap:1rem;width:500px;max-width:100%}.reelModal_modalProductInfoWrapper__54ooz .reelModal_modalProductImgWrapper__CvJTP{background-color:var(--themeColor);display:flex;padding-top:1rem;justify-content:center;align-items:center}.reelModal_modalProductImgWrapper__CvJTP>img{width:400px;aspect-ratio:1;object-fit:cover}.reelModal_modalProductInfoWrapper__54ooz h2{font-size:1.3rem;padding-top:1rem;font-weight:500;text-transform:uppercase}.reelModal_productContentWrapper__Pzf0s{display:flex;gap:20px;width:100%;flex-direction:column;padding-inline:1rem}.reelModal_modalProductPriceWrapper__usaI5{display:flex;gap:10px}.reelModal_modalProductPriceWrapper__usaI5>p{font-size:1.2rem;text-decoration:line-through;color:#bcbcbc}.reelModal_modalProductPriceWrapper__usaI5>span{font-size:1.3rem;font-weight:500}.reelModal_modalAddToBtn__3VOll{padding-bottom:1rem}.reelModal_modalCloseBtnWrapper__FR2mj{display:flex;justify-content:center;align-items:flex-start}.reelModal_modalCloseBtnWrapper__FR2mj>button{padding:1rem;cursor:pointer;background-color:transparent;border:none;outline:none}@media (max-width:768px){.reelModal_reelModalContent__LU5SL{flex-direction:column;width:95%;max-width:600px;max-height:100%;height:auto;margin-block:5vh}.reelModal_videoGrid__97oFt{width:100%}.reelModal_videoWrapper__XIISY video{max-height:300px;border-radius:8px 8px 0 0}.reelModal_modalProductInfoWrapper__54ooz{width:100%;padding:1rem;align-items:center;text-align:center}.reelModal_modalProductImgWrapper__CvJTP>img{width:200px}.reelModal_productContentWrapper__Pzf0s{padding-inline:.5rem;gap:10px}.reelModal_modalProductPriceWrapper__usaI5{justify-content:center}.reelModal_modalCloseBtnWrapper__FR2mj{justify-content:flex-end;padding:.5rem}}.productIngredients_productIngredientsMasterWrapper__NsP6r{display:flex;justify-content:center;align-items:center;flex-direction:column}.productIngredients_productContentWrapper__r6x35{display:flex;justify-content:center;max-width:90%;padding-inline:20px;width:1200px;border-radius:10px;gap:1rem}.productIngredients_productContentWrapper__r6x35 .productIngredients_imageWrapperSwiper__3WPnu{display:flex;flex-direction:column;gap:10px;width:200px;height:600px}.productIngredients_imageSlide__LoFKk{transition:.2s;border-radius:10px;display:flex;justify-content:center;align-items:center}.productIngredients_imageWrapperSwiper__3WPnu .productIngredients_productImage__kZ9_M{object-fit:contain;width:90%;height:100%;cursor:pointer;padding:5px;transition:.2s ease}.productIngredients_productImage__kZ9_M:hover{scale:1.05}.productIngredients_activeProduct__fjiRS{opacity:1}.productIngredients_ingredientDetail__ihfCq{flex:1 1;display:flex;gap:1rem}.productIngredients_ingredientDetail__ihfCq .productIngredients_imagePacket__YR4_G{display:flex;justify-content:center;align-items:center}.productIngredients_ingredientDetail__ihfCq .productIngredients_imagePacket__YR4_G .productIngredients_productImagePacket__6UDOV{width:450px}.productIngredients_ingredientDetail__ihfCq .productIngredients_informationWrapper__GnLMx{flex:1 1;display:flex;flex-direction:column;justify-content:center}.productIngredients_ingredientDetail__ihfCq h2{font-size:2rem;text-align:start}.productIngredients_ingredientDetail__ihfCq ul{list-style-type:none;padding-top:30px;display:flex;flex-direction:column;gap:10px}.productIngredients_ingredientDetail__ihfCq li{font-size:1.2rem;line-height:1.5;display:flex}.productIngredients_ingredientDetail__ihfCq li img{width:30px;height:30px;margin-top:4px;margin-right:10px}@media (max-width:768px){.productIngredients_productContentWrapper__r6x35{flex-direction:column}.productIngredients_imageWrapperSwiper__3WPnu{height:200px!important;width:100%!important}.productIngredients_imageWrapperSwiper__3WPnu .productIngredients_productImage__kZ9_M{object-fit:contain}.productIngredients_ingredientDetail__ihfCq{flex-direction:column-reverse;align-items:center;text-align:center;gap:10px}.productIngredients_ingredientDetail__ihfCq .productIngredients_imagePacket__YR4_G .productIngredients_productImagePacket__6UDOV{width:200px}.productIngredients_ingredientDetail__ihfCq h2{font-size:1.5rem}.productIngredients_ingredientDetail__ihfCq li{font-size:1rem;text-align:left}}.accordion_accordionHomePageMasterWrapper__TLIEm{display:flex;justify-content:center;flex-direction:column;align-items:center;padding:5px 5px 2rem}.accordion_accordionMasterWrapper__O05qg{display:flex;flex-direction:column;gap:15px;position:relative;align-self:stretch;width:100%;justify-content:center;align-items:center;padding-bottom:2rem}.accordion_accordionItem__tWDxu{color:#000;font-weight:400;font-size:1.35rem;display:flex;cursor:pointer;flex-direction:column;overflow:hidden;width:800px;max-width:100%;text-align:center}.accordion_accordionMasterWrapper__O05qg .accordion_accordionHeader__IVwiN{color:var(--themeColor);padding:8px;border-bottom:1px solid var(--hoverGreyColor);display:flex;justify-content:space-between}.accordion_accordionContent__o5yi9{position:relative;font-weight:400;flex:1 1;padding-block:10px;padding-inline:8px;text-align:start;transition:.2s;transform-origin:top center}.accordion_accordionContent__o5yi9>div{animation:accordion_contentIn___P0BB .4s forwards;width:100%;position:relative}.accordion_accordionContent__o5yi9>div>p{margin:auto;position:absolute;color:var(--commonGrey);font-size:1.1rem;padding-block:5px;font-weight:400}@keyframes accordion_contentIn___P0BB{0%{height:0}to{height:60px}}@keyframes accordion_contentInMobile__4u9za{0%{height:0}to{height:80px}}@media screen and (max-width:568px){.accordion_faqHeaderWrapper__nlyiF>div:nth-child(2) .accordion_accordionMasterWrapper__O05qg{width:90vw}.accordion_accordionMasterWrapper__O05qg .accordion_accordionHeader__IVwiN p{font-size:.8rem;text-align:start}.accordion_accordionContent__o5yi9{padding:5px 10px}.accordion_accordionContent__o5yi9>div{animation:accordion_contentInMobile__4u9za .4s forwards}.accordion_accordionContent__o5yi9>div>p{font-size:.75rem}}.subscription-success_container__l4WaP{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;max-width:400px;margin:0 auto;text-align:center;animation:subscription-success_slideIn__puR_G .4s ease-out}.subscription-success_iconContainer__sj_0D{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#22c55e;border-radius:50%;margin-bottom:16px;animation:subscription-success_starPulse__AjFVT .6s ease-out;box-shadow:0 4px 12px rgba(34,197,94,.3)}.subscription-success_star__EyYyI{width:32px;height:32px;color:white;animation:subscription-success_starRotate__xyTNE .8s ease-out .2s both}.subscription-success_title__PGQr2{font-size:20px;font-weight:600;color:#166534;margin:0 0 8px;animation:subscription-success_fadeInUp__86vwR .5s ease-out .3s both}.subscription-success_message__MzLhf{font-size:14px;color:#15803d;margin:0;line-height:1.5;animation:subscription-success_fadeInUp__86vwR .5s ease-out .4s both}.subscription-success_checkmark__YVir_{display:inline-block;margin-left:8px;color:#22c55e;font-weight:700;animation:subscription-success_checkmarkPop__5w_8I .3s ease-out .6s both}@keyframes subscription-success_slideIn__puR_G{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes subscription-success_starPulse__AjFVT{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes subscription-success_starRotate__xyTNE{0%{transform:rotate(-180deg) scale(.5);opacity:0}to{transform:rotate(0deg) scale(1);opacity:1}}@keyframes subscription-success_fadeInUp__86vwR{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes subscription-success_checkmarkPop__5w_8I{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.subscription-success_container__l4WaP:hover .subscription-success_iconContainer__sj_0D{transform:scale(1.05);transition:transform .2s ease}.subscription-success_container__l4WaP:hover .subscription-success_star__EyYyI{transform:rotate(10deg);transition:transform .2s ease}@media (max-width:480px){.subscription-success_container__l4WaP{padding:24px 16px;margin:16px}.subscription-success_iconContainer__sj_0D{width:56px;height:56px}.subscription-success_star__EyYyI{width:28px;height:28px}.subscription-success_title__PGQr2{font-size:18px}.subscription-success_message__MzLhf{font-size:13px}}.mobileBottomTabs_mobileBottomTabsMasterWrapper__2xnSV{display:none}@media screen and (max-width:768px){.mobileBottomTabs_mobileBottomTabsMasterWrapper__2xnSV{display:flex;flex:1 1;bottom:0;width:100%;max-width:100vw;padding:1rem 2rem;background-color:var(--themeColor);color:#fff;justify-content:space-between;position:fixed;left:0;z-index:1000}.mobileBottomTabs_mobileBottomTabsMasterWrapper__2xnSV>div{font-size:.9rem;font-weight:500;text-transform:uppercase;padding:7px 24px;border-radius:10px;transition:.2s;border-radius:7px;cursor:pointer}.mobileBottomTabs_mobileBottomTabsMasterWrapper__2xnSV>div:hover{background-color:var(--hoverGreyColor)}}.admin_dashboardMasterWrapper__2Yjb7{width:100vw;min-height:100vh;background-color:var(--hoverGreyColor);display:flex;flex-direction:column;align-items:center;padding-top:3rem}.admin_dashboardMasterWrapper__2Yjb7>h1{font-size:1.5rem;color:var(--themeColor)}.admin_dashboardContentMasterDiv__S_G8s{width:100%;max-width:1200px;display:flex;margin-block:2rem;background-color:#fff;gap:1rem}.admin_dashboardSidebarWrapper__m2_VA{padding:10px 20px;border-right:2px solid var(--borderGrey)}.admin_dashboardContentWrapper__eQmER{flex:1 1}@media (max-width:768px){.admin_dashboardContentMasterDiv__S_G8s{padding:1rem;flex-direction:column}}.orderDetailModal_modalOverlay__lp6bG{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.orderDetailModal_modalOverlay__lp6bG .orderDetailModal_modal__PhZZo{background:#fff;border-radius:14px;max-width:750px;width:95%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 28px rgba(0,0,0,.15);animation:orderDetailModal_slideUp__3CMUZ .25s ease-out}@keyframes orderDetailModal_slideUp__3CMUZ{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.orderDetailModal_modalOverlay__lp6bG .orderDetailModal_modalHeader__BrY6G{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #eee}.orderDetailModal_modalOverlay__lp6bG .orderDetailModal_modalHeader__BrY6G h2{font-size:1.2rem;font-weight:700;text-transform:uppercase;color:var(--themeColor);display:flex;gap:8px}.orderDetailModal_modalOverlay__lp6bG .orderDetailModal_modalHeader__BrY6G>h2>.orderDetailModal_orderId__u5TRq{background-color:var(--primaryColor);color:#fff;font-weight:700;width:25px;font-size:.87rem;aspect-ratio:1;display:flex;border-radius:100px;justify-content:center;align-items:center}.orderDetailModal_modalOverlay__lp6bG .orderDetailModal_modalHeader__BrY6G .orderDetailModal_closeButton__plzyN{background:transparent;border:none;color:var(--commonGrey);cursor:pointer;transition:color .2s ease}.orderDetailModal_modalOverlay__lp6bG .orderDetailModal_modalHeader__BrY6G .orderDetailModal_closeButton__plzyN:hover{color:#000}.orderDetailModal_orderSummaryContentWrapper__O1GtZ{padding:20px 24px;display:flex;flex-direction:column-reverse}.orderDetailModal_orderSummaryContentWrapper__O1GtZ .orderDetailModal_orderSummary__i_47K{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}.orderDetailModal_orderSummaryContentWrapper__O1GtZ .orderDetailModal_orderSummary__i_47K .orderDetailModal_summaryCard__1tlWE{flex:1 1;display:flex;justify-content:space-between;gap:12px;background:#fdfdfd;padding:16px;border-radius:12px;border:1px solid #f0f0f0}.orderDetailModal_summaryCard__1tlWE .orderDetailModal_summaryItem__vGGxk{display:flex;align-items:flex-start;gap:10px}.orderDetailModal_summaryCard__1tlWE .orderDetailModal_summaryLabel__VfwjN{font-size:1rem;color:#777}.orderDetailModal_userDetailDiv__0T_A_{display:flex;flex-direction:column;gap:5px}.orderDetailModal_userDetailDiv__0T_A_ .orderDetailModal_summaryValue__iZ_Ra{font-size:.9rem;font-weight:600;color:var(--themeColor)}.orderDetailModal_paymentStatusDiv__SHjBX,.orderDetailModal_userDetailDiv__0T_A_ .orderDetailModal_orderStatusDiv__dbBZZ{padding:4px 15px;font-size:12px;border-radius:100px;color:#fff;background-color:var(--commonGrey);font-weight:500;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.orderDetailModal_orderStatusDiv__dbBZZ.orderDetailModal_delivered__Zj37k{background-color:var(--themeColor)}.orderDetailModal_orderStatusDiv__dbBZZ.orderDetailModal_shipped__5JKnH{background-color:rgb(0,140,255)}.orderDetailModal_orderStatusDiv__dbBZZ.orderDetailModal_confirmed__myz3n{background-color:blue}.orderDetailModal_orderStatusDiv__dbBZZ.orderDetailModal_cancelled__N5TEb{background-color:red}.orderDetailModal_orderStatusDiv__dbBZZ.orderDetailModal_pending__f_riY{background-color:var(--primaryColor)}.orderDetailModal_orderStatusDiv__dbBZZ.orderDetailModal_unfulfilled__Ryrfg{background-color:rgb(255,168,18)}.orderDetailModal_paymentStatusDiv__SHjBX.orderDetailModal_paid__gONu1{background-color:var(--themeColor)}.orderDetailModal_paymentStatusDiv__SHjBX.orderDetailModal_failed__GvhGX{background-color:red}.orderDetailModal_paymentStatusDiv__SHjBX.orderDetailModal_pending__f_riY{background-color:var(--primaryColor)}.orderDetailModal_paymentStatusDiv__SHjBX.orderDetailModal_unfulfilled__Ryrfg{background-color:rgb(255,168,18)}.orderDetailModal_modalSectionMasterWrapper__YyDdC{display:flex;flex-direction:column;gap:15px;padding-block:10px 30px}.orderDetailModal_userAllInfoWraapper__Jp6D1{flex:1 1;display:flex;flex-direction:column;padding-block:2rem;gap:12px}.orderDetailModal_customerDetailsWrapper__5ezwP{display:flex;align-self:stretch;gap:4rem}.orderDetailModal_customerDetailsWrapper__5ezwP .orderDetailModal_customerNameWrapper__bItcf{display:flex;gap:5px;flex-direction:column}.orderDetailModal_userAllInfoWrapper__YT7PB{display:flex;flex-direction:column;gap:10px}.orderDetailModal_orderItemsMasterWrapper__y_OEL>h3,.orderDetailModal_userAllInfoWrapper__YT7PB>h3{text-transform:uppercase;color:var(--themeColor);font-size:1rem;font-weight:600}.orderDetailModal_shippingAddressWrapper__eF0uO{display:flex;flex-direction:column;flex:1 1;gap:2px;font-size:.9rem;border-radius:5px;color:#000}.orderDetailModal_updateStatusSection__bLXYm{display:flex;flex-direction:column;position:relative}.orderDetailModal_shippingAddressWrapper__eF0uO>p,.orderDetailModal_updateStatusSection__bLXYm>p{font-size:1rem;font-weight:600;text-transform:uppercase;color:var(--commonGrey)}.orderDetailModal_updateStatusSection__bLXYm select{border:1px solid var(--commonGrey);border-radius:5px;padding:4px 10px;margin-top:5px;outline:none;text-transform:uppercase;cursor:pointer;font-weight:500}.orderDetailModal_updateStatusModal__V_i5r{position:absolute;background-color:var(--themeColor)!important;width:200px;padding:20px;top:1rem!important;right:0}.orderDetailModal_updateStatusModal__V_i5r option{text-transform:uppercase;color:var(--themeColor)}.orderDetailModal_modalActions__czF0A{display:flex;gap:10px;border-top:1px solid #eee;padding:1rem;background-color:pink}.orderDetailModal_shippingAddressCard__q0vVM{display:flex;gap:1rem}.orderDetailModal_shippingAddressCard__q0vVM .orderDetailModal_detailItem__XYB5Y{display:flex;gap:5px;font-size:1rem;text-transform:capitalize}.orderDetailModal_shippingAddressCard__q0vVM .orderDetailModal_detailItem__XYB5Y>span{font-weight:500}.orderDetailModal_orderItemsMasterWrapper__y_OEL{display:flex;flex-direction:column;gap:10px}.orderDetailModal_orderItemDetailsWrapper__3M3I8{display:flex;flex-direction:column;gap:12px}.orderDetailModal_eachOrderItemDetail__NIa_n{display:flex;align-items:center;justify-content:space-between;padding:10px;border:1px solid var(--borderGrey);border-radius:10px;background:#fff;transition:box-shadow .2s ease}.orderDetailModal_eachOrderItemDetail__NIa_n:hover{box-shadow:0 4px 12px rgba(0,0,0,.05)}.orderDetailModal_productImgNameWrapper__wJUzu{display:flex;gap:10px}.orderDetailModal_eachOrderItemDetail__NIa_n .orderDetailModal_itemImage__BGTdz img{width:60px;height:60px;object-fit:cover;border-radius:8px}.orderDetailModal_eachOrderItemDetail__NIa_n .orderDetailModal_itemDetails__U9wba{display:flex;gap:5px;flex-direction:column}.orderDetailModal_eachOrderItemDetail__NIa_n .orderDetailModal_itemDetails__U9wba .orderDetailModal_itemName__22qw7{font-weight:500;font-size:.95rem}.orderDetailModal_eachOrderItemDetail__NIa_n .orderDetailModal_itemDetails__U9wba .orderDetailModal_itemQuantity__8DbZ8{font-size:.8rem;color:var(--commonGrey)}.orderDetailModal_eachOrderItemDetail__NIa_n .orderDetailModal_itemPrice__FcXbj{font-size:.9rem;font-weight:600;color:#000}.orderDetailModal_bottomTotalOrderWrapper__Cgpw8{border-top:1px solid #eee;padding:8px 10px;width:100%;flex:1 1}.orderDetailModal_orderTotal__826d4{display:flex;flex-direction:column;gap:5px}.orderDetailModal_orderTotal__826d4 .orderDetailModal_totalRow__90_mq{display:flex;justify-content:space-between;width:100%}.orderDetailModal_orderTotal__826d4 .orderDetailModal_totalRow__90_mq>p{font-size:.95rem;font-weight:500;color:var(--commontrey)}.orderDetailModal_totalRow__90_mq>span{font-size:.95rem;color:#000;font-weight:500}.products_productsDashboardMasterWrapper__wd450{max-width:100%;padding:24px}.products_productsManagementContainer__NO9kF{display:flex;justify-content:space-between;padding-bottom:1rem}.products_productTopHeader__LMLtt h1{font-size:1.3rem;color:var(--themeColor)}.products_productTopHeader__LMLtt p{color:var(--commonGrey);font-size:.9rem;padding-top:5px}.products_addButton__TkdjE{display:flex;align-items:center;gap:.5rem;padding:5px 15px;background-color:var(--themeColor);color:white;width:-moz-fit-content;width:fit-content;text-transform:uppercase;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.products_addButton__TkdjE:hover{background-color:var(--hoverGreyColor);color:var(--themeColor)}.products_productFiltersMasterWrapper___7m3m{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.products_productFiltersMasterWrapper___7m3m .products_searchContainer__uXJGR{position:relative;flex:1 1;width:-moz-fit-content;width:fit-content}.products_productFiltersMasterWrapper___7m3m .products_searchContainer__uXJGR .products_searchIcon__QChpD{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8}.products_productFiltersMasterWrapper___7m3m .products_searchContainer__uXJGR .products_searchInput___vn5L{max-width:600px;width:60%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;background:white;font-size:.875rem;transition:all .2s}.products_productFiltersMasterWrapper___7m3m .products_searchContainer__uXJGR .products_searchInput___vn5L:focus{outline:none;border-color:var(--themeColor)}.products_filterButtons__4QIGc{display:flex;gap:.5rem}.products_filterButton__ZoSyU{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #e2e8f0;background:white;border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:all .2s}.products_filterButton__ZoSyU:hover{background:#f8fafc;border-color:#cbd5e1}.products_productsGrid___rGip{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.products_productCard__3J8z9{background:white;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);overflow:hidden;transition:all .2s}.products_productCard__3J8z9:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.products_productImage__2jDbm{position:relative;height:200px;overflow:hidden;background:#f8fafc}.products_productImage__2jDbm img{width:100%;height:100%;object-fit:cover}.products_productActions__FpN5s{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.25rem;opacity:0;transition:opacity .2s}.products_productCard__3J8z9:hover .products_productActions__FpN5s{opacity:1}.products_actionButton__BJjBM{padding:.5rem;border:none;background:rgba(255,255,255,.9);border-radius:.375rem;cursor:pointer;color:#64748b;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.products_actionButton__BJjBM:hover{background:white;color:#334155}.products_actionButton__BJjBM.products_danger__1pCzG:hover{background:#fee2e2;color:#dc2626}.products_productInfo__4SIYz{padding:1.5rem;display:flex;flex-direction:column;gap:5px}.products_productInfo__4SIYz .products_productQuantity__L7WBk{display:flex;justify-content:space-between}.products_productInfo__4SIYz .products_productQuantity__L7WBk>h4{font-weight:400;font-size:1.1rem}.products_productName__raYOD{font-size:1.1rem;font-weight:600;color:var(--themeColor);margin:0 0 .25rem}.products_productCategory__AO4VR{color:#64748b;font-size:.875rem;margin:0 0 1rem}.products_productDetails__R9K1H{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.products_productPrice__Y7ikF{font-size:1.25rem;font-weight:700;color:#1e293b}.products_productStock__24FoT{font-size:.875rem;color:#64748b}.products_productStatus__MlMmI{display:flex;justify-content:flex-start}.products_status__k134s{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.products_status__k134s.products_active__evD31{background-color:#dcfce7;color:#166534}.products_status__k134s.products_lowstock__v9Sy8{background-color:#fef3c7;color:#92400e}.products_status__k134s.products_outofstock__7_RGT{background-color:#fee2e2;color:#dc2626}.products_loadMore__gh_Hi{display:flex;justify-content:center;margin-top:2rem}.products_loadMoreButton__B02UZ{padding:.75rem 2rem;border:1px solid #e2e8f0;background:white;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.products_loadMoreButton__B02UZ:hover{background:#f8fafc;border-color:#cbd5e1}@media (max-width:768px){.products_header__koum_{flex-direction:column;gap:1rem;align-items:stretch}.products_productInfo__4SIYz{padding:10px 15px}.products_productsManagementContainer__NO9kF{flex-direction:column;gap:1rem}.products_productproductFiltersMasterWrapperMasterWrapper__WtXD5{flex-direction:column}.products_searchContainer__uXJGR{min-width:auto}.products_filterButtons__4QIGc{flex-wrap:wrap}.products_productsGrid___rGip{grid-template-columns:1fr}}.sidebarDashboard_sideBarMasterWrapper__j2PrE{background:white;display:flex}.sidebarDashboard_container__8KT3G{display:flex;flex-direction:column}.sidebarDashboard_navigationItemsMasterWrapper__48k7z{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:10px 20px}.sidebarDashboard_navigationItemsMasterWrapper__48k7z>h2{font-size:1.2rem;font-weight:500}.sidebarDashboard_navigationItemsMasterWrapper__48k7z>h2>span{color:var(--themeColor)}.sidebarDashboard_navItem__xKI9T{border:none;outline:none;border-radius:5px;padding:5px 10px;display:flex;justify-content:flex-start;background-color:transparent;font-size:1rem}.sidebarDashboard_navItem__xKI9T:hover{background-color:var(--hoverGreyColor)}.sidebarDashboard_navIcon__FNHac{font-size:1.2rem}.sidebarDashboard_navLabel__FPEPN{font-size:.875rem}.sidebarDashboard_actions__PJLyq{display:flex;align-items:center;gap:1rem}.sidebarDashboard_searchContainer__R6R55{position:relative;display:flex;align-items:center}.sidebarDashboard_searchIcon__ALPqi{position:absolute;left:.75rem;color:#94a3b8}.sidebarDashboard_searchInput__zOlGA{padding:.5rem .75rem .5rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#f8fafc;font-size:.875rem;width:200px;transition:all .2s}.sidebarDashboard_searchInput__zOlGA:focus{outline:none;border-color:#3b82f6;background:white}.sidebarDashboard_actionButton__FML2S{position:relative;padding:.5rem;border:none;background:none;border-radius:.5rem;cursor:pointer;color:#64748b;transition:all .2s}.sidebarDashboard_actionButton__FML2S:hover{background-color:#f1f5f9;color:#334155}.sidebarDashboard_badge__bVYu_{position:absolute;top:0;right:0;background:#ef4444;color:white;font-size:.75rem;padding:.125rem .375rem;border-radius:9999px;min-width:1.25rem;text-align:center}.sidebarDashboard_userProfile__UxuQe{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:all .2s;color:#64748b}.sidebarDashboard_userProfile__UxuQe:hover{background-color:#f1f5f9;color:#334155}.sidebarDashboard_userName__I7zV2{font-size:.875rem;font-weight:500}.sidebarDashboard_mobileNavigationMasterWrapper__W3c6O{display:none;position:relative}.sidebarDashboard_mobileMenuButton__SCSe7{display:block;display:flex;justify-content:flex-start;align-items:flex-start;cursor:pointer;border:none;outline:none;padding:5px;border-radius:5px;background-color:transparent}.sidebarDashboard_mobileNavigation__Zm3xr{display:block;position:absolute;width:200px;top:3rem;left:0;background-color:var(--themeColor);border-radius:5px;color:#fff;z-index:1000}.sidebarDashboard_mobileNavItem__HLQ2K{align-items:center;gap:.75rem;width:100%;text-transform:uppercase;padding:10px 20px;border:none;background:none;cursor:pointer;transition:all .2s;color:#fff;font-size:1rem;font-weight:600;text-align:left;border-bottom:1px solid var(--hoverGreyColor)}.sidebarDashboard_mobileNavItem__HLQ2K:hover{background-color:var(--hoverGreyColor)}.sidebarDashboard_mobileNavItem__HLQ2K.sidebarDashboard_active__jLYDn{background-color:var(--primaryColor);color:#fff}@media (max-width:768px){.sidebarDashboard_navigationItemsMasterWrapper__48k7z{display:none}.sidebarDashboard_mobileNavigationMasterWrapper__W3c6O{display:block!important}.sidebarDashboard_navigation__iwZgp{display:none}.sidebarDashboard_actions__PJLyq{gap:.5rem}.sidebarDashboard_searchContainer__R6R55,.sidebarDashboard_userName__I7zV2{display:none}}.faq_faqManagementMasterWrapper__Aa9MK{min-height:100vh;padding:24px}.faq_faqContentWrapper__x4ouq{max-width:64rem}.faq_faqManagementTopHeader__NbQ93{display:flex;gap:1rem;margin-bottom:2rem}.faq_faqManagementTopHeader__NbQ93 .faq_title__t54h2{font-size:1.3rem;color:var(--themeColor)}.faq_addFaqButton__ErlaL{background-color:var(--themeColor);color:#fff;padding:7px 14px;border-radius:5px;border:none;cursor:pointer;font-weight:500;width:-moz-fit-content;width:fit-content;font-size:.8rem;text-transform:uppercase;transition:.2s ease}.faq_addFaqButton__ErlaL:hover{background-color:var(--hoverGreyColor);color:var(--themeColor)}.faq_faqGrid__cn8og{display:flex;flex-direction:column;gap:1rem}.faq_emptyState__g3i54{padding:3rem 0}.faq_faqCardMasterWrapper__7HcV2{display:flex;gap:5px;justify-content:space-between;border-bottom:1px solid var(--borderGrey)}.faq_faqCard__kTHk9{border-radius:.5rem;padding:1.5rem}.faq_categoryBadge__0nINa{display:flex;padding:5px 10px;font-size:.75rem;font-weight:500;background-color:var(--themeColor);color:var(--white);border-radius:500px;width:-moz-fit-content;width:fit-content;text-transform:uppercase;margin-bottom:.5rem}.faq_faqQuestion__VGsye{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.faq_faqAnswer__yUukG{color:hsl(var(--muted-foreground));line-height:1.5}@media (max-width:768px){.faq_faqManagementMasterWrapper__Aa9MK{padding:1rem}.faq_faqManagementTopHeader__NbQ93 .faq_header__sV8_L{flex-direction:column;gap:1rem;align-items:stretch}.faq_faqManagementTopHeader__NbQ93 .faq_title__t54h2{font-size:1.5rem;text-align:center}.faq_addFaqButton__ErlaL{width:100%;justify-content:center}.faq_faqManagementTopHeader__NbQ93{flex-direction:column}}.faq_overlay__uuA6w{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.faq_modal__NqhOO{background:white;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);width:100%;max-width:32rem;max-height:90vh;overflow-y:auto;animation:faq_modalEnter__BzMWm .2s ease-out}.faq_faqCard__kTHk9{padding:10px}@keyframes faq_modalEnter__BzMWm{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.faq_header__sV8_L{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding:1.5rem 1.5rem 1rem}.faq_title__t54h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.faq_closeButton__EE3a9{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.faq_closeButton__EE3a9:hover{background-color:#f3f4f6;color:#374151}.faq_form__qTvPX{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.faq_field__geUPx{display:flex;flex-direction:column;gap:.5rem}.faq_label__fZqbA{font-weight:500;color:#374151;font-size:.875rem}.faq_input__B_oKA{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.faq_input__B_oKA:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.faq_textarea__DC_Dc{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;resize:vertical;min-height:6rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.faq_textarea__DC_Dc:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.faq_actions__CMPmX{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.faq_cancelButton__qLMGD,.faq_submitButton__tx2Hv{padding:.5rem 1rem;font-size:.875rem}.faq_submitButton__tx2Hv{background-color:#3b82f6;color:white}.faq_submitButton__tx2Hv:hover{background-color:#2563eb}@media (prefers-color-scheme:dark){.faq_modal__NqhOO{background:#1f2937;color:#f9fafb}.faq_header__sV8_L{border-bottom-color:#374151}.faq_label__fZqbA{color:#d1d5db}.faq_input__B_oKA,.faq_textarea__DC_Dc{background-color:#374151;border-color:#4b5563;color:#f9fafb}.faq_input__B_oKA:focus,.faq_textarea__DC_Dc:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.faq_actions__CMPmX{border-top-color:#374151}.faq_closeButton__EE3a9:hover{background-color:#374151;color:#d1d5db}}@media (max-width:640px){.faq_overlay__uuA6w{padding:.5rem}.faq_modal__NqhOO{max-width:100%;margin:0}.faq_header__sV8_L{padding:1rem 1rem 0}.faq_form__qTvPX{padding:0 1rem 1rem}.faq_actions__CMPmX{flex-direction:column-reverse}.faq_cancelButton__qLMGD,.faq_submitButton__tx2Hv{width:100%;justify-content:center}}.couponForm_couponCardWrapper__3jZyv{background:white;border:1px solid var(--borderGrey);border-radius:8px;width:800px;padding:10px;max-width:100%;margin-top:1rem}.couponForm_couponCardWrapper__3jZyv .couponForm_cardHeader__RpXwH{padding:10px}.couponForm_couponCardHeader__i2JmH .couponForm_formTitle__S98te{font-size:1.1rem;font-weight:600;color:#000;padding-bottom:10px;border-bottom:1px solid var(--borderGrey)}.couponForm_couponFormWrapper__rD9jm,.couponForm_couponFormWrapper__rD9jm .couponForm_formContent__nQW55{display:flex;flex-direction:column;gap:24px}.couponForm_couponFormGroup__P_X2r{display:flex;flex-direction:column;gap:8px;padding-top:10px}.couponForm_couponFormGroup__P_X2r label{font-size:.875rem;font-weight:500;color:#111827}.couponForm_couponFormGroup__P_X2r .couponForm_select__vF3I4,.couponForm_couponFormGroup__P_X2r input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background-color:white;color:#111827;font-size:.875rem;transition:all .2s ease}.couponForm_couponFormGroup__P_X2r .couponForm_select__vF3I4:focus,.couponForm_couponFormGroup__P_X2r input:focus{outline:none;border-color:var(--themeColor)}.couponForm_couponFormGroup__P_X2r input:invalid{border-color:#ef4444}.couponForm_couponFormGroup__P_X2r input:invalid:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.couponForm_couponFormGroup__P_X2r .couponForm_inputHint__WPb8T{font-size:.75rem;color:#6b7280;margin-top:4px}.couponForm_checkboxGroup__0f1OM{display:flex;flex-direction:column;gap:16px;padding-top:16px;border-top:1px solid #e5e7eb}.couponForm_checkboxItem___XARg{display:flex;align-items:center;gap:12px}.couponForm_checkbox__aPBV_{width:16px;height:16px;accent-color:#3b82f6}.couponForm_checkboxLabel__cGW7Z{font-size:.875rem;font-weight:500;color:#111827;cursor:pointer}.couponForm_submitSection__jZeQ2{padding-top:24px;border-top:1px solid #e5e7eb}.couponForm_couponSubmitButton__fBi7j{background-color:var(--themeColor);text-transform:uppercase;color:white;border:none;border-radius:6px;padding:12px 32px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.couponForm_couponSubmitButton__fBi7j:hover:not(:disabled){background-color:var(--hoverGreyColor);color:var(--themeColor)}.couponForm_couponSubmitButton__fBi7j:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.couponForm_couponSubmitButton__fBi7j:disabled{background-color:#9ca3af;color:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:568px){.couponForm_couponFormWrapper__rD9jm .couponForm_formGrid___ShbK{flex-direction:row;flex-wrap:wrap;gap:20px}.couponForm_couponFormWrapper__rD9jm .couponForm_formGroup__6fpPN{flex:1 1;min-width:280px}.couponForm_checkboxGroup__0f1OM{flex-direction:row;flex-wrap:wrap;gap:20px;padding-top:20px}.couponForm_submitSection__jZeQ2{display:flex;justify-content:flex-end;padding-top:32px}.couponForm_couponSubmitButton__fBi7j{width:auto;padding:12px 28px;font-size:.9rem}}.coupon-list_listContainer__xLKvm{width:800px;max-width:100%}.coupon-list_listContainer__xLKvm .coupon-list_header__4kgam{margin-bottom:32px;text-align:center}.coupon-list_listContainer__xLKvm .coupon-list_title__mKSBv{font-size:1.3rem;color:var(--themeColor)}.coupon-list_listContainer__xLKvm .coupon-list_subtitle__L7L0o{font-size:.9rem;margin-top:5px;color:var(--commonGrey);text-align:start}.coupon-list_couponListTableContainer__SpuD6{box-shadow:0 4px 6px rgba(0,0,0,.05);padding:24px;background:#ffffff;border-radius:12px;overflow-x:auto;border-radius:8px;border:1px solid var(--commonGrey)}.coupon-list_couponListTableContainer__SpuD6 .coupon-list_tableContentWrapper__GXX6q{width:100%;border-collapse:collapse;font-size:14px}.coupon-list_tableContentWrapper__GXX6q .coupon-list_couponListTableHead__bzlfL{background:#f9fafb}.coupon-list_couponListTableHead__bzlfL>tr>th{padding:16px 12px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}.coupon-list_couponListTableBody__udTjm{background:#ffffff}.coupon-list_couponListTableBody__udTjm .coupon-list_tableRow__Iur5U{border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.coupon-list_couponListTableBody__udTjm .coupon-list_tableRow__Iur5U:hover{background:#f9fafb}.coupon-list_couponListTableBody__udTjm .coupon-list_tableRow__Iur5U td{padding:16px 12px;vertical-align:middle}.coupon-list_codeCell__N9Apw{font-weight:600}.coupon-list_couponCode__y_dr3{font-family:Courier New,monospace;background:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:13px;color:#1f2937}.coupon-list_typeBadge__bzifp{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.coupon-list_typeBadge__bzifp.coupon-list_percent__5K9Do{background:#dbeafe;color:var(--themeColor)}.coupon-list_typeBadge__bzifp.coupon-list_fixed__RmkIL{background:#d1fae5;color:#065f46}.coupon-list_discountCell__sMigu{font-weight:600;color:#059669}.coupon-list_minCartCell__kwEH5{color:#6b7280}.coupon-list_usageText___WpRR{font-size:13px}.coupon-list_badge__eB9mF{display:inline-block;padding:2px 6px;border-radius:8px;font-size:11px;font-weight:500;text-transform:uppercase}.coupon-list_badge__eB9mF.coupon-list_yes__BbI1q{background:#dcfce7;color:#166534}.coupon-list_badge__eB9mF.coupon-list_no__aNgKn{background:#fef2f2;color:#991b1b}.coupon-list_validityCell__thVYT{font-size:13px;color:#6b7280}.coupon-list_statusBadge__JWCKm{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}.coupon-list_statusBadge__JWCKm.coupon-list_active__0eW2C{background:#dcfce7;color:#166534}.coupon-list_statusBadge__JWCKm.coupon-list_inactive__PM4QT{background:#fee2e2;color:#991b1b}.coupon-list_actionButton__q42Nk{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase;min-width:70px}.coupon-list_actionButton__q42Nk:disabled{opacity:.6}.coupon-list_actionButton__q42Nk.coupon-list_disable__hsRQv{background:#fee2e2;color:#991b1b}.coupon-list_actionButton__q42Nk.coupon-list_disable__hsRQv:hover:not(:disabled){background:#fecaca;transform:translateY(-1px)}.coupon-list_actionButton__q42Nk.coupon-list_enable__BRk34{background:#dcfce7;color:#166534}.coupon-list_actionButton__q42Nk.coupon-list_enable__BRk34:hover:not(:disabled){background:var(--commonGrey);color:#fff}.coupon-list_emptyState__jT8sA{color:var(--commonGrey)}@media (prefers-color-scheme:dark){.coupon-list_listContainer__xLKvm .coupon-list_subtitle__L7L0o{color:#9ca3af}.coupon-list_listContainer__xLKvm .coupon-list_couponListTableHead__bzlfL{background:#374151}.coupon-list_listContainer__xLKvm .coupon-list_couponListTableHead__bzlfL th{color:#f3f4f6;border-bottom-color:#4b5563}.coupon-list_listContainer__xLKvm .coupon-list_couponListTableBody__udTjm{background:#e3e3e3}.coupon-list_listContainer__xLKvm .coupon-list_couponListTableBody__udTjm .coupon-list_tableRow__Iur5U{border-bottom-color:#374151}.coupon-list_listContainer__xLKvm .coupon-list_couponListTableBody__udTjm .coupon-list_tableRow__Iur5U:hover{background:#cbd5e6}.coupon-list_couponCode__y_dr3{background:var(--themeColor);color:#fff}.coupon-list_emptyState__jT8sA,.coupon-list_minCartCell__kwEH5,.coupon-list_validityCell__thVYT{color:#9ca3af}}.coupon-list_pagination__OvaSz{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.coupon-list_paginationInfo___FXVg{color:var(--themeColor);font-size:14px}.coupon-list_paginationControls__eXqmJ{display:flex;gap:8px;align-items:center}.coupon-list_paginationButton__wMv_4{padding:8px 12px;border:1px solid #d1d5db;background:white;color:#374151;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease}.coupon-list_paginationButton__wMv_4:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.coupon-list_paginationButton__wMv_4:disabled{opacity:.5;cursor:not-allowed}.coupon-list_paginationButton__wMv_4.coupon-list_active__0eW2C{background:var(--themeColor);color:white;font-weight:500;border-color:var(--themeColor)}.coupon-list_pageNumbers__eskCT{display:flex;gap:4px}@media (max-width:568px){.coupon-list_listContainer__xLKvm{margin-top:16px}.coupon-list_title__mKSBv{font-size:24px}.coupon-list_tableContainer__42Kbg{font-size:12px}.coupon-list_tableHead__iS1n1 th,.coupon-list_tableRow__Iur5U td{padding:8px 6px}.coupon-list_actionButton__q42Nk{padding:4px 8px;font-size:11px;min-width:60px}}.coupon-list_heading__aupaT{font-size:20px;font-weight:600;margin-bottom:12px;color:#333}.coupon-list_list__fbzrl{list-style:none;padding:0;margin:0}.coupon-list_list__fbzrl li{padding:8px 0;border-bottom:1px solid #eee;font-size:15px}.coupon-list_list__fbzrl li:last-child{border-bottom:none}.coupon-list_value__HgX_h{font-weight:700;color:var(--themeColor)}.coupon_couponMasterWrapper__Ndpgx{display:flex;flex-direction:column;padding:24px;width:100%}.coupon_couponTopHeader__LePrm{display:flex;gap:20px;align-items:center}.coupon_couponTopHeader__LePrm>h1{font-size:1.3rem;color:var(--themeColor)}@media (max-width:568px){.coupon_couponTopHeader__LePrm{flex-direction:column;align-items:flex-start}}.ikigaiJson_ikigaiContainer__f5nAm{max-width:64rem;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.ikigaiJson_ikigaiJsonContent__S3Y1r{max-width:1200px;margin:0 auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.08);font-family:Arial,sans-serif}.ikigaiJson_ikigaiJsonContent__S3Y1r h2{font-size:1.8rem;text-align:center;margin-bottom:25px;color:#333}.ikigaiJson_ikigaiMasterFormWrapper__syHgw{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px 40px;gap:25px 40px}@media (max-width:768px){.ikigaiJson_ikigaiMasterFormWrapper__syHgw{grid-template-columns:1fr;gap:20px}}.ikigaiJson_ikigaiMasterFormWrapper__syHgw div{display:flex;flex-direction:column;gap:10px;width:600px;max-width:100%}.ikigaiJson_ikigaiMasterFormWrapper__syHgw input{padding:8px;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fafafa}.ikigaiJson_fileInput__mjIX5:focus,.ikigaiJson_input__e1CCa:focus{border-color:#007bff;outline:none;background:#fff}.ikigaiJson_heading__DTnAp{font-size:1.3rem;margin-bottom:10px;color:#444;border-bottom:2px solid #eee;padding-bottom:5px}.ikigaiJson_imageActions__rlMrr .ikigaiJson_button__FCsDV{padding:10px;background-color:var(--themeColor);color:white;border:none;border-radius:8px;font-size:1rem;cursor:pointer;margin-top:15px;transition:background .3s ease}.ikigaiJson_imageActions__rlMrr .ikigaiJson_button__FCsDV:hover{background-color:var(--hoverGreyColor);color:var(--themeColor)}.ikigaiJson_heading__DTnAp{margin:16px 0 8px;font-size:18px;font-weight:600}.ikigaiJson_ikigaiJsonContent__S3Y1r{width:100%}.ikigaiJson_ikigaiFormTopHeader__Sc0Wf>h1{font-size:1.3rem;color:var(--themeColor);margin-bottom:10px}.ikigaiJson_updateJsonFormBtn__p3YdN{padding:10px;background-color:var(--themeColor);color:white;border:none;border-radius:4px;cursor:pointer;text-transform:uppercase;font-size:.9rem;font-weight:500}.adminRoute_loading__ay1h_{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#6b7280}.adminRoute_spinner__C6SGI{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid var(--themeColor);border-radius:50%;animation:adminRoute_spin__b50e2 1s linear infinite;margin-bottom:1rem}@keyframes adminRoute_spin__b50e2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adminRoute_accessDenied__p1BTd{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem;max-width:600px;margin:0 auto}.adminRoute_errorIcon__1AKNV{font-size:4rem;margin-bottom:1rem}.adminRoute_accessDenied__p1BTd h2{color:#ef4444;margin-bottom:1rem;font-size:2rem}.adminRoute_accessDenied__p1BTd p{color:#6b7280;margin-bottom:.5rem;line-height:1.6}.adminRoute_adminCredentials__f3Qv7{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin:1.5rem 0;font-size:.875rem}.adminRoute_adminCredentials__f3Qv7 p{margin-bottom:.5rem;color:var(--themeColor)}.adminRoute_homeButton__dQ4id{background:var(--themeColor);color:white;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;margin-top:1rem;transition:.2s;text-transform:uppercase}.adminRoute_homeButton__dQ4id:hover{background:var(--hoverGreyColor);color:var(--themeColor)}