:root{--font-family:"Poppins", sans-serif;--navbar-height:88px;--bg-main:#fff;--text-main:#111827;--text-muted:#6b7280;--primary-blue:#06c}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-family);background-color:var(--bg-main);color:var(--text-main);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg-main);min-height:100vh;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%;padding-top:0}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 2.5rem}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.navbar{z-index:100;box-sizing:border-box;background:#fff;justify-content:space-between;align-items:center;height:12vh;padding:0 4rem;font-family:Poppins,sans-serif;display:flex;position:sticky;top:0}.nav-logo{object-fit:contain;height:8vh;margin-top:0;display:block}.nav-right{align-items:center;gap:2rem;margin-left:2rem;font-family:Poppins,sans-serif;font-size:1.3rem;list-style:none;display:flex}.nav-item-right{cursor:pointer;color:#000;font-family:Poppins,sans-serif;font-size:1.3rem;text-decoration:none;transition:color .2s}.nav-item-right:hover,.nav-item-right.active{color:#1070be}.nav-icon-link{cursor:pointer;justify-content:center;align-items:center;line-height:0;text-decoration:none;display:flex}.cart-icon-link{position:relative}.cart-badge-dot{pointer-events:none;background-color:#1070be;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:-2px;right:-3px}.nav-icon-img{object-fit:contain;width:28px;height:28px;transition:filter .2s,transform .2s,opacity .2s;display:block}.nav-icon-link:hover .nav-icon-img,.nav-icon-link.active .nav-icon-img{filter:invert(33%)sepia(85%)saturate(1412%)hue-rotate(185deg)brightness(93%)contrast(93%);transform:scale(1.06)}@media screen and (width<=1400px){.navbar{padding:0 4rem}}@media screen and (width<=1050px){.nav-logo{height:6.5vh}.nav-right{gap:1.5rem}.nav-item-right{font-size:1.15rem}.nav-icon-img{width:23px;height:23px}}@media screen and (width<=500px){.navbar{padding:0 1.5rem}.nav-logo{height:6.5vh}.nav-right{gap:1.25rem}.nav-item-right{font-size:1.15rem}.nav-icon-img{width:24px;height:24px}}#hero{color:#fff;box-sizing:border-box;background-color:#000;justify-content:center;align-items:center;width:100%;height:50vh;min-height:50vh;margin:0;padding:0;display:flex;position:relative}.hero-slideshow{width:100%;height:50vh;position:relative;overflow:hidden}.hero-slide{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .8s;position:absolute;inset:0}.hero-slide:after{content:"";position:absolute;inset:0}.hero-slide.active{opacity:1;z-index:0}.hero-indicators{z-index:3;justify-content:center;display:flex;position:absolute;bottom:2.5rem;left:0;right:0}.indicator-track{justify-content:center;align-items:center;gap:20px;width:min(150px,80%);height:20px;display:flex;position:relative}.indicator-slider{display:none}.indicator-dot{appearance:none;z-index:2;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;width:15px;height:15px;margin:0}.indicator-dot.active{box-sizing:border-box;background:0 0;border:2px solid #fffffff2}@media screen and (width<=1050px){.hero-indicators{bottom:1.75rem}.indicator-dot{width:13.5px;height:13.5px}.indicator-track{gap:16px}}@media screen and (width<=500px){#hero,.hero-slideshow{height:40vh;min-height:260px}.hero-indicators{bottom:1.25rem}.indicator-dot{width:13px;height:13px}.indicator-track{gap:14px}}.shop-section{box-sizing:border-box;background-color:#fff;width:100%;margin-top:3rem;padding:2rem 10rem 6rem}.shop-container{width:100%}.shop-header-wrapper{border-bottom:1px solid #e5e7eb;margin-bottom:2.5rem;padding-bottom:1.25rem}.shop-title{color:#1070be;margin:0;font-family:Allan,serif;font-size:3.2rem;font-weight:700;line-height:1}.shop-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem 2rem;width:100%;display:grid}.product-card{cursor:pointer;background-color:#fff;border:none;border-radius:1rem;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000026}.product-card:hover,.product-card:focus-visible{outline:none;transform:translateY(-5px);box-shadow:0 16px 40px #00000040}.product-image-box{aspect-ratio:4/3;background-color:#f3f4f6;width:100%;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.product-card:hover .product-image{transform:scale(1.03)}.product-details{background-color:#fff;flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.product-title{color:#111827;margin:0;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600;line-height:1.3}.product-price{letter-spacing:1px;color:#1070be;margin-top:auto;font-family:Allan,serif;font-size:1.85rem;font-style:normal;font-weight:700}@media (width<=1200px){.shop-section{padding:2.5rem 3.5rem 5rem}.shop-title{font-size:2.6rem}.shop-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem 1.5rem}}@media (width<=1050px){.shop-section{margin-top:2rem;padding:2rem 2.5rem 4.5rem}.shop-title{font-size:2.5rem}.shop-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem 1.25rem}}@media (width<=768px){.shop-section{margin-top:1.5rem;padding:2rem 1.5rem 4rem}.shop-title{font-size:2.2rem}.shop-grid{grid-template-columns:1fr;gap:1.75rem}}.footer-wrapper{color:#111827;box-sizing:border-box;background-color:#f3f3f3;width:100%;margin-top:auto;font-family:Poppins,sans-serif}.footer-bottom-bar{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:2rem 10rem;display:flex}.footer-copyright{color:#6b7280;margin:0;font-size:.95rem}.footer-bottom-links{flex-wrap:wrap;align-items:center;gap:1rem;font-size:.95rem;display:flex}.footer-links-row{align-items:center;gap:1rem;display:flex}.footer-divider-desktop{display:inline}.footer-bottom-links a{color:#4b5563;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#1070be}.footer-divider{color:#d1d5db;-webkit-user-select:none;user-select:none}@media (width<=1200px){.footer-bottom-bar{padding:2rem 5rem}}@media (width<=1050px){.footer-bottom-bar{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2.5rem}.footer-copyright{white-space:nowrap;font-size:.85rem}.footer-bottom-links{white-space:nowrap;flex-wrap:nowrap;gap:.65rem;font-size:.85rem}.footer-links-row{gap:.65rem}}@media (width<=768px){.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.25rem;padding:1.75rem 1.5rem}.footer-copyright{white-space:normal;font-size:.85rem}.footer-bottom-links{white-space:normal;flex-direction:column;justify-content:center;align-items:center;gap:.6rem}.footer-links-row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.footer-divider-desktop{display:none}}@media (width<=480px){.footer-bottom-bar{padding:1.5rem 1.25rem}.footer-links-row{gap:.5rem;font-size:.82rem}}.cart-page{color:#111827;box-sizing:border-box;background-color:#fff;width:100%;min-height:calc(88vh - 100px);padding:4rem 10rem 6rem;font-family:Poppins,sans-serif}.cart-container{width:100%}.cart-header-wrapper{border-bottom:1px solid #e5e7eb;margin-bottom:2.5rem;padding-bottom:1.25rem}.cart-title{color:#1070be;margin:0;font-family:Allan,serif;font-size:3.2rem;font-weight:700;line-height:1}.cart-alert-canceled{color:#b45309;background-color:#fffbeb;border:1px solid #fef3c7;border-radius:.75rem;margin-bottom:2rem;padding:.85rem 1.25rem;font-size:.95rem}.cart-empty-state{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2rem 0;display:flex}.cart-empty-text{color:#6b7280;margin:0;font-size:1.2rem}.cart-browse-btn{color:#fff;cursor:pointer;background-color:#1070be;border:none;border-radius:.65rem;height:44px;padding:0 1.75rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:background-color .2s}.cart-browse-btn:hover{background-color:#0d5a99}.cart-content-layout{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.cart-list-section{background-color:#fff;flex-direction:column;display:flex}.cart-items-wrapper{flex-direction:column;gap:1.25rem;display:flex}.cart-item-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;align-items:center;width:100%;padding:1.25rem 1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 4px 16px #0000000a}.cart-item-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #00000014}.cart-item-media{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;display:flex;overflow:hidden}.cart-item-img{object-fit:cover;width:100%;height:100%;display:block}.cart-item-main-info{flex:1;min-width:0;padding:0 1.5rem}.cart-item-title{color:#111827;margin:0;font-size:1.15rem;font-weight:600;line-height:1.35}.cart-item-right-block{flex-shrink:0;align-items:center;gap:2rem;display:flex}.cart-col{flex-direction:column;justify-content:center;align-items:center;gap:.35rem;display:flex}.cart-col-label{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;font-size:.75rem;font-weight:600}.cart-unit-price-value{color:#4b5563;white-space:nowrap;font-size:1rem;font-weight:500}.cart-quantity-picker{background-color:#fff;border:1px solid #e5e7eb;border-radius:.6rem;align-items:center;height:38px;padding:0 .25rem;display:flex}.cart-qty-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:100%;font-size:1.15rem;font-weight:600;transition:color .15s;display:flex}.cart-qty-btn:hover{color:#1070be}.cart-qty-value{text-align:center;color:#111827;min-width:28px;font-size:.95rem;font-weight:600}.cart-col-total-price{text-align:right;min-width:90px}.cart-item-total-value{color:#1070be;white-space:nowrap;font-size:1.15rem;font-weight:700}.cart-item-delete-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.cart-item-delete-btn:hover{color:#ef4444;background-color:#fee2e2}.cart-summary-section{position:sticky;top:100px}.cart-summary-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:2.25rem 2rem;box-shadow:0 4px 16px #0000000a}.cart-summary-title{color:#111827;border-bottom:1px solid #e2e8f0;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.4rem;font-weight:700}.cart-summary-lines{flex-direction:column;gap:1rem;display:flex}.cart-summary-row{justify-content:space-between;align-items:center;font-size:1rem;display:flex}.summary-label{color:#4b5563}.summary-value{color:#111827;font-weight:600}.highlight-green{color:#059669;font-weight:600}.cart-summary-divider{background-color:#e2e8f0;height:1px;margin:.5rem 0}.total-row{margin-top:.25rem}.summary-total-label{color:#111827;font-size:1.2rem;font-weight:700;display:block}.summary-tax-hint{color:#6b7280;margin-top:2px;font-size:.8rem;font-weight:400;display:block}.summary-total-value{color:#1070be;font-family:Allan,serif;font-size:2.2rem;font-weight:700;line-height:1}.cart-checkout-btn{box-sizing:border-box;color:#fff;cursor:pointer;width:100%;height:48px;box-shadow:none;background-color:#1070be;border:none;border-radius:.75rem;justify-content:center;align-items:center;margin-top:1.75rem;padding:0 2rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;transition:background-color .2s,opacity .2s;display:inline-flex}.cart-checkout-btn:hover:not(:disabled){background-color:#0d5a99}.cart-checkout-btn:disabled{opacity:.7;cursor:not-allowed}.cart-back-btn{box-sizing:border-box;color:#4b5563;cursor:pointer;background-color:#0000;border:1.5px solid #d1d5db;border-radius:.75rem;justify-content:center;align-items:center;width:100%;height:44px;margin-top:.75rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.cart-back-btn:hover:not(:disabled){color:#1070be;background-color:#1070be0a;border-color:#1070be}.cart-back-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-address-section{background-color:#fff;flex-direction:column;gap:1.75rem;width:100%;display:flex}.checkout-error-banner{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.6rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500}.checkout-card{box-sizing:border-box;background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;width:100%;padding:2.25rem 2.5rem;box-shadow:0 4px 16px #0000000a}.checkout-card-title{color:#111827;border-bottom:1px solid #f1f5f9;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.35rem;font-weight:600}.checkout-form-grid{grid-template-columns:1fr 1fr;gap:1.5rem 2rem;display:grid}.checkout-field{flex-direction:column;gap:.45rem;display:flex}.checkout-field-full{grid-column:span 2}.checkout-label{color:#374151;font-size:.88rem;font-weight:500}.checkout-input{color:#111827;box-sizing:border-box;background-color:#fff;border:1px solid #d1d5db;border-radius:.6rem;outline:none;width:100%;height:48px;padding:0 1rem;font-family:Poppins,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.checkout-input:focus{border-color:#1070be;box-shadow:0 0 0 3px #1070be1f}.checkout-input::placeholder{color:#9ca3af}.checkout-select{cursor:pointer}.checkout-checkbox-group{border-top:1px solid #f1f5f9;margin-top:1.5rem;padding-top:1.25rem}.checkout-checkbox-label{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;display:inline-flex}.checkout-checkbox{accent-color:#1070be;cursor:pointer;width:18px;height:18px}.checkout-payment-section{background-color:#fff;flex-direction:column;gap:1.75rem;width:100%;display:flex}.payment-card-header{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.checkout-card-title.no-border{border-bottom:none;margin-bottom:0;padding-bottom:0}.payment-card-badges{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.payment-badge{color:#374151;letter-spacing:.04em;text-transform:uppercase;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.35rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.payment-stripe-desc{color:#4b5563;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.payment-summary-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;gap:.85rem;padding:1.25rem 1.5rem;display:flex}.payment-summary-row{color:#4b5563;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;display:flex}.payment-total-highlight{color:#1070be;font-size:1.25rem;font-weight:700}@media (width<=1200px){.cart-page{padding:2.5rem 3.5rem 5rem}.cart-title{font-size:2.6rem}.cart-content-layout{flex-direction:column;gap:2.5rem;width:100%;display:flex}.cart-list-section,.cart-items-wrapper{width:100%}.cart-item-card{box-sizing:border-box;width:100%}.checkout-address-section{width:100%}.checkout-card{box-sizing:border-box;width:100%}.cart-summary-section{width:100%;position:static}.cart-summary-card{box-sizing:border-box;width:100%;max-width:100%;margin:0}}@media (width<=1050px){.cart-page{padding:2rem 2.5rem 4.5rem}.cart-title{font-size:2.5rem}.cart-content-layout{flex-direction:column;gap:2.5rem;width:100%;display:flex}.cart-list-section,.cart-items-wrapper{width:100%}.cart-item-card{box-sizing:border-box;width:100%}.checkout-address-section{width:100%}.checkout-card{box-sizing:border-box;width:100%}.cart-summary-section{width:100%;position:static}.cart-summary-card{box-sizing:border-box;width:100%;max-width:100%;margin:0}}@media (width<=768px){.cart-page{padding:2.5rem 1.5rem 4rem}.cart-title{font-size:2.5rem}.cart-item-card{flex-direction:column;align-items:stretch;gap:1.25rem;padding:1.25rem;position:relative}.cart-item-media{aspect-ratio:4/3;background-color:#f3f4f6;border-radius:.75rem;width:100%;height:auto;overflow:hidden}.cart-item-img{object-fit:cover;width:100%;height:100%;display:block}.cart-item-main-info{width:100%;padding:0}.cart-item-right-block{border-top:1px solid #f1f5f9;justify-content:space-between;gap:1rem;width:100%;padding-top:1rem}.checkout-card{padding:1.5rem}.checkout-form-grid{grid-template-columns:1fr;gap:1.25rem}.checkout-field-full{grid-column:span 1}.cart-item-delete-btn{z-index:2;background:#fff;border-radius:50%;position:absolute;top:1.75rem;right:1.75rem;box-shadow:0 2px 8px #00000026}.payment-summary-row{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (width<=480px){.cart-col-unit-price{display:none}}.account-page{color:#111827;box-sizing:border-box;background-color:#fff;width:100%;min-height:calc(88vh - 100px);padding:4rem 10rem 6rem;font-family:Poppins,sans-serif}.account-container{width:100%}.account-order-success-banner{background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:.85rem;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex;position:relative}.account-order-success-banner svg{flex-shrink:0}.account-order-success-banner strong{color:#065f46;margin-bottom:.15rem;font-size:1.05rem;display:block}.account-order-success-banner p{color:#047857;margin:0;font-size:.9rem}.account-banner-close-btn{color:#059669;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.1rem;line-height:1;position:absolute;top:1rem;right:1rem}.account-header-wrapper{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.5rem;display:flex}.account-title{color:#1070be;margin:0;padding-bottom:1rem;font-family:Allan,serif;font-size:3.2rem;font-weight:700;line-height:1}.account-tabs-nav{align-items:flex-end;gap:2rem;display:flex}.account-tab-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;padding:0 .25rem 1rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:500;transition:color .2s;display:inline-flex;position:relative}.account-tab-btn:hover{color:#111827}.account-tab-btn.active{color:#1070be;font-weight:600}.account-tab-btn.active:after{content:"";background-color:#1070be;border-radius:2px 2px 0 0;height:2.5px;position:absolute;bottom:-1px;left:0;right:0}.account-section-wrapper,.account-form{flex-direction:column;gap:2rem;width:100%;display:flex}.account-card{box-sizing:border-box;background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;width:100%;padding:2.25rem 2.5rem;box-shadow:0 4px 16px #0000000a}.account-card-title{color:#111827;border-bottom:1px solid #f1f5f9;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.35rem;font-weight:600}.account-form-grid{grid-template-columns:1fr 1fr;gap:1.5rem 2rem;display:grid}.account-field{flex-direction:column;gap:.45rem;display:flex}.account-field-full{grid-column:span 2}.account-label{color:#374151;font-size:.88rem;font-weight:500}.account-optional-hint{color:#9ca3af;font-size:.78rem;font-weight:400}.account-input{color:#111827;box-sizing:border-box;background-color:#fff;border:1px solid #d1d5db;border-radius:.6rem;outline:none;width:100%;height:48px;padding:0 1rem;font-family:Poppins,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.account-input:focus{border-color:#1070be;box-shadow:0 0 0 3px #1070be1f}.account-select{cursor:pointer}.password-input-group{gap:.75rem;display:flex}.account-actions-row{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:.5rem;display:flex}.account-submit-btn{box-sizing:border-box;color:#fff;cursor:pointer;height:48px;box-shadow:none;background-color:#1070be;border:none;border-radius:.75rem;justify-content:center;align-items:center;padding:0 2rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;transition:background-color .2s,opacity .2s;display:inline-flex}.account-submit-btn:hover:not(:disabled){box-shadow:none;background-color:#0d5a99}.account-submit-btn:disabled{opacity:.7;cursor:not-allowed}.account-success-msg{color:#059669;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:.5rem;padding:.6rem 1rem;font-size:.95rem;font-weight:500}.account-error-msg{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.6rem 1rem;font-size:.92rem;font-weight:500}.account-footer-links{align-items:center;gap:1.75rem;margin-top:.25rem;display:flex}.account-underlined-link{cursor:pointer;background:0 0;border:none;padding:0;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:500;text-decoration:underline;transition:color .15s,opacity .15s}.account-delete-link{color:#ef4444}.account-delete-link:hover{color:#b91c1c}.account-logout-link{color:#6b7280}.account-logout-link:hover{color:#111827}.account-modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;box-sizing:border-box;background-color:#00000073;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.account-modal-box{text-align:center;box-sizing:border-box;background-color:#fff;border-radius:1.25rem;flex-direction:column;align-items:center;width:100%;max-width:440px;padding:2.25rem 2rem;animation:.2s ease-out modalFadeIn;display:flex;box-shadow:0 20px 40px #00000026}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.account-modal-title{color:#111827;margin:0 0 .75rem;font-size:1.3rem;font-weight:700}.account-modal-text{color:#4b5563;margin:0 0 1.75rem;font-size:.92rem;line-height:1.5}.account-modal-actions{gap:1rem;width:100%;display:flex}.account-modal-cancel-btn{color:#374151;cursor:pointer;background-color:#f3f4f6;border:none;border-radius:.65rem;flex:1;height:44px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:background-color .15s}.account-modal-cancel-btn:hover:not(:disabled){background-color:#e5e7eb}.account-modal-delete-btn{color:#fff;cursor:pointer;background-color:#dc2626;border:none;border-radius:.65rem;flex:1;height:44px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:background-color .15s}.account-modal-delete-btn:hover:not(:disabled){background-color:#b91c1c}.account-modal-confirm-btn{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:.65rem;flex:1;height:44px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:background-color .15s}.account-modal-confirm-btn:hover:not(:disabled){background-color:#000}.account-modal-delete-btn:disabled,.account-modal-confirm-btn:disabled,.account-modal-cancel-btn:disabled{opacity:.7;cursor:not-allowed}.account-loading-text{color:#6b7280;padding:2rem 0;font-size:1.1rem}.account-empty-orders{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2rem 0;display:flex}.account-empty-orders p{color:#6b7280;margin:0;font-size:1.1rem}.account-to-shop-btn{color:#fff;cursor:pointer;background-color:#1070be;border:none;border-radius:.65rem;height:44px;padding:0 1.75rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:background-color .2s}.account-to-shop-btn:hover{background-color:#0d5a99}.orders-list{flex-direction:column;gap:1.75rem;width:100%;display:flex}.order-box-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;width:100%;transition:border-color .2s;overflow:hidden;box-shadow:0 4px 16px #0000000a}.order-box-card:hover{border-color:#cbd5e1}.order-header-bar{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex}.order-meta-info{flex-wrap:wrap;align-items:center;gap:3rem;display:flex}.order-meta-col{flex-direction:column;gap:.25rem;display:flex}.order-meta-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-size:.75rem;font-weight:600}.order-meta-val{color:#374151;align-items:center;font-size:.95rem;display:inline-flex}.bold-val{color:#111827;font-weight:600}.bold-price{color:#1070be;font-size:1.05rem;font-weight:700}.order-status-block{align-items:center;display:flex}.order-status-tag{border-radius:9999px;padding:.35rem .85rem;font-size:.85rem;font-weight:600;line-height:1.2;display:inline-block}.status-processing{color:#1070be;background-color:#eff6ff;border:1px solid #bfdbfe}.status-shipped{color:#7e22ce;background-color:#f3e8ff;border:1px solid #d8b4fe}.status-completed{color:#047857;background-color:#ecfdf5;border:1px solid #a7f3d0}.status-cancelled{color:#6b7280;background-color:#f3f4f6;border:1px solid #d1d5db}.status-return-requested{color:#b45309;background-color:#fffbeb;border:1px solid #fde68a}.status-returned{color:#92400e;background-color:#fef3c7;border:1px solid #fcd34d}.status-unpaid{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca}.order-actions-inline{align-items:center;gap:1.25rem;display:flex}.order-action-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:500;text-decoration:underline;transition:color .15s}.order-action-btn:hover:not(:disabled){color:#111827}.order-action-btn:disabled{opacity:.5;cursor:not-allowed}.order-items-list{flex-direction:column;gap:1.25rem;padding:1.5rem 2rem;display:flex}.order-item-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:1.5rem;padding-bottom:1rem;display:flex}.order-item-row:last-child{border-bottom:none;padding-bottom:0}.order-item-thumb{background-color:#fff;border:1px solid #e5e7eb;border-radius:.6rem;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.order-item-thumb img{object-fit:cover;width:100%;height:100%;display:block}.order-item-details{flex:1}.order-item-title{color:#111827;margin:0 0 .25rem;font-size:1.05rem;font-weight:600}.order-item-sub{color:#6b7280;margin:0;font-size:.88rem}.order-item-total{color:#111827;white-space:nowrap;font-size:1.05rem;font-weight:600}.order-expanded-details{background-color:#fafbfc;border-top:1px solid #f1f5f9;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:1.5rem 2rem;font-size:.9rem;display:grid}.order-expanded-col strong{text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;margin-bottom:.35rem;font-size:.82rem;display:block}.order-expanded-col p{color:#374151;margin:0;line-height:1.4}.order-footer-bar{background-color:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.85rem 2rem;display:flex}.order-more-toggle-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:.4rem 0;font-size:.92rem;font-weight:500;transition:color .15s}.order-more-toggle-btn:hover{color:#1070be}@media (width<=1200px){.account-page{padding:2.5rem 3.5rem 5rem}}@media (width<=1050px){.account-page{padding:2rem 2.5rem 4.5rem}.account-title{font-size:2.5rem}}@media (width<=768px){.account-page{padding:2rem 1.5rem 4rem}.account-title{padding-bottom:0;font-size:2.2rem}.account-header-wrapper{flex-direction:column;align-items:flex-start;gap:1.25rem}.account-tabs-nav{scrollbar-width:none;-ms-overflow-style:none;gap:1.25rem;width:100%;overflow-x:auto}.account-tabs-nav::-webkit-scrollbar{display:none}.account-tab-btn{white-space:nowrap;padding-bottom:.75rem;font-size:.88rem}.account-card{padding:1.25rem}.account-card-title{font-size:1.15rem}.account-card-desc{font-size:.85rem}.account-label{font-size:.82rem}.account-input,.account-save-btn{height:42px;font-size:.92rem}.order-header-bar{padding:1rem 1.25rem}.order-meta-info{gap:1.25rem}.order-meta-label{font-size:.7rem}.order-meta-val{font-size:.88rem}.order-items-list{padding:1.25rem}.order-item-row{gap:1rem}.order-item-thumb{width:55px;height:55px}.order-item-title{font-size:.92rem}.order-item-sub{font-size:.8rem}.order-item-total{font-size:.92rem}.account-form-grid{grid-template-columns:1fr}.account-field-full{grid-column:span 1}.order-expanded-details{grid-template-columns:1fr;gap:1rem;font-size:.88rem}}.auth-page{box-sizing:border-box;color:#111827;background-color:#fff;justify-content:center;align-items:center;width:100%;min-height:calc(88vh - 88px);padding:2.5rem 1.5rem;font-family:Poppins,sans-serif;display:flex}.auth-card{box-sizing:border-box;background-color:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;width:100%;max-width:460px;padding:2.25rem;box-shadow:0 8px 30px #0000000d}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-title{color:#1070be;margin:0;font-family:Allan,serif;font-size:2.8rem;font-weight:700;line-height:1}.auth-error-banner{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.6rem;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.88rem;line-height:1.4;display:flex}.auth-error-banner svg{flex-shrink:0}.auth-form{flex-direction:column;gap:1.15rem;display:flex}.auth-row-2col{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.auth-field{flex-direction:column;gap:.35rem;display:flex}.auth-label-row{justify-content:space-between;align-items:center;display:flex}.auth-label{color:#374151;font-size:.85rem;font-weight:500}.auth-optional-label{color:#9ca3af;font-size:.78rem;font-weight:400}.auth-input{color:#111827;box-sizing:border-box;background-color:#fff;border:1px solid #d1d5db;border-radius:.6rem;outline:none;width:100%;height:46px;padding:0 1rem;font-family:Poppins,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.auth-input:focus{border-color:#1070be;box-shadow:0 0 0 3px #1070be1f}.auth-input::placeholder{color:#9ca3af}.auth-forgot-btn{color:#1070be;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.82rem;text-decoration:underline;transition:color .15s}.auth-forgot-btn:hover{color:#0d5a99}.auth-submit-btn{box-sizing:border-box;color:#fff;cursor:pointer;width:100%;height:48px;box-shadow:none;background-color:#1070be;border:none;border-radius:.75rem;justify-content:center;align-items:center;margin-top:.5rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;transition:background-color .2s,opacity .2s;display:inline-flex}.auth-submit-btn:hover:not(:disabled){background-color:#0d5a99}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;border-top:1px solid #f1f5f9;margin-top:1.5rem;padding-top:1rem}.auth-footer p{color:#6b7280;margin:0;font-size:.88rem}.auth-toggle-link-btn{color:#1070be;cursor:pointer;background:0 0;border:none;margin-left:.25rem;padding:0;font-family:inherit;font-size:.88rem;font-weight:600;text-decoration:underline;transition:color .15s}.auth-toggle-link-btn:hover{color:#0d5a99}.auth-modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;box-sizing:border-box;background-color:#00000073;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.auth-modal-box{text-align:center;box-sizing:border-box;background-color:#fff;border-radius:1.25rem;flex-direction:column;align-items:center;width:100%;max-width:440px;padding:2.25rem 2rem;animation:.2s ease-out modalFadeIn;display:flex;box-shadow:0 20px 40px #00000026}.auth-modal-title{color:#111827;margin:0 0 .75rem;font-size:1.3rem;font-weight:700}.auth-modal-text{color:#4b5563;margin:0 0 1.75rem;font-size:.92rem;line-height:1.5}.auth-modal-link{color:#1070be;font-weight:500;text-decoration:underline}.auth-modal-link:hover{color:#0d5a99}.auth-modal-actions{justify-content:center;width:100%;display:flex}.auth-modal-close-btn{color:#fff;cursor:pointer;background-color:#1070be;border:none;border-radius:.65rem;width:100%;height:44px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:background-color .15s}.auth-modal-close-btn:hover{background-color:#0d5a99}@media (width<=500px){.auth-card{padding:1.75rem 1.25rem}.auth-title{font-size:2.4rem}.auth-row-2col{grid-template-columns:1fr;gap:1.15rem}}.imprint{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:61vh;padding:5rem 10rem 6rem;display:flex}.imprint-header h1{text-align:center;letter-spacing:1px;color:#1070be;margin:0 auto 2rem;font-family:Allan,serif;font-size:4rem;font-style:normal;font-weight:700}.imprint-content{text-align:center;color:#111827;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:1.3rem;line-height:2rem}@media screen and (width<=1050px){.imprint{min-height:60vh;padding:2rem 4rem 4rem}.imprint-header h1{font-size:3rem}.imprint-content{font-size:1rem;line-height:1.5rem}}@media screen and (width<=500px){.imprint{min-height:37vh;padding:1.5rem 1.5rem 3rem}.imprint-header h1{font-size:2.5rem}}.data-protection{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:61vh;padding:5rem 10rem 6rem;display:flex}.data-protection-header h1{text-align:center;letter-spacing:1px;color:#1070be;margin:0 auto 2rem;font-family:Allan,serif;font-size:4rem;font-style:normal;font-weight:700}.data-protection-content{text-align:justify;color:#111827;width:100%;max-width:900px;font-family:Poppins,sans-serif;font-size:1.2rem;line-height:2rem}.data-protection-content h2{color:#111827;margin-top:1.75rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:600}@media screen and (width<=1050px){.data-protection{padding:2rem 4rem 4rem}.data-protection-header h1{font-size:3rem}.data-protection-content{font-size:1rem;line-height:1.6rem}.data-protection-content h2{font-size:1.2rem}}@media screen and (width<=500px){.data-protection{padding:1.5rem 1.5rem 3rem}.data-protection-header h1{font-size:2.5rem}}.terms{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:61vh;padding:5rem 10rem 6rem;display:flex}.terms-header h1{text-align:center;letter-spacing:1px;color:#1070be;margin:0 auto 2rem;font-family:Allan,serif;font-size:4rem;font-style:normal;font-weight:700}.terms-content{text-align:justify;color:#111827;width:100%;max-width:900px;font-family:Poppins,sans-serif;font-size:1.2rem;line-height:2rem}.terms-content h2{color:#111827;margin-top:1.75rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:600}@media screen and (width<=1050px){.terms{padding:2rem 4rem 4rem}.terms-header h1{font-size:3rem}.terms-content{font-size:1rem;line-height:1.6rem}.terms-content h2{font-size:1.2rem}}@media screen and (width<=500px){.terms{padding:1.5rem 1.5rem 3rem}.terms-header h1{font-size:2.5rem}}.return-policy{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:61vh;padding:5rem 10rem 6rem;display:flex}.return-policy-header h1{text-align:center;letter-spacing:1px;color:#1070be;margin:0 auto 2rem;font-family:Allan,serif;font-size:4rem;font-style:normal;font-weight:700}.return-policy-content{text-align:justify;color:#111827;width:100%;max-width:900px;font-family:Poppins,sans-serif;font-size:1.2rem;line-height:2rem}.return-policy-content h2{color:#111827;margin-top:1.75rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:600}@media screen and (width<=1050px){.return-policy{padding:2rem 4rem 4rem}.return-policy-header h1{font-size:3rem}.return-policy-content{font-size:1rem;line-height:1.6rem}.return-policy-content h2{font-size:1.2rem}}@media screen and (width<=500px){.return-policy{padding:1.5rem 1.5rem 3rem}.return-policy-header h1{font-size:2.5rem}}.view-item-page{color:#111827;box-sizing:border-box;background-color:#fff;width:100%;font-family:Poppins,sans-serif}.view-item-container{box-sizing:border-box;max-width:1300px;margin:0 auto;padding:2.5rem 4rem 6rem}.view-item-main{grid-template-columns:1fr 1fr;align-items:start;gap:4.5rem;display:grid}.view-item-gallery{flex-direction:column;gap:1.25rem;display:flex}.view-item-big-image-box{aspect-ratio:4/3;background-color:#f8fafc;border-radius:1rem;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001f}.view-item-big-image{object-fit:cover;width:100%;height:100%;transition:opacity .25s;display:block}.view-item-thumbnails{align-items:center;gap:1rem;display:flex}.view-item-thumb-btn{aspect-ratio:4/3;cursor:pointer;background:#fff;border:2.5px solid #0000;border-radius:.65rem;width:95px;padding:0;transition:all .2s;overflow:hidden;box-shadow:0 4px 12px #00000014}.view-item-thumb-btn img{object-fit:cover;width:100%;height:100%;display:block}.view-item-thumb-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000024}.view-item-thumb-btn.active{border-color:#1070be;transform:translateY(-2px);box-shadow:0 6px 18px #1070be4d}.view-item-info{flex-direction:column;padding-top:.5rem;display:flex}.view-item-badge{text-transform:uppercase;letter-spacing:.08em;color:#1070be;background-color:#1070be14;border-radius:9999px;width:fit-content;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.view-item-title{color:#111827;margin:0 0 .5rem;font-size:2.4rem;font-weight:700;line-height:1.25}.view-item-price{letter-spacing:1px;color:#1070be;margin:.25rem 0;font-family:Allan,serif;font-size:3rem;font-style:normal;font-weight:700;line-height:1}.view-item-tax{color:#6b7280;margin:0 0 1.5rem;font-size:.85rem}.view-item-stock-status{color:#059669;background-color:#ecfdf5;border-radius:.5rem;align-items:center;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:.6rem 1rem;font-size:.9rem;font-weight:500;display:flex}.stock-dot{background-color:#059669;border-radius:50%;width:8px;height:8px;display:inline-block}.view-item-actions{align-items:center;gap:1.25rem;display:flex}.view-item-qty-picker{box-sizing:border-box;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;height:48px;padding:0 .35rem;display:flex}.qty-btn{color:#374151;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:100%;font-size:1.25rem;font-weight:600;transition:color .15s;display:flex}.qty-btn:hover{color:#1070be}.qty-value{text-align:center;color:#111827;min-width:32px;font-size:1.05rem;font-weight:600}.view-item-add-btn{box-sizing:border-box;color:#fff;cursor:pointer;height:48px;min-height:48px;box-shadow:none;background-color:#1070be;border:none;border-radius:.75rem;flex:1;justify-content:center;align-items:center;padding:0 2rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;transition:background-color .2s;display:inline-flex}.view-item-add-btn:hover{box-shadow:none;background-color:#0d5a99}.view-item-add-btn.added{box-shadow:none;background-color:#059669}.view-item-description-section{border-top:1.5px solid #e5e7eb;margin-top:2rem;padding-top:1.75rem}.view-item-desc-content{max-width:850px}.view-item-desc-text{color:#374151;margin:0;font-size:1.1rem;line-height:1.8}@media (width<=1050px){.view-item-container{padding:2rem 2.5rem 5rem}.view-item-main{gap:2.5rem}.view-item-badge{margin-bottom:.5rem;padding:.3rem .75rem;font-size:.75rem}.view-item-title{margin-bottom:.35rem;font-size:1.85rem}.view-item-price{font-size:2.3rem}.view-item-tax{margin-bottom:1.25rem;font-size:.8rem}.view-item-stock-status{margin-bottom:1.5rem;padding:.45rem .85rem;font-size:.82rem}.qty-btn{width:32px;font-size:1.15rem}.qty-value{min-width:28px;font-size:.95rem}.view-item-add-btn{padding:0 1.5rem;font-size:.95rem}.view-item-desc-text{font-size:.95rem;line-height:1.65}}@media (width<=768px){.view-item-main{grid-template-columns:1fr;gap:2.5rem}.view-item-title{font-size:1.75rem}.view-item-price{font-size:2.2rem}.view-item-actions{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.view-item-qty-picker{justify-content:center;width:100%;height:48px;min-height:48px}.view-item-add-btn{flex:none;justify-content:center;align-items:center;width:100%;height:48px;min-height:48px;font-size:1rem;display:flex}}@media (width<=600px){.view-item-container{padding:1.5rem 1.25rem 4rem}.view-item-thumb-btn{width:76px}}.coming-soon-wrapper{box-sizing:border-box;z-index:999999;background-color:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0;overflow:hidden}.coming-soon-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:650px;animation:.7s ease-out forwards fadeInComingSoon;display:flex}.coming-soon-logo{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;max-width:320px;height:auto;max-height:200px;margin-bottom:3rem}.coming-soon-text{color:#111827;letter-spacing:-.01em;margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.8vw,1.7rem);font-weight:300;line-height:1.4}@keyframes fadeInComingSoon{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
