.itf-product-card{position:relative;display:flex;flex-direction:column;height:100%;min-width:0;background:var(--itf-card-bg, #ffffff);border:1px solid var(--itf-border, #e6e6e6);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px #2f2f2f0e;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.itf-product-card:hover{transform:translateY(-2px);border-color:#8ab83873;box-shadow:0 16px 36px #2f2f2f18}.itf-product-card--sold-out{opacity:.62}.itf-product-card--sold-out:hover{transform:none}.itf-product-card__image-area{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--itf-card-image-bg, #ffffff);border-bottom:1px solid var(--itf-border, #e6e6e6);overflow:hidden}.itf-product-card__image-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:18px;text-decoration:none;color:inherit}.itf-product-card__image{display:block;width:100%;height:100%;object-fit:var(--itf-card-image-fit, contain);object-position:center;transition:transform .22s ease}.itf-product-card:hover .itf-product-card__image{transform:scale(1.025)}.itf-product-card__image-placeholder{width:100%;height:100%;border-radius:14px;background:linear-gradient(135deg,#f3f5f2,#fff);display:flex;align-items:center;justify-content:center;color:var(--itf-accent, #8ab838);font-weight:800;font-size:42px}.itf-product-card__badge{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;max-width:calc(100% - 24px);padding:6px 10px;border-radius:999px;background:#fffffff0;color:var(--itf-text, #2f2f2f);border:1px solid rgba(47,47,47,.11);box-shadow:0 8px 18px #2f2f2f14;font-size:12px;line-height:1.2;font-weight:700;white-space:normal}.itf-product-card__body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:14px 14px 16px}.itf-product-card__rating{width:100%;margin-bottom:8px;font-size:13px;line-height:1}.itf-product-card__rating--reserved{min-height:20px}.itf-product-card__rating .jdgm-widget,.itf-product-card__rating .jdgm-preview-badge{min-height:18px;line-height:1}.itf-product-card__rating .jdgm-prev-badge{display:inline-flex!important;align-items:center;gap:4px}.itf-product-card__rating .jdgm-prev-badge__text{color:var(--itf-muted, #666666);font-size:12px}.itf-product-card__title{margin:0;color:var(--itf-text, #2f2f2f);font-size:15px;line-height:1.32;font-weight:750}.itf-product-card__title a{color:inherit;text-decoration:none}.itf-product-card__title a:hover{color:var(--itf-accent, #8ab838)}.itf-product-card__specs{margin-top:8px;color:var(--itf-muted, #666666);font-size:13px;line-height:1.45}.itf-product-card__specs--subtitle{white-space:normal}.itf-product-card__specs--inline{display:flex;align-items:center;flex-wrap:wrap;gap:3px 6px}.itf-product-card__specs--stacked{display:flex;flex-direction:column;gap:3px}.itf-product-card__spec{display:inline}.itf-product-card__spec-separator{color:#2f2f2f57}.itf-product-card__price-area{margin-top:14px}.itf-product-card__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px}.itf-product-card__price{color:var(--itf-text, #2f2f2f);font-size:20px;line-height:1.1;font-weight:850;letter-spacing:-.025em}.itf-product-card__compare-price{color:var(--itf-muted, #666666);font-size:13px;line-height:1.2;text-decoration:line-through}.itf-product-card__retail-comparison{margin-top:6px;color:var(--itf-muted, #666666);font-size:12.5px;line-height:1.35}.itf-product-card__retail-comparison span{color:var(--itf-text, #2f2f2f);font-weight:650}.itf-product-card__savings{margin-top:7px;font-size:12.5px;line-height:1.35;font-weight:750}.itf-product-card__savings--green_text{color:var(--itf-accent, #8ab838)}.itf-product-card__savings--pill{display:inline-flex;align-items:center;width:fit-content;padding:5px 8px;border-radius:999px;color:#42610f;background:#8ab83824}.itf-product-card__savings--muted{color:var(--itf-muted, #666666);font-weight:600}.itf-product-card__actions{margin-top:auto;padding-top:14px}.itf-product-card__button{-webkit-appearance:none;appearance:none;width:100%;min-height:44px;border:1px solid var(--itf-button-bg, #8ab838);border-radius:999px;background:var(--itf-button-bg, #8ab838);color:var(--itf-button-text, #ffffff);font:inherit;font-size:14px;line-height:1.2;font-weight:800;cursor:pointer;text-align:center;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease,background .15s ease,border-color .15s ease}.itf-product-card__button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #8ab8383d}.itf-product-card__button:focus-visible{outline:3px solid rgba(138,184,56,.34);outline-offset:3px}.itf-product-card__button[disabled],.itf-product-card__button--sold-out{cursor:not-allowed;transform:none;box-shadow:none;opacity:.72;background:#d9d9d9;border-color:#d9d9d9;color:#555}.itf-product-card__button.is-loading{pointer-events:none;opacity:.72}.itf-product-card__button.is-success{background:#6fa12c;border-color:#6fa12c}.itf-product-card__message{min-height:18px;margin-top:7px;font-size:12px;line-height:1.35;color:var(--itf-muted, #666666);text-align:center}.itf-product-card__message.is-success{color:var(--itf-accent, #8ab838);font-weight:700}.itf-product-card__message.is-error{color:#b42318;font-weight:700}.itf-product-card--sold-out .itf-product-card__image{filter:grayscale(.35)}.itf-product-card--sold-out .itf-product-card__badge{background:#2f2f2fe0;color:#fff;border-color:#2f2f2fe0}@media screen and (max-width:749px){.itf-product-card{border-radius:15px}.itf-product-card__image-link{padding:12px}.itf-product-card__badge{top:8px;left:8px;max-width:calc(100% - 16px);padding:5px 8px;font-size:11px}.itf-product-card__body{padding:11px 11px 13px}.itf-product-card__rating{margin-bottom:6px}.itf-product-card__rating--reserved{min-height:18px}.itf-product-card__title{font-size:13.5px;line-height:1.3}.itf-product-card__specs{margin-top:7px;font-size:12px;line-height:1.4}.itf-product-card__price-area{margin-top:11px}.itf-product-card__price{font-size:17px}.itf-product-card__compare-price,.itf-product-card__retail-comparison,.itf-product-card__savings{font-size:11.5px}.itf-product-card__actions{padding-top:12px}.itf-product-card__button{min-height:40px;font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/itf-collection-card.css.map */
