.product-item{font-family:var(--product-item-font-family)}@media only screen and (min-width:1024px){.product-item{transition:box-shadow .25s cubic-bezier(.645,.045,.355,1)}}@media only screen and (min-width:1024px)and (hover:hover){.product-item:hover{box-shadow:var(--box-shadow-primary)}}.product-item .product-attributes{order:4}.product-item__inner{border:10px solid transparent;display:flex;flex-direction:row;flex-wrap:wrap;height:100%}.product-item__link{display:flex;flex-direction:column;position:relative;text-decoration:none;width:100%}.product-item__link:focus-visible{outline-color:var(--focus-visible-color);outline-offset:0;outline-style:solid;outline-width:2px}.product-item--is-bestseller{border:2px solid var(--product-item-bestseller-border-color);border-radius:4px}.product-item__bestseller-badge{left:12px;position:absolute;top:-12px;z-index:2}.product-item__image{margin-bottom:20px;order:1}.product-item__image img{aspect-ratio:4/3;display:block;height:auto;width:100%}.product-item__solar-attribute{align-items:center;background-color:var(--product-item-solar-attribute-background-color);border-radius:50%;display:flex;height:40px;justify-content:center;position:absolute;right:10px;top:10px;width:40px}.product-item__solar-attribute .product-item__solar-attribute-icon{fill:var(--product-item-solar-attribute-color)}.product-item__name{color:var(--product-item-color);font-family:var(--font-base-family);font-size:1.375rem;font-weight:var(--headline-font-weight);font-weight:var(--product-item-font-weight);line-height:28px;margin-bottom:8px;order:2;overflow:hidden;position:relative;text-overflow:ellipsis}@supports(display:-webkit-box){.product-item__name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}}.product-item__badge{display:inline-block;margin-bottom:12px}.product-item__description{color:#5a5e63;font-size:.75rem;line-height:20px;margin-bottom:12px;order:3;overflow:hidden;position:relative;text-overflow:ellipsis}@supports(display:-webkit-box){.product-item__description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}}.product-item__actions{align-self:flex-end;justify-content:space-between;width:100%}.product-item__actions,.product-item__add-form{align-items:center;display:flex}.product-item__add-form .product-item__add-to-cart{border-radius:50%;cursor:pointer;display:flex;height:48px;fill:#fff;font-size:1rem;margin-left:12px;padding:12px;width:48px}.product-item__add-form .product-item__add-to-cart:focus-visible{border-color:var(--color-main)}.product-item__add-form .product-item__add-to-cart i{color:#000;left:-1910em;position:absolute;top:0}.product-item__add-form .form__element{margin-top:0}.product-item__price{color:var(--product-item-price-color);font-family:var(--font-base-family);font-size:1.375rem;font-weight:var(--headline-font-weight);font-weight:var(--product-item-font-weight);line-height:28px;text-align:right}.product-item__action-add-qty{display:none}.product-item__add-to-cart{transition:background-color .25s cubic-bezier(.645,.045,.355,1),border-color .25s cubic-bezier(.645,.045,.355,1)}.csshover .product-item__add-to-cart.product-item__add-to-cart--is-added:hover,.product-item__add-to-cart.product-item__add-to-cart--is-added{color:#fff}