.product-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%;position:relative}@media screen and (min-width:48rem){.product-card .product__badge,.product-card .product__badges .product__badge{font-size:1rem;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__quickview{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--color-white);border:0;border-radius:50%;-webkit-box-shadow:0 .125rem .5rem rgba(0,0,0,.15);box-shadow:0 .125rem .5rem rgba(0,0,0,.15);color:var(--color-black);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5rem;justify-content:center;padding:0;position:absolute;right:.75rem;top:.75rem;-webkit-transition:background-color var(--duration-short) ease,color var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;transition:background-color var(--duration-short) ease,color var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,background-color var(--duration-short) ease,color var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,background-color var(--duration-short) ease,color var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;width:2.5rem;z-index:20}.product-card__quickview:focus,.product-card__quickview:hover{background-color:var(--color-brand-purple);-webkit-box-shadow:0 .25rem .75rem rgba(0,0,0,.2);box-shadow:0 .25rem .75rem rgba(0,0,0,.2);color:var(--color-white)}.product-card__quickview svg{height:1.25rem;width:1.25rem}.product-card__image{background-color:var(--color-white);border-radius:.5rem;margin:0 auto;max-width:100%;overflow:hidden;position:relative}.product-card__image .img{border-radius:.5rem;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;-ms-flex-positive:1;grid-gap:.75rem;display:block;display:grid;flex-grow:1;gap:.75rem;grid-template-columns:1fr;padding-top:.75rem}.product-card__title-and-price .price{color:var(--color-brand-text);font-size:.875rem;line-height:1.25rem}@media screen and (min-width:48rem){.product-card__title-and-price .price{font-size:1rem;line-height:1.375rem}}.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{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;font-family:var(--font-bold-family);font-size:1rem;font-style:var(--font-bold-style);font-weight:var(--font-bold-weight);line-height:1.375rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.product-card .quickshop{margin-top:auto}.product-card__footer{grid-gap:.25rem;display:grid;gap:.25rem;padding:.25rem 0 0}.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}