.classic-theme{--bg:#FAF7F2;--bg-warm:#F4EEE5;--bg-card:#FFFFFF;--bg-dark:#1A1714;--text:#1A1714;--text-soft:#5C5650;--text-muted:#9B9590;--text-on-dark:#FAF7F2;--text-on-dark-soft:rgba(250,247,242,0.6);--border:rgba(26,23,20,0.08);--border-strong:rgba(26,23,20,0.15);--accent:#7B2FA0;--accent-soft:rgba(123,47,160,0.1);--accent-hover:#6A2490;--green:#4A7C59;--green-soft:rgba(74,124,89,0.1);--rose-soft:rgba(196,91,114,0.08);--gold:#C4A24E;--gold-soft:rgba(196,162,78,0.1);--serif:"Lora",serif;--sans:"DM Sans",sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(0.16,1,0.3,1);--radius:16px;--radius-sm:10px;--shadow-md:0 8px 30px rgba(26,23,20,0.08);--shadow-hover:0 16px 48px rgba(26,23,20,0.14);--shadow-lg:0 20px 60px rgba(26,23,20,0.12);font-family:var(--sans);color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}.classic-theme *,.classic-theme :after,.classic-theme :before{box-sizing:border-box}.classic-theme .container{max-width:1280px;margin:0 auto;padding:0 32px}.classic-theme .announcement{background:var(--bg-dark);color:var(--text-on-dark);text-align:center;padding:10px 16px;font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.classic-theme .announcement a{color:var(--text-on-dark);text-decoration:none;font-weight:500}.classic-theme .announcement .pulse-dot{display:inline-block;width:6px;height:6px;background:#22C55E;border-radius:50%;margin-right:8px;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(34,197,94,.4)}50%{opacity:.8;box-shadow:0 0 0 4px rgba(34,197,94,0)}}.classic-theme nav{position:sticky;top:0;z-index:100;background:rgba(250,247,242,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.classic-theme .nav-inner{max-width:1280px;margin:0 auto;padding:0 32px;height:72px;display:flex;align-items:center;justify-content:space-between}.classic-theme .nav-left{display:flex;align-items:center;gap:40px}.classic-theme .logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}.classic-theme .logo-mark{width:36px;height:36px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;color:white;font-family:var(--serif);font-size:18px;font-weight:600}.classic-theme .logo-text{font-family:var(--serif);font-size:18px;font-weight:500;letter-spacing:-.01em}.classic-theme .nav-menu{display:flex;gap:28px;list-style:none;margin:0;padding:0}.classic-theme .nav-menu a{font-size:14px;color:var(--text-soft);text-decoration:none;font-weight:400;transition:color .2s}.classic-theme .nav-menu a:hover{color:var(--accent)}.classic-theme nav{position:relative}.classic-theme .nav-menu>li.has-mega{position:static}.classic-theme .mega-menu{position:absolute;top:100%;left:0;right:0;background:var(--bg-card,var(--bg));border-bottom:1px solid var(--border);box-shadow:0 20px 60px rgba(26,23,20,.1);padding:32px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .3s var(--ease);z-index:200}.classic-theme .has-mega:hover .mega-menu,.classic-theme .mega-menu:hover{opacity:1;visibility:visible;transform:translateY(0)}.classic-theme .mega-header{display:flex;align-items:center;justify-content:space-between;margin:0 auto 20px;max-width:1280px}.classic-theme .mega-header h3{font-family:var(--serif);font-size:20px;font-weight:400}.classic-theme .mega-header a{font-size:12px;font-weight:500;color:var(--accent);text-decoration:none}.classic-theme .mega-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.classic-theme .mega-item{text-decoration:none;color:var(--text);border-radius:var(--radius-sm,10px);overflow:hidden;border:1px solid var(--border);transition:all .3s var(--ease);display:block}.classic-theme .mega-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md,0 8px 24px rgba(0,0,0,.08));border-color:transparent}.classic-theme .mega-item-img{width:100%;aspect-ratio:1;overflow:hidden}.classic-theme .mega-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.classic-theme .mega-item:hover .mega-item-img img{transform:scale(1.08)}.classic-theme .mega-item-info{padding:12px 14px}.classic-theme .mega-item-name{font-size:13px;font-weight:500;letter-spacing:-.01em}.classic-theme .mega-item-desc{font-size:11px;color:var(--text-muted,var(--text-soft));margin-top:2px;font-weight:300}@media (max-width:900px){.classic-theme .mega-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.classic-theme .mega-menu{display:none}}.classic-theme .nav-right{display:flex;align-items:center;gap:20px}.classic-theme .nav-right a,.classic-theme .nav-right button{color:var(--text-soft);text-decoration:none;background:none;border:none;cursor:pointer;font-size:14px;transition:color .2s}.classic-theme .nav-right a:hover,.classic-theme .nav-right button:hover{color:var(--accent)}.classic-theme .cart-btn{position:relative;display:flex;align-items:center;gap:6px}.classic-theme .cart-count{position:absolute;top:-6px;right:-8px;background:var(--accent);color:white;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.classic-theme .mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--text)}.classic-theme .mobile-menu{position:fixed;inset:0;z-index:150;background:var(--bg);transform:translateX(100%);transition:transform .3s var(--ease);display:flex;flex-direction:column;padding:20px 24px}.classic-theme .mobile-menu.open{transform:translateX(0)}.classic-theme .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.classic-theme .mobile-menu-close{background:none;border:none;cursor:pointer;padding:4px;color:var(--text);font-size:24px}.classic-theme .mobile-menu-nav{list-style:none;margin:0;padding:0}.classic-theme .mobile-menu-nav li{border-bottom:1px solid var(--border)}.classic-theme .mobile-menu-nav a{display:block;padding:16px 0;font-family:var(--serif);font-size:18px;color:var(--text);text-decoration:none;transition:color .2s}.classic-theme .mobile-menu-nav a:hover{color:var(--accent)}.classic-theme .mobile-menu-cta{margin-top:auto;padding-top:24px}.classic-theme .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-sm);font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s var(--ease);border:none;font-family:var(--sans)}.classic-theme .btn-fill{background:var(--accent);color:white;box-shadow:0 4px 16px rgba(123,47,160,.25)}.classic-theme .btn-fill:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 8px 24px rgba(123,47,160,.3)}.classic-theme .btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border-strong)}.classic-theme .btn-outline:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.classic-theme .btn-gold{background:linear-gradient(135deg,#C4A24E,#D4B45E);color:white;box-shadow:0 4px 16px rgba(196,162,78,.25)}.classic-theme .hero{padding:48px 0 72px}.classic-theme .hero-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center}.classic-theme .hero-content{position:relative;z-index:2;text-align:left}.classic-theme .hero-tag{display:inline-flex;align-items:center;gap:8px;background:var(--green-soft);color:var(--green);padding:6px 14px;border-radius:100px;font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:24px}.classic-theme .hero-tag .tag-dot{width:6px;height:6px;background:var(--green);border-radius:50%}.classic-theme .hero-desc{font-size:17px;font-weight:300;color:var(--text-soft);line-height:1.65;max-width:480px;margin:20px 0 0}.classic-theme .hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.classic-theme .hero-actions .btn-outline svg{width:14px;height:14px;opacity:.5}.classic-theme .hero-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center;max-width:1280px;margin:0 auto;padding:0 32px}.classic-theme .hero-content h1{font-family:var(--serif);font-size:clamp(40px,5vw,64px);line-height:1.1;font-weight:400;color:var(--text);margin:0 0 20px}.classic-theme .hero-content h1 em{font-style:italic;color:var(--accent)}.classic-theme .hero-content p{font-size:17px;color:var(--text-soft);line-height:1.7;margin-bottom:32px;max-width:480px}.classic-theme .hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.classic-theme .hero-trust{display:flex;align-items:center;gap:16px;margin-top:36px;padding-top:28px;border-top:1px solid var(--border)}.classic-theme .trust-text{font-size:13px;color:var(--text-soft);line-height:1.4}.classic-theme .trust-text strong{color:var(--text);font-weight:500}.classic-theme .hero-visual{position:relative;height:620px;border-radius:24px;overflow:hidden}.classic-theme .hero-visual-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-template-rows:1fr 1fr;gap:5px;height:100%}.classic-theme .hero-img-cell{overflow:hidden;position:relative;border-radius:4px}.classic-theme .hero-img-cell:first-child{border-radius:20px 4px 4px 4px}.classic-theme .hero-img-cell:nth-child(2){border-radius:4px 20px 4px 4px;grid-row:span 2}.classic-theme .hero-img-cell:nth-child(3){border-radius:4px 4px 4px 20px}.classic-theme .hero-img-cell img{width:100%;height:100%;object-fit:cover;object-position:center 25%;transition:transform .8s var(--ease)}.classic-theme .hero-img-cell:hover img{transform:scale(1.05)}.classic-theme .hero-img-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px 18px;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.35) 55%,transparent);display:flex;flex-direction:column;gap:6px;z-index:2;pointer-events:none}.classic-theme .hero-img-label{color:white;font-family:var(--serif);font-size:20px;font-weight:500;text-shadow:0 1px 6px rgba(0,0,0,.4)}.classic-theme .hero-img-cta{display:inline-flex;align-items:center;gap:4px;color:white;font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:.04em;padding:6px 14px;background:rgba(255,255,255,.18);backdrop-filter:blur(6px);border-radius:6px;width:fit-content;text-shadow:0 1px 3px rgba(0,0,0,.3);transition:all .3s ease;pointer-events:auto}.classic-theme .hero-img-cell:hover .hero-img-cta{background:rgba(123,47,160,.85)}.classic-theme .hero-images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px;aspect-ratio:1}.classic-theme .hero-images .img-cell{border-radius:var(--radius);overflow:hidden;position:relative}.classic-theme .hero-images .img-cell img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.classic-theme .hero-images .img-cell:hover img{transform:scale(1.05)}.classic-theme .section-header{text-align:center;margin-bottom:48px}.classic-theme .section-header h2{font-family:var(--serif);font-size:clamp(28px,3vw,40px);font-weight:400;color:var(--text);margin:0 0 12px}.classic-theme .section-header h2 em{font-style:italic;color:var(--accent)}.classic-theme .section-header p{font-size:16px;color:var(--text-soft);max-width:520px;margin:0 auto}.classic-theme .occasions{padding:80px 0}.classic-theme .occasions-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:16px}.classic-theme .occasion-card{border:1px solid var(--border);border-radius:var(--radius);text-align:center;text-decoration:none;color:var(--text);transition:all .4s var(--ease);background:var(--bg-card);overflow:hidden}.classic-theme .occasion-card:hover{border-color:transparent;box-shadow:var(--shadow-hover,var(--shadow-md));transform:translateY(-4px)}.classic-theme .occasion-img{width:100%;aspect-ratio:1;overflow:hidden}.classic-theme .occasion-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.classic-theme .occasion-card:hover .occasion-img img{transform:scale(1.08)}.classic-theme .occasion-card h3{font-size:13px;font-weight:500;padding:14px 8px;margin:0}.classic-theme .products-section{padding:80px 0}.classic-theme .products-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;align-items:center}.classic-theme .filter-btn{padding:8px 18px;border-radius:100px;border:1px solid var(--border);background:var(--bg-card);font-family:var(--sans);font-size:13px;color:var(--text-soft);cursor:pointer;transition:all .2s}.classic-theme .filter-btn:hover{border-color:var(--accent);color:var(--accent)}.classic-theme .filter-btn.active{background:var(--accent);color:white;border-color:var(--accent)}.classic-theme .filter-count{font-size:13px;color:var(--text-muted);margin-left:8px}.classic-theme .empty-state{text-align:center;color:var(--text-muted);padding:64px 0;font-size:16px}.classic-theme .empty-state .btn{margin-top:16px}.classic-theme .customize-cta{text-align:center;padding:48px 32px;margin:48px 0}.classic-theme .customize-cta h2{font-family:var(--serif);font-size:28px;font-weight:400;margin:0 0 12px}.classic-theme .customize-cta h2 em{font-style:italic;color:var(--accent)}.classic-theme .customize-cta p{color:var(--text-soft);margin-bottom:20px}.classic-theme .products-actions{text-align:center;margin-top:40px}.classic-theme .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.classic-theme .product-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:all .3s var(--ease)}.classic-theme .product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.classic-theme .product-img{position:relative;aspect-ratio:4/5;overflow:hidden}.classic-theme .product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.classic-theme .product-card:hover .product-img img{transform:scale(1.05)}.classic-theme .product-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.02em}.classic-theme .badge-bestseller{background:var(--gold-soft);color:var(--gold)}.classic-theme .badge-new{background:var(--green-soft);color:var(--green)}.classic-theme .badge-sameday{background:var(--accent-soft);color:var(--accent)}.classic-theme .product-quick{position:absolute;bottom:12px;left:12px;right:12px;opacity:0;transform:translateY(8px);transition:all .3s var(--ease)}.classic-theme .product-card:hover .product-quick{opacity:1;transform:translateY(0)}.classic-theme .product-quick a,.classic-theme .product-quick button{display:block;width:100%;padding:10px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border:none;border-radius:var(--radius-sm);font-family:var(--sans);font-size:13px;font-weight:600;color:var(--accent);cursor:pointer;text-align:center;text-decoration:none;transition:background .2s}.classic-theme .product-quick a:hover,.classic-theme .product-quick button:hover{background:white}.classic-theme .product-info{padding:16px}.classic-theme .product-name{font-family:var(--serif);font-size:16px;font-weight:500;margin-bottom:6px}.classic-theme .product-name a{color:var(--text);text-decoration:none}.classic-theme .product-name a:hover{color:var(--accent)}.classic-theme .product-desc{font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.classic-theme .product-bottom{display:flex;justify-content:space-between;align-items:center}.classic-theme .product-price{font-weight:600;font-size:16px;color:var(--text)}.classic-theme .product-price .from{font-size:12px;font-weight:400;color:var(--text-muted);margin-right:2px}.classic-theme .product-delivery{font-size:11px;font-weight:600;color:var(--green);background:var(--green-soft);padding:3px 8px;border-radius:100px}.classic-theme .featured-banner{background:var(--bg-dark);color:var(--text-on-dark);padding:80px 0}.classic-theme .banner-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center;max-width:1280px;margin:0 auto;padding:0 32px}.classic-theme .banner-content h2{font-family:var(--serif);font-size:clamp(28px,3vw,40px);font-weight:400;margin:0 0 16px}.classic-theme .banner-content h2 em{font-style:italic;color:var(--gold)}.classic-theme .banner-content p{color:var(--text-on-dark-soft);font-size:16px;line-height:1.7;margin-bottom:28px}.classic-theme .banner-features{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px}.classic-theme .banner-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-on-dark-soft)}.classic-theme .banner-features .feature-check{width:20px;height:20px;border-radius:50%;background:rgba(196,162,78,.15);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.classic-theme .banner-image{border-radius:var(--radius);overflow:hidden;aspect-ratio:16/10}.classic-theme .banner-image img{width:100%;height:100%;object-fit:cover}.classic-theme .ai-section{padding:80px 0}.classic-theme .ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1280px;margin:0 auto;padding:0 32px}.classic-theme .ai-content h2{font-family:var(--serif);font-size:clamp(28px,3vw,40px);font-weight:400;margin:0 0 16px}.classic-theme .ai-content h2 em{font-style:italic;color:var(--accent)}.classic-theme .ai-content p{font-size:16px;color:var(--text-soft);line-height:1.7;margin-bottom:24px}.classic-theme .ai-badge{display:inline-flex;align-items:center;gap:8px;background:var(--accent-soft);color:var(--accent);padding:6px 14px;border-radius:100px;font-size:12px;font-weight:600;letter-spacing:.02em;margin-bottom:20px}.classic-theme .ai-features{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px}.classic-theme .ai-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-soft);line-height:1.5}.classic-theme .ai-features .feature-icon{flex-shrink:0;font-size:16px;margin-top:1px}.classic-theme .ai-demo{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-md)}.classic-theme .ai-demo-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.classic-theme .ai-demo-messages{display:flex;flex-direction:column;gap:12px}.classic-theme .ai-msg{padding:12px 16px;border-radius:var(--radius-sm);font-size:14px;line-height:1.5;max-width:85%}.classic-theme .ai-msg.user{background:var(--accent);color:white;align-self:flex-end;border-bottom-right-radius:4px}.classic-theme .ai-msg.bot{background:var(--bg-warm);color:var(--text);align-self:flex-start;border-bottom-left-radius:4px}.classic-theme .delivery-section{padding:80px 0}.classic-theme .delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.classic-theme .delivery-card{padding:32px 24px;border-radius:var(--radius);text-align:center}.classic-theme .delivery-card .delivery-icon{font-size:32px;margin-bottom:16px}.classic-theme .delivery-card h3{font-family:var(--serif);font-size:18px;font-weight:500;margin:0 0 8px}.classic-theme .delivery-card p{font-size:14px;color:var(--text-soft);line-height:1.6}.classic-theme .reviews-section{padding:80px 0}.classic-theme .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.classic-theme .review-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.classic-theme .review-stars{color:var(--gold);margin-bottom:12px;font-size:14px}.classic-theme .review-text{font-family:var(--serif);font-style:italic;font-size:15px;line-height:1.6;color:var(--text-soft);margin-bottom:16px}.classic-theme .review-author{font-size:13px;font-weight:600;color:var(--text)}.classic-theme .newsletter{padding:80px 0;text-align:center}.classic-theme .newsletter h2{font-family:var(--serif);font-size:clamp(24px,3vw,36px);font-weight:400;margin:0 0 12px}.classic-theme .newsletter p{color:var(--text-soft);margin-bottom:28px}.classic-theme .newsletter-form{display:flex;gap:12px;max-width:440px;margin:0 auto}.classic-theme .newsletter-form input{flex:1;padding:12px 16px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-family:var(--sans);font-size:14px;background:var(--bg-card);color:var(--text);transition:border-color .2s}.classic-theme .newsletter-form input:focus{outline:none;border-color:var(--accent)}.classic-theme footer{background:var(--bg-dark);color:var(--text-on-dark);padding:60px 0 32px}.classic-theme .footer-grid{display:grid;grid-template-columns:1.5fr repeat(5,1fr);gap:32px;margin-bottom:40px}.classic-theme .footer-brand .logo-text{color:var(--text-on-dark)}.classic-theme .footer-brand p{color:var(--text-on-dark-soft);font-size:14px;line-height:1.6;margin:12px 0}.classic-theme .footer-col h4{font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-on-dark-soft);margin:0 0 16px}.classic-theme .footer-col ul{list-style:none;padding:0;margin:0}.classic-theme .footer-col li{margin-bottom:8px}.classic-theme .footer-col a{color:var(--text-on-dark);text-decoration:none;font-size:13px;transition:color .2s}.classic-theme .footer-col a:hover{color:white}.classic-theme .footer-bottom{border-top:1px solid rgba(250,247,242,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-family:var(--mono);font-size:11px;color:var(--text-on-dark-soft)}.classic-theme .page-hero{padding:48px 0 32px;text-align:center}.classic-theme .page-hero h1{font-family:var(--serif);font-size:clamp(32px,4vw,48px);font-weight:400;color:var(--text);margin:0 0 12px}.classic-theme .page-hero h1 em{font-style:italic;color:var(--accent)}.classic-theme .page-desc{font-size:17px;color:var(--text-soft);max-width:560px;margin:0 auto}.classic-theme .breadcrumbs{padding:16px 0;font-size:13px;color:var(--text-muted)}.classic-theme .breadcrumbs a{color:var(--text-muted);text-decoration:none}.classic-theme .breadcrumbs a:hover{color:var(--accent)}.classic-theme .pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:40px 0 80px}.classic-theme .pdp-image{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5}.classic-theme .pdp-image img{width:100%;height:100%;object-fit:cover}.classic-theme .pdp-category a{font-size:12px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;text-decoration:none}.classic-theme .pdp-title{font-family:var(--serif);font-size:clamp(28px,3vw,40px);font-weight:400;margin:8px 0 12px}.classic-theme .pdp-price{font-size:24px;font-weight:600;margin-bottom:16px}.classic-theme .pdp-price .from{font-size:14px;font-weight:400;color:var(--text-muted)}.classic-theme .pdp-delivery-badge{display:inline-block;background:var(--green-soft);color:var(--green);padding:6px 14px;border-radius:100px;font-size:13px;font-weight:600;margin-bottom:20px}.classic-theme .pdp-desc{font-size:16px;line-height:1.7;color:var(--text-soft);margin-bottom:28px}.classic-theme .pdp-actions{display:flex;gap:12px;margin-bottom:24px}.classic-theme .add-to-cart-btn{flex:1;padding:16px 32px;background:var(--accent);color:white;border:none;border-radius:var(--radius-sm);font-family:var(--sans);font-size:16px;font-weight:600;cursor:pointer;transition:all .3s var(--ease)}.classic-theme .add-to-cart-btn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 8px 24px rgba(123,47,160,.3)}.classic-theme .content-page{padding:40px 0 80px}.classic-theme .about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px}.classic-theme .about-text h2{font-family:var(--serif);font-size:28px;font-weight:400;margin:32px 0 16px}.classic-theme .about-text h2:first-child{margin-top:0}.classic-theme .about-text h2 em{font-style:italic;color:var(--accent)}.classic-theme .about-text p{font-size:16px;line-height:1.7;color:var(--text-soft);margin-bottom:16px}.classic-theme .about-img{width:100%;border-radius:var(--radius);margin-bottom:24px}.classic-theme .about-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.classic-theme .about-stat{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:20px;text-align:center}.classic-theme .about-stat .stat-value{font-family:var(--serif);font-size:24px;color:var(--accent);margin-bottom:4px}.classic-theme .about-stat .stat-label{font-size:12px;color:var(--text-muted);font-weight:500}.classic-theme .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.classic-theme .form-group{margin-bottom:16px}.classic-theme .form-input,.classic-theme .form-select,.classic-theme .form-textarea{width:100%;padding:12px 16px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-family:var(--sans);font-size:14px;background:var(--bg-card);color:var(--text);transition:border-color .2s}.classic-theme .form-input:focus,.classic-theme .form-select:focus,.classic-theme .form-textarea:focus{outline:none;border-color:var(--accent)}.classic-theme .form-textarea{min-height:120px;resize:vertical}.classic-theme .form-label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px}.classic-theme .contact-info h2{font-family:var(--serif);font-size:24px;font-weight:400;margin:0 0 24px}.classic-theme .contact-info-item{display:flex;gap:12px;margin-bottom:20px;font-size:15px}.classic-theme .contact-info-item .info-label{font-weight:600;min-width:60px}.classic-theme .contact-info-item a{color:var(--accent);text-decoration:none}.classic-theme .hours-text{line-height:1.8}.classic-theme .form-error{background:rgba(220,38,38,.08);color:#b91c1c;border:1px solid rgba(220,38,38,.2);border-radius:var(--radius-sm);padding:12px 16px;font-size:14px;margin-bottom:16px}.classic-theme .internal-links{padding:60px 0;background:var(--bg-warm)}.classic-theme .internal-links h3{font-family:var(--serif);font-size:22px;font-weight:400;text-align:center;margin:0 0 24px}.classic-theme .links-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.classic-theme .links-grid a{padding:8px 18px;border-radius:100px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-soft);font-size:13px;text-decoration:none;transition:all .2s}.classic-theme .links-grid a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.classic-theme .faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:8px}.classic-theme .faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .2s}.classic-theme .faq-item.open{border-color:var(--accent)}.classic-theme .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:var(--bg-card);border:none;cursor:pointer;font-family:var(--serif);font-size:16px;font-weight:500;color:var(--text);text-align:left;transition:color .2s}.classic-theme .faq-question:hover{color:var(--accent)}.classic-theme .faq-question .faq-icon{font-size:18px;color:var(--text-muted);transition:transform .3s var(--ease);flex-shrink:0;margin-left:16px}.classic-theme .faq-item.open .faq-icon{transform:rotate(45deg);color:var(--accent)}.classic-theme .faq-answer{padding:0 20px 18px;font-size:15px;line-height:1.7;color:var(--text-soft);display:none}.classic-theme .faq-item.open .faq-answer{display:block}.classic-theme .wedding-hero{padding:100px 0 80px;text-align:center;background:var(--bg-warm);position:relative;overflow:hidden}.classic-theme .wedding-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 0,var(--bg-warm) 70%);z-index:1}.classic-theme .wedding-hero .container{position:relative;z-index:2}.classic-theme .wedding-hero .hero-tag{margin-bottom:20px}.classic-theme .wedding-hero h1{font-family:var(--serif);font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.1;color:var(--text);margin:0 0 16px}.classic-theme .wedding-hero h1 em{font-style:italic;color:var(--accent)}.classic-theme .wedding-hero p{font-size:18px;color:var(--text-soft);line-height:1.7;max-width:560px;margin:0 auto 32px}.classic-theme .wedding-hero .hero-actions{justify-content:center}.classic-theme .wedding-services{padding:80px 0}.classic-theme .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.classic-theme .service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;text-align:center;transition:all .3s var(--ease)}.classic-theme .service-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.classic-theme .service-card .service-icon{font-size:36px;margin-bottom:16px}.classic-theme .service-card h3{font-family:var(--serif);font-size:20px;font-weight:500;margin:0 0 10px}.classic-theme .service-card p{font-size:14px;color:var(--text-soft);line-height:1.6}.classic-theme .wedding-process{padding:80px 0;background:var(--bg-warm)}.classic-theme .process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;counter-reset:step}.classic-theme .process-step{text-align:center;counter-increment:step}.classic-theme .process-step:before{content:counter(step);display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--accent);color:white;font-family:var(--serif);font-size:20px;font-weight:600;margin:0 auto 16px}.classic-theme .process-step h3{font-family:var(--serif);font-size:18px;font-weight:500;margin:0 0 8px}.classic-theme .process-step p{font-size:14px;color:var(--text-soft);line-height:1.6}.classic-theme .wedding-quote-form{padding:80px 0}.classic-theme .quote-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.classic-theme .quote-form-info h2{font-family:var(--serif);font-size:clamp(28px,3vw,40px);font-weight:400;margin:0 0 16px}.classic-theme .quote-form-info h2 em{font-style:italic;color:var(--accent)}.classic-theme .quote-form-info p{font-size:16px;color:var(--text-soft);line-height:1.7;margin-bottom:24px}.classic-theme .quote-form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.classic-theme .quote-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.classic-theme .wedding-venues{padding:80px 0;background:var(--bg-warm)}.classic-theme .venues-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.classic-theme .venue-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s var(--ease)}.classic-theme .venue-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.classic-theme .venue-card-img{aspect-ratio:16/10;overflow:hidden}.classic-theme .venue-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.classic-theme .venue-card:hover .venue-card-img img{transform:scale(1.05)}.classic-theme .venue-card-info{padding:16px 20px}.classic-theme .venue-card-info h3{font-family:var(--serif);font-size:16px;font-weight:500;margin:0 0 4px}.classic-theme .venue-card-info p{font-size:13px;color:var(--text-muted)}.classic-theme .wedding-testimonial{padding:80px 0}.classic-theme .testimonial-block{max-width:640px;margin:0 auto;text-align:center}.classic-theme .testimonial-block .review-stars{margin-bottom:20px;font-size:18px}.classic-theme .testimonial-block blockquote{font-family:var(--serif);font-size:clamp(18px,2vw,24px);font-style:italic;line-height:1.6;color:var(--text-soft);margin:0 0 20px}.classic-theme .testimonial-block cite{font-style:normal;font-size:14px;font-weight:600;color:var(--text)}.classic-theme .wedding-cta{padding:80px 0;background:var(--bg-dark);color:var(--text-on-dark);text-align:center}.classic-theme .wedding-cta h2{font-family:var(--serif);font-size:clamp(28px,3vw,40px);font-weight:400;margin:0 0 12px}.classic-theme .wedding-cta h2 em{font-style:italic;color:var(--gold)}.classic-theme .wedding-cta p{color:var(--text-on-dark-soft);font-size:16px;margin-bottom:28px}.classic-theme .md-hero{padding:100px 0 60px;text-align:center;background:linear-gradient(180deg,var(--rose-soft) 0,var(--bg) 100%)}.classic-theme .md-hero .hero-inner{max-width:720px;margin:0 auto}.classic-theme .md-hero .hero-tag{background:var(--rose-soft);color:#C45B72}.classic-theme .md-hero h1{font-family:var(--serif);font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.1;color:var(--text);margin:0 0 16px}.classic-theme .md-hero h1 em{font-style:italic;color:#C45B72}.classic-theme .md-hero p{font-size:18px;color:var(--text-soft);line-height:1.7;max-width:520px;margin:0 auto 32px}.classic-theme .cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.classic-theme .cart-overlay.open{opacity:1;pointer-events:all}.classic-theme .cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100vw;background:var(--bg);z-index:201;transform:translateX(100%);transition:transform .3s var(--ease);display:flex;flex-direction:column}.classic-theme .cart-drawer.open{transform:translateX(0)}.classic-theme .cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.classic-theme .cart-drawer-header h3{font-family:var(--serif);font-size:20px;font-weight:500;margin:0}.classic-theme .cart-drawer-items{flex:1;overflow-y:auto;padding:16px 24px}.classic-theme .cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.classic-theme .cart-item-img{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.classic-theme .cart-item-img img{width:100%;height:100%;object-fit:cover}.classic-theme .cart-item-info{flex:1}.classic-theme .cart-item-name{font-weight:600;font-size:14px;margin-bottom:4px}.classic-theme .cart-item-price{color:var(--text-soft);font-size:14px}.classic-theme .cart-item-qty{display:flex;align-items:center;gap:8px;margin-top:8px}.classic-theme .cart-item-qty button{width:28px;height:28px;border-radius:50%;border:1px solid var(--border-strong);background:var(--bg-card);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text)}.classic-theme .cart-drawer-footer{padding:20px 24px;border-top:1px solid var(--border)}.classic-theme .cart-subtotal{display:flex;justify-content:space-between;margin-bottom:16px;font-size:16px;font-weight:600}.classic-theme .reveal{opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.classic-theme .reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.classic-theme .footer-grid,.classic-theme .products-grid{grid-template-columns:repeat(3,1fr)}.classic-theme .process-steps,.classic-theme .services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.classic-theme .container,.classic-theme .nav-inner{padding:0 20px}.classic-theme .hero{padding:60px 0 40px}.classic-theme .hero-inner{grid-template-columns:1fr;gap:36px}.classic-theme .hero-content{text-align:center}.classic-theme .hero-content h1{font-size:clamp(34px,9vw,48px)}.classic-theme .hero-desc{margin-left:auto;margin-right:auto}.classic-theme .hero-actions,.classic-theme .hero-trust{justify-content:center}.classic-theme .hero-visual{height:380px}.classic-theme .hero-grid{grid-template-columns:1fr;gap:40px}.classic-theme .hero-images{display:none}.classic-theme .occasions-grid{grid-template-columns:repeat(3,1fr)}.classic-theme .products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.classic-theme .ai-grid,.classic-theme .banner-grid{grid-template-columns:1fr}.classic-theme .delivery-grid{grid-template-columns:repeat(2,1fr)}.classic-theme .about-grid,.classic-theme .contact-grid,.classic-theme .footer-grid,.classic-theme .pdp-grid,.classic-theme .reviews-grid{grid-template-columns:1fr}.classic-theme .nav-menu{display:none}.classic-theme .mobile-menu-btn{display:block}.classic-theme .services-grid{grid-template-columns:1fr}.classic-theme .process-steps{grid-template-columns:1fr;gap:24px}.classic-theme .quote-form .form-row,.classic-theme .quote-form-grid,.classic-theme .venues-grid{grid-template-columns:1fr}.classic-theme .md-hero,.classic-theme .wedding-hero{padding:60px 0 40px}}@media (max-width:480px){.classic-theme .occasions-grid{grid-template-columns:repeat(2,1fr)}.classic-theme .delivery-grid,.classic-theme .products-grid{grid-template-columns:1fr}.classic-theme .hero-actions{flex-direction:column;align-items:stretch}}.modern-theme{--bg:#FFFFFF;--bg-warm:#F8F8F8;--bg-card:#FFFFFF;--bg-dark:#111111;--text:#111111;--text-soft:#555555;--text-muted:#999999;--text-on-dark:#FFFFFF;--text-on-dark-soft:rgba(255,255,255,0.6);--border:rgba(0,0,0,0.06);--border-strong:rgba(0,0,0,0.12);--accent:#111111;--accent-soft:rgba(0,0,0,0.05);--accent-hover:#333333;--green:#2D8A4E;--green-soft:rgba(45,138,78,0.08);--rose-soft:rgba(220,80,100,0.06);--gold:#B8960C;--gold-soft:rgba(184,150,12,0.08);--serif:"DM Sans",sans-serif;--sans:"DM Sans",sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(0.16,1,0.3,1);--radius:8px;--radius-sm:6px;--shadow-md:0 4px 20px rgba(0,0,0,0.06);--shadow-hover:0 12px 40px rgba(0,0,0,0.1);--shadow-lg:0 16px 48px rgba(0,0,0,0.08);font-family:var(--sans);color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}.modern-theme .hero-content h1{font-weight:300;letter-spacing:-.03em}.modern-theme .hero-content h1 em{font-style:normal;font-weight:600}.modern-theme .section-header h2{font-weight:300;letter-spacing:-.02em}.modern-theme .section-header h2 em{font-style:normal;font-weight:600}.modern-theme .btn-fill{background:var(--accent);border-radius:var(--radius-sm);box-shadow:none}.modern-theme .btn-fill:hover{background:var(--accent-hover);box-shadow:var(--shadow-md)}.modern-theme .btn-outline{border-radius:var(--radius-sm)}.modern-theme .product-card{border-radius:var(--radius);border:none;box-shadow:var(--shadow-md)}.modern-theme .product-card:hover{box-shadow:var(--shadow-hover)}.modern-theme .product-badge{border-radius:var(--radius-sm)}.modern-theme .occasion-card,.modern-theme .review-card{border-radius:var(--radius)}.modern-theme .filter-btn{border-radius:var(--radius-sm)}.modern-theme .filter-btn.active{background:var(--accent)}.modern-theme nav{border-bottom:none;box-shadow:0 1px 0 var(--border)}.modern-theme .logo-mark{border-radius:var(--radius-sm);background:var(--accent)}.modern-theme .announcement{background:var(--accent);letter-spacing:.1em}.modern-theme footer{background:var(--bg-dark)}.modern-theme .pdp-delivery-badge{border-radius:var(--radius-sm)}.modern-theme .add-to-cart-btn{border-radius:var(--radius-sm);background:var(--accent)}.modern-theme .add-to-cart-btn:hover{background:var(--accent-hover)}.boutique-theme{--bg:#0C0A0E;--bg-warm:#141218;--bg-card:#1A171F;--bg-dark:#000000;--text:#F5F0EA;--text-soft:#B8B0A8;--text-muted:#7A7270;--text-on-dark:#F5F0EA;--text-on-dark-soft:rgba(245,240,234,0.5);--border:rgba(245,240,234,0.08);--border-strong:rgba(245,240,234,0.15);--accent:#C9A84C;--accent-soft:rgba(201,168,76,0.12);--accent-hover:#D4B85E;--green:#6BA368;--green-soft:rgba(107,163,104,0.12);--rose-soft:rgba(200,100,120,0.1);--gold:#C9A84C;--gold-soft:rgba(201,168,76,0.12);--serif:"Lora",serif;--sans:"DM Sans",sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(0.16,1,0.3,1);--radius:4px;--radius-sm:2px;--shadow-md:0 8px 32px rgba(0,0,0,0.3);--shadow-hover:0 16px 48px rgba(0,0,0,0.4);--shadow-lg:0 24px 64px rgba(0,0,0,0.35);font-family:var(--sans);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}.boutique-theme,.boutique-theme .hero-content h1{color:var(--text)}.boutique-theme .hero-content h1 em,.boutique-theme .section-header h2 em{color:var(--accent)}.boutique-theme .btn-fill{background:var(--accent);color:#0C0A0E;border-radius:0;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.boutique-theme .btn-fill:hover{background:var(--accent-hover);box-shadow:0 0 30px rgba(201,168,76,.3)}.boutique-theme .btn-outline{border-color:var(--accent);color:var(--accent);border-radius:0;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.boutique-theme .btn-outline:hover{background:var(--accent-soft)}.boutique-theme .product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.boutique-theme .product-card:hover{border-color:var(--accent)}.boutique-theme .product-name a{color:var(--text)}.boutique-theme .product-name a:hover,.boutique-theme .product-price{color:var(--accent)}.boutique-theme .product-delivery{background:var(--accent-soft);color:var(--accent)}.boutique-theme .product-badge{border-radius:0;text-transform:uppercase;letter-spacing:.06em}.boutique-theme .badge-bestseller{background:var(--gold-soft);color:var(--gold)}.boutique-theme .occasion-card{background:var(--bg-card);border-color:var(--border);border-radius:var(--radius)}.boutique-theme .occasion-card:hover{border-color:var(--accent)}.boutique-theme .review-card{background:var(--bg-card);border-color:var(--border);border-radius:var(--radius)}.boutique-theme .review-stars{color:var(--accent)}.boutique-theme .filter-btn{background:var(--bg-card);color:var(--text-soft);border-color:var(--border);border-radius:0}.boutique-theme .filter-btn:hover{border-color:var(--accent);color:var(--accent)}.boutique-theme .filter-btn.active{background:var(--accent);color:#0C0A0E;border-color:var(--accent)}.boutique-theme nav{background:rgba(12,10,14,.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.boutique-theme .logo-mark{background:var(--accent);color:#0C0A0E;border-radius:var(--radius)}.boutique-theme .logo-text{color:var(--text)}.boutique-theme .nav-menu a{color:var(--text-soft)}.boutique-theme .nav-menu a:hover{color:var(--accent)}.boutique-theme .announcement{background:var(--accent);color:#0C0A0E}.boutique-theme .announcement a{color:#0C0A0E}.boutique-theme footer{background:#000}.boutique-theme .about-stat .stat-value,.boutique-theme .about-text h2 em,.boutique-theme .footer-col h4,.boutique-theme .page-hero h1 em,.boutique-theme .pdp-category a{color:var(--accent)}.boutique-theme .pdp-delivery-badge{background:var(--accent-soft);color:var(--accent);border-radius:0}.boutique-theme .add-to-cart-btn{background:var(--accent);color:#0C0A0E;border-radius:0;text-transform:uppercase;letter-spacing:.08em}.boutique-theme .add-to-cart-btn:hover{background:var(--accent-hover)}.boutique-theme .newsletter-form input{background:var(--bg-card);border-color:var(--border);color:var(--text)}.boutique-theme .newsletter-form input:focus{border-color:var(--accent)}.boutique-theme .internal-links{background:var(--bg-warm)}.boutique-theme .links-grid a{background:var(--bg-card);border-color:var(--border);color:var(--text-soft)}.boutique-theme .links-grid a:hover{border-color:var(--accent);color:var(--accent)}.boutique-theme .breadcrumbs a{color:var(--text-muted)}.boutique-theme .breadcrumbs a:hover{color:var(--accent)}.boutique-theme .form-input,.boutique-theme .form-select,.boutique-theme .form-textarea{background:var(--bg-card);border-color:var(--border);color:var(--text)}.boutique-theme .form-input:focus,.boutique-theme .form-textarea:focus{border-color:var(--accent)}.boutique-theme .contact-info a{color:var(--accent)}.boutique-theme .cart-overlay.open{background:rgba(0,0,0,.6)}.boutique-theme .cart-drawer{background:var(--bg)}.boutique-theme .cart-drawer-footer,.boutique-theme .cart-drawer-header,.boutique-theme .cart-item{border-color:var(--border)}.editorial-theme{--bg:#F5F2ED;--bg-warm:#EBE6DE;--bg-card:#FFFFFF;--bg-dark:#1C1917;--text:#1C1917;--text-soft:#57534E;--text-muted:#A8A29E;--text-on-dark:#F5F2ED;--text-on-dark-soft:rgba(245,242,237,0.6);--border:rgba(28,25,23,0.08);--border-strong:rgba(28,25,23,0.16);--accent:#B91C1C;--accent-soft:rgba(185,28,28,0.08);--accent-hover:#991B1B;--green:#3F6B3F;--green-soft:rgba(63,107,63,0.08);--rose-soft:rgba(185,28,28,0.06);--gold:#92700C;--gold-soft:rgba(146,112,12,0.08);--serif:"Lora",serif;--sans:"DM Sans",sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(0.16,1,0.3,1);--radius:0px;--radius-sm:0px;--shadow-md:0 4px 16px rgba(28,25,23,0.06);--shadow-hover:0 12px 36px rgba(28,25,23,0.1);--shadow-lg:0 20px 48px rgba(28,25,23,0.08);font-family:var(--sans);color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}.editorial-theme .hero-content h1{font-size:clamp(44px,6vw,72px);font-weight:400;line-height:1;letter-spacing:-.03em;text-transform:uppercase}.editorial-theme .hero-content h1 em{font-style:italic;text-transform:none;color:var(--accent);display:block;font-size:.85em}.editorial-theme .section-header h2{text-transform:uppercase;letter-spacing:.04em;font-size:clamp(24px,2.5vw,32px)}.editorial-theme .section-header h2 em{text-transform:none;color:var(--accent)}.editorial-theme .btn-fill{background:var(--accent);border-radius:0;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700}.editorial-theme .btn-fill:hover{background:var(--accent-hover)}.editorial-theme .btn-outline{border-radius:0;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700}.editorial-theme .product-card{border-radius:0;border:none}.editorial-theme .product-card:hover{box-shadow:var(--shadow-hover)}.editorial-theme .product-img{border-radius:0}.editorial-theme .product-name{font-size:14px;text-transform:uppercase;letter-spacing:.04em;font-family:var(--sans);font-weight:600}.editorial-theme .product-desc{font-family:var(--serif);font-style:italic}.editorial-theme .product-badge{border-radius:0;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.editorial-theme .badge-bestseller{background:var(--accent);color:white}.editorial-theme .occasion-card{border-radius:0}.editorial-theme .occasion-name{text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-family:var(--sans);font-weight:600}.editorial-theme .review-card{border-radius:0;border-left:3px solid var(--accent)}.editorial-theme .review-text{font-family:var(--serif);font-size:17px}.editorial-theme .filter-btn{border-radius:0;text-transform:uppercase;letter-spacing:.06em;font-size:11px}.editorial-theme .filter-btn.active{background:var(--accent)}.editorial-theme nav{background:var(--bg);border-bottom:2px solid var(--text)}.editorial-theme .logo-mark{border-radius:0;background:var(--accent)}.editorial-theme .logo-text{text-transform:uppercase;letter-spacing:.08em;font-family:var(--sans);font-weight:700;font-size:14px}.editorial-theme .announcement{background:var(--accent);border-radius:0}.editorial-theme footer{background:var(--bg-dark)}.editorial-theme .footer-col h4{letter-spacing:.15em}.editorial-theme .page-hero h1{text-transform:uppercase;letter-spacing:.04em}.editorial-theme .page-hero h1 em{text-transform:none;color:var(--accent)}.editorial-theme .pdp-title{text-transform:uppercase;letter-spacing:.02em}.editorial-theme .pdp-category a{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:11px}.editorial-theme .pdp-delivery-badge{border-radius:0}.editorial-theme .add-to-cart-btn{border-radius:0;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.editorial-theme .newsletter-form input{border-radius:0}.editorial-theme .internal-links{background:var(--bg-warm)}.editorial-theme .links-grid a{border-radius:0;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.editorial-theme .about-text h2{text-transform:uppercase;letter-spacing:.04em;font-size:20px}.editorial-theme .about-text h2 em{text-transform:none;color:var(--accent)}.editorial-theme .about-img,.editorial-theme .about-stat{border-radius:0}.editorial-theme .about-stat .stat-value,.editorial-theme .contact-info a{color:var(--accent)}.editorial-theme .form-input,.editorial-theme .form-select,.editorial-theme .form-textarea{border-radius:0}.professional-theme{--bg:#F8FAFB;--bg-warm:#EEF2F5;--bg-card:#FFFFFF;--bg-dark:#0F172A;--text:#0F172A;--text-soft:#475569;--text-muted:#94A3B8;--text-on-dark:#F8FAFC;--text-on-dark-soft:rgba(248,250,252,0.6);--border:rgba(15,23,42,0.06);--border-strong:rgba(15,23,42,0.12);--accent:#2563EB;--accent-soft:rgba(37,99,235,0.08);--accent-hover:#1D4ED8;--green:#059669;--green-soft:rgba(5,150,105,0.08);--rose-soft:rgba(225,29,72,0.06);--gold:#D97706;--gold-soft:rgba(217,119,6,0.08);--serif:"DM Sans",sans-serif;--sans:"DM Sans",sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(0.16,1,0.3,1);--radius:12px;--radius-sm:8px;--shadow-md:0 4px 16px rgba(15,23,42,0.06);--shadow-hover:0 12px 36px rgba(15,23,42,0.1);--shadow-lg:0 20px 48px rgba(15,23,42,0.08);font-family:var(--sans);color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}.professional-theme .hero-content h1{font-weight:700;letter-spacing:-.02em}.professional-theme .hero-content h1 em,.professional-theme .section-header h2 em{color:var(--accent);font-style:normal}.professional-theme .btn-fill{background:var(--accent);box-shadow:0 2px 8px rgba(37,99,235,.25)}.professional-theme .btn-fill:hover{background:var(--accent-hover)}.professional-theme .product-card{border-radius:var(--radius)}.professional-theme .product-badge{border-radius:6px}.professional-theme .badge-bestseller{background:var(--accent-soft);color:var(--accent)}.professional-theme nav{background:rgba(248,250,252,.95)}.professional-theme .logo-mark{background:var(--accent);border-radius:var(--radius-sm)}.professional-theme .announcement{background:var(--accent)}.professional-theme footer{background:var(--bg-dark)}.professional-theme .about-stat .stat-value,.professional-theme .page-hero h1 em{color:var(--accent)}.professional-theme .add-to-cart-btn{background:var(--accent);border-radius:var(--radius-sm)}.professional-theme .add-to-cart-btn:hover{background:var(--accent-hover)}.local-theme{--bg:#FFFBF5;--bg-warm:#F7F0E5;--bg-card:#FFFFFF;--bg-dark:#292118;--text:#292118;--text-soft:#6B5E50;--text-muted:#A39888;--text-on-dark:#FFFBF5;--text-on-dark-soft:rgba(255,251,245,0.6);--border:rgba(41,33,24,0.08);--border-strong:rgba(41,33,24,0.15);--accent:#B45309;--accent-soft:rgba(180,83,9,0.08);--accent-hover:#92400E;--green:#4D7C4D;--green-soft:rgba(77,124,77,0.08);--rose-soft:rgba(180,83,9,0.06);--gold:#A16207;--gold-soft:rgba(161,98,7,0.08);--serif:"Lora",serif;--sans:"DM Sans",sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(0.16,1,0.3,1);--radius:16px;--radius-sm:10px;--shadow-md:0 8px 28px rgba(41,33,24,0.06);--shadow-hover:0 16px 44px rgba(41,33,24,0.1);--shadow-lg:0 20px 56px rgba(41,33,24,0.08);font-family:var(--sans);color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}.local-theme .hero-content h1 em,.local-theme .section-header h2 em{color:var(--accent)}.local-theme .btn-fill{background:var(--accent);box-shadow:0 4px 16px rgba(180,83,9,.2)}.local-theme .btn-fill:hover{background:var(--accent-hover)}.local-theme .product-price .from{color:var(--text-muted)}.local-theme .badge-bestseller{background:var(--gold-soft);color:var(--gold)}.local-theme nav{background:rgba(255,251,245,.95)}.local-theme .announcement,.local-theme .logo-mark{background:var(--accent)}.local-theme footer{background:var(--bg-dark)}.local-theme .about-stat .stat-value,.local-theme .page-hero h1 em{color:var(--accent)}.local-theme .add-to-cart-btn{background:var(--accent)}.local-theme .add-to-cart-btn:hover{background:var(--accent-hover)}.premium-theme{--bg:#FAFAF9;--bg-warm:#F0EFEC;--bg-card:#FFFFFF;--bg-dark:#18181B;--text:#18181B;--text-soft:#52525B;--text-muted:#A1A1AA;--text-on-dark:#FAFAF9;--text-on-dark-soft:rgba(250,250,249,0.6);--border:rgba(24,24,27,0.06);--border-strong:rgba(24,24,27,0.12);--accent:#18181B;--accent-soft:rgba(24,24,27,0.05);--accent-hover:#3F3F46;--green:#166534;--green-soft:rgba(22,101,52,0.06);--rose-soft:rgba(200,50,80,0.04);--gold:#854D0E;--gold-soft:rgba(133,77,14,0.06);--serif:"Lora",serif;--sans:"DM Sans",sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(0.16,1,0.3,1);--radius:2px;--radius-sm:1px;--shadow-md:0 2px 12px rgba(0,0,0,0.04);--shadow-hover:0 8px 28px rgba(0,0,0,0.08);--shadow-lg:0 16px 40px rgba(0,0,0,0.06);font-family:var(--sans);color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}.premium-theme .hero-content h1{font-weight:300;letter-spacing:-.03em;font-size:clamp(40px,5vw,64px)}.premium-theme .hero-content h1 em{font-weight:500;font-style:normal}.premium-theme .section-header h2{font-weight:300}.premium-theme .section-header h2 em{font-weight:500;font-style:normal}.premium-theme .btn-fill{background:var(--accent);border-radius:var(--radius);letter-spacing:.06em;text-transform:uppercase;font-size:12px;box-shadow:none}.premium-theme .btn-fill:hover{background:var(--accent-hover)}.premium-theme .btn-outline{border-radius:var(--radius);letter-spacing:.06em;text-transform:uppercase;font-size:12px}.premium-theme .product-card{border:none;border-radius:var(--radius)}.premium-theme .product-name{font-weight:400;letter-spacing:.02em}.premium-theme .product-badge{border-radius:var(--radius)}.premium-theme nav{background:rgba(250,250,249,.98);border-bottom:1px solid var(--border)}.premium-theme .logo-mark{background:var(--accent);border-radius:var(--radius)}.premium-theme .logo-text{letter-spacing:.06em;text-transform:uppercase;font-size:13px;font-weight:600}.premium-theme .announcement{background:var(--accent);letter-spacing:.12em}.premium-theme footer{background:var(--bg-dark)}.premium-theme .filter-btn,.premium-theme .occasion-card,.premium-theme .review-card{border-radius:var(--radius)}.premium-theme .filter-btn.active{background:var(--accent)}.premium-theme .add-to-cart-btn{border-radius:var(--radius);background:var(--accent);letter-spacing:.06em;text-transform:uppercase;font-size:13px}.bold-theme{--bg:#FFFFFF;--bg-warm:#F5F5F5;--bg-card:#FFFFFF;--bg-dark:#000000;--text:#000000;--text-soft:#404040;--text-muted:#808080;--text-on-dark:#FFFFFF;--text-on-dark-soft:rgba(255,255,255,0.7);--border:rgba(0,0,0,0.08);--border-strong:rgba(0,0,0,0.2);--accent:#FF3B00;--accent-soft:rgba(255,59,0,0.08);--accent-hover:#E03500;--green:#00875A;--green-soft:rgba(0,135,90,0.08);--rose-soft:rgba(255,59,0,0.05);--gold:#D4A600;--gold-soft:rgba(212,166,0,0.08);--serif:"DM Sans",sans-serif;--sans:"DM Sans",sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(0.16,1,0.3,1);--radius:8px;--radius-sm:4px;--shadow-md:0 4px 16px rgba(0,0,0,0.08);--shadow-hover:0 12px 36px rgba(0,0,0,0.14);--shadow-lg:0 20px 48px rgba(0,0,0,0.1);font-family:var(--sans);color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}.bold-theme .hero-content h1{font-weight:900;letter-spacing:-.03em;font-size:clamp(40px,6vw,72px);text-transform:uppercase;line-height:.95}.bold-theme .hero-content h1 em{color:var(--accent);font-style:normal;display:block}.bold-theme .section-header h2{font-weight:800;text-transform:uppercase;letter-spacing:-.01em}.bold-theme .section-header h2 em{color:var(--accent);font-style:normal}.bold-theme .btn-fill{background:var(--accent);border-radius:var(--radius-sm);font-weight:800;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 4px 16px rgba(255,59,0,.3)}.bold-theme .btn-fill:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,59,0,.4)}.bold-theme .btn-outline{border-width:2px;border-color:var(--text);font-weight:800;text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-sm)}.bold-theme .btn-outline:hover{background:var(--text);color:white}.bold-theme .product-card{border:2px solid transparent;border-radius:var(--radius)}.bold-theme .product-card:hover{border-color:var(--accent)}.bold-theme .product-name{font-weight:700;text-transform:uppercase;font-size:14px;letter-spacing:.02em}.bold-theme .product-badge{font-weight:800;border-radius:var(--radius-sm)}.bold-theme .badge-bestseller{background:var(--accent);color:white}.bold-theme .occasion-card{border:2px solid var(--border);border-radius:var(--radius)}.bold-theme .occasion-card:hover{border-color:var(--accent)}.bold-theme .occasion-name{font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:12px}.bold-theme .review-card{border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0}.bold-theme .filter-btn{font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:11px;border-radius:var(--radius-sm)}.bold-theme .filter-btn.active{background:var(--accent)}.bold-theme nav{background:white;border-bottom:3px solid var(--text)}.bold-theme .logo-mark{background:var(--accent);border-radius:var(--radius-sm)}.bold-theme .logo-text{font-weight:900;text-transform:uppercase;letter-spacing:.06em;font-size:15px}.bold-theme .announcement{background:var(--accent);font-weight:700}.bold-theme footer{background:#000}.bold-theme .footer-col h4{color:var(--accent)}.bold-theme .page-hero h1{text-transform:uppercase;font-weight:900}.bold-theme .page-hero h1 em{color:var(--accent)}.bold-theme .add-to-cart-btn,.bold-theme .pdp-title{font-weight:800;text-transform:uppercase}.bold-theme .add-to-cart-btn{background:var(--accent);border-radius:var(--radius-sm);letter-spacing:.06em}.bold-theme .add-to-cart-btn:hover{background:var(--accent-hover)}