:root{--sf-primary: #3D5A45;--sf-primary-dark: #2D4A35;--sf-primary-light: #4A6B54;--sf-accent: #C75B39;--sf-accent-light: #FBEEE8;--sf-bg: #F7F3ED;--sf-bg-dark: #EBE4D8;--sf-text: #2C2C2C;--sf-text-secondary: #666666;--sf-text-muted: #999999;--sf-success: #008A05;--sf-error: #DC2626;--sf-warning: #E65100;--dash-font-sans: var(--font-body, "Inter", -apple-system, BlinkMacSystemFont, sans-serif);--c-black: #1A1A1A;--c-white: #FFFFFF;--c-gray-900: #1A1A1A;--c-gray-700: #444444;--c-gray-500: #666666;--c-gray-400: #999999;--c-gray-300: #CCCCCC;--c-gray-200: #E5E5E5;--c-gray-100: #F5F5F5;--c-gray-50: #FAFAFA;--c-text: var(--c-gray-900);--c-text-secondary: var(--c-gray-500);--c-text-muted: var(--c-gray-400);--c-border: var(--c-gray-200);--c-border-light: #F0F0F0;--c-bg: var(--c-white);--c-bg-soft: var(--c-gray-50);--c-bg-muted: var(--c-gray-100);--theme-section-py: 96px;--theme-section-py-mobile: 56px;--theme-section-px: 48px;--theme-section-px-mobile: 20px;--theme-content-max-width: 1400px;--theme-heading-weight: 400;--theme-heading-lh: 1.1;--theme-body-lh: 1.7;--theme-card-radius: 12px;--theme-card-radius-lg: 16px;--theme-card-border: none;--theme-card-hover-shadow: 0 8px 24px rgba(0, 0, 0, .06);--theme-card-padding: 16px;--theme-card-padding-lg: 24px;--theme-card-image-ratio: 3/4;--theme-btn-radius: 50px;--theme-btn-py: 14px;--theme-btn-px: 32px;--theme-btn-font-size: 14px;--theme-btn-weight: 500;--theme-grid-gap: 16px;--theme-grid-gap-lg: 24px;--theme-ease: cubic-bezier(.16, 1, .3, 1)}@media(max-width:767px){:root{--theme-section-py: 56px;--theme-section-px: 20px;--theme-grid-gap: 12px}}.store-page{min-height:100vh;background:var(--c-bg, #FFFFFF);color:var(--sf-text, #2C2C2C);font-family:var(--dash-font-sans, var(--font-body, "Inter", sans-serif))}.store-page .richtext p{margin:0 0 1em}.store-page .richtext p:last-child{margin-bottom:0}.store-page .richtext strong,.store-page .richtext b{font-weight:600}.store-page .richtext em,.store-page .richtext i{font-style:italic}.store-page .richtext u{text-decoration:underline}.store-page .richtext a{color:var(--sf-primary, #3D5A45);text-decoration:underline;text-underline-offset:2px}.store-page .richtext a:hover{opacity:.8}.store-page .richtext br+br{display:block;content:"";margin-top:.5em}.section-renderer{display:contents}.rendered-section{width:100%}.section-fallback{padding:2rem;background:#f7f7f7;border:2px dashed #ddd;border-radius:8px;margin:1rem 0}.section-fallback-inner{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#717171;font-size:.875rem}.section-type{font-weight:600;font-family:monospace}.section-id{font-family:monospace;opacity:.6}.section{padding:48px 16px;max-width:var(--theme-content-max-width, 1400px);margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:24px}.section-title{font-family:var(--font-display, inherit);font-size:clamp(28px,4vw,42px);font-weight:var(--theme-heading-weight, 400);line-height:var(--theme-heading-lh, 1.1);letter-spacing:-.03em;color:var(--c-text, #1A1A1A);margin:0}.section-title :deep(strong){color:var(--sf-accent, #1A1A1A);font-weight:inherit}.section-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--c-text-muted, #999);font-weight:500;text-decoration:none;white-space:nowrap;transition:color .2s}.section-link:hover{color:var(--c-text, #1A1A1A)}.collection-empty{text-align:center;padding:48px 20px}.collection-empty-text{font-size:16px;color:var(--c-text-muted, #999);margin:0 0 12px}.collection-empty-link{font-size:14px;color:var(--c-text-secondary, #666);text-decoration:none}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:769px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:24px}}MOBILE MENU — Fullscreen,large typography ══════════════════════════════════════════ */ .store-page .mobile-menu{width:100%;background:#fff}.store-page .mobile-menu-header{padding:0 20px;height:60px;border-bottom:none}.store-page .mobile-menu-title{font-size:18px;font-weight:400}.store-page .mobile-menu-close{width:44px;height:44px;background:var(--c-bg-muted, #F5F5F5);font-size:16px;border-radius:50%}.store-page .mobile-menu-nav{padding:0 32px;display:flex;flex-direction:column;justify-content:center;flex:1;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch}.store-page .mobile-menu-link{font-family:var(--font-display);font-size:36px;font-weight:400;line-height:1.2;letter-spacing:-.03em;padding:12px 0;border-bottom:none;color:#1a1a1a}.store-page .mobile-menu-whatsapp{border-radius:50px}.store-page .product-card{border:var(--theme-card-border);border-radius:var(--theme-card-radius);background:transparent;overflow:visible;transition:none}.store-page .product-card:hover{transform:none;box-shadow:none}.store-page .product-card .product-image{aspect-ratio:var(--theme-card-image-ratio)!important;border-radius:var(--theme-card-radius);overflow:hidden;background:var(--c-bg-muted, #F5F5F5);margin-bottom:16px}.store-page .product-card .product-image img{transition:transform .5s ease}.store-page .product-card:hover .product-image img{transform:scale(1.04)}.store-page .product-card .product-badge{top:14px;left:14px;padding:6px 14px;border-radius:var(--theme-btn-radius);font-size:11px;font-weight:600;letter-spacing:.03em;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#000000a6;color:#fff}.store-page .product-card .product-badge.sale-badge{background:#dc2626e6;color:#fff}.store-page .product-card .product-badge.new-badge,.store-page .product-card .product-badge.low-stock,.store-page .product-card .product-badge.out-of-stock-badge,.store-page .product-card .product-badge.wholesale-badge{background:#000000a6;color:#fff}.store-page .product-card .product-info{padding:0 4px}.store-page .product-card .product-name{font-family:var(--font-body);font-size:14px;font-weight:400;margin-bottom:6px;line-height:1.4;-webkit-line-clamp:1}.store-page .product-card .product-price{gap:8px}.store-page .product-card .price-current{font-size:15px;font-weight:600}.store-page .product-card .price-original{font-size:13px;color:var(--c-text-muted, #999)}.store-page .product-card .product-activity,.store-page .product-card .product-activity.hot,.store-page .product-card .product-activity.low{padding:0 4px;margin-top:8px;font-size:11px;font-weight:500;color:var(--c-text-muted, #999)}.store-page .product-card .activity-dot{width:6px;height:6px;border-radius:50%;animation:classic-pulse-dot 2s ease-in-out infinite}.store-page .product-card .product-activity strong{color:var(--c-text-secondary, #666)}.store-page .product-card .product-activity.live .activity-dot{background:#22c55e}.store-page .product-card .product-activity.hot .activity-dot{background:#f59e0b;animation:none}.store-page .product-card .product-activity.low .activity-dot{background:#ef4444;animation:none}@keyframes classic-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.store-page .product-card .card-quick-add{display:block}.store-page .product-card:hover .card-quick-add{opacity:1;transform:translateY(0)}.store-page .product-card .btn-card-add{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.store-page .product-card .card-negotiate{display:inline;color:var(--c-text-muted, #999);text-decoration-color:var(--c-gray-300, #ccc);transition:color .15s,text-decoration-color .15s}.store-page .product-card .card-negotiate:hover{color:var(--c-text, #1A1A1A);text-decoration-color:var(--c-text, #1A1A1A)}.store-page .product-card .select-options-btn,.store-page .product-card .add-to-bag-btn,.store-page .product-card .get-notified-btn{border-radius:var(--theme-btn-radius);font-weight:500}.store-page{--checkout-btn-radius: 12px;--checkout-input-radius: 12px}@media(max-width:767px){.store-page .product-card .product-image{border-radius:10px;margin-bottom:10px}.store-page .product-card .product-name{font-size:13px;margin-bottom:4px}.store-page .product-card .price-current{font-size:13px}.store-page .product-card .price-original{font-size:11px}.store-page .product-card .product-info{padding:0 2px}.store-page .product-card .product-badge{top:10px;left:10px;padding:5px 10px;font-size:10px}.store-page .product-card .product-activity{font-size:10px;margin-top:5px;gap:4px}.store-page .product-card .activity-dot{width:5px;height:5px}.store-page .product-card .card-negotiate{font-size:10px}}@media(max-width:767px){.store-page .product-card .card-quick-add{opacity:1;transform:none;bottom:10px;left:auto;right:10px;width:36px;height:36px}.store-page .product-card .btn-card-add{width:36px;height:36px;border-radius:50%;padding:0;font-size:0;gap:0;background:#ffffffeb;box-shadow:0 2px 8px #0000001a}.store-page .product-card .btn-card-add svg{width:16px;height:16px}.store-page .product-card .btn-card-add span{display:none}}.store-page .image-text-container{gap:80px}.store-page .image-text-heading{font-size:clamp(1.75rem,3vw,2.5rem)}.store-page .image-text-body{font-size:15px}@media(max-width:767px){.store-page .image-text-container{gap:32px}}.store-page .wholesale-only-notice{display:flex;align-items:center;gap:16px;background:#fff7ed;border:1px solid #fdba74;border-radius:12px;padding:16px 20px;margin-bottom:16px}.store-page .wholesale-only-notice .notice-icon{font-size:24px;flex-shrink:0}.store-page .wholesale-only-notice .notice-content{flex:1}.store-page .wholesale-only-notice .notice-content strong{display:block;color:#c2410c;font-size:14px;margin-bottom:4px}.store-page .wholesale-only-notice .notice-content p{color:#9a3412;font-size:13px;margin:0;line-height:1.4}.store-page .page-main{flex:1;padding:2rem 1rem}.store-page .page-container{max-width:800px;margin:0 auto;background:var(--sf-bg);border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000d}.store-page .page-title{font-family:var(--font-display);font-size:2rem;color:var(--sf-text);margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--sf-bg-dark)}.store-page .page-content{color:var(--sf-text-secondary);line-height:1.8;font-size:1rem}.store-page .page-content p{margin:0 0 1.5rem}.store-page .page-content p:last-child{margin-bottom:0}.store-page .custom-page-main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.store-page .empty-page{text-align:center;max-width:500px}.store-page .empty-message{color:var(--sf-text-secondary);font-size:1rem;margin:0}@media(max-width:767px){.store-page .page-main{padding:1rem}.store-page .page-container{padding:1.5rem}.store-page .page-title{font-size:1.5rem;margin-bottom:1rem}.store-page .page-content{font-size:.95rem}}.distributors-page{--primary: #3d5a45;--primary-dark: #2e4735;--accent: #c75b39;--accent-light: #fbeee8;--background: #f7f3ed;--background-dark: #ebe4d8;--charcoal: #2c2c2c;--grey: #666;--white: #fff;--green: #22c55e;--red: #ef4444;--yellow: #f59e0b;--sf-primary: #3d5a45;--sf-primary-light: #4a6b54;--sf-bg: #f7f3ed;--sf-bg-dark: #ebe4d8;--sf-accent: #c75b39;--font-display: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;font-family:var(--font-body);color:var(--sf-text);background:var(--sf-bg);line-height:1.6}.distributors-page .header{position:fixed;top:0;left:0;right:0;background:var(--sf-bg);border-bottom:1px solid var(--background-dark);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;z-index:100}.distributors-page .logo{display:flex;align-items:center;gap:12px;font-weight:600;font-size:18px}.distributors-page .logo-img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;border-radius:10px}.distributors-page .logo-icon{width:40px;height:40px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.distributors-page .logo-name{font-weight:600}.distributors-page .nav-slots{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--accent);font-weight:500}.distributors-page .nav-slots .dot{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.distributors-page .hero{min-height:var(--app-height, 100vh);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:100px 24px 60px;background:linear-gradient(180deg,var(--background) 0%,var(--sf-bg) 100%);position:relative}.distributors-page .hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--accent-light);color:var(--accent);padding:8px 16px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:24px}.distributors-page .hero-badge .dot{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}.distributors-page .hero h1{font-size:clamp(36px,6vw,56px);line-height:1.1;margin-bottom:20px;max-width:700px;font-weight:500}.distributors-page .hero h1 span{color:var(--primary)}.distributors-page .hero .subtitle{font-size:18px;color:var(--grey);max-width:500px;margin-bottom:32px}.distributors-page .hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--primary);color:#fff;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.distributors-page .hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px)}.distributors-page .scroll-indicator{position:absolute;bottom:40px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--grey);font-size:13px;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.distributors-page .scroll-indicator svg{width:24px;height:24px}.distributors-page .problem-section{padding:100px 24px;background:var(--sf-bg);position:relative}.distributors-page .section-container{max-width:800px;margin:0 auto}.distributors-page .section-title{font-size:clamp(28px,4vw,40px);text-align:center;margin-bottom:48px;font-weight:500}.distributors-page .pain-points{display:flex;flex-direction:column;gap:20px}.distributors-page .pain-card{display:flex;align-items:flex-start;gap:16px;background:var(--background);border-left:4px solid var(--accent);padding:24px;border-radius:0 12px 12px 0}.distributors-page .pain-icon{font-size:28px;flex-shrink:0}.distributors-page .pain-content h3{font-size:18px;font-weight:600;margin-bottom:4px}.distributors-page .pain-content p{color:var(--grey);font-size:15px;margin:0}.distributors-page .transition-text{text-align:center;font-size:20px;color:var(--primary);font-weight:500;margin-top:48px}.distributors-page .need-section{padding:100px 24px;background:var(--background);position:relative}.distributors-page .need-container{max-width:900px;margin:0 auto}.distributors-page .explainer-video{background:var(--sf-bg);border-radius:20px;overflow:hidden;margin-bottom:48px;box-shadow:0 4px 20px #00000014}.distributors-page .explainer-video .video-container{position:relative;padding-bottom:56.25%;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%)}.distributors-page .explainer-video .video-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:24px 24px 48px}.distributors-page .explainer-video .video-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff26;padding:8px 16px;border-radius:50px;font-size:13px;margin-bottom:20px}.distributors-page .explainer-video .video-title{font-size:clamp(16px,3vw,24px);font-weight:500;margin-bottom:clamp(16px,3vw,24px);max-width:400px;line-height:1.3}.distributors-page .explainer-video .play-btn{width:clamp(56px,12vw,72px);height:clamp(56px,12vw,72px);background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s;flex-shrink:0}.distributors-page .explainer-video .play-btn:hover{transform:scale(1.1)}.distributors-page .explainer-video .play-btn svg{width:clamp(22px,5vw,28px);height:clamp(22px,5vw,28px);color:var(--primary);margin-left:4px}.distributors-page .explainer-video .video-duration{position:absolute;bottom:16px;right:16px;background:#0009;padding:6px 12px;border-radius:6px;font-size:13px;color:#fff}.distributors-page .explainer-video .video-iframe{position:absolute;inset:0;width:100%;height:100%}.distributors-page .map-container{background:var(--sf-bg);border-radius:20px;padding:40px;margin-bottom:48px;position:relative;overflow:hidden}.distributors-page .nigeria-map{width:100%;max-width:400px;height:300px;margin:0 auto;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 350'%3E%3Cpath d='M200 20 L320 60 L360 150 L340 250 L280 320 L180 330 L100 280 L60 180 L80 100 L140 40 Z' fill='%23E8E4DC' stroke='%23D4CFC5' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;position:relative}.distributors-page .order-dot{position:absolute;width:16px;height:16px;background:var(--accent);border-radius:50%;animation:dotPulse 2s infinite}.distributors-page .order-dot:after{content:"";position:absolute;inset:-4px;border:2px solid var(--accent);border-radius:50%;opacity:.3;animation:dotRing 2s infinite}@keyframes dotPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes dotRing{0%{transform:scale(1);opacity:.3}to{transform:scale(2);opacity:0}}.distributors-page .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}@media(max-width:600px){.distributors-page .stats-grid{grid-template-columns:1fr}}.distributors-page .stat-card{background:var(--sf-bg);border-radius:16px;padding:28px;text-align:center}.distributors-page .stat-number{font-size:42px;font-weight:600;color:var(--primary);line-height:1;margin-bottom:8px}.distributors-page .stat-label{font-size:14px;color:var(--grey)}.distributors-page .need-message{text-align:center;max-width:600px;margin:0 auto 40px}.distributors-page .need-message .highlight{font-size:20px;font-weight:500;color:var(--sf-text);margin-bottom:16px}.distributors-page .need-message .highlight strong{color:var(--accent)}.distributors-page .need-list{display:flex;flex-direction:column;gap:8px;font-size:16px;color:var(--grey)}.distributors-page .slots-bar{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.distributors-page .slot-badge{display:inline-flex;align-items:center;gap:8px;background:var(--sf-bg);padding:12px 20px;border-radius:50px;font-size:14px;font-weight:500}.distributors-page .slot-badge .dot{width:8px;height:8px;border-radius:50%}.distributors-page .slot-badge .dot.red{background:#ef4444}.distributors-page .slot-badge .dot.yellow{background:#f59e0b}.distributors-page .slot-badge .dot.green{background:#22c55e}.distributors-page .process-section{padding:100px 24px;background:var(--sf-bg);position:relative}.distributors-page .process-container{max-width:700px;margin:0 auto}.distributors-page .process-subtitle{text-align:center;color:var(--grey);margin-top:-32px;margin-bottom:60px;font-size:17px}.distributors-page .process-steps{position:relative}.distributors-page .process-line{position:absolute;left:32px;top:40px;bottom:40px;width:2px;background:var(--background-dark)}.distributors-page .process-line-fill{width:100%;height:100%;background:var(--primary)}.distributors-page .process-step{display:flex;gap:24px;margin-bottom:40px;position:relative}.distributors-page .step-number{width:64px;height:64px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0;z-index:1}.distributors-page .step-content{padding-top:8px}.distributors-page .step-content h3{font-size:20px;font-weight:600;margin-bottom:8px}.distributors-page .step-content p{color:var(--grey);font-size:15px;margin:0}.distributors-page .process-benefits{background:var(--background);border-left:4px solid var(--primary);border-radius:0 12px 12px 0;padding:24px;margin-top:48px;list-style:none}.distributors-page .process-benefits li{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:15px}.distributors-page .process-benefits li:last-child{margin-bottom:0}.distributors-page .process-benefits svg{width:20px;height:20px;color:var(--green);flex-shrink:0}.distributors-page .proof-section{padding:100px 24px;background:var(--background);position:relative}.distributors-page .proof-container{max-width:900px;margin:0 auto}.distributors-page .proof-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}@media(max-width:600px){.distributors-page .proof-stats{grid-template-columns:1fr}}.distributors-page .video-testimonial{background:var(--sf-bg);border-radius:20px;overflow:hidden;margin-bottom:48px}.distributors-page .video-container{position:relative;padding-bottom:56.25%;background:var(--sf-text)}.distributors-page .video-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.distributors-page .video-placeholder.dark{background:linear-gradient(135deg,var(--sf-text) 0%,#1a1a1a 100%)}.distributors-page .video-iframe{position:absolute;inset:0;width:100%;height:100%}.distributors-page .video-play-btn{width:80px;height:80px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s;margin-bottom:16px}.distributors-page .video-play-btn:hover{transform:scale(1.1)}.distributors-page .video-play-btn svg{width:32px;height:32px;margin-left:4px}.distributors-page .video-label{font-size:14px;opacity:.8}.distributors-page .video-testimonial-info{padding:24px;display:flex;align-items:center;gap:16px}.distributors-page .video-author-avatar{width:56px;height:56px;background:var(--accent-light);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px}.distributors-page .video-author-details h4{font-weight:600;margin-bottom:4px}.distributors-page .video-author-details p{font-size:14px;color:var(--grey);margin:0}.distributors-page .video-author-details .profit-highlight{color:var(--green);font-weight:600}.distributors-page .testimonial-card{background:var(--sf-bg);border-radius:20px;padding:32px;margin-bottom:48px;position:relative}.distributors-page .quote-icon{font-size:48px;color:var(--background-dark);position:absolute;top:20px;left:28px;font-family:Georgia,serif}.distributors-page .testimonial-text{font-size:18px;line-height:1.7;margin-bottom:20px;padding-left:40px}.distributors-page .testimonial-author{display:flex;align-items:center;gap:12px;padding-left:40px}.distributors-page .author-avatar{width:48px;height:48px;background:var(--accent-light);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.distributors-page .author-info strong{display:block;font-weight:600}.distributors-page .author-info span{font-size:14px;color:var(--grey)}.distributors-page .calculator-section{padding:100px 24px;background:var(--sf-bg);position:relative}.distributors-page .calculator-container{max-width:600px;margin:0 auto}.distributors-page .calculator-card{background:var(--sf-bg);border-radius:24px;padding:32px;box-shadow:0 4px 24px #00000014}.distributors-page .calculator-header{text-align:center;margin-bottom:32px}.distributors-page .calculator-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--sf-primary) 0%,var(--sf-primary-light, #3d7a64) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:28px}.distributors-page .calculator-title{font-family:var(--font-display);font-size:28px;font-weight:600;color:var(--sf-text);margin-bottom:8px}.distributors-page .calculator-subtitle{color:var(--grey);font-size:15px}.distributors-page .calculator-inputs{margin-bottom:32px}.distributors-page .calculator-inputs .input-group{margin-bottom:24px}.distributors-page .calculator-inputs .input-label{font-weight:500;font-size:14px;color:var(--sf-text);margin-bottom:12px;display:block}.distributors-page .radio-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.distributors-page .radio-option{position:relative;cursor:pointer}.distributors-page .radio-option input{position:absolute;opacity:0;cursor:pointer}.distributors-page .radio-option .radio-label{display:block;padding:14px 16px;background:var(--sf-bg);border:2px solid transparent;border-radius:12px;text-align:center;font-size:14px;font-weight:500;transition:all .2s}.distributors-page .radio-option input:checked+.radio-label{background:#2d5a4a1a;border-color:var(--sf-primary);color:var(--sf-primary)}.distributors-page .radio-option .radio-label:hover{background:var(--sf-bg-dark)}.distributors-page .radio-option .recommended{font-size:11px;color:var(--sf-accent);display:block;margin-top:2px}.distributors-page .slider-container{padding:0 8px}.distributors-page .days-slider{width:100%;height:8px;-webkit-appearance:none;background:var(--sf-bg-dark);border-radius:4px;outline:none}.distributors-page .days-slider::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;background:var(--sf-bg);border:3px solid var(--sf-primary);border-radius:50%;cursor:grab;box-shadow:0 2px 8px #00000026}.distributors-page .days-slider::-moz-range-thumb{width:24px;height:24px;background:var(--sf-bg);border:3px solid var(--sf-primary);border-radius:50%;cursor:grab;box-shadow:0 2px 8px #00000026}.distributors-page .slider-value{text-align:center;font-size:18px;font-weight:600;color:var(--sf-primary);margin-top:12px}.distributors-page .slider-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--grey);margin-top:4px}.distributors-page .calculator-results{background:linear-gradient(135deg,var(--sf-primary) 0%,var(--sf-primary-light, #3d7a64) 100%);border-radius:20px;padding:28px;color:var(--sf-bg);text-align:center}.distributors-page .results-label{font-size:13px;text-transform:uppercase;letter-spacing:1px;opacity:.85;margin-bottom:8px}.distributors-page .results-amount{font-family:var(--font-display);font-size:48px;font-weight:700;margin-bottom:4px;line-height:1.1}.distributors-page .results-period{font-size:16px;opacity:.85;margin-bottom:20px}.distributors-page .results-divider{height:1px;background:#fff3;margin:20px 0}.distributors-page .results-breakdown{display:flex;justify-content:center;align-items:center;gap:8px;font-size:14px;opacity:.9;flex-wrap:wrap}.distributors-page .results-breakdown .multiply{opacity:.6}.distributors-page .calculator-results .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.distributors-page .calculator-results .stat-item{background:#ffffff26;border-radius:12px;padding:14px 8px;text-align:center}.distributors-page .calculator-results .stat-value{font-family:var(--font-display);font-size:18px;font-weight:600;margin-bottom:4px;color:var(--sf-bg)}.distributors-page .calculator-results .stat-label{font-size:11px;opacity:.8;color:var(--sf-bg)}.distributors-page .top-earners{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;padding:12px 16px;background:#ffffff1a;border-radius:100px;font-size:13px}.distributors-page .top-earners-icon{font-size:16px}.distributors-page .calculator-cta{margin-top:24px}.distributors-page .calculator-btn{width:100%;padding:18px 32px;background:var(--sf-primary);color:var(--sf-bg);border:none;border-radius:14px;font-family:var(--font-body);font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;text-decoration:none}.distributors-page .calculator-btn:hover{background:var(--sf-primary-light, #3d7a64);transform:translateY(-2px);box-shadow:0 8px 24px #2d5a4a4d}.distributors-page .calculator-btn svg{width:20px;height:20px}@media(max-width:480px){.distributors-page .calculator-card{padding:24px 20px}.distributors-page .calculator-title{font-size:24px}.distributors-page .radio-options{grid-template-columns:1fr}.distributors-page .results-amount{font-size:40px}.distributors-page .calculator-results .stats-grid{grid-template-columns:1fr;gap:8px}.distributors-page .calculator-results .stat-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}.distributors-page .calculator-results .stat-value{margin-bottom:0}.distributors-page .calculator-results .stat-label{text-align:right}}.distributors-page .products-section{padding:100px 24px;background:var(--sf-bg);position:relative}.distributors-page .products-container{max-width:1000px;margin:0 auto}.distributors-page .products-subtitle{text-align:center;color:var(--grey);margin-top:-32px;margin-bottom:48px;font-size:17px}.distributors-page .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){.distributors-page .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.distributors-page .products-grid{grid-template-columns:1fr}}.distributors-page .product-card{background:var(--background);border-radius:16px;overflow:hidden;transition:transform .2s}.distributors-page .product-card:hover{transform:translateY(-4px)}.distributors-page .product-card .product-image{height:180px;background:var(--background-dark);display:flex;align-items:center;justify-content:center;color:var(--grey);font-size:48px}.distributors-page .product-card .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.distributors-page .product-card .product-info{padding:20px}.distributors-page .product-card .product-name{font-weight:600;margin-bottom:12px}.distributors-page .product-card .product-prices{display:flex;gap:12px;margin-bottom:12px;font-size:14px}.distributors-page .product-card .product-prices .cost,.distributors-page .product-card .product-prices .retail{color:var(--grey)}.distributors-page .product-card .product-profit{display:inline-flex;align-items:center;gap:6px;background:#dcfce7;color:#166534;padding:8px 14px;border-radius:8px;font-size:14px;font-weight:600;margin-bottom:12px}.distributors-page .product-card .product-demand{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--accent)}.distributors-page .cta-section{padding:100px 24px;background:var(--background);position:relative}.distributors-page .cta-container{max-width:600px;margin:0 auto;text-align:center}.distributors-page .scarcity-banner{display:inline-flex;align-items:center;gap:10px;background:#fee2e2;color:#991b1b;padding:12px 24px;border-radius:50px;font-size:15px;font-weight:600;margin-bottom:40px}.distributors-page .scarcity-banner .dot{width:10px;height:10px;background:#ef4444;border-radius:50%;animation:pulse 1.5s infinite}.distributors-page .apply-card{background:var(--sf-bg);border-radius:24px;padding:40px;text-align:left;box-shadow:0 4px 20px #00000014}.distributors-page .apply-card label{display:block;font-weight:600;margin-bottom:12px}.distributors-page .searchable-dropdown{position:relative;margin-bottom:16px}.distributors-page .area-selector{width:100%;padding:16px;border:2px solid var(--background-dark);border-radius:12px;font-size:16px;background:var(--background)}.distributors-page .area-selector:focus{outline:none;border-color:var(--primary)}.distributors-page .dropdown-options{position:absolute;top:100%;left:0;right:0;background:var(--sf-bg);border:1px solid var(--background-dark);border-radius:12px;max-height:300px;overflow-y:auto;z-index:50;box-shadow:0 4px 12px #0000001a;margin-top:4px}.distributors-page .dropdown-hint{padding:12px 16px;font-size:13px;color:var(--grey);border-bottom:1px solid var(--background)}.distributors-page .dropdown-option{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .15s}.distributors-page .dropdown-option:hover{background:var(--background)}.distributors-page .dropdown-option.disabled{opacity:.5;cursor:not-allowed}.distributors-page .dropdown-option.selected{background:var(--accent-light)}.distributors-page .option-checkbox{width:20px;height:20px;border:2px solid var(--background-dark);border-radius:4px;display:flex;align-items:center;justify-content:center}.distributors-page .option-checkbox svg{width:14px;height:14px;color:var(--primary)}.distributors-page .dropdown-option.selected .option-checkbox{background:var(--primary);border-color:var(--primary)}.distributors-page .dropdown-option.selected .option-checkbox svg{color:#fff}.distributors-page .option-name{flex:1}.distributors-page .option-badge{font-size:12px;padding:4px 8px;border-radius:4px;font-weight:500}.distributors-page .option-badge.full{background:#fee2e2;color:#991b1b}.distributors-page .option-badge.low{background:#fef3c7;color:#92400e}.distributors-page .dropdown-empty{padding:24px;text-align:center;color:var(--grey)}.distributors-page .selected-areas{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.distributors-page .area-chip{display:inline-flex;align-items:center;gap:8px;background:var(--primary);color:#fff;padding:8px 14px;border-radius:50px;font-size:14px}.distributors-page .area-chip button{background:none;border:none;color:#fff;cursor:pointer;opacity:.7;font-size:18px;line-height:1}.distributors-page .area-chip button:hover{opacity:1}.distributors-page .selected-areas-modal{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.distributors-page .modal-dropdown{position:relative}.distributors-page .modal-dropdown .dropdown-options{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:100}.distributors-page .label-hint{font-weight:400;color:var(--grey);font-size:13px}.distributors-page .selected-areas-display{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.distributors-page .selected-areas-display label{display:block;font-size:13px;color:var(--grey);margin-bottom:8px}.distributors-page .areas-list{display:flex;flex-wrap:wrap;gap:8px}.distributors-page .area-tag{background:var(--primary);color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500}.distributors-page .apply-btn{width:100%;background:var(--primary);color:#fff;border:none;padding:18px;border-radius:12px;font-size:17px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.distributors-page .apply-btn:hover:not(:disabled){background:var(--primary-dark)}.distributors-page .apply-btn:disabled{opacity:.5;cursor:not-allowed}.distributors-page .reassurance{display:flex;justify-content:center;gap:24px;margin-top:20px;font-size:13px;color:var(--grey)}.distributors-page .whatsapp-link{display:inline-flex;align-items:center;gap:8px;margin-top:32px;color:var(--primary);font-weight:500;text-decoration:none}.distributors-page .whatsapp-link:hover{text-decoration:underline}.distributors-page .faq-section{padding:100px 24px;background:var(--sf-bg);position:relative}.distributors-page .faq-container{max-width:700px;margin:0 auto}.distributors-page .faq-list{display:flex;flex-direction:column;gap:12px}.distributors-page .faq-item{background:var(--background);border-radius:12px;overflow:hidden}.distributors-page .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:none;border:none;font-size:16px;font-weight:500;text-align:left;cursor:pointer}.distributors-page .faq-question svg{width:20px;height:20px;color:var(--grey);transition:transform .2s;flex-shrink:0}.distributors-page .faq-item.open .faq-question svg{transform:rotate(180deg)}.distributors-page .faq-answer{padding:0 24px 20px;color:var(--grey);font-size:15px;line-height:1.6;display:none}.distributors-page .faq-item.open .faq-answer{display:block}.distributors-page .footer{padding:40px 24px;text-align:center;color:var(--grey);font-size:14px;border-top:1px solid var(--background-dark)}.distributors-page .sticky-cta{position:fixed;bottom:0;left:0;right:0;background:var(--primary);color:#fff;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;z-index:90;box-shadow:0 -4px 20px #00000026}.distributors-page .sticky-cta .slots-text{display:flex;align-items:center;gap:8px;font-size:14px}.distributors-page .sticky-cta .slots-text .dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 1.5s infinite}.distributors-page .sticky-cta .cta-btn{background:#fff;color:var(--primary);padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none}.distributors-page .not-enabled{padding-top:80px}.distributors-page .not-enabled-hero{min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--background) 0%,var(--sf-bg) 100%);padding:60px 24px}.distributors-page .not-enabled-content{text-align:center;max-width:500px}.distributors-page .not-enabled-illustration{position:relative;width:120px;height:120px;margin:0 auto 32px}.distributors-page .illustration-circle{width:120px;height:120px;background:var(--background);border-radius:50%;display:flex;align-items:center;justify-content:center}.distributors-page .illustration-circle svg{width:56px;height:56px;color:var(--primary)}.distributors-page .illustration-badge{position:absolute;bottom:-4px;right:-4px;width:40px;height:40px;background:#fee2e2;border-radius:50%;display:flex;align-items:center;justify-content:center;border:4px solid var(--sf-bg)}.distributors-page .illustration-badge svg{width:20px;height:20px;color:#ef4444}.distributors-page .not-enabled-badge{display:inline-block;background:var(--accent-light);color:var(--accent);padding:6px 14px;border-radius:50px;font-size:13px;font-weight:600;margin-bottom:16px}.distributors-page .not-enabled-content h1{font-size:clamp(28px,5vw,40px);font-weight:500;margin-bottom:16px}.distributors-page .not-enabled-subtitle{color:var(--grey);font-size:17px;margin-bottom:32px}.distributors-page .not-enabled-actions{display:flex;gap:12px;justify-content:center;margin-bottom:32px;flex-wrap:wrap}.distributors-page .action-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:12px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s}.distributors-page .action-btn.primary{background:var(--primary);color:#fff}.distributors-page .action-btn.primary:hover{background:var(--primary-dark)}.distributors-page .action-btn.secondary{background:var(--background);color:var(--sf-text)}.distributors-page .action-btn.secondary:hover{background:var(--background-dark)}.distributors-page .action-btn svg{width:18px;height:18px}.distributors-page .not-enabled-note{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--grey);font-size:14px}.distributors-page .not-enabled-note svg{width:18px;height:18px;flex-shrink:0}.distributors-page .not-enabled-info{padding:80px 24px;background:var(--sf-bg)}.distributors-page .not-enabled-info h2{text-align:center;font-size:clamp(24px,4vw,32px);font-weight:500;margin-bottom:12px}.distributors-page .info-subtitle{text-align:center;color:var(--grey);margin-bottom:48px}.distributors-page .info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto}@media(max-width:768px){.distributors-page .info-grid{grid-template-columns:1fr}}.distributors-page .info-card{background:var(--background);border-radius:16px;padding:32px 24px;text-align:center}.distributors-page .info-icon{width:64px;height:64px;background:var(--accent-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.distributors-page .info-icon svg{width:28px;height:28px;color:var(--accent)}.distributors-page .info-card h3{font-size:18px;font-weight:600;margin-bottom:8px}.distributors-page .info-card p{color:var(--grey);font-size:14px;margin:0}.distributors-page .dist-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.distributors-page .modal-content{background:var(--sf-bg);border-radius:20px;padding:32px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.distributors-page .modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:8px;color:var(--grey)}.distributors-page .modal-close svg{width:20px;height:20px}.distributors-page .modal-content h3{font-size:22px;font-weight:600;margin-bottom:24px}.distributors-page .modal-icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.distributors-page .selected-areas-tags{display:flex;flex-wrap:wrap;gap:8px}.distributors-page .selected-areas-tags .area-tag{background:var(--background);color:var(--sf-text);padding:6px 12px;border-radius:6px;font-size:13px}.distributors-page .form-error-text{display:block;font-size:13px;color:#ef4444;margin-top:6px}.distributors-page .save-error{background:#fee2e2;color:#991b1b;padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:14px}.distributors-page .fomo-modal .fomo-card{background:var(--sf-bg);border-radius:20px;padding:40px;text-align:center;max-width:400px;width:100%}.distributors-page .fomo-spinner{width:48px;height:48px;border:3px solid var(--background);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 24px}.distributors-page .fomo-title{font-size:22px;font-weight:600;margin-bottom:8px}.distributors-page .fomo-text{color:var(--grey);margin-bottom:24px}.distributors-page .fomo-progress{height:4px;background:var(--background);border-radius:2px;overflow:hidden}.distributors-page .fomo-progress-fill{height:100%;background:var(--primary);width:0;animation:progress 2s ease-out forwards}.distributors-page .fomo-progress-fill.complete{width:100%;animation:none}@keyframes progress{to{width:100%}}.distributors-page .fomo-people{display:flex;justify-content:center;margin-bottom:16px}.distributors-page .fomo-person{width:40px;height:40px;background:var(--accent-light);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:3px solid var(--sf-bg);margin-left:-12px}.distributors-page .fomo-person:first-child{margin-left:0}.distributors-page .fomo-person-more{background:var(--sf-text);color:#fff}.distributors-page .fomo-slots-badge{display:inline-block;background:#fee2e2;color:#991b1b;padding:8px 16px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:16px}.distributors-page .rejection-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:var(--sf-text);color:#fff;border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:12px;z-index:100;box-shadow:0 4px 20px #0003}.distributors-page .rejection-toast.error{background:#991b1b}.distributors-page .rejection-toast.warning{background:#92400e}.distributors-page .rejection-toast.urgency{background:#1d4ed8}.distributors-page .rejection-toast-icon svg{width:20px;height:20px}.distributors-page .rejection-toast-message{font-size:14px;font-weight:500}.distributors-page .rejection-toast-close{background:none;border:none;padding:4px;cursor:pointer;color:#ffffffb3}.distributors-page .rejection-toast-close svg{width:16px;height:16px}.distributors-page .rejection-toast-enter-active,.distributors-page .rejection-toast-leave-active{transition:all .3s ease}.distributors-page .rejection-toast-enter-from,.distributors-page .rejection-toast-leave-to{opacity:0;transform:translate(-50%,20px)}.distributors-page .slide-up-enter-active,.distributors-page .slide-up-leave-active{transition:transform .3s ease}.distributors-page .slide-up-enter-from,.distributors-page .slide-up-leave-to{transform:translateY(100%)}@media(max-width:768px){.distributors-page .header{padding:12px 16px}.distributors-page .logo-name{display:none}.distributors-page .nav-slots span:not(.dot){font-size:12px}.distributors-page .hero{padding:80px 16px 40px}.distributors-page .hero h1{font-size:32px}.distributors-page .hero .subtitle{font-size:16px}.distributors-page .problem-section,.distributors-page .need-section,.distributors-page .process-section,.distributors-page .proof-section,.distributors-page .calculator-section,.distributors-page .products-section,.distributors-page .cta-section,.distributors-page .faq-section{padding:60px 16px}.distributors-page .pain-card{padding:16px}.distributors-page .map-container{padding:24px}.distributors-page .stats-grid,.distributors-page .proof-stats{grid-template-columns:1fr;gap:12px}.distributors-page .stat-card{padding:20px}.distributors-page .stat-number{font-size:32px}.distributors-page .process-step{gap:16px}.distributors-page .step-number{width:48px;height:48px;font-size:18px}.distributors-page .process-line{left:24px}.distributors-page .apply-card{padding:24px}.distributors-page .reassurance{flex-direction:column;gap:8px}.distributors-page .price-breakdown{grid-template-columns:1fr}}@media(min-width:1024px){.distributors-page .sticky-cta{display:none}}.dist-modal-overlay .modal{transform:translateY(0);border-radius:16px;max-width:500px;width:100%;background:#fff;max-height:90vh;overflow-y:auto}.dist-modal-overlay .modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #ebe4d8;position:sticky;top:0;background:#fff;z-index:10}.dist-modal-overlay .modal-title{font-size:17px;font-weight:600;color:#2c2c2c}.dist-modal-overlay .modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f7f3ed;border:none;border-radius:50%;font-size:20px;cursor:pointer;color:#666}.dist-modal-overlay .modal-body{padding:20px}.dist-modal-overlay .modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:16px 20px;border-top:1px solid #ebe4d8;background:#fff;position:sticky;bottom:0}.dist-modal-overlay .form-group{margin-bottom:16px}.dist-modal-overlay .form-label{display:block;font-size:13px;font-weight:500;color:#2c2c2c;margin-bottom:6px}.dist-modal-overlay .form-input{width:100%;padding:12px 14px;border:1px solid #ebe4d8;border-radius:10px;font-size:14px;color:#2c2c2c;background:#fff;font-family:inherit}.dist-modal-overlay .form-input:focus{outline:none;border-color:#3d5a45}.dist-modal-overlay .form-hint{font-size:12px;color:#666;margin-top:4px}.dist-modal-overlay .btn{padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.dist-modal-overlay .btn-secondary{background:#f7f3ed;color:#2c2c2c;border:none}.dist-modal-overlay .btn-secondary:hover{background:#ebe4d8}.dist-modal-overlay .btn-primary{background:#3d5a45;color:#fff;border:none}.dist-modal-overlay .btn-primary:hover{background:#2e4735}.dist-modal-overlay .btn-primary:disabled{opacity:.6;cursor:not-allowed}.dist-modal-overlay .selected-areas-tags{display:flex;flex-wrap:wrap;gap:8px}.dist-modal-overlay .area-tag{background:#f7f3ed;color:#2c2c2c;padding:6px 12px;border-radius:6px;font-size:13px}.dist-modal-overlay .form-error-text{display:block;font-size:13px;color:#ef4444;margin-top:6px}.dist-modal-overlay .save-error{background:#fee2e2;color:#991b1b;padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:14px}.fomo-modal .fomo-card{background:#fff;border-radius:20px;padding:40px;text-align:center;max-width:400px;width:100%}.fomo-modal .fomo-spinner{width:48px;height:48px;border:3px solid #f7f3ed;border-top-color:#3d5a45;border-radius:50%;animation:dist-spin 1s linear infinite;margin:0 auto 24px}@keyframes dist-spin{to{transform:rotate(360deg)}}.fomo-modal .fomo-title{font-size:22px;font-weight:600;margin-bottom:8px;color:#2c2c2c}.fomo-modal .fomo-text{color:#666;margin-bottom:24px}.fomo-modal .fomo-progress{height:4px;background:#f7f3ed;border-radius:2px;overflow:hidden}.fomo-modal .fomo-progress-fill{height:100%;background:#3d5a45;width:0;animation:dist-progress 2s ease-out forwards}.fomo-modal .fomo-progress-fill.complete{width:100%;animation:none}@keyframes dist-progress{to{width:100%}}.fomo-modal .fomo-people{display:flex;justify-content:center;margin-bottom:16px}.fomo-modal .fomo-person{width:40px;height:40px;background:#fbeee8;color:#c75b39;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:3px solid #fff;margin-left:-12px}.fomo-modal .fomo-person:first-child{margin-left:0}.fomo-modal .fomo-person-more{background:#2c2c2c;color:#fff}.fomo-modal .fomo-slots-badge{display:inline-block;background:#fee2e2;color:#991b1b;padding:8px 16px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:16px}.product-drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:1010}.product-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:440px;background:#fff;z-index:1011;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,sans-serif}.product-drawer .drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #ebe4d8;background:#fff}.product-drawer .drawer-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f7f3ed;border:none;border-radius:50%;font-size:16px;cursor:pointer;color:#2c2c2c}.product-drawer .drawer-title{font-size:16px;font-weight:600;color:#2c2c2c}.product-drawer .drawer-step{font-size:12px;color:#888}.product-drawer .countdown-banner{display:flex;align-items:center;gap:10px;background:#fef3c7;padding:10px 20px;font-size:13px;color:#92400e}.product-drawer .countdown-text strong{font-weight:600}.product-drawer .drawer-body{flex:1;overflow-y:auto;padding:16px;background:#f7f3ed}.product-drawer .drawer-product-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px}.product-drawer .drawer-product-card:last-child{margin-bottom:0}.product-drawer .product-top{display:flex;gap:12px;margin-bottom:14px}.product-drawer .product-image{width:70px;height:70px;background:#f7f3ed;border-radius:10px;overflow:hidden;flex-shrink:0}.product-drawer .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-drawer .product-info{flex:1}.product-drawer .product-name{font-size:15px;font-weight:600;margin-bottom:6px;color:#2c2c2c}.product-drawer .product-orders{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#c75b39;font-weight:500}.product-drawer .product-orders svg{width:14px;height:14px}.product-drawer .price-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.product-drawer .price-box{text-align:center;padding:10px 8px;background:#f7f3ed;border-radius:8px}.product-drawer .price-box.profit{background:#dcfce7}.product-drawer .price-label{font-size:11px;color:#666;margin-bottom:4px}.product-drawer .price-value{font-size:14px;font-weight:600;color:#2c2c2c}.product-drawer .price-box.profit .price-value{color:#166534}.product-drawer .quantity-row{display:flex;align-items:center;justify-content:space-between}.product-drawer .quantity-label{font-size:13px;color:#666}.product-drawer .quantity-selector{display:flex;align-items:center;background:#f7f3ed;border-radius:8px;overflow:hidden}.product-drawer .qty-btn{width:36px;height:36px;border:none;background:transparent;font-size:18px;cursor:pointer;color:#2c2c2c}.product-drawer .qty-btn:hover{background:#ebe4d8}.product-drawer .qty-value{width:40px;text-align:center;font-size:15px;font-weight:600}.product-drawer .drawer-summary{padding:16px 20px;border-top:1px solid #ebe4d8;background:#fff}.product-drawer .summary-line{display:flex;justify-content:space-between;font-size:13px;color:#666;margin-bottom:8px}.product-drawer .summary-total{display:flex;justify-content:space-between;font-size:16px;font-weight:600;color:#2c2c2c;padding-top:12px;border-top:1px dashed #ebe4d8;margin-top:8px}.product-drawer .summary-profit{display:flex;justify-content:space-between;font-size:14px;font-weight:600;color:#166534;background:#dcfce7;padding:12px;border-radius:8px;margin-top:12px}.product-drawer .drawer-error{display:flex;align-items:center;gap:8px;background:#fee2e2;color:#991b1b;padding:12px 20px;font-size:13px}.product-drawer .drawer-error svg{width:18px;height:18px;flex-shrink:0}.product-drawer .drawer-footer{padding:16px 20px;border-top:1px solid #ebe4d8;background:#fff}.product-drawer .terms-checkbox{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;cursor:pointer}.product-drawer .terms-checkbox input{width:18px;height:18px;margin-top:2px;accent-color:#3d5a45}.product-drawer .terms-text{font-size:13px;color:#666;line-height:1.4}.product-drawer .terms-text a{color:#3d5a45;text-decoration:underline}.product-drawer .checkout-btn{width:100%;background:#3d5a45;color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.product-drawer .checkout-btn:hover:not(:disabled){background:#2e4735}.product-drawer .checkout-btn:disabled{opacity:.6;cursor:not-allowed}.product-drawer .btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:dist-spin .8s linear infinite}@media(max-width:640px){.product-drawer{inset:auto 0 0;max-width:100%;max-height:92vh;border-radius:20px 20px 0 0}}.store-page .stock-check-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.store-page .stock-check-card{background:#fff;border-radius:20px;padding:32px 24px;text-align:center;max-width:320px;width:100%}.store-page .stock-check-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.store-page .stock-check-spinner{width:48px;height:48px;border:4px solid #EBE4D8;border-top-color:#3d5a45;border-radius:50%;animation:stock-check-spin 1s linear infinite}@keyframes stock-check-spin{to{transform:rotate(360deg)}}.store-page .stock-check-title{font-size:18px;font-weight:600;color:#2c2c2c;margin-bottom:8px;font-family:var(--dash-font-sans)}.store-page .stock-check-text{font-size:14px;color:#666;line-height:1.5;margin:0}.store-page .stock-check-people{display:flex;justify-content:center;margin-bottom:16px}.store-page .stock-check-person{width:40px;height:40px;border-radius:50%;background:#e0f2fe;color:#0284c7;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;margin:0 -8px;border:3px solid #fff}.store-page .stock-check-person.person-1{background:#e0f2fe;color:#0284c7;z-index:3}.store-page .stock-check-person.person-2{background:#fce7f3;color:#db2777;z-index:2}.store-page .stock-check-person.person-more{background:#f3f4f6;color:#6b7280;font-size:12px;z-index:1}.store-page .stock-check-progress{width:100%;height:6px;background:#ebe4d8;border-radius:3px;margin-top:20px;overflow:hidden}.store-page .stock-check-progress-fill{height:100%;background:#3d5a45;border-radius:3px;animation:stock-check-progress 2.5s ease-in-out forwards}@keyframes stock-check-progress{0%{width:0%}to{width:100%}}.store-page .fade-enter-active,.store-page .fade-leave-active{transition:opacity .2s ease}.store-page .fade-enter-from,.store-page .fade-leave-to{opacity:0}.store-page .pop-enter-active,.store-page .pop-leave-active{transition:all .3s ease}.store-page .pop-enter-from{opacity:0;transform:scale(.9)}.store-page .pop-leave-to{opacity:0;transform:scale(.95)}.store-page .offer-modal-overlay{position:fixed;inset:0;background:#0009;z-index:4000;display:flex;align-items:flex-end;justify-content:center}.store-page .offer-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;font-family:var(--dash-font-sans)}@media(min-width:768px){.store-page .offer-modal-overlay{align-items:center;padding:20px}.store-page .offer-modal{border-radius:16px}}.store-page .offer-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #ebebeb}.store-page .offer-modal-title{font-size:16px;font-weight:600;color:#2c2c2c}.store-page .offer-modal-close{width:32px;height:32px;background:#f5f5f5;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666}.store-page .offer-modal-close:hover{background:#ebebeb}.store-page .offer-modal-body{padding:20px}.store-page .offer-modal-footer{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #ebebeb}.store-page .offer-modal-footer .offer-btn{flex:1}.store-page .offer-form-group{margin-bottom:16px}.store-page .offer-form-label{display:block;font-size:13px;font-weight:500;color:#444;margin-bottom:6px}.store-page .offer-form-hint{font-size:12px;color:#888;margin:6px 0 0}.store-page .offer-price-input,.store-page .offer-phone-input{display:flex;align-items:center;border:1px solid #dddddd;border-radius:10px;overflow:hidden}.store-page .offer-price-input:focus-within,.store-page .offer-phone-input:focus-within{border-color:var(--sf-primary, #3c5a3e)}.store-page .offer-currency,.store-page .offer-phone-prefix{padding:12px 14px;background:#f5f5f5;color:#666;font-size:14px;font-weight:500;border-right:1px solid #dddddd}.store-page .offer-input{flex:1;padding:12px 14px;border:none;font-size:15px;font-family:var(--dash-font-sans)}.store-page .offer-input:focus{outline:none}.store-page .offer-btn{padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:var(--dash-font-sans);transition:all .2s}.store-page .offer-btn-primary{background:var(--sf-primary, #3c5a3e);color:#fff;border:none}.store-page .offer-btn-primary:hover:not(:disabled){filter:brightness(.9)}.store-page .offer-btn-primary:disabled{opacity:.5;cursor:not-allowed}.store-page .offer-btn-secondary{background:#fff;color:#2c2c2c;border:1px solid #dddddd}.store-page .offer-btn-secondary:hover{background:#f5f5f5}.store-page .offer-btn-full{width:100%}.store-page .offer-reviewing{text-align:center;padding:40px 20px}.store-page .reviewing-spinner{width:48px;height:48px;border:3px solid #ebebeb;border-top-color:var(--sf-primary, #3c5a3e);border-radius:50%;animation:offer-spin 1s linear infinite;margin:0 auto 20px}@keyframes offer-spin{to{transform:rotate(360deg)}}.store-page .offer-reviewing h3{font-size:18px;font-weight:600;margin:0 0 8px}.store-page .offer-reviewing p{color:#666;font-size:14px;margin:0;line-height:1.5}.store-page .offer-result{text-align:center;padding:20px 0}.store-page .result-icon{font-size:48px;margin-bottom:16px}.store-page .result-title{font-size:20px;font-weight:600;margin:0 0 8px}.store-page .result-title.success{color:#166534}.store-page .result-title.adjusted{color:#c75b39}.store-page .result-title.expired{color:#6b7280}.store-page .offer-expired{text-align:center;padding:20px 0}.store-page .result-text{color:#666;font-size:14px;margin:0 0 24px;line-height:1.5}.store-page .result-text strong{color:#2c2c2c}.store-page .offer-product-card{display:flex;gap:12px;padding:14px;background:#f7f7f7;border-radius:12px;margin-bottom:20px}.store-page .offer-product-img{width:60px;height:60px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.store-page .offer-product-info{flex:1}.store-page .offer-product-name{font-weight:600;font-size:14px;margin:0 0 4px}.store-page .offer-product-variant{color:#888;font-size:12px;margin:0 0 4px}.store-page .offer-product-price{color:#666;font-size:13px;margin:0}.store-page .save-error{background:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;font-size:13px;margin-bottom:16px}.store-page .skip-link{display:block;margin-top:16px;color:#888;font-size:14px;cursor:pointer;text-decoration:none}.store-page .skip-link:hover{color:#2c2c2c}.store-page .coming-soon-overlay{position:fixed;inset:0;background:#0009;z-index:4000;display:flex;align-items:center;justify-content:center;padding:20px}.store-page .coming-soon-modal{background:#fff;border-radius:16px;width:100%;max-width:380px;max-height:90vh;overflow-y:auto;font-family:var(--dash-font-sans);position:relative}.store-page .modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#f5f5f5;border:none;border-radius:50%;color:#666;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1}.store-page .modal-close:hover{background:#ebebeb}.store-page .modal-header{padding:32px 24px 20px;text-align:center}.store-page .coming-soon-badge{display:inline-block;background:#fef3c7;color:#92400e;font-size:12px;font-weight:600;padding:6px 14px;border-radius:20px;margin-bottom:16px}.store-page .modal-title{font-size:20px;font-weight:600;color:#2c2c2c;margin:0 0 8px;line-height:1.3}.store-page .modal-subtitle{font-size:14px;color:#666;margin:0;line-height:1.5}.store-page .modal-body{padding:0 24px 24px}.store-page .form-group{margin-bottom:16px}.store-page .form-label{display:block;font-size:13px;font-weight:500;color:#444;margin-bottom:6px}.store-page .form-label .optional{color:#999;font-weight:400}.store-page .form-input{width:100%;padding:12px 14px;border:1px solid #dddddd;border-radius:10px;font-size:15px;font-family:var(--dash-font-sans);box-sizing:border-box}.store-page .form-input:focus{outline:none;border-color:var(--sf-primary, #3c5a3e)}.store-page .phone-input-wrapper{display:flex;align-items:center;border:1px solid #dddddd;border-radius:10px;overflow:hidden}.store-page .phone-input-wrapper:focus-within{border-color:var(--sf-primary, #3c5a3e)}.store-page .phone-prefix{padding:12px 14px;background:#f5f5f5;color:#666;font-size:14px;font-weight:500;border-right:1px solid #dddddd}.store-page .phone-input{flex:1;padding:12px 14px;border:none;font-size:15px;font-family:var(--dash-font-sans)}.store-page .phone-input:focus{outline:none}.store-page .error-message{background:#fee2e2;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;margin:0 0 16px}.store-page .modal-btn{display:flex;width:100%;padding:14px;background:var(--sf-primary, #3c5a3e);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;align-items:center;justify-content:center;font-family:var(--dash-font-sans)}.store-page .modal-btn:hover:not(:disabled){filter:brightness(.9)}.store-page .modal-btn:disabled{opacity:.5;cursor:not-allowed}.store-page .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.store-page .modal-footer{padding:16px 24px 24px;border-top:1px solid #ebebeb;text-align:center}.store-page .powered-by{font-size:13px;color:#666;margin:0 0 8px}.store-page .powered-by a{color:var(--sf-primary, #3c5a3e);font-weight:600;text-decoration:none}.store-page .powered-by a:hover{text-decoration:underline}.store-page .owner-prompt{font-size:12px;color:#999;margin:0}.store-page .owner-prompt a{color:#666;font-weight:500;text-decoration:underline}.store-page .owner-prompt a:hover{color:#444}.store-page .success-state{padding:40px 24px;text-align:center}.store-page .success-icon{width:64px;height:64px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.store-page .success-icon svg{width:32px;height:32px;color:#fff}.store-page .success-title{font-size:20px;font-weight:600;color:#2c2c2c;margin:0 0 8px}.store-page .success-text{font-size:14px;color:#666;margin:0 0 24px;line-height:1.5}
