.sb-catalog-hero{position:relative;overflow:hidden;background-color:var(--sb-green-main);padding:80px 0;min-height:580px;display:flex;align-items:center}.sb-catalog-hero__circle{display:none;position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.03);right:-100px;top:50%;transform:translateY(-50%);z-index:0}@media (min-width:768px){.sb-catalog-hero__circle{display:block}}.sb-catalog-hero__inner{width:100%;max-width:var(--sb-container-max);margin:0 auto;padding:0 var(--sb-container-padding);position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.sb-catalog-hero__eyebrow{font-size:12px;line-height:1.33;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--sb-orange);margin-bottom:24px}.sb-catalog-hero__title{font-size:clamp(40px,5vw,64px);line-height:1;letter-spacing:-1px;margin:0 !important}.sb-catalog-hero__title-white{color:#fff !important}.sb-catalog-hero__subtitle{margin-top:24px;max-width:560px;font-size:17px;line-height:1.7;color:rgba(255,255,255,.75)}.sb-catalog-hero__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px}.sb-catalog-hero__pill{display:inline-flex;align-items:center;gap:8px;font-size:13px;line-height:1.33;color:#fff}.sb-catalog-hero__pill-icon{display:inline-flex}.sb-catalog-hero__pill-icon svg{width:14px;height:14px}.sb-catalog-hero__newsletter{width:100%;max-width:500px;margin-top:40px}.sb-catalog-hero__newsletter-label{font-size:13px;line-height:1.33;color:rgba(255,255,255,.6);margin-bottom:10px}.sb-catalog-hero__form{width:100%}.sb-catalog-hero__form-row{display:flex;flex-direction:column}@media (min-width:640px){.sb-catalog-hero__form-row{flex-direction:row}}.sb-catalog-hero .sb-catalog-hero__form input[type=email].sb-catalog-hero__input{flex:1;width:100%;height:auto !important;background:rgba(255,255,255,.1) !important;background-color:rgba(255,255,255,.1) !important;border:1px solid rgba(255,255,255,.2) !important;color:#fff !important;font-family:var(--sb-font-family);font-size:15px !important;line-height:1.5;padding:14px 20px !important;border-radius:9999px !important;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (min-width:640px){.sb-catalog-hero .sb-catalog-hero__form input[type=email].sb-catalog-hero__input{border-radius:9999px 0 0 9999px !important}}.sb-catalog-hero .sb-catalog-hero__form input[type=email].sb-catalog-hero__input::placeholder{color:rgba(255,255,255,.5) !important;opacity:1}.sb-catalog-hero .sb-catalog-hero__form input[type=email].sb-catalog-hero__input:focus{outline:none !important;border-color:rgba(255,255,255,.4) !important;box-shadow:0 0 0 2px rgba(232,90,30,.5) !important}.sb-catalog-hero .sb-catalog-hero__form button[type=submit].sb-catalog-hero__submit{background-color:var(--sb-orange) !important;color:#fff !important;font-family:var(--sb-font-family);font-size:14px !important;line-height:1.43;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:14px 32px !important;border:none !important;border-radius:9999px !important;white-space:nowrap;cursor:pointer;transition:background-color .2s ease;margin-top:12px;outline:none !important;box-shadow:none !important;text-decoration:none !important;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (min-width:640px){.sb-catalog-hero .sb-catalog-hero__form button[type=submit].sb-catalog-hero__submit{border-radius:0 9999px 9999px 0 !important;margin-top:0}}.sb-catalog-hero .sb-catalog-hero__form button[type=submit].sb-catalog-hero__submit:hover,.sb-catalog-hero .sb-catalog-hero__form button[type=submit].sb-catalog-hero__submit:focus,.sb-catalog-hero .sb-catalog-hero__form button[type=submit].sb-catalog-hero__submit:active{background-color:var(--sb-orange-hover) !important;color:#fff !important;border:none !important;outline:none !important;box-shadow:none !important;text-decoration:none !important}.sb-catalog-hero__disclaimer{font-size:12px;line-height:1.33;color:rgba(255,255,255,.4);margin-top:12px;text-align:center}.sb-catalog-hero__success{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:var(--sb-radius);padding:16px 24px;color:#fff}.sb-catalog-hero__success-icon{color:#4ade80}.sb-catalog-hero__success-icon svg{width:24px;height:24px}.sb-catalog-hero__success-text{font-size:15px;line-height:1.5;margin:0}.sb-catalog-hero__cta-secondary{display:inline-block;margin-top:16px;padding:14px 32px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff !important;text-decoration:none !important;background:0 0;border:2px solid #fff;border-radius:9999px;transition:background-color .2s ease}.sb-catalog-hero__cta-secondary:visited,.sb-catalog-hero__cta-secondary:focus,.sb-catalog-hero__cta-secondary:active{color:#fff !important;text-decoration:none !important}.sb-catalog-hero__cta-secondary:hover{background-color:rgba(255,255,255,.1);color:#fff !important;text-decoration:none !important}.sb-catalog-formats{background-color:var(--sb-off-white);padding:80px 0;text-align:center}.sb-catalog-formats__title{font-size:clamp(32px,4vw,44px);line-height:1.7;margin:0 0 12px !important}.sb-catalog-formats__subtitle{font-size:16px;line-height:1.5;color:#666;max-width:600px;margin:0 auto}.sb-catalog-formats__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:48px;max-width:1000px;margin-left:auto;margin-right:auto}@media (min-width:768px){.sb-catalog-formats__grid{grid-template-columns:repeat(3,1fr)}}.sb-catalog-formats__card{background:#fff;border-radius:16px;padding:32px;text-align:center;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.08);border:2px solid transparent;transition:box-shadow .3s ease,border-color .3s ease;min-width:0;display:flex;flex-direction:column}.sb-catalog-formats__card:hover{box-shadow:0 8px 32px rgba(232,90,30,.2)}.sb-catalog-formats__card-header{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}.sb-catalog-formats__card-icon svg{width:48px;height:48px}.sb-catalog-formats__card-badge{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;line-height:1;font-weight:900}.sb-catalog-formats__card-title{font-size:28px;line-height:1.2;color:var(--sb-green-main);margin:0}.sb-catalog-formats__card-subtitle{font-size:14px;line-height:1.43;color:#888;margin:4px 0 0}.sb-catalog-formats__card-divider{height:1px;background-color:#f0f0f0;margin:20px 0}.sb-catalog-formats__card-features{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:8px}.sb-catalog-formats__card-feature{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:1.43;color:#444;text-align:left;margin:0}.sb-catalog-formats__card-feature-icon{flex-shrink:0;margin-top:2px}.sb-catalog-formats__card-feature-icon svg{width:14px;height:14px}.sb-catalog-formats__card-min-label{font-size:10px;line-height:1.33;text-transform:uppercase;letter-spacing:.05em;color:#aaa;margin:0 0 4px}.sb-catalog-formats__card-min-value{font-size:20px;line-height:1.2;color:var(--sb-green-main);margin:0 0 20px}.sb-catalog-formats__card-cta{width:calc(100% + 16px);margin-left:-8px;margin-right:-8px;margin-top:auto;display:flex;align-items:center;justify-content:center;padding:14px 24px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;cursor:pointer;transition:all .3s ease}.sb-catalog-formats__card-cta.sb-btn--primary{background-color:var(--sb-orange);color:#fff;font-weight:700;border:none}.sb-catalog-formats__card-cta.sb-btn--primary:hover{background-color:var(--sb-orange-hover)}.sb-catalog-formats__card-cta.sb-btn--outline{background-color:transparent;color:var(--sb-green-main);font-weight:600;border:2px solid var(--sb-green-main)}.sb-catalog-formats__card-cta.sb-btn--outline:hover{background-color:var(--sb-green-main);color:#fff}.sb-catalog-faq{background-color:var(--sb-green-main);padding:60px 0}.sb-catalog-faq__title{font-size:clamp(28px,4vw,36px);line-height:1.7;text-align:center;margin:0 0 40px !important}.sb-catalog-faq__title-white{color:#fff !important}.sb-catalog-faq__list{max-width:720px;margin:0 auto}.sb-catalog-faq__item{border-bottom:1px solid rgba(255,255,255,.1)}.sb-catalog-faq__item:last-child{border-bottom:none}.sb-catalog-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;background:0 0 !important;background-color:transparent !important;border:none !important;border-radius:0;outline:none !important;box-shadow:none !important;cursor:pointer;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sb-catalog-faq__question:hover,.sb-catalog-faq__question:focus,.sb-catalog-faq__question:active{background:0 0 !important;background-color:transparent !important;border:none !important;outline:none !important;box-shadow:none !important}.sb-catalog-faq__question-text{font-family:var(--sb-font-family);font-size:16px;line-height:1.5;font-weight:600;color:#fff}.sb-catalog-faq__question-icon{flex-shrink:0;transition:transform .3s ease}.sb-catalog-faq__question-icon svg{width:20px;height:20px}.sb-catalog-faq__item.active .sb-catalog-faq__question-icon{transform:rotate(180deg)}.sb-catalog-faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.sb-catalog-faq__item.active .sb-catalog-faq__answer{max-height:300px}.sb-catalog-faq__answer-text{font-size:15px;line-height:1.6;color:rgba(255,255,255,.75);padding-bottom:20px;margin:0}.sb-catalog-faq__cta{text-align:center;margin-top:40px}.sb-catalog-faq__cta-label{font-size:14px;line-height:1.43;color:rgba(255,255,255,.6);margin:0 0 16px}.sb-btn--outline-white{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff !important;text-decoration:none !important;background:0 0;border:2px solid #fff;border-radius:9999px;cursor:pointer;transition:background-color .2s ease}.sb-btn--outline-white:visited,.sb-btn--outline-white:focus,.sb-btn--outline-white:active{color:#fff !important;text-decoration:none !important}.sb-btn--outline-white:hover{background-color:rgba(255,255,255,.1);color:#fff !important;text-decoration:none !important}.sb-catalog-hero__input.mage-error{border-color:#dc2626}.sb-catalog-hero__form .mage-error[generated]{font-size:12px;color:#fca5a5;margin-top:4px}.sb-category-breadcrumbs{border-bottom:1px solid var(--sb-gray-light);background-color:var(--sb-background)}.sb-category-breadcrumbs__inner{max-width:var(--sb-container-max);margin:0 auto;padding:12px var(--sb-container-padding)}.sb-category-breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.sb-category-breadcrumbs__item{display:flex;align-items:center;gap:8px;font-size:14px;line-height:1.43;color:var(--sb-gray-medium)}.sb-category-breadcrumbs__link{color:var(--sb-gray-medium);text-decoration:none;transition:color .2s ease}.sb-category-breadcrumbs__link:hover{color:var(--sb-orange)}.sb-category-breadcrumbs__current{font-weight:600;color:var(--sb-card-foreground)}.sb-category-breadcrumbs__separator{display:flex;align-items:center}.sb-category-breadcrumbs__separator svg{width:12px;height:12px;color:var(--sb-gray-medium)}.sb-category-page .sb-category-heading{background-color:var(--sb-green-main);padding:40px var(--sb-container-padding);text-align:center}.sb-category-page .sb-category-heading__inner{max-width:var(--sb-container-max);margin:0 auto;padding:0}.sb-category-page .sb-category-heading__title{font-family:var(--sb-font-family);font-size:clamp(28px,4vw,48px);line-height:1.1;font-weight:800;color:#fff !important;margin:0 !important;letter-spacing:-.5px}.sb-category-page .sb-category-heading__title span{color:var(--sb-orange)}.sb-category-content{max-width:var(--sb-container-max);margin:0 auto;padding:32px var(--sb-container-padding)}.sb-category-layout{display:flex;flex-direction:column;gap:32px}@media (min-width:1024px){.sb-category-layout{flex-direction:row}}.sb-category-mobile-filter-toggle{display:flex;align-items:center;gap:8px;padding:10px 16px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;font-weight:600;color:var(--sb-card-foreground);background:0 0;border:1px solid var(--sb-gray-light);border-radius:var(--sb-radius);cursor:pointer;transition:border-color .2s ease}.sb-category-mobile-filter-toggle:hover{border-color:var(--sb-gray-medium)}.sb-category-mobile-filter-toggle svg{width:16px;height:16px}.sb-category-mobile-filter-toggle__chevron{transition:transform .3s ease}.sb-category-mobile-filter-toggle.active .sb-category-mobile-filter-toggle__chevron{transform:rotate(180deg)}@media (min-width:1024px){.sb-category-mobile-filter-toggle{display:none}}.sb-category-sidebar{width:100%;flex-shrink:0;display:none}.sb-category-sidebar.active{display:block}@media (min-width:1024px){.sb-category-sidebar{width:250px;display:block}}.sb-category-sidebar__card{background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:16px;padding:20px;position:sticky;top:100px}.sb-category-sidebar__title{font-family:var(--sb-font-family);font-size:18px;line-height:1.56;font-weight:800;color:var(--sb-card-foreground);margin:0 0 16px !important}.sb-category-tree{display:flex;flex-direction:column}.sb-category-tree__item{display:block}.sb-category-tree__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 0;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;font-weight:600;color:var(--sb-card-foreground);text-decoration:none;background:0 0;border:none;cursor:pointer;transition:color .2s ease}.sb-category-tree__link:hover{color:var(--sb-orange)}.sb-category-tree__link.active{color:var(--sb-orange);font-weight:700}.sb-category-tree__link-content{display:flex;align-items:center;gap:8px}.sb-category-tree__chevron{flex-shrink:0;width:12px;height:12px;transition:transform .3s ease}.sb-category-tree__item.expanded .sb-category-tree__chevron{transform:rotate(90deg)}.sb-category-tree__count{font-size:12px;line-height:1.33;font-weight:400;color:var(--sb-gray-medium)}.sb-category-tree__children{display:none;padding-left:16px}.sb-category-tree__item.expanded .sb-category-tree__children{display:block}.sb-category-tree__children .sb-category-tree__link{font-size:13px;font-weight:400}.sb-category-tree__children .sb-category-tree__link.active{font-weight:700}.sb-category-sidebar__clear{display:inline-block;margin-top:16px;font-family:var(--sb-font-family);font-size:12px;line-height:1.33;font-weight:600;color:var(--sb-orange);text-decoration:none;background:0 0;border:none;cursor:pointer;transition:text-decoration .2s ease}.sb-category-sidebar__clear:hover{text-decoration:underline}.sb-category-main{flex:1;min-width:0}.sb-category-toolbar{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:24px}@media (min-width:640px){.sb-category-toolbar{flex-direction:row;align-items:center}}.sb-category-toolbar__count{font-size:14px;line-height:1.43;color:var(--sb-gray-medium)}.sb-category-toolbar__count-number{font-weight:700;color:var(--sb-card-foreground)}.sb-category-toolbar__actions{display:flex;align-items:center;gap:12px}.sb-category-toolbar__search{position:relative}.sb-category-toolbar__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--sb-gray-medium);pointer-events:none}.sb-category-toolbar__search-input{width:180px;padding:8px 16px 8px 36px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;color:var(--sb-card-foreground);background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:var(--sb-radius);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.sb-category-toolbar__search-input::placeholder{color:var(--sb-gray-medium)}.sb-category-toolbar__search-input:focus{border-color:var(--sb-orange);box-shadow:0 0 0 2px rgba(232,90,30,.15)}.sb-category-toolbar__sort{padding:8px 12px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;color:var(--sb-card-foreground);background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:var(--sb-radius);outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.sb-category-toolbar__sort:focus{border-color:var(--sb-orange);box-shadow:0 0 0 2px rgba(232,90,30,.15)}.sb-category-toolbar__view-modes{display:flex;gap:4px}.sb-category-toolbar__view-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:var(--sb-radius-sm);cursor:pointer;transition:all .2s ease}.sb-category-toolbar__view-btn:hover{border-color:var(--sb-gray-medium)}.sb-category-toolbar__view-btn.active{background:var(--sb-green-main);border-color:var(--sb-green-main);color:#fff}.sb-category-toolbar__view-btn svg{width:18px;height:18px}.sb-category-products{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width:640px){.sb-category-products{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.sb-category-products{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.sb-category-products{grid-template-columns:repeat(4,1fr)}}.sb-product-card{display:flex;flex-direction:column;background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:16px;overflow:hidden;text-decoration:none;transition:box-shadow .3s ease}.sb-product-card:hover{border:1px solid var(--sb-gray-light)}.sb-product-card__image{position:relative;height:340px;overflow:hidden}.sb-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sb-product-card:hover .sb-product-card__image img{transform:scale(1.05)}.sb-product-card__condition{position:absolute;top:12px;left:12px;padding:4px 12px;font-size:11px;line-height:1.33;font-weight:600;color:var(--sb-card-foreground);background:var(--sb-card-bg);border-radius:6px;z-index:2}.sb-product-card__badge{position:absolute;top:12px;right:12px;padding:4px 12px;font-size:10px;line-height:1.33;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--sb-orange);border-radius:9999px;z-index:2}.sb-product-card__badge--bestseller{background:var(--sb-orange)}.sb-product-card__badge--new{background:var(--sb-success)}.sb-product-card__badge--popular{background:var(--sb-orange)}.sb-product-card__badge--premium{background:#93c}.sb-product-card__badge--seasonal{background:#2680d9}.sb-product-card__quick-view{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;justify-content:center;padding:8px;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);border-radius:9999px;opacity:0;transition:opacity .3s ease;z-index:2}.sb-product-card:hover .sb-product-card__quick-view{opacity:1}.sb-product-card__quick-view svg{width:16px;height:16px;color:var(--sb-card-foreground)}.sb-product-card__info{display:flex;flex-direction:column;flex:1;padding:20px}.sb-product-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.sb-product-card__name{font-family:var(--sb-font-family);font-size:15px;line-height:1.4;font-weight:700;color:var(--sb-card-foreground);margin:0 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.sb-product-card:hover .sb-product-card__name{color:var(--sb-orange)}.sb-product-card__sku{flex-shrink:0;font-size:10px;line-height:1.33;font-weight:700;letter-spacing:.05em;white-space:nowrap;color:#6b7280;background:#ece7df;padding:2px 8px;border-radius:4px}.sb-product-card__attributes{display:flex;flex-wrap:nowrap;gap:12px;margin-bottom:12px}.sb-product-card__attribute{display:flex;flex-direction:column}.sb-product-card__attribute-label{font-size:9px;line-height:1.33;font-weight:400;text-transform:uppercase;letter-spacing:.05em;color:var(--sb-gray-medium)}.sb-product-card__attribute-value{font-size:12px;line-height:1.43;font-weight:700;white-space:nowrap;color:var(--sb-green-main)}.sb-product-card__price-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:auto}.sb-product-card__prices{display:flex;align-items:baseline;gap:8px}.sb-product-card__price-old{font-size:14px;line-height:1.43;font-weight:400;color:var(--sb-gray-medium);text-decoration:line-through}.sb-product-card__price{font-size:18px;line-height:1.56;font-weight:700;color:var(--sb-orange)}.sb-product-card__price-note{font-size:9px;line-height:1.33;color:var(--sb-gray-medium)}.sb-product-card__login-cta{margin-top:auto;font-size:14px;line-height:1.43;font-weight:700;color:var(--sb-orange)}.sb-product-card .sb-product-price-card__main{display:flex;align-items:baseline;gap:6px;margin-bottom:0}.sb-category-empty-hero{position:relative;overflow:hidden;background-color:var(--sb-green-main);padding:80px 0;min-height:500px;display:flex;align-items:center;width:100vw;margin-left:calc(-50vw + 50%)}@media (max-width:767px){.sb-category-empty-hero{padding:48px 0 64px;min-height:auto}}.sb-category-empty-hero__circle{display:none;position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.03);right:-100px;top:50%;transform:translateY(-50%);z-index:0}@media (min-width:768px){.sb-category-empty-hero__circle{display:block}}.sb-category-empty-hero__inner{width:100%;max-width:var(--sb-container-max,1400px);margin:0 auto;padding:0 var(--sb-container-padding,24px);position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.sb-category-empty-hero__icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:rgba(255,255,255,.1);border-radius:50%;margin-bottom:32px;animation:sb-category-fade-in .4s ease}.sb-category-empty-hero__icon svg{width:48px;height:48px;color:var(--sb-orange)}.sb-category-empty-hero__title{font-size:clamp(32px,4vw,56px);line-height:1.1;letter-spacing:-1px;margin:0 !important}.sb-category-empty-hero__title-white{color:#fff !important}.sb-category-empty-hero__subtitle{margin-top:24px;max-width:520px;font-size:17px;line-height:1.7;color:rgba(255,255,255,.75)}.sb-category-empty-hero__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;margin-bottom:32px}@media (max-width:640px){.sb-category-empty-hero__pills{flex-direction:column;align-items:center;gap:8px}}.sb-category-empty-hero__pill{display:inline-flex;align-items:center;gap:8px;font-size:13px;line-height:1.33;color:#fff}.sb-category-empty-hero__pill-icon{display:inline-flex}.sb-category-empty-hero__pill-icon svg{width:14px;height:14px}.sb-category-empty-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:40px}@media (max-width:480px){.sb-category-empty-hero__actions{flex-direction:column;width:100%;max-width:300px}}.sb-category-empty-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:180px;border-radius:10px !important}.sb-category-empty-hero__btn-icon{display:inline-flex}.sb-category-empty-hero__btn-icon svg{width:16px;height:16px}.sb-category-empty-hero__btn.sb-btn--outline{background:0 0;border:2px solid rgba(255,255,255,.3);color:#fff !important}.sb-category-empty-hero__btn.sb-btn--outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);color:#fff !important}.sb-category-empty-hero .sb-text-orange{color:var(--sb-orange) !important}@keyframes sb-category-fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sb-category-empty-hero+.sb-category-bottom-cta,.sb-category-empty-hero~.sb-category-bottom-cta{display:none}.stockboxx-page:has(.sb-category-empty-hero) .sb-category-heading,.sb-category-page:has(.sb-category-empty-hero) .sb-category-heading{display:none}.stockboxx-page.sb-category-is-empty .sb-category-heading,.sb-category-page.sb-category-is-empty .sb-category-heading{display:none}.stockboxx-page.sb-category-is-empty .sb-category-bottom-cta,.sb-category-page.sb-category-is-empty .sb-category-bottom-cta{display:none}.sb-category-page.page-layout-2columns-left.sb-category-is-empty .columns,.stockboxx-page.sb-category-is-empty .columns{padding:0 !important}.sb-category-bottom-cta{text-align:center;margin-top:48px}.sb-category-bottom-cta__text{font-size:14px;line-height:1.43;color:hsl(var(--muted-foreground));margin:0 0 16px}.sb-category-bottom-cta__buttons{display:flex;flex-direction:column;align-items:center;gap:12px}@media (min-width:640px){.sb-category-bottom-cta__buttons{flex-direction:row;justify-content:center}}.sb-category-bottom-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:10px;text-decoration:none;cursor:pointer;transition:all .2s ease}.sb-category-bottom-cta__btn--primary{color:#fff !important;background:var(--sb-orange);border:2px solid var(--sb-orange)}.sb-category-bottom-cta__btn--primary:hover{background:var(--sb-orange-hover);text-decoration:none}.sb-category-bottom-cta__btn--outline{color:var(--sb-green-main) !important;background:0 0;border:2px solid var(--sb-green-main)}.sb-category-bottom-cta__btn--outline:hover{background:var(--sb-green-main);color:#fff !important;text-decoration:none}.sb-category-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:40px}.sb-category-pagination__item{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;font-weight:600;color:var(--sb-card-foreground);background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:var(--sb-radius-sm);text-decoration:none;cursor:pointer;transition:all .2s ease}.sb-category-pagination__item:hover{border-color:var(--sb-orange);color:var(--sb-orange)}.sb-category-pagination__item.active{background:var(--sb-orange);border-color:var(--sb-orange);color:#fff}.sb-category-pagination__item.disabled{opacity:.5;cursor:not-allowed}.sb-category-pagination__item svg{width:16px;height:16px}.sb-category-page .page-wrapper{background-color:var(--sb-background)}.sb-category-page.page-layout-2columns-left .columns{max-width:var(--sb-container-max);margin:0 auto;padding:32px 0;display:flex !important;flex-direction:column;gap:0}@media (min-width:1024px){.sb-category-page.page-layout-2columns-left .columns{flex-direction:row;align-items:flex-start}}.sb-category-page.page-layout-2columns-left .column.main{width:100% !important;float:none !important;padding-left:0 !important;min-width:0;order:2}@media (min-width:1024px){.sb-category-page.page-layout-2columns-left .column.main{width:calc(100% - 250px - 20px) !important;flex:1 1 auto}}@media (min-width:1440px){.sb-category-page.page-layout-2columns-left .columns{max-width:1600px}}.sb-category-page.page-layout-2columns-left .sidebar-main{width:100% !important;float:none !important;padding-right:0 !important;order:1}@media (min-width:1024px){.sb-category-page.page-layout-2columns-left .sidebar-main{width:250px !important;max-width:250px !important;flex:0 0 250px;margin-right:20px}}.sb-category-page .sidebar.sidebar-additional{display:none !important}.sb-category-page .toolbar.toolbar-products{margin-bottom:24px;padding:0;border:none;background:0 0}.sb-category-page .toolbar-amount{font-family:var(--sb-font-family);font-size:14px;line-height:44px;color:hsl(var(--muted-foreground));padding:0;margin:0}.sb-category-page .toolbar-amount .toolbar-number{font-weight:700;color:var(--sb-green-main)}.sb-category-page .toolbar .sorter{display:flex;align-items:center;gap:8px}.sb-category-page .toolbar .sorter-label{font-family:var(--sb-font-family);font-size:14px;line-height:1.43;color:hsl(var(--muted-foreground))}.sb-category-page .toolbar .sorter-options{padding:8px 12px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;color:var(--sb-card-foreground);background-color:var(--sb-card-bg) !important;border:1px solid var(--sb-gray-light);border-radius:12px;outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.sb-category-page .toolbar .sorter-options:focus{border-color:var(--sb-orange);box-shadow:0 0 0 2px rgba(232,90,30,.15)}.sb-category-page .toolbar .sorter-action{display:flex;align-items:center;justify-content:center;width:40px;height:40px;top:0;background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:var(--sb-radius-sm);cursor:pointer;transition:all .2s ease}.sb-category-page .toolbar .sorter-action:hover{border-color:var(--sb-gray-medium)}.sb-category-page .toolbar .limiter{display:flex;align-items:center;gap:8px}.sb-category-page .toolbar .limiter-label{font-family:var(--sb-font-family);font-size:14px;line-height:1.43;color:var(--sb-gray-medium)}.sb-category-page .toolbar .limiter-options{padding:8px 12px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;color:var(--sb-card-foreground);background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:var(--sb-radius);outline:none;cursor:pointer}.sb-category-page .toolbar .limiter-text{display:none}.sb-category-page .toolbar .modes{display:flex;gap:4px}.sb-category-page .toolbar .modes-mode{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:var(--sb-radius-sm);cursor:pointer;transition:all .2s ease;text-indent:-9999px;overflow:hidden}.sb-category-page .toolbar .modes-mode:hover{border-color:var(--sb-gray-medium)}.sb-category-page .toolbar .modes-mode.active{background:var(--sb-green-main);border-color:var(--sb-green-main)}.sb-category-page .toolbar-bottom .toolbar-amount,.sb-category-page .toolbar-bottom .sorter{display:none}.sb-category-page .pages{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:0}.sb-category-page .pages .items{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.sb-category-page .pages .item{display:flex}.sb-category-page .pages .item a,.sb-category-page .pages .item strong{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;font-weight:600;color:var(--sb-card-foreground);background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:var(--sb-radius-sm);text-decoration:none;cursor:pointer;transition:all .2s ease}.sb-category-page .pages .item a:hover{border-color:var(--sb-orange);color:var(--sb-orange)}.sb-category-page .pages .item.current strong{background:var(--sb-orange);border-color:var(--sb-orange);color:#fff}.sb-category-page .pages .item.pages-item-previous a,.sb-category-page .pages .item.pages-item-next a{min-width:40px;margin:0;padding:0}.sb-category-page .pages .action.next:before{width:40px;color:var(--sb-card-foreground)}.sb-category-page .pages .action.next:visited:before{color:var(--sb-card-foreground)}.sb-category-page .pages .label{display:none}.sb-category-page .sidebar .block{background:var(--sb-card-bg);border:1px solid var(--sb-gray-light);border-radius:16px;padding:20px;margin-bottom:20px}.sb-category-page .sidebar .block:last-child{margin-bottom:0}.sb-category-page .sidebar .block-title{display:none}.sb-category-page .sidebar .block-subtitle.filter-subtitle{display:none}.sb-category-page .sidebar .filter-options{margin:0;padding:0}.sb-category-page .sidebar .filter-options-title{font-family:var(--sb-font-family);font-size:14px;line-height:1.43;font-weight:800;text-transform:uppercase;color:var(--sb-green-main);padding:12px 0 0;margin:0;border-bottom:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.sb-category-page .sidebar .filter-options-content{padding:12px 0}.sb-category-page .filter-options .filter-options-content{margin:0}.sb-category-page .sidebar .filter-options-content:last-child{margin-bottom:0}.sb-category-page .filter-options-content .am-ranges .items.-am-multiselect .item [class*=am-filter-item]{padding-left:30px}.sb-category-page .sidebar .filter-options-item:last-child .filter-options-title{border-bottom:none}.sb-category-page .sidebar .items{list-style:none;margin:0;padding:0}.sb-category-page .sidebar .item{margin:0;padding:0}.sb-category-page .sidebar .item a{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;color:var(--sb-green-main);text-decoration:none;transition:color .2s ease}.sb-category-page .sidebar .item a:hover{color:var(--sb-orange)}.sb-category-page .sidebar .item .label{font-size:13px;font-weight:400;color:hsl(var(--foreground))}.sb-category-page .sidebar .item .count{font-size:12px;line-height:16px;color:hsl(var(--muted-foreground))}.sb-category-page .sidebar .filter-current{margin-bottom:16px;padding:0;border-bottom:none}.sb-category-page .sidebar .filter-current-subtitle{font-size:14px;line-height:1.43;font-weight:800;text-transform:uppercase;color:var(--sb-green-main);padding:12px 0 0}.sb-category-page .sidebar .filter-current .items{display:flex;flex-wrap:wrap;gap:8px}.sb-category-page .sidebar .filter-current .item{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;padding-left:25px;font-size:12px;line-height:1.33;background:var(--sb-orange-light);border-radius:var(--sb-radius-full)}.sb-category-page .sidebar .filter-current+.filter-actions{margin-bottom:10px}.sb-category-page .sidebar .filter-current .action.remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:var(--sb-orange);border-radius:50%;color:#fff;font-size:10px;text-decoration:none}.sb-category-page .sidebar .filter-actions a{display:inline-block;font-family:var(--sb-font-family);font-size:12px;line-height:1.33;font-weight:600;color:var(--sb-orange);text-decoration:none;transition:text-decoration .2s ease}.sb-category-page .sidebar .filter-actions a:hover{text-decoration:underline}.sb-category-page .am-filter-items-attr{list-style:none;margin:0;padding:0}.sb-category-page .am-filter-items-attr .item{margin:0;padding:0}.sb-category-page .am-filter-items-attr .am-item{display:flex;align-items:center;gap:8px;padding:8px 0;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;color:var(--sb-card-foreground);cursor:pointer;transition:color .2s ease}.sb-category-page .am-filter-items-attr .am-item:hover{color:var(--sb-orange)}.sb-category-page .am-filter-items-attr input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.sb-category-page .am-filter-items-attr .amshopby-choice{flex-shrink:0;width:20px;height:20px;border:2px solid #e6e7eb;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.sb-category-page .am-filter-items-attr .amshopby-choice:before{content:'';width:10px;height:6px;border-left:2.5px solid #fff;border-bottom:2.5px solid #fff;transform:rotate(-45deg) translateY(-1px);opacity:0;transition:opacity .15s ease}.sb-category-page .am-filter-items-attr .am-item:hover .amshopby-choice{border-color:#b8bdc6}.sb-category-page .am-filter-items-attr input[type=checkbox]:checked+.amshopby-choice,.sb-category-page .am-filter-items-attr .am-item.-active .amshopby-choice,.sb-category-page .am-filter-items-attr .am-item.am-item-checked .amshopby-choice{background-color:var(--sb-orange);border-color:var(--sb-orange)}.sb-category-page .am-filter-items-attr input[type=checkbox]:checked+.amshopby-choice:before,.sb-category-page .am-filter-items-attr .am-item.-active .amshopby-choice:before,.sb-category-page .am-filter-items-attr .am-item.am-item-checked .amshopby-choice:before{opacity:1}.sb-category-page .filter-options input[type=checkbox]+.amshopby-choice:before{content:'';background:#fff;min-width:20px !important;max-width:20px !important;height:20px !important;min-height:20px !important;max-height:20px !important;padding:0 !important;margin:2px 12px 0 0 !important;border:2px solid #e6e7eb !important;border-radius:4px !important}.sb-category-page .filter-options input[type=checkbox]:checked+.amshopby-choice:after{content:'';background-color:var(--sb-orange) !important;background-size:auto;border-color:var(--sb-orange) !important;min-width:20px !important;max-width:20px !important;height:20px !important;min-height:20px !important;max-height:20px !important;padding:0 !important;margin:2px 12px 0 0 !important;border-radius:4px !important}.sb-category-page .am-filter-items-attr .label{font-size:13px;font-weight:400;color:hsl(var(--foreground))}.sb-category-page .am-filter-items-attr .count{margin-left:auto;font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}.sb-category-page .am-filter-items-attr .am-item.-active,.sb-category-page .am-filter-items-attr .am-item.am-item-checked{font-weight:600;color:var(--sb-orange)}.sb-category-page .amshopby-slider-container.-default .ui-slider-range{background:var(--sb-off-white)}.sb-category-page .amshopby-slider-container .amshopby-slider-display{color:var(--sb-green-main)}.sb-category-page .sidebar .item .amshopby-link-selected .label{font-weight:600}.sb-category-page .filter-options-content .items.-am-singleselect .amshopby-link-selected,.sb-category-page .filter-options-content .swatch-option.selected+.am-shopby-swatch-label{color:var(--sb-green-main)}.sb-category-page .filter-options-content .items.-am-singleselect .amshopby-link-selected .count,.sb-category-page .filter-options-content .swatch-option.selected+.am-shopby-swatch-label .count{color:var(--sb-green-main)}.sb-category-page .filter-options-content .item a:hover .count{color:hsl(var(--muted-foreground))}.sb-category-page .breadcrumbs{max-width:var(--sb-container-max);margin:0 auto;padding:12px var(--sb-container-padding);background-color:var(--sb-background)}.sb-category-page .breadcrumbs .items{display:flex;align-items:center;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.sb-category-page .breadcrumbs .item{display:flex;align-items:center;gap:8px;font-family:var(--sb-font-family);font-size:14px;line-height:1.43;color:var(--sb-gray-medium)}.sb-category-page .breadcrumbs .item a{color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s ease}.sb-category-page .breadcrumbs .item a:hover{color:var(--sb-orange)}.sb-category-page .breadcrumbs .item strong{font-weight:600;color:var(--sb-green-main)}.sb-category-page .breadcrumbs .item:not(:last-child):after{content:'';display:inline-block;width:12px;height:12px;margin-left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.sb-category-page .category-description{font-family:var(--sb-font-family);font-size:16px;line-height:1.6;color:var(--sb-card-foreground);margin-bottom:24px}.sb-category-page .action.tocompare{display:none}.sb-category-page .action.towishlist{display:none}.sb-category-page .column.main>.page-title-wrapper{display:none !important}.sb-category-page .column.main .catalog-topnav,.sb-category-page .column.main .amasty-catalog-topnav{display:none}.sb-category-page .columns .columns-top{grid-column:1/-1;margin:0 calc(-1*var(--sb-container-padding));width:calc(100% + 2*var(--sb-container-padding))}.sb-category-page .page-main>.columns-top{margin:0;padding:0}.sb-category-page .sb-product-card__image .product-image-container{width:100% !important;max-width:100% !important}.sb-category-page .sb-product-card__image .product-image-photo{width:100%;height:100%;object-fit:cover}@media (max-width:767px){.sb-category-page .columns{padding:16px var(--sb-container-padding);gap:24px}.sb-category-page .sb-category-heading{padding:32px var(--sb-container-padding)}.sb-category-page .sb-category-heading__title{font-size:24px}.sb-category-page .sb-category-products{gap:16px}.sb-category-page .sb-product-card__image{height:240px}.sb-category-page .sb-product-card__info{padding:16px}.sb-category-page .sb-product-card__attributes{flex-wrap:wrap;gap:8px}}