:root{--primary: #e8b4a8;--secondary: #fdf7fa;--card-surface: #fce8f2;--accent: #d4a59a;--btn-primary-bg: #ce5f90;--btn-primary-hover: #b84d7b;--btn-secondary-bg: #fff9fc;--btn-secondary-border: #efbfd3;--btn-secondary-text: #884965;--btn-secondary-hover-bg: #fdebf3;--text: #2c2c2c;--text-light: #666;--white: #ffffff;--shadow: rgba(0, 0, 0, .1);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);line-height:1.6;background-color:var(--white);overflow-x:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;width:100%;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px var(--shadow);z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{display:flex;align-items:center;margin-right:1.2rem}.logo-link{display:inline-flex;align-items:center;isolation:isolate}.logo-image{height:52px;width:auto;display:block}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:var(--text);font-weight:500;transition:color .3s}.nav-link:hover{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:1rem}.category-toggle{display:inline-flex;align-items:center;justify-content:center;background:#fff1f6;color:#9a456d;border:none;padding:.5rem .9rem;border-radius:20px;cursor:pointer;font-weight:700;font-size:1rem;min-width:44px;min-height:44px;transition:all .3s;border:1px solid rgba(200,95,143,.3)}.category-toggle:hover{background:#fbdbe7;color:var(--white);transform:translateY(-1px)}.lang-toggle{background:#fff1f6;color:#9a456d;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:600;min-height:44px;transition:all .3s;border:1px solid rgba(200,95,143,.3)}.lang-toggle:hover{background:#c85f8f;color:var(--white)}.user-toggle{background:#fff1f6;color:#9a456d;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;min-height:44px;transition:all .3s;border:1px solid rgba(200,95,143,.3)}.user-toggle:hover{background:#c85f8f;color:var(--white)}.cart-toggle{background:#c85f8f;color:var(--white);border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;min-height:44px;transition:all .3s}.cart-toggle:hover{background:#b5527f;transform:translateY(-2px)}.cart-count{background:var(--white);color:#c85f8f;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:5px;min-width:44px;min-height:44px;align-items:center;justify-content:center}.menu-toggle span{width:25px;height:3px;background-color:var(--text);transition:.3s}.mobile-category-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1900}.mobile-category-panel{position:fixed;top:0;left:0;width:min(82vw,320px);height:100vh;background:var(--white);box-shadow:4px 0 20px #0000001a;transform:translate(-100%);transition:transform .25s ease;z-index:2000;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:100px}.mobile-category-panel.active{transform:translate(0)}.mobile-category-overlay.active{opacity:1;pointer-events:auto}.mobile-category-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:var(--text)}.mobile-category-close{border:none;background:var(--secondary);border-radius:50%;width:44px;height:44px;cursor:pointer;font-size:1.2rem}.mobile-category-tabs,.mobile-category-panel .subcategory-filters{display:flex;flex-direction:column;gap:.6rem}.mobile-category-tabs{flex:0 0 auto}.mobile-category-panel .subcategory-filters{max-height:0;opacity:0;transition:max-height .4s ease,opacity .3s ease;overflow:hidden}.category-tabs>.subcategory-filters,.mobile-category-tabs>.subcategory-filters{flex:0 0 100%;width:100%;box-sizing:border-box;margin:.5rem 0 1rem}.mobile-category-panel .subcategory-filters.expanded{max-height:2000px;opacity:1;overflow:visible}body.mobile-category-open{overflow:hidden}.mobile-category-panel .category-tab,.mobile-category-panel .subcategory-btn{justify-content:flex-start;text-align:left}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:3000;align-items:center;justify-content:center;padding:1.5rem;padding-top:calc(1.5rem + env(safe-area-inset-top));overflow-y:auto;box-sizing:border-box}.modal.active{display:flex}.modal-content{background:var(--white);padding:0;border-radius:15px;max-width:500px;width:95%;max-height:calc(100vh - 3rem);overflow-y:auto;display:flex;flex-direction:column;position:relative;animation:fadeIn .3s;box-shadow:0 10px 40px #0000004d;z-index:3001}.modal-close{position:sticky;top:calc(.5rem + env(safe-area-inset-top));right:auto;margin:.75rem .75rem 0 0;align-self:flex-end;background:var(--white);border:none;font-size:1.5rem;cursor:pointer;color:var(--text);transition:color .3s;width:44px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #0000002e;z-index:2;border:1px solid rgba(0,0,0,.08)}.modal-close:hover{color:var(--text)}.auth-modal{max-width:820px;width:95%;border-radius:24px;border:1px solid rgba(0,0,0,.06);overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 2.5rem);max-height:calc(100svh - 2.5rem);max-height:calc(100dvh - 2.5rem);background:#fff!important;box-shadow:0 20px 60px #00000040!important;border-top:4px solid var(--primary)}.modal-content.auth-modal{overflow-y:hidden}.auth-modal .modal-close{position:static;margin:0;width:34px;height:34px;background:#fff;align-self:center;border:1px solid rgba(0,0,0,.08);line-height:1;font-size:1.35rem}.auth-modal-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:calc(.85rem + env(safe-area-inset-top)) 1.5rem .85rem 1.5rem;background:linear-gradient(180deg,#fff6f2,#fff);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 6px 14px #0000000f}.auth-modal-title{font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:.2px}.auth-modal-body{overflow-y:auto;padding:0 0 1rem;flex:1}.auth-form{animation:fadeIn .3s;padding:1rem 1.5rem 2rem;background:#fff;overflow-y:visible}.auth-form h2{color:var(--primary);margin:0 0 1.5rem;text-align:center;font-size:1.5rem}.auth-alert{padding:1rem;border-radius:10px;margin-bottom:1rem;display:none}.auth-alert.success{background:#d4edda;color:#155724;display:block}.auth-alert.error{background:#f8d7da;color:#721c24;display:block}.auth-toast{position:fixed;top:1rem;left:50%;z-index:10000;max-width:calc(100vw - 2rem);padding:.8rem 1.1rem;border:1px solid #b8dcca;border-radius:8px;background:#effaf4;box-shadow:0 8px 24px #4a5b532e;color:#285d4d;font-weight:700;transform:translate(-50%)}.auth-alert-inline{margin-top:.5rem;margin-bottom:.75rem;padding:.7rem .85rem;font-size:.9rem}.auth-switch{text-align:center;margin:1.5rem 0 0;padding:1rem 0 0;color:var(--text-light);border-top:1px solid var(--secondary);font-size:.9rem}.auth-switch a{color:var(--primary);text-decoration:none;font-weight:600;margin-left:.25rem}.auth-switch a:hover{text-decoration:underline}.auth-oauth{margin-top:1rem}.auth-oauth-divider{display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:.9rem;margin-bottom:.75rem}.auth-oauth-divider:before,.auth-oauth-divider:after{content:"";flex:1;height:1px;background:var(--secondary)}.auth-oauth-divider span{padding:0 .75rem}#googleLoginBtn,#googleRegisterBtn{display:flex;justify-content:center}.cart-modal{display:none;position:fixed;top:0;right:0;width:100%;height:100%;background-color:#00000080;z-index:2000}.cart-modal.active{display:block}.cart-content{position:absolute;right:0;top:0;width:100%;max-width:400px;height:100%;background-color:var(--white);box-shadow:-5px 0 15px var(--shadow);display:flex;flex-direction:column;animation:slideIn .3s ease}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:2px solid var(--secondary)}.cart-header h2{font-size:1.5rem}.cart-close{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text);transition:color .3s;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.cart-close:hover{color:var(--primary)}.cart-items{flex:1;overflow-y:auto;padding:2rem}.empty-cart{text-align:center;color:var(--text-light);padding:3rem 0}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--secondary)}.cart-item-image{display:grid;place-items:center;flex:0 0 64px;width:64px;height:64px;overflow:hidden;border-radius:8px;background:#fff7fb;font-size:1.75rem}.cart-item-image img{width:100%;height:100%;object-fit:contain}.cart-item-link{display:block;flex:0 0 64px;text-decoration:none}.cart-item-link:hover .cart-item-image{box-shadow:0 0 0 2px var(--primary)}.cart-item-info{flex:1}.cart-item-name{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text);text-decoration:none}.cart-item-name:hover{color:var(--primary)}.cart-item-price{color:var(--primary);font-weight:600}.cart-item-quantity{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-item-remove{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:1.25rem;transition:color .3s}.cart-item-remove:hover{color:var(--primary)}.cart-footer{padding:2rem;border-top:2px solid var(--secondary)}.cart-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.btn-checkout{width:100%}.cart-actions{display:grid;grid-template-columns:1fr;gap:.6rem}.btn-share-cart{width:100%}.btn-share-cart:hover{background:#c85f8f;border-color:#c85f8f;color:#fff}.cart-share-toast{position:fixed;left:50%;bottom:18px;transform:translate(-50%) translateY(12px);opacity:0;pointer-events:none;z-index:2200;background:#1a1a1aeb;color:#fff;padding:.65rem .95rem;border-radius:999px;font-size:.88rem;font-weight:600;transition:opacity .25s ease,transform .25s ease}.cart-share-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.checkout-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:2100;overflow-y:auto}.checkout-modal.active{display:flex;align-items:center;justify-content:center}.checkout-content{background-color:var(--white);width:90%;max-width:600px;max-height:90vh;overflow-y:auto;border-radius:20px;animation:fadeIn .3s ease;margin:2rem auto}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:2px solid var(--secondary)}.checkout-close{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.checkout-close:hover{color:var(--primary)}.checkout-form{padding:2rem}.form-section{margin-bottom:2rem}.form-section h3{margin-bottom:1rem;color:var(--text)}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:2px solid var(--secondary);border-radius:10px;font-family:inherit;font-size:1rem}.delivery-method-group label{display:block;margin-bottom:.45rem;font-weight:600}.delivery-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-bottom:.85rem}.delivery-toggle-btn{border:2px solid var(--secondary);background:#fff;color:var(--text);border-radius:14px;font-weight:700;font-size:.98rem;min-height:48px;padding:.65rem .75rem;cursor:pointer;transition:transform .15s ease,border-color .2s ease,background .2s ease,color .2s ease}.delivery-toggle-btn:hover{border-color:var(--primary)}.delivery-toggle-btn.active{background:#6b1f8e;border-color:#6b1f8e;color:#fff}.delivery-toggle-btn:active{transform:scale(.98)}.delivery-type-native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.speedy-office-section{margin-top:.75rem;padding:.85rem;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#00000005}.office-search-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.office-dropdown-row{display:block;margin-top:.7rem}.office-dropdown-row label{display:block;margin-bottom:.4rem;font-weight:700}.office-select-control{margin-bottom:0}.office-map-view{margin-top:.85rem;border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#6b1f8e14,#fffffff2);display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);min-height:360px}.office-map-panel{position:relative;min-height:360px;border-left:1px solid rgba(0,0,0,.08)}.office-map-canvas{position:absolute;top:0;right:0;bottom:0;left:0;filter:saturate(1.08) contrast(1.05)}.office-map-placeholder{position:absolute;left:.75rem;top:.75rem;right:.75rem;z-index:500;background:#ffffffeb;border:1px solid rgba(107,31,142,.2);border-radius:8px;padding:.6rem .75rem;color:var(--text-light);font-size:.85rem;pointer-events:none}.office-points-list{display:flex;flex-direction:column;gap:.6rem;padding:.75rem;max-height:360px;overflow-y:auto;background:#ffffffeb}.office-point-card{border:1px solid rgba(107,31,142,.18);border-radius:10px;background:#fff;padding:.75rem;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.office-point-card:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 6px 16px #6b1f8e1f}.office-point-card.active{border-color:var(--primary);background:#6b1f8e0f}.office-point-card strong{display:block;margin-bottom:.25rem;text-align:left}.office-point-card small{display:block;color:var(--text-light);text-align:left}.office-point-card .office-distance{margin-top:.35rem;color:#6b1f8e;font-weight:600;font-size:.78rem}.leaflet-container{font-family:inherit}.office-hover-tooltip{border:1px solid rgba(124,58,237,.35);border-radius:8px;background:#fffffff7;color:#3f2a63;font-weight:600;box-shadow:0 10px 24px #4f2f912e}.office-hover-tooltip:before{border-top-color:#7c3aed59}.pickup-cluster{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#ff6ea8,#8b5cf6);border:3px solid #ffffff;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #8b5cf659}.pickup-cluster span{line-height:1}@media (min-width: 1024px){.office-map-view{grid-template-columns:1fr;min-height:470px}.office-map-panel{min-height:470px;border-left:0}.office-points-list{display:none}}.checkout-hint{display:block;margin-top:.25rem;color:var(--text-light);font-size:.85rem}.checkout-alert{background:#f8d7da;color:#721c24;border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem;font-weight:600}.checkout-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}.checkout-step{text-align:center;font-size:.85rem;padding:.55rem .4rem;border-radius:999px;background:#0000000d;color:var(--text-light);font-weight:600}.checkout-step.active{background:#ffb6b959;color:var(--text)}.checkout-form input:focus{outline:none;border-color:var(--primary)}.payment-options{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:2px solid var(--secondary);border-radius:10px;cursor:pointer;transition:border-color .3s}.payment-option:hover{border-color:var(--primary)}.payment-option.selected{border-color:var(--primary);background:#ffb6b91f}.payment-option input[type=radio]{margin-top:.25rem;width:auto}.payment-label{flex:1}.payment-label strong{display:block;margin-bottom:.25rem}.payment-label small{color:var(--text-light)}.payment-note{background:var(--secondary);padding:1rem;border-radius:10px;margin-top:1rem;text-align:center;color:var(--text-light)}.checkout-summary{background:var(--secondary);padding:1.5rem;border-radius:10px;margin-bottom:1.5rem}.checkout-policy{font-size:.9rem;color:var(--text-light);background:#e8b4a81f;border-radius:10px;padding:.85rem 1rem;margin-bottom:1.5rem;line-height:1.4}.checkout-consent{background:#00000008;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:.75rem .9rem;margin-bottom:1rem}.checkout-consent.error{border-color:#dc3545;background:#dc35450f}.checkout-consent-label{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;font-size:.9rem;color:var(--text)}.checkout-consent-label input[type=checkbox]{width:auto;margin:0}.checkout-consent-label a{font-weight:600}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.checkout-vat-note{margin-top:.35rem;margin-bottom:0;font-size:.85rem;color:var(--text-light)}.total-row{font-size:1.25rem;font-weight:700;margin-top:1rem;padding-top:1rem;border-top:2px solid var(--white)}.btn-submit-order{width:100%}.field-error{display:block;margin-top:-.6rem;margin-bottom:.8rem;font-size:.85rem;color:#b3261e;font-weight:600}.checkout-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}.checkout-trust span{font-size:.8rem;text-align:center;padding:.55rem .45rem;border-radius:10px;background:#ffffffb3;border:1px solid rgba(0,0,0,.06)}.promo-section{margin-bottom:1.5rem}.promo-message{margin-top:.75rem;padding:.75rem;border-radius:8px;font-size:.9rem;display:none}.promo-message.success{background:#d1e7dd;color:#0f5132;display:block}.promo-message.error{background:#f8d7da;color:#842029;display:block}.discount-row{color:var(--primary);font-weight:600}.discount-amount{color:var(--primary)}.btn,.btn-primary{padding:.75rem 1.5rem;border:none;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s;display:inline-block;text-decoration:none;text-align:center;font-size:1rem}.btn-primary:hover{background-color:var(--btn-primary-hover);transform:translateY(-2px)}.btn-secondary{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:1px solid var(--btn-secondary-border)}.btn-secondary:hover{background-color:var(--btn-secondary-hover-bg);border-color:#e7a5c0;color:#783d58}.btn-add-cart{width:100%;padding:.75rem 1.5rem;background-color:var(--btn-primary-bg);color:var(--white);border:none;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s}.btn-add-cart:hover{background-color:var(--btn-primary-hover);transform:translateY(-2px)}.btn-apply-promo{padding:.75rem 1.5rem;background:var(--btn-primary-bg);color:var(--white);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.btn-apply-promo:hover{background:var(--btn-primary-hover);transform:translateY(-2px)}.form-group{margin-bottom:1.5rem;padding:0}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text)}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #cfd4dc;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f7c6dd8c}.checkout-form input,.checkout-form textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:2px solid #cfd4dc;border-radius:10px;font-family:inherit;font-size:1rem}.checkout-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f7c6dd8c}.checkout-form .input-error{border-color:#dc3545;background:#dc35450f}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border:2px solid #cfd4dc;border-radius:10px;font-family:inherit;font-size:1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f7c6dd8c}.contact-form button{width:100%}.skin-type-edit select{width:100%;padding:.75rem 1rem;border:2px solid #cfd4dc;border-radius:10px;font-size:.95rem;background:#fff;margin:.75rem 0 1rem}.promo-input-group{display:flex;gap:.5rem}.promo-input-group input{flex:1;padding:.75rem;border:2px solid #cfd4dc;border-radius:8px;font-size:1rem;text-transform:uppercase}.promo-input-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f7c6dd8c}.skin-type-edit select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f7c6dd8c}.product-card{background-color:var(--card-surface);border:1px solid rgba(210,140,175,.45);box-shadow:0 6px 18px #c2789b1c;padding:1.5rem;border-radius:15px;text-align:center;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s,opacity .5s;min-width:220px;max-width:220px;flex-shrink:0;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;scroll-snap-align:center;scroll-snap-stop:always;opacity:0;transform:translateY(20px);position:relative}.product-card.loaded{opacity:1;transform:translateY(0)}.product-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px var(--shadow)}.product-card:active{cursor:grabbing}.product-card.hidden{display:none}.wishlist-icon{position:absolute;top:.75rem;right:.75rem;z-index:3;width:32px;height:32px;border-radius:50%;border:none;background:var(--white);color:var(--accent);font-size:1.1rem;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 4px 10px var(--shadow);transition:transform .2s,background .2s,color .2s}.wishlist-icon:hover{transform:scale(1.05);background:var(--primary);color:var(--white)}.wishlist-icon.active{background:#5b2dd6;color:var(--white)}body.is-logged-in .wishlist-icon{display:inline-flex}.product-image{margin-bottom:1rem;width:100%;height:190px;background:var(--secondary);border-radius:14px;overflow:hidden}.product-image-gallery{height:100%;display:flex;flex-direction:column;gap:.25rem}.product-image-track{display:flex;gap:.5rem;height:100%;width:100%;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:.35rem;touch-action:pan-x pan-y}.product-image-track::-webkit-scrollbar{display:none}.product-image-item{flex:0 0 100%;min-width:100%;height:100%;scroll-snap-align:center;display:flex;align-items:center;justify-content:center}.product-image-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.product-image-emoji{font-size:3.2rem}.product-image-dots{display:flex;justify-content:center;align-items:center;gap:.35rem;padding:.15rem 0 .2rem}.product-image-dot{width:18px;height:18px;border-radius:999px;border:none;background:#2c2c2c33;cursor:pointer;transition:transform .2s,background .2s,opacity .2s}.product-image-dot.active{background:var(--primary);transform:scale(1.2)}.product-card h3{font-size:1.5rem;line-height:1.25;min-height:2.5em;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1rem;color:var(--text)}.product-volume{margin:-.45rem 0 .55rem;color:#7a619e;font-size:.82rem;font-weight:700}.product-rating-inline{display:flex;align-items:center;justify-content:center;gap:.35rem;margin:.25rem 0 .75rem;font-size:.9rem}.product-rating-inline .stars{color:#f4c150;font-size:.95rem}.product-rating-inline .rating-value{color:var(--text-light);font-weight:600;font-size:.85rem}.product-description{color:var(--text-light);margin-bottom:1rem;min-height:3rem;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5;max-height:4.5em}.product-price{font-size:1.5rem;font-weight:700;color:#bfa2db;margin-bottom:1rem}.product-price-section{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;position:relative}.skin-type-carousel .product-price-section{position:relative}.product-price-section .product-price{margin-bottom:0;flex:1;white-space:nowrap}.skin-type-carousel .product-price-section .product-price{font-size:1.25rem}.product-card-actions{margin-top:auto;display:grid;grid-template-columns:1fr;gap:.5rem}.product-card .btn-add-cart,.product-card .btn-share-product{width:100%}.product-card .btn-share-product{border-width:1px;background:var(--btn-secondary-bg);border-color:var(--btn-secondary-border);color:var(--btn-secondary-text)}.product-card .btn-share-product:hover{background:var(--btn-primary-bg);border-color:var(--btn-primary-bg);color:#fff}.product-card .btn-add-cart-sidebar{width:36px;height:36px;padding:0;border-radius:50%;font-size:1.2rem;font-weight:700;display:none;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.skin-type-carousel .product-card .btn-add-cart-sidebar{display:flex}.skin-type-carousel .product-card .product-card-actions{display:none}.product-price .price-old{text-decoration:line-through;color:var(--text-light);font-weight:500;margin-right:.5rem;font-size:.95rem}.product-price .price-new{color:#bfa2db}.product-discount-badge{display:inline-block;margin-left:.5rem;padding:.2rem .5rem;border-radius:12px;background:#f7b3a3;color:var(--white);font-size:.75rem;font-weight:700}.product-detail-price .price-old{text-decoration:line-through;color:var(--text-light);margin-right:.5rem;font-weight:500}.promo-banner{border:none;padding:0;text-align:left;cursor:default;background:transparent}.promo-banner.is-clickable{cursor:pointer}.promo-banner:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.product-badge{display:inline-block;padding:.25rem .65rem;background-color:var(--primary);color:var(--white);border-radius:15px;font-size:.68rem;font-weight:600;margin-bottom:.5rem}.product-badge-mamasafe{background:#2c8f7d;color:#fff;border:1px solid rgba(31,115,101,.45)}.product-badge-babysafe{background:#4f9de0;color:#fff;border:1px solid rgba(47,109,154,.45)}.product-badge-kidsafe{background:#e6b12a;color:#fff;border:1px solid rgba(143,107,0,.4)}.product-badge-brand{background:#314a9f;color:#fff;border:1px solid rgba(28,44,93,.45)}.product-card .product-badge-mamasafe,.product-card .product-badge-babysafe,.product-card .product-badge-kidsafe{align-self:center;width:auto;font-size:.6rem;padding:.15rem .5rem;line-height:1.1;margin-bottom:.35rem}.product-card .product-badge-brand{align-self:center;width:auto;font-size:.62rem;padding:.16rem .52rem;line-height:1.1;margin-bottom:.35rem}.product-badge-detail{margin-bottom:.2rem}.product-detail-modal{z-index:4100}.product-detail-modal .modal-content{z-index:4101;max-width:1000px;padding:0;max-height:90vh;overflow-y:auto}.product-detail-content{position:relative}.product-detail-layout{display:grid;grid-template-columns:minmax(340px,430px) minmax(0,1fr);gap:2rem;padding:2rem;align-items:start}.product-detail-image{display:flex;align-items:center;justify-content:center;background:var(--secondary);border-radius:15px;padding:.85rem;min-height:320px;height:360px}.product-detail-image .product-image-track{width:100%;height:100%;padding:.5rem;overscroll-behavior-x:contain}.product-detail-image .product-image-item{border-radius:14px}.product-detail-info{display:flex;flex-direction:column;gap:1.15rem}.product-detail-info h2{font-size:2rem;color:var(--text);margin:0}.product-detail-meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.product-detail-category{display:inline-block;padding:.5rem 1rem;background:var(--primary);color:var(--white);border-radius:20px;font-size:.9rem;font-weight:600}.product-rating{display:flex;align-items:center;gap:.5rem}.product-rating .stars{color:gold;font-size:1rem}.rating-count{color:var(--text-light);font-size:.9rem}.product-detail-price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:0}.product-detail-price{font-size:2rem;font-weight:700;color:var(--primary);margin:0;flex:1}.btn-detail-quick-cart{width:50px;height:50px;padding:0;border-radius:50%;font-size:1.15rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;overflow:visible;background:linear-gradient(145deg,#f7a9b8,#e08fa6);border:1px solid rgba(0,0,0,.04);box-shadow:0 10px 20px #e08fa659,inset 0 1px #ffffff80;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.btn-detail-quick-cart .quick-cart-icon{display:inline-grid;place-items:center;align-items:center;justify-content:center;line-height:1;color:#fff;width:100%;height:100%;font-size:1.18rem;transform:translateY(-.5px)}.btn-detail-quick-cart .quick-cart-count{position:absolute;top:-7px;right:-7px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#2b2b2b;color:#fff;font-size:.72rem;font-weight:700;display:none;align-items:center;justify-content:center;line-height:1}.btn-detail-quick-cart.has-count .quick-cart-count{display:inline-flex}.btn-detail-quick-cart:active{transform:scale(.9)}.btn-detail-quick-cart:hover{filter:brightness(1.03);box-shadow:0 12px 24px #e08fa66b,inset 0 1px #ffffff8c}.btn-detail-quick-cart.added{background:linear-gradient(145deg,#31ce77,#27b968);border-color:#27b968}.product-detail-description h3{font-size:1.28rem;margin-bottom:.75rem;color:var(--text);font-weight:800}.product-detail-description-wide{grid-column:1 / -1;margin-top:.15rem;padding-top:.15rem}.product-desc-section+.product-desc-section{margin-top:1rem}.product-desc-section h4{font-size:1.02rem;font-weight:800;color:var(--text);margin:0 0 .42rem;letter-spacing:.01em}#detailDescText p{color:var(--text);line-height:1.9;text-align:left;text-justify:auto;margin:0;font-weight:500}.product-detail-stock{padding:.75rem 1rem;background:var(--secondary);border-radius:10px;text-align:center;font-weight:600;color:var(--primary)}.product-detail-stock.out-of-stock{background:#ffebee;color:#c62828}.product-actions{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:.72rem;align-items:stretch}.btn-detail-add-cart{min-height:52px;padding:.85rem 1.05rem;font-size:1rem;line-height:1.2;border-radius:16px;font-weight:700}.btn-detail-share{min-height:52px;padding:.85rem .95rem;border-radius:16px;font-weight:700}.btn-detail-share:hover{background:#c85f8f;border-color:#c85f8f;color:#fff}.btn-wishlist{min-height:52px;padding:.85rem .95rem;background:var(--secondary);color:var(--text);border:2px solid var(--primary);border-radius:16px;font-weight:700;cursor:pointer;transition:all .3s}.btn-wishlist:hover{background:var(--primary);color:var(--white)}.btn-wishlist.active{background:#5b2dd6;color:var(--white)}@media (max-width: 900px){.product-actions{grid-template-columns:1fr}}.share-toast{position:fixed;left:50%;bottom:18px;transform:translate(-50%) translateY(12px);opacity:0;pointer-events:none;z-index:1200;background:#1a1a1aeb;color:#fff;padding:.65rem .95rem;border-radius:999px;font-size:.88rem;font-weight:600;transition:opacity .25s ease,transform .25s ease}.share-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.product-reviews{padding:2rem;background:var(--secondary);border-top:1px solid #ddd}.product-reviews h3{margin-bottom:1.5rem;color:var(--text)}.review-form{background:var(--white);padding:1.5rem;border-radius:15px;margin-bottom:2rem}.review-form h4{margin-bottom:1rem;color:var(--text)}.rating-input{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.star-rating{display:flex;gap:.25rem}.star{font-size:2rem;cursor:pointer;color:#ddd;transition:color .2s}.star:hover,.star.active{color:gold}.review-form textarea{width:100%;padding:.75rem;border:2px solid var(--secondary);border-radius:10px;font-family:inherit;resize:vertical;margin-bottom:1rem}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-item{background:var(--white);padding:1.5rem;border-radius:15px}.review-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.review-author{font-weight:600;color:var(--text)}.review-date{color:var(--text-light);font-size:.9rem}.review-rating{color:gold;margin-bottom:.5rem}.review-text{color:var(--text-light);line-height:1.6}.review-actions{display:flex;gap:.6rem;margin-top:.8rem}.review-action-btn{padding:.45rem .9rem;border-radius:10px;font-size:.88rem;font-weight:700}.review-action-delete{background:#ffe5e8;color:#a33749;border:1px solid #f2b4bf}.review-action-delete:hover{background:#f8cdd4;color:#842738}.verified-badge{display:inline-block;padding:.25rem .5rem;background:#4caf50;color:#fff;border-radius:10px;font-size:.75rem;margin-left:.5rem}.product-recommendations-section{padding:2rem;background:var(--white);border-top:1px solid #ddd}.product-recommendations-section h3{margin-bottom:1.5rem;color:var(--text)}.recommendations-grid{display:flex;flex-wrap:wrap;gap:1rem}.recommendation-card{flex:0 1 210px;max-width:240px;width:100%;background:var(--card-surface);border:1px solid rgba(210,140,175,.3);padding:1rem;border-radius:15px;text-align:center;transition:transform .3s,box-shadow .3s}.recommendation-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px var(--shadow)}.recommendation-card .product-image{height:120px;margin-bottom:.5rem}.recommendation-card .product-image-emoji{font-size:2.4rem}.recommendation-card h4{font-size:1rem;margin-bottom:.5rem;color:var(--text)}.recommendation-card .product-price{font-size:1.1rem;font-weight:700;color:var(--primary)}@media (max-width: 640px){.recommendation-card{flex-basis:min(100%,210px)}}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem;min-height:100px}.favorites-grid .product-card{padding:.75rem;min-width:140px;max-width:140px;margin:0 auto;opacity:1;transform:none}.favorites-grid .wishlist-remove{position:absolute;top:.35rem;right:.35rem;width:22px;height:22px;border-radius:50%;border:none;background:var(--white);color:#5b2dd6;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 3px 8px var(--shadow);transition:transform .2s,background .2s,color .2s}.favorites-grid .wishlist-remove:hover{transform:scale(1.05);background:#5b2dd6;color:var(--white)}.favorites-grid .product-image{height:110px;margin-bottom:.5rem}.favorites-grid .product-image-emoji{font-size:2rem}.favorites-grid h3{font-size:.95rem;margin-bottom:.5rem}.favorites-grid .product-price{font-size:1rem}.promo-game-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e12208c;display:none;pointer-events:none;align-items:center;justify-content:center;z-index:1600;padding:1rem}.promo-game-modal.active{display:flex;pointer-events:auto}.promo-game-card{width:min(760px,100%);max-height:min(88vh,760px);overflow-y:auto;background:linear-gradient(145deg,#fff8f9,#fff 60%,#f2f9ff);border-radius:18px;border:1px solid rgba(201,104,144,.25);box-shadow:0 20px 40px #0000002e;padding:1.2rem}.promo-game-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.promo-game-close{border:none;background:transparent;font-size:1.6rem;cursor:pointer;line-height:1;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.promo-game-email{display:grid;grid-template-columns:1fr auto;gap:.6rem;margin:.8rem 0 1rem}.promo-game-email input{border:1px solid rgba(190,196,214,.9);border-radius:10px;padding:.65rem .75rem}.promo-game-area{margin-top:.4rem}.promo-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.promo-prize-card{border:1px solid rgba(44,143,125,.28);border-radius:14px;background:linear-gradient(145deg,#fff7fb,#fff 55%,#f7fbff);min-height:120px;cursor:pointer;transition:transform .22s ease,opacity .22s ease;padding:.8rem;display:block;text-align:center;font-weight:700;position:relative;overflow:hidden;touch-action:manipulation}.promo-prize-card:hover{transform:translateY(-3px)}.promo-prize-card-inner{display:grid;min-height:104px;place-items:center}.promo-prize-card-face,.promo-prize-card-value{grid-area:1 / 1;transition:opacity .24s ease,transform .24s ease}.promo-prize-card-face{color:#7e6481}.promo-prize-card-value{opacity:0;transform:scale(.85);color:#c0558d}.promo-prize-card.revealed .promo-prize-card-face{opacity:0;transform:scale(1.08)}.promo-prize-card.revealed .promo-prize-card-value{opacity:1;transform:scale(1)}.promo-prize-card.selected{border-color:#c8558d6b;box-shadow:0 12px 24px #c8558d29}.promo-prize-card.hidden{opacity:0;pointer-events:none;transform:scale(.9)}.promo-wheel-wrap{display:grid;justify-items:center;gap:.65rem}.promo-wheel-shell{position:relative;display:grid;place-items:center;padding-top:12px}.promo-wheel-pointer{position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-top:26px solid #c24b83;z-index:2;filter:drop-shadow(0 5px 10px rgba(0,0,0,.18))}.promo-wheel{position:relative;width:260px;height:260px;border-radius:50%;border:8px solid #f4d7e4;overflow:hidden;transition:transform 3.2s cubic-bezier(.2,.8,.2,1);box-shadow:0 18px 34px #1c23342e}.promo-wheel-label{position:absolute;width:72px;text-align:center;font-size:12px;font-weight:800;line-height:1.1;color:#3f3144;transform-origin:center}.promo-wheel-center{position:absolute;top:50%;right:50%;bottom:50%;left:50%;width:78px;height:78px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;background:#fff;border:6px solid rgba(255,255,255,.95);box-shadow:0 6px 14px #00000024;font-weight:800;color:#c24b83}.promo-game-result{margin-top:.9rem;border-radius:12px;background:#f8fff7;border:1px solid rgba(90,165,102,.4);padding:.8rem;display:none}.promo-game-result.active{display:block}.promo-game-code{font-weight:800;letter-spacing:.06em}.promo-game-copy{margin-top:.7rem;padding:.65rem 1rem;border:none;border-radius:999px;background:#c24b83;color:#fff;font-weight:700;cursor:pointer;touch-action:manipulation}#promoGameSpinBtn{touch-action:manipulation}.promo-game-copy:hover{background:#aa3c71}@media (max-width: 700px){.promo-game-modal{align-items:flex-end;padding:.75rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}.promo-game-card{width:100%;padding:1rem;border-radius:18px}.promo-cards-grid,.promo-game-email{grid-template-columns:1fr}.promo-wheel{width:208px;height:208px}.promo-wheel-label{width:56px;font-size:10px}.promo-wheel-center{width:64px;height:64px;border-width:5px;font-size:.95rem}.promo-game-header h3{font-size:1.15rem}.promo-game-header p{font-size:.92rem}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#fffefe,#fff 55%,#fff9fc);padding-top:80px;position:relative;overflow:hidden}.hero-emoji-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero-emoji{position:absolute;left:-10vw;top:50%;font-size:clamp(2rem,4.8vw,3.6rem);line-height:1;opacity:.28;filter:none;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;text-rendering:geometricPrecision;animation:hero-emoji-drift 18s linear infinite;will-change:transform}.hero-emoji:nth-child(1){top:18%;animation-delay:-2s;animation-duration:22s}.hero-emoji:nth-child(2){top:29%;animation-delay:-8s;animation-duration:19s}.hero-emoji:nth-child(3){top:40%;animation-delay:-1s;animation-duration:24s}.hero-emoji:nth-child(4){top:52%;animation-delay:-12s;animation-duration:21s}.hero-emoji:nth-child(5){top:64%;animation-delay:-5s;animation-duration:20s}.hero-emoji:nth-child(6){top:75%;animation-delay:-14s;animation-duration:23s}.hero-emoji:nth-child(7){top:24%;animation-delay:-17s;animation-duration:18s}.hero-emoji:nth-child(8){top:47%;animation-delay:-9s;animation-duration:25s}.hero-emoji:nth-child(9){top:69%;animation-delay:-3s;animation-duration:17s}.hero-emoji:nth-child(10){top:85%;animation-delay:-11s;animation-duration:20s}.hero-emoji:nth-child(11){top:14%;animation-delay:-6s;animation-duration:26s}.hero-emoji:nth-child(12){top:34%;animation-delay:-15s;animation-duration:19s}.hero-emoji:nth-child(13){top:58%;animation-delay:-4s;animation-duration:22s}.hero-emoji:nth-child(14){top:78%;animation-delay:-13s;animation-duration:24s}.hero-emoji:nth-child(15){top:44%;animation-delay:-10s;animation-duration:27s}.hero-emoji:nth-child(16){top:90%;animation-delay:-7s;animation-duration:21s}@keyframes hero-emoji-drift{0%{transform:translate(-10vw) translateY(0) rotate(0)}50%{transform:translate(55vw) translateY(-12px) rotate(8deg)}to{transform:translate(115vw) translateY(0) rotate(0)}}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:40%;background:url(/PinkLogo.png?v=20260619) no-repeat center 100%;background-size:min(58.5vw,648px) auto;opacity:.72;filter:none;pointer-events:none;z-index:1}@media (max-width: 768px){.hero:before{height:32%;background-position:center 100%;background-size:min(78vw,320px) auto;opacity:.68;filter:none}.hero-content{padding-top:170px}.hero-emoji{opacity:.24;font-size:clamp(1.95rem,8vw,3.2rem)}}@media (prefers-reduced-data: reduce){.hero:before{background-image:none}}.hero-content{text-align:center;position:relative;z-index:2;padding-top:260px}@media (prefers-reduced-motion: reduce){.hero-emoji{animation:none}}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--text)}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-light);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}.hero-actions .skin-type-cta{background:#c85f8f;border:1px solid #c85f8f;color:var(--white)}.hero-actions .gift-box-cta{background:#f09abb;border:1px solid #f09abb;color:var(--white)}.hero-actions .gift-box-cta:hover{background:#d978a0;border-color:#d978a0;color:var(--white)}.hero-actions .skin-type-cta:hover{background:#aa4775;border-color:#aa4775;color:var(--white)}.promo-banners{padding:2rem 0 1rem;background:linear-gradient(135deg,#fff6fb9e,#fff)}.promo-banners-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.promo-banner{position:relative;border-radius:16px;overflow:hidden;min-height:180px;background:var(--secondary);box-shadow:0 10px 24px #00000014}.promo-banner img{width:100%;height:100%;object-fit:cover;display:block}.promo-banner-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;background:linear-gradient(180deg,#0000 35%,#00000073);color:var(--white)}.promo-banner-title{font-size:1.3rem;font-weight:700;margin-bottom:.25rem}.promo-banner-subtitle{font-size:.95rem;opacity:.9}.promotions{padding:2rem 0 3rem;background:var(--white)}.promo-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.btn,.btn-primary{display:inline-block;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:var(--btn-primary-bg);color:var(--white)}.btn-primary:hover{background-color:var(--btn-primary-hover);transform:translateY(-2px);box-shadow:0 5px 15px var(--shadow)}.btn-link{color:var(--primary);text-decoration:none;font-weight:600;transition:color .3s}.btn-link:hover{color:var(--accent)}section{padding:5rem 0}.section-title{font-size:clamp(2rem,4vw,3rem);text-align:center;margin-bottom:3rem;color:var(--text)}.shop{background-color:var(--white);overflow:hidden}.search-filter-bar{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:var(--secondary);border-radius:15px}@media (min-width: 769px){.search-filter-bar{position:sticky;top:80px;z-index:5}}.search-box{flex:1;min-width:300px;position:relative}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid #cfd4dc;border-radius:25px;font-size:1rem;transition:all .3s;background:var(--white)}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f7c6dd99}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem;pointer-events:none}.filter-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.discount-filter{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);padding:.5rem .9rem;border-radius:25px;font-weight:600;font-size:.9rem;cursor:pointer}.discount-filter input{accent-color:var(--primary)}.filter-select{padding:.75rem 1rem;border:2px solid #cfd4dc;border-radius:25px;font-size:.95rem;background:var(--white);cursor:pointer;transition:all .3s}.filter-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f7c6dd8c}.price-filter{display:flex;align-items:center;gap:.5rem;background:var(--white);padding:.5rem 1rem;border-radius:25px}.price-filter label{font-weight:600;color:var(--text)}.price-filter input{width:60px;padding:.5rem;border:1px solid #cfd4dc;border-radius:8px;text-align:center}.price-filter input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f7c6dd8c}.btn-apply-filter{padding:.5rem 1rem;background:var(--primary);color:var(--white);border:none;border-radius:20px;cursor:pointer;font-weight:600;transition:all .3s}.btn-apply-filter:hover{background:var(--accent);transform:translateY(-2px)}.product-counter{text-align:center;padding:1rem;margin:1rem 0;background:var(--secondary);border-radius:12px;font-size:.95rem;color:var(--text-light)}.product-counter strong{color:var(--primary);font-size:1.1rem}.load-more-wrap{display:flex;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 0 0}.load-more-btn{min-width:180px}.carousel-container{position:relative;overflow-x:hidden;overflow-y:auto;padding:2rem 0;margin:0;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-snap-type:y mandatory;will-change:scroll-position;touch-action:pan-y;scroll-padding:2rem 0;max-height:clamp(520px,72vh,900px)}@media (min-width: 769px){.carousel-container{padding:2rem}.products-grid{padding:0 1rem}}.carousel-container::-webkit-scrollbar{display:none}.carousel-container:before,.carousel-container:after{content:"↓";position:absolute;left:50%;transform:translate(-50%);font-size:2rem;color:var(--primary);opacity:.3;pointer-events:none;z-index:5;transition:opacity .3s}.carousel-container:before{content:"↑";top:.5rem}.carousel-container:after{bottom:.5rem}.carousel-container:hover:before,.carousel-container:hover:after{opacity:.6}.products-grid{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:0 1rem}#shop .carousel-container{overflow:visible;max-height:none;padding:0;scroll-snap-type:none;touch-action:auto;overscroll-behavior-y:auto;scroll-padding:0}#shop .carousel-container:before,#shop .carousel-container:after{display:none}#shop #productsGrid.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;width:100%;padding:0;align-items:stretch}#shop #productsGrid .product-card{min-width:0;max-width:none;width:100%}.products-grid.auto-scroll{animation:carousel 30s linear infinite}.products-grid.auto-scroll:hover{animation-play-state:paused}.no-results{width:100%;margin:1.5rem auto 0;text-align:center;background:var(--secondary);border-radius:16px;padding:2rem 1.5rem;color:var(--text-light);max-width:600px}.no-results p{margin-bottom:1rem;font-weight:600}.featured-carousel,.bestsellers-carousel,.skin-type-carousel{padding:2rem 0;background:linear-gradient(135deg,var(--secondary) 0%,var(--white) 100%);overflow:hidden}.featured-carousel .container,.bestsellers-carousel .container,.skin-type-carousel .container{overflow:visible}.featured-carousel .carousel-container,.bestsellers-carousel .carousel-container,.skin-type-carousel .carousel-container{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:pan-x pan-y;scroll-padding:0 calc(50% - 110px);max-height:none}.featured-carousel .carousel-container:before,.featured-carousel .carousel-container:after,.bestsellers-carousel .carousel-container:before,.bestsellers-carousel .carousel-container:after,.skin-type-carousel .carousel-container:before,.skin-type-carousel .carousel-container:after{top:50%;left:auto;transform:translateY(-50%)}.featured-carousel .carousel-container:before,.bestsellers-carousel .carousel-container:before,.skin-type-carousel .carousel-container:before{content:"←";left:1rem;top:50%}.featured-carousel .carousel-container:after,.bestsellers-carousel .carousel-container:after,.skin-type-carousel .carousel-container:after{content:"→";right:1rem;bottom:auto}.featured-carousel .products-grid,.bestsellers-carousel .products-grid,.skin-type-carousel .products-grid{flex-direction:row;align-items:stretch;width:max-content;padding:0 2rem}.featured-carousel{background:linear-gradient(135deg,#fff9f5 0%,var(--white) 100%)}.bestsellers-carousel{background:linear-gradient(135deg,var(--secondary) 0%,#fff9f5 100%)}.skin-type-carousel{background:linear-gradient(135deg,#fff5f9,#fffdfa)}.skin-type-carousel .carousel-container{overflow:visible;max-height:none;padding:0;scroll-snap-type:none;touch-action:auto;overscroll-behavior-x:auto;scroll-padding:0}.skin-type-carousel .carousel-container:before,.skin-type-carousel .carousel-container:after{display:none}.skin-type-carousel #skinTypeGrid.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;width:100%;padding:0;align-items:stretch}@media (max-width: 768px){.skin-type-carousel #skinTypeGrid.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.skin-type-carousel #skinTypeGrid .product-card{min-width:0;max-width:none;width:100%}.skin-type-carousel #skinTypeLoadMoreWrap{margin:0 auto;max-width:1200px}.featured-carousel .section-title,.bestsellers-carousel .section-title,.skin-type-carousel .section-title{text-align:center;margin-bottom:1rem;font-size:1.5rem}@media (min-width: 769px){.featured-carousel,.bestsellers-carousel,.skin-type-carousel{padding:3rem 0}.featured-carousel .section-title,.bestsellers-carousel .section-title,.skin-type-carousel .section-title{font-size:2rem}.featured-carousel .carousel-container,.bestsellers-carousel .carousel-container,.skin-type-carousel .carousel-container{max-width:1200px;margin:0 auto}}.category-tabs{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem}.category-row{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;flex:0 0 100%}.category-row-safe{margin-top:.2rem}.category-tab{padding:.75rem 1.5rem;background-color:#fff1f6;border:2px solid rgba(200,95,143,.26);border-radius:25px;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;font-weight:600;transition:all .3s;font-size:1rem;color:#9a456d}.category-tab:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.85}.category-tab[data-category=all]:before{background:#9a456d}.category-tab[data-category=face]:before{background:#5f8fc8}.category-tab[data-category=body]:before{background:#48a978}.category-tab[data-category=hair]:before{background:#9a6ad9}.category-tab[data-category=makeup]:before{background:#c85f8f}.category-tab[data-category=mamasafe]:before{background:#2c8f7d}.category-tab[data-category=babysafe]:before{background:#4f9de0}.category-tab[data-category=kidsafe]:before{background:#e6b12a}.category-tab[data-safe-label]:after{content:attr(data-safe-label);font-size:.62rem;line-height:1;padding:.22rem .4rem;border-radius:999px;font-weight:700;letter-spacing:.04em;background:#00000014}.category-tab[data-safe-label].active:after{background:#ffffff47}.category-tab:hover{background-color:#fbdbe7;border-color:#c85f8f73;color:#8e3f65;box-shadow:0 8px 18px #c85f8f29;transform:translateY(-2px)}.category-tab:focus-visible{outline:none;box-shadow:0 0 0 3px #c85f8f33}.category-tab.active{background-color:#c85f8f;color:var(--white);border-color:#c85f8f;box-shadow:0 10px 20px #c85f8f42}.category-tab[data-category=mamasafe]{background-color:#eefaf6;border-color:#2c8f7d59;color:#1f735f}.category-tab[data-category=mamasafe]:hover{background-color:#dcf4ec;border-color:#2c8f7d94;color:#185a4b;box-shadow:0 8px 18px #2c8f7d33}.category-tab[data-category=mamasafe]:focus-visible{box-shadow:0 0 0 3px #2c8f7d42}.category-tab[data-category=mamasafe].active{background-color:#2c8f7d;border-color:#2c8f7d;color:#fff;box-shadow:0 10px 20px #2c8f7d47}.category-tab[data-category=babysafe]{background-color:#eef6ff;border-color:#4f9de059;color:#2f6d9a}.category-tab[data-category=babysafe]:hover{background-color:#dfefff;border-color:#4f9de094;color:#255778;box-shadow:0 8px 18px #4f9de033}.category-tab[data-category=babysafe]:focus-visible{box-shadow:0 0 0 3px #4f9de042}.category-tab[data-category=babysafe].active{background-color:#4f9de0;border-color:#4f9de0;color:#fff;box-shadow:0 10px 20px #4f9de047}.category-tab[data-category=kidsafe]{background-color:#fff8df;border-color:#e6b12a6b;color:#8f6b00}.category-tab[data-category=kidsafe]:hover{background-color:#fff2bf;border-color:#e6b12a9e;color:#6f5300;box-shadow:0 8px 18px #e6b12a33}.category-tab[data-category=kidsafe]:focus-visible{box-shadow:0 0 0 3px #e6b12a42}.category-tab[data-category=kidsafe].active{background-color:#e6b12a;border-color:#e6b12a;color:#fff;box-shadow:0 10px 20px #e6b12a47}.subcategory-filters{background-color:var(--secondary);padding:1.5rem;border-radius:15px;margin-bottom:2rem}.filter-label{font-weight:700;margin-bottom:1rem;color:var(--text)}.subcategory-btn{padding:.5rem 1rem;margin:.25rem;background-color:#fff1f6;border:2px solid rgba(200,95,143,.24);border-radius:20px;cursor:pointer;font-size:.9rem;transition:all .3s;color:#9a456d}.subcategory-btn:hover{border-color:#c85f8f8c;background-color:#fbdbe7;color:#8e3f65;box-shadow:0 8px 16px #c85f8f24}.subcategory-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #c85f8f33}.subcategory-btn.active{background-color:#c85f8f;color:var(--white);border-color:#c85f8f}.routine{background:linear-gradient(135deg,var(--secondary) 0%,#fff 100%)}.routine-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.step{text-align:center;cursor:pointer;border-radius:12px;padding:.4rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.step:hover{transform:translateY(-2px);background-color:#ffffffa6;box-shadow:0 10px 20px #00000014}.step:focus-visible{outline:none;box-shadow:0 0 0 3px #c85f8f59}.step-number{width:60px;height:60px;background-color:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text)}.step p{color:var(--text-light)}.qty-btn{background:var(--secondary);border:none;width:25px;height:25px;border-radius:50%;cursor:pointer;font-weight:600;transition:background .3s}.qty-btn:hover{background:var(--primary);color:var(--white)}.gift-box-section{padding:4rem 0;background:linear-gradient(180deg,#fff9fc,#fff)}.gift-box-intro{max-width:720px;margin:-1.5rem auto 1.5rem;text-align:center;color:var(--text-light)}.gift-box-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.gift-box-ideas{display:flex;gap:.75rem;overflow-x:auto;padding:.2rem .1rem .85rem;margin-bottom:.7rem;scrollbar-width:none}.gift-box-ideas::-webkit-scrollbar{display:none}.gift-box-idea{flex:0 0 min(260px,75vw);padding:.9rem 1rem;border:1px solid var(--btn-secondary-border);border-radius:14px;background:var(--white);color:var(--text);text-align:left;cursor:pointer;box-shadow:0 5px 16px #c2789b14}.gift-box-idea:hover{border-color:var(--btn-primary-bg);background:var(--btn-secondary-hover-bg)}.gift-box-idea strong,.gift-box-idea span{display:block}.gift-box-idea span{margin-top:.25rem;color:var(--text-light);font-size:.85rem}.gift-box-size-picker,.gift-box-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.gift-box-size{width:36px;height:36px;border:1px solid var(--btn-secondary-border);border-radius:50%;background:var(--white);color:var(--btn-secondary-text);font-weight:700;cursor:pointer}.gift-box-size.active{background:var(--btn-primary-bg);border-color:var(--btn-primary-bg);color:var(--white)}.gift-box-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem}.gift-box-slot{min-width:0;padding:1rem;border:1px solid rgba(210,140,175,.28);border-radius:16px;background:var(--card-surface)}.gift-box-step{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--btn-primary-bg);color:var(--white);font-weight:700}.gift-box-slot h3{margin:.6rem 0 .2rem;font-size:1rem}.gift-box-slot p{min-height:2.8em;color:var(--text-light);font-size:.85rem}.gift-box-product-choices{display:flex;gap:.5rem;overflow-x:auto;margin-top:.75rem;padding:.1rem 0 .45rem;scrollbar-width:thin}.gift-box-product-option{flex:0 0 96px;display:grid;gap:.4rem;padding:.35rem;border:1px solid var(--btn-secondary-border);border-radius:8px;background:var(--white);color:var(--text);cursor:pointer;text-align:left}.gift-box-product-option:hover,.gift-box-product-option.selected{border-color:var(--btn-primary-bg);background:var(--btn-secondary-hover-bg)}.gift-box-product-option.selected{box-shadow:0 0 0 1px var(--btn-primary-bg)}.gift-box-product-image{display:grid;place-items:center;width:100%;aspect-ratio:1;overflow:hidden;border-radius:6px;background:#fff7fb;font-size:2rem}.gift-box-product-image img{width:100%;height:100%;object-fit:contain}.gift-box-product-name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:2.4em;font-size:.72rem;line-height:1.2}.gift-box-summary{margin-top:1rem;text-align:right;color:var(--btn-secondary-text)}.gift-box-summary span{margin-left:.5rem;color:var(--btn-primary-bg);font-weight:700}@media (max-width: 640px){.gift-box-toolbar{align-items:stretch}.gift-box-actions,.gift-box-actions .btn{width:100%}.gift-box-actions .btn{text-align:center}}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes carousel{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideUpBanner{0%{bottom:-100px;opacity:0}to{bottom:20px;opacity:1}}html{scroll-behavior:smooth}.lazy{opacity:0;transition:opacity .3s}.lazy.loaded{opacity:1}.will-change{will-change:scroll-position}.tab-content.fade-anim{animation:fadeIn .4s}#userProfile{display:none;padding:0;--profile-radius-lg: 20px;--profile-radius-md: 14px;--profile-radius-sm: 12px}#userProfile h2{margin:0 0 1rem;color:var(--primary);font-size:1.5rem}#userProfile h3{margin:1.5rem 0 1rem;color:var(--text);font-size:1.1rem;font-weight:600}#userProfile .btn-secondary{width:100%;margin-top:1.5rem}#userProfile .profile-section{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--profile-radius-lg);padding:1.25rem 1.5rem;box-shadow:0 10px 24px #0000000f;margin-bottom:1.5rem}#userProfile .profile-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.user-info{background:#fdf8f6;padding:1rem 1.5rem;border-radius:var(--profile-radius-md);margin-bottom:1.5rem;border-left:3px solid var(--primary);border:1px solid rgba(232,180,168,.25);box-shadow:0 8px 18px #0000000f}#userProfile .form-group input,#userProfile .form-group textarea,#userProfile .skin-type-edit select{border-radius:var(--profile-radius-sm);border-width:1.5px;background:#fffdfc}#userProfile .form-group input:focus,#userProfile .form-group textarea:focus,#userProfile .skin-type-edit select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #f7c6dd99}.user-info p{margin:.5rem 0;display:block;font-size:.95rem;word-wrap:break-word}.user-info strong{color:var(--text);font-weight:600}.skin-type-display{color:var(--text-light);font-size:.95rem}.skin-quiz{margin-bottom:1rem;padding:1.25rem;border:1px solid #efb4cc;border-radius:var(--profile-radius-lg);background:#fff5f9}.skin-quiz[hidden]{display:none}.skin-quiz-eyebrow{margin:0;color:#a83f72;font-size:.8rem;font-weight:700;text-transform:uppercase}.skin-quiz h3{margin-top:.35rem}.skin-quiz-question{display:grid;gap:.5rem;margin:1rem 0;padding:0;border:0}.skin-quiz-question legend{margin-bottom:.55rem;color:var(--text);font-weight:700}.skin-quiz-option{display:flex;align-items:center;gap:.55rem;padding:.7rem .8rem;border:1px solid #f1c7d9;border-radius:var(--profile-radius-sm);background:var(--white);color:var(--text);cursor:pointer}.skin-quiz-option:has(input:checked){border-color:#c85f8f;background:#ffe7f1}.skin-type-edit select{width:100%;padding:.75rem 1rem;border:2px solid var(--secondary);border-radius:10px;font-size:.95rem;background:#fff;margin:.75rem 0 1rem}.skin-type-actions{display:flex;gap:.75rem}.skin-type-actions .btn{flex:1}.skin-type-section{margin-top:.5rem}.skin-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-top:.75rem}.skin-type-card{border:1px solid rgba(0,0,0,.08);border-radius:var(--profile-radius-md);padding:.9rem;background:#fff;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.skin-type-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000014}.skin-type-card.active{border-color:var(--primary);box-shadow:0 12px 24px #e8b4a840;background:#fff8f5}.skin-type-emoji{font-size:1.5rem;margin-bottom:.35rem}.skin-type-name{font-weight:700;color:var(--text);margin-bottom:.25rem;font-size:.95rem}.skin-type-desc{font-size:.8rem;color:var(--text-light);line-height:1.3}.profile-tabs{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin:0 0 1rem}.profile-tab{border:1px solid rgba(200,95,143,.3);background:#fff0f5;color:#9a456d;padding:.55rem 1rem;border-radius:999px;font-weight:600;cursor:pointer;transition:all .2s ease}.profile-tab:hover{border-color:#c85f8f8c;background:#ffe4ee}.profile-tab:focus-visible{outline:none;box-shadow:0 0 0 3px #c85f8f33}.profile-tab.active{background:#c85f8f;color:var(--white);border-color:#c85f8f;box-shadow:0 10px 20px #c85f8f4d}.profile-panels{display:flex;flex-direction:column;gap:1rem;background:linear-gradient(180deg,#fffaf8,#fff);border:1px solid rgba(0,0,0,.05);border-radius:var(--profile-radius-lg);padding:1rem}.profile-panel{display:none}.profile-panel.active{display:block}.profile-panel[data-panel=favorites],.profile-panel[data-panel=orders]{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--profile-radius-lg);padding:1rem}.profile-panel[data-panel=favorites] h3,.profile-panel[data-panel=orders] h3{margin-top:.25rem}#userProfile .favorites-grid{gap:.9rem}#userProfile .favorites-grid .product-card{border-radius:var(--profile-radius-md);border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 14px #0000000f;background:#fffdfc}#userProfile .favorites-grid .wishlist-remove{border-radius:999px;color:#c85f8f;border:1px solid rgba(200,95,143,.18)}#userProfile .favorites-grid .wishlist-remove:hover{background:#c85f8f;color:#fff}.profile-muted{color:var(--text-light);margin-bottom:1rem;font-size:.95rem}.orders-container{margin-bottom:1.5rem;max-height:min(400px,40vh);overflow-y:auto;padding-right:.5rem;border:1px solid var(--secondary);border-radius:var(--profile-radius-md);padding:1rem;background:#fffdfc;box-shadow:0 8px 18px #0000000f}.order-item{background:#fff5f1;padding:1rem;border-radius:var(--profile-radius-md);margin-bottom:1rem;cursor:pointer;transition:all .3s;border:1px solid rgba(232,180,168,.32)}.order-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}.order-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.order-number{font-weight:700;color:var(--primary);min-width:0;overflow-wrap:anywhere}.order-status{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap;margin-left:auto}.order-status.pending{background:#fff3cd;color:#856404}.order-status.processing{background:#cfe2ff;color:#084298}.order-status.shipped{background:#d1e7dd;color:#0f5132}.order-status.delivered{background:#d3d3d3;color:#212529}.order-status.cancelled{background:#f8d7da;color:#842029}.order-details{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-light)}.order-repeat{border:none;background:var(--primary);color:var(--white);padding:.35rem .75rem;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}.order-repeat:hover{background:var(--accent);transform:translateY(-1px)}.order-detail-modal{max-width:700px}.order-detail-modal .modal-content{max-width:700px;width:95%}.order-detail-content{padding:2rem;overflow-y:auto;max-height:calc(85vh - 2rem)}.order-detail-content h2{margin:0 0 1.5rem;color:var(--primary);font-size:1.3rem}.order-detail-content h3{margin:1.5rem 0 1rem;color:var(--text);font-size:1.05rem;font-weight:600}.order-info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--secondary);font-size:.95rem}.order-info-row strong{color:var(--text);margin-right:1rem}.order-items-list{margin:1rem 0}.order-item-row{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid var(--secondary);gap:1rem}.order-item-info{display:flex;align-items:center;gap:1rem}.order-item-image{width:50px;height:50px;object-fit:cover;border-radius:8px}.order-total-row{display:flex;justify-content:space-between;padding:1rem 0;font-size:1.25rem;font-weight:700;color:var(--primary)}.profile-actions{display:flex;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f2e4de}.profile-actions .btn{flex:1}.admin-link{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.contact{background-color:var(--white)}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.contact-info h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text)}.contact-info p{color:var(--text-light);margin-bottom:2rem}.contact-list{list-style:none}.contact-list li{padding:.5rem 0;color:var(--text-light)}.footer{background-color:var(--text);color:var(--white);text-align:center;padding:2rem 0}.footer-content{display:flex;justify-content:space-around;gap:2rem}.footer-section{text-align:left}.footer-section h3{margin-bottom:1rem;font-weight:600}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--white);text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--primary)}.footer p a{color:#fff;text-decoration:none}.footer p a:hover{color:var(--primary)}.newsletter-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease}.newsletter-content{background:var(--white);border-radius:16px;padding:2.5rem;max-width:450px;width:90%;position:relative;text-align:center;box-shadow:0 10px 40px #0000004d;animation:slideUp .4s ease}.newsletter-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:var(--text-light);cursor:pointer;transition:color .3s}.newsletter-close:hover{color:var(--primary)}.newsletter-icon{font-size:3rem;margin-bottom:1rem}.newsletter-content h3{font-size:1.75rem;color:var(--primary);margin-bottom:.5rem}.newsletter-content p{color:var(--text-light);margin-bottom:1.5rem}#newsletterForm{display:flex;flex-direction:column;gap:1rem}#newsletterForm input{padding:.875rem;border:2px solid var(--secondary);border-radius:8px;font-size:1rem;transition:border-color .3s}#newsletterForm input:focus{outline:none;border-color:var(--primary)}#newsletterForm button{padding:.875rem;font-size:1rem}.newsletter-result{margin-top:1rem;padding:1rem;border-radius:8px;display:none}.newsletter-result.success{background:#d1e7dd;color:#0f5132;display:block}.newsletter-result.error{background:#f8d7da;color:#842029;display:block}.newsletter-result .promo-code{font-size:1.5rem;font-weight:700;color:var(--primary);margin:.5rem 0;padding:.5rem;background:var(--secondary);border-radius:8px;letter-spacing:2px}.pwa-install-banner{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9999;animation:slideUpBanner .4s ease}.pwa-banner-content{background:var(--white);padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 40px #0003;display:flex;align-items:center;gap:1rem;max-width:90vw}.pwa-banner-content>span{font-size:2rem}.pwa-banner-content>div{display:flex;flex-direction:column;flex:1}.pwa-banner-content strong{color:var(--primary);font-size:1rem}.pwa-banner-content small{color:var(--text-light);font-size:.875rem}.btn-install-pwa{padding:.75rem 1.5rem;background:var(--primary);color:var(--white);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.btn-install-pwa:hover{background:var(--accent);transform:translateY(-2px)}.btn-dismiss-pwa{background:none;border:none;font-size:1.5rem;color:var(--text-light);cursor:pointer;padding:.5rem;line-height:1}.btn-dismiss-pwa:hover{color:var(--primary)}.btn-secondary{background:var(--secondary);color:var(--text)}.btn-secondary:hover{background:var(--accent);color:var(--white)}@media (max-width: 768px){.container{padding:0 1rem}.nav{padding:calc(.75rem + env(safe-area-inset-top,0px)) calc(.95rem + env(safe-area-inset-right,0px)) .75rem calc(.75rem + env(safe-area-inset-left,0px))}.category-toggle{display:inline-flex;align-items:center;justify-content:center}.logo{height:30px;margin-right:.4rem}.logo-image{height:30px}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px var(--shadow);padding:2rem 0;gap:1rem}.nav-menu.active{left:0}.nav-link{font-size:1.1rem;padding:.75rem}.menu-toggle{display:none}.nav-actions{gap:.45rem;flex-shrink:0;transform:translate(-4px)}.user-toggle{gap:0}.user-toggle .user-icon{display:none}.user-toggle .user-name{display:inline;font-size:.86rem;font-weight:700;letter-spacing:.01em}.lang-toggle,.user-toggle,.category-toggle{background:#fff1f6!important;color:#9a456d!important;border:1px solid rgba(200,95,143,.3);padding:.5rem .78rem;font-size:.95rem;min-height:46px;min-width:46px;border-radius:18px}.cart-toggle{background:#c85f8f!important;color:#fff!important;padding:.5rem .78rem;font-size:.95rem;min-height:46px;min-width:46px;border-radius:18px}.cart-count{width:20px;height:20px;font-size:.72rem}.cart-toggle{padding-right:.65rem}.hero{padding:120px 0 60px;text-align:center}.hero:before{height:36%;background-position:center 62%;background-size:min(68vw,340px) auto;opacity:.68;filter:none}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-content{padding-top:170px}.promo-banners{padding:1.5rem 0 .5rem}.promo-banners-grid{grid-template-columns:1fr}.promo-banner{min-height:160px}.promo-products-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.discount-filter{width:100%;justify-content:center}.category-tabs{display:block;padding:.2rem 0;gap:0;overflow:visible}.category-tabs::-webkit-scrollbar{height:4px}.category-tabs::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}.category-row{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.55rem;padding:.25rem .2rem .55rem}.category-row::-webkit-scrollbar{display:none}.category-row-safe{margin-top:0;padding-top:0}.category-tab{flex:0 0 auto;padding:.65rem 1rem;font-size:.86rem;white-space:nowrap;min-height:40px}.subcategory-filters{padding:.75rem;gap:.5rem;flex-wrap:wrap}.subcategory-btn{padding:.6rem 1rem;font-size:.85rem;min-height:40px}.products-grid{grid-template-columns:1fr;gap:1.5rem;padding:1rem 0}.product-card{min-width:min(92vw,340px);max-width:min(92vw,340px);padding:.5rem;height:100%}.featured-carousel .product-card,.bestsellers-carousel .product-card{min-width:170px;max-width:170px;height:100%;display:flex;flex-direction:column;padding:.65rem}.featured-carousel .product-card h3,.bestsellers-carousel .product-card h3{font-size:.95rem!important;line-height:1.25;min-height:2.4em;margin-bottom:.5rem}.featured-carousel .product-description,.bestsellers-carousel .product-description{display:none}.featured-carousel .product-price,.bestsellers-carousel .product-price{margin-bottom:.7rem}.wishlist-icon{width:28px;height:28px;font-size:1rem;top:.5rem;right:.5rem}.carousel-container{scroll-padding:1rem 0;padding:1.5rem 0;max-height:min(76vh,760px)}#shop .carousel-container{max-height:none;padding:0}#shop #productsGrid.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}#shop #productsGrid .product-card{min-width:0;max-width:none}.product-image{height:136px;border-radius:14px;background:transparent;border:0;box-shadow:none;padding:0}#shop #productsGrid .product-image{height:160px}.product-image-gallery{height:100%;border-radius:14px;background:linear-gradient(180deg,#fcf8ff,#f6f7ff);border:1px solid rgba(122,97,158,.16);box-shadow:0 6px 14px #7866a014;overflow:hidden}.product-image-track{height:100%;padding:.35rem;gap:.35rem;align-items:stretch}.product-image-item{height:100%;padding:0;border:0;background:transparent;box-sizing:border-box}.product-image-img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;border-radius:10px;padding:.2rem;transform:translateZ(0)}.product-image-item.is-portrait .product-image-img{padding:.14rem .05rem}.product-image-item.is-square .product-image-img{padding:.14rem}.product-image-item.is-landscape .product-image-img{padding:.24rem .14rem}.product-image-emoji{font-size:2.4rem}.product-card h3{font-size:1rem!important;line-height:1.25;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rating-inline{font-size:.75rem;margin:.15rem 0 .4rem}.product-rating-inline .stars{font-size:.85rem}.product-rating-inline .rating-value{font-size:.75rem}.product-description{display:none}.product-volume{font-size:.76rem;margin:-.35rem 0 .45rem}.product-icon{font-size:3rem;margin-bottom:1rem}.product-name{font-size:1.25rem;margin-bottom:.75rem}.product-price{font-size:1.5rem;margin-bottom:1rem}.add-to-cart{padding:.75rem 1.5rem;font-size:1rem;min-height:48px}.routine-steps{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:1.5rem}.modal-content{width:95%;margin:1rem auto;max-height:90vh;overflow-y:auto}.modal{align-items:flex-start;padding:.5rem;padding-top:calc(.5rem + env(safe-area-inset-top))}.modal-close{top:calc(.4rem + env(safe-area-inset-top));right:auto}.auth-modal-header{padding:calc(.7rem + env(safe-area-inset-top)) 1rem .7rem 1rem}.auth-modal-title{font-size:1rem}.auth-modal{width:90%;max-width:460px;max-height:calc(100vh - .75rem);max-height:calc(100svh - .75rem);max-height:calc(100dvh - .75rem);border-radius:22px}.auth-modal-body{padding-bottom:.75rem;max-height:calc(100vh - 7rem);max-height:calc(100svh - 7rem);max-height:calc(100dvh - 7rem)}#userProfile .profile-section-header{flex-direction:column;align-items:flex-start}.skin-type-grid{grid-template-columns:1fr}.profile-tabs{gap:.35rem}.profile-tab{padding:.45rem .8rem;font-size:.85rem}.order-header{align-items:flex-start}.order-status{font-size:.78rem;padding:.22rem .6rem}.cart-item{flex-direction:column;align-items:flex-start;gap:1rem}.cart-content{max-width:320px}.cart-header,.cart-items{padding:1.25rem}.cart-item-info{width:100%}.cart-item-actions{width:100%;justify-content:space-between}.checkout-form{padding:1rem}.checkout-steps,.checkout-trust,.office-search-row{grid-template-columns:1fr}.office-map-view{grid-template-columns:1fr;min-height:0}.office-map-panel{min-height:260px;border-left:0;border-bottom:1px solid rgba(0,0,0,.08)}.office-points-list{display:flex;max-height:240px}.form-row{flex-direction:column}.product-detail-layout{grid-template-columns:1fr;padding:1rem}.product-detail-image{min-height:260px;height:auto;aspect-ratio:1 / 1;padding:.7rem}.product-detail-image .product-image-track{padding:.35rem}.product-detail-image .product-image-item{border-radius:12px}.carousel-container:before,.carousel-container:after{font-size:1.5rem}.footer-content{flex-direction:column;text-align:center;gap:2rem}.footer-section{width:100%}.pwa-banner-content{padding:.875rem 1rem;gap:.75rem}.pwa-banner-content>span{font-size:1.5rem}.btn-install-pwa{padding:.625rem 1rem;font-size:.875rem}.favorites-grid .wishlist-remove{width:20px;height:20px;font-size:.9rem;top:.3rem;right:.3rem}}@media (max-width: 480px){.container{padding:0 .75rem}.logo{margin-right:.2rem}.logo-image{height:26px}.nav-actions{gap:.25rem}.lang-toggle,.cart-toggle,.user-toggle,.category-toggle{padding:.35rem .5rem;min-height:38px;min-width:38px}.lang-toggle{font-size:.72rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}
