.ts-product-card{--ts-blue:#065cab;--ts-blue-hover:#094983;--ts-text:#121212;--ts-subtext:#666;--ts-muted:#98a1b1;--ts-green:#238826;--ts-red:#e23314;position:relative;display:grid;grid-template-rows:300px 1fr auto;height:100%;min-height:590px;padding:20px 20px 22px;overflow:hidden;color:var(--ts-text);background:#fff;border:1px solid #eef0f2;border-radius:18px;box-shadow:0 3px 8px #00152a0f,0 1px 3px #00000014;font-family:var(--font-body-family,Arial,sans-serif)}
.ts-product-card *{box-sizing:border-box}.ts-product-card a{color:inherit;text-decoration:none}.ts-product-card__media-column{position:relative;min-width:0}.ts-product-card__heart{position:absolute;z-index:2;top:0;right:0;display:flex;width:42px;height:42px;align-items:center;justify-content:center;padding:0;color:#121212;background:#f7f8f9;border:1px solid #e3e6e9;border-radius:50%;cursor:pointer}.ts-product-card__heart svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ts-product-card__heart:hover{background:#eef7ff}.ts-product-card__image-link{display:flex;width:100%;height:100%;align-items:center;justify-content:center;padding:22px 28px 8px}.ts-product-card__image{display:block;width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.ts-product-card__image-link:hover .ts-product-card__image{transform:scale(1.025)}
.ts-product-card__content{display:flex;min-width:0;flex-direction:column}.ts-product-card__badges{min-height:28px;margin-bottom:4px}.ts-product-card__badge{display:inline-flex;align-items:center;min-height:26px;padding:3px 11px;color:var(--ts-red);background:#fde4df;border-radius:999px;font-size:13px;font-weight:700;line-height:1}.ts-product-card__title{display:-webkit-box;min-height:55px;margin:0 0 14px;overflow:hidden;color:var(--ts-subtext);font-size:20px;font-weight:400;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ts-product-card__title strong{color:var(--ts-text);font-weight:700}.ts-product-card__title strong:not(:last-child){margin-right:5px}.ts-product-card__prices{display:flex;align-items:baseline;gap:12px;min-height:43px}.ts-product-card__price{color:var(--ts-text);font-size:31px;font-weight:800;line-height:1.1;letter-spacing:-.6px}.ts-product-card__compare-price{color:var(--ts-subtext);font-size:16px}.ts-product-card__ex-vat{margin:2px 0 20px;color:var(--ts-subtext);font-size:15px;line-height:1.35}.ts-product-card__stock{display:flex;align-items:flex-start;gap:9px;min-height:44px;color:var(--ts-muted);font-size:14px;line-height:1.35}.ts-product-card__stock strong{font-weight:700}.ts-product-card__stock-dot{flex:0 0 14px;width:14px;height:14px;margin-top:2px;border-radius:50%}.ts-product-card__stock-dot--available{background:var(--ts-green)}.ts-product-card__stock-dot--unavailable{background:#707887}
.ts-product-card__action{align-self:end;width:100%;margin-top:18px}.ts-product-card__form{width:100%;margin:0}.ts-product-card__button{display:flex!important;width:100%!important;min-width:0!important;height:52px!important;min-height:52px!important;align-items:center!important;justify-content:center!important;gap:12px!important;margin:0!important;padding:0 16px!important;color:#fff!important;background:var(--ts-blue)!important;border:0!important;border-radius:8px!important;box-shadow:none!important;font:inherit!important;font-size:17px!important;font-weight:700!important;line-height:1!important;cursor:pointer}.ts-product-card__button:hover{background:var(--ts-blue-hover)!important;text-decoration:none}.ts-product-card__button:disabled{cursor:not-allowed;opacity:.55}.ts-product-card__button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(min-width:1280px){#ProductsList{--f-columns-xl:3!important}}
@media(max-width:749px){#ProductsList{--f-columns-mobile:1!important}.ts-product-card{grid-template-columns:42% 58%;grid-template-rows:auto auto;min-height:0;padding:16px 14px 14px;border-radius:14px}.ts-product-card__media-column{grid-column:1;grid-row:1}.ts-product-card__heart{top:0;left:0;right:auto;width:34px;height:34px}.ts-product-card__heart svg{width:22px;height:22px}.ts-product-card__image-link{height:220px;padding:32px 8px 8px}.ts-product-card__content{grid-column:2;grid-row:1;padding:28px 0 0 10px}.ts-product-card__badges{min-height:0}.ts-product-card__badge{font-size:11px}.ts-product-card__title{min-height:0;margin-bottom:10px;font-size:16px;line-height:1.45;-webkit-line-clamp:3}.ts-product-card__prices{min-height:35px;gap:8px}.ts-product-card__price{font-size:25px}.ts-product-card__compare-price{font-size:14px}.ts-product-card__ex-vat{margin:2px 0 13px;font-size:13px}.ts-product-card__stock{gap:7px;min-height:0;font-size:13px}.ts-product-card__stock-dot{flex-basis:12px;width:12px;height:12px}.ts-product-card__action{grid-column:1/-1;grid-row:2;margin-top:14px}.ts-product-card__button{height:44px!important;min-height:44px!important;font-size:16px!important}.ts-product-card__button svg{width:23px;height:23px}}
@media(max-width:420px){.ts-product-card{grid-template-columns:40% 60%}.ts-product-card__image-link{height:190px}.ts-product-card__content{padding-left:8px}.ts-product-card__price{font-size:23px}.ts-product-card__compare-price{font-size:13px}}
