.ProductDetail-module__O5PFCq__container{background:#fff;border-radius:16px;grid-template-columns:1fr 1fr;gap:2rem;max-width:1280px;margin:2rem auto;padding:2rem;display:grid;box-shadow:0 3px 12px #0000001a}.ProductDetail-module__O5PFCq__imageSection{justify-content:center;align-items:flex-start;display:flex}.ProductDetail-module__O5PFCq__carousel{width:100%}.ProductDetail-module__O5PFCq__mainImage{border-radius:12px;width:100%;margin-bottom:1rem;padding-top:100%;position:relative;overflow:hidden}.ProductDetail-module__O5PFCq__image{object-fit:cover}.ProductDetail-module__O5PFCq__thumbnails{gap:.5rem;display:flex;overflow-x:auto}.ProductDetail-module__O5PFCq__thumbnail{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-shrink:0;padding:2px}.ProductDetail-module__O5PFCq__thumbImg{object-fit:cover;border-radius:6px}.ProductDetail-module__O5PFCq__thumbnail.ProductDetail-module__O5PFCq__selected{border-color:#c89b0e}.ProductDetail-module__O5PFCq__infoSection{flex-direction:column;display:flex}.ProductDetail-module__O5PFCq__title{color:#0f3b3b;margin:0;font-size:2rem}.ProductDetail-module__O5PFCq__category{color:#666;margin-bottom:1rem;font-size:.9rem}.ProductDetail-module__O5PFCq__price{align-items:baseline;gap:.5rem;margin-bottom:1.5rem;display:flex}.ProductDetail-module__O5PFCq__oldPrice{color:#999;text-decoration:line-through}.ProductDetail-module__O5PFCq__currentPrice{color:#c89b0e;font-size:1.5rem;font-weight:700}.ProductDetail-module__O5PFCq__cartControls{margin-bottom:2rem}.ProductDetail-module__O5PFCq__addButton{color:#fff;cursor:pointer;background:#0f3b3b;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;transition:background .3s}.ProductDetail-module__O5PFCq__addButton:disabled{cursor:not-allowed;background:#bbb}.ProductDetail-module__O5PFCq__qtyControls{align-items:center;gap:.5rem;display:flex}.ProductDetail-module__O5PFCq__qtyControls button{color:#fff;cursor:pointer;background:#004e4c;border:none;border-radius:6px;place-items:center;width:36px;height:36px;display:grid}.ProductDetail-module__O5PFCq__qty{text-align:center;min-width:24px;font-weight:600}.ProductDetail-module__O5PFCq__description{color:#333;margin-top:1.5rem;line-height:1.6}.ProductDetail-module__O5PFCq__loading,.ProductDetail-module__O5PFCq__error{text-align:center;grid-column:1/-1;font-size:1.2rem}.ProductDetail-module__O5PFCq__error{color:#c00}@media (max-width:768px){.ProductDetail-module__O5PFCq__container{box-shadow:none;background:0 0;grid-template-columns:1fr;gap:1.5rem;margin:0;padding:1.25rem}.ProductDetail-module__O5PFCq__imageSection{margin-bottom:.5rem}.ProductDetail-module__O5PFCq__title{font-size:1.6rem}.ProductDetail-module__O5PFCq__currentPrice{font-size:1.35rem}.ProductDetail-module__O5PFCq__addButton,.ProductDetail-module__O5PFCq__qtyControls{justify-content:center;width:100%}}
.CustomerMenu-module__hKuo-G__menu{border:1px solid var(--border-color);background-color:var(--white-color);width:220px;color:var(--text-color);opacity:0;border-radius:8px;padding:16px;animation:.3s forwards CustomerMenu-module__hKuo-G__popup;position:relative;box-shadow:0 2px 8px #0000001a}@keyframes CustomerMenu-module__hKuo-G__popup{to{opacity:1;transform:scale(1)}}.CustomerMenu-module__hKuo-G__userInfo{text-align:center;margin-bottom:12px}.CustomerMenu-module__hKuo-G__name{margin:0;font-size:1.1rem;font-weight:600}.CustomerMenu-module__hKuo-G__email{color:var(--muted-color);margin:4px 0 0;font-size:.9rem}.CustomerMenu-module__hKuo-G__options{margin:0;padding:0;list-style:none}.CustomerMenu-module__hKuo-G__options li{margin:8px 0}.CustomerMenu-module__hKuo-G__options a,.CustomerMenu-module__hKuo-G__logoutButton{text-align:center;cursor:pointer;border:1px solid var(--primary-color);background:var(--white-color);width:100%;color:var(--primary-color);border-radius:4px;padding:8px 0;font-size:.95rem;text-decoration:none;transition:background .2s,color .2s;display:block}.CustomerMenu-module__hKuo-G__options a:hover,.CustomerMenu-module__hKuo-G__logoutButton:hover{background:var(--primary-color-hover);color:var(--white-color)}.CustomerMenu-module__hKuo-G__logoutButton{background:var(--error-bg);border-color:var(--error-color);color:var(--error-color)}.CustomerMenu-module__hKuo-G__logoutButton:hover{background:var(--error-color);color:var(--white-color)}
.CartItemRow-module__lEgvHG__row{gap:.75rem;padding:.5rem 0;display:flex}.CartItemRow-module__lEgvHG__thumb{object-fit:cover;border-radius:.5rem;width:48px;height:48px}.CartItemRow-module__lEgvHG__meta{flex:1}.CartItemRow-module__lEgvHG__name{font-size:.875rem;line-height:1.25rem}.CartItemRow-module__lEgvHG__qty{color:#666;font-size:.75rem}.CartItemRow-module__lEgvHG__price{white-space:nowrap;font-weight:600}
.CartDropdown-module__5vU5lW__card{color:#000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;opacity:0;transform-origin:100% 0;background:#fffc;border-radius:10px;width:340px;padding:1rem;animation:.15s cubic-bezier(.25,.8,.25,1) forwards CartDropdown-module__5vU5lW__iceIn;position:absolute;top:100%;right:0;transform:translateY(4px);box-shadow:0 8px 20px #0000001f}@keyframes CartDropdown-module__5vU5lW__iceIn{0%{opacity:0;filter:blur(2px);transform:translateY(4px)scale(.95)}to{opacity:1;filter:blur();transform:translateY(4px)scale(1)}}.CartDropdown-module__5vU5lW__leaving{animation:.15s forwards CartDropdown-module__5vU5lW__iceOut}@keyframes CartDropdown-module__5vU5lW__iceOut{0%{opacity:1;filter:blur();transform:translateY(4px)scale(1)}to{opacity:0;filter:blur(2px);transform:translateY(4px)scale(.95)}}.CartDropdown-module__5vU5lW__head{margin:0 0 .75rem;font-size:1rem;font-weight:600}.CartDropdown-module__5vU5lW__list{max-height:300px;overflow-y:auto}.CartDropdown-module__5vU5lW__empty{text-align:center;color:#666;margin:1.25rem 0}.CartDropdown-module__5vU5lW__total{justify-content:space-between;margin:.75rem 0;font-size:.95rem;display:flex}.CartDropdown-module__5vU5lW__btn{text-align:center;color:#fff;background:#043f3e;border-radius:6px;width:100%;padding:.55rem 0;font-weight:600;transition:background .2s;display:block}.CartDropdown-module__5vU5lW__btn:hover{background:#066362}
.CartIcon-module__nvzJba__box{display:inline-block;position:relative}.CartIcon-module__nvzJba__icon{color:var(--turquoise-500);position:relative}.CartIcon-module__nvzJba__badge{color:#000;background:#d4af37;border-radius:9999px;padding:0 4px;font-size:.7rem;font-weight:600;position:absolute;top:-10px;right:-4px}.CartIcon-module__nvzJba__panel{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:8px;width:300px;padding:1rem;position:absolute;top:130%;right:0;box-shadow:0 8px 16px #0000001a}.CartIcon-module__nvzJba__head{margin:0 0 .5rem;font-size:1rem}.CartIcon-module__nvzJba__empty{color:#666;text-align:center;margin:.5rem 0 1rem}.CartIcon-module__nvzJba__total{justify-content:space-between;margin:.75rem 0;display:flex}.CartIcon-module__nvzJba__btn{text-align:center;color:#fff;background:#111;border-radius:4px;padding:.5rem;display:block}.CartIcon-module__nvzJba__row{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.CartIcon-module__nvzJba__thumb{object-fit:cover;border-radius:4px}.CartIcon-module__nvzJba__meta{flex:1}.CartIcon-module__nvzJba__name{margin:0;font-size:.85rem}.CartIcon-module__nvzJba__qty{color:#777;font-size:.8rem}.CartIcon-module__nvzJba__price{white-space:nowrap;font-weight:600}
.CategoryDropdown-module__MCUh1W__card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;opacity:0;background:#ffffffd9;border-radius:10px;flex-direction:column;min-width:180px;padding:.75rem;animation:.15s cubic-bezier(.25,.8,.25,1) forwards CategoryDropdown-module__MCUh1W__fadeIn;display:flex;position:absolute;top:100%;left:0;transform:translateY(4px);box-shadow:0 0 8px 2px #00000040}.CategoryDropdown-module__MCUh1W__link{color:#000;border-radius:4px;padding:.35rem .25rem;font-size:.875rem;transition:background .15s;display:block}.CategoryDropdown-module__MCUh1W__link:hover{background:#0000000a}.CategoryDropdown-module__MCUh1W__leaving{animation:.15s forwards CategoryDropdown-module__MCUh1W__fadeOut}@keyframes CategoryDropdown-module__MCUh1W__fadeIn{0%{opacity:0;filter:blur(2px);transform:translateY(4px)scale(.95)}to{opacity:1;filter:blur();transform:translateY(4px)scale(1)}}@keyframes CategoryDropdown-module__MCUh1W__fadeOut{0%{opacity:1;filter:blur();transform:translateY(4px)scale(1)}to{opacity:0;filter:blur(2px);transform:translateY(4px)scale(.95)}}
.Header-module__aT1PEa__header{z-index:1001;background:var(--white-color);width:100%;position:sticky;top:0;box-shadow:0 4px 6px #00000040}.Header-module__aT1PEa__header-inner{align-items:center;max-width:1400px;height:100px;margin:0 auto;padding:0 32px;display:flex;position:relative}.Header-module__aT1PEa__mobile-cat-toggle{color:var(--foreground);cursor:pointer;background:0 0;border:none;margin-right:16px;font-size:24px;display:none}.Header-module__aT1PEa__logo-and-title{align-items:center;gap:10px;display:flex}.Header-module__aT1PEa__logo-and-title img{object-fit:contain;width:50px;height:50px}.Header-module__aT1PEa__logo-and-title h4{font-family:var(--font-special);color:var(--accent-color);margin:0;font-size:30px;font-weight:600}.Header-module__aT1PEa__category{flex:auto}.Header-module__aT1PEa__category-menu{justify-content:center;gap:26px;margin:0;padding:0;list-style:none;display:flex}.Header-module__aT1PEa__category-menu a,.Header-module__aT1PEa__category-menu span{font-family:var(--font-base);color:var(--text-color);border-radius:6px;padding:10px 18px;font-size:18px;font-weight:600;text-decoration:none;transition:transform .18s cubic-bezier(.25,.8,.25,1)}.Header-module__aT1PEa__category-menu a:hover{transform:scale(1.12)}.Header-module__aT1PEa__category-menu li{position:relative}.Header-module__aT1PEa__topLabel{cursor:default}.Header-module__aT1PEa__user-cart-icons{color:var(--green-500);align-items:center;gap:15px;margin-left:auto;display:flex}.Header-module__aT1PEa__user-initials{background:var(--foreground);width:32px;height:32px;color:var(--white-color);cursor:pointer;border-radius:50%;place-items:center;font-size:14px;font-weight:600;display:grid}.Header-module__aT1PEa__user-menu-dropdown{z-index:1000;position:absolute;top:100%;right:0}.Header-module__aT1PEa__mobile-backdrop{opacity:0;pointer-events:none;z-index:1100;background:#0009;transition:opacity .18s;position:fixed;inset:0}.Header-module__aT1PEa__mobile-backdrop.Header-module__aT1PEa__show{opacity:1;pointer-events:auto}.Header-module__aT1PEa__drawer{background:var(--white-color);z-index:1200;border-top-right-radius:12px;border-bottom-right-radius:12px;flex-direction:column;width:75%;max-width:290px;height:100vh;transition:transform .18s ease-out;display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 8px #00000040}.Header-module__aT1PEa__drawer.Header-module__aT1PEa__open{transform:translate(0)}.Header-module__aT1PEa__drawer-header{background:var(--secondary-color);color:var(--white-color);border-top-right-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Header-module__aT1PEa__drawer-title{font-family:var(--font-special);margin:0;font-size:18px}.Header-module__aT1PEa__drawer-close{color:var(--white-color);cursor:pointer;background:0 0;border:none;font-size:22px}.Header-module__aT1PEa__drawer-links{margin:0;padding:10px 0;list-style:none}.Header-module__aT1PEa__drawer-links ul{padding-left:1rem}.Header-module__aT1PEa__drawer-links li{list-style:none}.Header-module__aT1PEa__drawer-link{font-family:var(--font-base);color:var(--text-color);align-items:center;gap:.5rem;padding:14px 24px;font-size:17px;text-decoration:none;transition:background .18s,padding-left .18s,transform .18s cubic-bezier(.25,.8,.25,1);display:flex}.Header-module__aT1PEa__drawer-link:hover{background:var(--turquoise-50);padding-left:30px;transform:scale(1.04)}.Header-module__aT1PEa__drawer-link:active{background:var(--turquoise-100)}.Header-module__aT1PEa__chev{margin-left:auto;font-size:1.1rem}@media (max-width:768px){.Header-module__aT1PEa__header-inner{height:72px;padding:0 20px}.Header-module__aT1PEa__logo-and-title img{width:30px;height:30px}.Header-module__aT1PEa__logo-and-title h4{font-size:18px}.Header-module__aT1PEa__mobile-cat-toggle{display:inline-flex}.Header-module__aT1PEa__category{display:none}}@media (min-width:769px) and (max-width:1279px){.Header-module__aT1PEa__mobile-cat-toggle{display:inline-flex}.Header-module__aT1PEa__category{display:none}.Header-module__aT1PEa__logo-and-title{position:absolute;left:50%;transform:translate(-50%)}}@media (min-width:1280px){.Header-module__aT1PEa__mobile-cat-toggle{display:none}.Header-module__aT1PEa__category{display:block}}
.Footer-module__WQ1IhG__footer{background-color:var(--green-500);color:var(--white-color);font-family:var(--font-base),sans-serif;padding:40px 0}.Footer-module__WQ1IhG__footerContainer{max-width:1280px;margin:0 auto;padding:0 20px}.Footer-module__WQ1IhG__footerContent{flex-direction:column;align-items:center;gap:32px;margin-bottom:32px;display:flex}@media screen and (min-width:768px){.Footer-module__WQ1IhG__footerContent{flex-direction:row;justify-content:space-between;align-items:flex-start}}.Footer-module__WQ1IhG__footerLogo{flex:none}.Footer-module__WQ1IhG__footerLogo img{width:120px;height:auto}@media screen and (max-width:767px){.Footer-module__WQ1IhG__footerLogo img{width:80px}}.Footer-module__WQ1IhG__footerAddress{text-align:center;max-width:300px;line-height:1.5;font-size:var(--font-size-sm);flex:auto;margin:0}.Footer-module__WQ1IhG__footerAddress p{margin:4px 0}.Footer-module__WQ1IhG__footerAddress a{color:var(--white-color);text-decoration:none}.Footer-module__WQ1IhG__footerAddress a:hover{text-decoration:underline}@media screen and (min-width:768px){.Footer-module__WQ1IhG__footerAddress{text-align:left}}.Footer-module__WQ1IhG__footerRight{flex-direction:column;flex:auto;align-items:center;gap:24px;display:flex}@media screen and (min-width:768px){.Footer-module__WQ1IhG__footerRight{text-align:right;align-items:flex-end}}.Footer-module__WQ1IhG__customerService{font-size:var(--font-size-sm);text-align:center;margin:0}.Footer-module__WQ1IhG__customerService strong{margin-bottom:4px;display:block}.Footer-module__WQ1IhG__findStore{font-size:var(--font-size-sm);color:var(--white-color);align-items:center;text-decoration:none;transition:color .3s;display:inline-flex}.Footer-module__WQ1IhG__findStore:hover{color:var(--accent-color)}.Footer-module__WQ1IhG__findStore img{filter:brightness(0)invert();width:24px;height:24px;margin-right:8px}.Footer-module__WQ1IhG__socialFollow{font-size:var(--font-size-sm);margin:0}.Footer-module__WQ1IhG__socialFollow span{margin-bottom:8px;display:block}@media screen and (max-width:767px){.Footer-module__WQ1IhG__socialFollow{text-align:center;align-items:center}.Footer-module__WQ1IhG__social-icons{justify-content:center}}.Footer-module__WQ1IhG__social-icons{align-items:center;gap:12px;display:inline-flex}.Footer-module__WQ1IhG__social-icon{border:.5px solid var(--white-color);background-color:var(--secondary-color);width:28px;height:28px;color:var(--white-color);border-radius:8px;justify-content:center;align-items:center;font-size:18px;text-decoration:none;transition:transform .3s,box-shadow .3s,background-color .3s,color .3s;display:flex}.Footer-module__WQ1IhG__social-icon:hover{transform:translateY(-3px);box-shadow:0 4px 8px #0000004d}.Footer-module__WQ1IhG__social-icon.Footer-module__WQ1IhG__tiktok:hover{background-color:#000}.Footer-module__WQ1IhG__social-icon.Footer-module__WQ1IhG__facebook:hover{background-color:#1877f2}.Footer-module__WQ1IhG__social-icon.Footer-module__WQ1IhG__twitter:hover{background-color:#000}.Footer-module__WQ1IhG__social-icon.Footer-module__WQ1IhG__snapchat:hover{color:var(--black-color);background-color:#fffc00}.Footer-module__WQ1IhG__social-icon.Footer-module__WQ1IhG__instagram:hover{color:var(--white-color);background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.Footer-module__WQ1IhG__footerNav{border-top:1px solid #ffffff4d;margin-top:32px;padding-top:20px}.Footer-module__WQ1IhG__footerNav a{color:var(--white-color);font-size:var(--font-size-sm);margin:0 16px;text-decoration:none}.Footer-module__WQ1IhG__footerNav a:hover{text-decoration:underline}@media screen and (max-width:767px){.Footer-module__WQ1IhG__footerNav{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.Footer-module__WQ1IhG__footerNav a{margin:0 8px;font-size:12px}}.Footer-module__WQ1IhG__footerCopyright{font-size:var(--font-size-sm);color:var(--white-color);text-align:center;margin-top:24px;margin-bottom:-16px}@media screen and (min-width:768px){.Footer-module__WQ1IhG__footerCopyright{text-align:left;margin-left:16px}}
.CheckoutGiftCard-module__3wYAPW__modalBackdrop{z-index:1000;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.CheckoutGiftCard-module__3wYAPW__modalContainer{background-color:#f9f7f2;border-radius:24px;flex-direction:column;width:90%;max-width:800px;display:flex;overflow:hidden;box-shadow:0 2px 12px #0003}.CheckoutGiftCard-module__3wYAPW__modalHeader{background-color:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.CheckoutGiftCard-module__3wYAPW__modalTitle{color:#333;font-size:1.5rem}.CheckoutGiftCard-module__3wYAPW__closeButton{cursor:pointer;color:#666;background:0 0;border:none;font-size:1.25rem}.CheckoutGiftCard-module__3wYAPW__tabs{background-color:#fff;border-bottom:1px solid #e0e0e0;display:flex}.CheckoutGiftCard-module__3wYAPW__tabButton{text-align:center;cursor:pointer;color:#555;background:#f9f7f2;border:none;flex:1;padding:.75rem 0;font-size:1rem}.CheckoutGiftCard-module__3wYAPW__tabButton:hover{background:#eae7de}.CheckoutGiftCard-module__3wYAPW__activeTab{color:#333;background:#fff;border-bottom:2px solid #005754}.CheckoutGiftCard-module__3wYAPW__modalBody{background-color:#f9f7f2;max-height:60vh;padding:1rem;overflow-y:auto}.CheckoutGiftCard-module__3wYAPW__modalMessage{color:#555;text-align:center;margin-top:2rem;font-size:1rem}.CheckoutGiftCard-module__3wYAPW__modalError{color:#c00;text-align:center;margin-top:2rem;font-size:1rem}.CheckoutGiftCard-module__3wYAPW__cardsGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.CheckoutGiftCard-module__3wYAPW__cardItem{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;transition:box-shadow .2s;position:relative;overflow:hidden}.CheckoutGiftCard-module__3wYAPW__cardItem:hover{box-shadow:0 2px 8px #00000026}.CheckoutGiftCard-module__3wYAPW__cardSelected{border-color:#005754}.CheckoutGiftCard-module__3wYAPW__cardImageWrapper{background-color:#f0f0f0;width:100%;height:120px;position:relative}.CheckoutGiftCard-module__3wYAPW__cardPlaceholder{color:#777;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.CheckoutGiftCard-module__3wYAPW__cardInfo{text-align:center;background:#fff;padding:.5rem}.CheckoutGiftCard-module__3wYAPW__cardName{color:#333;margin-bottom:.25rem;font-size:.95rem;display:block}.CheckoutGiftCard-module__3wYAPW__cardPrice{color:#555;font-size:.9rem}.CheckoutGiftCard-module__3wYAPW__checkmarkOverlay{color:#fff;text-align:center;background-color:#005754;border-radius:50%;width:24px;height:24px;font-size:1rem;line-height:24px;position:absolute;top:8px;right:8px}.CheckoutGiftCard-module__3wYAPW__messageForm{flex-direction:column;gap:4px;display:flex}.CheckoutGiftCard-module__3wYAPW__fieldGroup{flex-direction:column;display:flex}.CheckoutGiftCard-module__3wYAPW__fieldGroup label{color:#333;margin-bottom:.25rem;font-weight:500}.CheckoutGiftCard-module__3wYAPW__textInput,.CheckoutGiftCard-module__3wYAPW__textArea{resize:none;color:#333;background:#fff;border:1px solid #ccc;border-radius:4px;padding:.5rem .75rem;font-size:1rem}.CheckoutGiftCard-module__3wYAPW__textArea{min-height:100px}.CheckoutGiftCard-module__3wYAPW__charCount{color:#777;text-align:right;margin-top:.25rem;font-size:.85rem}.CheckoutGiftCard-module__3wYAPW__suggestedLinkWrapper{text-align:left}.CheckoutGiftCard-module__3wYAPW__suggestedLink{color:#005754;font-size:.9rem;text-decoration:underline}.CheckoutGiftCard-module__3wYAPW__suggestedLink:hover{color:#003d3d}.CheckoutGiftCard-module__3wYAPW__modalFooter{background-color:#fff;border-top:1px solid #e0e0e0;flex-direction:row-reverse;justify-content:space-between;padding:1rem;display:flex}.CheckoutGiftCard-module__3wYAPW__previewButton{color:#005754;cursor:pointer;background:#fff;border:1px solid #005754;border-radius:4px;padding:.6rem 1.2rem;font-size:1rem}.CheckoutGiftCard-module__3wYAPW__previewButton:hover{background:#f0f5f5}.CheckoutGiftCard-module__3wYAPW__saveButton{color:#fff;cursor:pointer;background-color:#005754;border:none;border-radius:12px;padding:.6rem 1.2rem;font-size:1rem}.CheckoutGiftCard-module__3wYAPW__saveButton:hover{background-color:#003d3d}.CheckoutGiftCard-module__3wYAPW__giftSection{background:#fff;border:1px solid #e1e1e1;border-radius:8px;margin-top:2rem;padding:1rem}.CheckoutGiftCard-module__3wYAPW__giftSectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CheckoutGiftCard-module__3wYAPW__giftSectionTitle{color:#333;font-size:1.25rem}.CheckoutGiftCard-module__3wYAPW__giftSectionStatus{color:green;font-size:1rem}.CheckoutGiftCard-module__3wYAPW__giftPreviewWrapper{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.CheckoutGiftCard-module__3wYAPW__giftPreviewImage{background:#f0f0f0;border:1px solid #ccc;border-radius:8px;width:120px;height:120px;position:relative;overflow:hidden}.CheckoutGiftCard-module__3wYAPW__giftPreviewPlaceholder{color:#777;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.CheckoutGiftCard-module__3wYAPW__giftTexts{flex-direction:column;flex:1;gap:.5rem;display:flex}.CheckoutGiftCard-module__3wYAPW__giftTextLine{color:#555;font-size:.95rem}.CheckoutGiftCard-module__3wYAPW__customizeButton{color:#fff;cursor:pointer;background-color:#005754;border:none;border-radius:4px;padding:.6rem 1.2rem;font-size:1rem;transition:background-color .2s}.CheckoutGiftCard-module__3wYAPW__customizeButton:hover{background-color:#003d3d}
.CartItems-module__J_BS4a__list{background:#fff;border:1px solid #e1e1e1;border-radius:16px;margin-bottom:1.5rem;padding:4px 12px}.CartItems-module__J_BS4a__row{border-bottom:1px solid #f0f0f0;align-items:center;gap:1rem;padding:8px 0;display:flex}.CartItems-module__J_BS4a__row:last-child{border-bottom:none}.CartItems-module__J_BS4a__thumb{object-fit:cover;border-radius:8px}.CartItems-module__J_BS4a__meta{flex:1}.CartItems-module__J_BS4a__name{color:#444;font-weight:500}.CartItems-module__J_BS4a__qtyTxt{color:#777;margin-left:.25rem}.CartItems-module__J_BS4a__controls{align-items:center;gap:.5rem;display:flex}.CartItems-module__J_BS4a__controls button{color:#fff;cursor:pointer;background:#004e4c;border:none;border-radius:12px;place-items:center;width:32px;height:32px;display:grid}.CartItems-module__J_BS4a__qty{text-align:center;min-width:24px;font-weight:600}.CartItems-module__J_BS4a__price{color:#222;font-weight:500}
.Payment-module__ajmeWG__wrap{max-width:1024px;margin:0 auto;padding:1rem 1rem 4rem}.Payment-module__ajmeWG__h1{text-align:center;margin-bottom:2rem;font-size:1.8rem}.Payment-module__ajmeWG__h2{margin:0 0 1rem;font-size:1.2rem}.Payment-module__ajmeWG__card{border:1px solid var(--border-color);background:#fff;border-radius:24px;margin-bottom:2rem;padding:1.6rem}.Payment-module__ajmeWG__list{margin:0 0 1rem;padding:0;list-style:none}.Payment-module__ajmeWG__list li{margin:0 0 .4rem}.Payment-module__ajmeWG__payBtn,.Payment-module__ajmeWG__payBtnOutline{cursor:pointer;border-radius:12px;width:100%;margin-bottom:1rem;padding:.8rem;font-size:1rem;font-weight:600;transition:all .25s}.Payment-module__ajmeWG__payBtn{color:#fff;background:var(--primary-color);border:none}.Payment-module__ajmeWG__payBtn:hover{background:var(--primary-color-hover)}.Payment-module__ajmeWG__payBtnOutline{border:2px solid var(--primary-color);color:var(--primary-color);background:#fff}.Payment-module__ajmeWG__payBtnOutline:hover{background:var(--info-50)}.Payment-module__ajmeWG__center{text-align:center;margin-top:4rem}
.VoucherSection-module__WCRsTW__block{margin:1.5rem 0}.VoucherSection-module__WCRsTW__label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.VoucherSection-module__WCRsTW__inputWrap{gap:.5rem;display:flex}.VoucherSection-module__WCRsTW__input{border:1px solid #ccc;border-radius:12px;flex:1;padding:.5rem .75rem}.VoucherSection-module__WCRsTW__button{color:#fff;cursor:pointer;text-align:center;background:#005754;border:none;border-radius:12px;min-width:140px;padding:.5rem 1rem}.VoucherSection-module__WCRsTW__button:hover{background:#004645}.VoucherSection-module__WCRsTW__error{color:#c00;margin-top:.25rem;font-size:.875rem}
.Carousel-module__DzkMuG__carousel{background-color:var(--background);border-radius:24px;width:calc(100% - 32px);max-width:1920px;height:calc(40vw - 12.8px);margin:16px;position:relative;overflow:hidden}.Carousel-module__DzkMuG__carouselInner{width:100%;height:100%;transition:transform .5s;display:flex}.Carousel-module__DzkMuG__carouselSlide{min-width:100%;height:100%;position:relative}.Carousel-module__DzkMuG__desktopImage{object-fit:cover;width:100%;height:100%;display:block}.Carousel-module__DzkMuG__mobileImage{object-fit:cover;width:100%;height:100%;display:none}@media (max-width:768px){.Carousel-module__DzkMuG__carousel{border-radius:12px;width:calc(100% - 12px);height:calc(40vw - 4.8px);margin:6px}}@media (max-width:480px){.Carousel-module__DzkMuG__carousel{border-radius:12px;width:calc(100vw - 12px);height:calc(150vw - 18px);margin:6px}.Carousel-module__DzkMuG__desktopImage{display:none}.Carousel-module__DzkMuG__mobileImage{display:block}}.Carousel-module__DzkMuG__prevButton,.Carousel-module__DzkMuG__nextButton{color:#fff;cursor:pointer;background:0 0;border:none;padding:10px;font-size:24px;position:absolute;top:50%;transform:translateY(-50%)}.Carousel-module__DzkMuG__prevButton i,.Carousel-module__DzkMuG__nextButton i{font-size:24px}.Carousel-module__DzkMuG__prevButton{left:10px}.Carousel-module__DzkMuG__nextButton{right:10px}@media (max-width:480px){.Carousel-module__DzkMuG__prevButton,.Carousel-module__DzkMuG__nextButton{display:none}}.Carousel-module__DzkMuG__dots{gap:8px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.Carousel-module__DzkMuG__dot{cursor:pointer;background-color:#ffffff80;border-radius:50%;width:8px;height:8px;transition:width .3s,background-color .3s}.Carousel-module__DzkMuG__activeDot{background-color:var(--turquoise-700);border-radius:4px;width:12px}.Carousel-module__DzkMuG__carouselSkeleton{background-color:#eee;border-radius:24px;width:calc(100% - 32px);height:calc(40vw - 12.8px);margin:16px;position:relative;overflow:hidden}.Carousel-module__DzkMuG__skeletonSlide{background-color:#ddd;width:100%;height:100%;position:relative;overflow:hidden}.Carousel-module__DzkMuG__skeletonSlide:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%);width:150%;height:100%;animation:1.6s linear .5s infinite Carousel-module__DzkMuG__wave;position:absolute;top:0;left:-150%}@keyframes Carousel-module__DzkMuG__wave{0%{transform:translate(-150%)}50%{transform:translate(150%)}to{transform:translate(150%)}}@media (max-width:786px){.Carousel-module__DzkMuG__carouselSkeleton{border-radius:12px;width:calc(100% - 12px);height:calc(40vw - 4.8px);margin:6px}}@media (max-width:480px){.Carousel-module__DzkMuG__carouselSkeleton{border-radius:12px;width:calc(100vw - 12px);height:calc(150vw - 18px);margin:6px}}
.DeliveryDetails-module__JX-mlq__checkoutContainer{max-width:960px;margin:0 auto;padding:2rem 1rem 4rem}.DeliveryDetails-module__JX-mlq__title{text-align:center;color:var(--green-600);margin-bottom:2rem;font-size:1.6rem;font-weight:700}.DeliveryDetails-module__JX-mlq__formWrap{flex-direction:column;gap:2rem;display:flex}.DeliveryDetails-module__JX-mlq__card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:1.8rem}.DeliveryDetails-module__JX-mlq__cardHeading{margin:0 0 1rem;font-size:1.15rem;font-weight:600}.DeliveryDetails-module__JX-mlq__subHeading{margin:1.2rem 0 .7rem;font-size:1rem;font-weight:600}.DeliveryDetails-module__JX-mlq__formRow{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.DeliveryDetails-module__JX-mlq__formRow{flex-direction:row}}.DeliveryDetails-module__JX-mlq__formGroup{flex-direction:column;flex:1;display:flex}.DeliveryDetails-module__JX-mlq__formGroup label span{color:var(--error-color)}.DeliveryDetails-module__JX-mlq__formGroup input,.DeliveryDetails-module__JX-mlq__datePicker,.DeliveryDetails-module__JX-mlq__phoneInput{border:1px solid var(--input-border);width:100%;color:var(--text-color);background:var(--gray-50);border-radius:12px;outline:none;padding:.55rem .95rem;font-size:.95rem;transition:all .25s}.DeliveryDetails-module__JX-mlq__formGroup input:focus,.DeliveryDetails-module__JX-mlq__datePicker:focus,.DeliveryDetails-module__JX-mlq__phoneInput:focus{border-color:var(--turquoise-500);background:var(--turquoise-50);box-shadow:0 0 0 2px var(--turquoise-600)}.DeliveryDetails-module__JX-mlq__phoneContainer{width:100%}.DeliveryDetails-module__JX-mlq__phoneInput{border-radius:9999px!important;padding-left:60px!important}.DeliveryDetails-module__JX-mlq__phoneButton{background:var(--gray-50)!important;border:none!important;border-radius:9999px 0 0 9999px!important}.DeliveryDetails-module__JX-mlq__flag-dropdown.DeliveryDetails-module__JX-mlq__open,.DeliveryDetails-module__JX-mlq__flag-dropdown:hover{background:var(--turquoise-50)!important;border-color:var(--turquoise-500)!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country-list{border:none;max-height:280px;padding:4px 0;overflow-y:auto;box-shadow:0 8px 24px #0000001f;border-radius:12px!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__search-box{border:1px solid var(--input-border);background:var(--gray-100);border-radius:8px;margin:0 8px 6px;padding:6px 10px;font-size:.9rem}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country{align-items:center;gap:8px;padding:6px 12px;font-size:.9rem;display:flex}.DeliveryDetails-module__JX-mlq__country:hover,.DeliveryDetails-module__JX-mlq__country.DeliveryDetails-module__JX-mlq__highlight{color:#fff;background:var(--turquoise-500)!important}.DeliveryDetails-module__JX-mlq__country:hover .DeliveryDetails-module__JX-mlq__dial-code,.DeliveryDetails-module__JX-mlq__country.DeliveryDetails-module__JX-mlq__highlight .DeliveryDetails-module__JX-mlq__dial-code{color:#fff}.DeliveryDetails-module__JX-mlq__addressHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.DeliveryDetails-module__JX-mlq__addBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.45rem .85rem;font-size:.85rem}.DeliveryDetails-module__JX-mlq__addressScroller{flex-direction:column;gap:1rem;max-height:280px;display:flex;overflow-y:auto}@media (min-width:768px){.DeliveryDetails-module__JX-mlq__addressScroller{flex-direction:row;max-height:none;overflow:auto hidden}}.DeliveryDetails-module__JX-mlq__addressScroller::-webkit-scrollbar{width:6px;height:6px}.DeliveryDetails-module__JX-mlq__addressScroller::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:3px}.DeliveryDetails-module__JX-mlq__tile{background:var(--gray-100);cursor:pointer;border:2px solid #0000;border-radius:12px;flex:0 0 100%;align-items:flex-start;margin-right:12px;padding:.9rem 1rem;transition:all .2s;display:flex;position:relative}@media (min-width:768px){.DeliveryDetails-module__JX-mlq__tile{flex:0 0 280px;margin-bottom:12px;margin-right:0}}.DeliveryDetails-module__JX-mlq__tile:hover{background:var(--gray-200)}.DeliveryDetails-module__JX-mlq__selected{border-color:var(--primary-color);background:var(--info-50)}.DeliveryDetails-module__JX-mlq__tileContent{font-size:.95rem;line-height:1.35}.DeliveryDetails-module__JX-mlq__tile input[type=radio]{opacity:0;cursor:pointer;appearance:none;margin:0;position:absolute;inset:0}.DeliveryDetails-module__JX-mlq__slotList{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.DeliveryDetails-module__JX-mlq__datePickerWrap{margin-bottom:.8rem}.DeliveryDetails-module__JX-mlq__primaryBtn{color:#fff;background:var(--primary-color);cursor:pointer;border:none;border-radius:50px;align-self:center;width:100%;max-width:480px;margin-top:1rem;padding:.9rem;font-weight:600;transition:all .25s}.DeliveryDetails-module__JX-mlq__primaryBtn:hover{background:var(--primary-color-hover)}.DeliveryDetails-module__JX-mlq__error{color:var(--error-color);text-align:center;margin-top:.6rem}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country-list{background:#fff!important;border:none!important;border-radius:12px!important;width:280px!important;padding:6px 0 10px!important;box-shadow:0 10px 26px #00000029!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__search-box{color:var(--text-color);background:var(--gray-100)url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' stroke='%239CA3AF' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='6' r='4'/%3E%3Cpath d='M11 11l-2-2'/%3E%3C/svg%3E") 12px 50% no-repeat;border:1px solid var(--input-border)!important;border-radius:30px!important;width:calc(100% - 28px)!important;margin:0 14px 8px!important;padding:7px 34px 7px 38px!important;font-size:.9rem!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__search-box:focus{outline:none;border-color:var(--turquoise-500)!important;background-color:var(--turquoise-50)!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country{cursor:pointer;align-items:center;gap:10px;font-size:.9rem;display:flex;padding:6px 14px!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country:hover,.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country.DeliveryDetails-module__JX-mlq__highlight{background:var(--turquoise-500)!important;color:#fff!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country:hover .DeliveryDetails-module__JX-mlq__dial-code,.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country.DeliveryDetails-module__JX-mlq__highlight .DeliveryDetails-module__JX-mlq__dial-code{color:#fff!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__flag{box-shadow:none!important;background-size:22px 16px!important;border-radius:3px!important;width:22px!important;height:16px!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__divider{background:var(--gray-200)!important;height:1px!important;margin:4px 0!important}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country-list::-webkit-scrollbar{width:6px}.DeliveryDetails-module__JX-mlq__react-tel-input .DeliveryDetails-module__JX-mlq__country-list::-webkit-scrollbar-thumb{background:var(--turquoise-600);border-radius:3px!important}
.PaymentSummary-module__mJkWfG__layout{gap:2rem;display:grid}@media (min-width:768px){.PaymentSummary-module__mJkWfG__layout{grid-template-columns:minmax(0,1fr) 360px}}@media (min-width:1280px){.PaymentSummary-module__mJkWfG__layout{max-width:1200px;margin-inline:auto}}.PaymentSummary-module__mJkWfG__leftCol,.PaymentSummary-module__mJkWfG__rightCol{background:var(--white);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem}.PaymentSummary-module__mJkWfG__sectionTitle{font:var(--font-weight-bold)1.25rem var(--font-special);color:var(--green-700);margin-bottom:1rem}.PaymentSummary-module__mJkWfG__productRow{gap:.75rem;margin-bottom:.75rem;display:flex}.PaymentSummary-module__mJkWfG__productImg{object-fit:cover;border-radius:6px;flex:0 0 80px;height:100px}.PaymentSummary-module__mJkWfG__productInfo{flex-direction:column;flex:auto;justify-content:space-between;display:flex}.PaymentSummary-module__mJkWfG__productName{margin:0;font-weight:600}.PaymentSummary-module__mJkWfG__productMeta{color:var(--muted-color);justify-content:space-between;font-size:.9375rem;display:flex}.PaymentSummary-module__mJkWfG__giftCardBox{border-top:1px dashed var(--border-color);gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.PaymentSummary-module__mJkWfG__giftImg{object-fit:cover;border-radius:6px;flex:0 0 80px;height:80px}.PaymentSummary-module__mJkWfG__giftBody{flex:auto}.PaymentSummary-module__mJkWfG__giftHeader{justify-content:space-between;align-items:baseline;display:flex}.PaymentSummary-module__mJkWfG__giftName{margin:0;font-weight:600}.PaymentSummary-module__mJkWfG__giftPrice{font-weight:600}.PaymentSummary-module__mJkWfG__giftMessage{white-space:pre-wrap;margin-top:.5rem;font-style:italic}.PaymentSummary-module__mJkWfG__couponWrap{border-top:1px dashed var(--border-color);margin-top:1rem;padding-top:1rem}.PaymentSummary-module__mJkWfG__couponRow{align-items:center;gap:.4rem;margin-bottom:.25rem;display:flex}.PaymentSummary-module__mJkWfG__couponIcon{color:var(--muted-color);font-size:1rem}.PaymentSummary-module__mJkWfG__couponCode{font-weight:600}.PaymentSummary-module__mJkWfG__couponAmt{color:var(--error-color);margin-left:auto}.PaymentSummary-module__mJkWfG__totalRow{font:var(--font-weight-bold)1.125rem var(--font-base);border-top:1px solid var(--border-color);justify-content:space-between;margin-top:1rem;padding-top:.5rem;display:flex}.PaymentSummary-module__mJkWfG__detailGrid{font-size:.9375rem;font-family:var(--font-main);grid-template-columns:140px 1fr;gap:.25rem .5rem;font-weight:600;display:grid}.PaymentSummary-module__mJkWfG__label{color:var(--muted-color)}.PaymentSummary-module__mJkWfG__mapWrap{border-radius:10px;height:180px;margin:1rem 0 1.25rem;overflow:hidden}.PaymentSummary-module__mJkWfG__map{width:100%;height:100%}@media (max-width:767px){.PaymentSummary-module__mJkWfG__leftCol,.PaymentSummary-module__mJkWfG__rightCol{padding-inline:1rem}}
.GiftCardPreview-module__KMHr_W__block{background:#fff;border:1px solid #e1e1e1;border-radius:24px;margin-bottom:1.5rem;padding:12px}.GiftCardPreview-module__KMHr_W__head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.GiftCardPreview-module__KMHr_W__title{font-size:1.1rem;font-weight:600}.GiftCardPreview-module__KMHr_W__status{color:#777;font-size:.9rem}.GiftCardPreview-module__KMHr_W__previewWrap{gap:1rem;display:flex}.GiftCardPreview-module__KMHr_W__imageBox{background:#f0f0f0;border-radius:8px;width:120px;height:120px;position:relative;overflow:hidden}.GiftCardPreview-module__KMHr_W__placeholder{color:#777;place-items:center;height:100%;font-size:.9rem;display:grid}.GiftCardPreview-module__KMHr_W__texts{flex:1;font-size:.875rem}.GiftCardPreview-module__KMHr_W__line{margin:.125rem 0;display:block}.GiftCardPreview-module__KMHr_W__customBtn{color:#fff;cursor:pointer;background:#005754;border:none;border-radius:12px;margin-top:.5rem;padding:.5rem 1rem}.GiftCardPreview-module__KMHr_W__customBtn:hover{background:#004645}
.InfoBar-module__38X_gq__info-bar{background:var(--yellow-50);white-space:nowrap;width:100%;overflow:hidden}.InfoBar-module__38X_gq__scroll-container{align-items:center;animation:20s linear infinite InfoBar-module__38X_gq__scroll-left;display:inline-flex}.InfoBar-module__38X_gq__scroll-item{color:#0b4f50;align-items:center;gap:8px;padding:0 24px;font-family:Advent Pro,sans-serif;font-size:14px;display:inline-flex}.InfoBar-module__38X_gq__scroll-icon{color:#0b4f50;padding:2px 0;line-height:1;font-size:18px!important}.InfoBar-module__38X_gq__scroll-text{display:inline-block}@keyframes InfoBar-module__38X_gq__scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (min-width:600px){.InfoBar-module__38X_gq__scroll-container{justify-content:center;align-items:center;gap:clamp(24px,5vw,64px);max-width:1280px;margin:0 auto;animation:none;display:flex}.InfoBar-module__38X_gq__scroll-item{gap:4px}.InfoBar-module__38X_gq__scroll-icon{font-size:18px!important}.InfoBar-module__38X_gq__dup{display:none}}
.SummaryBox-module__haSVBa__box{background:#fff;border:1px solid #e1e1e1;border-radius:24px;margin-bottom:1rem;padding:12px}.SummaryBox-module__haSVBa__title{color:#333;margin-bottom:.75rem;font-size:1.25rem}.SummaryBox-module__haSVBa__row{color:#555;border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:.5rem 0;display:flex}.SummaryBox-module__haSVBa__total{color:#222;border-bottom:none;font-size:1.1rem;font-weight:600}.SummaryBox-module__haSVBa__discount{color:green}.SummaryBox-module__haSVBa__checkoutBtn{color:#fff;cursor:pointer;background:#005754;border:none;border-radius:12px;width:100%;margin-top:.75rem;padding:.75rem 1rem;font-weight:500}.SummaryBox-module__haSVBa__checkoutBtn:hover{background:#004645}
.ProductCard-module__bki8ua__card{text-align:center;background:#fff;border:1px solid #ddd;border-radius:16px;flex-direction:column;justify-content:flex-start;height:100%;padding:8px;display:flex;position:relative;box-shadow:0 3px 10px #0000001a}.ProductCard-module__bki8ua__imageWrapper{aspect-ratio:4/5;border-radius:8px;width:100%;position:relative;overflow:hidden}.ProductCard-module__bki8ua__image{object-fit:cover}.ProductCard-module__bki8ua__saleBadge{color:#fff;font-weight:medium;font-family:var(--font-special);z-index:10;background:#c89b0e;border-radius:6px;padding:6px 14px;font-size:.9rem;position:absolute;top:12px;right:12px;box-shadow:0 2px 5px #0000001a}.ProductCard-module__bki8ua__title{font-family:var(--font-base);color:#0f3b3b;margin:.5rem 0;font-size:20px;font-weight:700}.ProductCard-module__bki8ua__price{font-size:1rem;font-family:var(--font-main);margin-bottom:1rem}.ProductCard-module__bki8ua__oldPrice{color:#999;margin-left:8px;font-size:16px;text-decoration:line-through}.ProductCard-module__bki8ua__currentPrice{color:#c89b0e;font-size:18px;font-weight:700}.ProductCard-module__bki8ua__cartButton{color:#fff;cursor:pointer;background:#0f3b3b;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:background .3s}.ProductCard-module__bki8ua__cartButton:hover{background:#072424}.ProductCard-module__bki8ua__qtyControls{align-items:center;gap:.5rem;display:flex}.ProductCard-module__bki8ua__qtyControls button{color:#fff;background:#004e4c;border:none;border-radius:4px;place-items:center;width:32px;height:32px;display:grid}.ProductCard-module__bki8ua__qty{text-align:center;min-width:24px;font-weight:600}.ProductCard-module__bki8ua__linkLayer{cursor:pointer;color:inherit;text-decoration:none;display:block}@keyframes ProductCard-module__bki8ua__wave{0%{transform:translate(-150%)}50%{transform:translate(150%)}to{transform:translate(150%)}}.ProductCard-module__bki8ua__skeletonCard{background-color:#eee;border-radius:16px;flex-direction:column;padding:8px;display:flex;position:relative;overflow:hidden}.ProductCard-module__bki8ua__skeletonCard:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%);width:150%;height:100%;animation:1.6s linear .5s infinite ProductCard-module__bki8ua__wave;position:absolute;top:0;left:-150%}.ProductCard-module__bki8ua__skeletonImage{aspect-ratio:4/5;background-color:#ddd;border-radius:8px;width:100%;margin-bottom:.5rem}.ProductCard-module__bki8ua__skeletonLine{background-color:#ddd;border-radius:4px;height:1rem;margin:.25rem auto}.ProductCard-module__bki8ua__skeletonButton{background-color:#ddd;border-radius:6px;width:60%;height:2rem;margin-top:auto}
.ProductGrid-module__Wp7uPq__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (max-width:1080px){.ProductGrid-module__Wp7uPq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:680px){.ProductGrid-module__Wp7uPq__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}
.Breadcrumbs-module__RovShq__bar{align-items:center;gap:.5rem;display:flex}.Breadcrumbs-module__RovShq__link{text-transform:capitalize;color:var(--turquoise-600);font-weight:600;text-decoration:none}.Breadcrumbs-module__RovShq__link:hover{color:var(--turquoise-400)}.Breadcrumbs-module__RovShq__current{text-transform:capitalize;font-weight:600}
.FilterDropdown-module__3n8bLa__select{color:#555;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:8px;outline:none;min-width:180px;padding:.5rem 1rem;font-size:1rem;transition:border-color .2s}.FilterDropdown-module__3n8bLa__select:hover,.FilterDropdown-module__3n8bLa__select:focus{border-color:#0f3b3b}
.CartPage-module__ZmZw-G__title{color:#333;font-size:1.75rem;font-family:var(--font-special);font-weight:var(--font-weight-bold);margin-bottom:1rem}.CartPage-module__ZmZw-G__cartList{background:#fff;border:1px solid #e1e1e1;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.CartPage-module__ZmZw-G__cartItem{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.CartPage-module__ZmZw-G__cartItem:last-child{border-bottom:none}.CartPage-module__ZmZw-G__itemName{color:#444;margin-right:.5rem;font-weight:500}.CartPage-module__ZmZw-G__itemQty{color:#777}.CartPage-module__ZmZw-G__itemRight{align-items:center;gap:1rem;display:flex}.CartPage-module__ZmZw-G__itemPrice{color:#222;font-weight:500}.CartPage-module__ZmZw-G__removeBtn{cursor:pointer;color:#c00;background:0 0;border:none;font-size:1rem}.CartPage-module__ZmZw-G__voucherSection{margin:1.5rem 0}.CartPage-module__ZmZw-G__voucherLabel{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.CartPage-module__ZmZw-G__voucherInputWrapper{gap:.5rem;display:flex}.CartPage-module__ZmZw-G__voucherInput{border:1px solid #ccc;border-radius:4px;flex:1;padding:.5rem .75rem;font-size:1rem}.CartPage-module__ZmZw-G__voucherButton{color:#fff;cursor:pointer;background:#005754;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.CartPage-module__ZmZw-G__voucherButton:hover{background:#004645}.CartPage-module__ZmZw-G__voucherError{color:#c00;margin-top:.5rem;font-size:.9rem}.CartPage-module__ZmZw-G__summaryBox{background:#fff;border:1px solid #e1e1e1;border-radius:8px;margin-bottom:1rem;padding:1rem}.CartPage-module__ZmZw-G__summaryTitle{color:#333;margin-bottom:.75rem;font-size:1.25rem}.CartPage-module__ZmZw-G__summaryRow{color:#555;border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:.5rem 0;display:flex}.CartPage-module__ZmZw-G__summaryRow:last-child{border-bottom:none}.CartPage-module__ZmZw-G__discountAmount{color:green}.CartPage-module__ZmZw-G__totalRow{color:#222;margin-top:.5rem;font-size:1.1rem;font-weight:600}.CartPage-module__ZmZw-G__continueButton{color:#fff;cursor:pointer;background:#005754;border:none;border-radius:4px;width:100%;margin-top:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:background-color .2s}.CartPage-module__ZmZw-G__continueButton:hover{background:#004645}.CartPage-module__ZmZw-G__emptyCart{text-align:center;color:#777;margin:4rem 0;font-size:1.25rem}.CartPage-module__ZmZw-G__center{text-align:center;margin-top:4rem}.CartPage-module__ZmZw-G__container{max-width:1000px;margin:2rem auto;padding:0 1rem}.CartPage-module__ZmZw-G__title{color:#333;margin-bottom:1rem;font-size:1.75rem}.CartPage-module__ZmZw-G__empty{text-align:center;color:#777;margin:4rem 0;font-size:1.25rem}
.Callback-module__2Z-nxa__wrap{text-align:center;max-width:400px;min-height:50%;margin:0 auto;padding:4rem 1rem}.Callback-module__2Z-nxa__title{font-size:1.25rem;font-weight:var(--font-weight-bold);color:var(--green-700);margin:1.25rem 0 .5rem}.Callback-module__2Z-nxa__msg{color:var(--muted-color);font-size:.9375rem}.Callback-module__2Z-nxa__error{color:var(--error-color);font-weight:600}.Callback-module__2Z-nxa__spinner{border:6px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;width:56px;height:56px;margin:0 auto;animation:.9s linear infinite Callback-module__2Z-nxa__spin}@keyframes Callback-module__2Z-nxa__spin{to{transform:rotate(360deg)}}
.Success-module__9hb2Ia__wrap{max-width:800px;margin:0 auto;padding:2rem 1rem 4rem}.Success-module__9hb2Ia__h1{text-align:center;font-size:1.8rem;font-family:var(--font-special);margin-bottom:2rem}.Success-module__9hb2Ia__bigCenter{text-align:center;font-size:2rem;font-weight:var(--font-weight-bold);font-family:var(--font-special);margin:1rem 0 1.75rem}.Success-module__9hb2Ia__panel{background:var(--white);border:1px solid var(--border-color);border-radius:24px;padding:1.25rem}.Success-module__9hb2Ia__sectionTitle{font:var(--font-weight-bold)1.25rem var(--font-special);color:var(--green-700);margin-bottom:1rem}.Success-module__9hb2Ia__detailGrid{font-size:.9375rem;font-family:var(--font-main);grid-template-columns:140px 1fr;gap:.25rem .5rem;font-weight:600;display:grid}.Success-module__9hb2Ia__label{color:var(--muted-color);font-family:var(--font-main);font-size:1rem;font-weight:500}.Success-module__9hb2Ia__mapWrap{border-radius:12px;height:180px;margin:1rem 0 1.25rem;overflow:hidden}.Success-module__9hb2Ia__map{width:100%;height:100%}.Success-module__9hb2Ia__shopBtn{background:var(--green-500);width:100%;color:var(--white);text-align:center;font-weight:600;font-family:var(--font-main);border-radius:12px;margin-top:1rem;padding:.8rem;transition:all .25s;display:block}.Success-module__9hb2Ia__shopBtn:hover{background:var(--green-600)}.Success-module__9hb2Ia__center{text-align:center;margin-top:4rem}
.page-module__C3e_ra__container{max-width:1240px;margin:0 auto;padding:2rem 1rem}.page-module__C3e_ra__title{text-transform:capitalize;margin-bottom:1.5rem;font-size:2rem;font-weight:600}.page-module__C3e_ra__pager{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.page-module__C3e_ra__pagerLink{color:#1d4ed8;text-decoration:none}.page-module__C3e_ra__pagerLink:hover{text-decoration:underline}.page-module__C3e_ra__pagerLinkActive{color:inherit;font-weight:700;text-decoration:underline}
.ProductList-module__TOyrLW__filterBar{background:#f9f9f9;border-bottom:1px solid #eee;justify-content:flex-start;padding:1rem 2rem;display:flex}.ProductList-module__TOyrLW__grid{background:var(--background);grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:2rem;padding:2rem;display:grid}@media (max-width:1323px){.ProductList-module__TOyrLW__grid{grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem}}@media (max-width:767px){.ProductList-module__TOyrLW__grid{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.5rem}}
.ProductRow-module__WboHzq__section{margin-block:3rem}.ProductRow-module__WboHzq__header{justify-content:space-between;align-items:center;margin-bottom:1rem;padding-inline:1rem;display:flex}.ProductRow-module__WboHzq__title{color:#0f3b3b;font-size:28px;font-weight:700;font-family:var(--font-base)}.ProductRow-module__WboHzq__viewAll{color:#fff;font-size:.9rem;font-family:var(--font-main);background:#0f3b3b;border-radius:16px;align-items:center;gap:.25rem;padding:.45rem 1rem;text-decoration:none;transition:background .25s;display:inline-flex}.ProductRow-module__WboHzq__viewAll:hover{background:#072424}.ProductRow-module__WboHzq__viewAll svg{width:16px;height:16px}.ProductRow-module__WboHzq__rowWrap{position:relative}.ProductRow-module__WboHzq__row{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:minmax(250px,1fr);grid-auto-flow:column;gap:1.5rem;padding:0 1rem .5rem;scroll-padding-inline:1rem;display:grid;overflow-x:auto}.ProductRow-module__WboHzq__row::-webkit-scrollbar{display:none}.ProductRow-module__WboHzq__cardWrap{scroll-snap-align:start;height:100%}.ProductRow-module__WboHzq__arrow{z-index:20;color:#fff;cursor:pointer;background:#0f3b3b;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;font-size:1.6rem;transition:background .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 10px 1px #ffffff80}.ProductRow-module__WboHzq__arrow:hover{background:#072424;box-shadow:0 0 10px 3px #ffffff80}.ProductRow-module__WboHzq__left{left:.25rem}.ProductRow-module__WboHzq__right{right:.25rem}@keyframes ProductRow-module__WboHzq__wave{0%{transform:translate(-150%)}50%{transform:translate(150%)}to{transform:translate(150%)}}.ProductRow-module__WboHzq__skeletonCard{background-color:#eee;border-radius:16px;flex-direction:column;padding:8px;display:flex;position:relative;overflow:hidden}.ProductRow-module__WboHzq__skeletonCard:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%);width:150%;height:100%;animation:1.6s linear .5s infinite ProductRow-module__WboHzq__wave;position:absolute;top:0;left:-150%}.ProductRow-module__WboHzq__skeletonImage{aspect-ratio:4/5;background-color:#ddd;border-radius:8px;width:100%;margin-bottom:.5rem}.ProductRow-module__WboHzq__skeletonLine{background-color:#ddd;border-radius:4px;height:1rem;margin:.25rem auto}.ProductRow-module__WboHzq__skeletonButton{background-color:#ddd;border-radius:6px;width:60%;height:2rem;margin-top:auto}
