.fpr__row{max-width:1280px;margin:0 auto;padding:30px 20px}.fpr__head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin:0 0 20px}.fpr__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:var(--fp-fs-eyebrow,12px);font-weight:700;letter-spacing:var(--fp-ls-eyebrow,.14em);text-transform:uppercase;color:var(--fp-blue,#1F4EC9)}.fpr__eyebrow:before{content:"";width:18px;height:3px;border-radius:2px;background:var(--fp-amber,#F4A100);flex:0 0 auto}.fpr__title{font-size:var(--fp-fs-h2,28px);font-weight:800;letter-spacing:var(--fp-ls-h2,-.02em);margin:5px 0 0;color:var(--fp-ink,#0B1E3F);line-height:1.12}.fpr__all{display:inline-flex;align-items:center;gap:7px;font-weight:600;font-size:13px;border-radius:10px;padding:9px 15px;background:#fff;color:var(--fp-ink,#0B1E3F);border:1.5px solid var(--fp-border,#E3E8EF);text-decoration:none;white-space:nowrap;transition:.15s}.fpr__all:hover{border-color:var(--fp-ink,#0B1E3F)}.fpr__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.fpc,product-card.card-product{position:relative;display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--fp-border,#E3E8EF);border-radius:var(--fp-r-lg,14px);overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}product-card.card-product{height:100%}.fpc:hover,product-card.card-product:hover{transform:translateY(-3px);box-shadow:var(--fp-sh-2,0 6px 16px rgba(11,30,63,.1));border-color:var(--fp-blue-300,#6F9DF5)}.fpc:after,product-card.card-product:after{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:var(--fp-amber,#F4A100);opacity:0;transition:opacity var(--fp-t-fast,.15s ease);pointer-events:none;z-index:4}.fpc:hover:after,product-card.card-product:hover:after{opacity:1}@media(prefers-reduced-motion:reduce){.fpc:after,product-card.card-product:after{transition:none}}.fpc__media{position:relative;aspect-ratio:1/1;background:#fff;overflow:hidden}.fpc__media-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.fpc__media img,.fpc__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:11px;box-sizing:border-box;transition:opacity .2s ease}.fpc__img--2,.fpc--has-secondary:hover .fpc__img--1{opacity:0}.fpc--has-secondary:hover .fpc__img--2{opacity:1}.fpc__ph{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:78px;height:78px;opacity:.45}product-card.card-product .card-media{position:relative;background:#fff;margin:0;overflow:hidden}product-card.card-product .card-media .aspect-ratio{--ratio-percent:100%!important;aspect-ratio:1/1;height:auto!important;padding:0!important;display:block;position:relative}product-card.card-product .card-media-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;max-width:none;max-height:none;object-fit:contain!important;object-position:center;padding:10px;box-sizing:border-box;transition:opacity .2s ease}product-card.card-product .card-media-image+.card-media-image{opacity:0}product-card.card-product:has(.card-media-image+.card-media-image):hover .card-media-image:first-child{opacity:0}product-card.card-product:has(.card-media-image+.card-media-image):hover .card-media-image+.card-media-image{opacity:1}product-card.card-product:not(:has(.card-media-image+.card-media-image)):hover .card-media-image:first-child{opacity:1}.fpc__stk{position:absolute;bottom:9px;left:9px;z-index:2;display:inline-flex;align-items:center;gap:5px;max-width:calc(58% - 12px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:800;padding:4px 8px;border-radius:5px;text-transform:uppercase;letter-spacing:.03em;background:var(--fp-green-bg,#E7F5EC);color:var(--fp-green,#188A4E)}.fpc__stk:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.fpc__stk--out{background:#eef1f5;color:var(--fp-steel,#5A6675)}.fpc__sale{position:absolute;bottom:9px;right:9px;z-index:2;max-width:calc(48% - 12px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:800;padding:4px 8px;border-radius:5px;background:var(--fp-amber,#F4A100);color:var(--fp-ink,#0B1E3F)}product-card.card-product .card-product-badges{display:none!important}product-card.card-product .card-footer-intro{display:none!important}.fp-wish{position:absolute;top:9px;right:9px;z-index:3;width:32px;height:32px;border-radius:50%;border:1px solid var(--fp-border,#E3E8EF);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:var(--fp-sh-1,0 2px 7px rgba(11,30,63,.1));transition:transform .15s ease,border-color .15s ease}.fp-wish:hover{border-color:var(--fp-blue,#1F4EC9);transform:scale(1.08)}.fp-wish__ico{width:17px;height:17px;fill:none;stroke:var(--fp-steel,#5A6675);stroke-width:2;stroke-linejoin:round;transition:.15s;position:relative;top:-1px}.fp-wish.is-on{border-color:var(--fp-blue,#1F4EC9)}.fp-wish.is-on .fp-wish__ico{fill:var(--fp-blue,#1F4EC9);stroke:var(--fp-blue,#1F4EC9);animation:fp-pop .28s ease}@keyframes fp-pop{0%{transform:scale(.7)}55%{transform:scale(1.22)}to{transform:scale(1)}}.fpc__in{display:flex;flex-direction:column;flex:1;min-width:0;padding:12px 12px 13px}product-card.card-product .card-info{padding:12px 12px 0}.fpc__br,product-card.card-product .card-eyebrow{font-size:10.5px;font-weight:800;letter-spacing:.09em;color:var(--fp-steel,#5A6675);text-transform:uppercase;margin:0 0 5px}product-card.card-product .card-eyebrow a,product-card.card-product .card-eyebrow-item{color:var(--fp-steel,#5A6675)!important;text-decoration:none}.fpc__nm{font-size:13px;font-weight:600;margin:5px 0 7px;line-height:1.34;color:var(--fp-ink,#0B1E3F);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.68em}.fpc__nm:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.fpc:hover .fpc__nm{color:var(--fp-blue-700,#163E9E)}product-card.card-product .card-heading{font-size:13px;font-weight:600;line-height:1.34;margin:0}product-card.card-product .card-heading a{color:var(--fp-ink,#0B1E3F)!important;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}product-card.card-product:hover .card-heading a{color:var(--fp-blue-700,#163E9E)!important}.fpc__rate{display:flex;gap:2px;align-items:center;color:var(--fp-amber,#F4A100);font-size:13px;margin:0 0 8px}.fpc__rate span{color:var(--fp-steel,#5A6675);font-size:11px;margin-left:5px;font-weight:600}.fpc__star{width:13px;height:13px;fill:currentColor}.fpc__pr{display:flex;align-items:baseline;gap:7px;margin:auto 0 10px;min-width:0;flex-wrap:wrap}.fpc__pr b{font-size:18px;font-weight:800;color:var(--fp-ink,#0B1E3F);letter-spacing:-.01em}.fpc__pr s{color:var(--fp-steel,#5A6675);font-size:13px}product-card.card-product .card-footer{padding:8px 12px 13px;margin-top:auto;display:flex;flex-direction:column;gap:9px}product-card.card-product .card-footer .price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;margin:0;min-width:0}.fpc__pn{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;max-width:100%;font-family:Roboto Mono,ui-monospace,Menlo,monospace;font-size:11px;font-weight:600;color:var(--fp-ink,#0B1E3F);background:#f4f6f9;border:1px solid var(--fp-border,#E3E8EF);border-radius:6px;padding:2px 7px;margin:0 0 6px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fpc__pn .lbl{color:var(--fp-steel,#5A6675);font-family:Roboto,system-ui,sans-serif;font-weight:700;font-size:9px;letter-spacing:.05em;text-transform:uppercase;flex:none}.fpc__fit{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--fp-steel,#5A6675);margin:0 0 9px;line-height:1.3;min-width:0}.fpc__fit svg{width:13px;height:13px;color:var(--fp-green,#188A4E);flex:none;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.fpc__fit span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.fpc__oem{display:inline-block;font-size:8.5px;font-weight:900;letter-spacing:.05em;color:var(--fp-blue,#1F4EC9);background:#e8eefb;padding:1px 5px;border-radius:4px;margin-left:5px;vertical-align:middle}.fpc__sale--rich{display:flex;flex-direction:column;align-items:flex-end;line-height:1;padding:4px 8px;box-shadow:0 2px 6px #f4a10052}.fpc__sale--rich b{font-size:11.5px;font-weight:900}.fpc__sale--rich i{font-size:8px;font-weight:800;font-style:normal;letter-spacing:.04em;opacity:.82;margin-top:1px}.fpc__stk--low{background:var(--fp-amber-bg,#FDEFD0);color:#8a5a00}.fpc__stk--low:before{background:var(--fp-amber,#F4A100)}
/*# sourceMappingURL=/cdn/shop/t/17/assets/fp-cards.css.map */
