.ProductDetail-module__O5PFCq__wrapper{max-width:1200px;margin:0 auto;padding:32px 24px 48px}.ProductDetail-module__O5PFCq__breadcrumbs{font-family:var(--font-main),Arial,sans-serif;align-items:center;gap:8px;padding:20px 0;font-size:14px;display:flex}.ProductDetail-module__O5PFCq__breadcrumbLink{color:#06c;text-decoration:underline}.ProductDetail-module__O5PFCq__breadcrumbLink:hover{color:#049}.ProductDetail-module__O5PFCq__breadcrumbSep{color:#999}.ProductDetail-module__O5PFCq__breadcrumbCurrent{color:#333}.ProductDetail-module__O5PFCq__container{background:#fff;grid-template-columns:1fr 1fr;gap:48px;padding:0;display:grid}.ProductDetail-module__O5PFCq__imageSection{flex-direction:column;display:flex}.ProductDetail-module__O5PFCq__mainImage{background:#f5f5f5;border-radius:4px;width:100%;margin-bottom:16px;padding-top:100%;position:relative;overflow:hidden}.ProductDetail-module__O5PFCq__image{object-fit:cover}.ProductDetail-module__O5PFCq__thumbnails{gap:8px;display:flex;overflow-x:auto}.ProductDetail-module__O5PFCq__thumbnail{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:4px;flex-shrink:0;padding:0;transition:border-color .2s}.ProductDetail-module__O5PFCq__thumbnail:hover{border-color:#ccc}.ProductDetail-module__O5PFCq__thumbImg{object-fit:cover;border-radius:3px;display:block}.ProductDetail-module__O5PFCq__thumbnail.ProductDetail-module__O5PFCq__selected{border-color:#333}.ProductDetail-module__O5PFCq__infoSection{flex-direction:column;padding-top:8px;display:flex}.ProductDetail-module__O5PFCq__availability{font-family:var(--font-main),Arial,sans-serif;letter-spacing:.5px;color:#333;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.ProductDetail-module__O5PFCq__title{font-family:var(--font-main),Arial,sans-serif;color:#333;margin:0 0 16px;font-size:28px;font-weight:400;line-height:1.2}.ProductDetail-module__O5PFCq__price{align-items:baseline;gap:10px;margin-bottom:24px;display:flex}.ProductDetail-module__O5PFCq__oldPrice{color:#999;font-size:16px;text-decoration:line-through}.ProductDetail-module__O5PFCq__currentPrice{color:#333;font-size:22px;font-weight:600}.ProductDetail-module__O5PFCq__cartControls{margin-bottom:16px}.ProductDetail-module__O5PFCq__addButton{color:#fff;font-family:var(--font-main),Arial,sans-serif;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:#0e3c3c;border:none;border-radius:4px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s}.ProductDetail-module__O5PFCq__addButton:hover{background:#0a2e2e}.ProductDetail-module__O5PFCq__addButton:disabled{cursor:not-allowed;background:#ccc}.ProductDetail-module__O5PFCq__qtyControls{align-items:center;gap:.75rem;display:flex}.ProductDetail-module__O5PFCq__qtyControls button{color:#fff;cursor:pointer;background:#0e3c3c;border:none;border-radius:4px;place-items:center;width:40px;height:40px;font-size:14px;transition:background .2s;display:grid}.ProductDetail-module__O5PFCq__qtyControls button:hover{background:#0a2e2e}.ProductDetail-module__O5PFCq__qty{text-align:center;min-width:32px;font-size:18px;font-weight:600}.ProductDetail-module__O5PFCq__deliveryNote{font-family:var(--font-main),Arial,sans-serif;color:#0e3c3c;margin:0;font-size:14px;font-weight:600}.ProductDetail-module__O5PFCq__descriptionBox{background:#f5f5f5;border-radius:4px;margin-top:40px;padding:32px}.ProductDetail-module__O5PFCq__descriptionTitle{font-family:var(--font-main),Arial,sans-serif;letter-spacing:.5px;color:#333;margin:0 0 16px;font-size:16px;font-weight:700}.ProductDetail-module__O5PFCq__descriptionText{font-family:var(--font-main),Arial,sans-serif;color:#555;margin:0;font-size:15px;line-height:1.7}.ProductDetail-module__O5PFCq__loading,.ProductDetail-module__O5PFCq__error{text-align:center;max-width:1200px;margin:0 auto;padding:48px 24px;font-size:1.1rem}.ProductDetail-module__O5PFCq__error{color:#c00}@media (max-width:768px){.ProductDetail-module__O5PFCq__wrapper{padding:0 16px 32px}.ProductDetail-module__O5PFCq__container{grid-template-columns:1fr;gap:24px}.ProductDetail-module__O5PFCq__title{font-size:22px}.ProductDetail-module__O5PFCq__currentPrice{font-size:20px}.ProductDetail-module__O5PFCq__addButton{width:100%;padding:14px}.ProductDetail-module__O5PFCq__qtyControls{justify-content:center}.ProductDetail-module__O5PFCq__descriptionBox{margin-top:24px;padding:20px}}
.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:inherit;position:relative}.CartIcon-module__nvzJba__iconStyle{color:#fff;font-size:26px}.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{z-index:999;opacity:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;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 4px 16px #0000001a}.CategoryDropdown-module__MCUh1W__link{font-family:var(--font-main),Arial,sans-serif;color:#333;border-radius:4px;padding:.5rem .75rem;font-size:14px;text-decoration:none;transition:background .15s;display:block}.CategoryDropdown-module__MCUh1W__link:hover{background:#f5f5f5}.CategoryDropdown-module__MCUh1W__leaving{animation:.15s forwards CategoryDropdown-module__MCUh1W__fadeOut}@keyframes CategoryDropdown-module__MCUh1W__fadeIn{0%{opacity:0;transform:translateY(4px)scale(.97)}to{opacity:1;transform:translateY(4px)scale(1)}}@keyframes CategoryDropdown-module__MCUh1W__fadeOut{0%{opacity:1;transform:translateY(4px)scale(1)}to{opacity:0;transform:translateY(4px)scale(.97)}}
.Header-module__aT1PEa__header{z-index:1001;background:#0e3c3c;width:100%;position:sticky;top:0}.Header-module__aT1PEa__topRow{justify-content:center;align-items:center;max-width:1400px;margin:0 auto;padding:16px 24px;display:flex;position:relative}.Header-module__aT1PEa__mobile-cat-toggle{color:#fffc;cursor:pointer;background:0 0;border:none;font-size:20px;display:none;position:absolute;left:24px}.Header-module__aT1PEa__logo-and-title{align-items:center;gap:10px;display:flex}.Header-module__aT1PEa__logo-and-title img{object-fit:contain;filter:brightness(0)invert();width:45px;height:45px}.Header-module__aT1PEa__logo-and-title h4{font-family:var(--font-voces),var(--font-special),serif;color:#fff;letter-spacing:1px;margin:0;font-size:22px;font-weight:400}.Header-module__aT1PEa__user-cart-icons{color:#fffc;align-items:center;gap:20px;display:flex;position:absolute;right:24px}.Header-module__aT1PEa__utilIcon{color:#fff;align-items:center;transition:opacity .2s;display:flex}.Header-module__aT1PEa__utilIcon:hover{opacity:.8}.Header-module__aT1PEa__utilIcon svg{font-size:26px}.Header-module__aT1PEa__user-initials{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;place-items:center;width:30px;height:30px;font-size:12px;font-weight:600;transition:background .2s;display:grid}.Header-module__aT1PEa__user-initials:hover{background:#ffffff4d}.Header-module__aT1PEa__user-menu-dropdown{z-index:1000;position:absolute;top:100%;right:0}.Header-module__aT1PEa__category{border-top:1px solid #ffffff1a}.Header-module__aT1PEa__category-menu{justify-content:center;gap:0;max-width:1400px;margin:0 auto;padding:0;list-style:none;display:flex}.Header-module__aT1PEa__category-menu li{position:relative}.Header-module__aT1PEa__category-menu a,.Header-module__aT1PEa__category-menu span{font-family:var(--font-voces),var(--font-main),sans-serif;color:#ffffffd9;text-transform:uppercase;letter-spacing:1px;padding:14px 24px;font-size:13px;font-weight:400;text-decoration:none;transition:color .2s,background .2s;display:inline-block}.Header-module__aT1PEa__category-menu a:hover{color:#fff;background:#ffffff14}.Header-module__aT1PEa__category-menu span,.Header-module__aT1PEa__topLabel{cursor:default}.Header-module__aT1PEa__mobile-backdrop{opacity:0;pointer-events:none;z-index:1100;background:#00000080;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{z-index:1200;background:#0e3c3c;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 #0000004d}.Header-module__aT1PEa__drawer.Header-module__aT1PEa__open{transform:translate(0)}.Header-module__aT1PEa__drawer-header{color:#fff;background:#0003;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Header-module__aT1PEa__drawer-title{font-family:var(--font-voces),var(--font-main),sans-serif;letter-spacing:.5px;margin:0;font-size:16px;font-weight:400}.Header-module__aT1PEa__drawer-close{color:#fffc;cursor:pointer;background:0 0;border:none;font-size:20px}.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-voces),var(--font-main),sans-serif;color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;padding:12px 24px;font-size:14px;text-decoration:none;transition:background .15s;display:flex}.Header-module__aT1PEa__drawer-link:hover{background:#ffffff14}.Header-module__aT1PEa__drawer-link:active{background:#ffffff1f}.Header-module__aT1PEa__chev{color:#ffffff80;margin-left:auto;font-size:1.1rem}@media (max-width:768px){.Header-module__aT1PEa__topRow{padding:12px 16px}.Header-module__aT1PEa__mobile-cat-toggle{display:inline-flex;left:16px}.Header-module__aT1PEa__user-cart-icons{gap:14px;right:16px}.Header-module__aT1PEa__utilLink,.Header-module__aT1PEa__utilIcon,.Header-module__aT1PEa__user-initials{display:none}.Header-module__aT1PEa__logo-and-title img{width:30px;height:30px}.Header-module__aT1PEa__logo-and-title h4{font-size:16px}.Header-module__aT1PEa__category{display:none}}@media (min-width:769px) and (max-width:1279px){.Header-module__aT1PEa__mobile-cat-toggle{display:inline-flex;left:24px}.Header-module__aT1PEa__category{display:none}}@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}
.Hero-module__Y1NHrq__hero{width:100%;height:500px;position:relative;overflow:hidden}.Hero-module__Y1NHrq__image{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Hero-module__Y1NHrq__content{text-align:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;max-width:600px;padding:40px 20px}.Hero-module__Y1NHrq__title{font-family:var(--font-italiana),serif;color:#fff;text-shadow:0 2px 4px #0000004d;margin:0 0 16px;font-size:56px;font-weight:400}.Hero-module__Y1NHrq__subtitle{font-family:var(--font-main),Arial,sans-serif;color:#fff;text-shadow:0 1px 2px #0000004d;margin:0 0 32px;font-size:20px}.Hero-module__Y1NHrq__button{color:#fff;font-family:var(--font-main),Arial,sans-serif;letter-spacing:1px;text-transform:uppercase;background:#0e3c3c;border-radius:50px;padding:16px 48px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #0003}.Hero-module__Y1NHrq__button:hover{background:#0a2e2e;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}@media (max-width:768px){.Hero-module__Y1NHrq__hero{height:400px}.Hero-module__Y1NHrq__title{font-size:36px}.Hero-module__Y1NHrq__subtitle{font-size:16px}.Hero-module__Y1NHrq__button{padding:14px 32px;font-size:13px}.Hero-module__Y1NHrq__content{padding:24px 16px}}
.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}
.InfoBar-module__38X_gq__info-bar{white-space:nowrap;background:#0a2e2e;width:100%;padding:6px 0;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{font-family:var(--font-voces),var(--font-main),sans-serif;color:#ffffffbf;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;padding:0 24px;font-size:12px;display:inline-flex}.InfoBar-module__38X_gq__scroll-icon{color:#ffffffbf;padding:2px 0;line-height:1;font-size:16px!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:16px!important}.InfoBar-module__38X_gq__dup{display:none}}
.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}
.ProductCard-module__bki8ua__card{color:inherit;cursor:pointer;flex-direction:column;height:100%;text-decoration:none;transition:opacity .2s;display:flex}.ProductCard-module__bki8ua__card:hover{opacity:.85}.ProductCard-module__bki8ua__imageWrapper{aspect-ratio:1;background:#f5f5f5;border-radius:4px;width:100%;position:relative;overflow:hidden}.ProductCard-module__bki8ua__image{object-fit:cover}.ProductCard-module__bki8ua__info{padding:12px 0}.ProductCard-module__bki8ua__title{font-family:var(--font-voces),var(--font-main),Arial,sans-serif;color:#333;margin:0 0 4px;font-size:16px;font-weight:400;line-height:1.3}.ProductCard-module__bki8ua__price{font-family:var(--font-voces),var(--font-main),Arial,sans-serif;color:#333;margin:0 0 6px;font-size:15px;font-weight:400}.ProductCard-module__bki8ua__availability{font-family:var(--font-voces),var(--font-main),Arial,sans-serif;letter-spacing:.5px;color:#333;text-transform:uppercase;font-size:11px;font-weight:700}@keyframes ProductCard-module__bki8ua__wave{0%{transform:translate(-150%)}50%{transform:translate(150%)}to{transform:translate(150%)}}.ProductCard-module__bki8ua__skeletonCard{background-color:#f5f5f5;border-radius:4px;flex-direction:column;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:1;background-color:#e0e0e0;border-radius:4px;width:100%;margin-bottom:.5rem}.ProductCard-module__bki8ua__skeletonLine{background-color:#e0e0e0;border-radius:4px;height:1rem;margin:.25rem 0}.ProductCard-module__bki8ua__skeletonButton{background-color:#e0e0e0;border-radius:4px;width:40%;height:.75rem;margin-top:.25rem}
.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}}
.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}
.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}
.ProductList-module__TOyrLW__container{max-width:100%;margin:0 auto;padding:0 8px}.ProductList-module__TOyrLW__grid{background:#fff;grid-template-columns:repeat(3,1fr);gap:8px;padding:0;display:grid}@media (max-width:900px){.ProductList-module__TOyrLW__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:600px){.ProductList-module__TOyrLW__container{padding:0 16px}.ProductList-module__TOyrLW__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.ProductList-module__TOyrLW__loadingText{text-align:center;font-family:var(--font-main),Arial,sans-serif;color:#999;padding:24px 0;font-size:14px}
.ProductRow-module__WboHzq__section{max-width:1400px;margin:0 auto;padding:60px 40px}.ProductRow-module__WboHzq__title{font-family:var(--font-italiana),serif;color:#333;text-align:center;margin:0 0 40px;font-size:36px;font-weight:400}.ProductRow-module__WboHzq__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.ProductRow-module__WboHzq__cardWrap{height:100%}.ProductRow-module__WboHzq__buttonWrap{text-align:center;margin-top:48px}.ProductRow-module__WboHzq__shopButton{color:#fff;font-family:var(--font-main),Arial,sans-serif;letter-spacing:1px;text-transform:uppercase;background:#0e3c3c;border-radius:50px;padding:16px 48px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.ProductRow-module__WboHzq__shopButton:hover{background:#0a2e2e;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width:900px){.ProductRow-module__WboHzq__section{padding:40px 0}.ProductRow-module__WboHzq__title{margin-bottom:24px;padding:0 24px;font-size:28px}.ProductRow-module__WboHzq__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding:0 24px;display:flex;overflow-x:auto}.ProductRow-module__WboHzq__grid::-webkit-scrollbar{display:none}.ProductRow-module__WboHzq__cardWrap{scroll-snap-align:center;flex:0 0 65%}.ProductRow-module__WboHzq__buttonWrap{margin-top:32px}}@media (max-width:600px){.ProductRow-module__WboHzq__section{padding:32px 0}.ProductRow-module__WboHzq__title{padding:0 16px;font-size:24px}.ProductRow-module__WboHzq__grid{gap:12px;padding:0 16px}.ProductRow-module__WboHzq__cardWrap{flex:0 0 75%}.ProductRow-module__WboHzq__shopButton{padding:14px 32px;font-size:13px}}@keyframes ProductRow-module__WboHzq__wave{0%{transform:translate(-150%)}50%{transform:translate(150%)}to{transform:translate(150%)}}.ProductRow-module__WboHzq__skeletonCard{background-color:#f5f5f5;border-radius:4px;flex-direction:column;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:1;background-color:#e0e0e0;border-radius:4px;width:100%;margin-bottom:.5rem}.ProductRow-module__WboHzq__skeletonLine{background-color:#e0e0e0;border-radius:4px;height:1rem;margin:.25rem 0}.ProductRow-module__WboHzq__skeletonButton{background-color:#e0e0e0;border-radius:4px;width:40%;height:.75rem;margin-top:.25rem}
.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}
.products-module__E8alaG__container{max-width:100%;margin:0 auto;padding:0 8px}.products-module__E8alaG__breadcrumbs{font-family:var(--font-main),Arial,sans-serif;align-items:center;gap:8px;padding:20px 0 0;font-size:14px;display:flex}.products-module__E8alaG__breadcrumbLink{color:#666;text-decoration:none}.products-module__E8alaG__breadcrumbLink:hover{color:#333;text-decoration:underline}.products-module__E8alaG__breadcrumbSep{color:#999}.products-module__E8alaG__breadcrumbCurrent{color:#333}.products-module__E8alaG__pageHeader{padding:20px 0 0}.products-module__E8alaG__pageTitle{font-family:var(--font-italiana),serif;color:#333;margin:0 0 12px;font-size:40px;font-weight:400}.products-module__E8alaG__pageDescription{font-family:var(--font-main),Arial,sans-serif;color:#555;max-width:800px;margin:0;font-size:15px;line-height:1.6}@media (max-width:768px){.products-module__E8alaG__container{padding:0 16px}.products-module__E8alaG__pageTitle{font-size:24px}.products-module__E8alaG__pageDescription{font-size:14px}}
.PromoBanner-module__drsn3a__banner{width:100%;max-width:1400px;margin:0 auto;position:relative;overflow:hidden}.PromoBanner-module__drsn3a__image{object-fit:cover;width:100%;height:420px;display:block}.PromoBanner-module__drsn3a__overlay{text-align:center;background:#0e3c3cd9;padding:40px 24px;position:absolute;bottom:0;left:0;right:0}.PromoBanner-module__drsn3a__title{font-family:var(--font-italiana),serif;color:#fff;margin:0 0 8px;font-size:36px;font-weight:400}.PromoBanner-module__drsn3a__subtitle{font-family:var(--font-voces),var(--font-main),sans-serif;color:#ffffffd9;margin:0 0 24px;font-size:15px}.PromoBanner-module__drsn3a__button{color:#0e3c3c;font-family:var(--font-main),Arial,sans-serif;letter-spacing:1px;text-transform:uppercase;background:#fffbe6;border-radius:50px;padding:14px 40px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.PromoBanner-module__drsn3a__button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width:900px){.PromoBanner-module__drsn3a__image{height:340px}.PromoBanner-module__drsn3a__overlay{padding:32px 20px}.PromoBanner-module__drsn3a__title{font-size:30px}}@media (max-width:600px){.PromoBanner-module__drsn3a__image{height:280px}.PromoBanner-module__drsn3a__overlay{padding:24px 16px}.PromoBanner-module__drsn3a__title{font-size:26px}.PromoBanner-module__drsn3a__subtitle{font-size:14px}.PromoBanner-module__drsn3a__button{padding:12px 32px;font-size:12px}}
