:root{--theme:#10b981}@keyframes sfFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes sfFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sfSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes sfShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes sfSpin{to{transform:rotate(360deg)}}@keyframes sfPulse{0%,to{opacity:1}50%{opacity:.4}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.sf-root{color:#0f172a;-webkit-font-smoothing:antialiased;background:#fff;min-height:100vh;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.sf-root a:focus-visible,.sf-root button:focus-visible{outline:2px solid var(--theme);outline-offset:2px;border-radius:4px}.sf-container{max-width:1200px;margin:0 auto;padding:0 24px}@media (width>=768px){.sf-container{padding:0 40px}}.sf-nav{z-index:1000;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#fffffff5;border-bottom:1px solid #0000000a;transition:all .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.sf-nav-scrolled{box-shadow:0 2px 12px #0000000f}.sf-nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 24px;display:flex}@media (width>=768px){.sf-nav-inner{padding:0 40px}}.sf-nav-brand{align-items:center;gap:12px;display:flex}.sf-nav-logo{object-fit:cover;border-radius:10px;width:36px;height:36px}.sf-nav-logo-fallback{background:var(--theme);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sf-nav-name{letter-spacing:-.02em;font-size:17px;font-weight:800}.sf-nav-status{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700}.sf-nav-status-open{color:#166534;background:#dcfce7}.sf-nav-status-closed{color:#991b1b;background:#fee2e2}.sf-nav-links{align-items:center;gap:20px;display:none}@media (width>=768px){.sf-nav-links{display:flex}}.sf-nav-link{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px 0;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.sf-nav-link:hover{color:var(--theme)}.sf-nav-dash{color:#1e293b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.sf-nav-dash:hover{background:#e2e8f0}.sf-nav-share{cursor:pointer;color:#64748b;background:0 0;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.sf-nav-share:hover{border-color:var(--theme);color:var(--theme)}.sf-nav-book{color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.sf-nav-book:hover{box-shadow:0 4px 14px var(--theme)40;transform:translateY(-1px)}.sf-nav-call{color:#fff;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.sf-nav-call:hover{box-shadow:0 4px 14px var(--theme)40;transform:translateY(-1px)}.sf-nav-cart{background:var(--theme);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex;position:relative}.sf-nav-cart:hover{box-shadow:0 4px 12px var(--theme)40;transform:translateY(-1px)}.sf-nav-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.sf-nav-mobile{align-items:center;gap:10px;display:flex}@media (width>=768px){.sf-nav-mobile{display:none}}.sf-mob-toggle{cursor:pointer;color:#0f172a;background:0 0;border:none;align-items:center;padding:4px;display:flex}.sf-nav-mob-cart{color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.sf-nav-badge-sm{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.sf-mobile-menu{background:#fff;border-top:1px solid #f1f5f9;flex-direction:column;padding:8px 16px;display:flex;box-shadow:0 8px 24px #0000000f}.sf-mobile-link{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:12px;font-family:inherit;font-size:15px;font-weight:600;display:flex}.sf-mobile-link:hover{background:#f8fafc}.sf-mobile-link-accent{color:var(--theme);background:var(--theme)10;cursor:pointer;text-align:left;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:12px;font-family:inherit;font-size:15px;font-weight:700;display:flex}.sf-hero{background:linear-gradient(135deg,var(--theme) 0%,var(--theme)cc 50%,#1e293b 100%);background-position:50%;background-size:cover;align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}.sf-hero-bg-fallback{z-index:0;position:absolute;inset:0}.sf-hero-pattern{opacity:.06;background:radial-gradient(circle at 80% 20%,#fff 0%,#0000 50%),radial-gradient(circle at 20% 80%,#fff 0%,#0000 40%);position:absolute;inset:0}.sf-hero-overlay{z-index:1;background:linear-gradient(135deg,#00000080 0%,#00000040 100%);position:absolute;inset:0}.sf-hero-content{z-index:2;text-align:center;width:100%;max-width:1200px;margin:0 auto;padding:120px 24px 80px;position:relative}@media (width>=768px){.sf-hero-content{padding:120px 40px 80px}}.sf-hero-logo{object-fit:cover;border:3px solid #fff3;border-radius:20px;width:80px;height:80px;margin-bottom:20px;animation:.5s both sfFadeInUp;box-shadow:0 8px 32px #00000026}.sf-hero-badges{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px;animation:.5s 50ms both sfFadeInUp;display:flex}.sf-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:50px;align-items:center;gap:4px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.sf-badge-verified,.sf-badge-open{background:#10b98140;border-color:#10b98166}.sf-badge-closed{background:#ef444440;border-color:#ef444466}.sf-badge-main{background:#fbbf2440;border-color:#fbbf2466}.sf-hero-title{color:#fff;letter-spacing:-.035em;text-shadow:0 2px 24px #0000004d;margin:0 0 20px;font-size:48px;font-weight:900;line-height:1.08;animation:.5s .1s both sfFadeInUp}.sf-hero-sub{color:#ffffffd9;text-shadow:0 1px 8px #00000026;max-width:560px;margin:0 auto 36px;font-size:18px;line-height:1.7;animation:.5s .15s both sfFadeInUp}.sf-hero-stats{justify-content:center;gap:48px;margin-bottom:36px;animation:.5s .2s both sfFadeInUp;display:flex}@media (width<=768px){.sf-hero-stats{gap:32px}}.sf-stat{flex-direction:column;align-items:center;gap:4px;display:flex}.sf-stat-num{color:#fff;font-family:Space Mono,monospace;font-size:32px;font-weight:700}.sf-stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:600}@media (width<=768px){.sf-hero-title{font-size:32px!important}.sf-hero-sub{font-size:15px!important}.sf-stat-num{font-size:24px}}.sf-hero-btns{flex-wrap:wrap;justify-content:center;gap:12px;animation:.5s .25s both sfFadeInUp;display:flex}.sf-hero-btn-primary{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #0003}.sf-hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.sf-hero-btn-secondary{color:#fff;cursor:pointer;background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:all .25s;display:inline-flex}.sf-hero-btn-secondary:hover{background:#fff3}.sf-trust{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:14px 0}.sf-trust-inner{color:#475569;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;font-size:13px;display:flex}.sf-trust-item{align-items:center;gap:6px;font-weight:600;display:flex}.sf-section{padding:80px 0}.sf-section-alt{background:#f8fafc}.sf-section-header{text-align:center;margin-bottom:36px}.sf-section-tag{background:var(--theme)12;color:var(--theme);text-transform:uppercase;letter-spacing:.08em;border-radius:50px;margin-bottom:10px;padding:4px 14px;font-size:12px;font-weight:800;display:inline-block}.sf-section-title{letter-spacing:-.02em;margin:0 0 8px;font-size:28px;font-weight:900}.sf-section-sub{color:#64748b;max-width:460px;margin:0 auto;font-size:15px;line-height:1.6}.sf-browse-tabs{justify-content:center;gap:10px;margin-bottom:24px;display:flex}.sf-browse-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;align-items:center;gap:6px;padding:10px 24px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.sf-browse-tab:hover{border-color:#cbd5e1}.sf-browse-tab-active{color:#fff;box-shadow:0 2px 8px var(--theme)30}.sf-search-wrap{max-width:480px;margin:0 auto 24px;position:relative}.sf-search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.sf-search-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 14px 12px 40px;font-family:inherit;font-size:14px;transition:all .2s}.sf-search-input:focus{border-color:var(--theme);box-shadow:0 0 0 3px var(--theme)15;background:#fff}.sf-cat-pills{-webkit-overflow-scrolling:touch;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px;padding-bottom:4px;display:flex;overflow-x:auto}.sf-cat-pills::-webkit-scrollbar{display:none}.sf-cat-pill{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.sf-cat-pill:hover{border-color:#cbd5e1}.sf-cat-pill-active{color:#fff;box-shadow:0 2px 8px var(--theme)30}.sf-parent-cat-wrap{position:relative}.sf-parent-dropdown{z-index:50;background:#fff;border-radius:14px;flex-direction:column;gap:4px;min-width:180px;margin-top:8px;padding:8px;animation:.2s sfFadeInUp;display:flex;position:absolute;top:100%;left:0;box-shadow:0 8px 32px #0000001f}.sf-parent-option{cursor:pointer;text-align:left;white-space:nowrap;color:#475569;background:0 0;border:none;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.sf-parent-option:hover{background:#f8fafc}.sf-parent-option-active{font-weight:700}.sf-product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.sf-product-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.5s both sfFadeInUp;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.sf-product-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000014}.sf-product-img-wrap{background:#f8fafc;height:200px;position:relative;overflow:hidden}.sf-product-img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.sf-product-card:hover .sf-product-img{transform:scale(1.05)}.sf-product-img-ph{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sf-product-badge{color:#fff;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:10px;left:10px}.sf-product-badge-low{background:#f59e0b;left:auto;right:10px}.sf-product-badge-oos{background:#ef4444;left:auto;right:10px}.sf-product-body{flex-direction:column;flex:1;justify-content:space-between;padding:16px 18px 18px;display:flex}.sf-product-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:15px;font-weight:700;overflow:hidden}.sf-product-brand{color:#94a3b8;margin:0 0 4px;font-size:12px}.sf-product-bottom{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.sf-product-price-wrap{overflow:hidden}.sf-product-price{white-space:nowrap;text-overflow:ellipsis;font-family:Space Mono,monospace;font-size:15px;font-weight:800;display:block;overflow:hidden}.sf-product-wholesale{color:#10b981;white-space:nowrap;font-size:11px}.sf-product-add{color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:4px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}.sf-product-add:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.sf-empty{text-align:center;color:#94a3b8;padding:80px 20px}.sf-empty svg{margin:0 auto 16px;display:block}.sf-empty h3{color:#64748b;margin:0 0 4px;font-size:16px;font-weight:700}.sf-empty p{margin:0;font-size:14px}.sf-subsection-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;display:flex}.sf-subsection-title{color:#1e293b;margin:0;font-size:18px;font-weight:700}.sf-subsection-count{color:#64748b;background:#f1f5f9;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.sf-packages-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.sf-services-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.sf-service-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.5s both sfFadeInUp;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.sf-service-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000014}.sf-service-img-wrap{background:#f8fafc;height:200px;position:relative;overflow:hidden}.sf-service-img{object-fit:cover;width:100%;height:100%}.sf-service-img-ph{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sf-service-play{cursor:pointer;color:#fff;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sf-service-play:hover{background:#000c;transform:translate(-50%,-50%)scale(1.1)}.sf-service-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;display:-webkit-box;overflow:hidden}.sf-service-duration{color:#10b981;align-items:center;gap:3px;font-size:11px;display:inline-flex}.sf-about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}@media (width<=768px){.sf-about-grid{grid-template-columns:1fr;gap:40px}}.sf-about-text{color:#475569;margin-bottom:24px;font-size:16px;line-height:1.8}.sf-about-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;align-items:center;gap:14px;margin-bottom:12px;padding:16px 20px;display:flex}.sf-about-card-label{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:2px;font-size:11px;font-weight:700;display:block}.sf-about-card-value{color:#334155;font-size:14px;font-weight:600;display:block}.sf-contact-cards{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}@media (width<=640px){.sf-contact-cards{grid-template-columns:1fr}}.sf-contact-card{text-align:center;color:inherit;background:#fff;border:1px solid #f1f5f9;border-radius:14px;flex-direction:column;align-items:center;padding:20px 16px;text-decoration:none;transition:all .3s;display:flex}.sf-contact-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.sf-contact-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;display:flex}.sf-contact-label{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:2px;font-size:11px;font-weight:700}.sf-contact-value{color:#334155;font-size:14px;font-weight:600}.sf-payment-box{background:#fff;border:1px solid #f1f5f9;border-radius:14px;padding:20px}.sf-payment-title{align-items:center;gap:6px;margin:0 0 12px;font-size:14px;font-weight:800;display:flex}.sf-payment-item{color:#64748b;margin:0 0 6px;font-size:13px;line-height:1.5}.sf-blog-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.sf-blog-card{color:inherit;background:#fff;border:1px solid #f1f5f9;border-radius:14px;flex-direction:column;padding:20px;text-decoration:none;transition:all .2s;display:flex}.sf-blog-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.sf-blog-title{color:#0f172a;margin:0 0 8px;font-size:15px;font-weight:700}.sf-blog-date{color:#94a3b8;font-size:12px}.sf-blog-more{text-align:center;margin-top:16px;font-size:14px;font-weight:600;text-decoration:none;display:block}.sf-footer{color:#94a3b8;background:#0f172a;padding:48px 0 24px}.sf-footer-grid{grid-template-columns:2fr 1fr 1fr;gap:32px;margin-bottom:32px;display:grid}@media (width<=768px){.sf-footer-grid{grid-template-columns:1fr}}.sf-footer-brand{flex-direction:column;gap:8px;display:flex}.sf-footer-brand span{color:#fff;font-size:16px;font-weight:800}.sf-footer-desc{max-width:280px;margin:0;font-size:13px;line-height:1.6}.sf-footer-heading{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px;font-size:12px;font-weight:800}.sf-footer-links{flex-direction:column;gap:8px;display:flex}.sf-footer-links button,.sf-footer-links a{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;text-decoration:none;transition:color .2s}.sf-footer-links button:hover,.sf-footer-links a:hover{color:#fff}.sf-footer-bottom{opacity:.5;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:20px;font-size:13px;display:flex}.sf-cart-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#00000073;justify-content:flex-end;align-items:stretch;animation:.2s sfFadeIn;display:flex;position:fixed;inset:0}.sf-cart-drawer{background:#fff;flex-direction:column;width:100%;max-width:440px;animation:.3s cubic-bezier(.4,0,.2,1) sfSlideIn;display:flex;box-shadow:-8px 0 40px #00000026}.sf-cart-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.sf-cart-header h2{align-items:center;gap:8px;margin:0;font-size:18px;font-weight:800;display:flex}.sf-cart-count{color:#94a3b8;font-size:14px;font-weight:600}.sf-cart-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.sf-cart-close:hover{background:#e2e8f0}.sf-cart-body{flex-direction:column;flex:1;display:flex;overflow-y:auto}.sf-cart-empty{text-align:center;color:#94a3b8;padding:60px 24px}.sf-cart-empty svg{margin:0 auto 16px;display:block}.sf-cart-empty h3{color:#64748b;margin:0 0 4px;font-size:16px;font-weight:700}.sf-cart-empty p{margin:0 0 20px;font-size:14px}.sf-cart-empty-btn{color:#fff;cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700}.sf-cart-items{flex-direction:column;flex:1;gap:10px;padding:16px 24px;display:flex;overflow-y:auto}.sf-cart-item{background:#f8fafc;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.sf-cart-item-img{background:#e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.sf-cart-item-img img{object-fit:cover;width:100%;height:100%}.sf-cart-item-img span{color:#94a3b8;font-weight:700}.sf-cart-item-info{flex:1;min-width:0}.sf-cart-item-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.sf-cart-item-price{color:#64748b;font-family:Space Mono,monospace;font-size:12px;font-weight:600}.sf-cart-qty{align-items:center;gap:6px;display:flex}.sf-cart-qty button{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:flex}.sf-cart-qty button:hover{border-color:#cbd5e1}.sf-cart-qty span{text-align:center;min-width:18px;font-family:Space Mono,monospace;font-size:13px;font-weight:700}.sf-cart-item-total{text-align:right;min-width:60px;font-size:13px;font-weight:700}.sf-cart-footer{border-top:1px solid #f1f5f9;flex-direction:column;gap:12px;padding:16px 24px 24px;display:flex}.sf-cart-label{color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.sf-cart-type-btns{gap:6px;display:flex}.sf-cart-type-btn{cursor:pointer;color:#475569;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.sf-cart-type-btn:hover{border-color:#cbd5e1}.sf-cart-type-active{font-weight:700}.sf-cart-fields{flex-direction:column;gap:8px;display:flex}.sf-cart-fields input,.sf-cart-textarea{border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.sf-cart-textarea{resize:vertical;min-height:60px}.sf-cart-select{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.sf-cart-pickup-info{color:#065f46;background:#d1fae5;border-radius:8px;padding:12px;font-size:13px;font-weight:500}.sf-cart-total{border-top:1.5px solid #f1f5f9;justify-content:space-between;padding-top:8px;font-size:18px;font-weight:800;display:flex}.sf-cart-total span:last-child{font-family:Space Mono,monospace}.sf-cart-place-btn{cursor:pointer;border:2px solid #0000;border-radius:12px;width:100%;padding:12px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s}.sf-cart-momo{background:#f0f9ff;border:1.5px solid #3b82f6;border-radius:10px;padding:12px}.sf-cart-momo p{color:#374151;margin:0 0 4px;font-size:13px;font-weight:500}.sf-cart-momo-note{color:#64748b;margin-top:6px;font-size:11px;display:block}.sf-cart-wa-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s;display:flex}.sf-cart-wa-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #25d3664d}.sf-cart-receipt{color:#94a3b8;text-align:center;margin:4px 0 0;font-size:12px}.sf-cart-success-msg{color:#059669;text-align:center;background:#f0fdf4;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500}.sf-bottom-bar{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000014}.sf-bottom-bar>div{align-items:center;gap:16px;display:flex}.sf-bottom-count{color:#64748b;font-size:14px}.sf-bottom-total{font-family:Space Mono,monospace;font-size:22px;font-weight:800}.sf-bottom-btn{color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 15px #00000026}.sf-bottom-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0003}.sf-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.2s sfFadeIn;display:flex;position:fixed;inset:0}.sf-modal{background:#fff;border-radius:20px;width:100%;animation:.3s sfFadeInUp;position:relative;box-shadow:0 24px 80px #00000040}.sf-modal-close{cursor:pointer;color:#64748b;z-index:2;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.sf-modal-close:hover{background:#e2e8f0}.sf-modal-close-inline{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.sf-modal-close-inline:hover{background:#e2e8f0}.sf-modal-product{max-width:800px;max-height:90vh;overflow-y:auto}.sf-modal-product-layout{flex-wrap:wrap;display:flex}.sf-modal-product-img{background:#f8fafc;flex:1;min-width:300px;height:320px;position:relative}.sf-modal-product-thumbs{gap:6px;padding:8px;display:flex;overflow-x:auto}.sf-modal-thumb{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:48px;height:48px;transition:border-color .2s}.sf-modal-thumb-video{color:#fff;cursor:pointer;border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;font-size:18px;display:flex}.sf-modal-product-info{flex:1;min-width:300px;padding:28px}.sf-modal-product-name{margin:12px 0 8px;font-size:22px;font-weight:800}.sf-modal-product-brand{color:#64748b;margin:0 0 4px;font-size:13px}.sf-modal-product-price{margin:8px 0;font-family:Space Mono,monospace;font-size:28px;font-weight:800}.sf-modal-product-wholesale{color:#10b981;margin:4px 0 8px;font-size:16px;font-weight:700}.sf-modal-stock{background:#f8fafc;border-radius:10px;margin-bottom:16px;padding:12px;font-size:14px}.sf-modal-product-desc{color:#64748b;margin:0 0 20px;font-size:14px;line-height:1.6}.sf-modal-product-actions{gap:12px;display:flex}.sf-modal-product-add,.sf-modal-product-wa{color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:14px;font-family:inherit;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.sf-modal-product-add:hover,.sf-modal-product-wa:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.sf-modal-booking{max-width:480px;max-height:80vh;padding:28px;overflow-y:auto}.sf-modal-booking-header{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;display:flex;position:relative}.sf-modal-booking-header h3{margin:0;font-size:20px;font-weight:800}.sf-modal-booking-header .sf-modal-close-inline{position:absolute;top:0;right:0}.sf-modal-booking-price{margin:0;font-family:Space Mono,monospace;font-size:22px;font-weight:800}.sf-modal-booking-success{color:#059669;text-align:center;background:#f0fdf4;border-radius:12px;padding:20px;font-size:14px;font-weight:500}.sf-modal-booking-form{flex-direction:column;gap:10px;display:flex}.sf-modal-booking-form input,.sf-modal-booking-form textarea{border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.sf-modal-booking-form input:focus,.sf-modal-booking-form textarea:focus{border-color:var(--theme);box-shadow:0 0 0 3px var(--theme)15}.sf-form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=480px){.sf-form-row{grid-template-columns:1fr}}.sf-form-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px}.sf-form-btn{color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:all .25s}.sf-form-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.sf-form-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.sf-modal-qr{max-width:380px;overflow:hidden}.sf-modal-qr-header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.sf-modal-qr-header h3{margin:0;font-size:20px;font-weight:800}.sf-modal-qr-body{flex-direction:column;align-items:center;gap:16px;padding:20px 24px 24px;display:flex}.sf-qr-img{background:#fff;border:3px solid;border-radius:14px;width:200px;height:200px;padding:6px}.sf-qr-loading{color:#94a3b8;background:#f8fafc;border-radius:14px;justify-content:center;align-items:center;width:200px;height:200px;display:flex}.sf-qr-url{color:#64748b;word-break:break-all;text-align:center;background:#f8fafc;border-radius:10px;max-width:100%;padding:10px 14px;font-family:monospace;font-size:13px}.sf-qr-copy{color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.sf-qr-copy:hover{transform:translateY(-1px)}.sf-scroll-top{z-index:998;color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:fixed;bottom:80px;right:24px;box-shadow:0 4px 16px #00000026}.sf-scroll-top:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.sf-whatsapp-fab{z-index:998;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 4px 16px #25d36666}.sf-whatsapp-fab:hover{transform:scale(1.08);box-shadow:0 6px 24px #25d36680}@media (width>=769px){.sf-whatsapp-fab{width:56px;height:56px;bottom:32px;left:32px}}@media (width<=768px){.sf-hero{min-height:400px!important}.sf-hero-content{padding:100px 24px 60px!important}.sf-section{padding:48px 0}.sf-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.sf-services-grid{grid-template-columns:1fr!important}.sf-product-img-wrap{height:160px!important}.sf-product-name,.sf-product-price{font-size:13px!important}.sf-product-add{padding:6px 10px!important;font-size:11px!important}.sf-about-grid{grid-template-columns:1fr!important}.sf-section-header{margin-bottom:24px!important}.sf-section-title{font-size:24px!important}.sf-bottom-bar{flex-direction:column!important;gap:8px!important;padding:10px 16px!important}.sf-bottom-bar>div{justify-content:space-between;width:100%}.sf-bottom-btn{justify-content:center!important;width:100%!important}.sf-cart-drawer{max-width:100%!important}.sf-scroll-top{bottom:70px;right:16px}.sf-modal-product{max-width:95%!important}.sf-modal-product-layout{flex-direction:column}.sf-modal-product-img{min-width:auto;height:240px}.sf-modal-product-info{min-width:auto;padding:20px}.sf-modal-product-actions{flex-direction:column}}@media (width<=480px){.sf-hero{min-height:360px!important}.sf-hero-title{font-size:28px!important}.sf-product-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.sf-product-img-wrap{height:140px!important}.sf-contact-cards{grid-template-columns:1fr}.sf-cat-pills{padding:0 0 8px}}@media (width<=500px){.sf-bottom-bar>div{flex-direction:column;align-items:stretch;gap:4px}}
