.product-image-container{background-color:var(--color-neutral-gray-100);aspect-ratio:131.25/210.75;width:131.25px;height:210.75px;box-shadow:var(--shadow-sm);border-radius:var(--radius-sm);align-self:stretch;position:relative;overflow:hidden}.product-description{color:var(--color-neutral-black);text-align:right;font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);max-height:4.125rem;overflow:hidden}.product-divider{height:var(--spacing-lg);border-top:1px solid var(--color-neutral-gray-100);flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-start;display:flex}.price-text{color:var(--ev-text-link);text-align:right;font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);justify-content:flex-start;width:100%;display:flex}.fill svg,.fill svg path{fill:var(--color-blue-sky)}.strokes svg,.strokes svg path{stroke:#fff}.w-4.h-5>svg{object-fit:contain;max-width:100%;max-height:100%;width:100%!important;height:100%!important}.image-section{width:131px;height:210px}@media (min-width:640px){.image-section{width:140px;height:220px}.price-section{width:225px;box-shadow:0px 0px 8px 0px var(--color-neutral-gray-200);border:1px solid var(--color-neutral-gray-200);border-radius:var(--radius-lg);justify-content:space-between;padding:.75rem}.dark .price-section{border-color:var(--ev-border-subtle);box-shadow:0 0 8px #ffffff12}.price-section .product-prices{row-gap:12px}.price-section .product-price-divider{border-bottom:1px solid var(--color-neutral-gray-200);grid-column:1/-1;height:1px;display:block}.price-section .add-to-cart-btns button{white-space:nowrap;gap:.375rem;padding-left:.5rem;padding-right:.5rem}.price-section .add-to-cart-btns button>.add-to-cart-btn-icon:not(.add-to-cart-gift-icon),.price-section .add-to-cart-btns button>svg{flex-shrink:0;width:18px;height:18px}.price-section .add-to-cart-btns button>.add-to-cart-gift-icon{width:16px;height:16px}}@media (min-width:1024px){.image-section{width:175px;height:275px}.price-section{width:250px;padding:1.2rem}.price-section .product-prices{row-gap:12px}.price-section .add-to-cart-btns button{gap:.5rem;padding-left:.625rem;padding-right:.625rem}.price-section .add-to-cart-btns button>.add-to-cart-btn-icon:not(.add-to-cart-gift-icon),.price-section .add-to-cart-btns button>svg{width:24px;height:24px}.price-section .add-to-cart-btns button>.add-to-cart-gift-icon{width:16px;height:16px}}.product-price-divider{display:none}.price-section .product-prices{row-gap:12px}.divider:not(:last-child):after{content:",";margin-right:.25rem}.product-list-item-grid{grid-template-areas:"image-section content-section""image-section price-section""description-section description-section"}@media (min-width:640px){.product-list-item-grid{grid-template-areas:"image-section content-section price-section""image-section description-section price-section"}.product-list-item-grid.product-list-item-customer{background:var(--color-neutral-gray-100);border-radius:var(--radius-lg);border:1px solid var(--color-neutral-gray-200);grid-template-columns:175px 1fr 120px;grid-template-areas:"image-section content-section price-section""image-section description-section price-section";padding:1rem}.product-list-item-grid.product-list-item-customer .price-section{width:auto}}.image-section{grid-area:image-section}.content-section{grid-area:content-section}.price-section{grid-area:price-section}.description-section{grid-area:description-section}.product-grid-item{min-width:150px;max-width:220px}.customer-products-grid .product-grid-item{max-width:190px}@media (min-width:1280px){.customer-products-grid .product-grid-item{max-width:220px}}