.shop-by-category{padding:48px 12px}.shop-by-category__items{grid-gap:12px;display:grid;gap:12px}.shop-by-category__items.one_column,.shop-by-category__items.three_column{grid-template-columns:minmax(0,1fr)}.shop-by-category__items.four_column,.shop-by-category__items.two_column{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-by-category__item{grid-column:span 1/span 1;overflow:hidden;position:relative}.shop-by-category__item__image{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out;width:100%}.shop-by-category__item:hover .shop-by-category__item__image{transform:scale(1.04)}.shop-by-category__item--black,.shop-by-category__item--black:hover{color:var(--color-black)!important}.shop-by-category__item--white,.shop-by-category__item--white:hover{color:var(--color-white)!important}.shop-by-category__item__image-wrap{height:100%;position:relative}.shop-by-category__item__gradient{background:linear-gradient(0deg,rgba(0,0,0,.5),33.333%,transparent);height:100%;left:0;position:absolute;top:0;width:100%}.shop-by-category__item__content{bottom:0;left:0;padding-bottom:1rem;position:absolute;text-align:center;width:100%}.shop-by-category__item__heading{display:inline-flex;font-size:20px;font-weight:400;letter-spacing:1.6px;line-height:24px;padding:0 10px;text-decoration:underline;text-decoration-color:hsla(0,0%,100%,.2);text-transform:uppercase;text-underline-offset:5px}.shop-by-category__item--black .shop-by-category__item__heading{text-decoration-color:rgba(0,0,0,.2)}.shop-by-category__item__price{align-items:flex-start;display:flex;flex-flow:row wrap;font-size:14px;font-weight:400;justify-content:center;line-height:20px}.shop-by-category__item__price>p:first-child:not(:last-child){margin-bottom:0;text-align:center;width:100%}.shop-by-category__item__price .product-price__price{font-size:16px;line-height:24px}.shop-by-category__item__price .product-price__superscript{font-size:12px;line-height:23px}.shop-by-category__item__price .starting-at{margin-right:.25rem}@media(min-width:768px){.shop-by-category{padding:64px 20px}.shop-by-category__heading{margin:0 0 24px}.shop-by-category__items.one_column{grid-template-columns:minmax(0,1fr)}.shop-by-category__items.two_column{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-by-category__items.three_column{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-by-category__items.four_column{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){.shop-by-category__items{gap:20px}.shop-by-category__item__heading{font-size:24px;letter-spacing:2.4px;line-height:29px}.shop-by-category__item__price{font-size:16px;line-height:24px}.shop-by-category__item__price .superscript{font-size:12px;line-height:22px}}