.zo-collection-grid-v3{position:relative;z-index:0;width:100%;overflow-x:clip;padding:clamp(32px,4vw,64px) 0;background:var(--zcg-bg);color:var(--zcg-text);font-family:var(--font-body-family),Tahoma,Arial,sans-serif}.zo-collection-grid-v3 *,.zo-collection-grid-v3 *:before,.zo-collection-grid-v3 *:after{box-sizing:border-box}.zo-collection-grid-v3 a{color:inherit;text-decoration:none}.zo-collection-grid-v3 button,.zo-collection-grid-v3 input,.zo-collection-grid-v3 select{font-family:inherit}.zo-collection-grid-v3__container{position:static;width:min(var(--zcg-content-width),calc(100% - 48px));max-width:none;margin-inline:auto;transform:none}.zo-collection-grid-v3__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--zcg-border)}.zo-collection-grid-v3__count{display:flex;align-items:baseline;gap:8px;color:var(--zcg-muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.zo-collection-grid-v3__count strong{color:var(--zcg-text);font-size:30px;line-height:1}.zo-collection-grid-v3__sort{display:flex;align-items:center;gap:12px}.zo-collection-grid-v3__sort label{color:var(--zcg-muted);font-size:12px}.zo-collection-grid-v3__select{position:relative;width:220px}.zo-collection-grid-v3__select select{-webkit-appearance:none;appearance:none;width:100%;height:46px;padding-block:0;padding-inline:14px 42px;border:1px solid var(--zcg-border);border-radius:0;background:#fff;color:#111318;cursor:pointer}.zo-collection-grid-v3__select>span{position:absolute;top:50%;inset-inline-end:14px;transform:translateY(-55%);pointer-events:none}.zo-collection-grid-v3__active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.zo-collection-grid-v3__pill{display:inline-flex;align-items:center;gap:10px;min-height:34px;padding:7px 11px;border:1px solid var(--zcg-accent);background:color-mix(in srgb,var(--zcg-accent),transparent 90%);font-size:12px}.zo-collection-grid-v3__layout{display:grid;grid-template-columns:230px minmax(0,1fr);align-items:start;gap:24px}.zo-collection-grid-v3__layout.is-filterless{grid-template-columns:minmax(0,1fr)}.zo-collection-grid-v3__filters{position:sticky;top:24px;border-top:3px solid var(--zcg-accent);background:var(--zcg-panel)}.zo-collection-grid-v3__filters>summary{display:none}.zo-collection-grid-v3__filter-form{padding:14px}.zo-collection-grid-v3__filter-group{border-bottom:1px solid var(--zcg-border)}.zo-collection-grid-v3__filter-group>summary{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;min-height:48px;cursor:pointer;list-style:none;font-size:12px;font-weight:800}.zo-collection-grid-v3__filter-group>summary::-webkit-details-marker,.zo-collection-grid-v3__filters>summary::-webkit-details-marker{display:none}.zo-collection-grid-v3__filter-group>summary small{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:var(--zcg-accent);color:#fff;font-size:9px}.zo-collection-grid-v3__filter-group>summary>span:last-child{color:var(--zcg-accent);font-size:18px;transition:transform .2s ease}.zo-collection-grid-v3__filter-group[open]>summary>span:last-child{transform:rotate(45deg)}.zo-collection-grid-v3__filter-options{display:grid;gap:10px;padding:4px 0 14px}.zo-collection-grid-v3__check{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;cursor:pointer;font-size:12px}.zo-collection-grid-v3__check input{position:absolute;opacity:0;pointer-events:none}.zo-collection-grid-v3__checkbox{display:grid;place-items:center;width:16px;height:16px;border:1px solid var(--zcg-border);background:#fff}.zo-collection-grid-v3__check input:checked+.zo-collection-grid-v3__checkbox{border-color:var(--zcg-accent);background:var(--zcg-accent)}.zo-collection-grid-v3__check input:checked+.zo-collection-grid-v3__checkbox:after{content:"\2713";color:#fff;font-size:11px;line-height:1}.zo-collection-grid-v3__check small{color:var(--zcg-muted);font-size:10px}.zo-collection-grid-v3__check.is-disabled{opacity:.35;cursor:not-allowed}.zo-collection-grid-v3__price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.zo-collection-grid-v3__price-range label{display:grid;gap:5px;color:var(--zcg-muted);font-size:10px}.zo-collection-grid-v3__price-range input{width:100%;min-width:0;height:38px;padding:0 8px;border:1px solid var(--zcg-border);border-radius:0;background:#fff;color:var(--zcg-text)}.zo-collection-grid-v3__filter-actions{display:grid;gap:8px;padding-top:16px}.zo-collection-grid-v3__filter-actions button,.zo-collection-grid-v3__filter-actions a,.zo-collection-grid-v3__empty a{display:grid;place-items:center;min-height:44px;border:1px solid var(--zcg-accent);border-radius:0;background:var(--zcg-accent);color:#fff;font-size:11px;font-weight:800;cursor:pointer}.zo-collection-grid-v3__filter-actions a{background:transparent;color:var(--zcg-text)}.zo-collection-grid-v3__products{display:grid;grid-template-columns:repeat(var(--zcg-columns),minmax(0,1fr));gap:8px}.zo-product-card-v3{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;background:var(--zcg-card);transition:transform .25s ease,box-shadow .25s ease;view-transition-name:var(--zcg-product-transition)}.zo-product-card-v3:hover{transform:translateY(-3px);box-shadow:0 16px 34px #0000001f}.zo-product-card-v3__media{position:relative;display:grid;place-items:center;aspect-ratio:1 / 1;overflow:hidden;background:var(--zcg-card)}.zo-product-card-v3__media img,.zo-product-card-v3__placeholder{width:100%;height:100%;object-fit:contain;transform:scale(var(--zcg-image-zoom));transition:transform .3s ease}.zo-product-card-v3:hover .zo-product-card-v3__media img{transform:scale(calc(var(--zcg-image-zoom) + .05))}.zo-product-card-v3__top-badges,.zo-product-card-v3__bottom-badges{position:absolute;z-index:2;display:flex;flex-wrap:wrap;gap:5px;max-width:calc(100% - 16px)}.zo-product-card-v3__top-badges{top:8px;inset-inline-end:8px}.zo-product-card-v3__bottom-badges{bottom:8px;inset-inline-start:8px}.zo-product-card-v3__badge{padding:5px 7px;background:#343941;color:#fff;font-size:8px;font-weight:900;letter-spacing:.06em;line-height:1;text-transform:uppercase}.zo-product-card-v3__top-badges .zo-product-card-v3__badge,.zo-product-card-v3__top-badges .zo-product-card-v3__badge.is-aftermarket,.zo-product-card-v3__top-badges .zo-product-card-v3__badge.is-genuine,.zo-product-card-v3__top-badges .zo-product-card-v3__badge.is-used{padding:7px 10px;background:#343941;color:#fff;font-size:11px;line-height:1.1}.zo-product-card-v3__badge.is-genuine{background:#087b55}.zo-product-card-v3__badge.is-used{background:#5a4e84}.zo-product-card-v3__badge.is-sale{background:var(--zcg-accent)}.zo-product-card-v3__badge.is-sold{border:1px solid #111318;background:#fff;color:#111318}.zo-product-card-v3__info{display:flex;min-height:104px;flex:1;flex-direction:column;padding:11px 13px;background:var(--zcg-info);color:#fff;text-align:start}.zo-product-card-v3__vendor{margin:0 0 4px;color:color-mix(in srgb,#fff,transparent 32%);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.zo-product-card-v3__title{display:-webkit-box;min-height:2.4em;margin:0 0 7px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:15px;font-weight:900;line-height:1.2}.zo-product-card-v3__title a{color:#fff}.zo-product-card-v3__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.zo-product-card-v3__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto}.zo-product-card-v3__price{display:grid;gap:3px}.zo-product-card-v3__price strong{color:#111318;font-size:15px}.zo-product-card-v3__price s{color:color-mix(in srgb,#fff,transparent 45%);font-size:10px}.zo-product-card-v3__arrow{position:relative;z-index:1;display:grid;flex:0 0 32px;place-items:center;width:32px;height:32px;border-radius:50%;background:#111318;color:#fff}.zo-product-card-v3.is-sold-out .zo-product-card-v3__media img{opacity:.65;filter:grayscale(.2)}.zo-collection-grid-v3__empty{display:grid;min-height:420px;place-content:center;justify-items:center;gap:18px;border:1px solid var(--zcg-border);background:var(--zcg-panel);text-align:center}.zo-collection-grid-v3__empty h2{margin:0}.zo-collection-grid-v3__empty a{min-width:150px;padding-inline:18px}.zo-collection-grid-v3__pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;margin-top:34px}.zo-collection-grid-v3__pagination a,.zo-collection-grid-v3__pagination span{display:grid;min-width:38px;height:38px;place-items:center;border:1px solid var(--zcg-border);background:#fff;font-size:12px}.zo-collection-grid-v3__pagination a:hover,.zo-collection-grid-v3__pagination .is-current{border-color:var(--zcg-accent);background:var(--zcg-accent);color:#fff}@media(max-width:1280px){.zo-collection-grid-v3__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.zo-collection-grid-v3__container{width:min(var(--zcg-content-width),calc(100% - 28px))}.zo-collection-grid-v3__layout{display:block}.zo-collection-grid-v3__filters{position:static;margin-bottom:18px;border:1px solid var(--zcg-border);border-top:3px solid var(--zcg-accent)}.zo-collection-grid-v3__filters>summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:54px;padding:0 16px;cursor:pointer;list-style:none}.zo-collection-grid-v3__filter-icon{display:grid;gap:3px;width:18px}.zo-collection-grid-v3__filter-icon i{display:block;width:100%;height:1px;background:var(--zcg-accent)}.zo-collection-grid-v3__filter-icon i:nth-child(2){width:70%}.zo-collection-grid-v3__filter-icon i:nth-child(3){width:40%}.zo-collection-grid-v3__summary-arrow{transition:transform .2s ease}.zo-collection-grid-v3__filters[open] .zo-collection-grid-v3__summary-arrow{transform:rotate(180deg)}.zo-collection-grid-v3__filter-form{border-top:1px solid var(--zcg-border)}}@media(max-width:680px){.zo-collection-grid-v3{padding-block:28px 44px}.zo-collection-grid-v3__container{width:calc(100% - 20px)}.zo-collection-grid-v3__toolbar{align-items:center;gap:10px}.zo-collection-grid-v3__count strong{font-size:21px}.zo-collection-grid-v3__count span,.zo-collection-grid-v3__sort label{display:none}.zo-collection-grid-v3__sort{flex:1;justify-content:flex-end}.zo-collection-grid-v3__select{width:min(200px,100%)}.zo-collection-grid-v3__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.zo-product-card-v3__media img,.zo-product-card-v3__placeholder,.zo-product-card-v3:hover .zo-product-card-v3__media img{transform:scale(var(--zcg-mobile-image-zoom))}.zo-product-card-v3__top-badges{top:6px;inset-inline-end:6px}.zo-product-card-v3__bottom-badges{bottom:6px;inset-inline-start:6px}.zo-product-card-v3__badge{padding:4px 5px;font-size:7px}.zo-product-card-v3__top-badges .zo-product-card-v3__badge{padding:6px 8px;font-size:10px}.zo-product-card-v3__info{min-height:105px;padding:9px}.zo-product-card-v3__vendor{font-size:8px}.zo-product-card-v3__title{min-height:2.5em;font-size:13px;line-height:1.25}.zo-product-card-v3__price strong{font-size:13px}.zo-product-card-v3__arrow{flex-basis:28px;width:28px;height:28px;font-size:12px}}@media(max-width:350px){.zo-collection-grid-v3__products{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.zo-product-card-v3,.zo-product-card-v3__media img{transition:none}}.zo-cart{display:block;padding:var(--zoc-top) 0 var(--zoc-bottom);overflow:hidden;background:var(--zoc-bg);box-shadow:0 0 0 100vmax var(--zoc-bg);clip-path:inset(0 -100vmax);color:var(--zoc-text);font-family:inherit}.zo-cart *,.zo-cart *:before,.zo-cart *:after{box-sizing:border-box}.zo-cart a{color:inherit;text-decoration:none}.zo-cart button,.zo-cart input,.zo-cart textarea{font-family:inherit}.zo-cart.is-updating{cursor:wait}.zo-cart.is-updating .zo-cart__quantity,.zo-cart.is-updating .zo-cart__update,.zo-cart.is-updating .zo-cart__remove{opacity:.55;pointer-events:none}.zo-cart.is-updating .zo-cart__summary,.zo-cart.is-updating .zo-cart__shipping{transition:opacity .18s ease;opacity:.82}.zo-cart__container{position:relative;left:50%;width:min(var(--zoc-width),calc(100vw - 48px));transform:translate(-50%)}.zo-cart__header{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--zoc-border)}.zo-cart__kicker,.zo-cart__summary-kicker{display:block;margin-bottom:8px;color:var(--zoc-accent);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.zo-cart__header h1,.zo-cart__empty h1{margin:0;font-size:clamp(36px,5vw,62px);line-height:.95}.zo-cart__header p{margin:10px 0 0;color:var(--zoc-muted);font-size:13px}.zo-cart__header>a{display:inline-flex;min-height:42px;align-items:center;gap:12px;padding:0 16px;border:1px solid var(--zoc-border);border-radius:999px;background:var(--zoc-card);font-size:11px;font-weight:900;text-transform:uppercase}.zo-cart__header>a span{color:var(--zoc-accent);font-size:17px}.zo-cart__shipping{margin-bottom:22px;padding:15px 18px;border:1px solid var(--zoc-border);border-radius:11px;background:var(--zoc-card)}.zo-cart__shipping-copy{display:flex;align-items:center;gap:10px;margin-bottom:11px;font-size:12px}.zo-cart__shipping-copy>span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--zoc-accent);color:#fff}.zo-cart__shipping.is-complete .zo-cart__shipping-copy>span{background:var(--zoc-success)}.zo-cart__progress{height:5px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--zoc-border),transparent 25%)}.zo-cart__progress i{display:block;height:100%;border-radius:inherit;background:var(--zoc-accent);transition:width .3s ease}.zo-cart__shipping.is-complete .zo-cart__progress i{background:var(--zoc-success)}.zo-cart__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,410px);align-items:start;gap:clamp(24px,4vw,58px)}.zo-cart__items{display:grid;gap:12px}.zo-cart__item{display:grid;grid-template-columns:150px minmax(210px,1fr) 110px 126px 120px;align-items:center;gap:18px;padding:14px;border:1px solid var(--zoc-border);border-radius:13px;background:var(--zoc-card);box-shadow:0 10px 28px #1113180b}.zo-cart__media{display:grid;aspect-ratio:1 / 1;overflow:hidden;place-items:center;border-radius:9px;background:linear-gradient(145deg,#fff,#f0f2f4)}.zo-cart__media img,.zo-cart__placeholder{width:100%;height:100%;object-fit:contain;transform:scale(1.35)}.zo-cart__item-info{min-width:0}.zo-cart__vendor{display:block;margin-bottom:6px;color:var(--zoc-accent);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.zo-cart__item-info h2{margin:0 0 8px;font-size:16px;line-height:1.25}.zo-cart__variant,.zo-cart__property,.zo-cart__discount{margin:4px 0 0;color:var(--zoc-muted);font-size:11px}.zo-cart__discount{color:var(--zoc-success);font-weight:800}.zo-cart__unit-price,.zo-cart__line-total,.zo-cart__quantity-wrap{display:grid;gap:7px}.zo-cart__unit-price>span,.zo-cart__line-total>span,.zo-cart__quantity-wrap>span{color:var(--zoc-muted);font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.zo-cart__unit-price strong,.zo-cart__line-total strong{font-size:14px}.zo-cart__unit-price s,.zo-cart__line-total s{color:var(--zoc-muted);font-size:10px}.zo-cart__quantity{display:grid;grid-template-columns:34px 1fr 34px;width:118px;height:42px;overflow:hidden;border:1px solid var(--zoc-border);border-radius:8px;background:#fff}.zo-cart__quantity button{padding:0;border:0;background:transparent;color:var(--zoc-text);font-size:16px;cursor:pointer}.zo-cart__quantity input{width:100%;min-width:0;padding:0;border:0;background:transparent;color:var(--zoc-text);text-align:center;-moz-appearance:textfield}.zo-cart__quantity input::-webkit-outer-spin-button,.zo-cart__quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.zo-cart__remove{color:var(--zoc-accent);font-size:9px;font-weight:800;text-decoration:underline}.zo-cart__mobile-price{display:none}.zo-cart__update{justify-self:end;min-height:42px;padding:0 18px;border:1px solid var(--zoc-text);border-radius:8px;background:transparent;color:var(--zoc-text);font-size:10px;font-weight:900;text-transform:uppercase;cursor:pointer}.zo-cart__summary{position:sticky;top:24px;overflow:hidden;padding:28px;border-top:4px solid var(--zoc-accent);border-radius:14px;background:var(--zoc-summary);color:var(--zoc-summary-text);box-shadow:0 20px 50px #080a0d33}.zo-cart__summary h2{margin:0 0 24px;color:var(--zoc-summary-text);font-size:32px;line-height:1}.zo-cart__summary-lines{display:grid;gap:13px;padding:18px 0;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.zo-cart__summary-lines>div{display:flex;justify-content:space-between;gap:20px;color:#b8bdc6;font-size:12px}.zo-cart__summary-lines .is-saving strong{color:#53d99a}.zo-cart__summary-lines .is-total{margin-top:6px;color:var(--zoc-summary-text);font-size:15px;font-weight:900}.zo-cart__summary-lines .is-total strong{color:var(--zoc-accent)}.zo-cart__tax{margin:14px 0;color:#969da8;font-size:10px;line-height:1.5}.zo-cart__note{margin-bottom:14px;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.zo-cart__note summary{display:flex;min-height:46px;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-size:11px;font-weight:800}.zo-cart__note summary::-webkit-details-marker{display:none}.zo-cart__note summary span:last-child{color:var(--zoc-accent);font-size:18px}.zo-cart__note textarea{width:100%;margin-bottom:14px;padding:11px;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:#171a1f;color:var(--zoc-summary-text);resize:vertical}.zo-cart__checkout{display:flex;width:100%;min-height:56px;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border:0;border-radius:9px;background:var(--zoc-accent);color:#fff;font-size:13px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;box-shadow:0 12px 28px color-mix(in srgb,var(--zoc-accent),transparent 68%)}.zo-cart__checkout span:last-child{font-size:19px}.zo-cart__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:18px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#ffffff1f}.zo-cart__trust>div{display:grid;min-height:70px;place-content:center;justify-items:center;gap:7px;padding:8px 5px;background:var(--zoc-summary);color:#aeb4bd;text-align:center}.zo-cart__trust span{color:var(--zoc-accent)}.zo-cart__trust strong{font-size:7px;line-height:1.3;text-transform:uppercase}.zo-cart__errors{margin-bottom:16px;padding:12px;border:1px solid var(--zoc-accent);background:color-mix(in srgb,var(--zoc-accent),transparent 92%)}.zo-cart__empty{display:grid;min-height:520px;place-content:center;justify-items:center;padding:50px 20px;text-align:center}.zo-cart__empty-icon{display:grid;width:86px;height:86px;margin-bottom:24px;place-items:center;border:2px solid var(--zoc-accent);border-radius:50%;color:var(--zoc-accent);font-size:30px;font-weight:900}.zo-cart__empty p{max-width:480px;margin:18px auto 24px;color:var(--zoc-muted)}.zo-cart__empty>a{display:inline-flex;min-height:52px;align-items:center;gap:18px;padding:0 20px;border-radius:8px;background:var(--zoc-accent);color:#fff;font-size:12px;font-weight:900;text-transform:uppercase}@media(max-width:1200px){.zo-cart__layout{grid-template-columns:minmax(0,1fr) 340px;gap:24px}.zo-cart__item{grid-template-columns:120px minmax(180px,1fr) 108px 120px}.zo-cart__unit-price{display:none}}@media(max-width:900px){.zo-cart{padding-top:22px;padding-bottom:34px}.zo-cart__container{left:auto;width:calc(100% - 18px);margin-inline:auto;transform:none}.zo-cart__header{align-items:center;margin-bottom:15px;padding-bottom:14px}.zo-cart__header h1,.zo-cart__empty h1{font-size:34px}.zo-cart__header p{margin-top:7px;font-size:11px}.zo-cart__header>a{width:42px;min-height:42px;justify-content:center;padding:0;overflow:hidden;font-size:0}.zo-cart__header>a span{font-size:18px}.zo-cart__shipping{margin-bottom:14px;padding:12px}.zo-cart__shipping-copy{font-size:10px}.zo-cart__layout{display:block}.zo-cart__item{grid-template-columns:94px minmax(0,1fr) 96px;gap:10px;padding:9px;border-radius:10px}.zo-cart__media{grid-row:span 2}.zo-cart__media img,.zo-cart__placeholder{transform:scale(1.45)}.zo-cart__vendor{margin-bottom:3px;font-size:7px}.zo-cart__item-info h2{margin-bottom:4px;font-size:12px;line-height:1.25}.zo-cart__variant,.zo-cart__property,.zo-cart__discount{font-size:9px}.zo-cart__unit-price,.zo-cart__line-total{display:none}.zo-cart__quantity-wrap{align-self:end;justify-items:end}.zo-cart__quantity-wrap>span{display:none}.zo-cart__quantity{grid-template-columns:28px 1fr 28px;width:90px;height:37px}.zo-cart__remove{font-size:8px}.zo-cart__mobile-price{display:flex;align-items:center;gap:7px;margin-top:7px}.zo-cart__mobile-price strong{color:var(--zoc-accent);font-size:12px}.zo-cart__mobile-price s{color:var(--zoc-muted);font-size:9px}.zo-cart__update{min-height:38px;margin-top:2px;font-size:9px}.zo-cart__summary{position:static;margin-top:20px;padding:21px 16px;border-radius:11px}.zo-cart__summary h2{margin-bottom:18px;font-size:27px}.zo-cart__checkout{min-height:52px;font-size:11px}.zo-cart__trust>div{min-height:58px}.zo-cart__empty{min-height:420px}}@media(prefers-reduced-motion:reduce){.zo-cart__progress i{transition:none}}.zo-dodge-grid-v2{position:relative;z-index:0;padding:clamp(32px,4vw,64px) 0;background:var(--v2-bg);box-shadow:0 0 0 100vmax var(--v2-bg);clip-path:inset(0 -100vmax);color:var(--v2-text);font-family:Tahoma,Arial,sans-serif}.zo-dodge-grid-v2 *,.zo-dodge-grid-v2 *:before,.zo-dodge-grid-v2 *:after{box-sizing:border-box}.zo-dodge-grid-v2 a{color:inherit;text-decoration:none}.zo-dodge-grid-v2 button,.zo-dodge-grid-v2 input,.zo-dodge-grid-v2 select{font-family:inherit}.zo-dodge-grid-v2__container{position:relative;left:50%;width:min(var(--v2-content-width),calc(100vw - 48px));max-width:none;transform:translate(-50%)}.zo-dodge-grid-v2__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--v2-border)}.zo-dodge-grid-v2__count{display:flex;align-items:baseline;gap:8px;color:var(--v2-muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.zo-dodge-grid-v2__count strong{color:var(--v2-text);font-size:30px;line-height:1}.zo-dodge-grid-v2__sort{display:flex;align-items:center;gap:12px}.zo-dodge-grid-v2__sort label{color:var(--v2-muted);font-size:12px}.zo-dodge-grid-v2__select{position:relative;width:220px}.zo-dodge-grid-v2__select select{-webkit-appearance:none;appearance:none;width:100%;height:46px;padding:0 42px 0 14px;border:1px solid var(--v2-border);border-radius:0;background:#fff;color:#111318;cursor:pointer}.zo-dodge-grid-v2--rtl .zo-dodge-grid-v2__select select{padding:0 14px 0 42px}.zo-dodge-grid-v2__select>span{position:absolute;top:50%;right:14px;transform:translateY(-55%);pointer-events:none}.zo-dodge-grid-v2--rtl .zo-dodge-grid-v2__select>span{right:auto;left:14px}.zo-dodge-grid-v2__active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.zo-dodge-grid-v2__pill{display:inline-flex;align-items:center;gap:10px;min-height:34px;padding:7px 11px;border:1px solid var(--v2-accent);background:color-mix(in srgb,var(--v2-accent),transparent 90%);font-size:12px}.zo-dodge-grid-v2__layout{display:grid;grid-template-columns:230px minmax(0,1fr);align-items:start;gap:24px}.zo-dodge-grid-v2__layout.is-filterless{grid-template-columns:minmax(0,1fr)}.zo-dodge-grid-v2__filters{position:sticky;top:24px;border-top:3px solid var(--v2-accent);background:var(--v2-panel)}.zo-dodge-grid-v2__filters>summary{display:none}.zo-dodge-grid-v2__filter-form{padding:14px}.zo-dodge-grid-v2__filter-group{border-bottom:1px solid var(--v2-border)}.zo-dodge-grid-v2__filter-group>summary{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;min-height:48px;cursor:pointer;list-style:none;font-size:12px;font-weight:800}.zo-dodge-grid-v2__filter-group>summary::-webkit-details-marker,.zo-dodge-grid-v2__filters>summary::-webkit-details-marker{display:none}.zo-dodge-grid-v2__filter-group>summary small{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:var(--v2-accent);color:#fff;font-size:9px}.zo-dodge-grid-v2__filter-group>summary>span:last-child{color:var(--v2-accent);font-size:18px;transition:transform .2s ease}.zo-dodge-grid-v2__filter-group[open]>summary>span:last-child{transform:rotate(45deg)}.zo-dodge-grid-v2__filter-options{display:grid;gap:10px;padding:4px 0 14px}.zo-dodge-grid-v2__check{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;cursor:pointer;font-size:12px}.zo-dodge-grid-v2__check input{position:absolute;opacity:0;pointer-events:none}.zo-dodge-grid-v2__checkbox{display:grid;place-items:center;width:16px;height:16px;border:1px solid var(--v2-border);background:#fff}.zo-dodge-grid-v2__check input:checked+.zo-dodge-grid-v2__checkbox{border-color:var(--v2-accent);background:var(--v2-accent)}.zo-dodge-grid-v2__check input:checked+.zo-dodge-grid-v2__checkbox:after{content:"\2713";color:#fff;font-size:11px;line-height:1}.zo-dodge-grid-v2__check small{color:var(--v2-muted);font-size:10px}.zo-dodge-grid-v2__check.is-disabled{opacity:.35;cursor:not-allowed}.zo-dodge-grid-v2__price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.zo-dodge-grid-v2__price-range label{display:grid;gap:5px;color:var(--v2-muted);font-size:10px}.zo-dodge-grid-v2__price-range input{width:100%;min-width:0;height:38px;padding:0 8px;border:1px solid var(--v2-border);border-radius:0;background:#fff;color:var(--v2-text)}.zo-dodge-grid-v2__filter-actions{display:grid;gap:8px;padding-top:16px}.zo-dodge-grid-v2__filter-actions button,.zo-dodge-grid-v2__filter-actions a,.zo-dodge-grid-v2__empty a{display:grid;place-items:center;min-height:44px;border:1px solid var(--v2-accent);border-radius:0;background:var(--v2-accent);color:#fff;font-size:11px;font-weight:800;cursor:pointer}.zo-dodge-grid-v2__filter-actions a{background:transparent;color:var(--v2-text)}.zo-dodge-grid-v2__products{display:grid;grid-template-columns:repeat(var(--v2-columns),minmax(0,1fr));gap:8px}.zo-dodge-card-v2{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;background:var(--v2-card);transition:transform .25s ease,box-shadow .25s ease;view-transition-name:var(--v2-product-transition)}.zo-dodge-card-v2:hover{transform:translateY(-3px);box-shadow:0 16px 34px #0000001f}.zo-dodge-card-v2__media{position:relative;display:grid;place-items:center;aspect-ratio:1 / 1;overflow:hidden;background:var(--v2-card)}.zo-dodge-card-v2__media img,.zo-dodge-card-v2__placeholder{width:100%;height:100%;object-fit:contain;transform:scale(var(--v2-image-zoom));transition:transform .3s ease}.zo-dodge-card-v2:hover .zo-dodge-card-v2__media img{transform:scale(calc(var(--v2-image-zoom) + .05))}.zo-dodge-card-v2__top-badges,.zo-dodge-card-v2__bottom-badges{position:absolute;z-index:2;display:flex;flex-wrap:wrap;gap:5px;max-width:calc(100% - 16px)}.zo-dodge-card-v2__top-badges{top:8px;right:8px}.zo-dodge-grid-v2--rtl .zo-dodge-card-v2__top-badges{right:auto;left:8px}.zo-dodge-card-v2__bottom-badges{bottom:8px;left:8px}.zo-dodge-card-v2__badge{padding:5px 7px;background:#343941;color:#fff;font-size:8px;font-weight:900;letter-spacing:.06em;line-height:1;text-transform:uppercase}.zo-dodge-card-v2__badge.is-genuine{background:#087b55}.zo-dodge-card-v2__badge.is-used{background:#5a4e84}.zo-dodge-card-v2__badge.is-sale{background:var(--v2-accent)}.zo-dodge-card-v2__badge.is-sold{border:1px solid #111318;background:#fff;color:#111318}.zo-dodge-card-v2__info{display:flex;min-height:104px;flex:1;flex-direction:column;padding:11px 13px;background:var(--v2-info);color:#fff}.zo-dodge-card-v2__vendor{margin:0 0 4px;color:color-mix(in srgb,#fff,transparent 32%);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.zo-dodge-card-v2__title{display:-webkit-box;min-height:2.4em;margin:0 0 7px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:15px;font-weight:900;line-height:1.2}.zo-dodge-card-v2__title a{color:#fff}.zo-dodge-card-v2__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.zo-dodge-card-v2__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto}.zo-dodge-card-v2__price{display:grid;gap:3px}.zo-dodge-card-v2__price strong{color:#111318;font-size:15px}.zo-dodge-card-v2__price s{color:color-mix(in srgb,#fff,transparent 45%);font-size:10px}.zo-dodge-card-v2__arrow{position:relative;z-index:1;display:grid;flex:0 0 32px;place-items:center;width:32px;height:32px;border-radius:50%;background:#111318;color:#fff}.zo-dodge-card-v2.is-sold-out .zo-dodge-card-v2__media img{opacity:.65;filter:grayscale(.2)}.zo-dodge-grid-v2__empty{display:grid;min-height:420px;place-content:center;justify-items:center;gap:18px;border:1px solid var(--v2-border);background:var(--v2-panel);text-align:center}.zo-dodge-grid-v2__empty h2{margin:0}.zo-dodge-grid-v2__empty a{min-width:150px;padding-inline:18px}.zo-dodge-grid-v2__pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;margin-top:34px}.zo-dodge-grid-v2__pagination a,.zo-dodge-grid-v2__pagination span{display:grid;min-width:38px;height:38px;place-items:center;border:1px solid var(--v2-border);background:#fff;font-size:12px}.zo-dodge-grid-v2__pagination a:hover,.zo-dodge-grid-v2__pagination .is-current{border-color:var(--v2-accent);background:var(--v2-accent);color:#fff}@media(max-width:1280px){.zo-dodge-grid-v2__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.zo-dodge-grid-v2__container{width:min(var(--v2-content-width),calc(100vw - 28px))}.zo-dodge-grid-v2__layout{display:block}.zo-dodge-grid-v2__filters{position:static;margin-bottom:18px;border:1px solid var(--v2-border);border-top:3px solid var(--v2-accent)}.zo-dodge-grid-v2__filters>summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:54px;padding:0 16px;cursor:pointer;list-style:none}.zo-dodge-grid-v2__filter-icon{display:grid;gap:3px;width:18px}.zo-dodge-grid-v2__filter-icon i{display:block;width:100%;height:1px;background:var(--v2-accent)}.zo-dodge-grid-v2__filter-icon i:nth-child(2){width:70%}.zo-dodge-grid-v2__filter-icon i:nth-child(3){width:40%}.zo-dodge-grid-v2__summary-arrow{transition:transform .2s ease}.zo-dodge-grid-v2__filters[open] .zo-dodge-grid-v2__summary-arrow{transform:rotate(180deg)}.zo-dodge-grid-v2__filter-form{border-top:1px solid var(--v2-border)}}@media(max-width:680px){.zo-dodge-grid-v2{padding-block:28px 44px}.zo-dodge-grid-v2__container{width:calc(100vw - 20px)}.zo-dodge-grid-v2__toolbar{align-items:center;gap:10px}.zo-dodge-grid-v2__count strong{font-size:21px}.zo-dodge-grid-v2__count span,.zo-dodge-grid-v2__sort label{display:none}.zo-dodge-grid-v2__sort{flex:1;justify-content:flex-end}.zo-dodge-grid-v2__select{width:min(200px,100%)}.zo-dodge-grid-v2__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.zo-dodge-card-v2__media img,.zo-dodge-card-v2__placeholder,.zo-dodge-card-v2:hover .zo-dodge-card-v2__media img{transform:scale(var(--v2-mobile-image-zoom))}.zo-dodge-card-v2__top-badges{top:6px;right:6px}.zo-dodge-card-v2__bottom-badges{bottom:6px;left:6px}.zo-dodge-card-v2__badge{padding:4px 5px;font-size:7px}.zo-dodge-card-v2__info{min-height:105px;padding:9px}.zo-dodge-card-v2__vendor{font-size:8px}.zo-dodge-card-v2__title{min-height:2.5em;font-size:13px;line-height:1.25}.zo-dodge-card-v2__price strong{font-size:13px}.zo-dodge-card-v2__arrow{flex-basis:28px;width:28px;height:28px;font-size:12px}}@media(max-width:350px){.zo-dodge-grid-v2__products{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.zo-dodge-card-v2,.zo-dodge-card-v2__media img{transition:none}}html:has(.zo-product-grid),body:has(.zo-product-grid){overflow-x:clip}.zo-product-grid{position:relative;width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw);overflow-x:clip;background:var(--zo-bg);color:var(--zo-text);padding:clamp(32px,5vw,72px) 20px;font-family:Tahoma,Arial,sans-serif}.zo-product-grid *{box-sizing:border-box}.zo-product-grid button,.zo-product-grid input,.zo-product-grid select{font-family:Tahoma,Arial,sans-serif}.zo-product-grid a{color:inherit;text-decoration:none}.zo-product-grid__shell{width:min(1380px,100%);margin:0 auto}.zo-product-grid__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--zo-border)}.zo-product-grid__count{display:flex;align-items:baseline;gap:8px;color:var(--zo-muted);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.zo-product-grid__count strong{color:var(--zo-text);font-size:28px;line-height:1}.zo-product-grid__sort{display:flex;align-items:center;gap:12px}.zo-product-grid__sort label{color:var(--zo-muted);font-size:13px}.zo-product-grid__select-wrap{position:relative;min-width:220px}.zo-product-grid__select-wrap select{-webkit-appearance:none;appearance:none;width:100%;min-height:46px;padding:0 42px 0 14px;border:1px solid var(--zo-border);border-radius:0;background:#fff;color:#0a0d12;font:inherit;cursor:pointer}.zo-product-grid--rtl .zo-product-grid__select-wrap select{padding:0 14px 0 42px}.zo-product-grid__select-wrap>span{position:absolute;top:50%;right:14px;transform:translateY(-55%);pointer-events:none;color:#0a0d12}.zo-product-grid--rtl .zo-product-grid__select-wrap>span{right:auto;left:14px}.zo-product-grid__active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.zo-product-grid__filter-pill{display:inline-flex;align-items:center;gap:10px;min-height:34px;padding:7px 11px;border:1px solid color-mix(in srgb,var(--zo-accent),transparent 45%);background:color-mix(in srgb,var(--zo-accent),transparent 90%);font-size:12px}.zo-product-grid__layout{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:start;gap:clamp(20px,2vw,30px)}.zo-product-grid__filters{position:sticky;top:24px;border-top:3px solid var(--zo-accent);background:var(--zo-card)}.zo-product-grid__filters>summary{display:none}.zo-product-grid__filter-form{padding:18px}.zo-product-grid__filter-group{border-bottom:1px solid var(--zo-border)}.zo-product-grid__filter-group>summary{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;min-height:52px;cursor:pointer;list-style:none;font-size:13px;font-weight:700}.zo-product-grid__filter-group>summary::-webkit-details-marker,.zo-product-grid__filters>summary::-webkit-details-marker{display:none}.zo-product-grid__filter-group>summary small{display:grid;place-items:center;min-width:21px;height:21px;border-radius:50%;background:var(--zo-accent);color:#fff;font-size:10px}.zo-product-grid__filter-group>summary>span:last-child{color:var(--zo-accent);font-size:18px;transition:transform .2s ease}.zo-product-grid__filter-group[open]>summary>span:last-child{transform:rotate(45deg)}.zo-product-grid__filter-options{display:grid;gap:11px;padding:0 0 17px}.zo-product-grid__check{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:9px;color:var(--zo-muted);font-size:12px;cursor:pointer}.zo-product-grid__check.is-disabled{opacity:.45;cursor:not-allowed}.zo-product-grid__check input{position:absolute;opacity:0;pointer-events:none}.zo-product-grid__checkbox{position:relative;width:18px;height:18px;border:1px solid var(--zo-border);background:#fff}.zo-product-grid__check input:checked+.zo-product-grid__checkbox{border-color:var(--zo-accent);background:var(--zo-accent)}.zo-product-grid__check input:checked+.zo-product-grid__checkbox:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.zo-product-grid__price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.zo-product-grid__price-range label{display:grid;gap:6px;color:var(--zo-muted);font-size:11px}.zo-product-grid__price-range input{width:100%;min-height:42px;padding:8px;border:1px solid var(--zo-border);background:#fff;color:#0a0d12;font:inherit}.zo-product-grid__filter-actions{display:grid;gap:10px;padding-top:18px}.zo-product-grid__filter-actions button,.zo-product-grid__filter-actions a,.zo-product-grid__empty a{display:grid;place-items:center;min-height:46px;border:1px solid var(--zo-accent);background:var(--zo-accent);color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.zo-product-grid__filter-actions a{background:transparent;color:var(--zo-text)}.zo-product-grid__products{display:grid;grid-template-columns:repeat(var(--zo-columns),minmax(0,1fr));gap:8px}.zo-product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:0;background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;view-transition-name:var(--product-transition)}.zo-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #0000001f}.zo-product-card__media{position:relative;display:grid;place-items:center;aspect-ratio:1 / 1;padding:4px;background:#fff;overflow:hidden}.zo-product-card__media img,.zo-product-card__placeholder{width:100%;height:100%;object-fit:contain;transform:scale(1.45);transition:transform .35s ease}.zo-product-card:hover .zo-product-card__media img{transform:scale(1.52)}.zo-product-card__badges{position:absolute;display:flex;flex-wrap:wrap;gap:5px;max-width:calc(100% - 20px);z-index:2}.zo-product-card__badges--top{top:10px;right:10px!important;left:auto!important;justify-content:flex-end}.zo-product-card__badges--bottom{bottom:8px;left:10px}.zo-product-card__badge{padding:6px 8px;background:#343941;color:#fff;font-size:9px;font-weight:800;letter-spacing:.06em;line-height:1;text-transform:uppercase}.zo-product-card__badge.is-genuine{background:#087b55}.zo-product-card__badge.is-used{background:#5a4e84}.zo-product-card__badge.is-sale{background:var(--zo-accent)}.zo-product-card__badge.is-sold{border:1px solid #111318;background:#fff;color:#111318}.zo-product-card__body{display:flex;flex:1;flex-direction:column;min-height:104px;padding:10px 14px;background:var(--zo-product-info);color:#fff;border-top:2px solid var(--zo-accent)}.zo-product-card__vendor{margin:0 0 5px;color:color-mix(in srgb,#fff,transparent 38%);font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.zo-product-card__title{display:-webkit-box;min-height:2.4em;margin:0 0 8px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:16px;font-weight:800;line-height:1.2}.zo-product-grid .zo-product-card__title,.zo-product-grid .zo-product-card__title a{color:#fff!important}.zo-product-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.zo-product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.zo-product-card__price{display:grid;gap:4px}.zo-product-card__price strong{color:#111318;font-size:15px}.zo-product-card__price s{color:color-mix(in srgb,#fff,transparent 48%);font-size:11px}.zo-product-card__arrow{position:relative;z-index:1;display:grid;flex:0 0 34px;place-items:center;width:34px;height:34px;border-radius:50%;background:#0b0e12;color:#fff;transition:transform .2s ease}.zo-product-card__arrow:hover{transform:scale(1.08)}.zo-product-card.is-sold-out .zo-product-card__media img{opacity:.68;filter:grayscale(.2)}.zo-product-grid__empty{display:grid;justify-items:center;gap:18px;min-height:420px;place-content:center;border:1px solid var(--zo-border);background:var(--zo-card);text-align:center}.zo-product-grid__empty>span{color:var(--zo-accent);font-size:48px}.zo-product-grid__empty h2{margin:0;font-size:clamp(24px,3vw,40px)}.zo-product-grid__empty a{min-width:180px;padding:0 18px}.zo-product-grid__pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:42px}.zo-product-grid__pagination a,.zo-product-grid__pagination span{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid transparent;font-size:13px}.zo-product-grid__pagination a:hover,.zo-product-grid__pagination .is-current{border-color:var(--zo-accent);background:var(--zo-accent);color:#fff}.zo-product-grid__page-arrow{border-color:var(--zo-border)!important}@media(max-width:1180px){.zo-product-grid__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.zo-product-grid{padding-inline:14px}.zo-product-grid__layout{display:block}.zo-product-grid__filters{display:none!important;position:static;margin-bottom:20px;border:1px solid var(--zo-border);border-top:3px solid var(--zo-accent)}.zo-product-grid__filters>summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:54px;padding:0 16px;cursor:pointer;list-style:none}.zo-product-grid__filter-icon{display:grid;gap:3px;width:18px}.zo-product-grid__filter-icon i{display:block;width:100%;height:1px;background:var(--zo-accent)}.zo-product-grid__filter-icon i:nth-child(2){width:70%}.zo-product-grid__filter-icon i:nth-child(3){width:40%}.zo-product-grid__summary-arrow{transition:transform .2s ease}.zo-product-grid__filters[open] .zo-product-grid__summary-arrow{transform:rotate(180deg)}.zo-product-grid__filter-form{border-top:1px solid var(--zo-border)}}@media(max-width:680px){.zo-product-grid{padding-block:28px 44px;padding-inline:10px}.zo-product-grid__toolbar{align-items:stretch;gap:12px}.zo-product-grid__count{align-self:center;flex:0 0 auto}.zo-product-grid__count strong{font-size:20px}.zo-product-grid__count span{display:none}.zo-product-grid__sort{flex:1;justify-content:flex-end}.zo-product-grid__sort label{display:none}.zo-product-grid__select-wrap{min-width:0;width:min(210px,100%)}.zo-product-grid__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.zo-product-card__media{aspect-ratio:1 / 1;padding:2px}.zo-product-card__media img,.zo-product-card__placeholder{transform:scale(1.3)}.zo-product-card:hover .zo-product-card__media img{transform:scale(1.34)}.zo-product-card__badges{max-width:calc(100% - 12px)}.zo-product-card__badges--top{top:6px;right:6px!important;left:auto!important}.zo-product-card__badges--bottom{bottom:6px;left:6px}.zo-product-card__badge{padding:5px 6px;font-size:8px}.zo-product-card__body{min-height:104px;padding:9px}.zo-product-card__vendor{margin-bottom:4px;font-size:9px}.zo-product-card__title{min-height:2.5em;margin-bottom:7px;font-size:13px;line-height:1.25}.zo-product-card__price strong{font-size:13px}.zo-product-card__price s{font-size:9px}.zo-product-card__arrow{flex-basis:28px;width:28px;height:28px;font-size:12px}.zo-product-grid__pagination{gap:2px;margin-top:30px}.zo-product-grid__pagination a,.zo-product-grid__pagination span{min-width:34px;height:34px;font-size:12px}}@media(max-width:350px){.zo-product-grid__products{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.zo-product-card,.zo-product-card__media img,.zo-product-card__arrow{transition:none}}@media(max-width:560px){.zo-product-v2__container{width:calc(100vw - 16px)}.zo-product-v2__info{padding:18px 14px}.zo-product-v2__title{font-size:27px}.zo-product-v2__specs{grid-template-columns:1fr}.zo-product-v2__purchase-row{grid-template-columns:104px minmax(0,1fr);gap:8px}.zo-product-v2__add-button{padding-inline:12px;font-size:11px}.zo-product-v2__trust{grid-template-columns:1fr}.zo-product-v2__trust>div{grid-template-columns:auto 1fr;min-height:48px;align-items:center;justify-items:start;text-align:start}}.zo-product-v2__grid,.zo-product-v2__grid--balanced{grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:clamp(24px,3.2vw,54px)}.zo-product-v2__stage{overflow:hidden;border-color:#dedbd3;border-radius:22px;box-shadow:0 16px 44px #11131812}.zo-product-v2__slide{aspect-ratio:1.08 / 1}.zo-product-v2__zoom,.zo-product-v2__gallery-arrow{border:0;background:#0b0d10;color:#fff;box-shadow:0 8px 24px #0000002e}.zo-product-v2__thumbnails{grid-auto-columns:88px;gap:10px;margin-top:12px}.zo-product-v2__thumbnail{border-color:#dedbd3;border-radius:12px}.zo-product-v2__info{padding:clamp(25px,2.5vw,38px);overflow:hidden;border:1px solid rgba(255,255,255,.08);border-top:4px solid var(--zop-accent);border-radius:22px;background:var(--zop-card);color:var(--zop-text);box-shadow:0 22px 55px #07080a33}.zo-product-v2__eyebrow{margin-bottom:16px}.zo-product-v2__availability,.zo-product-v2__condition{min-height:26px;border-color:#ffffff29;border-radius:999px}.zo-product-v2__title{max-width:none;margin-bottom:15px;font-size:clamp(27px,2.15vw,36px);letter-spacing:-.025em;line-height:1.12}.zo-product-v2__price-row{padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}.zo-product-v2__price{color:var(--zop-accent);font-size:clamp(27px,2.2vw,36px)}.zo-product-v2__intro{margin-bottom:17px;font-size:13px;line-height:1.65}.zo-product-v2__specs{gap:8px;margin-bottom:18px;border:0;background:transparent}.zo-product-v2__specs>div{padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:#ffffff0e}.zo-product-v2__field select{border-color:#ffffff29;border-radius:10px;background:#171a1f;color:var(--zop-text)}.zo-product-v2__quantity{overflow:hidden;border-color:#ffffff29;border-radius:10px;background:#171a1f}.zo-product-v2__quantity button,.zo-product-v2__quantity input{color:var(--zop-text)}.zo-product-v2__add-button{min-height:54px;border-radius:10px;box-shadow:0 10px 24px color-mix(in srgb,var(--zop-accent),transparent 72%)}.zo-product-v2__whatsapp{min-height:50px;border:1px solid var(--zop-success);border-radius:10px;background:transparent;color:#54dc99}.zo-product-v2__whatsapp:hover{background:color-mix(in srgb,var(--zop-success),transparent 86%)}.zo-product-v2__trust{gap:0;overflow:hidden;border-color:#ffffff1c;border-radius:12px;background:#ffffff0d}.zo-product-v2__trust>div{min-height:66px;border-inline-end:1px solid rgba(255,255,255,.09);background:transparent}.zo-product-v2__details{border-color:#ffffff1f}.zo-product-v2__details details{border-color:#ffffff1f}.zo-product-v2__details summary{min-height:49px}@media(max-width:1100px){.zo-product-v2__grid,.zo-product-v2__grid--balanced{grid-template-columns:minmax(0,1fr) minmax(350px,.82fr);gap:22px}}@media(max-width:900px){.zo-product-v2__info{margin-top:16px;border-radius:18px}.zo-product-v2__slide{aspect-ratio:1.06 / 1}}@media(max-width:560px){.zo-product-v2__stage{border-radius:16px}.zo-product-v2__info{padding:21px 15px}.zo-product-v2__title{font-size:25px}.zo-product-v2__specs{grid-template-columns:repeat(2,minmax(0,1fr))}.zo-product-v2__trust{grid-template-columns:repeat(3,minmax(0,1fr))}.zo-product-v2__trust>div{display:grid;grid-template-columns:1fr;min-height:68px;place-content:center;justify-items:center;text-align:center}}.zo-product-v2{padding:var(--zop-padding-top) 0 var(--zop-padding-bottom);background:var(--zop-bg);box-shadow:0 0 0 100vmax var(--zop-bg);clip-path:inset(0 -100vmax);color:var(--zop-text);font-family:Tahoma,Arial,sans-serif}.zo-product-v2 *,.zo-product-v2 *:before,.zo-product-v2 *:after{box-sizing:border-box}.zo-product-v2 a{color:inherit;text-decoration:none}.zo-product-v2 button,.zo-product-v2 input,.zo-product-v2 select{font-family:inherit}.zo-product-v2__container{position:relative;left:50%;width:min(var(--zop-content-width),calc(100vw - 48px));max-width:none;transform:translate(-50%)}.zo-product-v2__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);align-items:start;gap:clamp(28px,4vw,68px)}.zo-product-v2__grid--balanced{grid-template-columns:minmax(0,1fr) minmax(380px,1fr)}.zo-product-v2__gallery{min-width:0}.zo-product-v2__stage{position:relative;overflow:hidden;border:1px solid var(--zop-border);background:var(--zop-media)}.zo-product-v2__slide{aspect-ratio:1 / 1;min-height:0}.zo-product-v2__slide[hidden]{display:none}.zo-product-v2__slide video,.zo-product-v2__slide iframe,.zo-product-v2__slide model-viewer,.zo-product-v2__placeholder{width:100%;height:100%;object-fit:contain}.zo-product-v2__image-button{position:relative;display:grid;width:100%;height:100%;padding:0;place-items:center;border:0;background:transparent;cursor:zoom-in}.zo-product-v2__image-button img{width:100%;height:100%;object-fit:contain;transform:scale(var(--zop-image-zoom));transition:transform .3s ease}.zo-product-v2__image-button:hover img{transform:scale(calc(var(--zop-image-zoom) + .04))}.zo-product-v2__zoom{position:absolute;top:14px;right:14px;display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--zop-border);border-radius:50%;background:#ffffffeb;color:var(--zop-text);font-size:20px}.zo-product-v2--rtl .zo-product-v2__zoom{right:auto;left:14px}.zo-product-v2__gallery-arrow{position:absolute;top:50%;z-index:2;display:grid;width:42px;height:42px;transform:translateY(-50%);place-items:center;border:1px solid var(--zop-border);border-radius:50%;background:#fffffff0;color:var(--zop-text);cursor:pointer}.zo-product-v2__gallery-arrow.is-previous{left:14px}.zo-product-v2__gallery-arrow.is-next{right:14px}.zo-product-v2__thumbnails{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(84px,108px);gap:8px;margin-top:10px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.zo-product-v2__thumbnail{aspect-ratio:1 / 1;padding:4px;overflow:hidden;border:1px solid var(--zop-border);background:var(--zop-media);cursor:pointer}.zo-product-v2__thumbnail.is-active{border:2px solid var(--zop-accent)}.zo-product-v2__thumbnail img{width:100%;height:100%;object-fit:contain}.zo-product-v2__info{min-width:0;padding:clamp(24px,3vw,42px);border-top:4px solid var(--zop-accent);background:var(--zop-card);box-shadow:0 20px 60px #0d0f1214}.zo-product-v2__info.is-sticky{position:sticky;top:24px}.zo-product-v2__eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px}.zo-product-v2__availability,.zo-product-v2__condition{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:5px 9px;border:1px solid var(--zop-border);color:var(--zop-muted);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.zo-product-v2__availability i{width:7px;height:7px;border-radius:50%;background:var(--zop-success)}.zo-product-v2__availability.is-unavailable i{background:var(--zop-accent)}.zo-product-v2__condition{border-color:var(--zop-accent);background:var(--zop-accent);color:#fff}.zo-product-v2__title{max-width:22ch;margin:0 0 14px;color:var(--zop-text);font-size:clamp(28px,3vw,46px);font-weight:900;letter-spacing:-.035em;line-height:1.02}.zo-product-v2__price-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px}.zo-product-v2__price{color:var(--zop-text);font-size:clamp(24px,2.2vw,34px);line-height:1}.zo-product-v2__compare{color:var(--zop-muted);font-size:15px}.zo-product-v2__compare.is-hidden{display:none}.zo-product-v2__sale{padding:5px 8px;background:var(--zop-accent);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase}.zo-product-v2__intro{margin-bottom:20px;color:var(--zop-muted);font-size:14px;line-height:1.7}.zo-product-v2__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0 0 20px;background:var(--zop-border);border:1px solid var(--zop-border)}.zo-product-v2__specs>div{min-width:0;padding:11px 12px;background:var(--zop-card)}.zo-product-v2__specs dt{margin-bottom:3px;color:var(--zop-muted);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.zo-product-v2__specs dd{margin:0;overflow-wrap:anywhere;color:var(--zop-text);font-size:13px;font-weight:700}.zo-product-v2__form{display:grid;gap:14px}.zo-product-v2__form-errors{padding:10px 12px;border:1px solid var(--zop-accent);background:color-mix(in srgb,var(--zop-accent),transparent 90%);font-size:12px}.zo-product-v2__field{display:grid;gap:7px;font-size:11px;font-weight:800;text-transform:uppercase}.zo-product-v2__field select{width:100%;min-height:48px;padding:0 42px 0 13px;border:1px solid var(--zop-border);border-radius:0;background:#fff;color:var(--zop-text)}.zo-product-v2__purchase-row{display:grid;grid-template-columns:118px minmax(0,1fr);align-items:end;gap:10px}.zo-product-v2__quantity-wrap{display:grid;gap:7px}.zo-product-v2__quantity-wrap>span{font-size:11px;font-weight:800;text-transform:uppercase}.zo-product-v2__quantity{display:grid;grid-template-columns:34px 1fr 34px;height:52px;border:1px solid var(--zop-border);background:#fff}.zo-product-v2__quantity button{padding:0;border:0;background:transparent;color:var(--zop-text);font-size:18px;cursor:pointer}.zo-product-v2__quantity input{width:100%;min-width:0;padding:0;border:0;background:transparent;color:var(--zop-text);text-align:center;-moz-appearance:textfield}.zo-product-v2__quantity input::-webkit-outer-spin-button,.zo-product-v2__quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.zo-product-v2__add-button{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;border:1px solid var(--zop-accent);border-radius:0;background:var(--zop-accent);color:#fff;font-size:13px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,border-color .2s ease}.zo-product-v2__add-button:hover{border-color:var(--zop-accent-dark);background:var(--zop-accent-dark)}.zo-product-v2__add-button:disabled{cursor:not-allowed;opacity:.5}.zo-product-v2__dynamic-checkout{margin-top:2px}.zo-product-v2__whatsapp{display:flex;min-height:48px;align-items:center;justify-content:center;gap:9px;margin-top:12px;padding:10px 16px;background:var(--zop-success);color:#fff;font-size:12px;letter-spacing:.04em;text-align:center;text-transform:uppercase}.zo-product-v2__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:16px;border:1px solid var(--zop-border);background:var(--zop-border)}.zo-product-v2__trust>div{display:grid;min-width:0;min-height:76px;place-content:center;justify-items:center;gap:7px;padding:10px 6px;background:var(--zop-card);color:var(--zop-muted);text-align:center}.zo-product-v2__trust span{color:var(--zop-accent);font-size:18px}.zo-product-v2__trust strong{font-size:9px;line-height:1.3;text-transform:uppercase}.zo-product-v2__details{margin-top:18px;border-top:1px solid var(--zop-border)}.zo-product-v2__details details{border-bottom:1px solid var(--zop-border)}.zo-product-v2__details summary{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;font-size:14px;font-weight:800}.zo-product-v2__details summary::-webkit-details-marker{display:none}.zo-product-v2__details summary>span:last-child{color:var(--zop-accent);font-size:20px;transition:transform .2s ease}.zo-product-v2__details details[open] summary>span:last-child{transform:rotate(45deg)}.zo-product-v2__details-content{padding:0 0 18px;color:var(--zop-muted);font-size:13px;line-height:1.7}.zo-product-v2__details-content>:first-child{margin-top:0}.zo-product-v2__details-content>:last-child{margin-bottom:0}.zo-product-v2__dialog{width:min(1100px,calc(100vw - 32px));max-width:none;max-height:calc(100vh - 32px);padding:48px 20px 20px;border:0;background:#fff}.zo-product-v2__dialog::backdrop{background:#000000c7}.zo-product-v2__dialog img{display:block;width:100%;max-height:calc(100vh - 100px);object-fit:contain}.zo-product-v2__dialog-close{position:absolute;top:10px;right:10px;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--zop-border);border-radius:50%;background:#fff;color:#111318;font-size:22px;cursor:pointer}@media(max-width:1100px){.zo-product-v2__grid,.zo-product-v2__grid--balanced{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:24px}.zo-product-v2__info{padding:24px}.zo-product-v2__title{font-size:clamp(26px,3vw,34px)}}@media(max-width:900px){.zo-product-v2__container{width:calc(100vw - 24px)}.zo-product-v2__grid,.zo-product-v2__grid--balanced{display:block}.zo-product-v2__info{margin-top:14px}.zo-product-v2__info.is-sticky{position:static}.zo-product-v2__image-button img,.zo-product-v2__image-button:hover img{transform:scale(var(--zop-mobile-image-zoom))}}@media(max-width:900px){.zo-product-v2__container{width:calc(100vw - 16px)}.zo-product-v2__info{padding:18px 14px}.zo-product-v2__title{font-size:27px}.zo-product-v2__specs{grid-template-columns:1fr}.zo-product-v2__purchase-row{grid-template-columns:104px minmax(0,1fr);gap:8px}.zo-product-v2__add-button{padding-inline:12px;font-size:11px}.zo-product-v2__trust{grid-template-columns:1fr}.zo-product-v2__trust>div{grid-template-columns:auto 1fr;min-height:48px;align-items:center;justify-items:start;text-align:start}}.zo-product-v2{font-family:inherit}.zo-product-v2__grid,.zo-product-v2__grid--balanced{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:clamp(38px,5vw,76px)}.zo-product-v2__stage{overflow:hidden;border:1px solid #e3e0d9;border-radius:14px;box-shadow:0 16px 42px #191b1f0f}.zo-product-v2__slide{aspect-ratio:4 / 3}.zo-product-v2__zoom{width:42px;height:42px;border:0;background:#111318;color:#fff;box-shadow:0 8px 24px #00000029}.zo-product-v2__gallery-arrow{border:0;background:#111318;color:#fff;box-shadow:0 8px 24px #00000029}.zo-product-v2__thumbnails{grid-auto-columns:86px;gap:10px;margin-top:12px}.zo-product-v2__thumbnail{overflow:hidden;border-color:#e3e0d9;border-radius:9px}.zo-product-v2__thumbnail.is-active{border-color:var(--zop-accent);box-shadow:inset 0 0 0 1px var(--zop-accent)}.zo-product-v2__info{padding:4px 0 0;border:0;background:transparent;box-shadow:none}.zo-product-v2__eyebrow{margin-bottom:17px}.zo-product-v2__availability,.zo-product-v2__condition{min-height:27px;padding:5px 10px;border-radius:999px}.zo-product-v2__availability{background:#fff}.zo-product-v2__title{max-width:28ch;margin-bottom:14px;font-size:clamp(29px,2.7vw,39px);letter-spacing:-.025em;line-height:1.08}.zo-product-v2__price-row{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--zop-border)}.zo-product-v2__price{font-size:clamp(27px,2.3vw,34px)}.zo-product-v2__intro{margin-bottom:18px;font-size:13px;line-height:1.65}.zo-product-v2__specs{gap:0;margin-bottom:22px;border:1px solid var(--zop-border);border-radius:11px;background:#fff}.zo-product-v2__specs>div{padding:12px 14px;border-bottom:1px solid var(--zop-border);background:transparent}.zo-product-v2__specs>div:nth-last-child(-n+2){border-bottom:0}.zo-product-v2__specs>div:nth-child(odd){border-inline-end:1px solid var(--zop-border)}.zo-product-v2__specs dt{color:var(--zop-accent)}.zo-product-v2__field select{border-radius:9px}.zo-product-v2__quantity{overflow:hidden;border-radius:9px}.zo-product-v2__add-button{min-height:54px;border-radius:9px;box-shadow:0 10px 25px color-mix(in srgb,var(--zop-accent),transparent 76%)}.zo-product-v2__whatsapp{min-height:50px;border:1px solid var(--zop-success);border-radius:9px;background:#fff;color:#128c57}.zo-product-v2__whatsapp:hover{background:color-mix(in srgb,var(--zop-success),#fff 92%)}.zo-product-v2__trust{gap:0;overflow:hidden;border-radius:11px;background:#f4f2ed}.zo-product-v2__trust>div{min-height:66px;border-inline-end:1px solid var(--zop-border);background:transparent}.zo-product-v2__trust>div:last-child{border-inline-end:0}.zo-product-v2__details{margin-top:16px}.zo-product-v2__details summary{min-height:49px;font-size:13px}.zo-product-v4__description{margin-top:clamp(64px,8vw,110px);border-top:1px solid var(--zop-border);border-bottom:1px solid var(--zop-border)}.zo-product-v4__description>summary{display:flex;min-height:104px;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;list-style:none}.zo-product-v4__description>summary::-webkit-details-marker{display:none}.zo-product-v4__description-heading{display:flex;align-items:center;gap:16px}.zo-product-v4__description-heading>span{color:var(--zop-accent);font-size:12px;font-weight:900;letter-spacing:.14em}.zo-product-v4__description-heading strong{font-size:clamp(24px,2.4vw,34px);line-height:1}.zo-product-v4__description-action{display:inline-flex;min-height:44px;align-items:center;gap:13px;padding:0 16px;border:1px solid var(--zop-border);border-radius:999px;background:#fff;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.zo-product-v4__description-action i{color:var(--zop-accent);font-size:20px;font-style:normal;transition:transform .2s ease}.zo-product-v4__description[open] .zo-product-v4__description-action i{transform:rotate(45deg)}.zo-product-v4__description-content{width:min(100%,920px);min-width:0;margin-inline-start:auto;padding:18px 0 clamp(45px,6vw,76px);color:var(--zop-text);font-size:15px;line-height:1.8}.zo-product-v4__description-content>:first-child{margin-top:0}.zo-product-v4__description-content>:last-child{margin-bottom:0}.zo-product-v4__description-content h2,.zo-product-v4__description-content h3,.zo-product-v4__description-content h4{margin-top:30px;color:var(--zop-text)}.zo-product-v4__description-content table{display:table;width:100%;margin:22px 0;border-collapse:collapse;background:#fff}.zo-product-v4__description-content th,.zo-product-v4__description-content td{padding:13px 15px;border:1px solid var(--zop-border);color:var(--zop-text);text-align:start}@media(max-width:1100px){.zo-product-v2__grid,.zo-product-v2__grid--balanced{grid-template-columns:minmax(0,1fr) minmax(350px,.9fr);gap:32px}}@media(max-width:900px){.zo-product-v2{overflow-x:clip}.zo-product-v2__container{left:auto;width:calc(100% - 24px);margin-inline:auto;transform:none}.zo-product-v2__info{margin-top:22px}.zo-product-v4__description{margin-top:42px}}@media(max-width:560px){.zo-product-v2{padding-top:12px;padding-bottom:26px}.zo-product-v2__container{width:calc(100% - 18px)}.zo-product-v2__stage{border-radius:11px}.zo-product-v2__slide{aspect-ratio:1.45 / 1}.zo-product-v2__image-button img,.zo-product-v2__image-button:hover img{transform:scale(max(var(--zop-mobile-image-zoom),1.7))}.zo-product-v2__zoom{top:10px;right:10px;width:34px;height:34px;font-size:16px}.zo-product-v2--rtl .zo-product-v2__zoom{right:auto;left:10px}.zo-product-v2__thumbnails{grid-auto-columns:68px}.zo-product-v2__info{margin-top:17px}.zo-product-v2__eyebrow{margin-bottom:11px}.zo-product-v2__title{margin-bottom:9px;font-size:21px;line-height:1.08}.zo-product-v2__price-row{margin-bottom:12px;padding-bottom:12px}.zo-product-v2__price{font-size:22px}.zo-product-v2__intro{display:none}.zo-product-v2__specs{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px}.zo-product-v2__specs>div{padding:9px 10px}.zo-product-v2__specs dt{font-size:8px}.zo-product-v2__specs dd{font-size:11px}.zo-product-v2__purchase-row{grid-template-columns:86px minmax(0,1fr)}.zo-product-v2__quantity,.zo-product-v2__add-button{min-height:48px;height:48px}.zo-product-v2__add-button{font-size:10px}.zo-product-v2__whatsapp{min-height:46px;margin-top:8px;font-size:10px}.zo-product-v2__trust{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px}.zo-product-v2__trust>div{display:grid;grid-template-columns:1fr;min-height:56px;place-content:center;justify-items:center;text-align:center}.zo-product-v2__trust span{font-size:14px}.zo-product-v2__trust strong{font-size:7px}.zo-product-v2__details{margin-top:9px}.zo-product-v2__details summary{min-height:43px;font-size:11px}.zo-product-v4__description{margin-top:30px}.zo-product-v4__description>summary{min-height:74px;gap:10px}.zo-product-v4__description-heading{gap:9px}.zo-product-v4__description-heading>span{font-size:9px}.zo-product-v4__description-heading strong{font-size:20px}.zo-product-v4__description-action{width:38px;min-height:38px;justify-content:center;padding:0;font-size:0}.zo-product-v4__description-action i{font-size:19px}.zo-product-v4__description-content{width:100%;padding:8px 0 36px;font-size:14px;overflow-wrap:anywhere}.zo-product-v4__description-content table{display:block;overflow-x:auto}}@media(prefers-reduced-motion:reduce){.zo-product-v2__image-button img,.zo-product-v2__add-button,.zo-product-v2__details summary>span:last-child{transition:none}}.zo-related-parts{display:block;padding:var(--zor-top) 0 var(--zor-bottom);overflow:hidden;background:var(--zor-bg);box-shadow:0 0 0 100vmax var(--zor-bg);clip-path:inset(0 -100vmax);color:var(--zor-text);font-family:inherit}.zo-related-parts *,.zo-related-parts *:before,.zo-related-parts *:after{box-sizing:border-box}.zo-related-parts a{color:inherit;text-decoration:none}.zo-related-parts__inner{position:relative;left:50%;width:min(var(--zor-width),calc(100vw - 48px));transform:translate(-50%)}.zo-related-parts__header{position:relative;display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--zor-border)}.zo-related-parts__header:after{position:absolute;bottom:-1px;left:0;width:76px;height:3px;background:var(--zor-accent);content:""}.zo-related-parts--rtl .zo-related-parts__header:after{right:0;left:auto}.zo-related-parts__kicker{display:block;margin-bottom:7px;color:var(--zor-accent);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.zo-related-parts__header h2{margin:0;color:var(--zor-text);font-size:clamp(30px,4vw,50px);line-height:.95}.zo-related-parts__count{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#111318;color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em}.zo-related-parts__grid{display:grid;grid-template-columns:repeat(var(--zor-columns),minmax(0,1fr));gap:12px}.zo-related-parts__card{min-width:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--zor-border),transparent 16%);border-radius:14px;background:var(--zor-card);box-shadow:0 10px 28px #1113180e;transition:transform .2s ease,box-shadow .2s ease}.zo-related-parts__card:hover{transform:translateY(-4px);box-shadow:0 22px 46px #11131821}.zo-related-parts__media{position:relative;display:grid;aspect-ratio:1.14 / 1;overflow:hidden;place-items:center;background:linear-gradient(145deg,var(--zor-image) 0%,color-mix(in srgb,var(--zor-image),#dfe3e8 18%) 100%)}.zo-related-parts__media img,.zo-related-parts__placeholder{width:100%;height:100%;object-fit:contain;transform:scale(var(--zor-zoom));transition:transform .25s ease}.zo-related-parts__card:hover .zo-related-parts__media img{transform:scale(calc(var(--zor-zoom) + .05))}.zo-related-parts__availability,.zo-related-parts__condition{position:absolute;z-index:2;top:10px;display:inline-flex;min-height:24px;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#fffffff0;color:#4e5560;font-size:8px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.zo-related-parts__availability{left:10px}.zo-related-parts__availability i{width:6px;height:6px;border-radius:50%;background:#1dbf73}.zo-related-parts__availability.is-sold-out i{background:var(--zor-accent)}.zo-related-parts__condition{right:10px;background:#242831;color:#fff}.zo-related-parts--rtl .zo-related-parts__availability{right:10px;left:auto}.zo-related-parts--rtl .zo-related-parts__condition{right:auto;left:10px}.zo-related-parts__content{padding:17px 16px 0;border-top:3px solid var(--zor-accent)}.zo-related-parts__vendor{display:block;margin-bottom:6px;overflow:hidden;color:var(--zor-muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.zo-related-parts__content h3{min-height:2.7em;margin:0 0 16px;overflow:hidden;color:var(--zor-text);font-size:15px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.zo-related-parts__footer{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:0 -16px;padding:12px 16px;background:#111318}.zo-related-parts__price{display:grid;gap:3px}.zo-related-parts__price strong{color:var(--zor-accent);font-size:17px}.zo-related-parts__price s{color:#9da3ad;font-size:10px}.zo-related-parts__arrow{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--zor-accent);color:#fff;font-size:16px;font-weight:900;box-shadow:0 6px 16px color-mix(in srgb,var(--zor-accent),transparent 66%)}.zo-related-parts__skeleton{overflow:hidden;border:1px solid var(--zor-border);border-radius:12px;background:var(--zor-card)}.zo-related-parts__skeleton span,.zo-related-parts__skeleton i,.zo-related-parts__skeleton b{display:block;background:linear-gradient(90deg,#eceae5 25%,#f7f6f2,#eceae5 75%);background-size:200% 100%;animation:zo-related-loading 1.4s infinite}.zo-related-parts__skeleton span{aspect-ratio:1.14 / 1}.zo-related-parts__skeleton i{width:82%;height:14px;margin:17px 14px 9px}.zo-related-parts__skeleton b{width:48%;height:12px;margin:0 14px 20px}@keyframes zo-related-loading{to{background-position:-200% 0}}@media(max-width:900px){.zo-related-parts{padding-top:min(var(--zor-top),34px);padding-bottom:min(var(--zor-bottom),42px)}.zo-related-parts__inner{left:auto;width:calc(100% - 18px);margin-inline:auto;transform:none}.zo-related-parts__header{margin-bottom:12px;padding-bottom:12px}.zo-related-parts__header h2{font-size:27px}.zo-related-parts__kicker{font-size:8px}.zo-related-parts__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.zo-related-parts__card,.zo-related-parts__skeleton{border-radius:10px}.zo-related-parts__media{aspect-ratio:1.08 / 1}.zo-related-parts__availability,.zo-related-parts__condition{top:6px;min-height:19px;padding:3px 5px;font-size:6px}.zo-related-parts__availability{left:6px}.zo-related-parts__condition,.zo-related-parts--rtl .zo-related-parts__availability{right:6px}.zo-related-parts--rtl .zo-related-parts__condition{left:6px}.zo-related-parts__content{padding:11px 10px 0;border-top-width:2px}.zo-related-parts__vendor{font-size:7px}.zo-related-parts__content h3{min-height:2.65em;margin-bottom:11px;font-size:11.5px}.zo-related-parts__price strong{font-size:12.5px}.zo-related-parts__price s{font-size:8px}.zo-related-parts__arrow{width:27px;height:27px;font-size:13px}.zo-related-parts__footer{margin:0 -10px;padding:9px 10px}}@media(prefers-reduced-motion:reduce){.zo-related-parts__card,.zo-related-parts__media img,.zo-related-parts__skeleton span,.zo-related-parts__skeleton i,.zo-related-parts__skeleton b{animation:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
