:root{--sf-primary: #0f4c81;--sf-primary-2: #1687d9;--sf-accent: #ffb703;--sf-bg: #f6f8fc;--sf-surface: #ffffff;--sf-ink: #172033;--sf-muted: #667085;--sf-line: #e4e9f2;--sf-success: #16a34a;--sf-danger: #dc2626;--sf-shadow: 0 18px 45px rgba(23, 32, 51, .1);--sf-shadow-soft: 0 10px 28px rgba(23, 32, 51, .08);--sf-radius: 20px}*{box-sizing:border-box}html,body,#storefront-app{min-height:100%}html{overflow-x:hidden}body.storefront-body{margin:0;background:radial-gradient(circle at top right,rgba(22,135,217,.1),transparent 32rem),linear-gradient(180deg,#ffffff 0%,var(--sf-bg) 42rem);color:var(--sf-ink);font-family:Tajawal,sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}.sf-shell{min-height:100vh}.sf-frame{min-height:100vh;padding-bottom:0}.sf-top-fixed{position:sticky;top:0;z-index:50;background:#fffffff0;border-bottom:1px solid rgba(228,233,242,.92);box-shadow:0 14px 34px #0f4c8114;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sf-announcement{min-height:34px;padding:6px 16px;background:linear-gradient(90deg,var(--sf-primary),var(--sf-primary-2));color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-size:13px;font-weight:800}.sf-announcement__icon{width:17px;height:17px;flex:0 0 auto;color:var(--sf-accent)}.sf-route-loader{position:fixed;top:0;right:0;left:0;height:3px;z-index:100;overflow:hidden}.sf-route-loader__bar{display:block;width:45%;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--sf-accent),var(--sf-primary-2));animation:sf-route-slide 1s ease-in-out infinite}.sf-header{width:min(100%,1180px);margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.sf-header__brand{min-width:0;display:flex;align-items:center;gap:10px;cursor:pointer}.sf-header__logo{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:16px;background:#fff;box-shadow:0 8px 20px #0f4c8124;overflow:hidden}.sf-header__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.sf-header__brand strong,.sf-header__brand span{display:block;line-height:1.05;letter-spacing:0}.sf-header__brand strong{color:var(--sf-primary);font-size:24px;font-weight:900}.sf-header__brand span{margin-top:2px;color:var(--sf-ink);font-size:18px;font-weight:900}.sf-header__nav{display:none;align-items:center;justify-content:center;gap:8px;flex:1}.sf-header__nav button{border:0;border-radius:999px;padding:10px 14px;background:transparent;color:#4c596f;font-size:14px;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease}.sf-header__nav button:hover{background:#edf6ff;color:var(--sf-primary)}.sf-header__left{display:flex;align-items:center;gap:8px}.sf-icon-btn{position:relative;width:42px;height:42px;border:0;border-radius:14px;display:grid;place-items:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.sf-icon-btn svg{width:20px;height:20px}.sf-icon-btn:active{transform:scale(.96)}.sf-icon-btn--accent{color:#fff;background:linear-gradient(135deg,var(--sf-primary-2),var(--sf-primary));box-shadow:0 12px 24px #0f4c8138}.sf-icon-btn--ghost,.sf-icon-btn--soft{color:var(--sf-primary);background:#eef6fd}.sf-icon-btn--accent small{position:absolute;top:-6px;left:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--sf-danger);color:#fff;font-size:11px;font-weight:900;display:grid;place-items:center;box-shadow:0 0 0 3px #fff}.sf-header__cart-icon,.sf-header__menu-icon{width:20px;height:20px}.sf-header__desktop-action{display:none}.sf-search-wrap{width:min(100%,1180px);margin:0 auto;padding:0 18px 14px}.sf-search{min-height:52px;display:flex;align-items:center;flex-direction:row-reverse;gap:4px;border:1px solid var(--sf-line);border-radius:18px;background:#fff;box-shadow:0 10px 26px #1720330f}.sf-search input{min-width:0;flex:1;height:50px;padding:0 16px;border:0;outline:0;background:transparent;color:var(--sf-ink);font-size:15px;font-weight:700}.sf-search input::-moz-placeholder{color:#98a2b3}.sf-search input::placeholder{color:#98a2b3}.sf-search__icon{width:52px;display:grid;place-items:center;color:var(--sf-primary-2)}.sf-search__icon svg{width:21px;height:21px}.sf-main{width:100%;padding-bottom:44px}.sf-main--checkout{padding-bottom:84px}.sf-page{width:min(100%,1180px);margin:0 auto;padding:22px 18px 32px}.sf-home{padding-top:0}.sf-page--compact{max-width:760px}.sf-app-boot{width:min(100%,1180px);margin:0 auto;padding:24px 18px}.sf-app-boot__hero{height:340px;border-radius:26px;margin-bottom:18px}.sf-app-boot__row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.sf-breadcrumb,.sf-page-intro small{color:#7a8597;font-size:13px;font-weight:800}.sf-breadcrumb{margin-bottom:12px}.sf-page-intro{margin-bottom:22px}.sf-page-title{margin:0 0 10px;color:var(--sf-ink);font-size:clamp(26px,4vw,42px);line-height:1.18;font-weight:900;letter-spacing:0;overflow-wrap:anywhere}.sf-page-intro p,.sf-empty-text{margin:0;color:var(--sf-muted);font-size:15px;line-height:1.8}.sf-hero{position:relative;overflow:hidden;isolation:isolate;min-height:360px;display:flex;align-items:center;margin:0 0 24px;color:#fff;border-radius:0 0 30px 30px}.sf-hero--campaign{min-height:min(58vw,520px);background-size:cover;background-position:center}.sf-hero--loading{min-height:360px;justify-content:center;background:linear-gradient(135deg,#eaf3fb,#fff)}.sf-hero__content{position:relative;z-index:1;width:min(100%,1180px);margin:0 auto;padding:42px 18px}.sf-hero__eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;margin-bottom:14px;border-radius:999px;background:#ffb7032b;color:#ffe39a;border:1px solid rgba(255,183,3,.28);font-size:13px;font-weight:900}.sf-hero h1{max-width:530px;margin:0;font-size:clamp(34px,6vw,68px);line-height:1.08;font-weight:900;letter-spacing:0}.sf-hero p{max-width:500px;margin:16px 0 22px;color:#ffffffe0;font-size:clamp(15px,2vw,20px);line-height:1.85;font-weight:700}.sf-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.sf-hero__cta{width:auto;min-width:140px;margin:0;padding:0 20px}.sf-hero__cta--ghost{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.26)}.sf-hero__badges{display:flex;flex-wrap:wrap;gap:9px}.sf-hero__badges span{min-height:30px;padding:7px 11px;border-radius:999px;background:#ffffff24;color:#fff;font-size:12px;font-weight:900}.sf-hero__nav{position:absolute;top:50%;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:#ffffffe0;color:var(--sf-primary);font-size:28px;cursor:pointer;transform:translateY(-50%)}.sf-hero__nav--prev{right:18px}.sf-hero__nav--next{left:18px}.sf-hero__dots{position:absolute;right:0;bottom:18px;left:0;z-index:2;display:flex;justify-content:center;gap:8px}.sf-hero__dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#ffffff94}.sf-hero__dots button.is-active{width:28px;background:#fff}.sf-section{margin-bottom:34px}.sf-section-heading{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:16px}.sf-section-heading small{margin-bottom:5px;color:var(--sf-primary-2);font-size:13px;font-weight:900}.sf-section-heading h2{margin:0;color:var(--sf-ink);font-size:clamp(22px,3vw,32px);line-height:1.2;font-weight:900}.sf-section-heading p{margin:8px 0 0;color:var(--sf-muted);line-height:1.7}.sf-home-categories{padding:20px;border:1px solid rgba(228,233,242,.9);border-radius:26px;background:linear-gradient(135deg,#1687d914,#ffb7031a),#fff;box-shadow:var(--sf-shadow-soft)}.sf-home-categories__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.sf-home-categories__copy span,.sf-promo-strip span,.sf-mini-banner span{display:inline-block;color:var(--sf-primary-2);font-size:12px;font-weight:900}.sf-home-categories__copy h2{margin:4px 0 6px;font-size:26px;font-weight:900;color:var(--sf-ink)}.sf-home-categories__copy p{margin:0;color:var(--sf-muted);line-height:1.7}.sf-home-categories__link,.sf-promo-strip button,.sf-mini-banner button{border:0;border-radius:999px;min-height:40px;padding:0 16px;background:#edf6ff;color:var(--sf-primary);font-size:13px;font-weight:900;cursor:pointer}.sf-categories-slider{margin:0 -20px;overflow:hidden}.sf-categories-slider__track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;padding:4px 20px 8px;scrollbar-width:none}.sf-categories-slider__track::-webkit-scrollbar{display:none}.sf-category-card{overflow:hidden;cursor:pointer;border:1px solid var(--sf-line);border-radius:22px;background:#fff;box-shadow:var(--sf-shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sf-category-card:hover{transform:translateY(-3px);border-color:#1687d947;box-shadow:var(--sf-shadow)}.sf-category-card--slide{flex:0 0 184px;width:184px;scroll-snap-align:start}.sf-category-card--stacked{display:grid;grid-template-columns:180px minmax(0,1fr);min-height:180px}.sf-category-card__image{position:relative;height:128px;display:grid;place-items:center;overflow:hidden;background:#edf3f8}.sf-category-card--slide .sf-category-card__image{height:132px}.sf-category-card--stacked .sf-category-card__image{height:100%}.sf-category-card__image img,.sf-product-card__image img,.sf-cart-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sf-category-card__image span{padding:16px;text-align:center;color:var(--sf-muted);font-weight:900}.sf-category-card__content{padding:14px}.sf-category-card h3{margin:0;color:var(--sf-ink);font-size:17px;line-height:1.4;font-weight:900}.sf-category-card__count{display:inline-flex;align-items:center;gap:6px;margin:10px 0 0;color:var(--sf-muted);font-size:13px;font-weight:800}.sf-category-card__count svg{width:17px;height:17px;color:var(--sf-primary-2)}.sf-categories-list--stacked{display:grid;gap:18px}.sf-promo-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,var(--sf-primary),var(--sf-primary-2));color:#fff;box-shadow:var(--sf-shadow)}.sf-promo-strip span{color:#ffe29a}.sf-promo-strip strong{display:block;margin-top:4px;font-size:18px;line-height:1.5}.sf-promo-strip button{background:#fff;color:var(--sf-primary)}.sf-mini-banners{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sf-mini-banner{min-height:188px;padding:22px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--sf-line);box-shadow:var(--sf-shadow-soft)}.sf-mini-banner--blue{background:linear-gradient(135deg,#eef7ff,#fff)}.sf-mini-banner--amber{background:linear-gradient(135deg,#fff7df,#fff)}.sf-mini-banner h3{margin:8px 0;font-size:24px;font-weight:900;color:var(--sf-ink)}.sf-mini-banner p{margin:0 0 18px;color:var(--sf-muted);line-height:1.7}.sf-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sf-product-card{position:relative;min-width:0;min-height:340px;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--sf-line);border-radius:22px;background:#fff;box-shadow:0 10px 28px #17203312;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sf-product-card:hover{transform:translateY(-3px);border-color:#1687d942;box-shadow:var(--sf-shadow)}.sf-product-card__favorite{position:absolute;top:10px;left:10px;z-index:3;width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;color:#667085;background:#ffffffeb;box-shadow:0 10px 20px #1720331a;cursor:pointer;transition:transform .18s ease,color .18s ease,background .18s ease}.sf-product-card__favorite svg{width:18px;height:18px}.sf-product-card__favorite.is-active{color:#fff;background:var(--sf-danger);transform:scale(1.06)}.sf-product-card__badge{position:absolute;top:12px;right:10px;z-index:3;min-height:26px;display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:var(--sf-accent);color:#172033;font-size:11px;font-weight:900}.sf-product-card__image{height:178px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(180deg,#f8fbff,#edf3f8);cursor:pointer}.sf-product-card__image img{transition:transform .28s ease}.sf-product-card:hover .sf-product-card__image img{transform:scale(1.045)}.sf-product-card__image span{padding:18px;text-align:center;color:var(--sf-muted);font-weight:900}.sf-product-card__content{min-width:0;flex:1;display:flex;flex-direction:column;padding:13px 13px 12px}.sf-product-card__category{margin:0 0 6px;color:var(--sf-primary-2);font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sf-product-card__title{min-height:46px;max-height:46px;margin:0;color:var(--sf-ink);font-size:15px;line-height:1.55;font-weight:900;overflow:hidden;cursor:pointer}.sf-product-card__rating{display:flex;align-items:center;gap:6px;margin-top:8px;color:#f59e0b;font-size:12px;font-weight:900}.sf-product-card__rating small{color:#98a2b3;font-weight:800}.sf-product-card__footer{min-height:50px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto}.sf-product-card__footer strong{display:block;color:var(--sf-primary);font-size:16px;line-height:1.2;font-weight:900}.sf-product-card__old-price,.sf-product-page__price-old{display:block;margin-top:4px;color:#98a2b3;font-size:12px;font-weight:800;text-decoration:line-through}.sf-add-btn{width:42px;height:42px;flex:0 0 auto;border:0;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--sf-primary-2),var(--sf-primary));color:#fff;box-shadow:0 12px 24px #0f4c8138;cursor:pointer;font-size:22px;font-weight:900}.sf-add-btn:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.sf-empty-card,.sf-form-card,.sf-summary-card,.sf-cart-item,.sf-account-card,.sf-product-specs{border:1px solid var(--sf-line);border-radius:24px;background:#fff;box-shadow:var(--sf-shadow-soft)}.sf-empty-card{margin-top:14px;padding:26px 20px;text-align:center}.sf-empty-card__icon,.sf-account-card__icon{width:56px;height:56px;margin:0 auto 14px;display:grid;place-items:center;border-radius:18px;background:#edf6ff;color:var(--sf-primary);font-size:28px;font-weight:900}.sf-empty-card h2,.sf-summary-card h2,.sf-product-specs h2{margin:0 0 10px;color:var(--sf-ink);font-size:22px;line-height:1.35;font-weight:900}.sf-empty-card p{margin:0;color:var(--sf-muted);line-height:1.8}.sf-primary-btn,.sf-secondary-btn,.sf-dark-btn{min-height:50px;border-radius:16px;border:0;padding:0 16px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.sf-primary-btn{width:100%;margin-top:16px;color:#fff;background:linear-gradient(135deg,var(--sf-primary-2),var(--sf-primary));box-shadow:0 16px 28px #0f4c8138}.sf-secondary-btn{width:100%;margin-top:12px;color:var(--sf-primary);background:#edf6ff}.sf-secondary-btn--outline{background:#fff;border:1px solid rgba(22,135,217,.34)}.sf-dark-btn{color:#fff;background:var(--sf-ink)}.sf-primary-btn:disabled,.sf-secondary-btn:disabled,.sf-dark-btn:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.sf-primary-btn:active,.sf-secondary-btn:active,.sf-dark-btn:active{transform:scale(.98)}.sf-quick-add{position:fixed;inset:0;z-index:90;display:flex;align-items:flex-end;justify-content:center;padding:18px;background:#1720337a}.sf-quick-add__sheet{position:relative;width:min(100%,560px);max-height:min(88vh,760px);overflow-y:auto;border-radius:28px;background:#fff;padding:22px;box-shadow:0 35px 90px #17203347}.sf-quick-add__close{position:absolute;top:14px;left:14px;width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;background:#f2f5f9;color:var(--sf-ink);cursor:pointer;font-size:24px;line-height:1}.sf-quick-add__head{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;align-items:center;margin-bottom:18px;padding-left:44px}.sf-quick-add__thumb{width:82px;height:82px;overflow:hidden;border-radius:20px;background:#edf3f8}.sf-quick-add__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sf-quick-add__head small,.sf-stock-modal__content small{color:var(--sf-primary-2);font-size:12px;font-weight:900}.sf-quick-add__head h3,.sf-stock-modal__content h3{margin:5px 0 0;color:var(--sf-ink);font-size:20px;line-height:1.35;font-weight:900}.sf-quick-add__meta{display:flex;justify-content:space-between;margin:16px 0;padding:14px 16px;border-radius:18px;background:#f6f8fc}.sf-quick-add__meta span{color:var(--sf-muted);font-weight:800}.sf-quick-add__meta strong{display:block;margin-top:4px;color:var(--sf-primary);font-size:22px;font-weight:900}.sf-quick-add__purchase{display:grid;gap:14px}.sf-quick-add__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sf-quick-add__actions .sf-primary-btn,.sf-quick-add__actions .sf-secondary-btn{margin-top:0}.sf-variants{display:grid;gap:10px;margin:18px 0}.sf-variant-btn{width:100%;min-height:70px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--sf-line);border-radius:18px;background:#fff;color:var(--sf-ink);text-align:right;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.sf-variant-btn.is-active{border-color:#1687d994;box-shadow:0 12px 28px #1687d91f;transform:translateY(-1px)}.sf-variant-btn.is-disabled{opacity:.55;cursor:not-allowed}.sf-variant-btn__check{width:20px;height:20px;border-radius:50%;border:2px solid #c7d0dd;background:#fff}.sf-variant-btn.is-active .sf-variant-btn__check{border-color:var(--sf-primary-2);background:radial-gradient(circle at center,var(--sf-primary-2) 0 38%,#fff 42% 100%)}.sf-variant-btn__content{min-width:0;display:grid;gap:4px}.sf-variant-btn__title{color:var(--sf-ink);font-size:14px;font-weight:900;line-height:1.45}.sf-variant-btn small{color:var(--sf-muted);font-size:12px;font-weight:800}.sf-variant-btn strong{white-space:nowrap;border-radius:999px;padding:7px 10px;background:#edf6ff;color:var(--sf-primary);font-size:13px;font-weight:900}.sf-cart-list{display:grid;gap:12px}.sf-cart-item{display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:14px;padding:12px;align-items:center}.sf-cart-item__image{width:86px;height:86px;overflow:hidden;border-radius:18px;background:#edf3f8}.sf-cart-item__body{min-width:0}.sf-cart-item__body h3{margin:0 0 4px;font-size:16px;line-height:1.45;font-weight:900}.sf-cart-item__body p,.sf-cart-item__body small{display:block;margin:0 0 4px;color:var(--sf-muted);font-size:12px;font-weight:800}.sf-cart-item__body strong,.sf-cart-item__total{color:var(--sf-primary);font-weight:900}.sf-qty{width:-moz-fit-content;width:fit-content;min-height:34px;display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:4px;border-radius:999px;background:#f1f5f9}.sf-qty button{min-width:30px;height:30px;border:0;border-radius:999px;background:#fff;color:var(--sf-primary);font-weight:900;cursor:pointer}.sf-qty span{min-width:24px;text-align:center;font-weight:900}.sf-summary-card{margin-top:16px;padding:20px}.sf-summary-card__rows{display:grid;gap:12px}.sf-summary-card__row{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--sf-muted);font-weight:800}.sf-summary-card__row strong{color:var(--sf-ink)}.sf-summary-card__row--total{margin-top:4px;padding-top:14px;border-top:1px solid var(--sf-line);color:var(--sf-primary);font-size:18px;font-weight:900}.sf-summary-card__row--total strong{color:var(--sf-primary)}.sf-summary-card__product{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--sf-line)}.sf-summary-card__product img{width:58px;height:58px;border-radius:16px;-o-object-fit:cover;object-fit:cover;background:#edf3f8}.sf-summary-card__product strong{display:block;font-size:14px;line-height:1.5}.sf-summary-card__product p{margin:2px 0;color:var(--sf-muted);font-size:12px}.sf-summary-card__product span{color:var(--sf-primary);font-weight:900}.sf-summary-card__edit{width:100%;min-height:44px;margin-top:14px;border:0;border-radius:14px;background:#edf6ff;color:var(--sf-primary);font-weight:900;cursor:pointer}.sf-benefits{margin:16px 0 0;padding:0 20px 0 0;color:var(--sf-muted);font-size:13px;line-height:2}.sf-page--checkout{max-width:980px;display:grid;gap:16px}.sf-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sf-stepper__item{min-width:0;padding:12px 8px;border:1px solid var(--sf-line);border-radius:18px;background:#fff;text-align:center}.sf-stepper__item span{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:50%;background:#edf3f8;color:var(--sf-muted);font-size:12px;font-weight:900}.sf-stepper__item strong{display:block;margin-top:6px;color:var(--sf-ink);font-size:12px;line-height:1.4;font-weight:900}.sf-stepper__item.is-active,.sf-stepper__item.is-done{border-color:#1687d96b}.sf-stepper__item.is-active span,.sf-stepper__item.is-done span{background:var(--sf-primary-2);color:#fff}.sf-form-card{padding:20px}.sf-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sf-form-grid label,.sf-field{display:block;min-width:0}.sf-form-grid label span,.sf-field span{display:block;margin-bottom:8px;color:var(--sf-ink);font-size:14px;font-weight:900}.sf-form-grid label.is-full{grid-column:1 / -1}.sf-form-grid input,.sf-form-grid select,.sf-form-grid textarea,.sf-field select{width:100%;min-height:50px;border:1px solid #d8e0ec;border-radius:16px;background:#fff;padding:0 14px;color:var(--sf-ink);outline:none}.sf-form-grid textarea{min-height:104px;padding-top:12px;resize:vertical}.sf-form-grid input:focus,.sf-form-grid select:focus,.sf-form-grid textarea:focus,.sf-field select:focus{border-color:var(--sf-primary-2);box-shadow:0 0 0 4px #1687d91f}.sf-field-error{display:block;margin-top:6px;color:var(--sf-danger);font-size:12px;font-weight:800}.sf-review-lines{display:grid;gap:10px;margin-top:16px}.sf-review-lines__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:#f6f8fc;color:var(--sf-muted);font-size:14px;font-weight:800}.sf-review-lines__row strong{color:var(--sf-ink)}.sf-review-lines__row--total{color:var(--sf-primary);font-weight:900}.sf-review-lines__row--total strong{color:var(--sf-primary)}.sf-product-page{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:24px;align-items:start}.sf-product-page__image{position:relative;height:min(52vw,530px);min-height:320px;overflow:hidden;border-radius:28px;background:#edf3f8;box-shadow:var(--sf-shadow-soft)}.sf-product-page__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sf-product-page__discount{position:absolute;top:16px;right:16px;min-height:30px;display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:var(--sf-accent);color:var(--sf-ink);font-size:13px;font-weight:900}.sf-product-page__thumbs{display:flex;gap:10px;overflow-x:auto;margin-top:-10px;grid-column:1}.sf-product-page__thumbs button{width:72px;height:72px;flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:18px;overflow:hidden;background:#fff;cursor:pointer}.sf-product-page__thumbs button.is-active{border-color:var(--sf-primary-2)}.sf-product-page__thumbs img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sf-product-page__headline,.sf-product-page__desc,.sf-variants--units,.sf-product-page__purchase,.sf-product-specs{grid-column:2}.sf-product-page__headline>span{color:var(--sf-primary-2);font-size:13px;font-weight:900}.sf-product-page__rating{display:flex;flex-wrap:wrap;gap:9px;color:var(--sf-muted);font-size:13px;font-weight:800}.sf-product-page__rating strong{color:#f59e0b}.sf-product-page__desc{margin:0;color:var(--sf-muted);font-size:15px;line-height:1.9}.sf-product-page__price-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid rgba(22,135,217,.24);border-radius:22px;background:linear-gradient(135deg,#edf6ff,#fff)}.sf-product-page__price-card span{color:var(--sf-muted);font-weight:800}.sf-product-page__price-card strong{color:var(--sf-primary);font-size:24px;font-weight:900}.sf-product-page__buy{display:grid;grid-template-columns:148px minmax(0,1fr);gap:12px;margin-top:14px}.sf-product-page__qty{height:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:5px;border-radius:18px;background:#f1f5f9}.sf-product-page__qty button{border:0;border-radius:14px;background:#fff;color:var(--sf-primary);font-size:22px;font-weight:900;cursor:pointer}.sf-product-page__qty button:disabled{opacity:.4;cursor:not-allowed}.sf-product-page__qty span{display:grid;place-items:center;color:var(--sf-ink);font-size:20px;font-weight:900}.sf-product-page__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sf-product-page__actions .sf-primary-btn,.sf-product-page__actions .sf-secondary-btn{margin-top:0;min-height:56px}.sf-product-specs{display:grid;gap:10px;padding:20px}.sf-product-specs h2{margin-bottom:2px}.sf-product-specs div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid var(--sf-line)}.sf-product-specs span{color:var(--sf-muted);font-weight:800}.sf-product-specs strong{color:var(--sf-ink);font-weight:900}.sf-advantages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sf-advantages article{min-height:116px;padding:18px;border:1px solid var(--sf-line);border-radius:22px;background:#fff;box-shadow:var(--sf-shadow-soft)}.sf-advantages strong{display:block;margin-bottom:7px;color:var(--sf-primary);font-size:18px;font-weight:900}.sf-advantages span{color:var(--sf-muted);line-height:1.7;font-weight:700}.sf-account-card{padding:28px 22px;text-align:center}.sf-account-card__icon svg{width:28px;height:28px}.sf-account-card h1{margin:0 0 10px;font-size:30px;font-weight:900}.sf-account-card p{margin:0 auto 18px;max-width:480px;color:var(--sf-muted);line-height:1.8}.sf-account-card__links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:14px}.sf-account-card__links span{padding:7px 11px;border-radius:999px;background:#f1f5f9;color:var(--sf-muted);font-size:13px;font-weight:800}.sf-stock-modal__sheet{text-align:center}.sf-stock-modal__icon{width:58px;height:58px;margin:0 auto 14px;display:grid;place-items:center;border-radius:18px;background:#fef2f2;color:var(--sf-danger);font-size:28px;font-weight:900}.sf-stock-modal__content p{margin:8px 0 0;color:var(--sf-muted);line-height:1.8}.sf-stock-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.sf-stock-modal__actions .sf-primary-btn,.sf-stock-modal__actions .sf-secondary-btn{margin-top:0}.sf-footer-contact{margin-top:34px;padding:30px 18px;border-top:1px solid var(--sf-line);text-align:center}.sf-footer-contact__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:20px}.sf-footer-contact__action{min-width:132px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;color:#fff;text-decoration:none;font-size:14px;font-weight:900}.sf-footer-contact__action svg{width:18px;height:18px}.sf-footer-contact__action--call{background:var(--sf-primary)}.sf-footer-contact__action--whatsapp{background:var(--sf-success)}.sf-footer-contact__brand-title{display:inline-flex;align-items:center;justify-content:center;gap:10px}.sf-footer-contact__logo{width:46px;height:46px;-o-object-fit:contain;object-fit:contain}.sf-footer-contact__brand strong{color:var(--sf-ink);font-size:20px;font-weight:900}.sf-footer-contact__brand p{margin:12px auto 8px;max-width:560px;color:var(--sf-muted);line-height:1.8}.sf-footer-contact__location{display:inline-flex;align-items:center;gap:6px;color:var(--sf-muted);font-weight:800}.sf-footer-contact__location svg{width:17px;height:17px;color:var(--sf-primary-2)}.sf-footer-contact__links{display:flex;justify-content:center;flex-wrap:wrap;gap:4px 18px;margin-top:22px;padding-top:18px;border-top:1px solid var(--sf-line)}.sf-footer-contact__links a{color:var(--sf-muted);text-decoration:none;font-size:14px;font-weight:800}.sf-footer-contact__links a:hover{color:var(--sf-primary)}.sf-footer-contact__copyright{margin-top:18px;color:#98a2b3;font-size:13px;font-weight:800}.sf-bottom-nav{position:fixed;right:10px;bottom:10px;left:10px;z-index:60;height:68px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:6px;border:1px solid rgba(228,233,242,.95);border-radius:24px;background:#fffffff0;box-shadow:0 18px 45px #17203326;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sf-bottom-nav__item{position:relative;min-width:0;border:0;border-radius:18px;display:grid;place-items:center;align-content:center;gap:3px;background:transparent;color:#7c8799;cursor:pointer}.sf-bottom-nav__item.is-active{background:#edf6ff;color:var(--sf-primary)}.sf-bottom-nav__active-bar{display:none}.sf-bottom-nav__icon{position:relative;width:22px;height:22px;display:grid;place-items:center}.sf-bottom-nav__icon svg{width:21px;height:21px}.sf-bottom-nav__label{max-width:100%;font-size:11px;line-height:1.1;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sf-bottom-nav__badge{position:absolute;top:-9px;left:-12px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:var(--sf-danger);color:#fff;font-size:10px;font-weight:900;box-shadow:0 0 0 2px #fff}.sf-home-load-more{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--sf-muted);font-size:14px;font-weight:800;margin-top:16px}.sf-home-load-more--idle{min-height:22px;color:#98a2b3;letter-spacing:0}.sf-home-load-more__dots{display:inline-flex;align-items:center;gap:4px}.sf-home-load-more__dots i,.sf-button-loader__dots i{width:6px;height:6px;display:block;border-radius:50%;background:currentColor;animation:sf-dot .9s infinite ease-in-out}.sf-home-load-more__dots i:nth-child(2),.sf-button-loader__dots i:nth-child(2){animation-delay:.12s}.sf-home-load-more__dots i:nth-child(3),.sf-button-loader__dots i:nth-child(3){animation-delay:.24s}.sf-button-loader__dots{display:inline-flex;align-items:center;justify-content:center;gap:4px}.sf-button-loader__dots--inline i{width:5px;height:5px}.sf-skeleton-card,.sf-skeleton-line,.sf-skeleton-circle{position:relative;overflow:hidden;background:linear-gradient(90deg,#eef3f9,#f8fbff,#eef3f9);background-size:200% 100%;animation:sf-shimmer 1.2s linear infinite}.sf-skeleton-line{height:12px;border-radius:999px;margin:10px 0 0}.sf-skeleton-line--lg{width:100%}.sf-skeleton-line--md{width:66%}.sf-skeleton-line--sm{width:52%}.sf-skeleton-line--price{width:86px;height:16px;margin:0}.sf-skeleton-circle{width:42px;height:42px;border-radius:15px}.sf-product-card--skeleton .sf-product-card__favorite,.sf-product-card--skeleton .sf-product-card__badge{display:none}.sf-loader-fade-enter-active,.sf-loader-fade-leave-active,.sf-page-fade-enter-active,.sf-page-fade-leave-active,.sf-modal-fade-enter-active,.sf-modal-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.sf-loader-fade-enter-from,.sf-loader-fade-leave-to,.sf-page-fade-enter-from,.sf-page-fade-leave-to,.sf-modal-fade-enter-from,.sf-modal-fade-leave-to{opacity:0}.sf-page-fade-enter-from,.sf-page-fade-leave-to{transform:translateY(8px)}.sf-modal-fade-enter-from .sf-quick-add__sheet,.sf-modal-fade-leave-to .sf-quick-add__sheet{transform:translateY(18px) scale(.98)}@media(min-width:700px){.sf-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sf-header__desktop-action{display:grid}.sf-header__mobile-menu{display:none}}@media(min-width:940px){.sf-header__nav{display:flex}.sf-search-wrap{padding-bottom:16px}.sf-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.sf-category-card--slide{flex-basis:210px;width:210px}.sf-bottom-nav{display:none}.sf-frame{padding-bottom:0}.sf-main--checkout{padding-bottom:44px}}@media(min-width:1380px){.sf-products-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:939px){.sf-frame{padding-bottom:86px}.sf-hero--campaign{min-height:440px;background-position:62% center}.sf-hero h1{max-width:430px}.sf-product-page{grid-template-columns:1fr;gap:16px}.sf-product-page__headline,.sf-product-page__desc,.sf-variants--units,.sf-product-page__purchase,.sf-product-specs,.sf-product-page__thumbs{grid-column:auto}.sf-product-page__image{height:auto;min-height:0;aspect-ratio:1 / .82}.sf-advantages{grid-template-columns:1fr}}@media(max-width:640px){.sf-header{padding:12px 14px;gap:10px}.sf-header__logo{width:44px;height:44px;border-radius:15px}.sf-header__brand strong{font-size:21px}.sf-header__brand span{font-size:16px}.sf-icon-btn{width:40px;height:40px;border-radius:14px}.sf-search-wrap{padding:0 14px 12px}.sf-page{padding:18px 14px 28px}.sf-hero{min-height:440px;margin-right:-14px;margin-left:-14px;border-radius:0 0 26px 26px}.sf-hero--campaign{background-position:66% center}.sf-hero__content{padding:36px 18px}.sf-hero p{max-width:320px}.sf-hero__actions{align-items:stretch}.sf-hero__cta{flex:1 1 130px;min-width:0}.sf-home-categories{padding:16px;border-radius:22px}.sf-home-categories__head{align-items:stretch;flex-direction:column}.sf-home-categories__link{align-self:flex-start}.sf-categories-slider{margin:0 -16px}.sf-categories-slider__track{padding-inline:16px}.sf-category-card--slide{flex-basis:162px;width:162px}.sf-category-card--stacked{grid-template-columns:128px minmax(0,1fr);min-height:132px}.sf-category-card__image{height:118px}.sf-category-card h3{font-size:15px}.sf-promo-strip{align-items:flex-start;flex-direction:column}.sf-mini-banners{grid-template-columns:1fr}.sf-products-grid{gap:12px}.sf-product-card{min-height:314px;border-radius:18px}.sf-product-card__image{height:150px}.sf-product-card__content{padding:11px}.sf-product-card__title{font-size:14px;min-height:44px;max-height:44px}.sf-product-card__footer strong{font-size:14px}.sf-add-btn{width:38px;height:38px;border-radius:14px}.sf-form-grid{grid-template-columns:1fr}.sf-cart-item{grid-template-columns:74px minmax(0,1fr);align-items:start}.sf-cart-item__image{width:74px;height:74px}.sf-cart-item__total{grid-column:1 / -1;justify-self:end}.sf-product-page__buy,.sf-product-page__actions{grid-template-columns:1fr}.sf-quick-add{padding:0;align-items:flex-end}.sf-quick-add__sheet{width:100%;max-height:90vh;border-radius:28px 28px 0 0}.sf-quick-add__actions,.sf-stock-modal__actions{grid-template-columns:1fr}}@media(max-width:380px){.sf-header__brand strong{font-size:19px}.sf-header__brand span{font-size:15px}.sf-header__left{gap:5px}.sf-icon-btn{width:38px;height:38px}.sf-products-grid{gap:10px}.sf-product-card__image{height:134px}.sf-product-card__content{padding:10px}.sf-product-card__category{font-size:11px}.sf-product-card__title{font-size:13px}.sf-product-card__rating{font-size:11px;gap:4px}.sf-product-card__favorite{width:32px;height:32px}.sf-product-card__badge{font-size:10px}.sf-add-btn{width:35px;height:35px}.sf-bottom-nav__label{font-size:10px}}@keyframes sf-route-slide{0%{transform:translate(140%)}to{transform:translate(-210%)}}@keyframes sf-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes sf-dot{0%,80%,to{transform:scale(.7);opacity:.55}40%{transform:scale(1);opacity:1}}
