: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 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;overflow-y:hidden;gap:12px;padding:4px 16px 14px;scroll-padding-inline:16px;scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;direction:ltr;touch-action:pan-x;scrollbar-width:none}.simotek-categories .category-grid::-webkit-scrollbar{display:none}.simotek-categories .category-card{flex:0 0 82vw;width:82vw;min-width:260px;max-width:330px;min-height:108px;padding:17px;gap:13px;scroll-snap-align:start;scroll-snap-stop:normal;direction:rtl}.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}}@media screen and (max-width:749px){.simotek-categories .page-width--categories{overflow:visible!important;padding-inline:0!important}.simotek-categories .category-grid{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column!important;grid-auto-columns:minmax(260px,82vw)!important;justify-content:start!important;align-items:stretch!important;column-gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:4px 16px 14px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;scroll-padding-inline:16px!important;overscroll-behavior-x:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;direction:ltr!important;scrollbar-width:none!important}.simotek-categories .category-grid::-webkit-scrollbar{display:none!important}.simotek-categories .category-grid>.category-card{display:flex!important;width:auto!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:108px!important;flex:none!important;box-sizing:border-box!important;scroll-snap-align:start!important;scroll-snap-stop:normal!important;direction:rtl!important;visibility:visible!important;opacity:1!important}}.simotek-main-nav .nav__list{direction:rtl}.simotek-mega-menu__inner{grid-template-columns:210px minmax(0,1fr)!important}.simotek-mega-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;direction:rtl}.simotek-mega-group{padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 7px 20px #0909090b}.simotek-mega-group h3{margin:0 0 10px;font-size:15px;line-height:1.35}.simotek-mega-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px dashed rgba(0,0,0,.09);font-size:12px;font-weight:800;text-decoration:none}.simotek-mega-link:last-child{border-bottom:0}.simotek-mega-link:hover{color:var(--red);padding-inline-start:5px}.simotek-brand-menu__inner{grid-template-columns:210px minmax(0,1fr)!important}.simotek-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:stretch}.simotek-brand-card{display:flex;align-items:center;justify-content:space-between;min-height:92px;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff;font-size:16px;text-decoration:none;box-shadow:0 6px 18px #0909090b}.simotek-brand-card:hover{border-color:#e306138c;color:var(--red);transform:translateY(-2px)}.simotek-mobile-nav{direction:rtl}.simotek-mobile-groups{padding-inline-start:0!important}.simotek-mobile-category{border-radius:12px;background:#f7f7f8;overflow:hidden}.simotek-mobile-category>summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:12px 14px;list-style:none;font-size:14px;font-weight:900;cursor:pointer}.simotek-mobile-category>summary::-webkit-details-marker{display:none}.simotek-mobile-category>summary span{color:var(--red);font-size:18px}.simotek-mobile-category[open]>summary span{transform:rotate(45deg)}.simotek-mobile-category>div{display:grid;gap:6px;padding:0 8px 9px}.simotek-mobile-category .mobile-nav__sublink{background:#fff}#simotek-contact{display:flex;flex-wrap:wrap;gap:14px;border-top:1px solid var(--line)}#simotek-contact a{min-height:42px}@media(max-width:1180px){.simotek-mega-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.simotek-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:899px){.simotek-main-nav{display:none}.simotek-mobile-nav .mobile-nav__inner{padding-inline:18px}.simotek-mobile-nav .mobile-nav__link{font-size:15px}.simotek-mobile-nav .mobile-nav__submenu{padding-inline:0}}.hero-simotek{position:relative;isolation:isolate;background:#0b0b0b}.hero-simotek__media,.hero-simotek__media picture{display:block}.hero-simotek__media img{display:block;width:100%;height:auto}.hero-simotek__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:flex-end;pointer-events:none}.hero-simotek__card{width:min(520px,46vw);margin-inline-start:auto;padding:34px;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:#080808d1;color:#fff;box-shadow:0 24px 70px #00000057;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.hero-simotek__eyebrow{margin:0 0 12px;color:#ff1e2d;font-weight:900;letter-spacing:.08em}.hero-simotek__card h1{margin:0;font-size:clamp(32px,4vw,58px);line-height:1.08;color:#fff}.hero-simotek__text{margin:18px 0 0;font-size:clamp(15px,1.35vw,20px);line-height:1.7;color:#ececec}.hero-simotek__actions{display:flex;align-items:center;gap:14px;margin-top:24px;flex-wrap:wrap}.hero-simotek__primary{min-width:160px;text-align:center}.hero-simotek__secondary{color:#fff;font-weight:800;text-decoration:underline;text-underline-offset:5px}.hero-simotek__proof{display:flex;gap:10px 18px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:800}.hero-simotek__full-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.purchase-assurance{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px;padding:13px 15px;border-radius:14px;background:#111;color:#fff}.purchase-assurance strong{font-size:14px}.purchase-assurance span{font-size:11px;color:#d7d7d7;text-align:end}.product-benefits>div{border-color:#e4e4e4;box-shadow:0 7px 20px #0000000b}.product-benefits strong{font-size:13px}.product-benefits small{font-size:10.5px}.product-reviews{padding-top:28px;padding-bottom:54px}.product-reviews__header{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;border-bottom:1px solid var(--line);padding-bottom:22px}.product-reviews__header h2{margin:4px 0 6px;font-size:clamp(26px,3vw,42px)}.product-reviews__header p{margin:0;color:var(--muted)}.product-reviews__score{display:grid;gap:4px;text-align:center;padding:16px 22px;border:1px solid var(--line);border-radius:18px;background:#fff}.product-reviews__score strong{font-size:28px}.product-reviews__score span{color:#f2a900;letter-spacing:2px}.product-reviews__score small{color:var(--muted)}.product-reviews__apps{margin-top:24px}.product-reviews__empty{margin-top:24px;padding:24px;border:1px dashed #bbb;border-radius:18px;background:#fafafa;text-align:center}.product-reviews__empty strong{display:block;margin-bottom:6px}.product-reviews__empty p{margin:0;color:var(--muted)}@media(max-width:749px){.hero-simotek__overlay{position:relative;padding-top:12px;padding-bottom:12px;background:#0b0b0b}.hero-simotek__card{width:100%;padding:22px;border-radius:18px;background:#141414}.hero-simotek__card h1{font-size:31px}.hero-simotek__text{font-size:15px}.hero-simotek__proof{display:grid;grid-template-columns:1fr;gap:8px}.purchase-assurance{align-items:flex-start;flex-direction:column}.purchase-assurance span{text-align:start}.product-reviews__header{align-items:flex-start;flex-direction:column}}.product-rating-summary{display:inline-flex;align-items:center;gap:7px;margin:5px 0 12px;color:inherit;text-decoration:none}.product-rating-summary span{color:#f2a900;letter-spacing:1.5px;font-size:15px}.product-rating-summary strong{font-size:13px}.product-rating-summary small{color:var(--muted);font-size:12px}.product-rating-summary:hover small{text-decoration:underline}.whatsapp-float{transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 16px 34px #25d3664d}.template-checkout .whatsapp-float{display:none!important}.cart-upsell{padding-top:28px;padding-bottom:54px}.cart-upsell__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.cart-upsell__header h2{margin:4px 0 0;font-size:clamp(24px,3vw,38px)}.cart-upsell__header>p{max-width:520px;margin:0;color:var(--muted)}.cart-upsell__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cart-upsell-card{display:grid;grid-template-columns:110px minmax(0,1fr);gap:13px;padding:13px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px #0000000b}.cart-upsell-card__media{display:block;aspect-ratio:1;border-radius:12px;background:#f7f7f7;overflow:hidden}.cart-upsell-card__media img{width:100%;height:100%;object-fit:contain}.cart-upsell-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.cart-upsell-card__body>a{color:inherit;text-decoration:none;line-height:1.35}.cart-upsell-card__body strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px}.cart-upsell-card__body>span{font-weight:900}.btn--small{min-height:36px;padding:8px 13px;font-size:12px;margin-top:auto}@media(max-width:1100px){.cart-upsell__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.mobile-buy-bar{top:auto!important;bottom:0!important;transform:translateY(120%)!important}.mobile-buy-bar.is-visible{transform:translateY(0)!important}.cart-upsell__header{align-items:flex-start;flex-direction:column;gap:8px}.cart-upsell__grid{display:flex;overflow-x:auto;scroll-snap-type:x proximity;gap:12px;padding-bottom:8px}.cart-upsell-card{flex:0 0 min(310px,86vw);scroll-snap-align:start;grid-template-columns:96px minmax(0,1fr)}}.home-commercial-card{display:none;background:#0b0b0b;padding:14px 0 18px}.home-commercial-card__inner{margin:0 auto}.home-commercial-card__inner h2{margin:0;font-size:31px;line-height:1.15;color:#fff}@media(max-width:749px){.template-index .hero-simotek__overlay{display:none!important}.home-commercial-card{display:block}.home-commercial-card .page-width{padding-inline:12px}.home-commercial-card__inner{width:100%;padding:22px;border-radius:18px;background:#141414}.home-commercial-card__inner .hero-simotek__actions{margin-top:20px}.home-commercial-card__inner .hero-simotek__primary{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center}.home-commercial-card__inner .hero-simotek__proof{display:grid;grid-template-columns:1fr;gap:8px}}@media(max-width:749px){.template-index .featured-products{padding-top:18px!important}.template-index .featured-products__header{margin-bottom:15px}.template-index .featured-products__subtitle{display:none}.template-index .featured-products__footer .btn{width:100%;max-width:420px;justify-content:center}.template-index .simotek-categories{padding-top:28px;padding-bottom:24px}.template-index .simotek-categories .section-heading{margin-bottom:18px}.template-index .home-commercial-card{padding:8px 0 14px}.template-index .home-commercial-card__inner{padding:18px}.template-index .home-commercial-card__inner h2{font-size:26px;line-height:1.2}.template-index .home-commercial-card__inner .hero-simotek__text{margin-top:12px;font-size:14px;line-height:1.8}.template-index .home-commercial-card__inner .hero-simotek__actions,.template-index .home-commercial-card__inner .hero-simotek__proof{margin-top:16px}}.product-description-expanded{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.product-description-expanded h2{margin:0 0 16px;font-size:clamp(20px,2vw,28px);font-weight:950}.product-description-expanded .rte{line-height:1.75}.home-search-section{padding:22px 0 34px;background:#fff}.home-search-section__inner{max-width:980px;text-align:center}.home-search-section h2{margin:4px 0 8px;font-size:clamp(25px,3vw,40px);font-weight:950}.home-search-section__text{margin:0 auto 18px;color:var(--muted);max-width:650px}.home-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:8px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 38px #00000012}.home-search-form input{width:100%;min-height:54px;border:0;outline:0;padding:0 16px;font-size:16px;background:transparent}.home-search-form .btn{min-width:120px;border-radius:13px}.home-search-chips{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:13px}.home-search-chips a{border:1px solid var(--line);border-radius:999px;padding:7px 14px;text-decoration:none;color:inherit;font-size:13px;font-weight:800;background:#fff}.home-search-chips a:hover{border-color:var(--red);color:var(--red)}@media(max-width:899px){.product-horizontal-scroll{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline:14px;padding:0 14px 12px;margin-inline:-14px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-horizontal-scroll::-webkit-scrollbar{display:none}.product-horizontal-scroll>*,.product-horizontal-scroll>[role=listitem]{flex:0 0 min(44vw,178px);scroll-snap-align:start;min-width:0}.recently-viewed{padding-top:30px;padding-bottom:32px}.recommendations-section{padding-bottom:84px}.product-description-expanded{margin-top:16px;padding-top:16px}.product-description-expanded h2{font-size:20px;margin-bottom:12px}.home-search-section{padding:15px 0 25px}.home-search-section__inner{text-align:right}.home-search-section h2{font-size:25px}.home-search-section__text{font-size:13px;margin-bottom:12px}.home-search-form{grid-template-columns:1fr auto;padding:5px;border-radius:14px}.home-search-form input{min-height:48px;font-size:14px;padding-inline:11px}.home-search-form .btn{min-width:72px;min-height:48px;padding-inline:13px}.home-search-chips{justify-content:flex-start;margin-top:10px}.home-search-chips a{font-size:11px;padding:6px 11px}}@media(max-width:420px){.product-horizontal-scroll>*,.product-horizontal-scroll>[role=listitem]{flex-basis:46vw}}.product-form__submit,.mobile-buy-bar .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px}.product-form__submit .icon,.mobile-buy-bar .btn .icon{width:19px;height:19px;flex:0 0 auto}.product-benefits{gap:9px;margin-top:20px}.product-benefits>div{padding:10px 11px;gap:8px;border-radius:12px}.product-benefits .icon{width:20px;height:20px}.product-benefits strong{font-size:12px}.product-benefits small{font-size:10px}.product-description-expanded .rte table,.product-description .rte table,.rte table{border:1px solid #dedede;border-radius:12px;overflow:auto;background:#fff}.rte table th,.rte table td{padding:10px 12px}.rte table tr:first-child th:first-child,.rte table tr:first-child td:first-child{border-start-start-radius:11px}.rte table tr:first-child th:last-child,.rte table tr:first-child td:last-child{border-start-end-radius:11px}.rte table tr:last-child th:first-child,.rte table tr:last-child td:first-child{border-end-start-radius:11px}.rte table tr:last-child th:last-child,.rte table tr:last-child td:last-child{border-end-end-radius:11px}@media(max-width:749px){.product-benefits{margin-top:17px;gap:7px}.product-benefits>div{padding:9px 8px;gap:7px}.product-benefits .icon{width:18px;height:18px}.product-benefits strong{font-size:10.5px}.product-benefits small{font-size:9px;line-height:1.3}.product-form__submit .icon,.mobile-buy-bar .btn .icon{width:17px;height:17px}.rte table th,.rte table td{padding:8px 9px}}@media(max-width:749px){.mobile-buy-bar .btn{min-height:50px;padding-block:12px}}.product-carousel{position:relative;overflow:hidden}.product-carousel__header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;text-align:start}.product-carousel__controls{display:flex;gap:8px;flex:0 0 auto}.product-carousel__button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#111;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 5px 16px #00000012;transition:transform .18s ease,border-color .18s ease,color .18s ease}.product-carousel__button:hover,.product-carousel__button:focus-visible{transform:translateY(-2px);border-color:var(--red);color:var(--red)}.product-carousel__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;padding:4px 2px 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__track>*,.product-carousel__track>[role=listitem]{flex:0 0 clamp(220px,23vw,310px);min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.product-carousel__track .product-card{height:100%}@media(max-width:749px){.product-carousel__header{align-items:center}.product-carousel__button{width:36px;height:36px;font-size:24px}.product-carousel__track{gap:11px;padding-bottom:12px}.product-carousel__track>*,.product-carousel__track>[role=listitem]{flex-basis:min(46vw,180px)}}.footer-payments{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:22px 0 18px;border-top:1px solid rgba(255,255,255,.16)}.footer-payments__label{font-weight:900;color:#fff}.payment-icons{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap}.payment-icon{display:inline-flex;width:58px;height:36px;border-radius:7px;overflow:hidden;box-shadow:0 3px 12px #0000002e}.payment-icon svg{display:block;width:100%;height:100%}@media(max-width:749px){.footer-payments{align-items:flex-start;flex-direction:column;gap:10px}.payment-icons{justify-content:flex-start;gap:7px}.payment-icon{width:49px;height:31px}}.payment-icons--cod-only{display:flex;align-items:center;justify-content:center}.payment-icon--cod-only{width:260px;height:56px;border-radius:12px;box-shadow:0 4px 14px #0003}@media(max-width:749px){.payment-icons--cod-only{width:100%;justify-content:flex-start}.payment-icon--cod-only{width:min(100%,230px);height:auto;aspect-ratio:260/56}}.payment-icons--cod-only{display:flex;width:100%;justify-content:center}.cod-payment-card{display:flex;align-items:center;gap:12px;width:min(100%,320px);min-height:64px;padding:10px 14px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:#fff;color:#111827;box-shadow:0 4px 14px #0000002e}.cod-payment-card__icon{flex:0 0 48px;width:48px;height:36px;display:inline-flex;align-items:center;justify-content:center}.cod-payment-card__icon svg{display:block;width:48px;height:36px}.cod-payment-card__content{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:3px;line-height:1.2}.cod-payment-card__content strong{display:block;font-size:14px;font-weight:900;color:#111827;white-space:normal}.cod-payment-card__content small{display:block;font-size:11px;font-weight:600;line-height:1.35;color:#4b5563;white-space:normal}@media(max-width:749px){.payment-icons--cod-only{justify-content:flex-start}.cod-payment-card{width:100%;max-width:285px;min-height:60px;gap:10px;padding:9px 11px}.cod-payment-card__icon{flex-basis:42px;width:42px;height:32px}.cod-payment-card__icon svg{width:42px;height:32px}.cod-payment-card__content strong{font-size:13px}.cod-payment-card__content small{font-size:10px}}.product-card{display:flex;flex-direction:column;min-height:100%}.product-card__link{flex:1 1 auto;min-height:100%}.product-card .product-info{display:flex;flex-direction:column;flex:1 1 auto}.product-card .product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.76em;max-height:2.76em;text-wrap:balance}.product-card .product-price-row{margin-top:auto;padding-top:10px;min-height:38px;align-items:baseline}.product-card .product-media{display:grid;place-items:center;overflow:hidden;background:#fafafa}.product-card .product-media img{width:100%;height:100%;object-fit:contain;object-position:center}@media(hover:hover)and (pointer:fine){.product-card{will-change:transform}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #0000001a}.product-card:hover .product-media img{transform:scale(1.018)}}.product-card:focus-within{border-color:#ed1c248c;box-shadow:0 0 0 3px #ed1c241a}.product-description-expanded,.product-description,.rte{min-width:0;overflow-wrap:anywhere;word-break:normal}.rte table{width:100%;max-width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:10px}.rte th,.rte td{overflow-wrap:anywhere;vertical-align:top}.rte img,.rte iframe,.rte video{max-width:100%;height:auto}@media(max-width:749px){.product-card .product-title{min-height:2.7em;max-height:2.7em}.product-card .product-price-row{min-height:34px;padding-top:7px}.rte{font-size:max(14px,1em);line-height:1.7}.rte table{font-size:12px}.rte th,.rte td{padding:9px 8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.product-card__actions{position:absolute;z-index:6;inset-inline:12px;inset-block-end:12px;display:flex;justify-content:center;align-items:center;gap:10px;opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.product-card__add-form{margin:0}.product-card__action{min-height:40px;padding:9px 15px;border:0;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font:inherit;font-size:14px;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 8px 22px #00000024;white-space:nowrap}.product-card__action svg{width:17px;height:17px}.product-card__action--view{background:#fff;color:#111}.product-card__action--add{background:var(--red);color:#fff}.product-card__action:disabled{cursor:not-allowed;opacity:.65}.product-card:hover .product-card__actions,.product-card:focus-within .product-card__actions,.product-card.is-actions-visible .product-card__actions{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.product-card__quick{display:none!important}@media(hover:hover)and (pointer:fine){.product-card__actions{opacity:0;visibility:hidden;pointer-events:none}.product-card:hover .product-card__actions,.product-card:focus-within .product-card__actions{opacity:1;visibility:visible;pointer-events:auto}}@media(hover:none),(pointer:coarse){.product-card__actions{inset-inline:7px;inset-block-end:7px;gap:6px}.product-card__action{min-height:34px;padding:7px 10px;border-radius:9px;font-size:11px;gap:5px}.product-card__action svg{width:14px;height:14px}}.announcement{display:block;overflow:hidden;background:#ed0014;color:#fff;padding:0;text-decoration:none;font-weight:800;letter-spacing:0}.announcement__track{min-height:42px;padding:8px 18px;display:flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap;font-size:18px;line-height:1.25}.announcement__item{display:inline-flex;align-items:center;gap:7px}.announcement__separator{font-weight:900}.product-card .product-media{position:relative;isolation:isolate}.product-card .product-card__actions{position:absolute;left:50%;right:auto;bottom:12px;inset-inline:auto;inset-block-end:auto;width:max-content;max-width:calc(100% - 20px);transform:translate(-50%,10px)}.product-card:hover .product-card__actions,.product-card:focus-within .product-card__actions,.product-card.is-actions-visible .product-card__actions{transform:translate(-50%)}@media(max-width:749px){.announcement__track{width:max-content;min-width:100%;min-height:38px;justify-content:flex-start;padding:7px 14px;gap:10px;font-size:14px;animation:simotek-announcement-scroll 14s linear infinite}.announcement:hover .announcement__track,.announcement:focus-within .announcement__track{animation-play-state:paused}.product-card .product-card__actions{bottom:8px;max-width:calc(100% - 14px)}}@keyframes simotek-announcement-scroll{0%,12%{transform:translate(0)}88%,to{transform:translate(calc(-100% + 100vw))}}@media(prefers-reduced-motion:reduce){.announcement__track{animation:none!important}}.product-card .product-media .product-card__actions{display:none!important}.product-card .product-info .product-card__actions{position:static;inset:auto;width:100%;max-width:none;min-height:52px;margin:10px 0 4px;display:flex;justify-content:center;align-items:center;gap:10px;opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.product-card:hover .product-info .product-card__actions,.product-card:focus-within .product-info .product-card__actions,.product-card.is-actions-visible .product-info .product-card__actions{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.product-card .product-info .product-price-row{margin-top:auto}@media(max-width:749px){.product-card .product-info .product-card__actions{min-height:44px;margin:7px 0 2px;gap:6px}}.product-card{border-color:#e5e7eb;border-radius:18px;box-shadow:0 2px 10px #1118270b;transform:translateZ(0)}@media(hover:hover)and (pointer:fine){.product-card:hover{transform:translateY(-3px);border-color:#d9dde3;box-shadow:0 12px 28px #11182717}}.product-card__link{min-height:100%}.product-card .product-info{display:flex;flex:1 1 auto;flex-direction:column}.product-card .product-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:2.75em;max-height:2.75em;margin-bottom:0}.product-card .product-price-row{min-height:38px;display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;padding-top:4px}.product-card .product-info .product-card__actions{min-height:46px;margin:6px 0 2px;gap:8px;transform:translateY(4px)}.product-card__action{min-height:38px;padding:8px 13px;border-radius:10px;box-shadow:0 7px 18px #0000001f;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,opacity .18s ease}.product-card__action:hover,.product-card__action:focus-visible{transform:translateY(-1px);box-shadow:0 9px 22px #00000029}.product-card__action--view:hover,.product-card__action--view:focus-visible{background:#f5f6f8}.product-card__action--add:hover,.product-card__action--add:focus-visible{background:#cf0012}.product-card__badges{top:12px;left:12px;gap:6px}.product-card__badges .badge,.product-card__badges .badge-new{min-height:25px;padding:5px 10px;border-radius:999px;font-size:11px;line-height:1;font-weight:900;letter-spacing:.01em;box-shadow:0 3px 10px #00000014}.product-card__wishlist{top:12px;right:12px;width:40px;height:40px;box-shadow:0 5px 16px #11182717}.announcement__track{min-height:40px;font-size:16px}@media(max-width:749px){.announcement__track{min-height:36px;padding:7px 12px;font-size:13px;gap:9px;animation-duration:20s}.product-card{border-radius:15px;box-shadow:0 2px 8px #1118270b}.product-card .product-info{padding:12px}.product-card .product-title{font-size:13px;line-height:1.35;min-height:2.7em;max-height:2.7em}.product-card .product-info .product-card__actions{min-height:40px;margin:5px 0 1px;gap:5px}.product-card__action{min-height:32px;padding:7px 9px;border-radius:8px;font-size:10px}.product-card__action svg{width:13px;height:13px}.product-card .price{font-size:15px;line-height:1.15}.product-card .compare{font-size:10px;line-height:1.2}.product-card .product-price-row{min-height:31px;gap:4px;padding-top:3px}.product-card__badges{top:9px;left:9px;gap:4px}.product-card__badges .badge,.product-card__badges .badge-new{min-height:22px;padding:4px 8px;font-size:9px}.product-card__wishlist{top:9px;right:9px;width:34px;height:34px}}@media screen and (max-width:749px){.simotek-categories .category-grid[data-category-loop]{scroll-behavior:auto}.simotek-categories .category-grid[data-category-loop]>[data-loop-clone]{pointer-events:none;-webkit-user-select:none;user-select:none}}@media(prefers-reduced-motion:reduce){.simotek-categories .category-grid[data-category-loop]{scroll-behavior:auto!important}}.template-index .hero-simotek,.template-index .hero-simotek__media,.template-index .hero-simotek__media picture{display:block;width:100%;min-height:0;overflow:visible;background:#050505}.template-index .hero-simotek__media img{display:block;width:100%;height:auto!important;min-height:0;max-height:none!important;object-fit:contain!important;object-position:center top!important}@media(max-width:749px){.template-index .hero-simotek__media img{width:100%;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center top!important}}.template-index .hero-simotek{position:relative;width:100vw;max-width:none;margin-inline:calc(50% - 50vw);padding:0;overflow:hidden;background:#000;line-height:0}.template-index .hero-simotek__media,.template-index .hero-simotek__media picture{display:block;width:100%;max-width:none;margin:0;padding:0}.template-index .hero-simotek__media img,.template-index .hero-simotek__image{display:block;width:100%;max-width:none;height:auto;aspect-ratio:16 / 9;object-fit:contain;object-position:center center;margin:0;padding:0;border:0}@media screen and (max-width:749px){.template-index .hero-simotek{width:100%;margin-inline:0}.template-index .hero-simotek__media img,.template-index .hero-simotek__image{width:100%;height:auto;aspect-ratio:9 / 16;object-fit:contain;object-position:center top}}.simotek-stock-live{display:flex;align-items:center;gap:7px;margin:8px 0 5px;font-size:12px;font-weight:700;color:#106b39}.simotek-stock-live__dot{width:9px;height:9px;border-radius:50%;background:#16a34a;box-shadow:0 0 #16a34a8c;animation:simotek-stock-pulse 1.45s infinite}@keyframes simotek-stock-pulse{0%{box-shadow:0 0 #16a34a8c}70%{box-shadow:0 0 0 7px #16a34a00}to{box-shadow:0 0 #16a34a00}}.simotek-selling-fast{overflow:hidden;margin:3px 0 9px;border-radius:7px;background:#fff5f6;color:#c9000c;font-size:11px;font-weight:800;white-space:nowrap}.simotek-selling-fast__track{display:inline-flex;align-items:center;gap:10px;min-width:max-content;padding:5px 8px;animation:simotek-selling-marquee 8s linear infinite}[dir=rtl] .simotek-selling-fast__track{animation-name:simotek-selling-marquee-rtl}@keyframes simotek-selling-marquee{0%{transform:translate(0)}to{transform:translate(-45%)}}@keyframes simotek-selling-marquee-rtl{0%{transform:translate(0)}to{transform:translate(45%)}}@media(max-width:749px){.simotek-stock-live{font-size:10.5px;margin-top:6px}.simotek-selling-fast{font-size:9.5px;margin-bottom:7px}.simotek-selling-fast__track{padding:4px 6px}}@media(prefers-reduced-motion:reduce){.simotek-stock-live__dot,.simotek-selling-fast__track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/84/assets/base.css.map */
