:root{--red:#e30613;--black:#090909;--white:#fff;--muted:#68707d;--surface:#f6f7f9;--line:#e2e5e9;--radius:18px;--radius-sm:12px;--shadow:0 14px 40px rgba(9,9,9,.1);--shadow-soft:0 8px 24px rgba(9,9,9,.07);--header-height:76px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--black);background:#fff;line-height:1.5}body.is-menu-open{overflow:hidden}img,svg,video,model-viewer{max-width:100%;display:block}img{height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}[hidden]{display:none!important}.page-width{width:min(1320px,calc(100% - 40px));margin-inline:auto}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;left:16px;top:-100px;background:#fff;padding:12px 18px;z-index:9999;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{top:16px}.icon{width:24px;height:24px;flex:0 0 auto}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--red);color:#fff;border:1px solid var(--red);border-radius:999px;padding:12px 24px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #e3061338}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn--outline{background:#fff;color:#111;border-color:#cfd3d8}.section-title{font-size:clamp(28px,4vw,44px);line-height:1.1;letter-spacing:-.03em;margin:0}.section-title--center{text-align:center;margin-bottom:26px}.eyebrow{margin:0 0 7px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rte{line-height:1.75;color:#32363d}.rte img{border-radius:14px}.page-heading{padding:42px 0 24px}.empty-state{text-align:center;padding:90px 20px}.empty-state h1,.empty-state h2{font-size:clamp(30px,5vw,52px);margin:0 0 12px}.empty-state p{color:var(--muted);margin:0 auto 24px;max-width:600px}.announcement{display:block;background:#090909;color:#fff;text-align:center;padding:8px 14px;font-size:12px;font-weight:700;letter-spacing:.015em}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.07)}.header-inner{height:var(--header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.logo{display:flex;align-items:center;justify-self:start}.logo img{width:min(var(--logo-width),180px);max-height:60px;object-fit:contain}.nav{display:flex;justify-content:center;align-items:center;gap:26px}.nav__link{position:relative;font-size:14px;font-weight:750;padding:28px 0}.nav__link:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--red);transform:scaleX(0);transition:transform .2s ease}.nav__link:hover:after,.nav__link.is-active:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.header-icon{width:42px;height:42px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;cursor:pointer;position:relative;transition:background .2s ease}.header-icon:hover{background:#f2f3f5}.header-icon .icon{width:22px;height:22px}.mobile-toggle,.mobile-toggle__close,.mobile-toggle[aria-expanded=true] .mobile-toggle__open{display:none}.mobile-toggle[aria-expanded=true] .mobile-toggle__close{display:block}.cart-count{position:absolute;top:2px;right:1px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--red);color:#fff;font-size:10px;font-weight:900;display:grid;place-items:center;border:2px solid #fff}.mobile-nav{border-top:1px solid var(--line);background:#fff;box-shadow:0 18px 30px #00000014}.mobile-nav__inner{padding-top:8px;padding-bottom:20px}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;padding:15px 2px;border-bottom:1px solid var(--line);font-weight:800}.mobile-nav__link .icon{width:18px;height:18px;color:#8a9099}.mobile-nav__contact{padding-top:16px}.mobile-nav__contact a{display:flex;gap:10px;align-items:center;color:var(--red);font-weight:900}.hero{background:#090909;overflow:hidden}.hero a,.hero picture{display:block}.hero img{display:block;width:100%;height:auto;object-fit:contain}.brand-strip{border-block:1px solid var(--line);background:#fff}.brand-scroller{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:14px;padding-block:17px}.brand-item{height:48px;display:flex;align-items:center;justify-content:center;padding:7px 16px;border-radius:12px;font-size:17px;font-weight:900;letter-spacing:.01em;color:#2f3338;white-space:nowrap;transition:background .2s ease,transform .2s ease}.brand-item:hover{background:#f4f5f7;transform:translateY(-1px)}.brand-item img{max-width:150px;max-height:34px;width:auto;object-fit:contain}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{height:100%;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d4d7dc}.product-card__link{height:100%;display:flex;flex-direction:column}.product-media{aspect-ratio:1/1;background:#f7f7f8;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;transition:transform .28s ease}.product-card:hover .product-media img{transform:scale(1.025)}.product-info{padding:16px;display:flex;flex-direction:column;flex:1}.product-vendor{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800;margin-bottom:6px}.product-title{font-size:15px;font-weight:800;line-height:1.38;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.76em}.product-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:13px}.price{font-weight:900;font-size:18px;color:#111}.compare{color:#8a8f98;text-decoration:line-through;font-size:13px}.stock-status{display:inline-flex;width:max-content;margin-top:9px;background:#eceff2;color:#555;padding:4px 8px;border-radius:99px;font-size:11px;font-weight:800}.featured-products{padding:var(--section-padding-top,28px) 0 var(--section-padding-bottom,36px);background:#fff}.featured-products__container{width:min(1360px,calc(100% - 48px));margin-inline:auto}.featured-products__header{max-width:760px;margin:0 auto 26px;text-align:center}.featured-products__title{margin:0;font-size:clamp(31px,3vw,46px);line-height:1.08;letter-spacing:-.03em}.featured-products__subtitle{margin:10px 0 0;color:var(--muted);font-size:clamp(14px,1.25vw,17px)}.featured-products__grid{display:grid;grid-template-columns:repeat(var(--desktop-columns,4),minmax(0,1fr));gap:20px}.featured-products__grid>[role=listitem]{min-width:0}.featured-products__footer{display:flex;justify-content:center;margin-top:26px}.product-card--placeholder svg{width:100%;height:100%}.trust-section{background:#f6f7f9;padding:44px 0 50px}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.trust-card{border:1px solid var(--line);padding:22px;border-radius:var(--radius);background:#fff;box-shadow:0 3px 12px #00000006}.trust-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#fff0f1;color:var(--red);margin-bottom:14px}.trust-icon .icon{width:25px;height:25px}.trust-icon span{font-size:24px}.trust-card h3{font-size:16px;margin:0 0 6px}.trust-card p{font-size:13px;color:var(--muted);margin:0;line-height:1.55}.footer{background:#080808;color:#fff;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:50px}.footer-logo{width:145px;max-height:85px;object-fit:contain;margin-bottom:16px}.footer-brand p{color:#c5c7cb;max-width:420px;margin:0 0 18px}.footer-contact{display:grid;gap:8px;color:#fff;font-weight:800}.footer-contact a{display:flex;gap:9px;align-items:center}.footer-contact .icon{width:19px;height:19px;color:var(--red)}.footer-column{border:0}.footer-column summary{list-style:none;font-size:16px;font-weight:900;margin-bottom:16px;pointer-events:none}.footer-column summary::-webkit-details-marker{display:none}.footer-column a{display:block;color:#cfd1d5;margin:10px 0;font-size:14px}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid #292929;margin-top:34px;padding-top:20px;color:#9ea1a7;font-size:12px;display:flex;justify-content:space-between;gap:20px}.whatsapp-float{position:fixed;right:18px;bottom:18px;background:#25d366;color:#fff;min-height:48px;padding:10px 16px;border-radius:999px;font-weight:900;box-shadow:0 12px 30px #0003;z-index:60;display:flex;align-items:center;gap:8px}.whatsapp-float__icon .icon{width:22px;height:22px}.collection-main{padding-bottom:60px}.collection-header{padding:44px 0 28px;display:flex;justify-content:space-between;align-items:end;gap:30px}.collection-description{max-width:720px;margin-top:14px}.collection-sort{display:grid;gap:7px;min-width:210px}.collection-sort label{font-size:12px;font-weight:800;color:var(--muted)}.collection-sort select,.product-form select{width:100%;min-height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 40px 0 13px}.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pagination{display:flex;align-items:center;justify-content:center;gap:18px;padding:36px 0 0}.pagination a{font-weight:800;color:var(--red)}.pagination span{color:var(--muted);font-size:13px}.product-main{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:52px;padding-top:42px;padding-bottom:68px;align-items:start}.product-gallery{min-width:0}.product-gallery__stage{background:#f6f7f8;border-radius:22px;overflow:hidden;position:relative}.product-gallery__slide{aspect-ratio:1/1;display:grid;place-items:center;padding:28px}.product-gallery__slide img,.product-gallery__slide video,.product-gallery__slide model-viewer{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin}.product-gallery__thumb{flex:0 0 78px;width:78px;height:78px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:6px;cursor:pointer}.product-gallery__thumb.is-active{border:2px solid var(--red)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-details{position:sticky;top:calc(var(--header-height) + 30px)}.product-details__vendor{color:var(--red);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;margin-bottom:8px}.product-details h1{font-size:clamp(30px,3.7vw,50px);line-height:1.08;letter-spacing:-.035em;margin:0 0 16px}.product-price{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.product-price__current{font-size:28px;font-weight:950}.product-price__compare{font-size:16px;color:#8b9098;text-decoration:line-through}.product-description{margin:0 0 24px;max-height:260px;overflow:auto}.product-form{display:grid;gap:16px}.product-form__field{display:grid;gap:7px}.product-form__field label{font-size:13px;font-weight:800}.product-form__row{display:grid;grid-template-columns:132px 1fr;gap:12px}.quantity-selector{height:50px;border:1px solid var(--line);border-radius:999px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;background:#fff}.quantity-selector button{border:0;background:transparent;display:grid;place-items:center;cursor:pointer;padding:0}.quantity-selector button .icon{width:18px;height:18px}.quantity-selector input{width:100%;border:0;text-align:center;font-weight:900;-webkit-appearance:textfield;appearance:textfield;padding:0;background:transparent}.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.product-form__submit{width:100%}.product-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.product-benefits>div{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--line);border-radius:13px;padding:12px;background:#fff}.product-benefits .icon{width:22px;height:22px;color:var(--red);margin-top:2px}.product-benefits span{display:grid;gap:2px}.product-benefits strong{font-size:12px}.product-benefits small{font-size:10px;color:var(--muted);line-height:1.35}.product-accordion{margin-top:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.product-accordion summary{font-weight:900;cursor:pointer}.product-accordion .rte{padding-top:14px}.mobile-buy-bar{display:none}.cart-main{padding-bottom:70px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:30px;align-items:start}.cart-items{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:118px minmax(0,1fr) auto;gap:18px;padding:20px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item__image{width:118px;height:118px;border-radius:14px;background:#f6f7f8;padding:8px}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__content{display:grid;gap:6px}.cart-item__title{font-weight:900;line-height:1.35}.cart-item__content small{color:var(--muted)}.cart-item__price{font-weight:800}.cart-item__controls{display:flex;align-items:center;gap:10px;font-size:12px}.cart-item__controls label{font-weight:700}.cart-item__controls input{width:64px;height:38px;border:1px solid var(--line);border-radius:8px;text-align:center}.cart-item__controls a{color:var(--red);font-weight:800}.cart-item__total{font-weight:950;font-size:17px}.cart-summary{position:sticky;top:calc(var(--header-height) + 28px);border:1px solid var(--line);border-radius:18px;padding:22px;background:#fafafa}.cart-summary h2{margin:0 0 20px}.cart-summary>div:first-of-type{display:flex;justify-content:space-between;font-size:17px;margin-bottom:10px}.cart-summary p{font-size:12px;color:var(--muted);margin:0 0 18px}.cart-summary .btn{width:100%;margin-top:9px}.cart-summary__trust{display:flex!important;align-items:center;gap:8px!important;margin-top:16px!important;font-size:11px!important;color:var(--muted)}.cart-summary__trust .icon{width:20px;height:20px;color:var(--red)}.search-main,.content-page{padding-bottom:70px}.search-form{display:flex;gap:10px;max-width:780px}.search-form input{flex:1;min-width:0;min-height:50px;padding:0 18px;border:1px solid var(--line);border-radius:999px}.search-meta{margin:26px 0 18px;color:var(--muted)}.search-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.content-page__body{max-width:900px}@media(max-width:1100px){.featured-products__grid,.collection-grid,.search-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-main{gap:32px;grid-template-columns:minmax(0,1fr) minmax(330px,.9fr)}.footer-grid{gap:30px}}@media(max-width:899px){:root{--header-height:64px}.page-width{width:min(100% - 28px,1320px)}.announcement{font-size:11px;padding-block:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-inner{height:var(--header-height);grid-template-columns:44px 1fr auto;gap:4px}.mobile-toggle{display:grid}.logo{justify-self:center}.logo img{width:126px;max-height:51px}.nav{display:none}.header-actions{gap:0}.header-icon{width:40px;height:40px}.account-link{display:none}.hero img{width:100%;height:auto;object-fit:contain}.brand-scroller{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding-block:12px;scrollbar-width:none}.brand-scroller::-webkit-scrollbar{display:none}.brand-item{flex:0 0 132px;height:42px;padding:5px 12px;font-size:14px;scroll-snap-align:start;background:#fafafa;border:1px solid #f0f1f3}.brand-item img{max-width:115px;max-height:27px}.featured-products__container{width:min(100% - 22px,1360px)}.featured-products__grid,.collection-grid,.search-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.featured-products__header{margin-bottom:20px}.featured-products__title{font-size:30px}.featured-products__subtitle{font-size:14px}.product-media{padding:10px}.product-info{padding:11px}.product-title{font-size:13px;line-height:1.35}.price{font-size:15px}.compare{font-size:11px}.trust-section{padding:34px 0 40px}.section-title--center{font-size:28px;margin-bottom:18px}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.trust-card{padding:15px}.trust-icon{width:38px;height:38px;margin-bottom:10px}.trust-card h3{font-size:13px}.trust-card p{font-size:11px}.footer{padding:40px 0 90px}.footer-grid{grid-template-columns:1fr;gap:0}.footer-brand{padding-bottom:24px}.footer-column{border-top:1px solid #292929;padding:0}.footer-column summary{pointer-events:auto;cursor:pointer;margin:0;padding:16px 0;display:flex;justify-content:space-between;align-items:center}.footer-column summary:after{content:"+";font-size:20px;color:#9fa2a7}.footer-column[open] summary:after{content:"\2212"}.footer-column>div{padding-bottom:12px}.footer-bottom{flex-direction:column;gap:7px}.whatsapp-float{right:12px;bottom:12px;width:50px;height:50px;min-height:50px;padding:0;justify-content:center}.whatsapp-float__label{display:none}.collection-header{padding:30px 0 20px;align-items:start;flex-direction:column;gap:18px}.collection-sort{width:100%}.product-main{display:block;padding-top:16px;padding-bottom:110px}.product-gallery__stage{border-radius:16px}.product-gallery__slide{padding:14px}.product-gallery__thumb{flex-basis:66px;width:66px;height:66px}.product-details{position:static;padding-top:22px}.product-details h1{font-size:29px}.product-price__current{font-size:24px}.product-form__row{grid-template-columns:116px 1fr}.product-benefits{grid-template-columns:1fr 1fr}.mobile-buy-bar{position:fixed;display:flex;left:0;right:0;bottom:0;z-index:55;background:#fffffff7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:9px max(12px,env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));align-items:center;justify-content:space-between;gap:12px;box-shadow:0 -10px 24px #00000014}.mobile-buy-bar>div{min-width:0;display:grid}.mobile-buy-bar span{font-weight:950;font-size:17px}.mobile-buy-bar small{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.mobile-buy-bar .btn{min-height:44px;padding:9px 18px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:start}.cart-item__image{width:92px;height:92px}.cart-item__total{grid-column:2;text-align:left}.page-heading{padding:30px 0 18px}}@media(max-width:480px){.page-width{width:min(100% - 20px,1320px)}.header-actions .header-icon{width:38px}.logo img{width:116px}.featured-products{padding:22px 0 28px!important}.featured-products__container{width:min(100% - 16px,1360px)}.featured-products__grid,.collection-grid,.search-grid{gap:8px}.product-media{padding:7px}.product-info{padding:9px}.product-title{font-size:12px;min-height:2.7em}.price{font-size:14px}.featured-products__footer{margin-top:20px}.featured-products__footer .btn{min-height:44px;padding:10px 19px;font-size:13px}.trust-card{padding:13px 11px}.trust-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-benefits,.product-form__row{grid-template-columns:1fr}.quantity-selector{width:132px}.search-form{display:grid}.search-form .btn{width:100%}.cart-item__controls{flex-wrap:wrap}}.recommendations-section{padding:46px 0 68px;background:#f7f8fa}.recommendations-section:empty{display:none}.recommendations-section__header{text-align:center;margin-bottom:24px}.recommendations-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:899px){.recommendations-section{padding:34px 0 100px}.recommendations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.simotek-categories{padding:42px 0 30px;background:#fff}.simotek-categories .section-heading{max-width:760px;margin:0 auto 24px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-card{display:flex;align-items:center;gap:14px;min-height:96px;padding:18px;border:1px solid rgba(10,10,10,.1);border-radius:16px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 8px 24px #0000000b;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000017;border-color:#e30613}.category-card__icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:13px;background:#0b0b0b;color:#fff;font-size:22px}.category-card__content{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.category-card__content strong{font-size:15px;line-height:1.25}.category-card__content small{color:#666;font-size:12px;line-height:1.35}.category-card__arrow{color:#e30613;font-size:20px;font-weight:700}@media(max-width:989px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.simotek-categories{padding:28px 0 20px}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding:2px 2px 12px;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-card{flex:0 0 78%;min-height:84px;padding:14px;scroll-snap-align:start}.category-card__icon{flex-basis:42px;width:42px;height:42px}}:focus-visible{outline:3px solid rgba(227,6,19,.32);outline-offset:3px}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,input,select{touch-action:manipulation}.rte{overflow-wrap:anywhere}.rte table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.rte iframe{max-width:100%}.product-details h1{overflow-wrap:anywhere;text-wrap:balance}.product-gallery__slide[hidden]{display:none!important}.product-gallery__thumb{min-height:44px;min-width:44px}.product-gallery__thumb[aria-pressed=true]{border:2px solid var(--red)}.product-gallery__thumbs{overscroll-behavior-inline:contain}.product-form__submit,.mobile-buy-bar .btn{white-space:nowrap}.product-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px}.product-accordion summary:after{content:"+";font-size:22px;line-height:1;color:var(--red)}.product-accordion[open] summary:after{content:"\2212"}.product-accordion summary::-webkit-details-marker{display:none}.product-card__link:focus-visible{outline-offset:-3px}.product-card__link:focus-visible .product-title{text-decoration:underline}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:899px){body.is-menu-open .site-header{height:100dvh;overflow:auto;background:#fff}.header-inner{grid-template-columns:84px minmax(0,1fr) 84px}.mobile-toggle{justify-self:start}.header-actions{justify-self:end}.logo{position:absolute;left:50%;transform:translate(-50%);max-width:calc(100% - 190px)}.logo img{max-width:100%;height:auto}.mobile-nav{max-height:calc(100dvh - var(--header-height));overflow-y:auto;overscroll-behavior:contain}.product-main{padding-bottom:112px}.product-gallery__stage{aspect-ratio:1/1}.product-gallery__slide{aspect-ratio:auto;height:100%;min-height:0;padding:12px}.product-gallery__slide img,.product-gallery__slide video,.product-gallery__slide model-viewer{max-height:100%;object-fit:contain}.product-gallery__thumbs{margin-inline:-2px;padding-bottom:10px;scroll-snap-type:x proximity}.product-gallery__thumb{scroll-snap-align:start}.product-details{padding-top:18px}.product-details h1{font-size:clamp(25px,7.5vw,32px);line-height:1.14;letter-spacing:-.025em;margin-bottom:12px}.product-price{margin-bottom:16px}.product-benefits>div{min-width:0}.product-benefits small{overflow-wrap:anywhere}.template-product .whatsapp-float{bottom:calc(78px + env(safe-area-inset-bottom));z-index:54}.mobile-buy-bar{padding-top:8px}.mobile-buy-bar small{max-width:min(46vw,210px)}.recommendations-section{padding-bottom:112px}.cart-item__content{min-width:0}.cart-item__title{overflow-wrap:anywhere}.cart-summary .btn{min-height:48px}}@media(max-width:600px){.announcement{padding-inline:10px}.header-inner{grid-template-columns:76px minmax(0,1fr) 76px}.logo{max-width:calc(100% - 166px)}.product-gallery__stage{border-radius:14px}.product-gallery__thumb{flex-basis:60px;width:60px;height:60px;border-radius:10px}.product-benefits{gap:8px}.product-benefits>div{padding:11px 10px;gap:8px}.product-benefits strong{font-size:11px}.product-benefits small{font-size:9.5px}.mobile-buy-bar{gap:8px}.mobile-buy-bar .btn{padding-inline:16px}.cart-item{grid-template-columns:78px minmax(0,1fr)}.cart-item__image{width:78px;height:78px}.cart-item__controls{align-items:center}.cart-item__controls input{width:58px}}@media(max-width:380px){.page-width{width:min(100% - 16px,1320px)}.header-inner{grid-template-columns:70px minmax(0,1fr) 70px}.header-icon{width:36px;height:36px}.logo{max-width:calc(100% - 150px)}.logo img{width:104px}.featured-products__grid,.collection-grid,.search-grid,.recommendations-grid{grid-template-columns:1fr 1fr;gap:7px}.product-info{padding:8px}.product-title{font-size:11.5px}.product-price-row{gap:5px}.price{font-size:13px}.compare{font-size:10px}.mobile-buy-bar span{font-size:15px}.mobile-buy-bar small{max-width:40vw}.mobile-buy-bar .btn{font-size:13px;padding-inline:13px}}.brand-scroll{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:28px}.brand-item{display:flex;align-items:center;justify-content:center;min-height:90px;padding:14px}.brand-item img{width:100%;max-width:150px;height:52px;object-fit:contain}@media(max-width:749px){.brand-scroll{display:flex;overflow-x:auto;gap:12px;padding:8px 14px;scrollbar-width:none}.brand-scroll::-webkit-scrollbar{display:none}.brand-item{flex:0 0 130px;min-height:72px;padding:10px}.brand-item img{max-width:110px;height:40px}}#shopify-section-template--26538190733612__categories,#shopify-section-template--26538190733612__categories h1,#shopify-section-template--26538190733612__categories h2,#shopify-section-template--26538190733612__categories h3,#shopify-section-template--26538190733612__categories p{text-align:center}.nav__list{display:flex;align-items:center;justify-content:center;gap:26px;margin:0;padding:0;list-style:none}.nav__item{position:static}.nav__item--has-children .nav__link{display:flex;align-items:center;gap:5px}.nav__chevron{display:inline-grid;place-items:center;transition:transform .2s ease}.nav__chevron .icon{width:14px;height:14px}.nav__item--has-children:hover .nav__chevron,.nav__item--has-children:focus-within .nav__chevron{transform:rotate(90deg)}.mega-menu{position:absolute;top:100%;left:0;right:0;z-index:70;padding:14px 0 20px;background:#fffffffb;border-top:1px solid var(--line);box-shadow:0 24px 55px #09090924;opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.nav__item--has-children:hover>.mega-menu,.nav__item--has-children:focus-within>.mega-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.mega-menu__inner{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;align-items:start}.mega-menu__heading{display:grid;align-content:start;gap:7px;padding:18px;border-radius:16px;background:linear-gradient(145deg,#0c0c0c,#252525);color:#fff;min-height:138px}.mega-menu__eyebrow{font-size:11px;font-weight:950;letter-spacing:.16em;color:#ff3943}.mega-menu__heading strong{font-size:24px;line-height:1.08}.mega-menu__heading a{margin-top:auto;font-size:12px;font-weight:900;color:#fff;text-decoration:underline;text-underline-offset:4px}.mega-menu__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mega-menu__card{display:flex;align-items:center;gap:12px;min-height:86px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff;text-decoration:none;box-shadow:0 6px 18px #0909090b;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.mega-menu__card:hover,.mega-menu__card:focus-visible,.mega-menu__card.is-active{transform:translateY(-2px);border-color:#e306138c;box-shadow:0 10px 24px #09090917}.mega-menu__icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:11px;background:#f5f5f6;color:var(--red)}.mega-menu__icon .icon{width:21px;height:21px}.mega-menu__content{display:grid;gap:2px;min-width:0}.mega-menu__content strong{font-size:13px;line-height:1.25;overflow-wrap:anywhere}.mega-menu__content small{font-size:10px;color:var(--muted)}.mega-menu__arrow{margin-inline-start:auto;color:var(--red);font-weight:950}.mobile-nav__group{border-bottom:1px solid var(--line)}.mobile-nav__group summary{list-style:none}.mobile-nav__group summary::-webkit-details-marker{display:none}.mobile-nav__group .mobile-nav__link{border-bottom:0;cursor:pointer}.mobile-nav__chevron{transition:transform .2s ease}.mobile-nav__chevron .icon{width:18px;height:18px}.mobile-nav__group[open] .mobile-nav__chevron{transform:rotate(90deg)}.mobile-nav__submenu{display:grid;gap:7px;padding:0 0 13px 12px}.mobile-nav__sublink{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:45px;padding:10px 12px;border-radius:11px;background:var(--surface);font-size:13px;font-weight:800}.mobile-nav__sublink:hover{background:#eeeef0;color:var(--red)}.mobile-nav__view-all{padding:8px 12px;font-size:12px;font-weight:900;color:var(--red)}@media(max-width:1180px){.mega-menu__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mega-menu__inner{grid-template-columns:190px minmax(0,1fr)}}@media(max-width:899px){.mega-menu,.nav__list{display:none}}@media(prefers-reduced-motion:reduce){.mega-menu,.mega-menu__card,.nav__chevron,.mobile-nav__chevron{transition:none}}.product-card{position:relative;overflow:hidden}.product-card__wishlist,.product-card__quick,.product-wishlist{border:0;background:#fff;box-shadow:0 6px 20px #0000001f;cursor:pointer;z-index:4}.product-card__wishlist.is-active,.product-wishlist.is-active{color:var(--red)}.product-card__quick{position:absolute;left:50%;bottom:112px;transform:translate(-50%,10px);opacity:0;padding:9px 14px;border-radius:999px;font-weight:850;transition:.2s ease}.product-card:hover .product-card__quick,.product-card:focus-within .product-card__quick{opacity:1;transform:translate(-50%)}.wishlist-count{position:absolute;top:1px;right:1px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--red);color:#fff;font-size:10px;display:grid;place-items:center}.wishlist-link{font-size:25px;line-height:1}.product-title-row{display:flex;align-items:flex-start;gap:14px}.product-title-row h1{flex:1}.product-wishlist{flex:0 0 44px;width:44px;height:44px;border-radius:50%;font-size:25px}.predictive-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#0000006b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding-top:calc(var(--header-height) + 14px)}.predictive-search__dialog{background:#fff;border-radius:18px;padding:18px;box-shadow:0 30px 80px #00000040;max-height:78vh;overflow:auto}.predictive-search__top{display:flex;align-items:center;gap:10px}.predictive-search__form{display:flex;gap:10px;flex:1}.predictive-search__form input{flex:1;min-height:50px;border:1px solid var(--line);border-radius:12px;padding:0 16px;font-size:16px}.predictive-search__results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.predictive-item{display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:13px}.predictive-item img{width:72px;height:72px;object-fit:contain}.predictive-item strong{font-size:13px}.predictive-item small{color:var(--red);font-weight:850}.quick-view[hidden],.wishlist-drawer[hidden],.predictive-search[hidden]{display:none!important}.quick-view{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130}.quick-view__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.quick-view__dialog{position:relative;z-index:1;width:min(880px,calc(100% - 28px));max-height:88vh;overflow:auto;margin:6vh auto;background:#fff;border-radius:20px;padding:24px}.quick-view__close{position:absolute;top:12px;right:12px;width:40px;height:40px;border:0;border-radius:50%;font-size:26px;cursor:pointer}.quick-view__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.quick-view__grid img{width:100%;max-height:480px;object-fit:contain}.quick-view__price{font-size:25px;font-weight:950;margin:14px 0}.quick-view__actions{display:flex;gap:10px;flex-wrap:wrap}.wishlist-drawer{position:fixed;z-index:140;top:0;right:0;width:min(410px,92vw);height:100dvh;background:#fff;box-shadow:-20px 0 60px #0003;padding:18px;overflow:auto}.wishlist-drawer__head{display:flex;justify-content:space-between;align-items:center;font-size:20px;padding-bottom:12px;border-bottom:1px solid var(--line)}.wishlist-drawer__head button{border:0;background:none;font-size:28px}.wishlist-drawer__items{display:grid;gap:12px;padding-top:14px}.wishlist-item{display:grid;grid-template-columns:72px 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:12px}.wishlist-item img{width:72px;height:72px;object-fit:contain}.wishlist-item button{border:0;background:none;color:var(--red);font-size:20px}.recently-viewed{padding-top:36px;padding-bottom:60px}.recently-viewed__header{text-align:center;margin-bottom:22px}.recently-viewed__header h2{font-size:clamp(24px,3vw,38px)}.mega-menu__card{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.mega-menu__card:hover{transform:translateY(-5px);box-shadow:0 16px 30px #0909091f}.mega-menu__card:hover .mega-menu__arrow{transform:translate(4px)}.mega-menu__arrow{transition:transform .25s ease}.mega-menu__heading a{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:9px 13px;border-radius:999px;background:#fff;color:#111!important;text-decoration:none!important}@media(max-width:899px){.predictive-search__results,.quick-view__grid{grid-template-columns:1fr}.product-card__quick{display:none}.predictive-search__dialog{border-radius:0;max-height:100dvh}.wishlist-link{display:none}}.predictive-search__results{align-items:stretch}.predictive-item{min-width:0;grid-template-columns:86px minmax(0,1fr);gap:14px;padding:14px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-decoration:none;color:inherit}.predictive-item:hover,.predictive-item:focus-visible{transform:translateY(-3px);border-color:#e3061342;box-shadow:0 14px 30px #00000017;outline:none}.predictive-item__media{width:86px;height:86px;display:grid;place-items:center;border-radius:12px;background:#fafafa;overflow:hidden}.predictive-item__media img,.predictive-item img{width:82px;height:82px;object-fit:contain}.predictive-item__content{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:8px}.predictive-item__content strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14px;line-height:1.35}.predictive-item__content small{display:block;color:var(--red);font-size:16px;line-height:1;font-weight:950;white-space:nowrap}.predictive-search__all{grid-column:1/-1;display:flex;justify-content:center;align-items:center;min-height:48px;border-radius:12px;background:#111;color:#fff;font-weight:900;text-decoration:none;transition:.2s ease}.predictive-search__all:hover{background:var(--red);transform:translateY(-1px)}.predictive-search__empty{grid-column:1/-1;text-align:center;padding:28px;color:var(--muted)}.product-card__wishlist,.product-wishlist{transition:transform .18s ease,color .18s ease,background .18s ease}.product-card__wishlist:hover,.product-wishlist:hover{transform:scale(1.08);background:#fff5f6;color:var(--red)}.product-card__quick:hover{background:var(--red);color:#fff}.quick-view__dialog{box-shadow:0 32px 90px #00000052}.quick-view__price{color:var(--red)}.mobile-buy-bar{transform:translateZ(0)}@media(max-width:899px){.predictive-search{padding-top:0}.predictive-search__dialog{padding:12px;min-height:100dvh}.predictive-search__top{align-items:stretch}.predictive-search__form{min-width:0}.predictive-search__form button{padding-inline:14px}.predictive-item{grid-template-columns:72px minmax(0,1fr);padding:10px}.predictive-item__media{width:72px;height:72px}.predictive-item__media img,.predictive-item img{width:68px;height:68px}.predictive-item__content small{font-size:15px}}.page-width--categories{max-width:1560px;margin-inline:auto;padding-inline:clamp(18px,3vw,48px)}.simotek-categories .section-heading{max-width:900px;margin-inline:auto;margin-bottom:34px;text-align:center}.simotek-categories .category-grid{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:center}.simotek-categories .category-card{min-width:0;direction:inherit;text-align:start}.simotek-categories .category-card__arrow{margin-inline-start:auto}.quick-view__close{inset-block-start:12px;inset-inline-end:12px;left:auto;right:auto}.wishlist-drawer{inset-block:0;inset-inline-end:0;left:auto;right:auto}.wishlist-page{padding-block:48px 72px}.wishlist-page__header{text-align:center;max-width:780px;margin:0 auto 30px}.wishlist-page__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.wishlist-page__empty{text-align:center;padding:48px 20px;border:1px solid var(--line);border-radius:16px}@media(max-width:989px){.simotek-categories .category-grid,.wishlist-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.simotek-categories .section-heading{margin-bottom:22px}.simotek-categories .category-grid,.wishlist-page__grid{grid-template-columns:1fr}.simotek-categories .category-card{width:100%;min-height:88px}}.simotek-categories .page-width--categories{max-width:1560px}.simotek-categories .section-heading{max-width:940px;margin-inline:auto;margin-bottom:34px;text-align:center}.simotek-categories .section-subtitle{max-width:820px;margin-inline:auto}.simotek-categories .category-grid{align-items:stretch}.simotek-categories .category-card{min-height:112px;height:100%}[dir=rtl] .product-card__quick{bottom:120px}@media(hover:none){.product-card__quick{display:none}}.quick-view__dialog{direction:inherit}.quick-view__grid{min-width:0}.quick-view__grid>div{min-width:0}.quick-view__variant{width:100%;min-height:46px;border:1px solid var(--line);border-radius:10px;padding-inline:12px;margin:10px 0 14px;background:#fff}.quick-view__status{font-weight:800;margin-block:8px;color:#16833b}.quick-view__status.is-soldout{color:var(--red)}.wishlist-drawer{direction:inherit}.wishlist-item a{min-width:0}.wishlist-item strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.mobile-buy-bar{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-120%);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.mobile-buy-bar.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}@media(min-width:900px){.mobile-buy-bar{display:flex;position:fixed;top:0;left:0;right:0;bottom:auto;z-index:70;background:#fffffffa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:10px max(24px,calc((100vw - 1500px)/2));align-items:center;justify-content:flex-end;gap:20px;box-shadow:0 10px 28px #0000001a}.mobile-buy-bar>div{display:grid;margin-inline-end:auto;min-width:0}.mobile-buy-bar span{font-size:18px;font-weight:950}.mobile-buy-bar small{max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted)}.mobile-buy-bar .btn{min-width:190px}}@media(max-width:899px){.mobile-buy-bar{transform:translateY(120%)}.mobile-buy-bar.is-visible{transform:translateY(0)}body.has-sticky-buy .whatsapp-float{bottom:88px}}.product-card__wishlist{position:absolute;z-index:5;inset-block-start:16px;inset-inline-end:16px;width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;box-shadow:0 6px 20px #0000001f;font-size:22px;line-height:1;cursor:pointer;transition:transform .18s ease,color .18s ease,background .18s ease}.product-card__wishlist:hover,.product-card__wishlist:focus-visible{transform:scale(1.06);color:var(--red);background:#fff5f6}.product-card__wishlist.is-active{color:var(--red)}.product-card__badges{position:absolute;z-index:4;inset-block-start:16px;inset-inline-start:16px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px;max-inline-size:calc(100% - 86px);pointer-events:none}.badge{position:static;display:inline-flex;align-items:center;justify-content:center;min-block-size:30px;max-inline-size:100%;padding:6px 12px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;line-height:1;font-weight:900;white-space:nowrap;overflow:visible;text-overflow:clip}.badge--new{background:#111}.badge--best{background:#ff8a00}.badge--soldout{background:#555}.product-card .product-media{aspect-ratio:1/1;padding:18px}.product-card .product-info{padding:16px}.product-card .product-title{font-size:15px;line-height:1.38;min-height:2.76em}.product-card .price{font-size:18px}.product-card .compare{font-size:13px}.product-card__quick{left:50%;right:auto;bottom:112px;transform:translate(-50%,10px)}.product-card:hover .product-card__quick,.product-card:focus-within .product-card__quick{transform:translate(-50%)}@media(max-width:749px){.simotek-categories{padding-block:30px 24px}.simotek-categories .section-heading{max-width:100%;margin-bottom:24px;padding-inline:18px;text-align:center}.simotek-categories .section-subtitle{max-width:34rem;margin-inline:auto}.simotek-categories .page-width--categories{padding-inline:0}.simotek-categories .category-grid{display:flex;grid-template-columns:none;overflow-x:auto;gap:14px;padding:4px 18px 16px;scroll-padding-inline:18px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.simotek-categories .category-grid::-webkit-scrollbar{display:none}.simotek-categories .category-card{flex:0 0 88%;width:88%;min-height:108px;padding:18px;gap:14px;scroll-snap-align:start;scroll-snap-stop:always}.category-card__icon{flex-basis:48px;width:48px;height:48px}.category-card__content strong{font-size:16px}.category-card__content small{font-size:13px}.category-card__arrow{font-size:22px}.product-grid{gap:14px}.product-card .product-media{padding:12px}.product-card .product-info{padding:14px}.product-card .product-title{font-size:14px;line-height:1.35;min-height:2.7em}.product-card .price{font-size:16px}.product-card .compare{font-size:11px}.product-card__wishlist{inset-block-start:10px;inset-inline-end:10px;width:32px;height:32px;font-size:19px}.product-card__badges{inset-block-start:10px;inset-inline-start:10px;gap:4px;max-inline-size:calc(100% - 58px)}.badge{min-block-size:24px;padding:4px 8px;font-size:9px}.product-card__quick{display:none!important}}@media(min-width:750px)and (hover:hover){.product-card__quick{opacity:0}.product-card:hover .product-card__quick,.product-card:focus-within .product-card__quick{opacity:1}}.product-grid,.featured-products__grid,.product-recommendations .product-grid{align-items:stretch}.product-card{display:flex;flex-direction:column;min-width:0;height:100%}.product-card__link{flex:1 1 auto;min-width:0}.product-card .product-media{aspect-ratio:1/1;min-height:0}.product-card .product-media img{object-fit:contain}.product-card .product-info{min-height:142px}.product-card .product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media(hover:hover)and (pointer:fine){.product-card{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px #0909091c}.product-card:hover .product-media img{transform:scale(1.035)}.product-card__quick{opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.product-card:hover .product-card__quick,.product-card:focus-within .product-card__quick{opacity:1;visibility:visible;transform:translate(-50%)}}.product-card__wishlist{inset-block-start:14px;inset-inline-end:14px;inset-inline-start:auto;width:40px;height:40px}.product-card__badges{inset-block-start:16px;inset-inline-start:16px;inset-inline-end:auto;max-inline-size:calc(100% - 84px)}@media(max-width:749px){:root{--header-height:64px}.page-width{width:min(100% - 24px,1320px)}.header-inner{height:64px;grid-template-columns:40px 1fr auto;gap:8px}.logo{justify-self:center}.logo img{width:min(var(--logo-width),138px);max-height:52px}.header-actions{gap:0}.header-icon{width:38px;height:38px}.simotek-categories{padding-block:28px 22px}.simotek-categories .section-heading{margin-bottom:20px;padding-inline:16px}.simotek-categories .category-grid{display:flex;overflow-x:auto;gap:12px;padding:4px 16px 14px;scroll-padding-inline:16px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.simotek-categories .category-grid::-webkit-scrollbar{display:none}.simotek-categories .category-card{flex:0 0 82%;width:82%;min-height:108px;padding:17px;gap:13px;scroll-snap-align:start;scroll-snap-stop:always}.category-card__icon{flex:0 0 48px;width:48px;height:48px}.category-card__content strong{font-size:15px;line-height:1.25}.category-card__content small{font-size:12px;line-height:1.45}.product-grid,.featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.featured-products__container{width:calc(100% - 20px)}.product-card{border-radius:14px}.product-card .product-media{padding:9px}.product-card .product-info{min-height:122px;padding:11px}.product-card .product-title{font-size:12px;line-height:1.35;min-height:2.7em}.product-card .product-price-row{gap:5px;padding-top:9px}.product-card .price{font-size:14px}.product-card .compare{font-size:9px}.product-card__wishlist{inset-block-start:8px;inset-inline-end:8px;width:30px;height:30px;font-size:18px}.product-card__badges{inset-block-start:8px;inset-inline-start:8px;gap:4px;max-inline-size:calc(100% - 48px)}.badge{min-block-size:22px;padding:4px 7px;font-size:8px}.product-card__quick{display:none!important}}@media(max-width:380px){.product-grid,.featured-products__grid{gap:9px}.featured-products__container{width:calc(100% - 14px)}.product-card .product-info{padding:9px;min-height:118px}.product-card .product-title{font-size:11px}.product-card .price{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/base.css.map */
