.vsx9-collection{--vsx9-accent:#E8611B;--vsx9-accent-dark:#c94f12;--vsx9-black:#111111;--vsx9-muted:#777777;--vsx9-border:#e8e8e8;--vsx9-white:#ffffff;width:100%;background:#fff;color:var(--vsx9-black);padding:52px 22px 120px}.vsx9-collection *,.vsx9-collection *:before,.vsx9-collection *:after{box-sizing:border-box}.vsx9-collection__inner{width:min(100%,1400px);margin:0 auto}.vsx9-collection__header{margin-bottom:28px}.vsx9-breadcrumbs{display:flex;gap:8px;align-items:center;margin-bottom:18px;color:#888;font-size:12px}.vsx9-breadcrumbs a{color:#888;text-decoration:none;transition:color .2s ease}.vsx9-breadcrumbs a:hover{color:var(--vsx9-accent)}.vsx9-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.vsx9-heading-content{min-width:0}.vsx9-collection__heading{margin:0;color:#111;font-size:var(--vsx9-title-size,44px);font-weight:700;line-height:1.05;letter-spacing:-.045em}.vsx9-collection__description{max-width:720px;margin-top:13px;color:#777;font-size:14px;line-height:1.65}.vsx9-collection__description p{margin:0}.vsx9-product-count{white-space:nowrap;color:#111;font-size:13px;font-weight:600}.vsx9-product-count span{color:#888;font-weight:400}.vsx9-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px;padding:14px 0;border-top:1px solid var(--vsx9-border);border-bottom:1px solid var(--vsx9-border)}.vsx9-toolbar__text{color:#888;font-size:12px}.vsx9-sort{display:flex;align-items:center;gap:10px}.vsx9-sort__label{color:#777;font-size:12px}.vsx9-sort__select{min-width:155px;min-height:38px;padding:7px 30px 7px 11px;border:1px solid var(--vsx9-border);border-radius:9px;outline:none;background:#fff;color:#111;font-family:inherit;font-size:12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.vsx9-sort__select:focus{border-color:var(--vsx9-accent);box-shadow:0 0 0 3px #e8611b1a}.vsx9-product-grid{display:grid;grid-template-columns:repeat(var(--vsx9-columns,4),minmax(0,1fr));gap:var(--vsx9-gap,18px)}.vsx9-product-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #e9e9e9;border-radius:var(--vsx9-card-radius,18px);box-shadow:0 2px 8px #00000006;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.vsx9-product-card:hover{transform:translateY(-4px);border-color:#dedede;box-shadow:0 18px 42px #00000014}.vsx9-product-card__image-link{display:block;width:100%;height:100%}.vsx9-product-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.vsx9-product-card:hover .vsx9-product-card__image{transform:scale(1.045)}.vsx9-image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#bbb}.vsx9-image-placeholder svg{width:55%;height:55%}.vsx9-sale-badge{position:absolute;top:12px;left:12px;z-index:3;display:flex;align-items:center;min-height:27px;padding:0 10px;border-radius:999px;background:var(--vsx9-accent);color:#fff;font-size:10px;font-weight:700}.vsx9-wishlist-btn{position:absolute;top:11px;right:11px;z-index:8;display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid rgba(0,0,0,.08);border-radius:50%;background:#fffffff2;color:#111;box-shadow:0 5px 18px #00000012;cursor:pointer;font-size:22px;line-height:1;transition:transform .2s ease,color .2s ease,background .2s ease}.vsx9-wishlist-btn:hover{transform:scale(1.06);background:#fff}.vsx9-wishlist-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #e8611b2e,0 5px 18px #00000012}.vsx9-heart--filled{display:none}.vsx9-wishlist-btn.is-active{color:var(--vsx9-accent)}.vsx9-wishlist-btn.is-active .vsx9-heart--outline{display:none}.vsx9-wishlist-btn.is-active .vsx9-heart--filled{display:block}.vsx9-compare-btn{position:absolute;left:11px;bottom:11px;z-index:8;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid rgba(0,0,0,.09);border-radius:999px;background:#fffffff5;color:#111;box-shadow:0 5px 18px #00000014;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:pointer;font-family:inherit;font-size:11px;font-weight:700;line-height:1;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.vsx9-compare-btn:hover{transform:translateY(-2px);border-color:#e8611b59;color:var(--vsx9-accent);box-shadow:0 8px 22px #0000001c}.vsx9-compare-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #e8611b2e,0 8px 22px #0000001a}.vsx9-compare-btn__icon{display:flex;width:15px;height:15px;align-items:center;justify-content:center;flex:0 0 auto}.vsx9-compare-btn__icon svg{display:block;width:100%;height:100%}.vsx9-compare-btn__text{white-space:nowrap}.vsx9-compare-btn__check{display:none;width:16px;height:16px;align-items:center;justify-content:center;border-radius:50%;background:var(--vsx9-accent);color:#fff;font-size:9px;font-weight:800}.vsx9-compare-btn.is-active{border-color:var(--vsx9-accent);background:var(--vsx9-accent);color:#fff;box-shadow:0 8px 22px #e8611b33}.vsx9-compare-btn.is-active .vsx9-compare-btn__icon{display:none}.vsx9-compare-btn.is-active .vsx9-compare-btn__check{display:flex}.vsx9-product-card__content{padding:16px 16px 17px}.vsx9-product-vendor{margin-bottom:7px;color:#999;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.vsx9-product-title{display:block;min-height:42px;overflow:hidden;color:#111;font-size:var(--vsx9-product-title-size,15px);font-weight:600;line-height:1.4;text-decoration:none}.vsx9-product-title:hover{color:var(--vsx9-accent)}.vsx9-rating{display:flex;gap:2px;margin-top:7px;color:var(--vsx9-accent);font-size:10px}.vsx9-price-row{display:flex;align-items:center;gap:8px;margin-top:8px}.vsx9-price{color:#111;font-size:var(--vsx9-price-size,17px);font-weight:700}.vsx9-price--sale{color:var(--vsx9-accent)}.vsx9-compare-price{color:#999;font-size:12px}.vsx9-product-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;margin-top:15px}.vsx9-btn{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px 9px;border-radius:10px;font-family:inherit;font-size:12px;font-weight:700;line-height:1;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.vsx9-btn:hover:not(:disabled){transform:translateY(-1px)}.vsx9-btn:active:not(:disabled){transform:translateY(0)}.vsx9-btn--cart{border:1px solid var(--vsx9-accent);background:var(--vsx9-accent);color:#fff}.vsx9-btn--cart:hover:not(:disabled){border-color:var(--vsx9-accent-dark);background:var(--vsx9-accent-dark)}.vsx9-btn--buy{border:1px solid var(--vsx9-accent);background:#fff;color:var(--vsx9-accent)}.vsx9-btn--buy:hover:not(:disabled){background:var(--vsx9-accent);color:#fff}.vsx9-btn__loading{display:none}.vsx9-btn.is-loading{pointer-events:none;opacity:.7}.vsx9-btn.is-loading .vsx9-btn__text{display:none}.vsx9-btn.is-loading .vsx9-btn__loading{display:inline}.vsx9-btn.is-success{background:#111;border-color:#111;color:#fff}.vsx9-btn--soldout{width:100%;border:1px solid #e5e5e5;background:#f5f5f5;color:#999;cursor:not-allowed}.vsx9-empty{padding:90px 20px;border:1px dashed #ddd;border-radius:18px;text-align:center}.vsx9-empty__icon{margin-bottom:15px;color:var(--vsx9-accent);font-size:52px}.vsx9-empty h2{margin:0 0 8px;font-size:24px}.vsx9-empty p{margin:0 auto 22px;color:#777;font-size:14px}.vsx9-empty__button{display:inline-flex;min-height:44px;align-items:center;padding:0 20px;border-radius:10px;background:var(--vsx9-accent);color:#fff;font-size:12px;font-weight:700;text-decoration:none}.vsx9-pagination{display:flex;align-items:center;justify-content:center;margin-top:38px}.vsx9-pagination a,.vsx9-pagination span{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;margin:0 3px;padding:0 9px;border:1px solid #e8e8e8;border-radius:9px;color:#111;font-size:12px;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.vsx9-pagination a:hover{border-color:var(--vsx9-accent);color:var(--vsx9-accent)}.vsx9-pagination .current{background:var(--vsx9-accent);color:#fff;border-color:var(--vsx9-accent)}.vsx9-compare-bar{position:fixed;left:0;right:0;bottom:0;z-index:9998;padding:12px 18px;background:#fffffff5;border-top:1px solid rgba(0,0,0,.09);box-shadow:0 -15px 45px #0000001a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;transform:translateY(110%);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.2,.8,.2,1)}.vsx9-compare-bar.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.vsx9-compare-bar__inner{width:min(100%,1400px);min-height:58px;margin:0 auto;display:flex;align-items:center;gap:18px}.vsx9-compare-bar__info{display:flex;align-items:center;gap:11px;min-width:190px}.vsx9-compare-bar__icon{display:grid;width:38px;height:38px;place-items:center;flex:0 0 auto;border-radius:11px;background:#e8611b1a;color:var(--vsx9-accent)}.vsx9-compare-bar__icon svg{width:19px;height:19px}.vsx9-compare-bar__copy{display:flex;flex-direction:column;gap:2px}.vsx9-compare-bar__copy strong{color:#111;font-size:12px;font-weight:800}.vsx9-compare-bar__copy span{color:#888;font-size:10px}.vsx9-compare-bar__products{display:flex;align-items:center;gap:7px;min-width:0;flex:1;overflow-x:auto;scrollbar-width:none}.vsx9-compare-bar__products::-webkit-scrollbar{display:none}.vsx9-compare-mini{position:relative;display:flex;align-items:center;gap:8px;flex:0 0 190px;min-width:190px;height:48px;padding:5px 8px 5px 5px;border:1px solid #e7e7e7;border-radius:12px;background:#fff}.vsx9-compare-mini__image{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;overflow:hidden;border-radius:8px;background:#f6f6f6;color:#aaa}.vsx9-compare-mini__image img{display:block;width:100%;height:100%;object-fit:cover}.vsx9-compare-mini__title{min-width:0;overflow:hidden;color:#222;font-size:10px;font-weight:600;line-height:1.3;white-space:nowrap;text-overflow:ellipsis}.vsx9-compare-mini__remove{display:grid;width:22px;height:22px;margin-left:auto;flex:0 0 22px;place-items:center;padding:0;border:0;border-radius:50%;background:#f5f5f5;color:#555;cursor:pointer;font-size:15px;line-height:1;transition:background .2s ease,color .2s ease}.vsx9-compare-mini__remove:hover{background:#111;color:#fff}.vsx9-compare-bar__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.vsx9-compare-clear{min-height:38px;padding:0 12px;border:0;background:transparent;color:#777;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer}.vsx9-compare-clear:hover{color:#111}.vsx9-compare-go{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border-radius:10px;background:#111;color:#fff;font-size:11px;font-weight:800;text-decoration:none;transition:background .2s ease,transform .2s ease}.vsx9-compare-go:hover{background:var(--vsx9-accent);transform:translateY(-1px)}.vsx9-compare-go span{font-size:15px}.vsx9-compare-bar.is-shake{animation:vsx9CompareShake .42s ease}@keyframes vsx9CompareShake{0%,to{transform:translateY(0)}25%{transform:translate(-7px)}50%{transform:translate(7px)}75%{transform:translate(-4px)}}.vsx9-compare-toast{position:fixed;left:50%;bottom:92px;z-index:10000;max-width:min(90vw,420px);padding:11px 15px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#111;color:#fff;box-shadow:0 12px 35px #0000002e;font-size:11px;font-weight:700;text-align:center;pointer-events:none;opacity:0;visibility:hidden;transform:translate(-50%,12px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}.vsx9-compare-toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%)}@media(max-width:1100px){.vsx9-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vsx9-compare-bar__info{min-width:155px}.vsx9-compare-mini{flex-basis:155px;min-width:155px}}@media(max-width:749px){.vsx9-collection{padding:36px 13px 100px}.vsx9-heading-row{align-items:flex-start;flex-direction:column;gap:12px}.vsx9-collection__heading{font-size:clamp(30px,9vw,44px)}.vsx9-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--vsx9-mobile-gap,10px)}.vsx9-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.vsx9-sort{width:100%;justify-content:space-between}.vsx9-sort__select{flex:1;max-width:220px}.vsx9-product-card__content{padding:11px}.vsx9-product-title{min-height:38px;font-size:clamp(12px,3.4vw,13px)}.vsx9-price{font-size:14px}.vsx9-product-actions{gap:5px;margin-top:12px}.vsx9-btn{min-height:39px;padding:7px 4px;border-radius:9px;font-size:10px}.vsx9-wishlist-btn{width:36px;height:36px;top:8px;right:8px;font-size:20px}.vsx9-compare-btn{left:8px;bottom:8px;width:36px;height:36px;min-height:36px;padding:0;gap:0;border-radius:50%}.vsx9-compare-btn__icon{width:16px;height:16px}.vsx9-compare-btn__text{display:none}.vsx9-compare-btn__check{width:17px;height:17px;font-size:9px}.vsx9-compare-btn.is-active .vsx9-compare-btn__check{display:flex}.vsx9-compare-bar{padding:9px 10px}.vsx9-compare-bar__inner{display:grid;grid-template-columns:1fr auto;gap:8px}.vsx9-compare-bar__info{min-width:0}.vsx9-compare-bar__icon{width:34px;height:34px;border-radius:9px}.vsx9-compare-bar__icon svg{width:17px;height:17px}.vsx9-compare-bar__copy strong{font-size:10px}.vsx9-compare-bar__copy span{font-size:9px}.vsx9-compare-bar__products{grid-column:1 / -1;width:100%;order:3}.vsx9-compare-mini{flex-basis:145px;min-width:145px;height:43px}.vsx9-compare-mini__image{width:33px;height:33px;flex-basis:33px}.vsx9-compare-mini__title{font-size:9px}.vsx9-compare-bar__actions{justify-content:flex-end}.vsx9-compare-clear{min-height:34px;padding:0 7px;font-size:9px}.vsx9-compare-go{min-height:35px;padding:0 11px;border-radius:8px;font-size:9px}.vsx9-compare-go span{font-size:13px}.vsx9-compare-toast{bottom:145px;font-size:10px}}@media(max-width:380px){.vsx9-product-actions{grid-template-columns:1fr}.vsx9-compare-mini{flex-basis:130px;min-width:130px}.vsx9-compare-clear{display:none}}@media(prefers-reduced-motion:reduce){.vsx9-product-card,.vsx9-product-card__image,.vsx9-wishlist-btn,.vsx9-compare-btn,.vsx9-btn,.vsx9-compare-bar,.vsx9-compare-toast{transition:none}.vsx9-compare-bar.is-shake{animation:none}}.vsx9-toolbar__filters{display:flex;align-items:center;justify-content:center;gap:22px;min-width:0}.vsx9-filter__label{color:#777;font-size:12px;line-height:1;white-space:nowrap}.vsx9-price-filter{display:flex;align-items:center;gap:10px}.vsx9-price-filter__fields{display:flex;align-items:center;gap:7px}.vsx9-price-input{display:flex;align-items:center;width:105px;min-height:38px;padding:0 10px;border:1px solid var(--vsx9-border);border-radius:9px;background:#fff;color:#111;transition:border-color .2s ease,box-shadow .2s ease}.vsx9-price-input:focus-within{border-color:var(--vsx9-accent);box-shadow:0 0 0 3px #e8611b1a}.vsx9-price-input>span{flex:0 0 auto;margin-right:6px;color:#555;font-size:12px}.vsx9-price-input input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:#111;font-family:inherit;font-size:12px}.vsx9-price-input input::placeholder{color:#888;opacity:1}.vsx9-price-input input::-webkit-outer-spin-button,.vsx9-price-input input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.vsx9-price-input input[type=number]{-moz-appearance:textfield}.vsx9-price-filter__dash{color:#888;font-size:13px}.vsx9-availability-filter{display:flex;align-items:center;gap:10px;padding-left:22px;border-left:1px solid var(--vsx9-border)}.vsx9-availability-filter__select{min-width:155px;min-height:38px;padding:7px 30px 7px 11px;border:1px solid var(--vsx9-border);border-radius:9px;outline:none;background:#fff;color:#111;font-family:inherit;font-size:12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.vsx9-availability-filter__select:focus{border-color:var(--vsx9-accent);box-shadow:0 0 0 3px #e8611b1a}@media screen and (max-width:1100px){.vsx9-toolbar{flex-wrap:wrap}.vsx9-toolbar__left{flex:1 1 100%}.vsx9-toolbar__filters{margin-left:auto}}@media screen and (max-width:749px){.vsx9-toolbar{align-items:stretch;gap:14px}.vsx9-toolbar__left{width:100%}.vsx9-toolbar__filters{width:100%;display:grid;grid-template-columns:1fr;gap:12px}.vsx9-price-filter{width:100%;justify-content:space-between}.vsx9-price-filter__fields{flex:1;justify-content:flex-end}.vsx9-price-input{width:min(120px,35vw)}.vsx9-availability-filter{width:100%;padding-left:0;padding-top:12px;border-left:0;border-top:1px solid var(--vsx9-border);justify-content:space-between}.vsx9-availability-filter__select{flex:1;max-width:220px}.vsx9-sort{width:100%;justify-content:space-between}.vsx9-sort__select{flex:1;max-width:220px}}.vsx9-toolbar__filters{display:flex;align-items:center;gap:22px}.vsx9-price-filter{display:flex;align-items:center;gap:12px;white-space:nowrap}.vsx9-price-filter__fields{display:flex;align-items:center;gap:8px}.vsx9-filter__label{color:#6f6f6f;font-size:12px;font-weight:400;line-height:1}.vsx9-price-input{box-sizing:border-box!important;display:flex!important;align-items:center!important;width:130px!important;height:42px!important;min-height:42px!important;padding:0 12px!important;border:1px solid #e4e4e4!important;border-radius:10px!important;background:#fff!important;color:#222!important;box-shadow:none!important;transition:border-color .2s ease,box-shadow .2s ease!important}.vsx9-price-input>span{flex:0 0 auto!important;margin:0 7px 0 0!important;color:#777!important;font-size:13px!important;line-height:1!important}.vsx9-price-input input,.vsx9-price-input input[type=number]{box-sizing:border-box!important;width:100%!important;height:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;border-width:0!important;outline:none!important;background:transparent!important;color:#222!important;font-family:inherit!important;font-size:13px!important;font-weight:400!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:textfield!important}.vsx9-price-input input:focus,.vsx9-price-input input:focus-visible,.vsx9-price-input input[type=number]:focus,.vsx9-price-input input[type=number]:focus-visible{border:0!important;outline:none!important;box-shadow:none!important}.vsx9-price-input:focus-within{border-color:#d8d8d8!important;box-shadow:0 0 0 3px #e8611b12!important}.vsx9-price-input input::placeholder{color:#999!important;opacity:1!important}.vsx9-price-input input::-webkit-inner-spin-button,.vsx9-price-input input::-webkit-outer-spin-button{margin:0!important;-webkit-appearance:none!important}.vsx9-price-filter__dash{color:#999!important;font-size:14px!important;font-weight:400!important}.vsx9-availability-filter{display:flex;align-items:center;gap:12px;padding-left:22px;border-left:1px solid #e7e7e7}.vsx9-availability-filter__select{box-sizing:border-box!important;width:165px!important;height:42px!important;min-height:42px!important;padding:0 34px 0 13px!important;border:1px solid #e4e4e4!important;border-radius:10px!important;outline:none!important;background:#fff!important;color:#222!important;font-family:inherit!important;font-size:13px!important;font-weight:400!important;box-shadow:none!important;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease!important}.vsx9-availability-filter__select:focus,.vsx9-availability-filter__select:focus-visible{border-color:#d8d8d8!important;outline:none!important;box-shadow:0 0 0 3px #e8611b12!important}@media screen and (min-width:1101px){.vsx9-toolbar__filters{margin-left:auto;margin-right:4px}}@media screen and (max-width:1100px){.vsx9-toolbar__filters{width:100%;justify-content:flex-end}}@media screen and (max-width:749px){.vsx9-toolbar__filters{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:12px}.vsx9-price-filter{width:100%;justify-content:space-between}.vsx9-price-filter__fields{flex:1;justify-content:flex-end}.vsx9-price-input{width:120px!important}.vsx9-availability-filter{width:100%;padding:12px 0 0;border-left:0;border-top:1px solid #e7e7e7;justify-content:space-between}.vsx9-availability-filter__select{width:170px!important}}.vsx9-product-card{display:flex;flex-direction:column;height:100%}.vsx9-product-card__media{position:relative;overflow:hidden;aspect-ratio:1 / 1;background:#f7f7f7}.vsx9-product-card__image-link{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.vsx9-product-card__image{display:block;width:100%;height:100%;object-fit:contain!important;object-position:center;padding:14px;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.vsx9-product-card:hover .vsx9-product-card__image{transform:scale(1.035)}.vsx9-view-product-btn{position:absolute;left:50%;bottom:16px;z-index:7;display:inline-flex;align-items:center;justify-content:center;min-width:135px;min-height:40px;padding:0 18px;transform:translate(-50%);border:1px solid rgba(0,0,0,.06);border-radius:999px;background:#fffffff5;color:#111;box-shadow:0 7px 20px #00000014;font-family:inherit;font-size:11px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.vsx9-view-product-btn:hover{background:#111;color:#fff;transform:translate(-50%) translateY(-2px);box-shadow:0 10px 24px #00000024}.vsx9-product-card__content{display:flex;flex-direction:column;flex:1;min-width:0}.vsx9-product-title{display:-webkit-box;min-height:42px;max-height:42px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.vsx9-product-description{display:-webkit-box;min-height:40px;max-height:40px;margin-top:7px;overflow:hidden;color:#777;font-size:12px;font-weight:400;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}.vsx9-rating{display:none!important}.vsx9-price-row{margin-top:12px}.vsx9-product-actions{margin-top:auto;padding-top:15px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.vsx9-btn{width:100%;min-width:0;min-height:44px;padding:8px 9px;white-space:nowrap}@media(max-width:749px){.vsx9-product-card__image{padding:10px}.vsx9-view-product-btn{min-width:120px;min-height:38px;bottom:13px;padding:0 15px;font-size:10.5px}.vsx9-product-title{min-height:40px;max-height:40px;font-size:13px;line-height:1.5}.vsx9-product-description{min-height:36px;max-height:36px;font-size:11px;line-height:1.6}.vsx9-product-actions{gap:6px;padding-top:12px}.vsx9-btn{min-height:42px;padding:7px 6px;font-size:11px}}@media(max-width:420px){.vsx9-product-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.vsx9-btn{font-size:10px}.vsx9-product-description{font-size:10.5px}}.vsx9-compare-btn{position:absolute!important;left:12px!important;right:auto!important;bottom:12px!important;z-index:9!important;transform:none!important}.vsx9-view-product{position:absolute!important;left:auto!important;right:12px!important;bottom:12px!important;z-index:8!important;transform:none!important;min-width:125px!important}.vsx9-view-product:hover,.vsx9-compare-btn:hover{transform:translateY(-2px)!important}@media(max-width:749px){.vsx9-compare-btn{left:8px!important;bottom:8px!important;min-height:34px!important;padding:0 10px!important;font-size:10px!important}.vsx9-view-product{right:8px!important;bottom:8px!important;min-width:100px!important;min-height:34px!important;padding:0 10px!important;font-size:10px!important}}.vsx9-product-card__media .vsx9-compare-btn{position:absolute!important;left:12px!important;right:auto!important;bottom:12px!important;z-index:20!important;transform:none!important}.vsx9-product-card__media .vsx9-view-product{position:absolute!important;left:auto!important;right:12px!important;bottom:12px!important;z-index:19!important;transform:none!important}.vsx9-product-card__media .vsx9-compare-btn:hover,.vsx9-product-card__media .vsx9-view-product:hover{transform:translateY(-2px)!important}@media(max-width:749px){.vsx9-product-card__media .vsx9-view-product{left:auto!important;right:8px!important;bottom:8px!important}.vsx9-product-card__media .vsx9-compare-btn{left:11px!important;right:auto!important;bottom:11px!important;z-index:20!important;transform:none!important}.vsx9-product-card__media .vsx9-view-product-btn{left:auto!important;right:11px!important;bottom:11px!important;z-index:20!important;transform:none!important}.vsx9-product-card__media .vsx9-view-product-btn:hover,.vsx9-product-card__media .vsx9-compare-btn:hover{transform:translateY(-2px)!important}.vsx9-product-card__media .vsx9-compare-btn{left:8px!important;right:auto!important;bottom:8px!important}.vsx9-product-card__media .vsx9-view-product-btn{left:auto!important;right:8px!important;bottom:8px!important}}.vsx9-product-card__media{position:relative!important}.vsx9-product-card__media .vsx9-product-card__image-link{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important}.vsx9-product-card__media .vsx9-compare-btn,.vsx9-product-card__media .vsx9-view-product-btn{position:absolute!important;z-index:100!important;pointer-events:auto!important}.vsx9-product-card__media .vsx9-compare-btn{left:11px!important;right:auto!important;bottom:11px!important}.vsx9-product-card__media .vsx9-view-product-btn{left:auto!important;right:11px!important;bottom:11px!important;transform:none!important}.vsx9-product-card__media .vsx9-view-product-btn:hover,.vsx9-product-card__media .vsx9-compare-btn:hover{transform:translateY(-2px)!important}@media(max-width:749px){.vsx9-product-card__media .vsx9-compare-btn{left:8px!important;right:auto!important;bottom:8px!important}.vsx9-product-card__media .vsx9-view-product-btn{left:auto!important;right:8px!important;bottom:8px!important}}.vsx9-view-product-btn,.vsx9-view-product{display:none!important}.vsx9-stock-status{display:inline-flex;align-items:center;gap:7px;margin-top:8px;min-height:16px;font-size:11px;font-weight:600;line-height:1.2}.vsx9-stock-status__dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%}.vsx9-stock-status--in{color:#666}.vsx9-stock-status--in .vsx9-stock-status__dot{background:#1f9d55}.vsx9-stock-status--out{color:#777}.vsx9-stock-status--out .vsx9-stock-status__dot{background:#d64545}.vsx9-product-card__content{display:flex;flex-direction:column}.vsx9-product-actions{margin-top:auto}@media(max-width:749px){.vsx9-stock-status{margin-top:7px;gap:6px;font-size:10px}.vsx9-stock-status__dot{width:6px;height:6px;flex-basis:6px}}.vsx9-product-grid{align-items:start!important}.vsx9-product-grid>.vsx9-product-card{height:auto!important;align-self:start!important}.vsx9-product-card{display:flex!important;flex-direction:column!important;height:auto!important;min-height:0!important;overflow:hidden!important}.vsx9-product-card__media{height:270px!important;min-height:270px!important;flex:0 0 auto!important;overflow:hidden!important}.vsx9-product-card__image-link{height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:12px 14px 48px!important}.vsx9-product-card__image{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}.vsx9-view-product-btn{display:none!important}.vsx9-wishlist-btn{top:10px!important;right:10px!important;width:40px!important;height:40px!important;z-index:10!important}.vsx9-compare-btn{position:absolute!important;left:10px!important;right:auto!important;bottom:10px!important;z-index:11!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:auto!important;min-width:0!important;height:38px!important;padding:0 13px!important;border:1px solid rgba(17,24,39,.1)!important;border-radius:999px!important;background:#fffffff7!important;color:#111827!important;box-shadow:0 7px 18px #0f172a1a!important;font-size:12px!important;font-weight:700!important;cursor:pointer!important}.vsx9-compare-btn:hover,.vsx9-compare-btn.is-active{background:#111827!important;border-color:#111827!important;color:#fff!important}.vsx9-product-card__content{display:flex!important;flex-direction:column!important;flex:0 0 auto!important;min-height:0!important;padding:14px!important}.vsx9-product-vendor{min-height:14px!important;margin:0 0 5px!important;font-size:10px!important;line-height:1.2!important;font-weight:700!important}.vsx9-product-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;min-height:40px!important;max-height:40px!important;font-size:15px!important;line-height:1.34!important;font-weight:700!important}.vsx9-product-description{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;min-height:38px!important;max-height:38px!important;margin-top:7px!important;font-size:12px!important;line-height:1.55!important;color:#6b7280!important}.vsx9-price-row{min-height:24px!important;margin-top:9px!important}.vsx9-stock-status{margin-top:5px!important}.vsx9-product-actions{margin-top:9px!important;padding-top:0!important;gap:7px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.vsx9-btn{min-height:38px!important;height:38px!important;padding:0 8px!important;border-radius:9px!important;font-size:12px!important}.vsx9-toolbar{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important}.vsx9-toolbar__filters{min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:46px!important;padding:4px 7px!important;border:1px solid #e8ebef!important;border-radius:13px!important;background:#fff!important;box-shadow:0 5px 18px #0f172a0b!important}.vsx9-price-input{width:92px!important;height:34px!important;display:flex!important;align-items:center!important;gap:4px!important;padding:0 8px!important;border:1px solid #e1e5e9!important;border-radius:8px!important;background:#fff!important}.vsx9-price-input input{width:100%!important;min-width:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;font-size:12px!important}.vsx9-price-input input::-webkit-outer-spin-button,.vsx9-price-input input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.vsx9-price-input input[type=number]{-moz-appearance:textfield!important;-webkit-appearance:textfield!important;appearance:textfield!important}.vsx9-availability-filter{padding-left:10px!important;border-left:1px solid #edf0f2!important}.vsx9-availability-filter__select{width:118px!important;height:34px!important;padding:0 26px 0 9px!important;border:1px solid #e1e5e9!important;border-radius:8px!important;background:#fff!important;color:#111827!important;font-size:12px!important}.vsx9-live-filter-clear{height:32px!important;padding:0 10px!important;border:0!important;border-radius:8px!important;background:#f5f6f8!important;color:#6b7280!important;font-size:11px!important;font-weight:700!important;cursor:pointer!important}.vsx9-live-filter-clear:hover{background:#111827!important;color:#fff!important}.vsx9-product-card.vsx9-filter-hidden{display:none!important}.vsx9-live-filter-empty{grid-column:1 / -1!important;padding:50px 20px!important;text-align:center!important;color:#6b7280!important;border:1px dashed #e5e7eb!important;border-radius:16px!important}@media(max-width:749px){.vsx9-product-card__media{height:220px!important;min-height:220px!important}.vsx9-product-card__content{padding:11px 9px!important}.vsx9-product-title{min-height:36px!important;max-height:36px!important;font-size:12px!important}.vsx9-product-description{min-height:32px!important;max-height:32px!important;font-size:10px!important}.vsx9-compare-btn{left:8px!important;bottom:8px!important;height:34px!important;padding:0 10px!important;font-size:10px!important}.vsx9-wishlist-btn{width:36px!important;height:36px!important}.vsx9-btn{min-height:36px!important;height:36px!important;font-size:10px!important}.vsx9-toolbar{display:flex!important;flex-direction:column!important;align-items:stretch!important}.vsx9-toolbar__filters{width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:7px!important}.vsx9-price-input{width:82px!important}.vsx9-availability-filter__select{width:108px!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/vsx9-all-collection.css.map */
