body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;backdrop-filter:saturate(1.2) blur(4px);-webkit-backdrop-filter:saturate(1.2) blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.cart-container{background:linear-gradient(135deg,#fff,#ffeef8);border-radius:20px;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px #db709340;border:1px solid rgba(194,24,91,.1)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(194,24,91,.15);background:#fffc;border-radius:20px 20px 0 0}.cart-title{display:flex;align-items:center;gap:.5rem;margin:0;color:#c2185b;font-size:1.25rem;font-weight:600}.cart-icon{width:20px;height:20px;color:#c2185b}.cart-close{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:8px;transition:background .2s}.cart-close:hover{background:#f3f4f6}.close-icon{width:20px;height:20px;color:#6b7280}.cart-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:#6b7280}.empty-cart-icon{width:64px;height:64px;margin-bottom:1rem;color:#d1d5db}.empty-cart h3{margin:0 0 .5rem;color:#374151}.empty-cart p{margin:0;font-size:.875rem}.cart-items{flex:1;padding:1rem 1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f3f4f6}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;background:#f3f4f6}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-name{margin:0;font-size:1rem;font-weight:600;color:#2c3e50;line-height:1.4}.cart-item-price{margin:0;font-size:1.125rem;font-weight:700;color:#16a34a}.cart-item-controls{display:flex;flex-direction:column;gap:.75rem;align-items:center}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;border-radius:8px;padding:.25rem}.quantity-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.quantity-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-icon{width:14px;height:14px}.quantity-display{min-width:32px;text-align:center;font-weight:600;color:#2c3e50}.remove-btn{background:none;border:none;color:#ef4444;font-size:.75rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background .2s}.remove-btn:hover{background:#fef2f2}.cart-summary{border-top:1px solid #e5e7eb;padding:1.5rem;background:#f8f9fa;border-radius:0 0 16px 16px}.cart-total{margin-bottom:1.5rem}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;color:#6b7280}.total-final{font-size:1.125rem;font-weight:700;color:#2c3e50;padding-top:.75rem;border-top:1px solid #e5e7eb;margin-bottom:0}.cart-actions{display:flex;gap:1rem;margin-bottom:1rem}.clear-cart-btn{flex:1;background:#fff;border:1px solid #e5e7eb;color:#6b7280;padding:.875rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.clear-cart-btn:hover{background:#f3f4f6;border-color:#d1d5db}.clear-cart-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-btn{flex:2;background:linear-gradient(135deg,#db7093,#c2185b);border:none;color:#fff;padding:1rem 1.25rem;border-radius:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 25px #db709366;font-size:1rem}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #db709380}.checkout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.checkout-icon{width:18px;height:18px}.beauty-badges{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.beauty-badge{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.75rem;color:#c2185b;background:#c2185b1a;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(194,24,91,.2);font-weight:500}@media (max-width: 768px){.cart-overlay{padding:.5rem;background:#00000040;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.cart-container{max-width:none;width:100%;max-height:95vh}.cart-header{padding:1rem}.cart-title{font-size:1.125rem}.cart-items{padding:.75rem 1rem}.cart-item{gap:.75rem;padding:.75rem 0}.cart-item-image{width:60px;height:60px}.cart-item-name{font-size:.875rem}.cart-item-price{font-size:1rem}.cart-summary{padding:1rem}.cart-actions{flex-direction:column;gap:.75rem}.beauty-badges{gap:.375rem}}@media (max-width: 480px){.cart-item{flex-direction:column;align-items:flex-start;gap:.5rem}.cart-item-image{width:50px;height:50px;align-self:flex-start}.cart-item-controls{flex-direction:row;justify-content:space-between;width:100%;align-items:center}.quantity-controls{gap:.25rem;padding:.125rem}.quantity-btn{width:28px;height:28px}}.cart-upsell{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#fff5f8,#fff);padding:1.5rem;margin-bottom:0}.upsell-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.upsell-header h3{color:#c2185b;font-size:1.125rem;font-weight:600;margin:0}.upsell-icon{width:20px;height:20px;color:#c2185b}.upsell-product{display:flex;align-items:center;gap:1rem;background:#fff;border:2px solid #f8bbd9;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 4px 15px #db70931a}.upsell-image{width:60px;height:60px;border-radius:8px;object-fit:cover;background:#f8f9fa}.upsell-details{flex:1}.upsell-name{color:#2c3e50;font-size:1rem;font-weight:600;margin:0 0 .25rem}.upsell-description{color:#6b7280;font-size:.875rem;margin:0 0 .5rem;line-height:1.4}.upsell-pricing{display:flex;align-items:center;gap:.5rem}.upsell-price{color:#c2185b;font-size:1.125rem;font-weight:700}.upsell-original-price{color:#9ca3af;font-size:.875rem;text-decoration:line-through}.upsell-savings{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px}.upsell-add-btn{background:linear-gradient(135deg,#db7093,#c2185b);border:none;color:#fff;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #db70934d;font-size:.875rem;white-space:nowrap}.upsell-add-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #db709366}.upsell-add-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.upsell-btn-icon{width:16px;height:16px}.upsell-benefits{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.upsell-benefits span{font-size:.75rem;color:#c2185b;background:#c2185b1a;padding:.375rem .75rem;border-radius:6px;border:1px solid rgba(194,24,91,.2);font-weight:500}@media (max-width: 768px){.cart-upsell{padding:1rem}.upsell-product{gap:.75rem;padding:.75rem}.upsell-image{width:50px;height:50px}.upsell-name{font-size:.875rem}.upsell-description{font-size:.75rem}.upsell-add-btn{padding:.5rem .75rem;font-size:.75rem}.upsell-benefits{gap:.5rem}.upsell-benefits span{font-size:.6875rem;padding:.25rem .5rem}}@media (max-width: 480px){.upsell-product{flex-direction:column;text-align:center;gap:.75rem}.upsell-image{align-self:center}.upsell-add-btn{align-self:stretch;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}.store-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#2c3e50;background:linear-gradient(90deg,#ffeef8,#ffe4f1,#fff);min-height:100vh}.store-header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.store-logo{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.8rem;font-weight:700;color:#c2185b;letter-spacing:-.5px}.cart-icon-wrapper{position:relative;cursor:pointer}.cart-icon{width:24px;height:24px;color:#333}.cart-badge{position:absolute;top:-8px;right:-8px;background:#ff4757;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.cart-notification{position:fixed;top:80px;right:20px;background:linear-gradient(135deg,#db7093,#c2185b);color:#fff;padding:1rem 2rem;border-radius:12px;box-shadow:0 8px 25px #db709366;z-index:1000;animation:slideIn .3s ease-out;font-weight:600;border:1px solid rgba(255,255,255,.2)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.hero-section{background:linear-gradient(135deg,#ffeef8,#ffe4f1,#fff);padding:3rem 2rem;text-align:center;margin:2rem auto;max-width:1200px;border-radius:16px;box-shadow:0 8px 25px #db709326;border:1px solid #f8bbd9}.hero-badge{display:inline-block;background:linear-gradient(135deg,#db7093,#c2185b);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem;animation:pulse 2s infinite;box-shadow:0 4px 15px #db70934d;letter-spacing:.3px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#2d3436;letter-spacing:-.5px}.hero-subtitle{font-size:1.25rem;font-weight:400;color:#636e72;line-height:1.6}.main-content{max-width:1200px;margin:0 auto;padding:2rem}.product-section{background:linear-gradient(135deg,#fff,#fdf2f8);border-radius:16px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;box-shadow:0 8px 25px #db70931f;border:1px solid #f8bbd9}@media (max-width: 768px){.product-section{grid-template-columns:1fr}}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f5f5f5;touch-action:pan-y;-webkit-user-select:none;user-select:none}.product-image{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}.image-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.thumbnail{width:80px;height:80px;border-radius:8px;cursor:pointer;transition:all .2s;border:2px solid transparent;overflow:hidden;background:#f5f5f5}.thumbnail:hover{transform:scale(1.05);border-color:#c2185b4d}.thumbnail.active{border-color:#c2185b;transform:scale(1.05)}.thumbnail-image{width:100%;height:100%;object-fit:cover;object-position:center}.product-info{display:flex;flex-direction:column;gap:1.5rem}.stock-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fce4ec,#f8bbd9);color:#ad1457;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.875rem;width:fit-content}.icon-small{width:16px;height:16px}.product-title{font-size:2rem;font-weight:700;color:#2d3436;letter-spacing:-.5px}.rating-section{display:flex;align-items:center;gap:1rem}.stars{display:flex;gap:.25rem}.star{width:20px;height:20px;color:#dfe6e9}.star.filled{color:gold;fill:gold}.rating-text{color:#636e72;font-size:.875rem}.price-section{background:linear-gradient(135deg,#fce4ec,#f8bbd9);padding:1.5rem;border-radius:12px;border:2px dashed #db7093}.price-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.current-price{font-size:2.5rem;font-weight:700;color:#c2185b}.original-price{font-size:1.5rem;color:#b2bec3;text-decoration:line-through}.discount-badge{background:#ff4757;color:#fff;padding:.25rem .75rem;border-radius:4px;font-weight:700;font-size:.875rem}.urgency-text{color:#c2185b;font-weight:600;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.6}}.product-description h3{color:#2d3436;margin-bottom:1rem}.benefits-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.benefits-list li{padding-left:1.5rem;position:relative;color:#636e72}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#c2185b;font-weight:700}.color-selection{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#fce4ec,#fff);border-radius:16px;border:1px solid #f8bbd9}.color-selection h3{color:#2d3436;margin:0 0 1rem;font-size:1.125rem;font-weight:600}.color-options{display:flex;gap:1rem}.color-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;min-width:160px;min-height:110px;border-radius:12px;cursor:pointer;transition:all .2s;border:2px solid transparent}.color-option:hover{background:#c2185b0d}.color-option.selected{background:#c2185b1a;border-color:#c2185b}.color-swatch{width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.9);box-shadow:0 4px 14px #0000002e,inset 0 2px 6px #ffffffa6;transition:transform .2s;background:radial-gradient(120% 120% at 30% 30%,#ffffffe6,#fff0 35%),radial-gradient(120% 120% at 70% 70%,#00000014,#0000 45%),linear-gradient(135deg,#ffffff1f,#0000001f),var(--swatch-color, #db7093);background-blend-mode:screen,multiply,overlay,normal}.color-option.selected .color-swatch{transform:scale(1.1);box-shadow:0 4px 15px #0003}.color-name{font-size:.875rem;font-weight:500;color:#2d3436;text-align:center}.color-option.selected .color-name{color:#c2185b;font-weight:600}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #f8bbd9;border-top:4px solid #c2185b;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 480px){.product-section{padding:.5rem;gap:1rem}.main-image-container{width:100%;height:auto;max-width:100%;margin-left:0;margin-right:0;aspect-ratio:unset;border-radius:12px;background:transparent}.product-images{gap:.75rem}.image-thumbnails{gap:.25rem;margin-top:.75rem}.thumbnail{width:50px;height:50px}.main-content{padding:.25rem}.hero-section{margin:.5rem auto;padding:1.5rem 1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.product-image{width:100%;height:auto;display:block;background:transparent}}.add-to-cart-btn{background:linear-gradient(135deg,#db7093,#c2185b);color:#fff;border:none;padding:1.25rem 2rem;border-radius:50px;font-size:1.125rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 25px #db709366;letter-spacing:.3px}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #db709380}.btn-icon{width:24px;height:24px}.trust-badges{display:flex;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:12px}.trust-badge{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem}.badge-icon{width:24px;height:24px;color:#db7093}.trust-badge span{font-size:.75rem;color:#636e72;text-align:center}.testimonials{background:linear-gradient(135deg,#fff,#fdf2f8);border-radius:16px;padding:3rem 2rem;margin-bottom:3rem;box-shadow:0 8px 25px #db70931f;border:1px solid #f8bbd9}.testimonial-product-image{width:100%;height:150px;object-fit:contain;margin-bottom:1rem;border-radius:8px}.section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:#c2185b;letter-spacing:-.5px}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#f8f9fa;padding:1.5rem;border-radius:12px;display:flex;flex-direction:column;gap:1rem}.testimonial-card>img:first-of-type{width:100%;height:auto;display:block;border-radius:8px;margin-bottom:.75rem}.testimonial-stars{display:flex;gap:.25rem}.testimonial-text{color:#636e72;line-height:1.7;font-style:italic;font-weight:400}.testimonial-author{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:auto}.author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);object-fit:cover}.author-name{font-weight:600;color:#2d3436;font-size:.875rem;text-align:center}.author-verified{color:#c2185b;font-size:.75rem;text-align:center}.features{background:linear-gradient(135deg,#fff,#fdf2f8);border-radius:16px;padding:3rem 2rem;margin-bottom:3rem;box-shadow:0 8px 25px #db70931f;border:1px solid #f8bbd9}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;transition:transform .2s}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{color:#c2185b;margin-bottom:.5rem;font-weight:600;letter-spacing:-.3px}.feature-card p{color:#636e72}.cta-section{background:linear-gradient(135deg,#fff,#fdf2f8);border-radius:16px;padding:3rem 2rem;text-align:center;margin-bottom:3rem;box-shadow:0 8px 25px #db70931f;border:1px solid #f8bbd9}.cta-section h2{font-size:2.5rem;color:#2d3436;margin-bottom:1rem}.cta-section p{font-size:1.25rem;color:#636e72;margin-bottom:2rem}.cta-button{background:linear-gradient(135deg,#db7093,#c2185b);color:#fff;border:none;padding:1.5rem 3rem;border-radius:50px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 25px #db709366;letter-spacing:.3px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #db709380}.product-subtitle{color:#636e72;font-size:1.125rem;margin-top:-.5rem;margin-bottom:1rem}.clinical-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fce4ec,#fff);border:2px solid #db7093;color:#c2185b;padding:.75rem 1.25rem;border-radius:25px;font-weight:600;font-size:.875rem;margin:1rem 0}.before-after{background:linear-gradient(135deg,#fff,#fdf2f8);border-radius:16px;padding:3rem 2rem;margin-bottom:3rem;box-shadow:0 8px 25px #db70931f;border:1px solid #f8bbd9}.ba-grid{display:flex;justify-content:center;margin-top:2rem}.ba-card{text-align:center}.ba-images{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem}.ba-image-container{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem}.ba-image{width:200px;height:200px;object-fit:cover;border-radius:12px;border:3px solid #f48fb1}.ba-image-container:last-child .ba-image{border-color:#c2185b}.ba-label{font-weight:700;color:#c2185b;font-size:1.1rem}.ba-timeframe{color:#636e72;font-style:italic}.how-it-works{background:linear-gradient(135deg,#fff,#fdf2f8);border-radius:16px;padding:3rem 2rem;margin-bottom:3rem;box-shadow:0 8px 25px #db70931f;border:1px solid #f8bbd9}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.step-card{text-align:center;position:relative}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#db7093,#c2185b);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step-card h3{color:#c2185b;margin-bottom:.5rem;font-weight:600;letter-spacing:-.3px}.step-card p{color:#636e72;font-size:.875rem}.feature-icon{width:32px;height:32px;color:#db7093;margin-bottom:1rem}.guarantee{background:linear-gradient(135deg,#db7093,#c2185b);border-radius:16px;padding:3rem 2rem;margin-bottom:3rem;box-shadow:0 8px 25px #db70934d;text-align:center;color:#fff}.guarantee-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px}.guarantee-content p{font-size:1.125rem;margin-bottom:.5rem}.guarantee-note{font-size:.875rem;opacity:.9;font-style:italic}.stock-warning{background:linear-gradient(135deg,#fce4ec,#f8bbd9);border:2px solid #db7093;color:#ad1457;padding:1rem;border-radius:8px;margin:1rem 0;font-weight:600}.cta-note{color:#636e72;font-size:.875rem;margin-top:1rem}.store-footer{background:#fff;padding:2rem 0;box-shadow:0 -2px 10px #0000001a}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.footer-links a{color:#636e72;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#db7093}.footer-content p{color:#b2bec3;font-size:.875rem}.loading-spinner{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.125rem;color:#636e72}.no-data{text-align:center;color:#636e72;padding:2rem;font-style:italic}@media (max-width: 768px){.main-content{padding:.5rem}.header-content{padding:1rem 1.25rem}.store-logo{font-size:1.8rem}.cart-icon-wrapper{padding:.5rem;border-radius:8px;transition:background .2s}.cart-icon-wrapper:active{background:#db70931a}.hero-section{margin:.75rem auto;padding:2rem 1.25rem;border-radius:12px}.hero-title{font-size:2.25rem;line-height:1.2}.hero-subtitle{font-size:1.125rem;line-height:1.5}.hero-badge{font-size:.8rem;padding:.4rem .8rem}.product-section{grid-template-columns:1fr;gap:1.5rem;padding:1rem;margin:0 0 1.5rem;max-width:100%}.product-images{order:1;max-width:100%}.product-info{order:2;gap:1rem}.main-image-container{width:100%;height:auto;margin-left:0;margin-right:0;aspect-ratio:unset;max-width:100%;border-radius:12px;overflow:hidden;background:transparent}.product-image{width:100%;height:auto;object-fit:contain;display:block;margin-left:0;margin-right:0;background:transparent;border-radius:0;max-height:75vh}.image-thumbnails{justify-content:center;gap:.375rem;flex-wrap:wrap;margin-top:1rem}.benefits-list{gap:.5rem}.benefits-list li{padding-left:1rem;line-height:1.5}.color-selection{margin:.75rem 0;padding:1rem;border-radius:12px}.color-options{gap:.75rem;display:grid;grid-template-columns:1fr 1fr;align-items:center}.color-option{background:#fff;border:1px solid #f8bbd9;border-radius:12px;padding:.75rem;min-height:84px;justify-content:center;min-width:0;width:100%}.color-swatch{width:44px;height:44px}.color-name{font-size:.9rem;text-align:center;white-space:normal;overflow:visible;text-overflow:unset;max-width:none;line-height:1.2}.thumbnail{width:60px;height:60px;border-width:1px}.thumbnail-image{object-fit:cover}.product-title{font-size:1.5rem;line-height:1.3;text-align:center}.product-subtitle{font-size:1rem;text-align:center;margin-bottom:1.5rem}.stock-badge{margin:0 auto 1rem;font-size:.8rem}.rating-section{justify-content:center;margin-bottom:1.5rem}.current-price{font-size:2.25rem}.original-price{font-size:1.125rem}.price-section{text-align:center;margin:1.5rem 0}.price-wrapper{justify-content:center;margin-bottom:.75rem}.add-to-cart-btn{padding:1.125rem 1.75rem;font-size:1rem;width:100%;margin:1.5rem 0}.clinical-badge{margin:1.5rem auto;text-align:center;font-size:.8rem}.trust-badges{grid-template-columns:1fr;gap:.75rem;margin-top:1.5rem;margin-bottom:1.5rem}.trust-badge{padding:.75rem;text-align:center}.section-title{font-size:1.875rem;margin-bottom:1.5rem;line-height:1.3}.testimonial-product-image{height:120px}.testimonial-grid{grid-template-columns:1fr;gap:1.25rem}.testimonial-card{padding:1.25rem}.testimonial-text{font-size:.9rem;line-height:1.6}.features-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card{padding:1.5rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:1.25rem;text-align:center}.ba-images{flex-direction:column;gap:1rem;align-items:center}.ba-image{width:180px;height:180px}.cta-section{padding:2rem 1.25rem;text-align:center}.cta-section h2{font-size:1.875rem;line-height:1.3}.cta-button{padding:1.25rem 2rem;font-size:1.125rem;width:100%;margin-top:1.5rem}.stock-warning{margin:1.25rem 0;font-size:.875rem;padding:1rem;text-align:center}.cta-note{margin-top:1rem;font-size:.8rem}.footer-links{flex-direction:column;gap:1rem}.specs-container{grid-template-columns:1fr;gap:1.5rem}.spec-item{flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1rem}.included-item{justify-content:center;text-align:center}}@media (max-width: 480px){.store-container{background:linear-gradient(180deg,#ffeef8,#ffe4f1,#fff)}.header-content{padding:.75rem 1rem}.store-logo{font-size:1.6rem}.hero-section{margin:.5rem;padding:1.5rem 1rem}.hero-title{font-size:1.875rem;line-height:1.2}.hero-subtitle{font-size:1rem}.hero-badge{font-size:.75rem;padding:.375rem .75rem}.main-content{padding:.5rem}.product-section{padding:1rem;gap:1rem;margin:0 0 1.5rem}.product-image{height:auto;width:100%}.thumbnail{width:50px;height:50px}.product-title{font-size:1.375rem;line-height:1.3}.product-subtitle{font-size:.9rem}.current-price{font-size:2rem}.original-price{font-size:1rem}.discount-badge{font-size:.75rem;padding:.25rem .5rem}.add-to-cart-btn{padding:1rem 1.5rem;font-size:.95rem}.trust-badges{gap:.5rem}.trust-badge{padding:.625rem .5rem}.trust-badge span{font-size:.7rem}.section-title{font-size:1.625rem;margin-bottom:1.25rem}.testimonial-card{padding:1rem}.testimonial-text{font-size:.85rem;line-height:1.5}.author-name{font-size:.8rem}.author-verified{font-size:.7rem}.feature-card{padding:1.25rem 1rem}.feature-card h3{font-size:.95rem}.feature-card p{font-size:.8rem;line-height:1.5}.step-card{padding:1rem}.step-number{width:40px;height:40px;font-size:1.25rem}.step-card h3{font-size:.95rem;margin-bottom:.5rem}.step-card p{font-size:.8rem;line-height:1.4}.ba-image{width:140px;height:140px}.cta-section h2{font-size:1.625rem}.cta-section p{font-size:.95rem}.cta-button{padding:1.125rem 1.75rem;font-size:1rem}.stock-warning{font-size:.8rem;padding:.875rem}.price-section{padding:1rem}.price-wrapper{flex-direction:column;align-items:center;gap:.5rem}.guarantee-content h2{font-size:1.625rem}.guarantee-content p{font-size:.95rem}.spec-group h4{font-size:1rem}.spec-item{padding:.875rem}.spec-item span{font-size:.8rem}.included-item{padding:.625rem}.included-item span:last-child{font-size:.8rem}.benefits-list{padding-left:1rem}.benefits-list li{font-size:.85rem;line-height:1.5;margin-bottom:.5rem}}.specifications{background:linear-gradient(135deg,#fff,#fdf2f8);border-radius:16px;padding:3rem 2rem;margin-bottom:3rem;box-shadow:0 8px 25px #db70931f;border:1px solid #f8bbd9}.specs-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.spec-group h4{color:#c2185b;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600;letter-spacing:-.3px}.spec-list{display:flex;flex-direction:column;gap:1rem}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:linear-gradient(135deg,#fce4ec,#f8bbd9);border-radius:8px;border-left:3px solid #db7093}.spec-item span:first-child{color:#636e72;font-weight:500}.spec-item span:last-child{color:#2c3e50;font-weight:600}.included-items{display:flex;flex-direction:column;gap:.75rem}.included-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:linear-gradient(135deg,#fce4ec,#fff);border-radius:8px;border:1px solid #f8bbd9}.checkmark{width:20px;height:20px;background:linear-gradient(135deg,#db7093,#c2185b);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.included-item span:last-child{color:#ad1457;font-weight:500}@media (min-width: 481px) and (max-width: 768px){.product-section{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.features-grid,.steps-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonial-grid{grid-template-columns:1fr;gap:1.5rem}.specs-container{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.125rem}.section-title{font-size:1.875rem}}@media (max-width: 480px){.specs-container{grid-template-columns:1fr;gap:1.25rem}}.admin-container{min-height:100vh;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.admin-header{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:2rem}.admin-title{font-size:1.75rem;color:#2d3436;margin:0}.live-indicator{display:flex;align-items:center;gap:.5rem;color:#00b894;font-weight:600;font-size:.875rem}.live-dot{width:8px;height:8px;background:#00b894;border-radius:50%;animation:pulse 2s infinite}.header-right{display:flex;align-items:center;gap:1.5rem}.time-display{display:flex;align-items:center;gap:.5rem;color:#636e72;font-size:.875rem}.refresh-btn{background:#fff;border:1px solid #dfe6e9;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .2s}.refresh-btn:hover{background:#f8f9fa}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#667eea;color:#fff;text-decoration:none;border-radius:8px;transition:background .2s}.home-link:hover{background:#5f3dc4}.icon-sm{width:16px;height:16px}.icon-xs{width:12px;height:12px}.time-filter{padding:1.5rem 2rem;display:flex;gap:1rem;align-items:center}.filter-btn{padding:.75rem 1.5rem;background:#fff;border:1px solid #dfe6e9;border-radius:8px;color:#636e72;cursor:pointer;transition:all .2s;font-weight:500}.filter-btn:hover{background:#f8f9fa}.filter-btn.active{background:#667eea;color:#fff;border-color:#667eea}.export-btn{margin-left:auto;padding:.75rem 1.5rem;background:#fff;border:1px solid #dfe6e9;border-radius:8px;color:#636e72;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.export-btn:hover{background:#f8f9fa}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:0 2rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.stat-card.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.stat-icon{width:24px;height:24px;opacity:.8}.stat-label{font-size:.875rem;opacity:.8;font-weight:500}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-change{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.stat-change.positive{color:#00b894}.stat-change.negative{color:#e17055}.stat-change.neutral{color:#636e72}.charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;padding:0 2rem;margin-bottom:2rem}.chart-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000000d}.chart-card.large{grid-column:span 2}@media (max-width: 1200px){.chart-card.large{grid-column:span 1}}.chart-title{font-size:1.125rem;color:#2d3436;margin-bottom:1.5rem;font-weight:600}.funnel-container{display:flex;flex-direction:column;gap:1rem}.funnel-step{width:100%}.funnel-bar{display:flex;align-items:center;padding:1rem;border-radius:8px;color:#fff;transition:transform .2s}.funnel-bar:hover{transform:translate(5px)}.funnel-icon{width:20px;height:20px;margin-right:1rem}.funnel-info{flex:1;display:flex;flex-direction:column}.funnel-label{font-size:.875rem;opacity:.9}.funnel-value{font-size:1.25rem;font-weight:700}.funnel-change{font-size:.875rem;font-weight:600}.country-list{display:flex;flex-direction:column;gap:1rem}.country-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:8px;transition:background .2s}.country-item:hover{background:#e9ecef}.country-info{display:flex;align-items:center;gap:.75rem}.country-flag{font-size:1.5rem}.country-name{font-weight:500;color:#2d3436}.country-stats{display:flex;gap:1rem}.country-metric{display:flex;align-items:center;gap:.25rem;color:#636e72;font-size:.875rem}.abandonment-stats{display:flex;align-items:center;gap:2rem;padding:1rem}.abandon-circle{position:relative;width:120px;height:120px}.abandon-circle svg{width:100%;height:100%}.abandon-percentage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:700;color:#e17055}.abandon-details{flex:1;display:flex;flex-direction:column;gap:.75rem}.abandon-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f8f9fa;border-radius:6px}.abandon-item span{color:#636e72;font-size:.875rem}.abandon-item strong{color:#2d3436;font-weight:600}.recent-activity{margin:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d}.recent-activity h2{font-size:1.125rem;color:#2d3436;margin-bottom:1.5rem;font-weight:600}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;transition:background .2s}.activity-item:hover{background:#e9ecef}.activity-item.sale{border-left:3px solid #00b894}.activity-item.cart{border-left:3px solid #fdcb6e}.activity-item.visitor{border-left:3px solid #74b9ff}.activity-icon{width:20px;height:20px;color:#636e72}.activity-content{flex:1;display:flex;justify-content:space-between;align-items:center}.activity-message{color:#2d3436;font-weight:500}.activity-time{color:#b2bec3;font-size:.875rem}
