@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--primary:#0434fc;--primary-hover:#0329d4;--text:#1f2937;--text-light:#6b7280;--muted:#9ca3af;--bg:#f9fafb;--bg-white:#fff;--bg-alt:#f3f4f6;--border:#e5e7eb;--border-light:#f0f1f3;--shadow:0 4px 24px #0000000f;--shadow-sm:0 1px 3px #00000014;--radius:12px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .15s}a:hover{color:var(--primary)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.site-header{background:var(--bg-white);border-bottom:1px solid var(--border-light);z-index:50;box-shadow:var(--shadow-sm);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;min-height:72px;display:flex}.brand{align-items:center;display:flex}.brand-logo{width:auto;height:44px}.nav{align-items:center;gap:6px;display:flex}.nav-link{color:var(--text);border-radius:8px;padding:10px 18px;font-size:15px;font-weight:500;transition:background .15s,color .15s}.nav-link:hover{background:var(--bg-alt);color:var(--primary)}.btn{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-white);color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.btn:hover{background:var(--bg-alt);border-color:var(--border)}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-lg{border-radius:var(--radius-lg);padding:14px 28px;font-size:15px}.site-main{min-height:60vh}.site-footer{border-top:1px solid var(--border-light);background:var(--bg-white);margin-top:64px}.footer-grid{grid-template-columns:repeat(3,1fr);gap:32px;padding:40px 0;display:grid}.site-footer h4{color:var(--text);margin-bottom:14px;font-size:14px;font-weight:600}.site-footer ul{list-style:none}.site-footer li{margin:8px 0}.site-footer li a{color:var(--text-light);font-size:14px}.site-footer li a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border-light);text-align:center;color:var(--muted);padding:20px 0;font-size:13px}.hero{background:var(--bg-white);padding:72px 0 56px}.hero-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;display:grid}.hero h1{color:var(--text);letter-spacing:-.5px;margin-bottom:16px;font-size:42px;font-weight:700;line-height:1.15}.hero p{color:var(--text-light);font-size:16px;line-height:1.7}.hero-actions{gap:12px;margin-top:28px;display:flex}.hero-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:20px}.steps{background:var(--bg-alt);padding:56px 0}.steps h2{text-align:center;color:var(--primary);letter-spacing:.3px;margin-bottom:28px;font-size:18px;font-weight:600}.step-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.step{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:24px 18px}.step .icon{background:var(--bg-alt);border-radius:10px;width:48px;height:48px;margin:0 auto 14px}.step h4{color:var(--text);font-size:14px;font-weight:500}.section{background:var(--bg-white);padding:64px 0}.section .split{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.section h3{color:var(--text);margin-bottom:12px;font-size:26px;font-weight:700}.section p{color:var(--text-light);font-size:15px;line-height:1.7}.services{background:var(--bg-alt);padding:64px 0}.services h2{text-align:center;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:8px;font-size:13px;font-weight:600}.services h3{text-align:center;color:var(--text);margin-bottom:32px;font-size:26px;font-weight:700}.service-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.service{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:28px}.service h4{color:var(--primary);margin-bottom:10px;font-size:18px;font-weight:700}.service p{color:var(--text-light);margin-bottom:18px;font-size:14px}.faq{background:var(--bg-alt);padding:64px 0}.faq h2{text-align:center;color:var(--text);margin-bottom:32px;font-size:24px;font-weight:700}.faq-list{max-width:700px;margin:0 auto}.faq-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-white);margin-bottom:12px;padding:18px 20px}.faq-item summary{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;font-size:15px;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--muted);font-size:18px}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--text-light);margin-top:12px;font-size:14px;line-height:1.7}.auth-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.auth-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow);padding:40px 36px}.auth-logo{justify-content:center;margin-bottom:32px;display:flex}.auth-logo img{width:auto;height:36px}.auth-title{color:var(--text);margin-bottom:8px;font-size:26px;font-weight:700}.auth-sub{color:var(--text-light);margin-bottom:28px;font-size:15px}.field{margin-bottom:20px}.label{color:var(--text);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.input-wrap{position:relative}.input-icon{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-white);width:100%;color:var(--text);padding:14px 14px 14px 44px;font-size:15px;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:var(--muted)}.input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0434fc1f}.forgot-link{text-align:left;color:var(--text-light);margin:-8px 0 20px;font-size:13px;display:block}.forgot-link:hover{color:var(--primary)}.form-actions{margin-top:8px}.btn-submit{border-radius:var(--radius);width:100%;padding:14px;font-size:15px}.divider{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:16px;margin:28px 0;font-size:13px;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.social-buttons{gap:12px;display:flex}.btn-social{flex:1;padding:12px;font-size:14px}.btn-social svg{width:18px;height:18px}.auth-footer{text-align:center;color:var(--text-light);margin-top:28px;font-size:14px}.auth-footer a{color:var(--primary);font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-links{border-top:1px solid var(--border-light);color:var(--muted);justify-content:center;gap:20px;margin-top:28px;padding-top:20px;font-size:13px;display:flex}.auth-links a:hover{color:var(--primary)}@media (max-width:920px){.hero-inner,.section .split{grid-template-columns:1fr}.step-grid{grid-template-columns:1fr 1fr}.service-grid,.footer-grid,.hero-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr 1fr}.steps-grid,.benefits-grid,.platform-grid{grid-template-columns:1fr}}@media (max-width:500px){.auth-card{padding:32px 24px}.social-buttons{flex-direction:column}.features-grid{grid-template-columns:1fr}}.text-primary{color:var(--primary)}.section-title{color:var(--text);text-align:center;margin-bottom:48px;font-size:28px;font-weight:700;line-height:1.3}.hero-section{background:var(--bg-white);padding:80px 0 64px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-content h1{color:var(--text);margin-bottom:20px;font-size:38px;font-weight:700;line-height:1.25}.hero-content p{color:var(--text-light);margin-bottom:8px;font-size:16px;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.btn-outline{border:1px solid var(--border);color:var(--text);background:0 0}.btn-outline:hover{background:var(--bg-alt);border-color:var(--text-light)}.hero-image{justify-content:center;display:flex}.hero-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow);max-width:100%}.features-section{background:var(--bg-white);padding:80px 0}.features-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.feature-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.feature-icon{background:#0434fc14;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;display:flex}.feature-icon img{object-fit:contain;width:32px;height:32px}.feature-card h3{color:var(--text);margin-bottom:10px;font-size:16px;font-weight:600;line-height:1.4}.feature-card p{color:var(--text-light);font-size:14px;line-height:1.6}.steps-section{background:linear-gradient(#eef2ff 0%,#e0e7ff 100%);padding:80px 0}.steps-section .section-title{margin-bottom:48px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.step-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:36px 28px}.step-icon{background:#0434fc14;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.step-icon img{object-fit:contain;width:40px;height:40px}.step-card h3{color:var(--primary);margin-bottom:10px;font-size:16px;font-weight:600}.step-card p{color:var(--text-light);font-size:14px;line-height:1.6}.steps-cta{text-align:center;margin-top:48px}.benefits-section{background:var(--bg-white);padding:80px 0}.benefits-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.benefits-image{justify-content:center;display:flex}.benefits-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.benefit-mini-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-sm);padding:24px 20px}.benefit-mini-card img{object-fit:contain;width:40px;height:40px;margin:0 auto 12px}.benefit-mini-card span{color:var(--text-light);font-size:13px;font-weight:500}.benefits-content h2{color:var(--text);margin-bottom:16px;font-size:28px;font-weight:700;line-height:1.3}.benefits-content>p{color:var(--text-light);margin-bottom:24px;font-size:15px;line-height:1.7}.benefits-list{list-style:none}.benefits-list li{color:var(--text);align-items:flex-start;gap:12px;margin-bottom:14px;font-size:15px;display:flex}.check-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:2px}.platform-section{background:var(--bg-alt);padding:80px 0}.platform-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.platform-content h2{color:var(--text);margin-bottom:16px;font-size:28px;font-weight:700;line-height:1.3}.platform-content p{color:var(--text-light);font-size:15px;line-height:1.8}.platform-image{justify-content:center;display:flex}.platform-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow);max-width:100%}.store-page{--store-primary:#1a5f7a;--store-secondary:#f5e6d3;background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.store-announcement{background:var(--store-primary);color:#fff;text-align:center;padding:10px 20px;font-size:13px;font-weight:500}.store-header{background:var(--bg-white);border-bottom:1px solid var(--border);z-index:50;position:sticky;top:0}.store-header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:64px;display:flex}.store-brand{align-items:center;display:flex}.store-brand img{width:auto;height:36px}.store-brand-text{color:var(--store-primary);font-size:20px;font-weight:700}.store-footer .store-brand-text{color:#fff;font-size:24px}.store-nav{align-items:center;gap:4px;display:flex}.store-nav-link{color:var(--text);border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:background .15s,color .15s}.store-nav-link:hover{background:var(--bg-alt);color:var(--store-primary)}.store-actions{align-items:center;gap:12px;display:flex}.store-action-btn{cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:8px;padding:10px;transition:background .15s,color .15s}.store-action-btn:hover{background:var(--bg-alt);color:var(--store-primary)}.store-cart-btn{position:relative}.cart-badge{background:var(--store-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:600;display:flex;position:absolute;top:4px;right:4px}.store-currency{background:var(--bg-alt);color:var(--text);border-radius:8px;align-items:center;gap:4px;padding:8px 12px;font-size:13px;font-weight:500;display:flex}.currency-amount{color:var(--store-primary);font-weight:600}.desktop-only{display:block}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block!important}}.store-hero{width:100%}.store-slider{width:100%;height:75vh;min-height:500px;max-height:800px;position:relative;overflow:hidden}.store-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity .5s;position:absolute;inset:0}.store-slide.active{opacity:1}.slide-content{color:#fff;text-shadow:0 2px 12px #00000080;position:absolute;bottom:80px;left:60px}.slide-subtitle{text-transform:uppercase;letter-spacing:2px;opacity:.9;margin-bottom:8px;font-size:14px;font-weight:500}.slide-title{font-size:36px;font-weight:700}.slider-controls{gap:8px;display:flex;position:absolute;bottom:48px;right:48px}.slider-btn{cursor:pointer;width:44px;height:44px;color:var(--text);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex}.slider-btn:hover{background:#fff;transform:scale(1.05)}.store-products{background:var(--bg-white);padding:64px 0}.section-header{text-align:center;margin-bottom:40px}.section-header h2{color:var(--text);margin-bottom:8px;font-size:24px;font-weight:700}.section-header p{color:var(--text-light);font-size:14px}.products-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .2s,transform .2s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-image{aspect-ratio:1;background:var(--bg-alt);position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-seller{background:var(--store-primary);color:#fff;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.product-info{padding:20px}.product-name{color:var(--text);margin-bottom:6px;font-size:16px;font-weight:600}.product-description{color:var(--text-light);margin-bottom:14px;font-size:13px}.product-footer{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.product-price{color:var(--store-primary);font-size:18px;font-weight:700}.product-stock{border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500}.product-stock.in-stock{color:#166534;background:#dcfce7}.product-stock.out-stock{color:#991b1b;background:#fee2e2}.product-btn{background:var(--store-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:background .15s}.product-btn:hover{filter:brightness(1.1)}.store-features{background:var(--store-secondary);padding:64px 0}.store-features .section-header h2{color:var(--text)}.features-grid-store,.store-features .features-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.feature-item{text-align:center}.feature-icon-wrap{background:var(--bg-white);width:100px;height:100px;box-shadow:var(--shadow-sm);color:var(--store-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.feature-label{color:var(--text);font-size:15px;font-weight:600}.store-footer{background:var(--store-primary);color:#fff;margin-top:auto;padding:48px 0 0}.store-footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:32px;display:grid}.store-footer h4{margin-bottom:18px;font-size:16px;font-weight:600}.store-footer ul{list-style:none}.store-footer li{margin:10px 0}.store-footer li a{color:#fffc;font-size:14px;transition:color .15s}.store-footer li a:hover{color:#fff}.store-footer-bottom{text-align:center;color:#ffffffb3;border-top:1px solid #fff3;margin-top:40px;padding:20px 0;font-size:13px}@media (max-width:920px){.store-header-inner{flex-wrap:wrap;padding:16px 20px}.store-nav{border-top:1px solid var(--border);order:3;justify-content:center;width:100%;margin-top:12px;padding-top:12px}.store-slider{height:50vh;min-height:300px}.slide-content{bottom:24px;left:24px}.slide-title{font-size:28px}.slider-controls{bottom:24px;right:24px}.products-grid{grid-template-columns:repeat(2,1fr)}.store-features .features-grid{grid-template-columns:1fr;gap:24px}.store-footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:600px){.products-grid{grid-template-columns:1fr}.store-footer-grid{text-align:center;grid-template-columns:1fr}}.product-page{background:var(--bg);flex:1;padding:40px 0 64px}.product-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:48px;display:grid}.product-gallery{position:sticky;top:100px}.product-main-image{background:var(--store-primary);border-radius:var(--radius-lg);aspect-ratio:1;position:relative;overflow:hidden}.product-main-image img{object-fit:cover;width:100%;height:100%}.product-seller-badge{color:#fff;background:#000000b3;border-radius:20px;padding:6px 16px;font-size:12px;font-weight:500;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.product-img-arrow{cursor:pointer;width:40px;height:40px;color:var(--text);z-index:5;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.product-img-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.05)}.product-img-arrow-left{left:12px}.product-img-arrow-right{right:12px}.product-thumbnails{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.thumbnail-btn{border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;width:64px;height:64px;padding:0;transition:border-color .15s;overflow:hidden}.thumbnail-btn img{object-fit:cover;width:100%;height:100%}.thumbnail-btn:hover,.thumbnail-btn.active{border-color:var(--store-primary)}.product-details{padding:8px 0}.product-title{color:var(--text);margin-bottom:8px;font-size:28px;font-weight:700}.product-price-large{color:var(--store-primary);margin-bottom:24px;font-size:22px;font-weight:700}.product-variants{margin-bottom:24px}.variant-group{margin-bottom:16px}.variant-label{color:var(--store-primary);margin-bottom:10px;font-size:14px;font-weight:500;display:block}.variant-options{flex-wrap:wrap;gap:8px;display:flex}.variant-btn{border:1px solid var(--border);background:var(--bg-white);color:var(--text);cursor:pointer;border-radius:6px;padding:8px 16px;font-size:14px;transition:all .15s}.variant-btn:hover{border-color:var(--store-primary)}.variant-btn.active{background:var(--store-primary);color:#fff;border-color:var(--store-primary)}.product-variants-inline{flex-wrap:wrap;gap:20px;margin-bottom:20px;display:flex}.variant-group-inline{align-items:center;gap:10px;display:flex}.variant-label-sm{color:var(--store-primary);font-size:13px;font-weight:500}.variant-options-sm{gap:6px;display:flex}.variant-btn-sm{border:1px solid var(--border);background:var(--bg-white);color:var(--text);cursor:pointer;border-radius:4px;padding:5px 12px;font-size:12px;transition:all .15s}.variant-btn-sm:hover{border-color:var(--store-primary)}.variant-btn-sm.active{background:var(--store-primary);color:#fff;border-color:var(--store-primary)}.order-form-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:20px;padding:24px}.form-title{color:var(--text);text-align:center;margin-bottom:16px;font-size:14px;font-weight:600}.form-tabs{justify-content:flex-end;margin-bottom:20px;display:flex}.form-tab{background:var(--store-secondary);color:var(--text);cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500}.form-tab.active{background:var(--store-secondary)}.form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.form-group{margin-bottom:16px}.form-label{color:var(--text);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.form-input{border:1px solid var(--border);background:var(--bg-white);width:100%;color:var(--text);border-radius:8px;padding:12px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-input::placeholder{color:var(--muted)}.form-input:focus{border-color:var(--store-primary);outline:none;box-shadow:0 0 0 3px #1a5f7a1f}.packs-section{margin-bottom:20px}.packs-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.pack-card{border:1px solid var(--border);background:var(--bg-white);cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;padding:16px;transition:all .15s;display:flex}.pack-card:hover{border-color:var(--store-primary)}.pack-name{color:var(--text);margin-bottom:4px;font-size:14px;font-weight:600}.pack-qty{color:var(--muted);margin-bottom:6px;font-size:12px}.pack-price{color:var(--store-primary);font-size:14px;font-weight:700}.form-actions-row{align-items:center;gap:16px;margin-top:8px;display:flex}.quantity-selector{border:1px solid var(--border);border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.qty-btn{background:var(--bg-white);width:40px;height:40px;color:var(--text);cursor:pointer;border:none;font-size:18px;transition:background .15s}.qty-btn:hover{background:var(--bg-alt)}.qty-value{text-align:center;width:48px;color:var(--text);border-left:1px solid var(--border);border-right:1px solid var(--border);padding:8px 0;font-size:15px;font-weight:600}.submit-order-btn{background:var(--store-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:12px;padding:14px 24px;font-size:15px;font-weight:600;transition:background .15s}.submit-order-btn:hover{filter:brightness(1.1)}.submit-order-btn:disabled{opacity:.7;cursor:not-allowed}.view-more-link{text-align:right;margin-top:16px}.view-more-link a{color:var(--text-light);font-size:13px;text-decoration:underline}.view-more-link a:hover{color:var(--store-primary)}@media (max-width:920px){.product-layout{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.product-main-image{max-width:500px;margin:0 auto}.product-thumbnails{justify-content:center}}@media (max-width:600px){.product-page{padding:24px 0 48px}.product-main-image{aspect-ratio:1}.product-img-arrow{width:36px;height:36px}.product-img-arrow-left{left:8px}.product-img-arrow-right{right:8px}.product-thumbnails{gap:8px}.thumbnail-btn{width:56px;height:56px}.product-title{font-size:22px}.product-price-large{margin-bottom:16px;font-size:18px}.order-form-card{padding:16px}.form-title{font-size:13px}.product-variants-inline{flex-direction:column;gap:12px}.variant-group-inline{flex-direction:column;align-items:flex-start;gap:8px}.form-row{grid-template-columns:1fr}.packs-grid{grid-template-columns:1fr 1fr;gap:8px}.pack-card{padding:12px}.form-actions-row{flex-direction:column;gap:12px}.quantity-selector{justify-content:center;width:100%}.submit-order-btn{width:100%}}.store-loading,.store-error{background:var(--store-secondary-50,#f9fafb);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.loading-spinner{border:3px solid var(--store-primary-100,#e5e7eb);border-top-color:var(--store-primary,#3b82f6);border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.store-loading p,.store-error p{color:#6b7280;font-size:15px}.store-error .error-icon,.products-empty .empty-icon{margin-bottom:16px;font-size:64px}.store-error h1,.products-empty h2{color:#1f2937;margin-bottom:8px;font-size:24px;font-weight:700}.back-home-btn{background:var(--store-primary,#3b82f6);border-radius:8px;margin-top:20px;padding:12px 24px;font-weight:600;transition:opacity .2s;display:inline-block;color:#fff!important}.back-home-btn:hover{opacity:.9;color:#fff!important}.products-loading,.products-empty{text-align:center;padding:60px 20px}.products-loading .loading-spinner{margin:0 auto 16px}.order-success-page{background:linear-gradient(135deg,var(--store-primary-50,#eff6ff)0%,var(--store-secondary-50,#ecfdf5)100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.success-card{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:450px;padding:48px 40px;box-shadow:0 25px 50px -12px #0000001a}.success-icon{background:var(--store-secondary,#10b981);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:40px;font-weight:700;display:flex}.success-card h1{color:#1f2937;margin-bottom:12px;font-size:24px;font-weight:700}.success-card>p{color:#6b7280;margin-bottom:28px;font-size:15px;line-height:1.6}.success-actions{flex-direction:column;gap:12px;display:flex}.continue-btn{background:var(--store-primary,#3b82f6);text-align:center;border-radius:10px;padding:14px 24px;font-weight:600;transition:opacity .2s;display:block;color:#fff!important}.continue-btn:hover{opacity:.9;color:#fff!important}.whatsapp-order-btn{background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-weight:600;transition:background .2s;display:flex;color:#1f2937!important}.whatsapp-order-btn:hover{background:#f9fafb;color:#1f2937!important}.store-hero-simple{background:linear-gradient(135deg,var(--store-primary,#3b82f6)0%,var(--store-primary-600,#2563eb)100%);text-align:center;padding:60px 0}.hero-content{max-width:600px;margin:0 auto}.hero-logo{object-fit:cover;background:#fff;border-radius:20px;width:100px;height:100px;margin:0 auto 20px;padding:8px}.store-hero-simple h1{color:#fff;margin-bottom:12px;font-size:36px;font-weight:700}.store-hero-simple p{color:#ffffffd9;font-size:16px;line-height:1.6}.whatsapp-btn{color:#fff!important;background:#25d366!important;border-radius:50%!important;padding:8px!important}.whatsapp-btn:hover{opacity:.9}.product-discount{background:var(--store-secondary,#10b981);color:#fff;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600;position:absolute;top:12px;left:12px}.product-discount-badge{background:var(--store-secondary,#10b981);color:#fff;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600;position:absolute;top:16px;right:16px}.product-prices{align-items:center;gap:8px;display:flex}.product-old-price{color:#9ca3af;font-size:13px;text-decoration:line-through}.product-price-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.product-old-price-large{color:#9ca3af;font-size:18px;text-decoration:line-through}.product-description-full{color:#6b7280;white-space:pre-wrap;margin-bottom:24px;font-size:15px;line-height:1.7}.breadcrumb{color:#9ca3af;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;display:flex}.breadcrumb a{color:var(--store-primary,#3b82f6)}.breadcrumb a:hover{text-decoration:underline}.option-price{opacity:.7;margin-left:4px;font-size:11px}.order-total{background:var(--store-primary-50,#eff6ff);border-radius:10px;flex:1;align-items:center;gap:12px;padding:12px 16px;display:flex}.total-label{color:#6b7280;font-weight:500}.total-value{color:var(--store-primary,#3b82f6);font-size:20px;font-weight:700}.form-input.error{border-color:#ef4444}.form-error{color:#ef4444;margin-top:4px;font-size:12px;display:block}.form-textarea{resize:vertical;min-height:60px}.footer-brand-col{grid-column:span 1}.footer-logo{object-fit:cover;border-radius:12px;width:60px;height:60px;margin-bottom:12px}.footer-description{color:#ffffffb3;margin-top:8px;font-size:14px;line-height:1.6}.pack-original{color:#9ca3af;font-size:12px;text-decoration:line-through}.store-page{--store-primary:#3b82f6;--store-secondary:#10b981}.product-price{color:var(--store-primary,#3b82f6)}.product-btn{background:var(--store-primary,#3b82f6)}.variant-btn-sm.active{background:var(--store-primary,#3b82f6);border-color:var(--store-primary,#3b82f6);color:#fff}.pack-card.active{border-color:var(--store-secondary,#10b981);background:var(--store-secondary-50,#ecfdf5)}.pack-price{color:var(--store-secondary,#10b981)}.thumbnail-btn.active{border-color:var(--store-primary,#3b82f6)}.store-announcement{background:var(--store-primary,#3b82f6)}.store-header{background:var(--bg-white,#fff);border-bottom:1px solid var(--border,#e5e7eb)}.store-footer{background:var(--store-primary-800,#1e40af)}.feature-icon-wrap{color:var(--store-primary,#3b82f6)}@media (max-width:600px){.success-card{padding:32px 24px}.store-hero-simple h1{font-size:28px}.hero-logo{width:80px;height:80px}.order-total{justify-content:space-between;width:100%}}.store-hero-mobile{width:100%}.mobile-banner-img{width:100%;height:auto;display:block}
