:root{--primary: 0 0% 9%;--primary-foreground: 0 0% 98%;--secondary: 270 50% 88%;--background: 0 0% 100%;--muted: 270 20% 98%;--accent: 270 60% 65%;--border: 270 10% 90%;--text: 0 0% 15%;--text-light: 0 0% 50%;--success: 120 70% 40%;--error: 0 70% 50%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica Neue,Arial,sans-serif;line-height:1.6;color:hsl(var(--text));background:hsl(var(--background))}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;color:hsl(var(--text-light))}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:4rem 0}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.text-center{text-align:center}.header{background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:hsl(var(--primary));text-decoration:none}.nav{display:flex;gap:2rem;list-style:none}.nav a{color:hsl(var(--text));text-decoration:none;font-weight:500;transition:color .3s}.nav a:hover{color:hsl(var(--accent))}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}.hero{background:linear-gradient(135deg,hsl(var(--background)),hsl(var(--muted)));min-height:85vh;display:flex;align-items:center;padding:2rem 0;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,hsl(var(--primary) / .05),hsl(var(--accent) / .08));border-radius:50% 0 0 50%;z-index:0}.hero .container{position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.2rem;color:hsl(var(--primary));margin-bottom:1.5rem;line-height:1.1;font-weight:800}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;color:hsl(var(--text-light));line-height:1.5}.hero-cta{font-size:1.1rem;padding:1.2rem 2.5rem;margin-bottom:1rem;border-radius:12px;font-weight:600}.hero-social-proof{font-size:.95rem;color:hsl(var(--text-light));font-style:italic;margin-bottom:0}.hero-image{text-align:center;position:relative}.hero-image-wrapper{background:linear-gradient(145deg,hsl(var(--background)),hsl(var(--muted) / .3));border-radius:24px;padding:2rem;box-shadow:0 20px 60px hsl(var(--primary) / .1),0 0 0 1px hsl(var(--border) / .5);display:inline-block;position:relative;overflow:hidden}.hero-image-wrapper:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:linear-gradient(45deg,transparent,hsl(var(--primary) / .05),transparent);transform:rotate(45deg);z-index:0}.hero-product-image{max-width:100%;height:auto;border-radius:16px;position:relative;z-index:1;filter:drop-shadow(0 8px 16px hsl(var(--shadow) / .15))}@media (prefers-reduced-motion: no-preference){.hero-product-image{animation:float 6s ease-in-out infinite}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.btn{display:inline-block;padding:1rem 2rem;border:none;border-radius:8px;font-weight:700;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s;font-size:1rem}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background:hsl(var(--text));transform:translateY(-2px)}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--primary))}.btn-secondary:hover{background:hsl(var(--accent));color:hsl(var(--primary-foreground))}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.product-card{background:hsl(var(--background));border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.product-image{width:100%;height:250px;object-fit:cover}.product-info{padding:1.5rem}.product-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.product-title a{color:hsl(var(--text));text-decoration:none}.product-price{font-size:1.1rem;font-weight:700;color:hsl(var(--accent));margin-bottom:1rem}.product-price .original{text-decoration:line-through;color:hsl(var(--text-light));margin-left:.5rem}.stars{color:#ffc107;margin-bottom:1rem}.featured-product-chic{padding:4rem 0;background:linear-gradient(180deg,#faf9ff,#fff)}.product-showcase-header{text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.showcase-headline{font-size:2.5rem;font-weight:700;color:hsl(var(--text));margin-bottom:1rem;line-height:1.2}.showcase-subheadline{font-size:1.2rem;color:hsl(var(--text-light));margin-bottom:1rem;line-height:1.5}.social-proof{font-size:1rem;color:hsl(var(--accent));font-weight:500}.product-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.product-gallery-chic{position:relative}.gallery-main{position:relative;margin-bottom:1.5rem}.gallery-hero-image{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 15px 40px #0000001a;transition:transform .3s ease}.gallery-hero-image:hover{transform:scale(1.02)}.image-overlay{position:absolute;top:1rem;right:1rem}.color-badge{background:#fffffff2;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #0000001a}.purple-badge{border-left:4px solid #9333ea}.beige-badge{border-left:4px solid #d4a574}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.gallery-item{text-align:center}.gallery-thumb{width:100%;height:80px;object-fit:cover;border-radius:12px;cursor:pointer;transition:all .3s ease;border:3px solid transparent}.gallery-thumb:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.gallery-thumb.active{border-color:hsl(var(--accent));transform:translateY(-2px)}.color-name{display:block;font-size:.8rem;color:hsl(var(--text-light));margin-top:.5rem;font-weight:500}.product-details-chic{padding-left:2rem}.product-badges-chic{display:flex;gap:1rem;margin-bottom:1.5rem}.badge-chic{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.badge-chic.bestseller{background:#fef3c7;color:#92400e}.badge-chic.shipping{background:#d1fae5;color:#065f46}.product-title-chic{font-size:2.2rem;font-weight:700;color:hsl(var(--text));margin-bottom:1rem;line-height:1.2}.stars-chic{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.stars-rating{color:#fbbf24;font-size:1.1rem}.reviews-count{color:hsl(var(--text-light));font-size:.9rem}.product-price-chic{margin-bottom:2rem}.current-price-chic,.sale-price-chic{font-size:2rem;font-weight:700;color:hsl(var(--accent))}.original-price-chic{text-decoration:line-through;color:hsl(var(--text-light));margin-left:.5rem;font-size:1.2rem}.save-badge-chic{background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;margin-left:1rem}.lifestyle-bullets{margin-bottom:2rem}.bullet-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid hsl(var(--border))}.bullet-item:last-child{border-bottom:none}.bullet-icon{font-size:1.2rem;width:2rem;text-align:center}.color-selector-chic{margin-bottom:2rem}.selector-label{display:block;font-weight:600;margin-bottom:1rem;color:hsl(var(--text))}.color-options{display:flex;gap:1rem}.color-options input[type=radio]{display:none}.color-option{padding:.75rem 1.5rem;border:2px solid hsl(var(--border));border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.color-option:hover{border-color:hsl(var(--accent));transform:translateY(-2px)}.color-options input[type=radio]:checked+.color-option{background:hsl(var(--accent));color:#fff;border-color:hsl(var(--accent))}.btn-cta-chic{width:100%;background:linear-gradient(135deg,hsl(var(--accent)),hsl(var(--primary)));color:#fff;border:none;padding:1.25rem 2rem;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 8px 25px #0000001a}.btn-cta-chic:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000026}.cta-text{font-size:1.1rem;font-weight:700}.cta-subtext{font-size:.85rem;opacity:.9}.cta-secondary-chic{display:block;text-align:center;color:hsl(var(--accent));text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .3s ease}.cta-secondary-chic:hover{color:hsl(var(--primary))}.trust-badges-chic{display:flex;justify-content:space-between;gap:1rem;padding-top:2rem;border-top:1px solid hsl(var(--border))}.trust-item-chic{text-align:center;flex:1}.trust-icon{display:block;font-size:1.5rem;margin-bottom:.5rem}.trust-item-chic span:last-child{font-size:.8rem;color:hsl(var(--text-light));font-weight:500}@media (max-width: 768px){.showcase-headline{font-size:2rem}.product-showcase-grid{grid-template-columns:1fr;gap:2rem}.product-details-chic{padding-left:0}.gallery-hero-image{height:300px}.product-title-chic{font-size:1.8rem}.trust-badges-chic{flex-direction:column;gap:1.5rem}.color-options{flex-wrap:wrap}}.benefits{background:hsl(var(--background))}.benefits-lifestyle{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin:3rem 0}.benefits-image img{width:100%;border-radius:20px;box-shadow:0 10px 30px #0000001a}.benefits-content{display:flex;flex-direction:column;gap:2rem}.benefit-highlight{display:flex;gap:1rem;align-items:flex-start}.benefit-highlight .benefit-icon{font-size:1.5rem;background:hsl(var(--accent));color:#fff;padding:.5rem;border-radius:50%;min-width:2.5rem;text-align:center}.benefit-highlight h3{margin-bottom:.5rem;font-size:1.2rem}.benefit-highlight p{margin:0;font-size:.95rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.benefit-card{text-align:center;padding:2rem;background:hsl(var(--muted));border-radius:16px;box-shadow:0 2px 10px #0000000d}.benefit-card .benefit-icon{font-size:2.5rem;margin-bottom:1rem;color:hsl(var(--accent))}.testimonials{background:hsl(var(--background))}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial{background:hsl(var(--muted));padding:2rem;border-radius:16px;position:relative}.testimonial-text{font-style:italic;margin-bottom:1rem;font-size:1.1rem}.testimonial-author{font-weight:600;color:hsl(var(--primary))}.guarantee{background:linear-gradient(135deg,hsl(var(--accent)),hsl(var(--secondary)));text-align:center;color:hsl(var(--primary-foreground))}.guarantee h2{color:hsl(var(--primary-foreground))}.footer{background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section a{color:hsl(var(--primary-foreground));text-decoration:none;opacity:.8;transition:opacity .3s}.footer-section a:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:2rem;padding-top:1rem;text-align:center;opacity:.8}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600}.form-input{width:100%;padding:.75rem;border:1px solid hsl(var(--border));border-radius:8px;font-size:1rem}.form-input:focus{outline:none;border-color:hsl(var(--accent));box-shadow:0 0 0 3px hsla(var(--accent),.1)}.form-textarea{resize:vertical;min-height:120px}.cart-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid hsl(var(--border));align-items:center}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1}.cart-item-quantity{display:flex;flex-direction:column;align-items:center;gap:.5rem}.cart-total{background:hsl(var(--muted));padding:2rem;border-radius:16px;margin-top:2rem}.quantity-selector{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.quantity-input{width:80px;text-align:center}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.product-gallery img{width:100%;border-radius:16px}.product-details h1{margin-bottom:1rem}.product-price-display{font-size:2rem;font-weight:700;color:hsl(var(--accent));margin-bottom:2rem}@media (max-width: 768px){.mobile-menu-toggle{display:block}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:hsl(var(--background));flex-direction:column;padding:1rem;box-shadow:0 2px 10px #0000001a}.nav.active{display:flex}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.product-main{grid-template-columns:1fr;gap:2rem}h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.5rem}.section{padding:2rem 0}.cart-item{flex-direction:column;text-align:center}.cart-item-details{order:1}.cart-item-quantity{order:2;flex-direction:row}.benefits-lifestyle{grid-template-columns:1fr;gap:2rem}.comparison-table{padding:1rem}.comparison-row{grid-template-columns:1fr;gap:.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.product{padding-block:clamp(16px,3vw,32px)}.product-grid{display:grid;grid-template-columns:minmax(280px,540px) minmax(300px,1fr);align-items:start;gap:clamp(16px,3vw,40px)}@media (max-width: 768px){.product-grid{grid-template-columns:1fr}}.product-media{width:100%;max-width:540px}.media-main{width:100%;aspect-ratio:4/5;background:#fff;border-radius:14px;box-shadow:0 8px 30px #0000000f;overflow:hidden}#main-media-img{width:100%;height:100%;object-fit:contain}.media-thumbs{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:10px}.media-thumbs .thumb{padding:0;border:1px solid rgba(0,0,0,.06);border-radius:10px;background:#fff;overflow:hidden;cursor:pointer}.media-thumbs .thumb img{width:100%;height:72px;object-fit:cover;display:block}.product-details{max-width:640px}.product-title{font-weight:800;font-size:clamp(24px,3vw,34px);margin:0 0 12px}.product-subtitle{color:#666;margin-bottom:16px;font-size:16px}.product-pricing{display:flex;align-items:baseline;gap:12px;margin-bottom:12px}.product-price{font-size:clamp(20px,2.6vw,28px);font-weight:800;color:#5a32a3}.product-compare{text-decoration:line-through;color:#999}.product-savings{color:#0a8f3f;font-weight:700}.price-note{font-size:14px;color:#666;margin-bottom:8px}.stock-urgency{font-size:14px;color:#e74c3c;font-weight:600;margin-bottom:16px}#variant-select{width:100%;margin:8px 0 14px;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff}.btn.add-to-cart{width:100%;padding:14px 18px;border-radius:12px;background:#000;color:#fff;font-weight:700;transition:transform .08s ease,opacity .2s ease}.btn.add-to-cart:disabled{opacity:.55;cursor:not-allowed}.btn.add-to-cart:hover{transform:translateY(-1px)}.product-bullets{margin:16px 0 0;padding-left:18px;line-height:1.6}.product-bullets li{margin:4px 0}.product-summary{max-width:720px;margin:0 auto;padding:2rem 1rem}.product-title{font-size:clamp(24px,3vw,34px);font-weight:800;margin-bottom:1rem;line-height:1.2}.rating-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.stars{color:#fbbf24;font-size:1.1rem}.review-count{color:hsl(var(--muted-foreground));font-size:.9rem}.trust-indicator{background:hsl(var(--accent));color:hsl(var(--accent-foreground));padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.product-subtitle{font-size:1.1rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem;line-height:1.4}.price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.product-price{font-size:clamp(20px,2.6vw,28px);font-weight:800;color:hsl(var(--primary))}.compare-at{text-decoration:line-through;color:hsl(var(--muted-foreground));font-size:1.2rem}.savings{color:hsl(var(--destructive));font-weight:700;background:hsl(var(--destructive) / .1);padding:.25rem .5rem;border-radius:6px;font-size:.9rem}.badges{list-style:none;padding:0;margin:1rem 0}.badges li{padding:.5rem 0;border-bottom:1px solid hsl(var(--border));font-size:.9rem;color:hsl(var(--muted-foreground))}.badges li:last-child{border-bottom:none}.benefit-bullets{list-style:none;padding:0;margin:1.5rem 0}.benefit-bullets li{padding:.75rem 0;font-size:1rem;border-bottom:1px solid hsl(var(--border))}.benefit-bullets li:last-child{border-bottom:none}.product-form{margin:2rem 0}.variant-picker{margin-bottom:1.5rem}.variant-label{display:block;font-weight:600;margin-bottom:.5rem}.variant-select{width:100%;padding:.75rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--background));font-size:1rem}.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.qty-row label{font-weight:600;min-width:80px}.quantity-controls{display:flex;align-items:center;border:1px solid hsl(var(--border));border-radius:8px;overflow:hidden}.quantity-btn{background:hsl(var(--muted));border:none;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600}.quantity-btn:hover{background:hsl(var(--muted-foreground) / .2)}.quantity-input{width:60px;height:40px;border:none;text-align:center;background:hsl(var(--background))}.add-to-cart{width:100%;padding:1rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.add-to-cart:hover{background:hsl(var(--primary) / .9);transform:translateY(-1px)}.add-to-cart:disabled{opacity:.5;cursor:not-allowed;transform:none}.inline-price{font-weight:800}.trust-row{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem;padding:1rem;background:hsl(var(--muted));border-radius:8px;flex-wrap:wrap}.trust-row span{font-size:.9rem;color:hsl(var(--muted-foreground));text-align:center}@media (max-width: 768px){.product-summary{padding:1rem}.rating-row{flex-direction:column;align-items:flex-start;gap:.5rem}.trust-indicators{justify-content:flex-start}.qty-row{flex-direction:column;align-items:flex-start;gap:.5rem}.trust-row{flex-direction:column;gap:.5rem}}.template-product .product-hero--mid,.template-product .product-media-large,.template-product .product-hero-image-mid,.template-product .lifestyle-showcase{display:none!important}.product-main-image{max-width:none!important;object-fit:contain!important}.product-showcase-optimized,.lifestyle-hero-section{display:none!important}.faq{background:hsl(var(--muted))}.faq-grid{display:grid;gap:1.5rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.faq-item{background:hsl(var(--background));border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000000d}.faq-question{font-size:1.2rem;margin-bottom:1rem;color:hsl(var(--primary))}.faq-answer p{margin:0;line-height:1.6}.comparison{background:hsl(var(--background))}.comparison-table{max-width:700px;margin:3rem auto 0;background:hsl(var(--muted));border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.comparison-header{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;margin-bottom:2rem;text-align:center}.comparison-col h3{margin-bottom:.5rem;font-size:1.4rem}.comparison-price{font-size:1.8rem;font-weight:700;color:hsl(var(--accent));margin:0}.comparison-price span{font-size:.8rem;font-weight:400;color:hsl(var(--text-light));display:block}.comparison-divider{width:2px;height:60px;background:hsl(var(--border));margin:0 auto}.comparison-features{display:flex;flex-direction:column;gap:1rem}.comparison-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.faq{background:linear-gradient(135deg,hsl(var(--muted)),hsl(var(--background)))}.faq-accordion{max-width:800px;margin:3rem auto 0;gap:1rem}.faq-item{background:hsl(var(--background));border-radius:16px;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:0 4px 20px hsl(var(--border) / .1);margin-bottom:1rem;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 30px hsl(var(--border) / .15);transform:translateY(-2px)}.faq-question{width:100%;background:none;border:none;padding:1.5rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:1rem;font-size:1.1rem;font-weight:600;color:hsl(var(--text));transition:all .2s ease}.faq-question:hover{background:hsl(var(--muted) / .3)}.faq-icon{font-size:1.2rem;flex-shrink:0}.faq-toggle{margin-left:auto;font-size:1.5rem;font-weight:300;transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:200px}.faq-content{padding:0 1.5rem 1.5rem;color:hsl(var(--text-light));line-height:1.6}.feature-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:hsl(var(--background));border-radius:8px}.feature-icon{font-weight:700;font-size:1.1rem}.feature-icon.check{color:hsl(var(--success))}.feature-icon.cross{color:hsl(var(--error))}.comparison-cta{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid hsl(var(--border))}.footer-contact,.footer-social{margin-top:1rem}.footer-contact a,.footer-social a{color:hsl(var(--primary-foreground));text-decoration:none}.footer-contact a:hover,.footer-social a:hover{opacity:.8}.social-link{display:inline-block;margin:.2rem 0}.product-page-elegant{background:linear-gradient(180deg,hsl(var(--background)),hsl(var(--muted)/.3));min-height:100vh}.product-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.product-showcase{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.main-image-wrapper{position:relative;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px -10px hsl(var(--primary)/.1);margin-bottom:1.5rem}.product-hero-image{width:100%;height:auto;max-height:500px;object-fit:contain;border-radius:12px}.thumbnail-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1rem}.thumbnail-item{border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease}.thumbnail-item.active{border-color:hsl(var(--primary));transform:scale(1.05)}.gallery-thumbnail{width:100%;height:80px;object-fit:cover;display:block}.product-title-elegant{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;color:hsl(var(--foreground))}.current-price-elegant{font-size:2.5rem;font-weight:700;color:hsl(var(--primary))}.add-to-cart-elegant{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary-foreground)/.9));color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 15px hsl(var(--primary)/.3)}.add-to-cart-elegant:hover{transform:translateY(-2px);box-shadow:0 6px 20px hsl(var(--primary)/.4)}.lifestyle-showcase{margin:4rem 0;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px -10px hsl(var(--primary)/.1)}.lifestyle-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.included-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.sticky-cart-mobile{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid hsl(var(--border));padding:1rem;transform:translateY(100%);transition:transform .3s ease;z-index:100}.sticky-cart-mobile.visible{transform:translateY(0)}@media (max-width: 768px){.product-showcase{grid-template-columns:1fr;gap:2rem}.product-title-elegant,.current-price-elegant{font-size:2rem}.lifestyle-grid{grid-template-columns:1fr;gap:2rem}.included-grid,.faq-grid{grid-template-columns:1fr}}.lifestyle-strip-elegant{padding:4rem 0;background:linear-gradient(135deg,#fef7ff,#f0f9ff)}.lifestyle-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.lifestyle-cards-grid{grid-template-columns:repeat(3,1fr)}}.lifestyle-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #9333ea1a;transition:all .3s ease;position:relative}.lifestyle-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #9333ea26}.lifestyle-card.featured{transform:scale(1.05);border:2px solid #f1abfc}.lifestyle-card.featured:hover{transform:scale(1.05) translateY(-5px)}.lifestyle-card-figure{margin:0;position:relative;overflow:hidden}.lifestyle-card-image{width:100%;height:280px;object-fit:cover;transition:transform .3s ease}.lifestyle-card:hover .lifestyle-card-image{transform:scale(1.1)}.lifestyle-card-content{padding:1.5rem;text-align:center}.lifestyle-card-content h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.lifestyle-card-content p{color:#6b7280;font-size:.95rem;line-height:1.5}.lifestyle-cta-section{text-align:center;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #9333ea14}.lifestyle-cta-section h3{font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.lifestyle-cta-section p{color:#6b7280;margin-bottom:1.5rem;font-size:1.1rem}.lifestyle-cta-link{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;text-decoration:none;border-radius:25px;font-weight:500;transition:all .3s ease}.lifestyle-cta-link:hover{transform:translateY(-2px);box-shadow:0 10px 20px #a855f74d}.product-showcase-optimized{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;align-items:start}@media (max-width: 767px){.product-showcase-optimized{grid-template-columns:1fr;gap:2rem}}.lifestyle-hero-section{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.lifestyle-hero-content{position:relative;width:100%}.lifestyle-hero-image{width:100%;height:300px;object-fit:cover;border-radius:20px}.hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:2rem;text-align:center}.hero-overlay h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.hero-overlay p{font-size:1rem;opacity:.9}.product-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem}.product-badge{background:#fffffff2;padding:.5rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;box-shadow:0 4px 12px #0000001a}.product-badge.shipping{color:#059669}.product-badge.guarantee{color:#7c3aed}.thumbnail-gallery-optimized{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.thumbnail-wrapper{width:80px;height:80px;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.thumbnail-wrapper.active{border-color:#a855f7;box-shadow:0 4px 12px #a855f74d}.thumbnail-wrapper:hover{border-color:#ec4899;transform:scale(1.05)}.thumbnail-image{width:100%;height:100%;object-fit:cover}.product-details-optimized{display:flex;flex-direction:column;gap:1.5rem}.product-header-trust{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.review-stars-section{display:flex;align-items:center;gap:.5rem}.stars-rating{color:#fbbf24;font-size:1.2rem}.review-text{color:#6b7280;font-size:.9rem}.trust-indicators{display:flex;gap:.75rem;flex-wrap:wrap}.trust-indicator{background:linear-gradient(135deg,#fef3c7,#fed7d7);padding:.4rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500;color:#7c2d12}.product-title-section{text-align:left}.product-title-main{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.2}@media (min-width: 768px){.product-title-main{font-size:2.5rem}}.product-subtitle{font-size:1.1rem;color:#6b7280;line-height:1.5}.pricing-section-optimized{background:linear-gradient(135deg,#f0f9ff,#fef7ff);padding:1.5rem;border-radius:20px;border:1px solid #e5e7eb}.price-container{display:flex;align-items:baseline;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.current-price{font-size:2.25rem;font-weight:700;color:#1f2937}.compare-price{font-size:1.5rem;color:#9ca3af;text-decoration:line-through}.savings-highlight{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.4rem .8rem;border-radius:15px;font-size:.9rem;font-weight:600}.price-note{color:#374151;font-size:.95rem;margin-bottom:.5rem}.stock-urgency{color:#dc2626;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.blog-page-modern{background:#fff;min-height:100vh}.blog-header-section{text-align:center;padding:3rem 0;background:linear-gradient(135deg,#fef7ff,#f0f9ff);margin-bottom:3rem}.breadcrumb-nav{margin-bottom:2rem;font-size:.9rem}.blog-title-section h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.blog-description{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.blog-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.blog-articles-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.blog-articles-grid{grid-template-columns:repeat(3,1fr)}}.blog-card-modern{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .3s ease;height:fit-content}.blog-card-modern:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.blog-card-image{display:block;position:relative;overflow:hidden}.blog-card-image img{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.blog-card-modern:hover .blog-card-image img{transform:scale(1.1)}.blog-card-content{padding:1.5rem}.blog-meta-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.blog-publish-date{color:#6b7280;font-size:.85rem}.blog-tags-list{display:flex;gap:.5rem}.blog-tag{background:linear-gradient(135deg,#fef3c7,#fed7d7);color:#7c2d12;padding:.25rem .5rem;border-radius:10px;font-size:.75rem;font-weight:500}.blog-card-title{margin-bottom:1rem}.blog-card-title a{color:#1f2937;text-decoration:none;font-size:1.25rem;font-weight:600;line-height:1.3}.blog-card-title a:hover{color:#a855f7}.blog-card-excerpt{color:#6b7280;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.blog-read-more-link{color:#a855f7;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.blog-read-more-link:hover{color:#ec4899}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:3rem}.pagination-button{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s ease}.pagination-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #a855f74d}.pagination-info{color:#6b7280;font-size:.9rem}
/*# sourceMappingURL=/cdn/shop/t/28/assets/theme.css.map */
