.sticky-nav{position:fixed;top:80px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--accent-color);box-shadow:0 2px 10px #0000000d;z-index:999;transform:translateY(-100%);transition:transform .3s ease,opacity .3s ease;opacity:0}.sticky-nav-visible{transform:translateY(0);opacity:1}.sticky-nav-container{max-width:1200px;margin:0 auto;padding:0 20px}.sticky-nav-list{display:flex;justify-content:center;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.sticky-nav-list::-webkit-scrollbar{display:none}.sticky-nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;border-radius:50px;color:var(--text-gray);font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:Poppins,sans-serif}.sticky-nav-item:hover{background:var(--bg-subtle);color:var(--primary-color)}.sticky-nav-item.active{background:var(--primary-color);color:#fff;box-shadow:0 2px 8px #7c5ba84d}.sticky-nav-icon{font-size:1.2rem;display:flex;align-items:center}.sticky-nav-label{display:inline}@media (max-width: 968px){.sticky-nav{top:70px}.sticky-nav-list{justify-content:center;padding:.5rem 0}.sticky-nav-item{padding:.6rem 1rem;font-size:.85rem}.sticky-nav-label{display:none}.sticky-nav-icon{font-size:1.4rem}}@media (max-width: 640px){.sticky-nav{top:80px}.sticky-nav-item{padding:.5rem .8rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #7c5ba8;--primary-dark: #020202;--secondary-color: #b7a8d4;--accent-color: #e8dff5;--text-dark: #2d2d2d;--text-gray: #6b6b6b;--background: #ffffff;--background-light: #f9f7fc;--success: #4caf50;--warning: #ff9800;--bg-subtle: rgba(124, 91, 168, .06);--shadow: rgba(124, 91, 168, .1);--shadow-strong: rgba(124, 91, 168, .2);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -1px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 10px 10px -5px rgba(0, 0, 0, .03);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .15);--shadow-card-hover: 0 20px 40px -10px rgba(124, 58, 237, .15), 0 10px 20px -5px rgba(0, 0, 0, .06);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .35s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .5s cubic-bezier(.34, 1.56, .64, 1)}body{font-family:Poppins,sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--background)}.skip-link{position:absolute;top:-40px;left:0;background:var(--primary-color);color:#fff;padding:8px 16px;text-decoration:none;font-weight:600;border-radius:0 0 4px;z-index:9999;transition:top .2s ease}.skip-link:focus{top:0;outline:3px solid var(--accent-color);outline-offset:2px}.home-app{width:100%}.home-container{max-width:1200px;margin:0 auto;padding:0 20px}.home-logo-icon{font-size:1.8rem;vertical-align:middle;margin-right:.5rem}.home-badge-icon{font-size:1.2rem;vertical-align:middle;margin-right:.3rem}.home-benefit-icon,.home-usage-icon,.home-trust-icon,.home-category-icon{font-size:3rem;color:var(--primary-color)}.home-navbar,.navbar{background:var(--background);box-shadow:0 2px 10px var(--shadow);position:sticky;top:0;z-index:1000;padding:1rem 0}.home-nav-content,.navbar .nav-content{display:flex;justify-content:space-between;align-items:center}.home-logo,.navbar .logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;display:flex;align-items:center}.navbar .logo h1{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin:0;display:flex;align-items:center;gap:.5rem}.navbar .logo-icon{color:var(--primary-color);font-size:1.8rem}.home-nav-links,.navbar .nav-links{display:flex;align-items:center;gap:2rem}.navbar .nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:20px}.navbar .nav-links a:hover{color:var(--primary-color)}.navbar .nav-links a.active{background:var(--accent-color);color:var(--primary-color)}.home-cart-link,.navbar .cart-link{position:relative;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff!important;text-decoration:none;font-weight:600;transition:all .3s ease;border-radius:100px;box-shadow:0 4px 15px var(--shadow-strong);font-size:1rem}.home-cart-link:hover,.navbar .cart-link:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-strong)}.home-cart-badge,.navbar .cart-badge{position:absolute;top:-8px;right:-8px;background:#e74c3c;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:100px;font-weight:700;min-width:22px;text-align:center;border:2px solid white;box-shadow:var(--shadow-md)}.logo-wrapper{display:flex;align-items:center;flex-direction:row;gap:10px}.logo-wrapper img{width:40px;height:auto}.menu-toggle{display:none;background:none;border:none;color:var(--primary-color);cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;margin-bottom:2rem;color:#fff}.home-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,#0003);z-index:1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.relative-z{position:relative;z-index:2;width:100%}.home-hero-content{display:flex;justify-content:center;width:100%}.centered-hero{text-align:center;max-width:900px;margin:0 auto;padding:20px}.glass-badge{display:inline-flex;align-items:center;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);color:var(--primary-dark);padding:.6rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.home-hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.home-highlight{color:#e0d4fc;font-style:italic}.home-hero-description{font-size:1.25rem;color:#fffffff2;margin-bottom:2.5rem;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5)}.home-hero-cta{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.home-guarantee{color:#ffffffe6;font-size:.95rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5)}.check-mark{color:#4ade80;font-weight:700}.home-btn{display:inline-block;padding:1.2rem 3rem;border-radius:50px;font-weight:700;font-size:1.15rem;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);border:none;cursor:pointer;text-align:center;letter-spacing:.5px}.home-btn-primary{background-color:var(--primary-color);color:#fff!important;box-shadow:0 4px 15px #0003}.home-btn-primary:hover,.home-btn-glow:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 25px #7c5ba899;background-color:#fff;color:var(--primary-color)!important}.home-btn-secondary{background-color:#fff;color:var(--primary-color)!important;border:2px solid var(--primary-color);box-shadow:0 2px 10px #0000001a}.home-btn-secondary:hover{background-color:var(--primary-color);color:#fff!important;transform:translateY(-2px)}.home-btn-outline{background-color:transparent;color:var(--primary-color)!important;border:2px solid var(--primary-color)}.home-btn-outline:hover{background-color:var(--primary-color);color:#fff!important}.home-btn-large{padding:1.2rem 3rem;font-size:1.15rem}.home-trust-badges{padding:60px 0;background:var(--background)}.home-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.home-trust-item{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 2px 10px var(--shadow);transition:all .3s ease}.home-trust-item:hover{transform:translateY(-5px);box-shadow:0 5px 20px var(--shadow-strong)}.home-trust-item h3{font-size:1.2rem;font-weight:600;color:var(--primary-color);margin-bottom:.5rem}.home-trust-item p{color:var(--text-gray);font-size:.95rem}.home-categories-section{padding:80px 0;background:var(--background-light)}.home-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.home-category-card{background:#fff;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-base);text-decoration:none;display:flex;flex-direction:column;gap:1rem;border:2px solid transparent}.home-category-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card-hover);border-color:var(--primary-color)}.home-category-icon{width:70px;height:70px;background:var(--bg-subtle);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;transition:all var(--transition-base)}.home-category-card:hover .home-category-icon{background:var(--primary-color);transform:scale(1.1)}.home-category-card:hover .home-category-icon svg{color:#fff}.home-category-card h3{font-size:1.4rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.home-category-card p{color:var(--text-gray);line-height:1.7;font-size:.95rem;flex:1}.home-category-cta{color:var(--primary-color);font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:gap var(--transition-base)}.home-category-card:hover .home-category-cta{gap:1rem}.home-category-featured{background:linear-gradient(135deg,var(--accent-color) 0%,white 100%);border:2px solid var(--primary-color);transform:scale(1.02)}.home-bestsellers{padding:80px 0;background:linear-gradient(180deg,var(--background) 0%,#f8f5f2 100%)}.home-bestsellers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.home-bestsellers-grid.single{grid-template-columns:1fr;max-width:400px}.home-bestsellers-grid.duo{grid-template-columns:repeat(2,1fr);max-width:800px}@media (max-width: 1024px){.home-bestsellers-grid,.home-bestsellers-grid.duo{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.home-bestsellers-grid,.home-bestsellers-grid.duo,.home-bestsellers-grid.single{grid-template-columns:1fr;max-width:400px}}.home-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative;display:flex;flex-direction:column;text-decoration:none;color:inherit}.home-product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #8b5a8b26}.home-product-badges{position:absolute;top:12px;left:12px;right:12px;display:flex;gap:8px;flex-wrap:wrap;z-index:3}.home-product-badge{background:var(--primary-color);color:#fff;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00000026}.home-product-badge-promo{background:linear-gradient(135deg,#e74c3c,#c0392b)}.home-product-img-wrapper{position:relative;overflow:hidden;aspect-ratio:4 / 3}.home-product-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-product-card:hover .home-product-img{transform:scale(1.08)}.home-product-soldout{position:absolute;bottom:0;left:0;right:0;background:#000000bf;color:#fff;text-align:center;padding:10px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.home-product-content{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.home-product-type{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--primary-color)}.home-product-content h3{font-size:1.15rem;font-weight:700;color:var(--text-dark);margin:0;line-height:1.3;transition:color .2s ease}.home-product-card:hover .home-product-content h3{color:var(--primary-color)}.home-product-content p{color:var(--text-gray);font-size:.9rem;line-height:1.5;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #f0ebe6}.home-product-pricing{display:flex;align-items:baseline;gap:8px}.home-product-price{font-size:1.4rem;font-weight:800;color:var(--primary-color)}.home-product-old-price{font-size:.95rem;font-weight:500;color:#aaa;text-decoration:line-through}.home-product-cta{font-size:.85rem;font-weight:600;color:var(--primary-color);transition:all .2s ease}.home-product-card:hover .home-product-cta{transform:translate(4px)}.home-bestsellers-cta{text-align:center;margin-top:3.5rem}.home-section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--text-dark);line-height:1.3}.home-section-subtitle{text-align:center;font-size:1.3rem;font-weight:600;margin-bottom:2rem;color:var(--primary-color)}.home-benefits-usage{padding:80px 0;background:var(--background-light)}.home-comparison-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease}.home-comparison-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.home-comparison-card ul{list-style:none;padding:0}.home-craft-section{padding:80px 0;background:var(--background-light)}.home-craft-content{max-width:1100px;margin:0 auto}.home-craft-image{width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:3rem}.home-craft-img{width:100%;height:auto;display:block}.home-craft-text{background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:3rem}.home-craft-text h3{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}.home-craft-text p{color:var(--text-gray);font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.home-craft-features{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.craft-feature{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:var(--bg-subtle);border-radius:var(--radius-md)}.craft-icon{font-size:2.5rem;color:var(--primary-color);flex-shrink:0}.craft-feature strong{display:block;color:var(--primary-color);font-size:1.1rem;margin-bottom:.3rem}.craft-feature p{color:var(--text-gray);line-height:1.6;margin:0;font-size:.95rem}.craft-signature{font-style:italic;color:var(--primary-color);font-weight:600;font-size:1.05rem;margin-top:2rem}.home-gift-section{padding:80px 0;background:var(--background)}.home-gift-card{background:linear-gradient(135deg,var(--accent-color) 0%,white 100%);padding:4rem 3rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);text-align:center;max-width:900px;margin:0 auto;position:relative;border:2px solid var(--primary-color)}.home-gift-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-xl);font-weight:700;font-size:.9rem;margin-bottom:2rem;box-shadow:var(--shadow-md)}.home-gift-card h2{font-size:2rem;font-weight:800;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}.home-gift-intro{font-size:1.2rem;color:var(--text-gray);margin-bottom:2.5rem;line-height:1.7}.home-gift-occasions{display:flex;flex-direction:column;gap:1rem;max-width:700px;margin:0 auto 3rem;text-align:left}.gift-occasion{display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.gift-occasion svg{color:var(--success);font-size:1.5rem;flex-shrink:0}.gift-occasion strong{color:var(--primary-color)}.home-gift-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.gift-shipping{color:var(--text-gray);font-size:.95rem;display:flex;align-items:center;gap:.5rem;justify-content:center}.home-faq{padding:80px 0;background:var(--background)}.home-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.home-faq-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease}.home-faq-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px var(--shadow-strong)}.home-faq-item h3{color:var(--primary-color);font-size:1.15rem;margin-bottom:1rem;font-weight:600;line-height:1.4}.home-faq-item p{color:var(--text-gray);line-height:1.7;font-size:.95rem}.faq-item .faq-question{width:100%;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.faq-item .faq-question h3{margin:0;font-size:1.05rem;text-align:left}.faq-toggle-icon{font-size:1.6rem;color:var(--primary-color);flex-shrink:0}.faq-answer{overflow:hidden;transition:max-height .3s ease,opacity .2s ease;opacity:1}.faq-item .faq-answer{max-height:0;opacity:0;margin-top:.75rem}.faq-item.open .faq-answer{max-height:1000px;opacity:1}.faq-item .faq-question+.faq-answer p{margin:0}@media (max-width: 768px){.home-faq-grid{grid-template-columns:1fr}}.home-final-cta{padding:80px 0;background:var(--background-light)}.home-cta-card{background:linear-gradient(135deg,var(--accent-color) 0%,white 100%);padding:60px 40px;border-radius:20px;box-shadow:0 10px 40px var(--shadow-strong);text-align:center;max-width:900px;margin:0 auto;border:2px solid var(--primary-color)}.home-cta-card h2{font-size:2rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700;line-height:1.3}.home-cta-subtitle{font-size:1.3rem;color:var(--primary-color);margin-bottom:1.5rem;font-weight:600}.home-cta-action{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.home-cta-guarantees{display:flex;flex-direction:column;gap:.5rem;color:var(--text-dark);font-weight:500}.home-cta-guarantees p{margin:0;font-size:1rem;display:flex;align-items:center;gap:.5rem;justify-content:center}.home-footer{background:var(--text-dark);color:#fff;padding:4rem 0 2rem}.home-footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.home-footer-section h3,.home-footer-section h4{margin-bottom:1.5rem;color:var(--secondary-color);font-weight:600}.home-footer-section h3{font-size:1.5rem}.home-footer-section h4{font-size:1.2rem}.home-footer-section p{color:#fffc;line-height:1.8;margin-bottom:.8rem}.home-footer-section a{color:#fffc;text-decoration:none;transition:color .3s ease;display:inline-block}.home-footer-section a:hover{color:var(--secondary-color)}.home-social-links{display:flex;flex-direction:column;gap:.8rem}.home-social-links a{font-size:1rem;padding:.5rem 0}.home-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.home-footer-bottom p{color:#fff9;margin-bottom:.5rem}.home-payment-methods{font-size:.9rem;margin-top:1rem}.home-payment-methods strong{color:#b7a8d4}.home-geo-structured{padding:80px 0;background:var(--background)}.home-geo-summary{background:linear-gradient(135deg,var(--accent-color) 0%,white 100%);padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:2px solid var(--primary-color)}.home-geo-summary h3{text-align:center;font-size:1.8rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem}.home-geo-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.geo-summary-item{background:#fff;padding:1.5rem;border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm)}.geo-summary-item strong{display:block;color:var(--primary-color);font-size:1.1rem;margin-bottom:.5rem}.geo-summary-item span{color:var(--text-gray);font-size:.9rem}@media (max-width: 968px){.home-hero-content{grid-template-columns:1fr;text-align:center}.home-hero-title{font-size:2.5rem}.home-section-title{font-size:1.8rem}.home-categories-grid{grid-template-columns:1fr}.home-bestsellers-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.home-trust-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.home-craft-text{padding:2rem}.home-gift-card{padding:3rem 2rem}.home-geo-summary{padding:2rem}.home-geo-summary-grid{grid-template-columns:1fr}}@media (max-width: 768px){.home-hero{min-height:600px;align-items:flex-end;padding-bottom:40px}.centered-hero{padding:15px}.home-hero-title{font-size:2.2rem}.home-hero-description{font-size:1.1rem}.home-btn{width:100%;padding:1rem 1.5rem}.menu-toggle{display:block}.navbar .nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;gap:1rem;box-shadow:0 10px 15px var(--shadow);border-top:1px solid #eee}.navbar .nav-links.open{display:flex}.navbar .logo h1{font-size:1.1rem}.navbar .cart-link{width:100%;justify-content:center}.navbar .nav-links a{padding:.4rem .8rem;font-size:.9rem}.navbar .logo-icon{font-size:1.5rem}.home-cta-card{padding:40px 20px}.home-benefit-icon,.home-usage-icon,.home-trust-icon,.home-category-icon{font-size:2.5rem}.home-gift-occasions{text-align:center}.gift-occasion,.craft-feature{flex-direction:column;text-align:center}}@media (max-width: 640px){.home-hero{padding:40px 0}.home-hero-title,.home-section-title,.home-cta-card h2{font-size:1.8rem}.home-faq-grid,.home-bestsellers-grid,.home-categories-grid{grid-template-columns:1fr}.home-product-img{height:250px}}.lavender-hero-banner{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden}.lavender-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.lavender-hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.lavender-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#7c5ba84d,#42246633,#0000001a)}.lavender-hero-content{position:relative;z-index:2;max-width:800px;padding:80px 0}.lavender-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fffffff2;color:var(--primary-color);padding:.75rem 2rem;border-radius:50px;font-size:.9rem;font-weight:700;margin-bottom:2rem;box-shadow:0 8px 25px #0003;animation:lavender-hero-float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lavender-hero-badge-icon{font-size:1.2rem}@keyframes lavender-hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lavender-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;color:#fff;margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.3);display:flex;flex-direction:column;gap:.5rem}.lavender-hero-title-highlight{display:block;background:var(--accent-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:.7em}.lavender-hero-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);color:#fffffff2;line-height:1.7;margin-bottom:2.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3);max-width:650px}.lavender-hero-features{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.lavender-hero-feature{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:#fff}.lavender-hero-feature-icon{font-size:1.8rem;color:#b8f5cd;flex-shrink:0;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.lavender-hero-feature strong{font-weight:700}.lavender-hero-cta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem}.lavender-hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:var(--radius-lg);text-decoration:none;transition:all .3s ease;cursor:pointer}.lavender-hero-btn-primary{background:#fff;color:var(--primary-color);box-shadow:0 8px 25px #0003}.lavender-hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0000004d}.lavender-hero-btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lavender-hero-btn-secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-3px)}.lavender-hero-trust{display:inline-flex;align-items:center;gap:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:1.2rem 2rem;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 25px #0003}.lavender-hero-trust-item{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:.95rem;font-weight:600}.lavender-hero-trust-item svg{font-size:1.8rem;color:#b8f5cd}.lavender-hero-trust-separator{width:1px;height:30px;background:#ffffff4d}@media (max-width: 768px){.lavender-hero-banner{min-height:100vh}.lavender-hero-content{padding:60px 0}.lavender-hero-title{font-size:2rem}.lavender-hero-features{flex-direction:column;gap:1rem}.lavender-hero-cta{flex-direction:column}.lavender-hero-btn{width:100%;text-align:center}.lavender-hero-trust{flex-direction:column;gap:1rem;width:100%}.lavender-hero-trust-separator{display:none}}.home-trust-badges-ecommerce{padding:40px 0;background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.home-trust-grid-ecommerce{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.home-trust-item-ecommerce{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--background-light);border-radius:var(--radius-md);transition:all var(--transition-base)}.home-trust-item-ecommerce:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.trust-icon-wrapper{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;flex-shrink:0;color:#fff}.trust-icon-wrapper.green{background:linear-gradient(135deg,#4caf50,#45a049)}.trust-icon-wrapper.blue{background:linear-gradient(135deg,#2196f3,#1976d2)}.trust-icon-wrapper.purple{background:linear-gradient(135deg,#7c5ba8,#6a4c8f)}.trust-icon-wrapper.orange{background:linear-gradient(135deg,#ff9800,#f57c00)}.trust-content h2{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin:0 0 .2rem}.trust-content p{font-size:.9rem;color:var(--text-gray);margin:0}.home-bestsellers-ecommerce{padding:80px 0;background:var(--background)}.section-header-with-badge{text-align:center;margin-bottom:3rem}.section-mini-badge{display:inline-block;background:var(--background-light);color:var(--primary-color);padding:.5rem 1.5rem;border-radius:50px;font-size:.75rem;font-weight:800;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.home-product-card-ecommerce{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all var(--transition-base);position:relative;display:flex;flex-direction:column;text-decoration:none;color:inherit;border:2px solid transparent}.home-product-card-ecommerce:hover{transform:translateY(-10px);box-shadow:var(--shadow-card-hover);border-color:var(--primary-color)}.product-rating{padding:0 1.5rem;display:flex;align-items:center;gap:.5rem;margin-top:1rem}.product-rating .stars{display:flex;gap:.2rem;color:#ffc107;font-size:.9rem}.product-rating .rating-count{font-size:.85rem;color:var(--text-gray)}.home-product-cta-btn{background:var(--primary-color);color:#fff!important;padding:.6rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:700;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.home-product-card-ecommerce:hover .home-product-cta-btn{background:var(--primary-dark);transform:scale(1.05)}.home-lifestyle-gallery{padding:80px 0;background:var(--background-light)}.lifestyle-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,300px);gap:1.5rem}.lifestyle-item{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all var(--transition-base)}.lifestyle-item.large{grid-column:span 2;grid-row:span 2}.lifestyle-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lifestyle-item:hover img{transform:scale(1.1)}.lifestyle-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);padding:1.5rem;color:#fff;transform:translateY(100%);transition:transform .3s ease}.lifestyle-item:hover .lifestyle-overlay{transform:translateY(0)}.lifestyle-tag{display:inline-block;background:var(--primary-color);padding:.3rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.lifestyle-overlay p{font-size:1rem;font-weight:600;margin:0}.category-image-wrapper{width:100%;height:200px;overflow:hidden;border-radius:var(--radius-md);margin-bottom:1rem}.category-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-category-card:hover .category-image-wrapper img{transform:scale(1.1)}.home-benefits-grid-with-images{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}.home-benefit-card-image{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.home-benefit-card-image.reverse{direction:rtl}.home-benefit-card-image.reverse>*{direction:ltr}.benefit-image-side{width:100%;height:350px;border-radius:var(--radius-md);overflow:hidden}.benefit-image-side img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-benefit-card-image:hover .benefit-image-side img{transform:scale(1.08)}.benefit-content-side{padding:1rem 0}.benefit-content-side .home-benefit-icon{margin-bottom:1rem}.benefit-content-side h3{font-size:1.8rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.benefit-content-side p{font-size:1.05rem;line-height:1.8;color:var(--text-gray)}.home-craft-content-with-image{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.craft-image-large{width:100%;height:600px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-2xl);position:sticky;top:100px}.craft-image-large img{width:100%;height:100%;object-fit:cover}@media (max-width: 1024px){.home-hero-split{grid-template-columns:1fr;gap:3rem}.home-hero-image-col{order:-1}.hero-main-img{height:400px}.home-trust-grid-ecommerce{grid-template-columns:repeat(2,1fr)}.lifestyle-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,250px)}.lifestyle-item.large{grid-column:span 2;grid-row:span 1}.home-benefit-card-image{grid-template-columns:1fr;gap:2rem}.home-benefit-card-image.reverse{direction:ltr}.benefit-image-side{height:300px}.home-craft-content-with-image{grid-template-columns:1fr}.craft-image-large{height:400px;position:static}}@media (max-width: 768px){.home-hero-split{min-height:auto}.hero-main-img{height:350px}.home-hero-title-ecommerce{font-size:1.8rem}.home-hero-subtitle-ecommerce{font-size:1.05rem}.home-hero-cta-row{flex-direction:column}.home-btn{width:100%}.home-hero-trust-mini{flex-direction:column;gap:1rem}.hero-promo-badge{padding:1rem}.promo-value{font-size:1.4rem}.home-trust-grid-ecommerce{grid-template-columns:1fr;gap:1rem}.home-trust-item-ecommerce{padding:1rem}.trust-icon-wrapper{width:50px;height:50px;font-size:1.5rem}.lifestyle-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,250px)}.lifestyle-item.large{grid-column:span 1;grid-row:span 1}.category-image-wrapper{height:180px}.benefit-image-side{height:250px}.benefit-content-side h3{font-size:1.5rem}.craft-image-large{height:300px}}@media (max-width: 640px){.home-hero-title-ecommerce{font-size:1.6rem}.hero-main-img{height:300px}.hero-promo-badge{top:10px;right:10px;padding:.8rem}.promo-label{font-size:.65rem}.promo-value{font-size:1.2rem}.home-section-title{font-size:1.8rem}.section-mini-badge{font-size:.7rem;padding:.4rem 1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-hero-text-col>*{animation:fadeInUp .6s ease-out backwards}.home-hero-text-col>*:nth-child(1){animation-delay:.1s}.home-hero-text-col>*:nth-child(2){animation-delay:.2s}.home-hero-text-col>*:nth-child(3){animation-delay:.3s}.home-hero-text-col>*:nth-child(4){animation-delay:.4s}.home-hero-text-col>*:nth-child(5){animation-delay:.5s}html{scroll-behavior:smooth}*:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px}img{image-rendering:-webkit-optimize-contrast}.faq-question-heading{margin:0;font-size:1rem}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;padding:1.5rem;text-align:left;font-family:inherit}.faq-question-text{font-weight:600;color:var(--text-dark);font-size:1rem}.faq-item.open .faq-question-text{color:var(--primary-color)}.home-geo-structured{padding:60px 0;background:var(--background-light)}.home-geo-summary{background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center}.home-geo-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.geo-summary-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.geo-summary-item .geo-icon{font-size:2rem;color:var(--primary-color)}.geo-summary-item strong{font-size:1rem;color:var(--text-dark)}.geo-summary-item span{font-size:.9rem;color:var(--text-gray)}.geo-link-guide{margin-top:1.5rem}@media (max-width: 768px){.home-geo-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.home-geo-summary-grid{grid-template-columns:1fr}}.home-craft-section h2{font-size:1.8rem;margin-bottom:1rem;color:var(--primary-color)}.home-craft-text p{font-size:1.05rem;line-height:1.7;color:var(--text-gray);margin-bottom:1.5rem}.home-craft-features{display:flex;flex-wrap:wrap;gap:1.5rem}.craft-feature{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-dark)}.craft-feature .craft-icon{font-size:1.3rem;color:var(--primary-color)}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-bottom:10px;padding:.6rem 1.2rem;background:#fff;border-radius:12px;border:1px solid #eaeaea;box-shadow:0 2px 8px #00000008,0 1px 2px #00000005;max-width:fit-content;font-size:.9rem}.breadcrumbs a{color:#6b7280;text-decoration:none;font-weight:500;padding:.35rem .75rem;border-radius:8px;transition:all .2s ease-in-out}.breadcrumbs a:hover{color:var(--primary-dark);background-color:var(--bg-subtle);transform:translateY(0)}.breadcrumbs .separator{color:#d1d5db;font-size:1.1rem;line-height:1;margin-top:-2px;-webkit-user-select:none;user-select:none}.breadcrumbs span[aria-current=page]{color:var(--primary-color);font-weight:600;padding:.35rem .85rem;background-color:var(--bg-subtle);border:1px solid rgba(124,91,168,.15);border-radius:8px;letter-spacing:-.01em}.cp-page{background:var(--background);min-height:100vh}.cp-container{padding:60px 0}.cp-title{font-size:2.5rem;color:var(--text-dark);margin-bottom:3rem;font-weight:700}.cp-empty{padding:100px 0;text-align:center}.cp-empty-content{max-width:500px;margin:0 auto}.cp-empty-icon{font-size:5rem;margin-bottom:2rem;opacity:.3}.cp-empty h1{font-size:2rem;color:var(--text-dark);margin-bottom:1rem}.cp-empty p{color:var(--text-gray);font-size:1.1rem;margin-bottom:2rem}.cp-grid{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.cp-items{display:flex;flex-direction:column;gap:1.5rem}.cp-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow);display:grid;grid-template-columns:100px 1fr auto auto;gap:2rem;align-items:center;position:relative}.cp-item-image{width:100px;height:100px;background:var(--background-light);border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cp-item-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.cp-placeholder-image{font-size:3rem}.cp-item-details h3{color:var(--primary-color);font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.cp-item-attributes{margin:.5rem 0}.cp-item-attribute{margin:.25rem 0;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.cp-attribute-label{color:var(--text-gray);font-weight:500}.cp-attribute-value{display:inline-block;padding:.2rem .6rem;background:var(--accent-color);color:var(--primary-dark);border-radius:12px;font-weight:600;font-size:.85rem}.cp-item-description{color:var(--text-gray);font-size:.9rem;margin-bottom:.5rem}.cp-item-price{color:var(--text-dark);font-weight:600;font-size:1rem}.cp-item-quantity label{display:block;font-size:.9rem;color:var(--text-gray);margin-bottom:.5rem}.cp-quantity-controls{display:flex;flex-direction:column;gap:.5rem}.cp-quantity-items{display:flex;align-items:center;gap:.5rem;background:var(--background-light);padding:.3rem;border-radius:10px}.cp-qty-input::-webkit-inner-spin-button,.cp-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cp-qty-input{-moz-appearance:textfield}.cp-qty-btn{width:32px;height:32px;background:#fff;border:none;border-radius:8px;font-size:1.2rem;font-weight:600;color:var(--primary-color);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.cp-qty-btn:hover:not(:disabled){background:var(--primary-color);color:#fff;transform:scale(1.1)}.cp-qty-btn:disabled{opacity:.3;cursor:not-allowed}.cp-qty-input{width:50px;height:32px;text-align:center;border:none;background:#fff;border-radius:8px;font-weight:600;color:var(--text-dark);font-family:Poppins,sans-serif}.cp-item-subtotal{text-align:right}.cp-subtotal-label{font-size:.9rem;color:var(--text-gray);margin-bottom:.3rem}.cp-subtotal-amount{font-size:1.3rem;font-weight:700;color:var(--primary-color)}.cp-item-remove{background:transparent;border:none;color:#9ca3af;padding:4px 0;cursor:pointer;font-size:.8rem;font-weight:400;display:flex;align-items:center;gap:5px;transition:all .2s ease;width:fit-content;text-decoration:none;opacity:.8}.cp-item-remove:hover{color:#ef4444;opacity:1}.cp-item-remove span{border-bottom:1px solid transparent}.cp-item-remove:hover span{border-bottom:1px solid #ef4444}.cp-summary{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow);position:sticky;top:100px}.cp-summary h2{color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.cp-summary-line{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e5e5e5;color:var(--text-dark)}.cp-summary-line:last-of-type{border-bottom:none}.cp-free-shipping{color:var(--success);font-weight:700}.cp-shipping-notice{background:linear-gradient(135deg,var(--success) 0%,#22c55e 100%);padding:1rem;border-radius:10px;margin:1rem 0;color:#fff;border:1px solid rgba(255,255,255,.06)}.cp-shipping-notice p{margin:0;font-size:.9rem;color:#fff;font-weight:600}.cp-summary-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;margin-top:1rem;border-top:2px solid var(--primary-color);font-size:1.2rem;font-weight:700}.cp-total-amount{color:var(--primary-color);font-size:2rem}.cp-continue-shopping{display:block;text-align:center;color:var(--primary-color);text-decoration:none;margin-top:1rem;font-weight:500;transition:color .3s ease}.cp-continue-shopping:hover{color:var(--primary-dark)}.cp-payment-methods{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5}.cp-methods-title{font-size:.9rem;color:var(--text-gray);margin-bottom:1rem;text-align:center}.cp-methods-icons{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.cp-methods-icons span{font-size:.9rem;color:var(--text-dark)}.cp-secure-badge{text-align:center;color:var(--success);font-size:.85rem;font-weight:500;margin:0}.cp-guarantees{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.cp-guarantee{display:flex;align-items:center;gap:.8rem;padding:.5rem 0;color:var(--text-dark);font-size:.9rem}.cp-guarantee-icon{color:var(--success);font-weight:700}@media (max-width: 968px){.cp-grid{grid-template-columns:1fr}.cp-summary{position:static}.cp-item{grid-template-columns:80px 1fr;gap:1rem}.cp-item-image{width:80px;height:80px}.cp-item-details{grid-column:2}.cp-item-quantity{grid-column:1 / -1;margin-top:1rem}.cp-item-subtotal{grid-column:1 / -1;text-align:left;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}}@media (max-width: 640px){.cp-container{padding:40px 0}.cp-title{font-size:1.6rem}.cp-item,.cp-summary{padding:1.5rem}.cp-empty-icon{font-size:3rem}.cp-quantity-items,.cp-item-remove{width:100%}}.cart-remove-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2d2d2d99;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:1.25rem}.cart-remove-modal-content{background:#fff;width:100%;max-width:520px;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 10px 30px #0000001f;position:relative}.cart-remove-modal-header{display:flex;align-items:center;gap:.75rem}.cart-remove-modal-icon{font-size:1.35rem}.cart-remove-modal-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border:none;background:transparent;color:var(--text-gray);font-size:1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-remove-modal-body{margin-top:1rem;color:var(--text-dark)}.cart-remove-modal-actions .btn{padding:.6rem .9rem;border-radius:10px}.cp-coming-soon-banner{background:linear-gradient(135deg,#fff9e6,#fff3cc);border:2px solid #f0d060;border-radius:12px;padding:1.2rem;text-align:center;margin-bottom:1rem}.cp-coming-soon-banner p{color:#6b5a1e;margin:.25rem 0;font-size:.9rem}.checkout-page{background:linear-gradient(135deg,#fafbfc,#f5f7fa);min-height:100vh}.checkout-page .navbar,.checkout-page .nav-content{padding:.5rem 0}.checkout-page .logo{font-size:1.25rem}.checkout-container{padding:60px 2rem 80px}.checkout-title{font-size:2.5rem;color:var(--text-dark);margin-bottom:3rem;font-weight:800;text-align:center;letter-spacing:-.5px;position:relative}.checkout-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--primary-color);border-radius:2px}.checkout-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:3rem;align-items:start;max-width:1400px;margin:0 auto}.checkout-form{background:#fff;padding:4rem;border-radius:24px;box-shadow:0 1px 3px #0000000d,0 10px 40px #00000014,0 0 0 1px #00000005;transition:box-shadow .3s ease}.checkout-form:hover{box-shadow:0 1px 3px #0000000d,0 15px 50px #0000001f,0 0 0 1px #00000005}.checkout-form h2{color:var(--primary-color);font-size:1.5rem;margin-bottom:2.5rem;font-weight:700;letter-spacing:-.3px;display:flex;align-items:center;gap:.7rem}.checkout-form h2:before{content:"📍";font-size:1.6rem}.form-group{margin-bottom:1.8rem}.form-group label{display:block;margin-bottom:.6rem;color:var(--text-dark);font-weight:600;font-size:.95rem;letter-spacing:-.1px}.form-group input{width:100%;padding:1rem 1.2rem;border:2px solid #e8eaed;border-radius:12px;font-size:1rem;color:var(--text-dark);transition:all .3s ease;background:#fafbfc;font-family:inherit}.form-group input:hover{border-color:#d1d5db;background:#fff}.form-group input:focus{outline:none;border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 4px rgba(var(--primary-color-rgb, 10, 94, 88),.1),0 1px 2px #0000000d}.form-group input::placeholder{color:#9ca3af}.form-hint{display:block;font-size:.8rem;color:var(--text-gray);margin-top:.4rem;font-weight:400}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.btn{border:none;cursor:pointer;font-family:inherit;font-weight:600;transition:all .3s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:1.1rem 2rem;font-size:1.05rem;border-radius:14px;box-shadow:0 4px 14px #00000026,0 1px 3px #0000001a;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003,0 2px 4px #0000001a}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #00000026,0 1px 2px #0000001a}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-full{width:100%;margin-top:1rem}.secure-notice{text-align:center;color:var(--success);font-size:.9rem;margin-top:1.2rem;font-weight:600;letter-spacing:-.1px;display:flex;align-items:center;justify-content:center;gap:.5rem}.order-summary{background:#fff;padding:3.5rem;border-radius:24px;box-shadow:0 1px 3px #0000000d,0 10px 40px #00000014,0 0 0 1px #00000005;position:sticky;top:100px;border:2px solid rgba(var(--primary-color-rgb, 10, 94, 88),.08)}.order-summary h2{color:var(--primary-color);font-size:1.5rem;margin-bottom:2rem;font-weight:700;letter-spacing:-.3px;display:flex;align-items:center;gap:.7rem}.order-summary h2:before{content:"🛒";font-size:1.6rem}.summary-items{border-bottom:2px solid #f0f2f5;padding-bottom:1.5rem;margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;margin-bottom:.8rem;background:#fafbfc;border-radius:12px;align-items:center;transition:all .18s ease;min-height:64px}.summary-item:last-child{margin-bottom:0}.summary-item:hover{background:#f5f7fa;transform:translate(4px)}.summary-item-image{width:70px;height:70px;background:linear-gradient(135deg,#e8eaed,#f0f2f5);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;box-shadow:0 2px 8px #00000014}.summary-item-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.placeholder-icon{font-size:2.2rem}.summary-item-details{flex:1 1 auto;display:flex;flex-direction:column;gap:.4rem;min-width:0}.item-info{display:flex;flex-direction:column;gap:.25rem;flex:1 1 auto;min-width:0}.item-name{font-weight:700;color:var(--text-dark);font-size:1rem;letter-spacing:-.2px}.item-color-badge{display:inline-block;padding:.3rem .8rem;background:linear-gradient(135deg,var(--accent-color) 0%,#fff5e6 100%);color:var(--primary-dark);border-radius:12px;font-size:.75rem;font-weight:700;width:fit-content;letter-spacing:.3px;text-transform:uppercase;box-shadow:0 2px 4px #0000000d}.item-quantity-price{display:flex;justify-content:space-between;align-items:center}.item-qty{font-size:.9rem;color:var(--text-gray);font-weight:500}.item-price{font-weight:800;color:var(--primary-color);font-size:1.05rem;letter-spacing:-.3px;min-width:84px;text-align:right}.item-qty{color:var(--text-gray);font-weight:600}.summary-totals{margin-bottom:2rem;background:#fafbfc;padding:1.5rem;border-radius:14px}.summary-line{display:flex;justify-content:space-between;padding:.9rem 0;color:var(--text-dark);font-size:1rem;font-weight:500}.summary-line:first-child{padding-top:0}.summary-line .free{color:var(--success);font-weight:800;font-size:.9rem;letter-spacing:.5px}.checkout-shipping-notice{background:linear-gradient(135deg,var(--success) 0%,#22c55e 100%);padding:1rem;border-radius:10px;margin:1rem 0;color:#fff;border:1px solid rgba(255,255,255,.06)}.checkout-shipping-notice p{margin:0;font-size:.9rem;color:#fff;font-weight:600}.summary-total{display:flex;justify-content:space-between;padding:1.5rem 0 0;margin-top:1.2rem;border-top:3px solid var(--primary-color);font-size:1.5rem;font-weight:800;color:var(--primary-color);letter-spacing:-.5px}.summary-guarantees{background:linear-gradient(135deg,var(--accent-color) 0%,#fff5e6 100%);padding:1.8rem;border-radius:14px;margin-bottom:2rem;border:2px solid rgba(var(--primary-color-rgb, 10, 94, 88),.1);box-shadow:0 4px 12px #0000000d}.summary-guarantees p{margin:.7rem 0;color:var(--primary-dark);font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:.6rem}.summary-guarantees p:first-child{margin-top:0}.summary-guarantees p:last-child{margin-bottom:0}.back-to-cart{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-weight:600;transition:all .3s ease;padding:.8rem;border-radius:10px;font-size:.95rem}.back-to-cart:hover{color:var(--primary-dark);background:#fafbfc;transform:translate(-4px)}@media (max-width: 968px){.checkout-grid{grid-template-columns:1fr;gap:2rem}.order-summary{position:static;order:-1}.checkout-form,.order-summary{padding:2.5rem}}@media (max-width: 640px){.checkout-container{padding:40px 1rem 60px}.checkout-title{font-size:2rem;margin-bottom:2rem}.checkout-form,.order-summary{padding:2rem}.checkout-form h2,.order-summary h2{font-size:1.3rem}.form-row{grid-template-columns:1fr;gap:1.2rem}.summary-item{padding:1rem}.summary-item-image{width:60px;height:60px}.item-name{font-size:.95rem}.summary-total{font-size:1.3rem}}.checkout-page h1{text-align:center;font-size:2.8rem;color:var(--primary-color);margin:3rem 0 4rem;font-weight:800;letter-spacing:-.8px;position:relative;animation:fadeInDown .6s ease-out}.checkout-page h1:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:100px;height:5px;background:var(--primary-color);border-radius:3px}.checkout-page .container{max-width:1500px;margin:0 auto}.confirmation-info{background:#fff;padding:3.5rem;border-radius:24px;box-shadow:0 1px 3px #0000000d,0 15px 50px #0000001a,0 0 0 1px #00000005;margin-bottom:2.5rem;border-left:6px solid var(--success);animation:slideInUp .6s ease-out;position:relative;overflow:hidden}.confirmation-info:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--success),var(--primary-color))}.confirmation-info p{color:var(--text-dark);font-size:1.1rem;margin:1.5rem 0;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;border-bottom:2px solid #f5f7fa;transition:all .3s ease;font-weight:500}.confirmation-info p:hover{padding-left:1rem;color:var(--primary-color);background:#fafbfc;margin-left:-1rem;margin-right:-1rem;padding-right:1rem;border-radius:10px;border-bottom-color:transparent}.confirmation-info p:last-child{border-bottom:none}.confirmation-info strong{font-weight:700;color:var(--primary-dark);min-width:180px;letter-spacing:-.2px}.customer-meta{background:#fff;padding:3rem;border-radius:24px;margin-top:2.5rem;margin-bottom:2.5rem;box-shadow:0 1px 3px #0000000d,0 15px 50px #0000001a,0 0 0 1px #00000005;border-top:6px solid var(--primary-color);animation:slideInUp .7s ease-out .1s both}.customer-meta h3{color:var(--primary-color);font-size:1.6rem;margin-bottom:2rem;font-weight:800;display:flex;align-items:center;gap:.8rem;letter-spacing:-.5px}.customer-meta h3:before{content:"👤";font-size:1.7rem}.customer-meta p{color:var(--text-dark);font-size:1.05rem;margin:1.2rem 0;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fafbfc;border-radius:14px;transition:all .3s ease;border:2px solid #f0f2f5;font-weight:500}.customer-meta p:hover{background:#fff;border-color:var(--primary-color);transform:translate(6px);box-shadow:0 4px 12px #00000014}.customer-meta strong{font-weight:700;color:var(--primary-dark);min-width:150px;letter-spacing:-.2px}.order-details{background:#fff;padding:3.5rem;border-radius:24px;box-shadow:0 1px 3px #0000000d,0 15px 50px #0000001a,0 0 0 1px #00000005;margin:2.5rem 0;border-top:6px solid var(--primary-color);animation:slideInUp .8s ease-out .2s both}.order-details h2{color:var(--primary-color);font-size:1.7rem;margin-bottom:2.5rem;font-weight:800;display:flex;align-items:center;gap:.8rem;letter-spacing:-.5px}.order-details h2:before{content:"📦";font-size:1.9rem}.order-details p{color:var(--text-dark);font-size:1.1rem;margin:1.5rem 0;display:flex;justify-content:space-between;align-items:center;padding:1.3rem 1.8rem;background:#fafbfc;border-radius:14px;border-left:5px solid var(--primary-color);transition:all .3s ease;font-weight:500;box-shadow:0 2px 8px #0000000a}.order-details p:hover{transform:translate(6px);box-shadow:0 6px 20px #0000001a;background:#fff}.order-details p:last-child{margin-bottom:0}.order-details strong{font-weight:700;color:var(--primary-dark);min-width:180px;letter-spacing:-.2px}.order-items{background:#fff;padding:3.5rem;border-radius:24px;box-shadow:0 1px 3px #0000000d,0 15px 50px #0000001a,0 0 0 1px #00000005;margin:2.5rem 0;animation:slideInUp .9s ease-out .3s both;border-top:6px solid var(--success)}.order-items h2{color:var(--primary-color);font-size:1.7rem;margin-bottom:2.5rem;font-weight:800;display:flex;align-items:center;gap:.8rem;letter-spacing:-.5px}.order-items h2:before{content:"🛍️";font-size:1.9rem}.order-items ul{list-style:none;padding:0;margin:0;display:grid;gap:1.2rem}.order-items li{padding:1.8rem;background:#fafbfc;border-radius:16px;border-left:5px solid var(--success);color:var(--text-dark);font-size:1.05rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;box-shadow:0 3px 12px #0000000f;font-weight:600}.order-items li:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001f;border-left-color:var(--primary-color);background:#fff}.checkout-page .error{color:#c62828;background:#fff;padding:2rem;border-radius:18px;border-left:6px solid #c62828;margin:2rem 0;font-weight:600;font-size:1.05rem;animation:slideInUp .5s ease-out;box-shadow:0 1px 3px #0000000d,0 10px 30px #c628281a}.checkout-page h1~p{text-align:center;color:var(--text-gray);font-size:1.15rem;margin-top:1.5rem;font-weight:500}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.checkout-page h1{font-size:2.2rem;margin:2.5rem 0 3rem}.checkout-page .container{padding:2.5rem 1.5rem}.confirmation-info,.customer-meta,.order-details,.order-items{padding:2.5rem}.confirmation-info p,.order-details p{flex-direction:column;align-items:flex-start;gap:.8rem}.confirmation-info strong,.customer-meta strong,.order-details strong{min-width:auto}.customer-meta p{flex-direction:column;align-items:flex-start;gap:.6rem}.order-items li{flex-direction:column;align-items:flex-start;gap:.8rem}.customer-meta h3,.order-details h2,.order-items h2{font-size:1.4rem}}@media (max-width: 640px){.checkout-page h1{font-size:1.8rem;margin:2rem 0 2.5rem}.checkout-page .container{padding:2rem 1rem}.confirmation-info,.customer-meta,.order-details,.order-items{padding:2rem}.customer-meta h3,.order-details h2,.order-items h2{font-size:1.2rem}.confirmation-info p,.customer-meta p,.order-details p,.order-items li{font-size:.95rem;padding:1rem}.checkout-page a{width:100%;text-align:center;margin-top:2rem;padding:1.1rem 2rem}}.checkout-coming-soon{background:linear-gradient(135deg,#fff9e6,#fff3cc);border:2px solid #f0d060;border-radius:16px;padding:3rem 2rem;text-align:center}.coming-soon-icon{font-size:3rem;margin-bottom:1rem}.checkout-coming-soon h2{font-size:1.5rem;color:#8b6914;margin-bottom:1rem}.checkout-coming-soon p{color:#6b5a1e;line-height:1.7;margin-bottom:.5rem}.coming-soon-contact{margin-top:1.5rem;font-weight:500}.coming-soon-contact a{color:#8b6914;text-decoration:underline}.legal-page{background:var(--background-light);min-height:100vh;padding:40px 0}.legal-content{background:#fff;max-width:900px;margin:0 auto;padding:60px;border-radius:15px;box-shadow:0 5px 20px var(--shadow)}.legal-content h1{color:var(--primary-color);font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.last-update{color:var(--text-gray);font-size:.9rem;margin-bottom:3rem;font-style:italic}.legal-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #E5E5E5}.legal-section:last-of-type{border-bottom:none}.legal-section h2{color:var(--primary-color);font-size:1.8rem;margin-bottom:1.5rem;font-weight:600}.legal-section h3{color:var(--primary-dark);font-size:1.3rem;margin-top:2rem;margin-bottom:1rem;font-weight:600}.legal-section p{color:var(--text-dark);line-height:1.8;margin-bottom:1rem}.legal-section ul,.legal-section ol{color:var(--text-dark);line-height:1.8;margin-left:2rem;margin-bottom:1rem}.legal-section li{margin-bottom:.5rem}.legal-section strong{color:var(--primary-dark);font-weight:600}.legal-section a{color:var(--primary-color);text-decoration:underline;transition:color .3s ease}.legal-section a:hover{color:var(--primary-dark)}.legal-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--accent-color);text-align:center}.back-link{display:inline-block;color:var(--primary-color);font-weight:600;text-decoration:none;padding:.8rem 1.5rem;border:2px solid var(--primary-color);border-radius:25px;transition:all .3s ease}.back-link:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px var(--shadow-strong)}@media (max-width: 768px){.legal-content{padding:30px 20px}.legal-content h1{font-size:2rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}.legal-section ul,.legal-section ol{margin-left:1.5rem}}.tracking-page{background:#f7f9fc;min-height:100vh;padding:80px 24px 100px}.tracking-page .container{max-width:680px;margin:0 auto}.tracking-header{text-align:center;margin-bottom:48px}.status-badge.processing{background:#dbeafe;color:#1e40af}.status-badge.shipped,.status-badge.delivered{background:#d1fae5;color:#065f46}.delivered-banner{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #6ee7b7;border-radius:12px;padding:20px 24px;margin-bottom:32px}.delivered-banner svg{width:32px;height:32px;color:#065f46;flex-shrink:0}.delivered-banner strong{display:block;color:#065f46;font-size:16px;margin-bottom:4px}.delivered-banner p{margin:0;color:#047857;font-size:14px}.tracking-header h1{font-size:32px;font-weight:600;color:#0a0a0a;margin:0 0 8px;letter-spacing:-.02em}.tracking-header .order-number{font-size:15px;color:#6b7280;margin:0;font-weight:400}.status-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:32px;margin-bottom:24px;box-shadow:0 1px 2px #0000000d}.status-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.status-label{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#6b7280}.status-value{font-size:18px;font-weight:600;padding:6px 16px;border-radius:16px}.status-value.pending{background:#fef3c7;color:#92400e}.status-value.processing{background:#dbeafe;color:#1e40af}.status-value.shipped,.status-value.delivered{background:#d1fae5;color:#065f46}.status-date{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px}.status-date svg{width:16px;height:16px;stroke-width:2}.tracking-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:24px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.tracking-number{font-family:Monaco,Courier New,monospace;background:#f9fafb;padding:4px 12px;border-radius:6px;font-size:13px}.tracking-link-container{padding:16px 24px;background:#f9fafb;border-top:1px solid #f3f4f6}.tracking-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary-color, #6366f1);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}.tracking-link svg{width:16px;height:16px;stroke-width:2}.tracking-link:hover{color:var(--primary-dark, #4f46e5);gap:10px}.item-name{font-weight:500}.items-table tfoot{background:#fafbfc;border-top:1px solid #e5e7eb}.subtotal-row td,.shipping-row td{padding:12px 24px;font-size:14px;color:#6b7280}.shipping-row .free-shipping{color:#065f46;font-weight:700}.total-row td{padding:16px 24px;font-weight:600;font-size:15px;color:#0a0a0a;border-top:2px solid #e5e7eb}.total-amount{color:var(--primary-color, #6366f1);font-size:16px}.security-notice{display:flex;gap:12px;align-items:flex-start;background:#fef3c7;border-top:1px solid #fde68a;padding:16px 24px;margin:0}.security-notice svg{width:18px;height:18px;color:#92400e;flex-shrink:0;margin-top:1px;stroke-width:2}.security-notice p{font-size:13px;color:#92400e;margin:0;line-height:1.5}.error-state{text-align:center;padding:80px 24px}.error-icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fee2e2}.error-icon svg{width:32px;height:32px;color:#991b1b;stroke-width:2}.error-icon.delivered{background:#d1fae5}.error-icon.delivered svg{color:#065f46}.error-message{font-size:14px;color:#6b7280;margin:0 0 8px;line-height:1.5}.error-hint{font-size:14px;color:#6b7280;margin:0 0 32px;line-height:1.5}.btn-home{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:var(--primary-color, #6366f1);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:15px;transition:all .2s ease;border:1px solid var(--primary-color, #6366f1);cursor:pointer;margin-top:24px}@media (max-width: 768px){.tracking-page{padding:60px 16px 80px}.tracking-header{margin-bottom:36px}.tracking-header h1{font-size:26px}.status-badge{width:56px;height:56px;margin-bottom:16px}.status-badge svg{width:28px;height:28px}.status-card{padding:24px}.status-value{font-size:16px}.card-header{padding:16px 20px}.detail-row{padding:14px 20px;flex-direction:column;align-items:flex-start;gap:6px}.detail-value{text-align:left}.tracking-link-container{padding:14px 20px}.items-table th,.items-table td{padding:12px 16px}.items-table th{font-size:11px}.items-table td{font-size:13px}.item-quantity{width:60px}.total-row td{padding:14px 16px;font-size:14px}.total-amount{font-size:15px}.security-notice{padding:14px 20px}}@media (max-width: 640px){.tracking-page{padding:40px 12px 60px}.tracking-header h1{font-size:22px}.tracking-header .order-number{font-size:14px}.status-card{padding:20px}.status-main{flex-direction:column;align-items:flex-start;gap:12px}.status-value{font-size:15px}.card-header{padding:14px 16px}.card-header h2{font-size:14px}.detail-row,.tracking-link-container{padding:12px 16px}.items-table{font-size:12px}.items-table th,.items-table td{padding:10px 12px}.total-row td{padding:12px}.security-notice{padding:12px 16px;font-size:12px}.btn-home{padding:12px 20px;font-size:14px}}.confirmation-page{background:#f7f9fc;min-height:100vh;padding:80px 24px 100px}.confirmation-page .container{max-width:680px;margin:0 auto}.status-header{text-align:center;margin-bottom:48px}.status-badge{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:32px}.status-badge.success{background:#d1fae5;color:#065f46}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge svg{width:32px;height:32px;stroke-width:2.5}.status-header h1{font-size:32px;font-weight:600;color:#0a0a0a;margin:0 0 8px;letter-spacing:-.02em}.status-header .subtitle{font-size:15px;color:#6b7280;margin:0;font-weight:400;line-height:1.5}.status-header .subtitle strong{color:#0a0a0a;font-weight:500}.amount-display{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:32px;margin-bottom:24px;text-align:center;box-shadow:0 1px 2px #0000000d}.amount-label{display:block;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin-bottom:8px}.amount-value{display:block;font-size:48px;font-weight:600;color:#0a0a0a;letter-spacing:-.02em;line-height:1}.confirmation-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:24px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.card-header{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid #f3f4f6;background:#fafbfc}.card-header svg{width:20px;height:20px;color:#6b7280;stroke-width:2;flex-shrink:0}.card-header h2{font-size:15px;font-weight:600;color:#0a0a0a;margin:0;letter-spacing:-.01em}.card-body{padding:0}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #f3f4f6}.detail-row:last-child{border-bottom:none}.detail-label{font-size:14px;color:#6b7280;font-weight:400}.detail-value{font-size:14px;color:#0a0a0a;font-weight:500;text-align:right}.detail-value.amount-emphasis{font-size:16px;font-weight:600;color:var(--primary-color, #6366f1)}.detail-value.status-paid,.detail-value.status-succeeded,.detail-value.status-complete{color:#065f46;background:#d1fae5;padding:4px 12px;border-radius:12px;font-size:13px}.detail-value.status-pending{color:#92400e;background:#fef3c7;padding:4px 12px;border-radius:12px;font-size:13px}.detail-value.status-failed{color:#991b1b;background:#fee2e2;padding:4px 12px;border-radius:12px;font-size:13px}.detail-value.free-shipping{color:#065f46;font-weight:700;letter-spacing:.5px}.detail-row-total{border-top:2px solid #e5e7eb;margin-top:8px;padding-top:20px}.detail-row-total .detail-label{font-weight:600;color:#0a0a0a}.items-table{width:100%;border-collapse:collapse}.items-table thead{background:#fafbfc;border-bottom:1px solid #e5e7eb}.items-table th{padding:12px 24px;text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280}.items-table th:last-child,.items-table td:last-child{text-align:right}.items-table tbody tr{border-bottom:1px solid #f3f4f6}.items-table tbody tr:last-child{border-bottom:none}.items-table td{padding:16px 24px;font-size:14px;color:#0a0a0a}.item-description{font-weight:500}.item-quantity{color:#6b7280;text-align:center;width:80px}.item-price{font-weight:500;white-space:nowrap}.success-notice{display:flex;gap:12px;align-items:flex-start;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px 20px;margin-bottom:32px}.success-notice svg{width:20px;height:20px;color:#16a34a;flex-shrink:0;margin-top:2px;stroke-width:2}.success-notice p{font-size:14px;color:#166534;margin:0;line-height:1.5}.loading-state{text-align:center;padding:80px 24px}.loading-icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;animation:pulse 1.5s ease-in-out infinite}.loading-icon svg{width:32px;height:32px;color:#6b7280;stroke-width:2}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-state h1{font-size:24px;font-weight:600;color:#0a0a0a;margin:0 0 8px}.loading-state p{font-size:14px;color:#6b7280;margin:0}.error-state{text-align:center;padding:40px 24px}.error-state h1{font-size:24px;font-weight:600;color:#0a0a0a;margin:0 0 16px}.error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px 20px;margin:24px 0;font-size:14px;color:#991b1b;line-height:1.5;text-align:left}.error-hint{font-size:14px;color:#6b7280;margin:16px 0 0;line-height:1.5}.btn-home{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:var(--primary-color, #6366f1);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:15px;transition:all .2s ease;border:1px solid var(--primary-color, #6366f1);cursor:pointer}.btn-home svg{width:18px;height:18px;stroke-width:2}.btn-home:hover{background:var(--primary-dark, #4f46e5);border-color:var(--primary-dark, #4f46e5);transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-home:active{transform:translateY(0)}@media (max-width: 768px){.confirmation-page{padding:60px 16px 80px}.status-header{margin-bottom:36px}.status-header h1{font-size:26px}.status-badge{width:56px;height:56px;margin-bottom:16px}.status-badge svg{width:28px;height:28px}.amount-display{padding:24px}.amount-value{font-size:40px}.card-header{padding:16px 20px}.detail-row{padding:14px 20px;flex-direction:column;align-items:flex-start;gap:6px}.detail-value{text-align:left}.items-table th,.items-table td{padding:12px 16px}.items-table th{font-size:11px}.items-table td{font-size:13px}.item-quantity{width:60px}}@media (max-width: 640px){.confirmation-page{padding:40px 12px 60px}.status-header h1{font-size:22px}.status-header .subtitle{font-size:14px}.amount-value{font-size:36px}.card-header{padding:14px 16px}.card-header h2{font-size:14px}.detail-row{padding:12px 16px}.items-table{font-size:12px}.items-table th,.items-table td{padding:10px 12px}.success-notice{padding:14px 16px;font-size:13px}.btn-home{padding:12px 20px;font-size:14px}}.cookie-banner-overlay{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:2rem;pointer-events:none;animation:slideInUp .5s ease-out}.cookie-banner{max-width:1200px;margin:0 auto;background:#fff;border-radius:20px;padding:2rem 2.5rem;box-shadow:0 -2px 10px #0000000d,0 10px 40px #00000026,0 0 0 1px #0000000d;pointer-events:auto;border:2px solid rgba(0,0,0,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cookie-content{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem}.cookie-icon{font-size:2.5rem;flex-shrink:0;animation:rotate 2s ease-in-out infinite}@keyframes rotate{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.cookie-text{flex:1}.cookie-text h3{color:var(--primary-color);font-size:1.25rem;font-weight:700;margin:0 0 .8rem;letter-spacing:-.3px}.cookie-text p{color:var(--text-dark);font-size:.95rem;line-height:1.6;margin:0 0 .8rem;font-weight:500}.privacy-link{color:var(--primary-color);text-decoration:none;font-size:.9rem;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s ease}.privacy-link:hover{border-bottom-color:var(--primary-color)}.cookie-actions{display:flex;gap:1rem;justify-content:flex-end}.cookie-actions button{padding:.9rem 2rem;border:none;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:inherit;letter-spacing:-.1px}.btn-secondary{background:#f5f7fa;color:var(--text-dark);border:2px solid #e8eaed}.btn-secondary:hover{background:#e8eaed;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 14px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.btn-primary:active,.btn-secondary:active{transform:translateY(0)}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.cookie-banner-overlay{padding:1.5rem}.cookie-banner{padding:1.8rem}.cookie-content{flex-direction:column;gap:1rem;margin-bottom:1.2rem}.cookie-icon{font-size:2rem}.cookie-text h3{font-size:1.1rem}.cookie-text p{font-size:.9rem}.cookie-actions{flex-direction:column-reverse}.cookie-actions button{width:100%;padding:1rem}}@media (max-width: 480px){.cookie-banner-overlay{padding:1rem}.cookie-banner{padding:1.5rem;border-radius:16px}.cookie-text h3{font-size:1rem}.cookie-text p{font-size:.85rem}.cookie-actions button{font-size:.9rem;padding:.9rem}}:root{--primary-color: #7c5ba8;--primary-dark: #5f4684;--secondary-color: #b7a8d4;--accent-color: #e8dff5;--text-dark: #2d2d2d;--text-gray: #6b6b6b;--background: #ffffff;--background-light: #f9f7fc;--shadow: rgba(124, 91, 168, .1);--shadow-strong: rgba(124, 91, 168, .2)}.container-breadcrumbs-blog{margin-top:10px}.blog-page{font-family:Poppins,sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--background)}.blog-container{max-width:1200px;margin:0 auto;padding:0 2rem}.blog-hero{background:linear-gradient(135deg,var(--background-light) 0%,var(--accent-color) 100%);padding:80px 0;text-align:center}.blog-hero-content{max-width:800px;margin:0 auto}.blog-badge{display:inline-block;background:#fff;color:var(--primary-color);padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 2px 8px var(--shadow)}.blog-hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--text-dark)}.blog-hero-description{font-size:1.2rem;color:var(--text-gray);line-height:1.8;max-width:700px;margin:0 auto}.blog-articles{padding:80px 0;background:var(--background)}.blog-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.blog-article-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;height:100%}.blog-article-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px var(--shadow-strong)}.blog-article-image{background:linear-gradient(135deg,var(--accent-color) 0%,var(--secondary-color) 100%);height:300px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.blog-article-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.blog-article-card:hover .blog-article-image img{transform:scale(1.05)}.blog-article-content{padding:2rem;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.blog-article-category{display:inline-block;background:var(--accent-color);color:var(--primary-dark);padding:.3rem 1rem;border-radius:15px;font-size:.85rem;font-weight:600;margin-bottom:1rem;width:fit-content}.blog-article-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;line-height:1.3}.blog-article-description{color:var(--text-gray);line-height:1.7;margin-bottom:1.5rem;flex:1}.blog-article-cta{color:var(--primary-color);font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;position:relative;padding-bottom:.2rem;border-bottom:2px solid transparent;transition:all .3s ease}.blog-article-arrow{font-size:1.2rem;transition:transform .3s ease}.blog-article-card:hover .blog-article-cta{border-bottom-color:var(--primary-color);gap:.8rem}.blog-article-card:hover .blog-article-arrow{transform:translate(5px)}.blog-cta{padding:80px 0;background:var(--background-light)}.blog-cta-card{background:linear-gradient(135deg,var(--accent-color) 0%,white 100%);padding:60px 40px;border-radius:20px;box-shadow:0 10px 40px var(--shadow-strong);text-align:center;max-width:800px;margin:0 auto}.blog-cta-card h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.blog-cta-card p{font-size:1.2rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.7}.blog-btn{display:inline-block;padding:1rem 2rem;border-radius:30px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.blog-btn-primary{background:var(--primary-color);color:#fff;box-shadow:0 4px 15px var(--shadow-strong)}.blog-btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow-strong)}@media (max-width: 968px){.blog-hero-title{font-size:2.2rem}.blog-articles-grid{grid-template-columns:1fr;gap:2rem}.blog-cta-card{padding:40px 20px}.blog-cta-card h2{font-size:2rem}}@media (max-width: 768px){.blog-article-image{height:250px}}@media (max-width: 640px){.blog-hero{padding:40px 0}.blog-hero-title{font-size:1.8rem}.blog-hero-description{font-size:1rem}.blog-article-image{height:200px}}.container-breadcrumbs-cadeaux{margin-top:10px}.cadeaux-page{font-family:Poppins,sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--background)}.cadeaux-container{max-width:1200px;margin:0 auto;padding:0 2rem}.cadeaux-hero{background:linear-gradient(135deg,var(--background-light) 0%,var(--accent-color) 100%);padding:80px 0;text-align:center}.cadeaux-hero-content{max-width:800px;margin:0 auto}.cadeaux-badge{display:inline-block;background:#fff;color:var(--primary-color);padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 2px 8px var(--shadow)}.cadeaux-hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--text-dark)}.cadeaux-hero-description{font-size:1.2rem;color:var(--text-gray);line-height:1.8;max-width:700px;margin:0 auto}.cadeaux-guide-banner{padding:40px 0;background:var(--background)}.guide-banner-card{display:block;background:linear-gradient(135deg,#7c6aa0,#9b7bb8);border-radius:16px;padding:2rem 2.5rem;text-decoration:none;box-shadow:0 6px 24px #7c6aa04d;transition:transform .3s ease,box-shadow .3s ease}.guide-banner-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #7c6aa066}.guide-banner-content{text-align:center;max-width:600px;margin:0 auto}.guide-banner-badge{display:inline-block;background:#fff3;color:#fff;padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.guide-banner-card h2{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.guide-banner-card p{color:#ffffffe6;font-size:1rem;line-height:1.6;margin-bottom:1rem}.guide-banner-cta{display:inline-block;color:#fff;font-weight:600;font-size:.95rem;border-bottom:2px solid rgba(255,255,255,.5);padding-bottom:2px;transition:border-color .2s}.guide-banner-card:hover .guide-banner-cta{border-color:#fff}.cadeaux-articles{padding:80px 0;background:var(--background)}.cadeaux-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.cadeaux-article-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;height:100%}.cadeaux-article-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px var(--shadow-strong)}.cadeaux-article-image{background:linear-gradient(135deg,var(--accent-color) 0%,var(--secondary-color) 100%);height:300px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cadeaux-article-content{padding:2rem;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.cadeaux-article-category{display:inline-block;background:var(--accent-color);color:var(--primary-dark);padding:.3rem 1rem;border-radius:15px;font-size:.85rem;font-weight:600;margin-bottom:1rem;width:fit-content}.cadeaux-article-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;line-height:1.3}.cadeaux-article-description{color:var(--text-gray);line-height:1.7;margin-bottom:1.5rem;flex:1}.cadeaux-article-cta{color:var(--primary-color);font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;position:relative;padding-bottom:.2rem;border-bottom:2px solid transparent;transition:all .3s ease}.cadeaux-cta{padding:80px 0;background:var(--background-light)}.cadeaux-cta-card{background:linear-gradient(135deg,var(--accent-color) 0%,white 100%);padding:60px 40px;border-radius:20px;box-shadow:0 10px 40px var(--shadow-strong);text-align:center;max-width:800px;margin:0 auto}.cadeaux-cta-card h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.cadeaux-cta-card p{font-size:1.2rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.7}.cadeaux-btn{display:inline-block;padding:1rem 2rem;border-radius:30px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.cadeaux-btn-primary{background:var(--primary-color);color:#fff;box-shadow:0 4px 15px var(--shadow-strong)}.cadeaux-btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow-strong)}.facts-box{max-width:900px;margin:30px auto;padding:28px 32px;border-radius:20px;background:linear-gradient(135deg,white 0%,var(--background-light) 100%);box-shadow:0 6px 24px var(--shadow);border:1px solid var(--background-light);position:relative}.facts-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;background:linear-gradient(135deg,var(--accent-color),transparent 60%);opacity:.25;pointer-events:none}.featured-answer{font-size:1.15rem;font-weight:600;color:var(--text-dark);line-height:1.6;margin-bottom:14px}.facts-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.facts-list li{font-size:.98rem;color:var(--text-gray);padding-left:22px;position:relative}.facts-list li:before{content:"•";position:absolute;left:6px;top:0;color:var(--primary-color);font-weight:700}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width: 968px){.cadeaux-hero-title{font-size:2.2rem}.cadeaux-articles-grid{grid-template-columns:1fr;gap:2rem}.cadeaux-cta-card{padding:40px 20px}.cadeaux-cta-card h2{font-size:2rem}}@media (max-width: 768px){.cadeaux-article-image{height:250px}.facts-box{padding:20px;margin-top:20px}.featured-answer{font-size:1.05rem}}@media (max-width: 640px){.cadeaux-hero{padding:40px 0}.cadeaux-hero-title{font-size:1.8rem}.cadeaux-article-image{height:200px}}:root{--primary-color: #7c5ba8;--primary-dark: #5f4684;--secondary-color: #b7a8d4;--accent-color: #e8dff5;--text-dark: #2d2d2d;--text-gray: #6b6b6b;--background: #ffffff;--background-light: #f9f7fc;--success: #4caf50;--shadow: rgba(124, 91, 168, .1);--shadow-strong: rgba(124, 91, 168, .2)}.blog-article-page{font-family:Poppins,sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--background)}.article-hero{background:linear-gradient(135deg,var(--background-light) 0%,var(--accent-color) 100%);padding:60px 0 40px}.article-main-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--text-dark);max-width:900px}.article-intro{font-size:1.3rem;color:var(--text-gray);line-height:1.7;max-width:800px;font-weight:500}.article-content{padding:80px 0;background:var(--background)}.article-body{max-width:800px;margin:0 auto}.content-section{margin-bottom:3rem}.content-section h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;margin-top:2rem}.content-section h3{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem;margin-top:2rem}.content-section h4{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:.8rem;margin-top:1.5rem}.content-section p{font-size:1.1rem;color:var(--text-dark);line-height:1.9;margin-bottom:1.5rem}.highlight-box{background:var(--accent-color);padding:2rem;border-radius:15px;border-left:4px solid var(--primary-color);margin:2.5rem 0}.highlight-box h3{color:var(--primary-dark);margin-top:0}.highlight-box p{margin-bottom:0}.tips-list,.warning-list{list-style:none;padding:0;margin:1.5rem 0}.tips-list li{display:flex;align-items:flex-start;padding:.8rem 0;color:var(--text-dark);line-height:1.8;font-size:1.05rem}.tips-list li span{flex:1}.warning-list li{display:flex;align-items:center;padding:.8rem 0 .8rem 2.5rem;color:var(--text-dark);line-height:1.8;font-size:1.05rem}.usage-list-article{margin:2rem 0}.usage-item{display:flex;gap:1.5rem;margin-bottom:2rem;background:var(--background-light);padding:2rem;border-radius:15px;transition:all .3s ease}.usage-item:hover{box-shadow:0 5px 20px var(--shadow);transform:translateY(-3px)}.usage-number{display:flex;align-items:center;justify-content:center;width:50px;height:50px;min-width:50px;background:var(--primary-color);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700}.usage-content h4{color:var(--primary-color);font-size:1.3rem;margin-bottom:.8rem;margin-top:0}.usage-content p{color:var(--text-gray);line-height:1.8;margin-bottom:0}.occasions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.occasion-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 3px 15px var(--shadow);transition:all .3s ease}.occasion-card:hover{transform:translateY(-5px);box-shadow:0 6px 25px var(--shadow-strong)}.occasion-card h4{color:var(--primary-color);font-size:1.2rem;margin-bottom:.8rem;margin-top:0}.occasion-card p{color:var(--text-gray);line-height:1.7;margin-bottom:0;font-size:1rem}.comparison-table{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px var(--shadow);margin:2rem 0}.comparison-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:#e5e5e5}.comparison-header{background:var(--primary-color);color:#fff;padding:1.2rem;font-weight:700;font-size:1.1rem;text-align:center}.comparison-col{padding:1.2rem;font-weight:700;text-align:center;font-size:1.1rem}.comparison-col.green{background:#e8f5e9;color:var(--success)}.comparison-col.red{background:#ffebee;color:#e74c3c}.comparison-cell{background:#fff;padding:1rem 1.2rem;line-height:1.7;font-size:1rem}.comparison-cell.green{background:#f1f8f4}.comparison-cell.red{background:#fff5f5}.related-articles{background:var(--background-light);padding:2.5rem;border-radius:15px;margin:3rem 0}.related-articles h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem;margin-top:0}.related-links{display:flex;flex-direction:column;gap:1rem}.related-link{display:block;background:#fff;padding:1rem 1.5rem;border-radius:10px;text-decoration:none;color:var(--text-dark);font-weight:500;font-size:1.05rem;transition:all .3s ease;box-shadow:0 2px 10px var(--shadow)}.related-link:hover{background:var(--accent-color);color:var(--primary-color);transform:translate(10px)}.article-cta{background:linear-gradient(135deg,var(--accent-color) 0%,white 100%);padding:3rem;border-radius:20px;text-align:center;box-shadow:0 10px 40px var(--shadow-strong);margin:3rem 0}.article-cta h3{font-size:2rem;color:var(--text-dark);margin-bottom:1rem;margin-top:0}.article-cta p{font-size:1.1rem;color:var(--text-gray);margin-bottom:2rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:30px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:var(--primary-color);color:#fff;box-shadow:0 4px 15px var(--shadow-strong)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow-strong)}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 968px){.article-main-title{font-size:2.2rem}.content-section h2{font-size:1.7rem}.content-section h3{font-size:1.3rem}.comparison-row{grid-template-columns:1fr}.comparison-header,.comparison-col,.comparison-cell{text-align:left}.usage-item{flex-direction:column;gap:1rem}.occasions-grid{grid-template-columns:1fr}}@media (max-width: 640px){.article-hero{padding:40px 0 30px}.article-main-title{font-size:1.8rem}.article-intro{font-size:1.1rem}.content-section p{font-size:1rem}.highlight-box,.related-articles,.article-cta{padding:1.5rem}.usage-number{width:40px;height:40px;min-width:40px;font-size:1.2rem}}.container-breadcrumbs-product-list{margin-top:10px}.product-list-page{font-family:Poppins,sans-serif;color:var(--text-dark);background-color:var(--background-light);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.product-list-page .container{max-width:1400px;margin:0 auto;padding:0 2rem}.product-list-page .hero-section{background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:6.5rem 0;text-align:center;position:relative;overflow:hidden;border-bottom:none}.product-list-page .hero-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.product-list-page .hero-subtitle{color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.product-list-page .hero-badge{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--primary-color);font-weight:600;margin-bottom:1.5rem;padding:6px 16px;background:#fffffff2;border-radius:20px;box-shadow:0 4px 15px #00000026}.product-list-page .hero-divider{width:60px;height:3px;background:#fff;margin:2rem auto;border-radius:2px;opacity:.8}.product-list-page .hero-decorator{display:none}.product-list-page .products-section{margin-bottom:4rem;margin-top:-2rem;position:relative;z-index:10}.product-list-page .filters-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:0 10px 30px var(--shadow-strong);border:1px solid rgba(124,91,168,.08)}.product-list-page .filters-group{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.product-list-page .filter-label{font-size:.875rem;font-weight:600;color:var(--text-gray);margin-right:.25rem}.product-list-page .filter-btn{padding:.625rem 1.125rem;border:2px solid rgba(124,91,168,.15);background:var(--background);color:var(--text-gray);border-radius:100px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:Poppins,sans-serif}.product-list-page .filter-btn:hover{border-color:var(--secondary-color);color:var(--primary-color);background:var(--accent-color)}.product-list-page .filter-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 15px var(--shadow-strong)}.product-list-page .sort-group{display:flex;align-items:center;gap:.75rem}.product-list-page .sort-group label{font-weight:600;color:var(--text-dark);font-size:.875rem;white-space:nowrap}.product-list-page .sort-select{padding:.625rem 2.5rem .625rem 1rem;border:2px solid rgba(124,91,168,.15);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;background:var(--background) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right .75rem center;-moz-appearance:none;appearance:none;-webkit-appearance:none;color:var(--text-dark);font-family:Poppins,sans-serif}.product-list-page .sort-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--accent-color)}.product-list-page .shape-filters{display:flex;gap:.75rem;margin-bottom:1.75rem;justify-content:center;flex-wrap:wrap}.product-list-page .shape-filter{padding:.75rem 1.5rem;border:2px solid rgba(124,91,168,.15);background:var(--background);border-radius:100px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px var(--shadow);display:flex;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;color:var(--text-dark)}.product-list-page .shape-filter:hover{border-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 8px 25px var(--shadow-strong)}.product-list-page .shape-filter.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 6px 20px var(--shadow-strong)}.product-list-page .type-filters{display:flex;gap:.75rem;margin-bottom:1.75rem;justify-content:flex-start;flex-wrap:wrap;align-items:center}.product-list-page .type-filter-label{font-size:.875rem;font-weight:600;color:var(--text-gray)}.product-list-page .type-filter{padding:.75rem 1.25rem;border:2px solid rgba(124,91,168,.12);background:var(--background);border-radius:100px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 18px var(--shadow);display:inline-flex;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;color:var(--text-dark)}.product-list-page .type-filter:hover{border-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 10px 28px var(--shadow-strong)}.product-list-page .type-filter.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 6px 20px var(--shadow-strong)}.product-list-page .type-filter svg{width:18px;height:18px;color:var(--primary-color);transition:color .25s ease}.product-list-page .type-filter.active svg{color:#fff}.product-list-page .type-filter span{margin-left:.25rem}.product-list-page .products-count{font-size:.9375rem;color:var(--text-gray);margin-bottom:1.5rem;font-weight:500}.product-list-page .products-count strong{color:var(--primary-color);font-weight:700}.product-list-page .category-intro{background:linear-gradient(135deg,var(--background-light) 0%,white 100%);border:1px solid rgba(124,91,168,.1);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2.5rem;box-shadow:0 2px 8px var(--shadow)}.product-list-page .category-intro h2{color:var(--primary-color);font-size:1.5rem;font-weight:700;margin:0 0 1rem;line-height:1.3}.product-list-page .category-intro .intro-icon{margin-right:.5rem}.product-list-page .category-intro p{color:var(--text-dark);font-size:1rem;line-height:1.7;margin:0;max-width:100%}.product-list-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;margin-bottom:3rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000a;transition:all .3s cubic-bezier(.25,.8,.25,1);border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;height:100%;position:relative;cursor:pointer}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #7c5ba826;border-color:#7c5ba833}.product-image-container{position:relative;padding-top:100%;background:var(--background-light);overflow:hidden}.product-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.main-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .main-img{transform:scale(1.08)}.product-hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#7c5ba8bf;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:4}.product-hover-overlay span{color:#fff;font-weight:600;font-size:.95rem;padding:.5rem 1rem;border:2px solid white;border-radius:30px;text-transform:uppercase;letter-spacing:.05em}.product-card:hover .product-hover-overlay{opacity:1}.smart-badge{position:absolute;top:15px;left:15px;z-index:10;padding:6px 14px;border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 10px #0000001a}.promo-badge{background:linear-gradient(135deg,#ff6b6b,#ee5253);color:#fff}.badge-new{background:#fff;color:var(--primary-color)}.badge-bestseller{background:var(--warning);color:#fff}.product-details{padding:20px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.product-header{margin-bottom:15px}.product-name{font-size:1.15rem;font-weight:700;color:var(--text-dark);margin-bottom:5px;line-height:1.3}.product-subtitle{font-size:.9rem;color:var(--text-gray);margin:0;font-weight:400}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.price-block{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.old-price{font-size:.9rem;color:#a0a0a0;text-decoration:line-through;margin-bottom:2px;font-weight:500}.current-price{font-size:1.3rem;font-weight:800;color:var(--text-dark)}.current-price.is-promo{color:#e74c3c}.btn-quick-add{background:var(--primary-color);color:#fff;border:none;padding:10px 18px;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #7c5ba833}.btn-quick-add:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 15px #7c5ba84d}.btn-quick-add:disabled{background:#e0e0e0;color:#999;cursor:not-allowed;transform:none;box-shadow:none}.btn-icon{font-size:1.2rem}.out-of-stock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:5}.out-of-stock-overlay span{background:#333;color:#fff;padding:8px 16px;border-radius:4px;font-weight:700;font-size:.9rem}@media (max-width: 640px){.product-details{padding:15px}.product-name{font-size:1rem}.btn-quick-add{padding:8px 12px;font-size:.9rem}.btn-quick-add .btn-icon{display:none}.smart-badge{font-size:.75rem;padding:4px 10px}.product-hover-overlay{display:none}.product-list-page .type-filters{justify-content:space-around}}.product-list-page .product-badge{position:absolute;top:1rem;left:1rem;padding:.375rem .875rem;border-radius:100px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:10;box-shadow:var(--shadow-md)}.product-list-page .badge-new{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff}.product-list-page .badge-popular{background:linear-gradient(135deg,#ec4899,#f472b6);color:#fff}.product-list-page .badge-economy{background:linear-gradient(135deg,#0891b2,#22d3ee);color:#fff}.product-list-page .badge-gift-idea{background:linear-gradient(135deg,var(--warning) 0%,#fbbf24 100%);color:#fff}.product-list-page .badge-best-deal{background:linear-gradient(135deg,var(--success) 0%,#22c55e 100%);color:#fff}.product-list-page .discount-badge{position:absolute;top:1rem;right:1rem;background:#e74c3c;color:#fff;padding:.375rem .625rem;border-radius:100px;font-size:.75rem;font-weight:700;z-index:10;box-shadow:var(--shadow-md)}.product-list-page .product-image{position:relative;background:linear-gradient(180deg,var(--background-light) 0%,var(--accent-color) 100%);aspect-ratio:4 / 3;overflow:hidden}.product-list-page .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-list-page .product-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(124,91,168,.03) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.product-list-page .product-image .image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--background-light) 0%,var(--accent-color) 100%);padding:0;box-shadow:none;border-radius:0;max-width:none}.product-list-page .product-icon{font-size:4rem;opacity:.85;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.product-list-page .low-stock-indicator{position:absolute;bottom:.875rem;left:50%;transform:translate(-50%);background:#ff9800f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:.375rem 1rem;border-radius:100px;font-size:.75rem;font-weight:600;box-shadow:var(--shadow-md);white-space:nowrap}.product-list-page .out-of-stock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.02em}.product-list-page .product-info{padding:1.375rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.product-list-page .product-name{font-size:1.0625rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem;line-height:1.3;letter-spacing:-.01em}.product-list-page .product-color{font-size:.8125rem;color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.product-list-page .product-description{font-size:.875rem;color:var(--text-gray);line-height:1.6;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-list-page .product-footer{margin-top:auto}.product-list-page .price-section{display:flex;align-items:baseline;gap:.625rem;margin-bottom:1rem;flex-wrap:wrap}.product-list-page .old-price{font-size:.875rem;color:var(--text-gray);text-decoration:line-through;font-weight:500;opacity:.7}.product-list-page .current-price{font-size:1.5rem;font-weight:700;color:var(--primary-color);letter-spacing:-.02em}.product-list-page .savings{font-size:.75rem;color:var(--success);font-weight:700;background:#4caf501a;padding:.25rem .625rem;border-radius:100px}.product-list-page .product-actions{display:flex;gap:.625rem}.product-list-page .btn-add-cart{flex:1;padding:.875rem 1.25rem;background:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.01em;font-family:Poppins,sans-serif;box-shadow:0 4px 15px var(--shadow-strong)}.product-list-page .btn-add-cart:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-strong)}.product-list-page .btn-add-cart:active:not(:disabled){transform:translateY(0)}.product-list-page .btn-add-cart:disabled{background:var(--text-gray);cursor:not-allowed;opacity:.6;box-shadow:none}.product-list-page .no-products{text-align:center;padding:5rem 2rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:0 5px 20px var(--shadow);border:1px solid rgba(124,91,168,.05)}.product-list-page .no-products p{font-size:1.0625rem;color:var(--text-gray);margin-bottom:1.5rem}.product-list-page .btn-reset{padding:.875rem 2rem;background:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 4px 15px var(--shadow-strong)}.product-list-page .btn-reset:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow-strong)}.product-list-page .modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2d2d2db3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-list-page .modal-close{position:absolute;top:1.25rem;right:1.25rem;width:2.75rem;height:2.75rem;border:none;background:var(--accent-color);color:var(--primary-color);font-size:1.5rem;font-weight:300;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;line-height:1}.product-list-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.25rem}.product-list-page .spinner{width:48px;height:48px;border:3px solid var(--accent-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}.product-list-page .loading-container p{color:var(--text-gray);font-weight:500}@media (max-width: 1024px){.product-list-page .container{padding:0 1.5rem}.product-list-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 968px){.product-list-page .hero-title{font-size:2.2rem}.product-list-page .hero-subtitle{font-size:1rem}.product-list-page .hero-section{padding:3rem 0}.product-list-page .filters-bar{flex-direction:column;align-items:stretch;padding:1rem}.product-list-page .filters-group{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-list-page .filters-group::-webkit-scrollbar{display:none}.product-list-page .sort-group{flex-direction:row;justify-content:space-between}.product-list-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.product-list-page .modal-actions{flex-direction:column}.product-list-page .category-intro{padding:1.5rem;margin-bottom:2rem}.product-list-page .category-intro h2{font-size:1.25rem}.product-list-page .category-intro p{font-size:.9375rem}}@media (max-width: 640px){.product-list-page .container{padding:0 1rem}.product-list-page .hero-section{padding:2.5rem 0}.product-list-page .hero-title{font-size:1.8rem}.product-list-page .hero-subtitle{font-size:.95rem}.product-list-page .products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-list-page .shape-filters{gap:.5rem}.product-list-page .shape-filter{padding:.625rem 1rem;font-size:.875rem}.product-list-page .filter-btn{padding:.5rem .875rem;font-size:.8125rem}.product-list-page .filter-label,.product-list-page .type-filter-label{display:none}.product-list-page .type-filter{padding:.5rem .75rem;font-size:.8rem}.product-list-page .type-filter span{display:none}.product-list-page .category-intro{padding:1.25rem;margin-bottom:1.5rem}.product-list-page .category-intro h2{font-size:1.125rem;margin-bottom:.75rem}.product-list-page .category-intro p{font-size:.875rem;line-height:1.6}.product-list-page .product-info{padding:1.125rem 1.25rem 1.25rem}.product-list-page .product-icon{font-size:3.5rem}.product-list-page .product-icon-large{font-size:6rem}}@media (prefers-reduced-motion: reduce){.product-list-page *,.product-list-page *:before,.product-list-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.product-list-page .filter-btn:focus-visible,.product-list-page .shape-filter:focus-visible,.product-list-page .sort-select:focus-visible,.product-list-page .btn-add-cart:focus-visible,.product-list-page .btn-reset:focus-visible,.product-list-page .btn-buy-now:focus-visible,.product-list-page .btn-add-to-cart-modal:focus-visible{outline:3px solid var(--secondary-color);outline-offset:2px}.product-list-page .product-card:focus-visible{outline:3px solid var(--primary-color);outline-offset:4px}.product-list-page .modal-content{background:#fff;border-radius:var(--radius-xl);max-width:480px;width:100%;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1)}.product-list-page .modal-header{position:relative;padding:2rem 2rem 1.5rem;text-align:center;background:linear-gradient(135deg,var(--accent-color) 0%,white 100%)}.product-list-page .modal-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1rem}.product-list-page .modal-icon.success{background:var(--success);color:#fff;box-shadow:0 4px 15px #4caf504d}.product-list-page .modal-header h2{font-size:1.375rem;font-weight:700;color:var(--text-dark);margin:0}.product-list-page .modal-body{padding:1.5rem 2rem}.product-list-page .modal-content .modal-actions{display:flex;gap:.75rem;padding:0 2rem 2rem;margin-top:0}.product-list-page .added-product{display:flex;gap:1rem;padding:1rem;background:var(--background-light);border-radius:var(--radius-md);margin-bottom:1rem}.product-list-page .product-image-small{width:70px;height:70px;border-radius:var(--radius-sm);overflow:hidden;background:var(--accent-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-list-page .product-image-small img{width:100%;height:100%;object-fit:cover}.product-list-page .product-image-small span{font-size:2rem}.product-list-page .product-info-small{display:flex;flex-direction:column;justify-content:center;gap:.25rem}.product-list-page .product-name-small{font-weight:600;color:var(--text-dark);font-size:.9375rem;margin:0;line-height:1.3}.product-list-page .product-quantity{font-size:.8125rem;color:var(--text-gray);margin:0}.product-list-page .product-price-small{font-weight:700;color:var(--primary-color);font-size:1rem;margin:0}.product-list-page .cart-summary-modal{text-align:center;padding:.75rem;background:#7c5ba814;border-radius:var(--radius-sm)}.product-list-page .cart-summary-modal p{margin:0;font-weight:600;color:var(--text-dark);font-size:.9375rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-list-page .cart-icon{display:flex;align-items:center;justify-content:center}.product-list-page .modal-btn-secondary{flex:1;padding:.875rem 1rem;background:#fff;color:var(--text-dark);border:2px solid rgba(124,91,168,.2);border-radius:30px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.product-list-page .modal-btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.product-list-page .modal-btn-primary{flex:1;padding:.875rem 1rem;background:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 4px 15px var(--shadow-strong)}.product-list-page .modal-btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-strong)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-hero{height:280px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-lg);margin-bottom:2rem}.skeleton-filters{height:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-lg);margin-bottom:2rem}.skeleton-grid{margin-top:2rem}.skeleton-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000a}.skeleton-image{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{padding:20px}.skeleton-title{height:20px;width:80%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:10px}.skeleton-subtitle{height:14px;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:20px}.skeleton-footer{display:flex;justify-content:space-between;align-items:center}.skeleton-price{height:24px;width:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-button{height:40px;width:120px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px}.product-list-page .back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:var(--primary-color);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px var(--shadow-strong);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:100}.product-list-page .back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.product-list-page .back-to-top:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow-strong)}.product-list-page .back-to-top:focus-visible{outline:3px solid var(--secondary-color);outline-offset:2px}.btn-quick-add .btn-text-short{display:none}.btn-quick-add .btn-text-full{display:inline}@media (max-width: 1200px){.btn-quick-add .btn-text-short{display:inline}.btn-quick-add .btn-text-full{display:none}}@media (max-width: 640px){.product-list-page .back-to-top{bottom:1.5rem;right:1.5rem;width:44px;height:44px}}.product-list-page .modal-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border:none;background:var(--accent-color);color:var(--primary-color);border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;padding:0}.product-list-page .modal-close:hover{background:var(--primary-color);color:#fff;transform:rotate(90deg)}.product-list-page .modal-close:focus-visible{outline:3px solid var(--secondary-color);outline-offset:2px}.delivery-page{min-height:100vh;background:linear-gradient(135deg,var(--background-light) 0%,var(--accent-color) 100%);padding:80px 0}.delivery-container{max-width:1000px;margin:0 auto;padding:0 20px}.delivery-content{background:var(--background);border-radius:var(--radius-xl);padding:3rem;box-shadow:var(--shadow-2xl)}.delivery-title{font-size:2.5rem;color:var(--text-dark);margin-bottom:.5rem;text-align:center;font-weight:700}.delivery-subtitle{text-align:center;color:var(--text-gray);font-size:1.1rem;margin-bottom:3rem}.delivery-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:2px solid var(--accent-color)}.delivery-section:last-of-type{border-bottom:none;margin-bottom:2rem}.delivery-icon{font-size:3rem;text-align:center;margin-bottom:1rem}.delivery-section-title{font-size:1.8rem;color:var(--text-dark);margin-bottom:1.5rem;font-weight:600}.delivery-text{color:var(--text-gray);line-height:1.8;margin-bottom:1rem;font-size:1.05rem}.delivery-list{list-style:none;padding:0;margin:1.5rem 0}.delivery-list-item{padding:.75rem 1rem;margin-bottom:.5rem;background:var(--background-light);border-radius:var(--radius-sm);color:var(--text-gray);font-size:1.05rem;border-left:4px solid var(--primary-color);transition:all var(--transition-base)}.delivery-list-item:hover{background:var(--accent-color);transform:translate(5px)}.delivery-note{background:#fff3cd;border-left:4px solid var(--warning);padding:1rem 1.5rem;border-radius:var(--radius-md);color:#856404;margin-top:1rem;font-size:.95rem;box-shadow:var(--shadow-sm)}.delivery-timeline{margin:2rem 0}.delivery-timeline-step{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.delivery-timeline-number{min-width:50px;height:50px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:var(--shadow-lg)}.delivery-timeline-content{flex:1}.delivery-timeline-title{font-size:1.3rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.delivery-timeline-text{font-size:1.1rem;color:var(--primary-color);font-weight:600;margin-bottom:.25rem}.delivery-timeline-detail{color:var(--text-gray);font-size:.95rem}.delivery-warning{background:#fff3cd;border:2px solid var(--warning);padding:1.25rem 1.5rem;border-radius:var(--radius-md);color:#856404;margin-top:2rem;line-height:1.6;box-shadow:var(--shadow-sm)}.delivery-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.delivery-price-card{background:linear-gradient(135deg,var(--background-light) 0%,var(--accent-color) 100%);border-radius:var(--radius-lg);padding:2rem;text-align:center;border:3px solid transparent;transition:all var(--transition-base);box-shadow:var(--shadow-md)}.delivery-price-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-card-hover)}.delivery-price-card-highlight{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);border-color:var(--primary-dark)}.delivery-price-badge{background:var(--background);color:var(--primary-color);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.delivery-price-badge-free{background:gold;color:var(--text-dark)}.delivery-price-amount{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin:1rem 0}.delivery-price-card-highlight .delivery-price-amount{color:#fff}.delivery-price-detail{color:var(--text-gray);font-size:.95rem}.delivery-price-card-highlight .delivery-price-detail{color:#ffffffe6}.delivery-faq{margin-top:2rem}.delivery-faq-item{background:var(--background-light);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:1.5rem;border-left:4px solid var(--primary-color);transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.delivery-faq-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.delivery-faq-question{font-size:1.15rem;color:var(--text-dark);margin-bottom:.75rem;font-weight:600}.delivery-faq-answer{color:var(--text-gray);line-height:1.7;margin:0}.delivery-section-contact{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);border-radius:var(--radius-lg);padding:2.5rem;text-align:center;border:none;margin-bottom:2rem;box-shadow:var(--shadow-xl)}.delivery-section-contact .delivery-section-title{color:#fff;margin-bottom:1rem}.delivery-section-contact .delivery-text{color:#ffffffe6;font-size:1.1rem}.delivery-contact{margin-top:1.5rem}.delivery-contact-button{display:inline-block;background:#fff;color:var(--primary-color);padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all var(--transition-base);box-shadow:var(--shadow-lg)}.delivery-contact-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl);background:var(--background-light)}.delivery-footer{text-align:center;padding-top:2rem}.delivery-back-link{display:inline-block;color:var(--primary-color);text-decoration:none;font-size:1.1rem;font-weight:500;transition:all var(--transition-base);padding:.75rem 1.5rem;border-radius:25px}.delivery-back-link:hover{background:var(--background-light);color:var(--primary-dark);transform:translate(-5px)}@media (max-width: 768px){.delivery-page{padding:40px 0}.delivery-content{padding:2rem 1.5rem}.delivery-title{font-size:2rem}.delivery-subtitle{font-size:1rem}.delivery-section-title{font-size:1.5rem}.delivery-timeline-step{flex-direction:column;gap:1rem}.delivery-pricing{grid-template-columns:1fr}.delivery-icon{font-size:2.5rem}}@media (max-width: 640px){.delivery-page{padding:40px 0}.delivery-container{padding:0 1rem}.delivery-content{padding:1.5rem 1rem;border-radius:var(--radius-lg)}.delivery-title{font-size:1.8rem}.delivery-section{margin-bottom:2rem;padding-bottom:2rem}.delivery-section-contact{padding:2rem 1.5rem}}.retractation-page{background-color:var(--background-light);min-height:80vh;padding:60px 20px;display:flex;justify-content:center;align-items:center}.retractation-container{background:var(--background);max-width:600px;width:100%;padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.retractation-container h1{color:var(--primary-color);margin-bottom:20px;font-size:1.8rem}.intro-text{color:var(--text-gray);margin-bottom:30px}.retractation-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.9rem;font-weight:600;color:var(--text-dark)}.form-group input{padding:12px;border:1px solid var(--accent-color);border-radius:var(--radius-sm);font-family:inherit;transition:var(--transition-fast)}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--shadow)}.legal-notice{background:var(--background-light);padding:15px;border-radius:var(--radius-md);font-size:.85rem;color:var(--text-gray);border-left:4px solid var(--secondary-color)}.btn-primary{background-color:var(--primary-color);color:#fff;border:none;padding:15px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:var(--transition-base)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.success-message{text-align:center;color:var(--success);font-weight:600}.product-page{font-family:Poppins,sans-serif;color:var(--text-dark);background-color:var(--background-light);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.product-page .container{max-width:1400px;margin:0 auto;padding:2rem}.product-page .btn-back{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--background);color:var(--primary-color);border:2px solid rgba(124,91,168,.15);border-radius:100px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;font-family:Poppins,sans-serif}.product-page .btn-back:hover{border-color:var(--primary-color);background:var(--accent-color);transform:translate(-3px)}.product-page .product-detail-container{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem;background:transparent;border:none;box-shadow:none}.product-page .product-gallery-section{position:sticky;top:100px;display:flex;flex-direction:column;gap:20px}.product-page .gallery-main-wrapper{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(180deg,var(--background-light) 0%,var(--accent-color) 100%);border:1px solid rgba(124,91,168,.05);aspect-ratio:1/1;box-shadow:0 10px 30px var(--shadow-strong)}.product-page .main-image-frame{width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:zoom-in}.product-page .main-img-display{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.product-page .gallery-main-wrapper:hover .main-img-display{transform:scale(1.1)}.product-page .product-badge{position:absolute;top:1.5rem;left:1.5rem;padding:.5rem 1rem;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:10;box-shadow:var(--shadow-md)}.product-page .badge-new{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff}.product-page .badge-popular{background:linear-gradient(135deg,#ec4899,#f472b6);color:#fff}.product-page .badge-economy{background:linear-gradient(135deg,#0891b2,#22d3ee);color:#fff}.product-page .badge-gift-idea{background:linear-gradient(135deg,var(--warning) 0%,#fbbf24 100%);color:#fff}.product-page .badge-best-deal{background:linear-gradient(135deg,var(--success) 0%,#22c55e 100%);color:#fff}.product-page .discount-pill{position:absolute;top:1.5rem;right:1.5rem;background:#e74c3c;color:#fff;padding:.5rem .875rem;border-radius:100px;font-size:.875rem;font-weight:700;z-index:10;box-shadow:var(--shadow-md)}.product-page .zoom-hint{position:absolute;bottom:1.5rem;right:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-dark);opacity:0;transition:all .3s ease;pointer-events:none;box-shadow:var(--shadow-sm)}.product-page .gallery-main-wrapper:hover .zoom-hint{opacity:1;transform:scale(1.1)}.product-page .gallery-thumbnails{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.product-page .thumbnail-item{aspect-ratio:1/1;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:#fff;box-shadow:var(--shadow-sm)}.product-page .thumbnail-item img{width:100%;height:100%;object-fit:cover;opacity:.6;transition:opacity .2s}.product-page .thumbnail-item:hover img{opacity:1}.product-page .thumbnail-item.active{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}.product-page .thumbnail-item.active img{opacity:1}.product-page .product-info-section{background:var(--background);padding:2.5rem;border-radius:var(--radius-xl);border:1px solid rgba(124,91,168,.05);box-shadow:0 10px 30px var(--shadow-strong);display:flex;flex-direction:column;gap:1.5rem}.product-page .product-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-page .product-title{font-size:2rem;font-weight:700;color:var(--text-dark);letter-spacing:-.02em;line-height:1.2;margin:0}.product-page .shape-indicator{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--accent-color);color:var(--primary-color);border-radius:50%;font-size:1.25rem;flex-shrink:0}.product-page .variant-tag{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:.5rem 1.25rem;border-radius:100px;font-size:.875rem;font-weight:600;width:fit-content}.product-page .variant-icon{font-size:1rem}.product-page .product-description{font-size:1rem;line-height:1.8;color:var(--text-gray);margin:0}.product-page .price-section{background:var(--background-light);padding:1.5rem 2rem;border-radius:var(--radius-lg);border-left:4px solid var(--primary-color)}.product-page .old-price{font-size:1.125rem;color:var(--text-gray);text-decoration:line-through;display:block;margin-bottom:.25rem;opacity:.7}.product-page .discount-text{font-size:.875rem;color:var(--success);font-weight:700;display:block;margin-bottom:.5rem}.product-page .current-price{font-size:2.5rem;font-weight:700;color:var(--primary-color);letter-spacing:-.02em}.product-page .product-features{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}.product-page .feature-item{display:flex;align-items:center;gap:.875rem;font-size:.9375rem;color:var(--text-dark);font-weight:500}.product-page .feature-icon{color:var(--success);font-weight:700;font-size:1.125rem;width:1.5rem;text-align:center;flex-shrink:0}.product-page .stock-info{padding:1rem 1.5rem;background:var(--background-light);border-radius:var(--radius-md);display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-page .in-stock{color:var(--success);font-weight:700;font-size:.9375rem}.product-page .urgency{color:var(--warning);font-weight:600;font-size:.875rem;background:#ff98001a;padding:.25rem .75rem;border-radius:100px}.product-page .out-of-stock{color:#e74c3c;font-weight:700;font-size:.9375rem}.product-page .quantity-selector{display:flex;align-items:center;gap:1rem}.product-page .quantity-selector label{font-weight:600;color:var(--text-dark);font-size:.9375rem}.product-page .quantity-controls{display:flex;align-items:center;border:2px solid rgba(124,91,168,.15);border-radius:100px;overflow:hidden;background:var(--background)}.product-page .quantity-btn{width:44px;height:44px;border:none;background:var(--background);color:var(--primary-color);font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif}.product-page .quantity-btn:hover:not(:disabled){background:var(--accent-color)}.product-page .quantity-btn:disabled{opacity:.4;cursor:not-allowed}.product-page .quantity-controls input{width:60px;height:44px;border:none;border-left:2px solid rgba(124,91,168,.15);border-right:2px solid rgba(124,91,168,.15);text-align:center;font-size:1rem;font-weight:600;color:var(--text-dark);font-family:Poppins,sans-serif;background:var(--background)}.product-page .quantity-controls input:focus{outline:none;background:var(--accent-color)}.product-page .quantity-controls input:disabled{opacity:.5;cursor:not-allowed}.product-page .quantity-controls input::-webkit-inner-spin-button,.product-page .quantity-controls input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-page .quantity-controls input[type=number]{-moz-appearance:textfield}.product-page .action-buttons{display:flex;gap:1rem;margin-top:.5rem}.product-page .btn-buy-now{flex:1;padding:1.125rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 4px 15px var(--shadow-strong)}.product-page .btn-buy-now:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow-strong)}.product-page .btn-add-to-cart{flex:1;padding:1.125rem 1.5rem;background:var(--background);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center;gap:.625rem}.product-page .btn-add-to-cart:hover:not(:disabled){background:var(--primary-color);color:#fff}.product-page .btn-buy-now:disabled,.product-page .btn-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-page .btn-buy-now:active:not(:disabled),.product-page .btn-add-to-cart:active:not(:disabled){transform:translateY(0)}.product-page .add-confirmation{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:var(--success);color:#fff;border-radius:var(--radius-md);font-weight:600;font-size:.9375rem;animation:slideInUp .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 15px #4caf504d}.product-page .confirmation-icon{width:24px;height:24px;background:#fff;color:var(--success);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.product-page .trust-indicators{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem 0 0;margin-top:1rem;border-top:1px solid rgba(124,91,168,.1)}.product-page .trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;padding:.75rem;background:var(--background-light);border-radius:var(--radius-md)}.product-page .trust-item svg{font-size:1.5rem;color:var(--primary-color)}.product-page .trust-item span{font-size:.8125rem;color:var(--text-gray);font-weight:500}.product-page .product-details-section{background:var(--background);border-radius:var(--radius-xl);padding:3rem;box-shadow:0 10px 30px var(--shadow-strong);margin-bottom:3rem;border:1px solid rgba(124,91,168,.05)}.product-page .product-details-section h2{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem;letter-spacing:-.02em}.product-page .details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;background:var(--background-light);border-radius:var(--radius-lg)}.product-page .detail-item{display:flex;flex-direction:column;gap:.25rem}.product-page .detail-item strong{font-size:.8125rem;color:var(--text-gray);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-page .detail-item span{font-size:1rem;color:var(--text-dark);font-weight:500}.product-page .product-description-long h3{font-size:1.375rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.01em}.product-page .product-description-long p{font-size:1rem;line-height:1.8;color:var(--text-gray);margin-bottom:1rem}.product-page .product-description-long p:last-child{margin-bottom:0}.product-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.25rem}.product-page .spinner{width:48px;height:48px;border:3px solid var(--accent-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:50vh;padding:3rem 2rem;background:var(--background);border-radius:var(--radius-xl);box-shadow:0 10px 30px var(--shadow-strong)}.product-page .error-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.7}.product-page .error-container h2{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.product-page .error-container p{font-size:1rem;color:var(--text-gray);margin-bottom:2rem;max-width:400px}.product-page .btn-back-home{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2rem;background:var(--primary-color);color:#fff;border:none;border-radius:30px;font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 4px 15px var(--shadow-strong)}.product-page .btn-back-home:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow-strong)}@media (max-width: 1024px){.product-page .container{padding:1.5rem}.product-page .product-detail-container{gap:2rem}.product-page .product-info-section{padding:2.5rem 2rem 2rem}}@media (max-width: 968px){.product-page .product-detail-container{grid-template-columns:1fr}.product-page .product-gallery-section{position:static;margin-bottom:20px}.product-page .product-info-section{padding:2rem 1.75rem 1.75rem}.product-page .product-title{font-size:1.75rem}.product-page .trust-indicators{grid-template-columns:1fr}}@media (max-width: 640px){.product-page .container{padding:1rem}.product-page .gallery-thumbnails{gap:8px;overflow-x:auto;padding-bottom:5px}.product-page .thumbnail-item{min-width:60px}.product-page .main-image-frame{pointer-events:none}.product-page .product-title{font-size:1.5rem}.product-page .current-price{font-size:2rem}.product-page .action-buttons{flex-direction:column}}.related-nav{background:var(--background);border:1px solid var(--accent-color);border-radius:var(--radius-md);padding:2rem;margin:3rem 0}.related-nav__heading{font-size:1.375rem;font-weight:600;color:var(--text-dark);margin:0 0 1.5rem;padding-bottom:.5rem;position:relative}.related-nav__heading:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:var(--primary-color)}.related-nav__grid{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.related-nav__grid-item{position:relative}.related-nav__card{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;color:var(--text-dark);text-decoration:none;font-size:.9375rem;font-weight:500;background:var(--background);border:1px solid transparent;border-radius:var(--radius-sm);transition:all var(--transition-base);position:relative}.related-nav__card-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--primary-color);transition:all var(--transition-base);flex-shrink:0}.related-nav__card-icon svg{width:18px;height:18px}.related-nav__card-text{flex:1;transition:transform var(--transition-base)}.related-nav__card:hover,.related-nav__card:focus{background:var(--background-light);border-color:var(--accent-color);color:var(--primary-dark);box-shadow:var(--shadow-sm)}.related-nav__card:hover .related-nav__card-icon,.related-nav__card:focus .related-nav__card-icon{color:var(--primary-dark);transform:translate(4px)}.related-nav__card:hover .related-nav__card-text,.related-nav__card:focus .related-nav__card-text{transform:translate(2px)}.related-nav__card:active{transform:scale(.99)}.related-nav__card:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-color:var(--primary-color)}.related-nav__card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--bg-subtle);opacity:0;transition:opacity var(--transition-base);border-radius:var(--radius-sm);pointer-events:none}.related-nav__card:hover:before{opacity:1}@media (max-width: 768px){.related-nav{padding:1.5rem;margin:2rem 0}.related-nav__heading{font-size:1.25rem;margin-bottom:1.25rem}.related-nav__card{padding:.75rem .875rem;font-size:.9rem}.related-nav__card-icon svg{width:16px;height:16px}}@media (max-width: 480px){.related-nav{padding:1.25rem;border-radius:var(--radius-sm)}.related-nav__heading{font-size:1.15rem}.related-nav__grid{gap:.375rem}.related-nav__card{font-size:.875rem;gap:.625rem}}.related-nav--bordered .related-nav__card{border-left:3px solid transparent}.related-nav--bordered .related-nav__card:hover,.related-nav--bordered .related-nav__card:focus{border-left-color:var(--primary-color)}.related-nav--compact{padding:1.5rem}.related-nav--compact .related-nav__heading{font-size:1.25rem;margin-bottom:1rem}.related-nav--compact .related-nav__card{padding:.625rem .875rem;font-size:.875rem}.related-nav--elevated{box-shadow:var(--shadow-md);border-color:transparent}.related-nav--elevated .related-nav__card:hover{box-shadow:var(--shadow-lg)}.related-nav--accent{background:linear-gradient(135deg,var(--background-light) 0%,var(--background) 100%);border-color:var(--secondary-color)}.related-nav--accent .related-nav__card:hover{background:var(--accent-color);border-color:var(--primary-color)}@media print{.related-nav{border:1px solid #ccc;background:var(--background);page-break-inside:avoid;box-shadow:none}.related-nav__card{border:none;padding:.5rem 0;color:var(--text-dark);gap:.5rem}.related-nav__card:before{display:none}.related-nav__card-icon{color:var(--text-dark)}.related-nav__card:hover,.related-nav__card:focus{background:transparent;transform:none;box-shadow:none}}@media (prefers-color-scheme: dark){.related-nav{background:var(--primary-dark);border-color:#ffffff1a}.related-nav__heading{color:var(--background-light)}.related-nav__heading:after{background:var(--secondary-color)}.related-nav__card{background:#ffffff08;color:#ffffffe6}.related-nav__card-icon{color:var(--background-light)}.related-nav__card:hover,.related-nav__card:focus{background:#ffffff0f;border-color:#ffffff26;color:var(--background)}.related-nav__card:hover .related-nav__card-icon,.related-nav__card:focus .related-nav__card-icon{color:var(--background)}.related-nav__card:before{background:#7c5ba814}}.cadeau-article-page{background-color:var(--background);min-height:100vh}.article-container{max-width:800px;margin:0 auto;padding:20px;font-family:Poppins,sans-serif;line-height:1.6;color:var(--text-dark)}.container-breadcrumbs-cadeaux{padding:20px 20px 0}.article-header{margin-bottom:40px;padding-top:20px}.article-header h1{font-size:clamp(1.75rem,5vw,2.2rem);margin-bottom:16px;line-height:1.2;color:var(--text-dark);font-weight:700}.article-cta-link{margin:0 0 30px;font-size:.95rem}.inline-cta-link{color:var(--primary-color);text-decoration:none;font-weight:600;border-bottom:2px solid var(--primary-color);transition:all var(--transition-fast);padding-bottom:2px}.inline-cta-link:hover{color:var(--primary-dark);border-bottom-color:var(--primary-dark);transform:translate(4px)}.featured-snippet{background:linear-gradient(135deg,var(--accent-color) 0%,var(--background-light) 100%);padding:24px;border-radius:var(--radius-md);margin-bottom:40px;border-left:5px solid var(--primary-color);box-shadow:var(--shadow-sm)}.featured-snippet p{margin:0;font-weight:500;font-size:1.05rem;color:var(--text-dark);line-height:1.7}.article-intro{margin-bottom:40px}.article-intro p{font-size:1.05rem;line-height:1.8;color:var(--text-gray);margin-bottom:16px}.article-section{margin:50px 0}.article-section h2{font-size:1.6rem;margin-bottom:20px;color:var(--text-dark);font-weight:700;line-height:1.3}.article-section p{font-size:1.05rem;line-height:1.8;color:var(--text-gray);margin-bottom:16px}.expertise-section{background:var(--background-light);padding:30px;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.table-responsive{overflow-x:auto;margin-top:20px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.comparison-table{width:100%;border-collapse:collapse;font-size:.95rem;background:#fff}.comparison-table caption{padding:12px;font-weight:600;color:var(--primary-color);text-align:left}.comparison-table th,.comparison-table td{padding:16px;border:1px solid #e5e5e5;text-align:left;vertical-align:top}.comparison-table thead tr{background:var(--accent-color)}.comparison-table thead th{font-weight:700;color:var(--text-dark);font-size:1rem}.comparison-table .highlight-col{color:var(--primary-color);font-weight:700;background:var(--background-light)}.comparison-table tbody th{font-weight:600;color:var(--text-dark);background:var(--background-light)}.comparison-table tbody td{color:var(--text-gray);line-height:1.6}.comparison-table tbody tr:hover{background:var(--bg-subtle)}.occasions-list{padding-left:0;list-style:none;display:flex;flex-direction:column;gap:16px}.occasions-list li{padding:16px;background:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-xs);border-left:4px solid var(--primary-color);transition:all var(--transition-fast);line-height:1.7}.occasions-list li:hover{transform:translate(4px);box-shadow:var(--shadow-md)}.occasions-list li strong{color:var(--primary-color);font-weight:700;display:block;margin-bottom:4px}.cta-box{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);padding:40px;border-radius:var(--radius-lg);margin:50px 0;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.cta-box h2{margin-top:0;font-size:1.6rem;color:#fff;font-weight:700;margin-bottom:16px;position:relative;z-index:1}.cta-box p{color:#fffffff2;line-height:1.8;font-size:1.05rem;margin-bottom:24px;position:relative;z-index:1}.cta-button-wrapper{text-align:center;margin-top:24px;position:relative;z-index:1}.cta-button{display:inline-block;background:#fff;color:var(--primary-color)!important;padding:16px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all var(--transition-base);box-shadow:var(--shadow-lg)}.cta-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-2xl);background:var(--accent-color)}.faq-section{margin:50px 0;background:var(--background-light);padding:40px;border-radius:var(--radius-lg)}.faq-section h2{text-align:center;margin-bottom:32px;color:var(--text-dark)}.faq-item{margin-bottom:16px;background:#fff;border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-xs);transition:all var(--transition-fast)}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-item summary{cursor:pointer;font-weight:600;padding:20px;-webkit-user-select:none;user-select:none;transition:all var(--transition-fast);color:var(--text-dark);display:flex;align-items:center;gap:12px;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:before{content:"→";color:var(--primary-color);font-weight:700;font-size:1.4rem;transition:transform var(--transition-fast);display:inline-block}.faq-item[open] summary:before{transform:rotate(90deg)}.faq-item summary:hover{background:var(--bg-subtle);color:var(--primary-color)}.faq-item p{padding:0 20px 20px;margin:0;color:var(--text-gray);line-height:1.8;animation:fadeIn var(--transition-base)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ai-summary-box{margin:50px 0;padding:32px;background:#fff;border:2px dashed var(--secondary-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.ai-summary-box h2{font-size:1.3rem;margin-top:0;margin-bottom:20px;color:var(--primary-color);display:flex;align-items:center;gap:12px}.ai-summary-box h2 .ai-icon{font-size:1.6rem;color:var(--accent-color);display:inline-flex;align-items:center}.ai-summary-box ul{padding-left:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:12px}.ai-summary-box li{padding:12px 16px;background:var(--background-light);border-radius:var(--radius-sm);color:var(--text-dark);line-height:1.7;border-left:3px solid var(--primary-color);font-size:.95rem}.ai-summary-box li strong{color:var(--primary-color);font-weight:700}.internal-links{margin-top:60px;padding-top:40px;border-top:2px solid var(--accent-color)}.internal-links h3{font-size:1.4rem;margin-bottom:24px;color:var(--text-dark);font-weight:700}.internal-links ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.internal-links li{margin:0}.internal-links a{display:block;padding:16px 20px;background:#fff;color:var(--text-dark);text-decoration:none;border-radius:var(--radius-sm);box-shadow:var(--shadow-xs);transition:all var(--transition-fast);font-weight:500;border-left:4px solid transparent}.internal-links a:hover{color:var(--primary-color);border-left-color:var(--primary-color);transform:translate(4px);box-shadow:var(--shadow-md)}.internal-links a:after{content:" →";opacity:0;transition:opacity var(--transition-fast)}.internal-links a:hover:after{opacity:1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.inline-cta-link:focus,.cta-button:focus,.faq-item summary:focus,.internal-links a:focus{outline:3px solid var(--primary-color);outline-offset:3px}.home-info-box{background:#fff;padding:24px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:32px;border-left:5px solid var(--primary-color);transition:all var(--transition-fast)}.home-info-box:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.home-info-box p{font-size:1.05rem;color:var(--text-dark);line-height:1.8;margin:0}.product-featured{margin:50px 0;padding:32px;background:linear-gradient(135deg,var(--background-light) 0%,white 100%);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--accent-color)}.product-featured h2{margin-top:0;margin-bottom:24px;font-size:1.5rem;font-weight:700;color:var(--text-dark)}.product-featured-card{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center;background:#fff;border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.product-featured-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-featured-img{width:100%;height:220px;object-fit:cover;border-radius:var(--radius-md);background:var(--background-light);box-shadow:var(--shadow-xs)}.product-featured-info h3{margin:0 0 10px;font-size:1.3rem;font-weight:700;color:var(--text-dark);line-height:1.3}.product-featured-info .price{font-size:1.25rem;font-weight:700;color:var(--primary-color);margin:8px 0 16px}.product-featured-info p{margin:0;display:flex;flex-wrap:wrap;gap:14px;align-items:center}.product-featured-info .btn-cta{display:inline-block;background:var(--primary-color);color:#fff;padding:12px 22px;border-radius:40px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all var(--transition-fast);box-shadow:var(--shadow-sm)}.product-featured-info .btn-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.product-featured-info .btn-link{color:var(--primary-color);text-decoration:none;font-weight:600;font-size:.95rem;border-bottom:2px solid transparent;padding-bottom:2px;transition:all var(--transition-fast)}.product-featured-info .btn-link:hover{border-bottom-color:var(--primary-color);transform:translate(3px)}@media (max-width: 968px){.article-container{padding:16px}.container-breadcrumbs-cadeaux{padding:16px 16px 0}.article-header{margin-bottom:32px;padding-top:16px}.article-header h1{font-size:1.6rem}.article-section h2{font-size:1.4rem}.featured-snippet{padding:20px}.comparison-table{font-size:.85rem}.comparison-table th,.comparison-table td{padding:12px 8px}.cta-box{padding:32px 24px}.cta-box h2{font-size:1.4rem}.internal-links ul{grid-template-columns:1fr}.expertise-section{padding:24px 20px}}@media (max-width: 768px){.article-header h1{font-size:1.5rem}.article-section{margin:40px 0}.article-section h2{font-size:1.3rem;margin-bottom:16px}.featured-snippet p{font-size:1rem}.cta-button{padding:14px 32px;font-size:1rem}.faq-section,.ai-summary-box{padding:24px 16px}.ai-summary-box h2{font-size:1.1rem}.product-featured{padding:24px 18px}.product-featured-card{grid-template-columns:1fr;text-align:center}.product-featured-img{height:200px;max-width:320px;margin:0 auto}.product-featured-info p{justify-content:center}}@media (max-width: 640px){.article-container{padding:12px}.container-breadcrumbs-cadeaux{padding:12px 12px 0}.article-header h1{font-size:1.4rem;line-height:1.3}.article-intro p,.article-section p{font-size:1rem}.occasions-list li{padding:12px;font-size:.95rem}.comparison-table th,.comparison-table td{padding:10px 6px;font-size:.8rem}.cta-box{padding:24px 16px;margin:40px 0}.cta-button{width:100%;padding:12px 24px}.internal-links{margin-top:40px;padding-top:32px}.product-featured h2{font-size:1.3rem}.product-featured-info h3,.product-featured-info .price{font-size:1.15rem}.product-featured-info .btn-cta{width:100%;text-align:center}}@media print{.article-container{max-width:100%}.inline-cta-link,.cta-box,.internal-links{display:none}.article-header h1,.article-section h2{page-break-after:avoid}.comparison-table{page-break-inside:avoid}}.apropos-page{background:var(--background)}.a-propos-bc-container{margin-top:10px}.apropos-container{max-width:1200px;margin:0 auto;padding:0 20px}.apropos-hero{background:var(--bg-subtle);text-align:center;padding:80px 0}.apropos-hero-title{font-size:2.8rem;font-weight:800;color:var(--primary-dark);margin-bottom:1rem}.apropos-hero-subtitle{font-size:1.2rem;color:var(--text-gray);max-width:700px;margin:0 auto;line-height:1.7}.apropos-story{padding:80px 0}.apropos-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.apropos-story-text h2{font-size:2rem;color:var(--primary-dark);margin-bottom:1.5rem}.apropos-story-text p{color:var(--text-gray);line-height:1.8;margin-bottom:1rem}.apropos-story-visual img{width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);object-fit:cover}.apropos-artisan{background:var(--background-light);padding:80px 0;text-align:center}.apropos-artisan-photo{width:160px;height:160px;border-radius:50%;object-fit:contain;box-shadow:0 10px 30px var(--shadow-strong);margin-bottom:1.5rem;background-color:#fff}.apropos-artisan h2{font-size:2rem;color:var(--primary-dark);margin-bottom:1rem}.apropos-artisan-text{max-width:700px;margin:0 auto;color:var(--text-gray);line-height:1.8;text-align:justify}.apropos-craft{padding:80px 0}.apropos-craft-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.apropos-craft-visual img{width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.apropos-craft-text h2{font-size:2rem;color:var(--primary-dark);margin-bottom:1.5rem}.apropos-craft-text ul{list-style:none;padding:0}.apropos-craft-text li{margin-bottom:.8rem;color:var(--text-gray);font-weight:500}.apropos-values{background:var(--background-light);padding:80px 0}.apropos-values-title{text-align:center;font-size:2.3rem;color:var(--primary-dark);margin-bottom:3rem}.apropos-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.apropos-value-card{background:var(--background);padding:2.5rem 2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md);transition:transform var(--transition-bounce),box-shadow var(--transition-bounce)}.apropos-value-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card-hover)}.apropos-value-icon{font-size:2.5rem;display:block;margin-bottom:1rem;color:var(--primary-color)}.apropos-value-card h3{font-size:1.3rem;color:var(--primary-dark);margin-bottom:.8rem}.apropos-value-card p{color:var(--text-gray);line-height:1.6}@media (max-width: 968px){.apropos-story-grid,.apropos-craft-grid{grid-template-columns:1fr;gap:40px}.apropos-values-grid{grid-template-columns:1fr}.apropos-hero-title{font-size:2.2rem}}.nf-page{font-family:Poppins,sans-serif;background:var(--background);color:var(--text-dark);min-height:70vh;display:flex;align-items:center}.nf-container{max-width:1000px;margin:0 auto;padding:60px 20px 80px;width:100%}.nf-hero{text-align:center;margin-bottom:50px}.nf-badge{display:inline-block;background:var(--accent-color);color:var(--primary-dark);padding:6px 14px;border-radius:999px;font-size:.85rem;font-weight:600;margin-bottom:18px;box-shadow:0 4px 12px var(--shadow)}.nf-title{font-size:2.6rem;font-weight:700;margin-bottom:12px}.nf-subtitle{font-size:1.1rem;color:var(--text-gray);max-width:680px;margin:0 auto;line-height:1.7}.nf-card{background:#fff;border-radius:22px;padding:36px 32px;box-shadow:0 10px 40px var(--shadow);margin-bottom:40px}.nf-card-title{font-size:1.5rem;font-weight:700;margin-bottom:24px;text-align:center}.nf-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.nf-link-card{text-decoration:none;border-radius:16px;padding:20px;background:linear-gradient(135deg,var(--background-light) 0%,var(--accent-color) 100%);transition:all .25s ease;display:flex;flex-direction:column;gap:6px}.nf-link-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px var(--shadow-strong)}.nf-link-title{font-weight:700;color:var(--text-dark);font-size:1rem}.nf-link-desc{font-size:.9rem;color:var(--text-gray)}.nf-cta{text-align:center;padding:34px 28px;border-radius:22px;background:linear-gradient(135deg,var(--accent-color) 0%,white 100%);box-shadow:0 10px 40px var(--shadow-strong)}.nf-cta-title{font-size:1.6rem;font-weight:700;margin-bottom:10px}.nf-cta-text{color:var(--text-gray);margin-bottom:20px;line-height:1.7}.nf-button{display:inline-block;padding:12px 26px;border-radius:999px;background:var(--primary-color);color:#fff;font-weight:600;text-decoration:none;transition:all .25s ease;box-shadow:0 6px 18px var(--shadow-strong)}.nf-button:hover{background:var(--primary-dark);transform:translateY(-2px)}@media (max-width: 768px){.nf-title{font-size:2rem}.nf-card{padding:26px 20px}}.guide-lavande-page{background:linear-gradient(180deg,#fdfcfb,#f5f3f0);min-height:100vh;padding-bottom:4rem}.guide-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.guide-header{text-align:center;margin-bottom:3rem;padding-top:1rem}.guide-badge{display:inline-block;background:linear-gradient(135deg,#7c6aa0,#9b7bb8);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.guide-header h1{font-size:clamp(1.8rem,4vw,2.5rem);color:#2d2a3e;margin-bottom:1.25rem;line-height:1.3;font-weight:700}.guide-intro-text{font-size:1.1rem;color:#5a5a6e;line-height:1.7;max-width:700px;margin:0 auto 1.5rem}.guide-cta-link{margin-top:1rem}.inline-cta-link{color:#7c6aa0;font-weight:600;text-decoration:none;transition:color .2s}.inline-cta-link:hover{color:#5a4a7a;text-decoration:underline}.guide-toc{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:3rem;box-shadow:0 2px 12px #0000000f;border:1px solid #e8e6f0}.guide-toc h2{font-size:1.1rem;color:#2d2a3e;margin-bottom:1rem;font-weight:600}.guide-toc ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem}.guide-toc li{counter-increment:toc}.guide-toc a{display:block;padding:.5rem 0;color:#5a5a6e;text-decoration:none;font-size:.95rem;transition:color .2s}.guide-toc a:before{content:counter(toc) ". ";color:#7c6aa0;font-weight:600}.guide-toc a:hover{color:#7c6aa0}.featured-snippet{background:linear-gradient(135deg,#f8f6fb,#f0eef5);border-left:4px solid #7c6aa0;padding:1.5rem;border-radius:0 12px 12px 0;margin-bottom:3rem}.featured-snippet p{font-size:1.05rem;line-height:1.7;color:#3d3a4e;margin:0}.guide-section{margin-bottom:3.5rem}.guide-section h2{font-size:1.5rem;color:#2d2a3e;margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem;font-weight:700}.section-icon{color:#7c6aa0;font-size:1.25rem}.guide-section p{font-size:1rem;line-height:1.8;color:#4a4a5e;margin-bottom:1.25rem}.guide-info-box{background:#fff;border-radius:12px;padding:1.5rem;margin:1.5rem 0;box-shadow:0 2px 12px #0000000f;border:1px solid #e8e6f0}.guide-info-box h3{font-size:1.1rem;color:#2d2a3e;margin-bottom:1rem}.guide-info-box ul{list-style:none;padding:0;margin:0}.guide-info-box li{padding:.75rem 0;border-bottom:1px solid #f0eef5;line-height:1.6;color:#4a4a5e}.guide-info-box li:last-child{border-bottom:none}.guide-comparison-table{overflow-x:auto;margin:1.5rem 0}.guide-comparison-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.guide-comparison-table th,.guide-comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid #f0eef5}.guide-comparison-table th{background:#f8f6fb;font-weight:600;color:#2d2a3e;font-size:.9rem}.guide-comparison-table .highlight-col{background:linear-gradient(135deg,#7c6aa0,#9b7bb8);color:#fff}.guide-comparison-table td{color:#4a4a5e;font-size:.95rem}.guide-comparison-table tr:last-child td{border-bottom:none}.guide-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.guide-benefit-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000000f;border:1px solid #e8e6f0}.guide-benefit-card h3{font-size:1.1rem;color:#2d2a3e;margin-bottom:.75rem;font-weight:600}.guide-benefit-card p{margin:0;font-size:.95rem;line-height:1.7}.guide-facts-box{background:linear-gradient(135deg,#fff9e6,#fff5d6);border-radius:12px;padding:1.5rem;margin:2rem 0;border-left:4px solid #e6b800}.guide-facts-box .featured-answer{margin:0;font-size:1rem;line-height:1.7;color:#5a5030}.guide-usage-list{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.guide-usage-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000000f;border:1px solid #e8e6f0}.guide-usage-item h3{font-size:1.1rem;color:#2d2a3e;margin-bottom:.75rem;font-weight:600}.guide-usage-item p{margin:0 0 .75rem;font-size:.95rem}.guide-usage-item p:last-child{margin-bottom:0}.usage-tip{background:#f8f6fb;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;color:#5a5a6e;font-style:italic}.guide-checklist{background:#fff;border-radius:12px;padding:1.5rem;margin:1.5rem 0;box-shadow:0 2px 12px #0000000f;border:1px solid #e8e6f0}.guide-checklist h3{font-size:1.1rem;color:#2d2a3e;margin-bottom:1rem}.guide-checklist ul{list-style:none;padding:0;margin:0}.guide-checklist li{padding:.75rem 0 .75rem 2rem;position:relative;border-bottom:1px solid #f0eef5;line-height:1.6;color:#4a4a5e}.guide-checklist li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.guide-checklist li:last-child{border-bottom:none}.guide-warning-box{background:#fff5f5;border-radius:12px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid #e57373}.guide-warning-box h3{font-size:1.1rem;color:#c62828;margin-bottom:1rem}.guide-warning-box ul{list-style:none;padding:0;margin:0}.guide-warning-box li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#5a4a4a;line-height:1.6}.guide-warning-box li:before{content:"✗";position:absolute;left:0;color:#e57373;font-weight:700}.guide-steps{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.guide-step{display:flex;gap:1.25rem;align-items:flex-start}.step-number{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#7c6aa0,#9b7bb8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.step-content{flex:1;background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 12px #0000000f;border:1px solid #e8e6f0}.step-content h3{font-size:1.05rem;color:#2d2a3e;margin-bottom:.5rem;font-weight:600}.step-content p{margin:0;font-size:.95rem;line-height:1.7}.faq-section .faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 12px #0000000f;border:1px solid #e8e6f0;overflow:hidden}.faq-section .faq-item summary{padding:1.25rem;cursor:pointer;font-weight:600;color:#2d2a3e;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-section .faq-item summary:after{content:"+";font-size:1.5rem;color:#7c6aa0;transition:transform .2s}.faq-section .faq-item[open] summary:after{transform:rotate(45deg)}.faq-section .faq-item summary::-webkit-details-marker{display:none}.faq-section .faq-item p{padding:0 1.25rem 1.25rem;margin:0;color:#4a4a5e;line-height:1.7}.cluster-section p{margin-bottom:1.5rem}.cluster-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.cluster-link-card{background:#fff;border-radius:12px;padding:1.25rem;text-decoration:none;box-shadow:0 2px 12px #0000000f;border:1px solid #e8e6f0;transition:transform .2s,box-shadow .2s}.cluster-link-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.cluster-link-card h3{font-size:1rem;color:#2d2a3e;margin-bottom:.5rem;font-weight:600}.cluster-link-card p{font-size:.9rem;color:#5a5a6e;margin-bottom:.75rem;line-height:1.5}.cluster-link-cta{font-size:.85rem;color:#7c6aa0;font-weight:600}.guide-cta-box{background:linear-gradient(135deg,#7c6aa0,#9b7bb8);border-radius:16px;padding:2.5rem;text-align:center;margin:3rem 0}.guide-cta-box h2{color:#fff;font-size:1.5rem;margin-bottom:1rem;justify-content:center}.guide-cta-box p{color:#ffffffe6;font-size:1.05rem;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button-wrapper{display:flex;justify-content:center}.cta-button{display:inline-block;background:#fff;color:#7c6aa0;padding:.9rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.ai-summary-box{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;padding:1.5rem;border-left:4px solid #4caf50}.ai-summary-box h2{font-size:1.1rem;color:#2e7d32;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.ai-icon{color:#4caf50}.ai-summary-box ul{list-style:none;padding:0;margin:0}.ai-summary-box li{padding:.4rem .5rem;color:#3a5a3a;line-height:1.6;font-size:.95rem}.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}@media (max-width: 768px){.guide-container{padding:1.5rem 1rem}.guide-header h1{font-size:1.6rem}.guide-toc ol,.guide-benefits-grid,.cluster-links-grid{grid-template-columns:1fr}.guide-cta-box{padding:1.5rem}.guide-step{flex-direction:column;align-items:center;text-align:center}.step-content{width:100%}}
