:root{--primary: #e8b4a8;--secondary: #f8f4f0;--accent: #d4a59a;--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}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)}.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}.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-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-info{flex:1}.cart-item-name{font-weight:600;margin-bottom:.5rem}.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}.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}.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(--accent);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary);color:var(--text)}.btn-secondary:hover{background-color:var(--accent);color:var(--white)}.btn-add-cart{width:100%;padding:.75rem 1.5rem;background-color:#ffb6b9;color:var(--white);border:none;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s}.btn-add-cart:hover{background-color:var(--accent);transform:translateY(-2px)}.btn-apply-promo{padding:.75rem 1.5rem;background:#ffb6b9;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(--accent);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(--secondary);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;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-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}.product-card .btn-share-product:hover{background:#c85f8f;border-color:#c85f8f;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:1fr 1fr;gap:2rem;padding:2rem}.product-detail-image{display:flex;align-items:center;justify-content:center;background:var(--secondary);border-radius:15px;padding:1rem;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.5rem}.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:44px;height:44px;padding:0;border-radius:50%;font-size:1.15rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;overflow:visible;transition:transform .15s ease,background .15s ease}.btn-detail-quick-cart .quick-cart-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;transform:translate(.5px)}.btn-detail-quick-cart .quick-cart-count{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#111;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.added{background:#2ecc71;border-color:#2ecc71}.product-detail-description h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text)}.product-detail-description p{color:var(--text-light);line-height:1.8}.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:flex;gap:1rem;flex-wrap:wrap}.btn-detail-add-cart{flex:1;padding:1rem 2rem;font-size:1.1rem}.btn-detail-share{padding:1rem 1.35rem;border-radius:50px}.btn-detail-share:hover{background:#c85f8f;border-color:#c85f8f;color:#fff}.btn-wishlist{padding:1rem 1.5rem;background:var(--secondary);color:var(--text);border:2px solid var(--primary);border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s}.btn-wishlist:hover{background:var(--primary);color:var(--white)}.btn-wishlist.active{background:#5b2dd6;color:var(--white)}.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}.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:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.recommendation-card{background:var(--secondary);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)}.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;align-items:center;justify-content:center;z-index:1600;padding:1rem}.promo-game-modal.active{display:flex}.promo-game-card{width:min(760px,100%);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}.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}.promo-game-copy:hover{background:#aa3c71}@media (max-width: 700px){.promo-cards-grid,.promo-game-email{grid-template-columns:1fr}.promo-wheel{width:228px;height:228px}.promo-wheel-label{width:64px;font-size:11px}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--secondary) 0%,#fff 100%);padding-top:80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:40%;background:url(/Logo_PinkBerry.png?v=20260324) no-repeat center 100%;background-size:min(58.5vw,648px) auto;opacity:.55;pointer-events:none;z-index:0}@media (max-width: 768px){.hero:before{height:32%;background-position:center 100%;background-size:min(78vw,320px) auto;opacity:.42}.hero-content{padding-top:170px}}@media (prefers-reduced-data: reduce){.hero:before{background-image:none}}.hero-content{text-align:center;position:relative;z-index:1;padding-top:260px}.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}.promo-banners{padding:2rem 0 1rem;background:linear-gradient(135deg,#f8f4f099,#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:#ffb6b9;color:var(--white)}.btn-primary:hover{background-color:var(--accent);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;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom: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}.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)}@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-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:1rem}.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:.5rem}.lang-toggle,.cart-toggle{background:#c85f8f!important;color:#fff!important;padding:.45rem .75rem;font-size:.8rem;min-height:44px}.cart-count{width:18px;height:18px;font-size:.65rem}.hero{padding:120px 0 60px;text-align:center}.hero:before{height:40%;background-position:center 90%;background-size:min(72vw,360px) auto;opacity:.45}.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{padding:.5rem;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.category-tabs::-webkit-scrollbar{height:4px}.category-tabs::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}.category-tab{padding:.75rem 1.25rem;font-size:.9rem;white-space:nowrap;min-height:44px}.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{min-height:2.4em;max-height:2.4em;-webkit-line-clamp:2;margin-bottom:.7rem}.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:75px}.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{font-size:.85rem!important;min-height:2.6em;max-height:2.6em;-webkit-line-clamp:2}.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}.form-row{flex-direction:column}.product-detail-layout{grid-template-columns:1fr;padding:1rem}.product-detail-image{min-height:220px;height:240px}.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 (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
