@import "https://fonts.googleapis.com/css2?family=Droid+Sans:wght@400;700&display=swap";
.sf-layout{--sf-bg:#faf8f5;--sf-dark:#312b36;--sf-orange:#f1641e;--sf-footer-bg:#2f203c;--sf-newsletter-bg:#ded3e8;--sf-border:#e0dad6;--sf-border-subtle:#928681;--sf-muted:#736b68;--sf-footer-border:#534d4c;--sf-white:#fff;--sf-font-sans:"Droid Sans", Arial, sans-serif;--sf-font-serif:Cambria, Georgia, "Times New Roman", serif;--sf-radius-sm:8px;--sf-radius-pill:24px;--sf-radius-full:9999px;--sf-header-height:60px;--sf-secondary-nav-height:47px;font-family:var(--sf-font-sans);background:var(--sf-bg);color:var(--sf-dark);flex-direction:column;min-height:100vh;display:flex}.sf-layout *,.sf-layout :before,.sf-layout :after{box-sizing:border-box}.sf-layout a{color:inherit;text-decoration:none}.sf-layout ul,.sf-layout ol{margin:0;padding:0;list-style:none}.sf-layout img{max-width:100%;height:auto;display:block}.sf-layout button{font-family:var(--sf-font-sans);cursor:pointer;background:0 0;border:none}.sf-header{z-index:200;background:var(--sf-bg);height:var(--sf-header-height);position:sticky;top:0}.sf-header__inner{align-items:center;gap:10px;max-width:1400px;height:100%;margin:0 auto;padding:0 20px;display:flex}.sf-header__logo{font-family:var(--sf-font-serif);color:var(--sf-orange);letter-spacing:-.5px;flex-shrink:0;font-size:26px;font-weight:700}.sf-header__categories{border-radius:var(--sf-radius-pill);white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;padding:8px 12px 8px 8px;display:flex}.sf-header__categories:hover{background:#0000000a}.sf-header__categories svg{flex-shrink:0;width:16px;height:16px}.sf-header__categories span{color:var(--sf-dark);letter-spacing:.13px;font-size:13px;font-weight:700}.sf-header__search{border:2px solid var(--sf-dark);border-radius:var(--sf-radius-full);flex:1;align-items:center;min-width:0;height:48px;display:flex;overflow:hidden}.sf-header__search-input{font-family:var(--sf-font-sans);color:var(--sf-muted);background:0 0;border:none;outline:none;flex:1;height:100%;padding:0 18px;font-size:15.6px}.sf-header__search-btn{border-radius:var(--sf-radius-full);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin:5px;display:flex;background:var(--sf-orange)!important;cursor:pointer!important;border:none!important}.sf-header__search-btn svg{color:#fff;width:20px;height:20px}.sf-header__sign-in{letter-spacing:.13px;color:var(--sf-dark);white-space:nowrap;cursor:pointer;font-size:13.5px;font-weight:700;font-family:var(--sf-font-sans);background:0 0;border:none}.sf-header__sign-in:hover{opacity:.7}.sf-header__icon{width:24px;height:24px;color:var(--sf-dark);justify-content:center;align-items:center;display:flex}.sf-header__icon--cart{position:relative}.sf-header__cart-badge{background:var(--sf-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-8px}.sf-header__profile{position:relative}.sf-header__profile-btn{border-radius:var(--sf-radius-full);cursor:pointer;align-items:center;gap:6px;padding:4px;display:flex}.sf-header__profile-btn:hover{background:#0000000a}.sf-header__profile-avatar{object-fit:cover!important;border:1px solid var(--sf-border)!important;border-radius:50%!important;width:28px!important;height:28px!important}.sf-header__profile-initial{background:var(--sf-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.sf-header__dropdown{background:var(--sf-white);border-radius:var(--sf-radius-sm);border:1px solid var(--sf-border);z-index:300;width:260px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 24px #0000001f}.sf-header__dropdown-header{border-bottom:1px solid var(--sf-border);padding:14px 16px}.sf-header__dropdown-name{color:var(--sf-dark);font-size:14px;font-weight:700}.sf-header__dropdown-email{color:var(--sf-muted);text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.sf-header__dropdown-item{color:var(--sf-dark);text-align:left;width:100%;font-size:14px;font-family:var(--sf-font-sans);align-items:center;gap:10px;padding:10px 16px;display:flex}.sf-header__dropdown-item:hover{background:#00000008}.sf-header__dropdown-item svg{width:16px;height:16px;color:var(--sf-muted);flex-shrink:0}.sf-header__dropdown-item--danger{color:#c7102f}.sf-header__dropdown-item--danger:hover{background:#fef2f2}.sf-header__dropdown-divider{background:var(--sf-border);height:1px;margin:4px 0}.sf-header__hamburger{cursor:pointer;flex-direction:column;flex-shrink:0;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.sf-header__hamburger span{background:var(--sf-dark);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.sf-secondary-nav{background:var(--sf-bg);height:var(--sf-secondary-nav-height);border-bottom:1px solid var(--sf-border);top:var(--sf-header-height);z-index:199;position:sticky}.sf-secondary-nav__inner{scrollbar-width:none;align-items:center;gap:4px;max-width:1400px;height:100%;margin:0 auto;padding:0 20px;display:flex;overflow-x:auto}.sf-secondary-nav__inner::-webkit-scrollbar{display:none}.sf-secondary-nav__item{border-radius:var(--sf-radius-pill);white-space:nowrap;letter-spacing:.13px;color:var(--sf-dark);flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-size:14px;font-weight:700;display:flex}.sf-secondary-nav__item:hover{background:#0000000a}.sf-secondary-nav__item--icon{gap:6px}.sf-secondary-nav__item--icon svg{width:16px;height:16px}.sf-mobile-nav{top:var(--sf-header-height);background:var(--sf-white);z-index:198;border-bottom:1px solid var(--sf-border);max-height:0;min-height:calc(100vh - var(--sf-header-height));transition:max-height .35s,padding .35s;display:none;position:fixed;left:0;right:0;overflow:hidden}.sf-mobile-nav--open{max-height:500px}.sf-mobile-nav__list{flex-direction:column;gap:4px;padding:16px 20px 24px;display:flex}.sf-mobile-nav__item a{border-radius:var(--sf-radius-sm);color:var(--sf-dark);align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:700;display:flex}.sf-main{flex:1;min-height:100vh}.sf-footer{background:var(--sf-footer-bg)}.sf-newsletter{background:var(--sf-newsletter-bg);padding:36px 24px}.sf-newsletter__text{letter-spacing:-.16px;color:var(--sf-dark);text-align:center;margin-bottom:16px;font-size:14.8px;font-weight:700;line-height:20px}.sf-newsletter__form{border-radius:var(--sf-radius-full);max-width:480px;height:48px;margin:0 auto;display:flex;overflow:hidden;box-shadow:inset 1px 2px 4px #3314000d}.sf-newsletter__input{border:1px solid var(--sf-border-subtle);border-radius:var(--sf-radius-full) 0 0 var(--sf-radius-full);min-width:0;font-family:var(--sf-font-sans);color:var(--sf-muted);background:var(--sf-bg);border-right:none;outline:none;flex:1;padding:0 18px;font-size:15.1px}.sf-newsletter__btn{border-radius:0 var(--sf-radius-full) var(--sf-radius-full) 0;letter-spacing:-.16px;color:var(--sf-dark);white-space:nowrap;border-left:none;flex-shrink:0;padding:0 22px;font-size:15.8px;font-weight:700;background:var(--sf-bg)!important;border:1px solid var(--sf-border-subtle)!important;font-family:var(--sf-font-sans)!important;cursor:pointer!important}.sf-newsletter__btn:hover{background:#f0ece7}@media (max-width:480px){.sf-newsletter{padding:28px 16px}.sf-newsletter__text{margin-bottom:12px;font-size:13px;line-height:18px}.sf-newsletter__form{height:42px}.sf-newsletter__input{padding:0 14px;font-size:14px}.sf-newsletter__btn{padding:0 16px;font-size:14px}}@media (max-width:360px){.sf-newsletter{padding:24px 12px}.sf-newsletter__text{margin-bottom:10px;font-size:12px;line-height:17px}.sf-newsletter__form{height:40px}.sf-newsletter__input,.sf-newsletter__btn{padding:0 12px;font-size:13px}}.sf-renewable{background:var(--sf-footer-bg);border-bottom:1px solid var(--sf-footer-border);justify-content:center;align-items:center;gap:12px;height:83px;display:flex}.sf-renewable svg{color:#4caf50;flex-shrink:0;width:32px;height:32px}.sf-renewable__text{letter-spacing:-.16px;color:var(--sf-bg);font-size:15.6px;line-height:20px}.sf-footer-content{gap:20px;max-width:1400px;margin:0 auto;padding:40px 20px;display:flex}.sf-footer-app{flex-direction:column;flex:0 0 200px;align-items:center;gap:20px;display:flex}.sf-footer-app__icon{background:var(--sf-orange);border-radius:var(--sf-radius-sm);color:#fff;justify-content:center;align-items:center;width:74px;height:71px;font-size:32px;display:flex;overflow:hidden}.sf-footer-app__btn{color:var(--sf-bg);letter-spacing:-.16px;border-radius:var(--sf-radius-pill);text-align:center;white-space:nowrap;background:#545a78;padding:14px 18px;font-size:15.3px;font-weight:700;display:inline-block}.sf-footer-app__btn:hover{background:#4a5068}.sf-footer-nav{flex:1;grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.sf-footer-col__heading{letter-spacing:-.16px;color:var(--sf-bg);margin-bottom:16px;font-size:16px;font-weight:700;line-height:20px}.sf-footer-col__list{flex-direction:column;gap:12px;display:flex}.sf-footer-col__item{color:var(--sf-bg);cursor:pointer;font-size:14px;line-height:19.6px}.sf-footer-col__item:hover{text-decoration:underline}.sf-footer-social{gap:12px;margin-top:16px;display:flex}.sf-footer-social a{color:var(--sf-bg)}.sf-footer-social svg{width:24px;height:24px}.sf-footer-bottom{background:var(--sf-footer-bg);border-top:1px solid var(--sf-footer-border);align-items:center;height:75px;padding:0 20px;display:flex}.sf-footer-bottom__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%;max-width:1400px;margin:0 auto;display:flex}.sf-footer-bottom__region{letter-spacing:.13px;color:var(--sf-bg);align-items:center;gap:8px;font-size:12.8px;font-weight:700;display:flex}.sf-footer-bottom__region svg{width:16px;height:16px}.sf-footer-bottom__copyright{color:var(--sf-bg);font-size:14px;line-height:19.6px}.sf-footer-bottom__links{flex-wrap:wrap;gap:16px;display:flex}.sf-footer-bottom__link{color:var(--sf-bg);cursor:pointer;font-size:14px;line-height:19.6px;text-decoration:underline}@media (max-width:1024px){.sf-header__categories span{display:none}.sf-header__hamburger{display:flex}.sf-mobile-nav{display:block}.sf-footer-content{flex-direction:column}.sf-footer-app{flex-direction:row;flex:none;align-items:center}.sf-footer-bottom__inner{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 0}.sf-footer-bottom{height:auto}}.sf-header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:30px;height:30px;padding:6px;display:none}.sf-header__hamburger span{background:var(--sf-dark);border-radius:2px;height:2px;transition:all .3s;display:block}.sf-header__hamburger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.sf-header__hamburger--open span:nth-child(2){opacity:0}.sf-header__hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.sf-header__mobile-search-btn{width:36px;height:36px;color:var(--sf-dark);border-radius:50%;justify-content:center;align-items:center;padding:0;display:none}.sf-header__mobile-search-btn svg{width:20px;height:20px}.sf-header__mobile-search-btn:hover{background:#0000000a}.sf-header__mobile-search{background:var(--sf-bg);border-bottom:1px solid var(--sf-border);z-index:200;padding:10px 16px;animation:.2s slideDown;position:absolute;top:100%;left:0;right:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.sf-header__mobile-search-form{border:2px solid var(--sf-dark);border-radius:var(--sf-radius-full);align-items:center;height:44px;display:flex;overflow:hidden}.sf-header__mobile-search-form input{height:100%;font-size:15px;font-family:var(--sf-font-sans);background:0 0;border:none;outline:none;flex:1;padding:0 14px}.sf-header__mobile-search-form button{background:var(--sf-orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin:3px;display:flex}.sf-header__mobile-search-form button svg{width:18px;height:18px}.sf-mobile-nav{top:var(--sf-header-height);background:var(--sf-bg);z-index:190;padding:16px 20px;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(-100%)}.sf-mobile-nav--open{transform:translate(0)}.sf-mobile-nav__list{flex-direction:column;gap:2px;display:flex}.sf-mobile-nav__item a{color:var(--sf-dark);border-radius:8px;padding:12px 16px;font-size:15px;font-weight:600;display:block}.sf-mobile-nav__item a:hover{background:#0000000a}.sf-header__logo-img{object-fit:contain;object-position:left center;width:147px;max-width:147px;height:40px;max-height:40px}.sf-footer-app__logo-img{object-fit:contain;object-position:center;width:74px;max-width:74px;height:71px;max-height:71px}.sf-footer-app__logo-text{font-size:24px}@media (max-width:768px){.sf-header__sign-in{display:none}.sf-header__search{display:none!important}.sf-header__hamburger,.sf-header__mobile-search-btn{display:flex!important}.sf-header__actions{gap:2px;margin-left:auto}.sf-secondary-nav{display:none}.sf-footer-nav{grid-template-columns:repeat(2,1fr)}.sf-footer-bottom__links{gap:10px}.sf-header__dropdown{right:-63px}}.sf-header__icon{width:36px;height:36px;color:var(--sf-dark);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.sf-header__icon svg{width:20px;height:20px}.sf-header__icon:hover{background:#0000000a}.sf-header__cart-badge{background:var(--sf-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.sf-header__actions{flex-shrink:0;align-items:center;gap:4px;display:flex}@media (max-width:480px){.sf-header__inner{gap:8px;padding:0 12px}.sf-header__logo{font-size:20px}.sf-header__logo-img{width:118px;max-width:118px;height:32px;max-height:32px}.sf-header__icon{width:32px;height:32px}.sf-header__icon svg{width:18px;height:18px}.sf-header__mobile-search-btn{width:32px;height:32px}.sf-header__mobile-search-btn svg{width:18px;height:18px}.sf-header__hamburger{width:24px;height:24px;padding:4px}.sf-header__cart-badge{min-width:16px;height:16px;font-size:10px}}@media (max-width:360px){.sf-header__inner{gap:6px;padding:0 8px}.sf-header__logo{font-size:18px}.sf-header__logo-img{width:103px;max-width:103px;height:28px;max-height:28px}.sf-header__icon{width:30px;height:30px}.sf-header__icon svg{width:16px;height:16px}.sf-header__mobile-search-btn{width:30px;height:30px}.sf-header__mobile-search-btn svg{width:16px;height:16px}}.sf-fullpage-loader{z-index:9999;background:var(--sf-bg,#faf8f5);opacity:1;justify-content:center;align-items:center;transition:opacity .5s;display:flex;position:fixed;inset:0}.sf-fullpage-loader--fade{opacity:0;pointer-events:none}.sf-wave-loader{width:200px;height:56px;position:relative;transform:scale(.75)}.sf-wave-loader__dot{background:var(--sf-orange,#f1641e);transform-origin:50%;border-radius:50%;width:20px;height:20px;animation:1.4s linear infinite sf-wave-travel;position:absolute;top:20px;left:-30px;transform:scale(0)}.sf-wave-loader__dot:first-child{animation-delay:0s}.sf-wave-loader__dot:nth-child(2){animation-delay:.2s}.sf-wave-loader__dot:nth-child(3){animation-delay:.4s}.sf-wave-loader__dot:nth-child(4){animation-delay:.6s}.sf-wave-loader__dot:nth-child(5){animation-delay:.8s}.sf-wave-loader__dot:nth-child(6){animation-delay:1s}.sf-wave-loader__dot:nth-child(7){animation-delay:1.2s}@keyframes sf-wave-travel{0%{top:20px;left:-30px;transform:scale(0)}12.5%{top:11px;left:0;transform:scale(.3)}25%{top:7px;left:34px;transform:scale(.8)}37.5%{top:11px;left:68px;transform:scale(1.4)}50%{top:20px;left:100px;transform:scale(1.7)}62.5%{top:29px;left:134px;transform:scale(1.4)}75%{top:33px;left:168px;transform:scale(.8)}87.5%{top:29px;left:200px;transform:scale(.3)}to{top:20px;left:232px;transform:scale(0)}}@media (max-width:768px){.sf-wave-loader{transform:scale(.6)}}@media (max-width:480px){.sf-wave-loader{transform:scale(.5)}}
.sf-page-loading{color:#736b68;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;font-size:15px;display:flex}.sf-page-loading__link{color:#f1641e;margin-top:8px;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}.sf-auth{justify-content:center;align-items:center;min-height:70vh;padding:20px;display:flex}.sf-auth__card{background:#fff;border-radius:12px;width:100%;max-width:420px;padding:32px 28px;box-shadow:0 2px 16px #00000014}.sf-auth__header{text-align:center;margin-bottom:24px}.sf-auth__title{color:#312b36;margin-bottom:6px;font-size:24px;font-weight:700}.sf-auth__subtitle{color:#736b68;font-size:14px}.sf-auth__error{color:#dc2626;background:#fee2e2;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.sf-auth__form{flex-direction:column;gap:14px;display:flex}.sf-auth__field{flex-direction:column;gap:4px;display:flex}.sf-auth__field label{color:#312b36;font-size:13px;font-weight:600}.sf-auth__field input{border:2px solid #e0dad6;border-radius:8px;outline:none;padding:10px 14px;font-size:15px;transition:border .2s}.sf-auth__field input:focus{border-color:#f1641e}.sf-auth__submit{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px;font-size:15px;font-weight:700;background:#312b36!important}.sf-auth__submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.sf-auth__submit:disabled{opacity:.5}.sf-auth__divider{color:#928681;align-items:center;gap:12px;margin:20px 0;font-size:13px;display:flex}.sf-auth__divider:before,.sf-auth__divider:after{content:"";background:#e0dad6;flex:1;height:1px}.sf-auth__google{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-size:15px;font-weight:600;display:flex;color:#312b36!important;background:#fff!important;border:2px solid #e0dad6!important}.sf-auth__google:hover{background:#faf8f5!important;border-color:#928681!important}.sf-auth__footer-text{text-align:center;color:#736b68;margin-top:20px;font-size:13px}.sf-auth__link{color:#f1641e;font-weight:700}.sf-products{max-width:1400px;margin:0 auto;padding:20px}.sf-products__title{color:#312b36;margin-bottom:16px;font-size:22px;font-weight:700}.sf-products__filters{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.sf-products__filter-select{color:#312b36;background:#fff;border:2px solid #e0dad6;border-radius:8px;min-width:140px;padding:8px 12px;font-size:14px}.sf-products__count{color:#736b68;margin-bottom:12px;font-size:13px}.sf-products__grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:640px){.sf-products__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.sf-products__grid{grid-template-columns:repeat(4,1fr)}}.sf-products__card{background:#fff;border:1px solid #e0dad6;border-radius:10px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.sf-products__card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.sf-products__card-img-link{display:block;position:relative}.sf-products__card-img{aspect-ratio:1;background:#f0ece7;justify-content:center;align-items:center;display:flex;overflow:hidden}.sf-products__card-img img{object-fit:cover;width:100%;height:100%}.sf-products__card-placeholder{font-size:48px}.sf-products__card-badge{color:#fff;background:#ef4444;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.sf-products__card-badge--sold{background:#312b36;left:auto;right:8px}.sf-products__card-wishlist{color:#736b68;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:transform .2s,background .2s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 1px 4px #0000001a;cursor:pointer!important;background:#ffffffe6!important;border:none!important}.sf-products__card-wishlist:hover{transform:scale(1.1);background:#fff!important}.sf-products__card-wishlist:active{transform:scale(.95)}.sf-products__card-wishlist--active{color:#ef4444}.sf-products__card-wishlist--active svg{fill:#ef4444}.sf-products__card-badge--low{background:#f59e0b;top:auto;bottom:8px}.sf-products__card-body{padding:12px}.sf-products__card-name{color:#312b36;margin-bottom:2px;font-size:14px;font-weight:600;line-height:1.3;display:block}.sf-products__card-name:hover{color:#f1641e}.sf-products__card-category{color:#928681;margin-bottom:6px;font-size:12px}.sf-products__card-prices{align-items:center;gap:6px;margin-bottom:8px;display:flex}.sf-products__card-price{color:#312b36;font-size:16px;font-weight:700}.sf-products__card-price--sale{color:#50792b!important}.sf-products__card-price--original{color:#817a78;font-weight:400;text-decoration:line-through}.sf-products__card-btn{border-radius:8px;width:100%;padding:9px;font-size:13px;font-weight:700;transition:opacity .2s;color:#fff!important;cursor:pointer!important;background:#312b36!important;border:none!important}.sf-products__card-btn:hover{opacity:.9!important}.sf-products__card-btn:disabled{color:#928681!important;cursor:default!important;background:#e0dad6!important}.sf-products__card-btn--added{background:#10b981!important}.sf-products__empty{text-align:center;color:#928681;padding:60px 20px;font-size:15px}.sf-products__empty span{margin-bottom:12px;font-size:48px;display:block}@media (max-width:768px){.sf-products{padding:6px}.sf-products__title,.sf-products__filters,.sf-products__count{display:none}.sf-products__grid{gap:12px 6px}.sf-products__card-body{padding:8px 4px}.sf-products__card-img{border-radius:10px}.sf-products__card:hover{box-shadow:none;transform:none}}.sf-cart{max-width:1200px;margin:0 auto 140px;padding:20px}.sf-cart__title{color:#312b36;margin-bottom:20px;font-size:22px;font-weight:700}.sf-cart__grid{flex-direction:column;gap:20px;display:flex}@media (min-width:1024px){.sf-cart__grid{grid-template-columns:2fr 1fr;gap:24px;display:grid}}.sf-cart__items{flex-direction:column;gap:10px;display:flex}.sf-cart__item{background:#fff;border:1px solid #e0dad6;border-radius:10px;gap:12px;padding:14px;display:flex}.sf-cart__item-img{background:#f0ece7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.sf-cart__item-img img{object-fit:cover;width:100%;height:100%}.sf-cart__item-img span{font-size:28px}.sf-cart__item-info{flex:1;min-width:0}.sf-cart__item-name{color:#312b36;font-size:14px;font-weight:600;display:block}.sf-cart__item-name:hover{color:#f1641e}.sf-cart__item-variant{color:#928681;margin-top:2px;font-size:12px}.sf-cart__item-price{color:#f1641e;margin-top:4px;font-size:14px;font-weight:700}.sf-cart__item-actions{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:6px;display:flex}.sf-cart__item-qty{border:1px solid #e0dad6;border-radius:6px;align-items:center;display:flex;overflow:hidden}.sf-cart__item-qty button{cursor:pointer;color:#736b68;background:0 0;border:none;padding:4px 10px;font-size:14px}.sf-cart__item-qty button:hover{background:#f0ece7}.sf-cart__item-qty span{border-left:1px solid #e0dad6;border-right:1px solid #e0dad6;padding:4px 10px;font-size:13px;font-weight:600}.sf-cart__item-total{color:#312b368f;font-size:14px;font-weight:700}.sf-cart__sidebar{align-self:start;position:sticky;top:80px}.sf-cart__order-box{background:#fff;border:1px solid #e0dad6;border-radius:10px;flex-direction:column;gap:14px;padding:20px;display:flex}.sf-cart__order-title{color:#312b36;font-size:17px;font-weight:700}.sf-cart__field{flex-direction:column;gap:4px;display:flex}.sf-cart__field label{color:#312b36;font-size:13px;font-weight:600}.sf-cart__field input,.sf-cart__field textarea{resize:none;border:2px solid #e0dad6;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px}.sf-cart__field input::placeholder{color:#c4c4c4}.sf-cart__field input:focus,.sf-cart__field textarea:focus{border-color:#f1641e}.sf-cart__field-error{color:#ef4444;font-size:12px}.sf-cart__summary{border-top:1px solid #e0dad6;flex-direction:column;gap:6px;padding-top:12px;display:flex}.sf-cart__summary-row{color:#736b68;justify-content:space-between;font-size:14px;display:flex}.sf-cart__total-row{color:#312b36;border-top:1px solid #e0dad6;justify-content:space-between;padding-top:12px;font-size:18px;font-weight:700;display:flex}.sf-cart__place-btn{color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:15px;font-weight:700;display:flex;background:#312b36!important}.sf-cart__place-btn:hover{opacity:.9}.sf-cart__place-btn:disabled{opacity:.5}.sf-cart__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}.sf-cart__continue-btn{text-align:center;color:#312b36;background:#f0ece7;border-radius:10px;padding:12px;font-size:14px;font-weight:600;display:block}.sf-cart__continue-btn:hover{background:#e0dad6}.sf-cart-success{text-align:center;max-width:480px;margin:0 auto;padding:60px 20px}.sf-cart-success__icon{color:#10b981;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:32px;font-weight:700;display:flex}.sf-cart-success__title{color:#312b36;margin-bottom:8px;font-size:24px;font-weight:700}.sf-cart-success__text{color:#736b68;margin-bottom:20px;font-size:15px}.sf-cart-success__info{text-align:left;background:#faf8f5;border-radius:10px;margin-bottom:24px;padding:16px}.sf-cart-success__row{color:#736b68;justify-content:space-between;padding:4px 0;font-size:14px;display:flex}.sf-cart-success__status{color:#10b981;font-weight:600}.sf-cart-success__btn{color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 24px;font-size:15px;font-weight:700;background:#312b36!important}.sf-cart-empty{text-align:center;padding:80px 20px}.sf-cart-empty__icon{margin-bottom:12px;font-size:56px;display:block}.sf-cart-empty__title{color:#312b36;margin-bottom:6px;font-size:22px;font-weight:700}.sf-cart-empty__text{color:#736b68;margin-bottom:20px;font-size:15px}.sf-cart-empty__btn{background:#312b36;border-radius:10px;padding:12px 24px;font-size:15px;font-weight:700;display:inline-block;color:#fff!important}.sf-cart__item-qty-remove{cursor:pointer;background:0 0;border:none;padding:4px 10px;font-weight:400;transition:background .2s,color .2s;color:#ef4444!important;font-size:10px!important}.sf-cart__item-qty-remove:hover{color:#dc2626;background:#fee2e2}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideUpPopup{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.sf-cart-signin-overlay{-webkit-backdrop-filter:blur(6px);z-index:1000;background:#312b3673;justify-content:center;align-items:center;padding:20px;animation:.3s fadeInOverlay;display:flex;position:fixed;inset:0}.sf-cart-signin-popup{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:400px;padding:32px 28px;animation:.35s cubic-bezier(.16,1,.3,1) slideUpPopup;display:flex;position:relative;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000a}.sf-cart-signin-popup__close{color:#736b68;cursor:pointer;background:#f0ece7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.sf-cart-signin-popup__close:hover{color:#312b36;background:#e0dad6}.sf-cart-signin-popup__icon{background:linear-gradient(135deg,#fff4ed,#ffe8d6);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:4px;display:flex}.sf-cart-signin-popup__title{color:#312b36;margin:0;font-size:20px;font-weight:700}.sf-cart-signin-popup__text{color:#736b68;max-width:320px;margin:0 0 8px;font-size:14px;line-height:1.5}.sf-cart-signin-popup__btn-primary{cursor:pointer;text-align:center;border:none;border-radius:10px;width:100%;padding:13px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;color:#fff!important;background:#312b36!important}.sf-cart-signin-popup__btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 14px #312b3633}.sf-cart-signin-popup__btn-secondary{cursor:pointer;text-align:center;background:0 0;border:2px solid #f1641e;border-radius:10px;width:100%;padding:12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;display:block;color:#f1641e!important}.sf-cart-signin-popup__btn-secondary:hover{background:#fff4ed}.sf-cart-signin-popup__btn-skip{color:#928681;cursor:pointer;background:0 0;border:none;margin-top:2px;padding:8px;font-size:13px;transition:color .2s}.sf-cart-signin-popup__btn-skip:hover{color:#312b36;text-decoration:underline}.sf-cart-stock-alert__icon{background:linear-gradient(135deg,#fef2f2,#fecaca);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:4px;display:flex}.sf-cart-stock-alert__list{text-align:left;flex-direction:column;gap:8px;width:100%;margin-bottom:8px;display:flex}.sf-cart-stock-alert__item{color:#4b5563;background:#faf8f5;border-radius:8px;align-items:flex-start;gap:8px;padding:8px 10px;font-size:13px;line-height:1.4;display:flex}.sf-cart-stock-alert__item--oos{background:#fef2f2}.sf-cart-stock-alert__item--low{background:#fffbeb}.sf-cart-stock-alert__dot{flex-shrink:0;margin-top:4px;font-size:8px}.sf-cart-stock-alert__item--oos .sf-cart-stock-alert__dot{color:#ef4444}.sf-cart-stock-alert__item--low .sf-cart-stock-alert__dot{color:#f59e0b}@media (max-width:1023px){.sf-cart__sidebar{width:100%}}@media (max-width:768px){.sf-cart{margin-bottom:80px;padding:16px 12px}.sf-cart__title{margin-bottom:14px;font-size:18px}.sf-cart__item{gap:10px;padding:10px}.sf-cart__item-img{width:60px;height:60px}.sf-cart__item-name,.sf-cart__item-price{font-size:13px}.sf-cart__item-actions{gap:4px}.sf-cart__item-qty button,.sf-cart__item-qty-remove{padding:3px 8px;font-size:13px}.sf-cart__item-qty span{padding:3px 8px;font-size:12px}.sf-cart__item-total{font-size:13px}.sf-cart__sidebar{width:100%;position:static}.sf-cart__order-box{gap:12px;padding:16px}.sf-cart__order-title{font-size:16px}.sf-cart__field label{font-size:12px}.sf-cart__field input,.sf-cart__field textarea{padding:10px 12px;font-size:14px}.sf-cart__summary-row{font-size:13px}.sf-cart__total-row{font-size:16px}.sf-cart__place-btn{padding:13px;font-size:14px}.sf-cart__place-btn svg{width:18px}}@media (max-width:400px){.sf-cart{padding:12px 8px}.sf-cart__title{font-size:16px}.sf-cart__item{gap:8px;padding:8px}.sf-cart__item-img{border-radius:6px;width:52px;height:52px}.sf-cart__item-name{font-size:12px}.sf-cart__item-variant{font-size:11px}.sf-cart__item-price{font-size:12px}.sf-cart__order-box{padding:14px 12px}.sf-cart__place-btn{border-radius:8px;padding:12px;font-size:13px}.sf-cart-signin-popup{border-radius:14px;padding:24px 18px}.sf-cart-signin-popup__title{font-size:18px}.sf-cart-signin-popup__text{font-size:13px}.sf-cart-signin-popup__icon{width:52px;height:52px}.sf-cart-signin-popup__icon svg{width:30px;height:30px}.sf-cart-success{padding:40px 16px}.sf-cart-success__title{font-size:20px}.sf-cart-success__icon{width:60px;height:60px;font-size:26px}}
@keyframes cart-celebrate{0%{transform:scale(1)}30%{transform:scale(1.08)}60%{transform:scale(.97)}to{transform:scale(1.05)}}@keyframes cart-check-pop{0%{opacity:0;transform:scale(0)rotate(-45deg)}60%{opacity:1;transform:scale(1.3)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}.sf-pdp__icon--sm{flex-shrink:0;width:14px;height:14px}.sf-pdp__icon--md{flex-shrink:0;width:20px;height:20px}.sf-pdp__icon--lg{flex-shrink:0;width:24px;height:24px}.sf-pdp{max-width:1400px;margin:0 auto;padding:16px 20px}.sf-pdp__container{flex-direction:column;gap:32px;display:flex}.sf-pdp__header{padding-bottom:8px}.sf-pdp__back{color:#736b68;align-items:center;gap:4px;font-size:14px;font-weight:500;transition:color .2s;display:inline-flex}.sf-pdp__back:hover{color:#312b36}.sf-pdp__back-icon{width:18px;height:18px}.sf-pdp__main{flex-direction:column;gap:20px;display:flex}@media (min-width:768px){.sf-pdp__main{flex-direction:row;gap:32px}}.sf-pdp__gallery-wrapper{flex:1;min-width:0}.sf-pdp__gallery{flex-direction:column-reverse;gap:10px;display:flex}@media (min-width:768px){.sf-pdp__gallery{flex-direction:row;gap:12px}}.sf-pdp__thumbs-container{flex-direction:row;display:flex;overflow:hidden}@media (min-width:768px){.sf-pdp__thumbs-container{flex-direction:column;flex-shrink:0;width:72px;max-height:560px}}.sf-pdp__thumbs-swiper{width:100%;height:auto}@media (min-width:768px){.sf-pdp__thumbs-swiper{height:100%;max-height:560px}}.sf-pdp__thumb-slide{flex-shrink:0;width:60px!important;height:60px!important}.sf-pdp__thumb{cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:60px;height:60px;padding:0;transition:border-color .2s;overflow:hidden}.sf-pdp__thumb img{object-fit:cover;width:100%;height:100%}.sf-pdp__thumb:hover{border-color:#928681}.sf-pdp__thumb--active{border-color:#312b36}.sf-pdp__main-image{aspect-ratio:1;background:#f0ece7;border-radius:10px;flex:1;position:relative;overflow:hidden}@media (min-width:768px){.sf-pdp__main-image{max-height:560px}}.sf-pdp__image-swiper{width:100%;height:100%}.sf-pdp__image-swiper .swiper-slide{justify-content:center;align-items:center;display:flex;overflow:hidden}.sf-pdp__image-swiper .swiper-zoom-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sf-pdp__image-swiper .swiper-zoom-container img{object-fit:contain;-webkit-user-drag:none;pointer-events:auto;cursor:pointer;width:100%;height:100%}.sf-pdp__image-display{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}@media (max-width:768px){.sf-pdp__header{display:none}.sf-pdp__image-swiper .swiper-zoom-container img{object-fit:cover}}.sf-pdp__no-image{font-size:80px}.sf-pdp__badge-bestseller{z-index:2;color:#312b36;background:#fffffff2;border-radius:20px;align-items:center;gap:4px;padding:5px 10px;font-size:12px;font-weight:700;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 2px 6px #0000001a}.sf-pdp__wishlist-btn{z-index:2;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .2s,transform .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #0000001f;background:#ffffffb0!important}.sf-pdp__wishlist-btn:hover{transform:scale(1.1);background:#fff!important}.sf-pdp__wishlist-btn:active{transform:scale(.95)}.sf-pdp__wishlist-btn.firework-active{animation:.6s ease-out firework-burst}.sf-pdp__wishlist-icon--active{fill:#ef4444;color:#ef4444}.sf-pdp__image-swiper .swiper-button-next,.sf-pdp__image-swiper .swiper-button-prev,.sf-pdp-popup__swiper .swiper-button-next,.sf-pdp-popup__swiper .swiper-button-prev{display:none}.sf-pdp__image-nav{z-index:2;justify-content:space-between;gap:6px;display:flex;position:absolute;bottom:calc(50% - 36px);left:12px;right:12px}.sf-pdp__zoom-controls{z-index:2;background:#ffffffe6;border-radius:8px;gap:8px;padding:6px;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 6px #0000001f}.sf-pdp__zoom-btn{cursor:pointer;color:#312b36;background:#fff;border:1px solid #e0dad6;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex}.sf-pdp__zoom-btn:hover:not(:disabled){background:#f0ece7;border-color:#928681}.sf-pdp__zoom-btn:disabled{opacity:.4;cursor:not-allowed}.sf-pdp-popup{z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.sf-pdp-popup__close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:42px;right:27px}.sf-pdp-popup__close:hover{background:#ffffff40}.sf-pdp-popup__content{gap:20px;width:100%;max-width:1400px;height:100%;max-height:90vh;display:flex}.sf-pdp-popup__main{flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.sf-pdp-popup__swiper{width:100%;height:100%}.sf-pdp-popup__swiper .swiper-wrapper{align-items:center}.sf-pdp-popup__swiper .swiper-slide{justify-content:center;align-items:center;height:auto;display:flex}.sf-pdp-popup__swiper .swiper-zoom-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sf-pdp-popup__swiper .swiper-zoom-container img{object-fit:contain;max-width:100%;max-height:80vh}.sf-pdp-popup__nav{z-index:10;pointer-events:none;justify-content:space-between;padding:0 10px;display:flex;position:absolute;left:0;right:0}.sf-pdp-popup__nav-btn{pointer-events:all;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .2s;display:flex}.sf-pdp-popup__nav-btn:hover{background:#ffffff40}.sf-pdp-popup__thumbs{flex-direction:column;gap:10px;width:100px;display:flex;overflow-y:auto}.sf-pdp-popup__thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;width:80px;height:80px;padding:0;overflow:hidden}.sf-pdp-popup__thumb img{object-fit:cover;width:100%;height:100%}.sf-pdp-popup__thumb--active{border-color:#fff}@media (max-width:768px){.sf-pdp-popup__content{flex-direction:column;gap:15px}.sf-pdp-popup__thumbs{flex-direction:row;gap:10px;width:100%;overflow-x:auto}.sf-pdp-popup__thumb{flex-shrink:0;width:70px;height:70px}}.sf-pdp__image-nav-btn{cursor:pointer;color:#312b36;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .2s,transform .2s;display:flex;box-shadow:0 2px 6px #0000001f;background:#ffffffb0!important}.sf-pdp__image-nav-btn:hover{transform:scale(1.1);background:#fff!important}.sf-pdp__info{flex-direction:column;gap:16px;display:flex}@media (min-width:768px){.sf-pdp__info{flex:0 0 380px}}@media (min-width:768px) and (max-width:1023px){.sf-pdp__info{flex:0 0 320px}}.sf-pdp__info-section{border-bottom:1px solid #e0dad6;padding-bottom:12px}.sf-pdp__price-block{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sf-pdp__price{color:#312b36;font-size:26px;font-weight:700}.sf-pdp__price-original{color:#928681;font-size:18px;text-decoration:line-through}.sf-pdp__discount-badge{color:#10b981;background:#d1fae5;border-radius:20px;padding:3px 8px;font-size:12px;font-weight:700}.sf-pdp__vat{color:#928681;margin-top:2px;font-size:12px;display:none}.sf-pdp__product-title{color:#312b36;margin-bottom:4px;font-size:18px;font-weight:700;line-height:1.3}.sf-pdp__product-category{color:#928681;margin-bottom:6px;font-size:13px;display:none}.sf-pdp__stars{gap:2px;display:none}.sf-pdp__safe-to-order{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:2px solid #f59e0b;border-radius:10px;flex-direction:column;gap:12px;padding:14px 16px;display:flex}.sf-pdp__safe-to-order-header{align-items:center;gap:8px;display:flex}.sf-pdp__safe-to-order-header h3{color:#92400e;margin:0;font-size:16px;font-weight:800}.sf-pdp__safe-to-order-header .sf-pdp__icon--md{color:#d97706}.sf-pdp__safe-to-order-items{flex-direction:column;gap:10px;display:flex}.sf-pdp__safe-to-order-item{color:#78350f;background:#fffc;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:600;display:flex}.sf-pdp__safe-to-order-item .sf-pdp__icon--md{color:#b45309}.sf-pdp__star-icon{color:#312b36;fill:#312b36;width:14px;height:14px}.sf-pdp__returns{color:#312b36;background:#f0ece7;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.sf-pdp__options{flex-direction:column;gap:12px;display:flex}.sf-pdp__variant{flex-direction:column;gap:4px;display:flex}.sf-pdp__variant label{color:#312b36;font-size:13px;font-weight:600}.sf-pdp__select-wrapper{position:relative}.sf-pdp__select-wrapper select{appearance:none;color:#312b36;cursor:pointer;background:#fff;border:2px solid #e0dad6;border-radius:8px;width:100%;padding:10px 36px 10px 14px;font-size:14px;transition:border-color .2s}.sf-pdp__select-wrapper select:focus{border-color:#f1641e;outline:none}.sf-pdp__select-icon{color:#736b68;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.sf-pdp__add-btn{border-radius:10px;width:100%;padding:14px;font-size:16px;font-weight:700;transition:all .2s;color:#fff!important;cursor:pointer!important;background:#312b36!important;border:none!important}.sf-pdp__add-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.sf-pdp__add-btn:active{transform:translateY(2px);box-shadow:0 2px 6px #00000014}.sf-pdp__add-btn--added{background:#10b981!important}.sf-pdp__add-btn--disabled{color:#928681!important;cursor:default!important;background:#e0dad6!important}.sf-pdp__add-btn--disabled:hover{opacity:1;transform:none}.sf-pdp__add-btn-content{justify-content:center;align-items:center;gap:8px;display:flex}.sf-pdp__add-check{align-items:center;display:flex}.sf-pdp__report-btn{color:#928681;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:8px;padding:0;font-size:12px;transition:color .2s;display:none}.sf-pdp__report-btn:hover{color:#ef4444}.sf-pdp-loading{color:#736b68;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.sf-pdp-loading__link{color:#f1641e;font-weight:700}.sf-pdp__accordion{border-top:1px solid #e0dad6;border-bottom:1px solid #e0dad6;margin-top:24px}.sf-pdp__accordion-item{border-bottom:1px solid #e0dad6}.sf-pdp__accordion-item:last-child{border-bottom:none}.sf-pdp__accordion-trigger{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 0;transition:background .2s;display:flex}.sf-pdp__accordion-trigger:hover{background:#00000003}.sf-pdp__accordion-trigger-text{color:#312b36;font-size:15px;font-weight:700}.sf-pdp__accordion-trigger-icon{color:#736b68;width:20px;height:20px;transition:transform .3s}.sf-pdp__accordion-trigger-icon--open{transform:rotate(0)}.sf-pdp__accordion-trigger-icon--closed{transform:rotate(180deg)}.sf-pdp__accordion-body{overflow:hidden}.sf-pdp__accordion-content{padding-bottom:20px}.sf-pdp__highlights-title{text-transform:uppercase;letter-spacing:.5px;color:#312b36;opacity:.8;margin-bottom:12px;font-size:12px;font-weight:700}.sf-pdp__highlights-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.sf-pdp__highlight-item{align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.sf-pdp__highlight-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.sf-pdp__highlight-icon--green{color:#4e7728}.sf-pdp__highlight-icon--muted{color:#665e5c}.sf-pdp__highlight-icon--muted svg{fill:#665e5c1a}.sf-pdp__desc-wrapper{position:relative}.sf-pdp__desc-text{color:#312b36cc;font-size:15px;line-height:1.7}.sf-pdp__desc-text--clamped{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.sf-pdp__desc-fade{pointer-events:none;background:linear-gradient(#0000,#faf8f5cc,#faf8f5);height:64px;position:absolute;inset:auto 0 0}.sf-pdp__desc-toggle{z-index:1;color:#312b36;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding-top:12px;font-size:13px;font-weight:700;position:relative}.sf-pdp__desc-toggle:hover{text-underline-offset:4px;text-decoration:underline}@keyframes firework-burst{0%{opacity:1;box-shadow:0 0 #ff1493,0 0 tomato,0 0 gold,0 0 #0f0,0 0 #00ced1,0 0 #1e90ff,0 0 #f0f,0 0 orange}to{opacity:0;box-shadow:22px 22px 0 -3px #ff149300,22px -22px 0 -3px #ff634700,-22px 22px 0 -3px #ffd70000,-22px -22px 0 -3px #0f00,0 32px 0 -3px #00ced100,0 -32px 0 -3px #1e90ff00,32px 0 0 -3px #f0f0,-32px 0 0 -3px #ffa50000}}.sf-pdp__related{margin-top:20px}.sf-pdp__related-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.sf-pdp__related-title{color:#312b36;font-size:20px;font-weight:700}.sf-pdp__related-link{color:#f1641e;font-size:14px;font-weight:600}.sf-pdp__related-link:hover{text-decoration:underline}.sf-pdp__related-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:480px){.sf-pdp__related-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.sf-pdp__related-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.sf-pdp__related-grid{grid-template-columns:repeat(5,1fr)}}.sf-pdp__related-card{transition:transform .2s;position:relative}.sf-pdp__related-card:hover{transform:translateY(-2px)}.sf-pdp__related-card-link{display:block}.sf-pdp__related-card-img{aspect-ratio:1;background:#f0ece7;border-radius:8px;overflow:hidden}.sf-pdp__related-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.sf-pdp__related-card:hover .sf-pdp__related-card-img img{transform:scale(1.05)}.sf-pdp__related-card-placeholder{justify-content:center;align-items:center;height:100%;font-size:40px;display:flex}.sf-pdp__related-wishlist{color:#736b68;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:transform .2s,background .2s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 1px 4px #0000001a;cursor:pointer!important;background:#ffffffe6!important;border:none!important}.sf-pdp__related-wishlist:hover{transform:scale(1.1);background:#fff!important}.sf-pdp__related-wishlist:active{transform:scale(.95)}.sf-pdp__related-wishlist.firework-active{animation:.6s ease-out firework-burst}.sf-pdp__related-wishlist--active{color:#ef4444}.sf-pdp__related-wishlist--active svg{fill:#ef4444}.sf-pdp__related-card-name{color:#312b36;margin-top:8px;font-size:13px;font-weight:600;line-height:1.3;transition:color .2s;display:block}.sf-pdp__related-card-name:hover{color:#f1641e}.sf-pdp__related-card-price{align-items:center;gap:6px;margin-top:4px;display:flex}.sf-pdp__related-card-current{color:#312b36;font-size:15px;font-weight:700}.sf-pdp__related-card-original{color:#928681;font-size:13px;text-decoration:line-through}@media (max-width:767px){.sf-pdp{padding:12px 16px}.sf-pdp__container{gap:24px}.sf-pdp__price{font-size:22px}.sf-pdp__product-title{font-size:16px}.sf-pdp__related-title{font-size:18px}.sf-pdp__back,.sf-pdp__image-nav,.sf-pdp__thumbs-scroll,.sf-pdp-popup__nav{display:none}}.sf-wishlist{max-width:1200px;margin:0 auto;padding:20px}.sf-wishlist__title{color:#312b36;font-size:22px;font-weight:700}.sf-wishlist__count{color:#928681;margin-bottom:20px;font-size:13px}.sf-wishlist__empty{text-align:center;padding:80px 20px}.sf-wishlist__empty-icon{color:#e0dad6;margin-bottom:12px;font-size:56px;display:block}.sf-wishlist__empty h2{color:#312b36;margin-bottom:6px;font-size:20px;font-weight:700}.sf-wishlist__empty p{color:#736b68;margin-bottom:20px;font-size:15px}.sf-wishlist__empty-btn{background:#312b36;border-radius:10px;padding:12px 24px;font-weight:700;display:inline-block;color:#fff!important}.sf-wishlist__grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:640px){.sf-wishlist__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.sf-wishlist__grid{grid-template-columns:repeat(4,1fr)}}.sf-wishlist__card{background:#fff;border:1px solid #e0dad6;border-radius:10px;position:relative;overflow:hidden}.sf-wishlist__card-img{aspect-ratio:1;background:#f0ece7;justify-content:center;align-items:center;display:flex;overflow:hidden}.sf-wishlist__card-img img{object-fit:cover;width:100%;height:100%}.sf-wishlist__card-remove{cursor:pointer;color:#ef4444;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 1px 4px #0000001a}.sf-wishlist__card-info{padding:12px}.sf-wishlist__card-name{color:#312b36;font-size:14px;font-weight:600;display:block}.sf-wishlist__card-name:hover{color:#f1641e}.sf-wishlist__card-category{color:#928681;margin:2px 0 4px;font-size:12px}.sf-wishlist__card-price{align-items:center;gap:6px;display:flex}.sf-wishlist__card-sale{color:#50792b;font-size:16px;font-weight:700}.sf-wishlist__card-original{color:#817a78;text-decoration:line-through}.sf-wishlist__add-btn{color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:12px;padding:10px 16px;font-size:14px;font-weight:600;transition:background .2s;background:#312b36!important}.sf-wishlist__add-btn:hover{background:#252029!important}.sf-wishlist__add-btn:disabled{cursor:not-allowed;background:#928681!important}.sf-account{max-width:800px;margin:0 auto;padding:20px}.sf-account-auth{text-align:center;padding:80px 20px}.sf-account-auth__icon{color:#736b68;background:#f0ece7;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 16px;display:flex}.sf-account-auth h1{color:#312b36;margin-bottom:6px;font-size:22px;font-weight:700}.sf-account-auth p{color:#736b68;margin-bottom:20px;font-size:15px}.sf-account-auth__btn{background:#312b36;border-radius:10px;padding:12px 24px;font-weight:700;display:inline-block;color:#fff!important}.sf-account__hero{background:#fff;border:1px solid #e0dad6;border-radius:12px;align-items:center;gap:16px;margin-bottom:16px;padding:24px;display:flex}.sf-account__avatar{color:#fff;background:#f1641e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;font-weight:700;display:flex;overflow:hidden}.sf-account__avatar img{object-fit:cover;width:100%;height:100%}.sf-account__user-info h1{color:#312b36;font-size:18px;font-weight:700}.sf-account__user-info p{color:#736b68;font-size:14px}.sf-account__stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.sf-account__stat{text-align:center;background:#fff;border:1px solid #e0dad6;border-radius:10px;padding:16px}.sf-account__stat-value{color:#312b36;font-size:20px;font-weight:700}.sf-account__stat-label{color:#928681;margin-top:2px;font-size:12px}.sf-account__links{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px;display:grid}.sf-account__link-card{color:#312b36;background:#fff;border:1px solid #e0dad6;border-radius:10px;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:600;display:flex}.sf-account__link-card:hover{background:#faf8f5;border-color:#f1641e}.sf-account__link-icon{font-size:20px}.sf-account__link-arrow{color:#928681;margin-left:auto}.sf-account__recent{margin-bottom:24px}.sf-account__recent-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.sf-account__recent-header h2{color:#312b36;font-size:18px;font-weight:700}.sf-account__recent-header a{color:#f1641e;font-size:13px;font-weight:600}.sf-account__order-list{flex-direction:column;gap:8px;display:flex}.sf-account__order-item{background:#fff;border:1px solid #e0dad6;border-radius:10px;padding:14px}.sf-account__order-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.sf-account__order-num{color:#312b36;font-size:14px;font-weight:700}.sf-account__order-status{text-transform:capitalize;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700}.sf-account__order-bottom{color:#928681;justify-content:space-between;align-items:center;font-size:13px;display:flex}.sf-account__order-total{color:#312b36;font-weight:700}.sf-account__empty{text-align:center;background:#fff;border:1px solid #e0dad6;border-radius:10px;padding:40px 20px}.sf-account__empty span{margin-bottom:8px;font-size:36px;display:block}.sf-account__empty p{color:#736b68;margin-bottom:12px;font-size:14px}.sf-account__empty-btn{color:#f1641e;font-size:13px;font-weight:700}.sf-account__signout{color:#ef4444;cursor:pointer;text-align:center;background:0 0;border-radius:10px;width:100%;padding:12px;font-size:14px;font-weight:600;display:block;border:1px solid #e0dad6!important}.sf-account__signout:hover{border-color:#ef4444;background:#fee2e2!important}.sf-orders{max-width:800px;margin:0 auto;padding:20px}.sf-orders__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.sf-orders__title{color:#312b36;font-size:22px;font-weight:700}.sf-orders__back{color:#736b68;font-size:14px}.sf-orders__back:hover{color:#312b36}.sf-orders__empty{text-align:center;padding:60px 20px}.sf-orders__empty span{margin-bottom:10px;font-size:48px;display:block}.sf-orders__empty h2{color:#312b36;margin-bottom:4px;font-size:18px;font-weight:700}.sf-orders__empty p{color:#736b68;margin-bottom:16px;font-size:14px}.sf-orders__empty-btn{background:#312b36;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-block;color:#fff!important}.sf-orders__list{flex-direction:column;gap:10px;display:flex}.sf-orders__card{background:#fff;border:1px solid #e0dad6;border-radius:10px;overflow:hidden}.sf-orders__card-header{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:14px 16px;display:flex}.sf-orders__card-main{flex:1;align-items:center;gap:8px;display:flex}.sf-orders__order-num{color:#312b36;font-size:14px;font-weight:700}.sf-orders__status{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700}.sf-orders__card-meta{color:#928681;align-items:center;gap:10px;font-size:13px;display:flex}.sf-orders__card-total{color:#312b36;font-weight:700}.sf-orders__expand{color:#928681;font-size:14px;transition:transform .2s}.sf-orders__expand--open{transform:rotate(180deg)}.sf-orders__card-details{border-top:1px solid #e0dad6;padding:14px 16px}.sf-orders__items{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.sf-orders__item{justify-content:space-between;align-items:center;font-size:13px;display:flex}.sf-orders__item-name{color:#312b36;flex:1}.sf-orders__item-qty{color:#928681;margin:0 10px}.sf-orders__item-price{color:#312b36;font-weight:600}.sf-orders__summary{color:#736b68;border-top:1px solid #f0ece7;flex-direction:column;gap:4px;padding-top:10px;font-size:13px;display:flex}.sf-orders__summary div{justify-content:space-between;display:flex}.sf-orders__summary-total{color:#312b36;border-top:1px solid #e0dad6;margin-top:4px;padding-top:8px;font-size:15px;font-weight:700}.sf-orders__address{color:#736b68;background:#f0ece7;border-radius:6px;margin-top:10px;padding:8px 12px;font-size:13px}.sf-orders-auth{text-align:center;padding:80px 20px}.sf-orders-auth__icon{margin-bottom:12px;font-size:48px;display:block}.sf-orders-auth h1{color:#312b36;margin-bottom:4px;font-size:20px;font-weight:700}.sf-orders-auth p{color:#736b68;margin-bottom:16px;font-size:14px}.sf-orders-auth__btn{background:#312b36;border-radius:10px;padding:10px 20px;font-weight:700;display:inline-block;color:#fff!important}
@keyframes sf-skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes sf-skeleton-fade-in{0%{opacity:0}to{opacity:1}}.sf-skeleton{background:linear-gradient(90deg,#f0ece7 25%,#e8e2dc 37%,#f0ece7 63%) 0 0/800px 100%;border-radius:6px;animation:1.6s ease-in-out infinite sf-skeleton-shimmer,.3s sf-skeleton-fade-in}.sf-skeleton--circle{border-radius:50%}.sf-skeleton--rounded{border-radius:10px}.sf-skeleton--pill{border-radius:20px}.sf-skeleton-fullpage{z-index:9999;background:var(--sf-bg,#faf8f5);opacity:1;transition:opacity .5s;position:fixed;inset:0;overflow:hidden}.sf-skeleton-fullpage--fade{opacity:0;pointer-events:none}.sf-skeleton-navbar{background:#fff;border-bottom:1px solid #e0dad6;align-items:center;gap:16px;height:60px;padding:0 20px;display:flex}.sf-skeleton-navbar__logo{width:120px;height:28px}.sf-skeleton-navbar__search{border-radius:9999px;flex:1;max-width:500px;height:40px}.sf-skeleton-navbar__actions{gap:12px;margin-left:auto;display:flex}.sf-skeleton-navbar__action{width:32px;height:32px}.sf-skeleton-secondary-nav{border-bottom:1px solid #e0dad6;align-items:center;gap:24px;height:47px;padding:0 20px;display:flex;overflow:hidden}.sf-skeleton-secondary-nav__item{border-radius:4px;flex-shrink:0;height:14px}.sf-skeleton-fullpage__content{max-width:1400px;margin:0 auto;padding:24px 20px;animation:.4s .1s both sf-skeleton-fade-in}.sf-skeleton-products{max-width:1400px;margin:0 auto;padding:20px;animation:.3s sf-skeleton-fade-in}.sf-skeleton-products__title{width:160px;height:24px;margin-bottom:16px}.sf-skeleton-products__filters{gap:10px;margin-bottom:20px;display:flex}.sf-skeleton-products__filter{border-radius:8px;width:140px;height:38px}.sf-skeleton-products__grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:640px){.sf-skeleton-products__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.sf-skeleton-products__grid{grid-template-columns:repeat(4,1fr)}}.sf-skeleton-products__card{background:#fff;border:1px solid #e0dad6;border-radius:10px;overflow:hidden}.sf-skeleton-products__card-img{aspect-ratio:1;background:linear-gradient(90deg,#f0ece7 25%,#e8e2dc 37%,#f0ece7 63%) 0 0/800px 100%;animation:1.6s ease-in-out infinite sf-skeleton-shimmer}.sf-skeleton-products__card-body{flex-direction:column;gap:8px;padding:12px;display:flex}.sf-skeleton-products__card-name{width:80%;height:14px}.sf-skeleton-products__card-price{width:60px;height:18px}.sf-skeleton-products__card-btn{border-radius:8px;width:100%;height:36px;margin-top:4px}@media (max-width:768px){.sf-skeleton-products{padding:6px}.sf-skeleton-products__title,.sf-skeleton-products__filters{display:none}.sf-skeleton-products__grid{gap:12px 6px}.sf-skeleton-products__card{background:0 0;border:none}.sf-skeleton-products__card-btn{display:none}.sf-skeleton-products__card-img{border-radius:10px}.sf-skeleton-products__card-body{padding:8px 4px}}.sf-skeleton-pdp{max-width:1200px;margin:0 auto;padding:20px;animation:.3s sf-skeleton-fade-in}.sf-skeleton-pdp__back{width:140px;height:16px;margin-bottom:20px}.sf-skeleton-pdp__main{flex-direction:column;gap:24px;display:flex}@media (min-width:768px){.sf-skeleton-pdp__main{flex-direction:row;gap:32px}}.sf-skeleton-pdp__gallery{flex:1;gap:12px;display:flex}.sf-skeleton-pdp__thumbs{flex-direction:column;gap:8px;width:70px;display:none}@media (min-width:768px){.sf-skeleton-pdp__thumbs{display:flex}}.sf-skeleton-pdp__thumb{border-radius:8px;width:70px;height:70px}.sf-skeleton-pdp__image{aspect-ratio:1;border-radius:12px;flex:1}.sf-skeleton-pdp__info{flex-direction:column;gap:16px;display:flex}@media (min-width:768px){.sf-skeleton-pdp__info{flex:0 0 380px}}@media (min-width:768px) and (max-width:1023px){.sf-skeleton-pdp__info{flex:0 0 320px}}.sf-skeleton-pdp__price{width:100px;height:28px}.sf-skeleton-pdp__price-sub{width:160px;height:12px;margin-top:4px}.sf-skeleton-pdp__title{width:85%;height:20px}.sf-skeleton-pdp__category{width:100px;height:14px;margin-top:6px}.sf-skeleton-pdp__safe-box{border-radius:10px;height:160px}.sf-skeleton-pdp__variant{flex-direction:column;gap:6px;display:flex}.sf-skeleton-pdp__variant-label{width:60px;height:13px}.sf-skeleton-pdp__variant-select{border-radius:8px;width:100%;height:42px}.sf-skeleton-pdp__buy-btn{border-radius:10px;width:100%;height:48px}.sf-skeleton-pdp__related{margin-top:32px}.sf-skeleton-pdp__related-title{width:200px;height:22px;margin-bottom:16px}.sf-skeleton-pdp__related-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:480px){.sf-skeleton-pdp__related-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.sf-skeleton-pdp__related-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.sf-skeleton-pdp__related-grid{grid-template-columns:repeat(5,1fr)}}.sf-skeleton-pdp__related-card{flex-direction:column;gap:8px;display:flex}.sf-skeleton-pdp__related-card-img{aspect-ratio:1;border-radius:8px}.sf-skeleton-pdp__related-card-name{width:80%;height:13px}.sf-skeleton-pdp__related-card-price{width:50px;height:15px}.sf-skeleton-wishlist{max-width:1200px;margin:0 auto;padding:20px;animation:.3s sf-skeleton-fade-in}.sf-skeleton-wishlist__title{width:140px;height:24px;margin-bottom:6px}.sf-skeleton-wishlist__count{width:90px;height:14px;margin-bottom:20px}.sf-skeleton-wishlist__grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:640px){.sf-skeleton-wishlist__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.sf-skeleton-wishlist__grid{grid-template-columns:repeat(4,1fr)}}.sf-skeleton-wishlist__card{background:#fff;border:1px solid #e0dad6;border-radius:10px;overflow:hidden}.sf-skeleton-wishlist__card-img{aspect-ratio:1;background:linear-gradient(90deg,#f0ece7 25%,#e8e2dc 37%,#f0ece7 63%) 0 0/800px 100%;animation:1.6s ease-in-out infinite sf-skeleton-shimmer}.sf-skeleton-wishlist__card-body{flex-direction:column;gap:8px;padding:12px;display:flex}.sf-skeleton-wishlist__card-name{width:75%;height:14px}.sf-skeleton-wishlist__card-price{width:70px;height:16px}.sf-skeleton-wishlist__card-btn{border-radius:8px;width:100%;height:36px;margin-top:4px}.sf-skeleton-account{max-width:800px;margin:0 auto;padding:20px;animation:.3s sf-skeleton-fade-in}.sf-skeleton-account__hero{align-items:center;gap:16px;margin-bottom:24px;display:flex}.sf-skeleton-account__avatar{flex-shrink:0;width:64px;height:64px}.sf-skeleton-account__name{width:140px;height:20px;margin-bottom:8px}.sf-skeleton-account__email{width:200px;height:14px}.sf-skeleton-account__stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;display:grid}.sf-skeleton-account__stat{border-radius:10px;height:80px}.sf-skeleton-account__links{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.sf-skeleton-account__link{border-radius:10px;height:56px}.sf-skeleton-account__recent-title{width:140px;height:20px;margin-bottom:16px}.sf-skeleton-account__order{border-radius:10px;height:72px;margin-bottom:10px}.sf-skeleton-orders{max-width:1000px;margin:0 auto;padding:20px;animation:.3s sf-skeleton-fade-in}.sf-skeleton-orders__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.sf-skeleton-orders__title{width:120px;height:24px}.sf-skeleton-orders__back{width:150px;height:16px}.sf-skeleton-orders__card{border-radius:12px;height:88px;margin-bottom:12px}.sf-skeleton-home{animation:.3s sf-skeleton-fade-in}.sf-skeleton-home__hero{grid-template-columns:68% 1fr;gap:16px;max-width:1328px;margin:0 auto;padding:24px 20px;display:grid}.sf-skeleton-home__hero-left{border-radius:12px;height:400px}.sf-skeleton-home__hero-right{border-radius:8px;height:400px}.sf-skeleton-home__section{max-width:1400px;margin:0 auto;padding:16px 20px}.sf-skeleton-home__section-title{width:240px;height:24px;margin-bottom:16px}.sf-skeleton-home__categories{gap:12px;display:flex;overflow:hidden}.sf-skeleton-home__category{border-radius:8px;flex-shrink:0;width:250px;height:440px}.sf-skeleton-home__products-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.sf-skeleton-home__product{aspect-ratio:1;border-radius:8px}@media (max-width:1024px){.sf-skeleton-home__products-grid{grid-template-columns:repeat(3,1fr)}.sf-skeleton-home__hero{grid-template-columns:1fr}.sf-skeleton-home__hero-left{height:300px}.sf-skeleton-home__hero-right{display:none}.sf-skeleton-home__category{width:200px;height:300px}}.sf-skeleton-fullpage__desktop{display:block}.sf-skeleton-fullpage__mobile{display:none}@media (max-width:768px){.sf-skeleton-fullpage__desktop{display:none}.sf-skeleton-fullpage__mobile{padding:6px;display:block}.sf-skeleton-secondary-nav,.sf-skeleton-navbar__search{display:none}.sf-skeleton-navbar{gap:8px}}.sf-skeleton-fullpage__mobile-grid{grid-template-columns:repeat(2,1fr);gap:12px 6px;display:grid}.sf-skeleton-fullpage__mobile-card{overflow:hidden}.sf-skeleton-fullpage__mobile-card-img{aspect-ratio:1;border-radius:10px}.sf-skeleton-fullpage__mobile-card-body{flex-direction:column;gap:6px;padding:8px 4px;display:flex}.sf-skeleton-fullpage__mobile-card-name{width:80%;height:13px}.sf-skeleton-fullpage__mobile-card-price{width:50px;height:16px}.sf-skeleton-cart{max-width:1200px;margin:0 auto;padding:20px;animation:.3s sf-skeleton-fade-in}.sf-skeleton-cart__title{width:200px;height:24px;margin-bottom:20px}.sf-skeleton-cart__grid{flex-direction:column;gap:20px;display:flex}@media (min-width:1024px){.sf-skeleton-cart__grid{grid-template-columns:2fr 1fr;gap:24px;display:grid}}.sf-skeleton-cart__item{background:#fff;border:1px solid #e0dad6;border-radius:10px;gap:12px;padding:14px;display:flex}.sf-skeleton-cart__item-img{border-radius:8px;flex-shrink:0;width:72px;height:72px}.sf-skeleton-cart__item-info{flex-direction:column;flex:1;gap:6px;display:flex}.sf-skeleton-cart__item-name{width:70%;height:14px}.sf-skeleton-cart__item-price{width:60px;height:14px}.sf-skeleton-cart__sidebar{border-radius:10px;height:320px}.sf-skeleton-products__card:first-child,.sf-skeleton-wishlist__card:first-child,.sf-skeleton-pdp__related-card:first-child{animation-delay:0s}.sf-skeleton-products__card:nth-child(2),.sf-skeleton-wishlist__card:nth-child(2),.sf-skeleton-pdp__related-card:nth-child(2){animation-delay:50ms}.sf-skeleton-products__card:nth-child(3),.sf-skeleton-wishlist__card:nth-child(3),.sf-skeleton-pdp__related-card:nth-child(3){animation-delay:.1s}.sf-skeleton-products__card:nth-child(4),.sf-skeleton-wishlist__card:nth-child(4),.sf-skeleton-pdp__related-card:nth-child(4){animation-delay:.15s}.sf-skeleton-products__card:nth-child(5),.sf-skeleton-pdp__related-card:nth-child(5){animation-delay:.2s}.sf-skeleton-products__card:nth-child(6){animation-delay:.25s}.sf-skeleton-products__card:nth-child(7){animation-delay:.3s}.sf-skeleton-products__card:nth-child(8){animation-delay:.35s}.sf-skeleton-products__card,.sf-skeleton-wishlist__card,.sf-skeleton-pdp__related-card,.sf-skeleton-fullpage__mobile-card{animation:.4s both sf-skeleton-fade-in}.sf-skeleton-fullpage__mobile-card:first-child{animation-delay:0s}.sf-skeleton-fullpage__mobile-card:nth-child(2){animation-delay:50ms}.sf-skeleton-fullpage__mobile-card:nth-child(3){animation-delay:.1s}.sf-skeleton-fullpage__mobile-card:nth-child(4){animation-delay:.15s}.sf-skeleton-fullpage__mobile-card:nth-child(5){animation-delay:.2s}.sf-skeleton-fullpage__mobile-card:nth-child(6){animation-delay:.25s}
