.product-card{display:flex;flex-direction:column;height:100%;position:relative;border-radius:4px;margin:12px 6px 0}.product-card__tag{position:absolute;z-index:1;top:8px;left:8px}.product-card__tag .promo-tag{font-family:var(--font-bebas);font-weight:400;border-radius:4px;line-height:1.2;padding:4px 12px;font-size:12px}.product-card__image{display:block;width:100%;padding-bottom:100%;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000012;border-radius:4px}.product-card__image img{position:absolute;top:50%;left:50%;height:auto;transform:translate(-50%,-50%);width:100%;background-color:var(--sports-white);aspect-ratio:1 / 1}@media (min-width: 768px){.product-card{height:auto;background-color:transparent;box-shadow:none;border-radius:0;padding:0}.product-card__image{box-shadow:0 2px 12px #00000012}.product-card__tag .promo-tag{font-size:16px}}.product-card__details{display:flex;flex-direction:column;position:relative}.product-card__title{font-family:var(--font-helvetica);font-weight:500;font-size:14px;line-height:120%;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:8px}@media (min-width: 768px){.product-card__details{align-items:flex-start}.product-card__title{font-size:16px;font-weight:700;text-align:left;display:block;white-space:normal}}.product-card__price{display:flex;flex:0;margin:8px 0 0;flex-direction:row-reverse;gap:4px;align-items:baseline;justify-content:flex-end}.product-card__amount{font-size:12px;font-weight:400;line-height:1.2;color:#000;display:inline-block}.product-card__amount--compare{color:#a2a2a2;text-decoration:line-through;font-weight:400}.product-card__amount--compare:not(:empty)+.product-card__amount{color:var(--sports-red-1)}.product-card__colors{display:flex;gap:5px;margin:8px 0 15px}.product-card__colors .more-colors{display:none;position:relative}.product-card__colors .more-colors span{position:absolute;color:var(--sports-black-1);top:-3px;width:100%;right:0;text-align:center;transform:scale(.9)}@media (max-width: 767px){.product-card__colors .swatch:nth-child(n+5){display:none}.product-card__colors .swatch:nth-last-child(-n+4)~.more-colors{display:inline}}.product-card__colors .swatch,.product-card__colors .more-colors{display:block;margin-top:0;width:24px;height:24px;border-radius:2px;padding:3px;background:var(--sports-white);border:1px solid #ddd}.product-card__colors .swatch.active{border:1px solid var(--sports-navy)}.product-card__colors .swatch .swatch-color-square{display:block;width:100%;height:100%;background-size:cover;border-radius:2px;border:1px solid var(--sports-grey-3)}@media (min-width: 768px){.product-card__colors{flex-wrap:wrap;justify-content:flex-start;gap:8px;pointer-events:all;margin-top:8px}.product-card__colors .swatch{display:block;padding:2px;background:var(--sports-white);border-radius:2px;width:auto;height:auto}.product-card__colors .swatch.active{border-color:#888}.product-card__colors .swatch .swatch-color-square{display:block;width:20px;height:20px;background-size:cover;border:1px solid #eee}.product-card__colors .more-colors{display:none}}@media (min-width: 768px){.product-card__amount{display:block;font-size:16px}.product-card__amount--compare:not(:empty){margin:0}}.product-card__options{display:none;position:absolute;z-index:2;bottom:0;left:0;right:0;width:100%;background-color:var(--sports-navy);padding:16px 10px}.product-card__options:empty{display:none!important}.product-card__options--single{padding:0}.product-card__options .add-to-cart{width:100%;padding:24px;font-weight:700;font-size:14px;line-height:120%;text-align:center;text-transform:uppercase;color:var(--sports-white);margin:-16px -10px}.product-card__cta .add-to-cart .fa-check,.product-card__options .add-to-cart .fa-check{display:inline-block}.product-card__options .option{min-width:32px;height:32px;padding:8px;display:flex;align-items:center;justify-content:center;background-color:var(--sports-white);border-radius:4px;font-weight:500;font-size:11px;line-height:120%;text-transform:uppercase;color:var(--sports-navy)}.product-card__options .option[data-available=false]{cursor:not-allowed;background-color:#a1a5ac;color:#7e838d}.product-card__options .choose{width:100%;font-weight:700;font-size:12px;line-height:120%;text-transform:uppercase;color:var(--sports-white);text-align:center;margin-bottom:8px}.product-card__cta{position:absolute;bottom:4px;right:4px}.product-card__cta .add-to-cart{text-align:center;background-color:var(--sports-navy);color:var(--sports-white);border-radius:0;width:28px;display:block;height:28px}.product-card__cta .add-to-cart[data-available=false]{display:none}@media (min-width: 768px){.product-card:not(:focus-within) .product-card__options{display:none}.product-card:hover .product-card__options,.product-card:focus-within .product-card__options{display:flex;justify-content:center;flex-wrap:wrap;gap:4px}.product-card__cta{display:none}}.product-recommendations.rebuyRecs{max-width:100%;background:var(--sports-white);padding:40px 16px;border-bottom:1px solid var(--sports-grey-3)}.product-recommendations.rebuyRecs .product-recommendations__products{min-height:310px}.product-recommendations.rebuyRecs .product-recommendations__products.loading{position:relative}.product-recommendations.rebuyRecs .product-recommendations__products.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:4px solid var(--sports-grey-3);border-top-color:var(--sports-blue);border-radius:50%;animation:fa-spin .8s linear infinite}.product-recommendations.rebuyRecs .product-recommendations__heading{text-align:left;padding:0;font-size:24px;margin-bottom:16px}.product-recommendations.rebuyRecs .product-recommendations__products{display:flex;overflow-x:auto;overflow-y:hidden;gap:16px;width:100%;max-width:1320px;margin:0 auto;scrollbar-width:none}.product-recommendations.rebuyRecs .product-recommendations__products .product-card{margin:12px 6px 0}.product-recommendations.rebuyRecs product-card{min-width:226px;max-width:25%}.product-recommendations.rebuyRecs .product-card__tag .promo-tag{border-radius:0;font-size:12px;line-height:normal;padding:3px 8px 1px}.product-recommendations.rebuyRecs .product-card__options{display:none!important}.product-recommendations.rebuyRecs .product-card__colors{margin-bottom:0;gap:8px}.product-recommendations.rebuyRecs .product-card__cta{display:block}.product-recommendations.rebuyRecs .product-card__title{width:100%;overflow:hidden;white-space:nowrap;font-weight:500;font-size:14px;text-overflow:ellipsis}.product-recommendations.rebuyRecs .product-card__price{margin-top:4px}.product-recommendations.rebuyRecs .product-card__amount{font-weight:400}.product-recommendations.rebuyRecs .product-card__colors .swatch,.product-recommendations.rebuyRecs .product-card__colors .more-colors{display:block;margin-top:0;width:24px;height:24px;border-radius:0;padding:0;background:var(--sports-white);border:1px solid #d8d8d8}.product-recommendations.rebuyRecs .product-card__colors .more-colors{width:26px;height:26px}.product-recommendations.rebuyRecs .product-card__colors .swatch.active{border:1px solid var(--sports-black-1)}.product-recommendations .product-card__colors .swatch.active .swatch-color-square{border:1px solid var(--sports-white)}.product-recommendations.rebuyRecs .product-card__colors .swatch .swatch-color-square{display:block;width:100%;height:100%;padding:0;background-size:cover;border-radius:0;border:0}@media (min-width: 768px){.product-recommendations.rebuyRecs .product-card__amount{font-size:16px}.product-recommendations.rebuyRecs .product-card__colors .swatch{display:block;padding:0;background:var(--sports-white);border-radius:0;width:auto;height:auto}.product-recommendations.rebuyRecs .product-card__colors .swatch.active{border-color:var(--sports-black-1)}.product-recommendations.rebuyRecs .product-card__colors .swatch .swatch-color-square{display:block;width:24px;height:24px;background-size:cover;padding:0;border:1px solid var(--sports-grey-3)}}@media (max-width: 999px){.product-recommendations.rebuyRecs .product-card__colors .swatch:nth-child(n+5){display:none}.product-recommendations .product-card__colors .swatch:nth-last-child(-n+4)~.more-colors{display:inline}.product-recommendations.rebuyRecs .product-recommendations__products{scrollbar-width:auto}}@media (min-width: 1000px){.product-recommendations.rebuyRecs .product-card__colors .more-colors{display:none}}.product-recommendations.rebuyRecs .product-card__colors .more-colors-caret{font-size:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transform:translateY(3px)}.product-recommendations.rebuyRecs .product-card__colors .more-colors-caret:before{content:"";display:block;width:5px;height:8px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="5" height="8" viewBox="0 0 5 8" fill="none"%3E%3Cpath d="M4.44614 3.83223C4.44614 3.78036 4.43658 3.73123 4.41747 3.68482C4.39563 3.63568 4.3656 3.59337 4.32739 3.55788L1.0802 0.388491C1.00649 0.314784 0.919135 0.277931 0.818129 0.277931C0.747152 0.277931 0.683 0.29431 0.625673 0.327068C0.568346 0.359827 0.523303 0.40487 0.490544 0.462197C0.457786 0.516795 0.441406 0.579582 0.441406 0.650559C0.441406 0.751564 0.476895 0.840285 0.547871 0.916722L3.75411 4.05335L3.75411 3.61521L0.547871 6.75183C0.476895 6.82554 0.441406 6.91426 0.441406 7.018C0.441406 7.08897 0.457786 7.15313 0.490544 7.21045C0.523303 7.26505 0.568346 7.30873 0.625673 7.34149C0.683 7.37425 0.747152 7.39062 0.818129 7.39062C0.869997 7.39062 0.919135 7.38107 0.965543 7.36196C1.00922 7.34285 1.0488 7.31555 1.08429 7.28006L4.32739 4.11068C4.40655 4.02878 4.44614 3.93597 4.44614 3.83223Z" fill="black"/%3E%3C/svg%3E');background-repeat:no-repeat;background-size:contain}@media (min-width: 1000px){.product-recommendations.rebuyRecs{padding:52px 16px 90px}.product-recommendations.rebuyRecs .product-recommendations__heading{font-size:40px;margin-bottom:20px;text-align:center}.product-recommendations.rebuyRecs .product-recommendations__products{gap:32px}.product-recommendations.rebuyRecs product-card{min-width:0;max-width:25%;width:25%}.product-recommendations.rebuyRecs .product-card__tag .promo-tag{font-size:14px}.product-recommendations.rebuyRecs .product-card__title{margin-top:16px;font-weight:700;font-size:16px;white-space:wrap}.product-recommendations.rebuyRecs .product-card__amount{font-size:16px;font-weight:400}.product-recommendations.rebuyRecs .product-card__colors{margin-top:10px}.product-recommendations.rebuyRecs .product-card__options{display:none!important}.product-recommendations.rebuyRecs .product-card:hover .product-card__options,.product-recommendations.rebuyRecs .product-card:focus-within .product-card__options{display:flex!important;justify-content:center;flex-wrap:wrap;gap:4px}.product-recommendations.rebuyRecs .product-card__cta{display:none}}
/*# sourceMappingURL=/cdn/shop/t/100/assets/component-product-card.css.map */
