.product-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--color-white);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;min-height:calc(100% - 1rem);overflow:hidden;padding:0 0 1rem;position:relative}@media screen and (min-width:48rem){.product-card .product__badge,.product-card .product__badges .product__badge{font-size:.8125rem;line-height:1.25rem;padding:.375rem .625rem}.product-card .product__badges--big .product__badge{font-size:.9375rem;line-height:1.375rem;padding:.625rem 1rem}}.product-card__image-wrapper{-webkit-box-flex:0;-ms-flex:0 0;flex:0 0;position:relative}.product-card__image{background-color:var(--color-white);margin:0 auto;max-width:100%;position:relative}.product-card__image .img{margin:0}.product-card__image--secondary{bottom:0;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:opacity var(--duration-default) ease-in-out;transition:opacity var(--duration-default) ease-in-out}.product-card a.product-card__image:focus .product-card__image--secondary,.product-card a.product-card__image:hover .product-card__image--secondary{display:block;opacity:1}.product-card__information{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;color:var(--color-black);display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 0;flex:1 0;-ms-flex-flow:column;flex-flow:column;font-size:.875rem;line-height:1.25rem;margin:.5rem 1rem 0;text-align:left;-webkit-transition:color var(--duration-short) ease;transition:color var(--duration-short) ease}.product-card__information--alt{text-align:left}.product-card a.product-card__information:active,.product-card a.product-card__information:focus,.product-card a.product-card__information:hover{color:var(--color-brand-primary);text-decoration:none}.product-card__title{color:var(--color-black);display:block;margin-bottom:0;word-break:break-word}.product-card__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:block;display:-webkit-box;max-height:3.75rem;overflow:hidden;text-overflow:ellipsis}.product-card__price{font-size:1rem;line-height:1.375rem;padding:.5rem 1rem 0;text-align:left}.product-card__donation{padding:.5rem 1rem 0;position:relative}.product-card__donation .field{margin-bottom:.5rem}.product-card__donation p{font-size:.75rem;line-height:1.125rem;margin-bottom:.25rem;margin-top:0}.product-card .swiper-button-prev{left:.25rem}.product-card .swiper-button-next{right:.25rem}