.ps-mega__activity-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.ps-mega__activity-card{display:flex;min-width:0;min-height:84px;padding:8px 6px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid #dedede;background:#f5f5f5;text-align:center;text-decoration:none;font-size:10px;font-weight:800;line-height:1.15;transition:.16s}.ps-mega__activity-card:hover{border-color:#222;background:#fff;transform:translateY(-1px)}.ps-mega__activity-card[hidden]{display:none!important}.ps-mega__activity-icon{display:grid;width:34px;height:34px;place-items:center}.ps-mega__activity-icon img,.ps-mega__activity-icon svg{display:block;width:100%;height:100%;object-fit:contain}.ps-mega__activity-icon svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ps-mega__sale-layout{display:block}.ps-mega__sale-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.ps-mega__sale-column{min-width:0}.ps-mega__sale-column .ps-mega__category-group{display:block;width:100%;margin-bottom:18px}.ps-mega__sale-discounts{padding:0;border:0}.ps-mega__sale-discounts>h3{margin-bottom:10px}.ps-mega__sale-discount-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.ps-mega__sale-discount-grid a{display:flex;min-height:34px;padding:6px 8px;align-items:center;justify-content:center;border:1px solid rgba(173,50,50,.25);background:rgba(173,50,50,.05);color:#8f2626;font-size:10px;font-weight:800;line-height:1.15;text-align:center;text-decoration:none}.ps-mega__sale-discount-grid a:hover{border-color:var(--ps-red);background:rgba(173,50,50,.1)}@media(max-width:1450px){.ps-mega__activity-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.ps-mega__activity-card{min-height:78px}.ps-mega__sale-columns{gap:20px}}

/* PeakStyle product card alignment */
.product-card{display:flex;flex-direction:column;height:100%}
.product-card__wrapper{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}
.product-card__image-wrapper{aspect-ratio:1/1;flex:0 0 auto;overflow:hidden}
.product-card__image-wrapper responsive-image,.product-card__image-wrapper .product-card__image{width:100%;height:100%}
.product-card__image-wrapper img{display:block;width:100%!important;height:100%!important;padding:2%;object-fit:contain!important;object-position:center!important;transform:none!important}
.product-card__wrapper.f-image-hover-effect__zoom responsive-image,.product-card__wrapper.f-image-hover-effect__zoom:hover responsive-image{transform:none!important}
.product-card__wrapper:hover .product-card__image-wrapper .product-card__image,.product-card__wrapper:focus-within .product-card__image-wrapper .product-card__image{transform:none!important}
.product-card__info{display:flex;flex:1 1 auto;flex-direction:column;min-height:128px}
.product-card__vendor{min-height:1.25em}
.product-card__title{display:-webkit-box;min-height:2.8em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.product-card__info .f-price{margin-top:auto}
.product-card>.product-card__options{min-height:32px;margin-top:auto}
@media(max-width:749px){.product-card__info{min-height:116px}}
