@charset "UTF-8";.product-card{--title-height: 10rem;--image-height: 19rem;width:100%;display:flex;flex-direction:column;align-items:stretch;text-align:left;position:relative;border-radius:.4rem}@media (min-width: 768px){.product-card{padding:1.2rem;--title-height: 9rem;--image-height: 29rem}}.product-card__trade-head{position:absolute;left:-.1rem;bottom:calc(100% + .4rem);z-index:2;width:calc(100% + .2rem);text-align:center;font-size:1.2rem;font-family:var(--avenir-bold);border:.1rem solid var(--grey);border-radius:.4rem;padding:.3rem 0 .1rem;background:var(--white)}@media (min-width: 992px){.product-card__trade-head{bottom:calc(100% - .4rem)}}.product-card__wrap{position:relative}.product-card__title-wrap{position:absolute;top:0;left:0;width:100%;z-index:2}@media (min-width: 768px){.product-card__title-wrap{padding-right:2.8rem}}.product-card__title-wrap .product-title{font-size:1.6rem;font-weight:400;text-decoration:none}.product-card__title-wrap .product-title h3{margin:0;text-wrap:wrap}.product-card__title-wrap .product-title{--line-clamp: 2;display:-webkit-box;-webkit-line-clamp:var(--line-clamp, 2);line-clamp:var(--line-clamp, 2);-webkit-box-orient:vertical;word-break:var(--word-break, "none");overflow:hidden;-webkit-hyphens:auto;hyphens:auto}@media (min-width: 768px){.product-card__title-wrap .product-title:hover{text-decoration:underline}}.product-card__title-wrap .product-badges{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:.8rem}.product-card__title-wrap .product-badges__item{display:flex;flex-wrap:wrap;background:var(--off-white);border-radius:.2rem;padding:.3rem .6rem;line-height:130%}.product-card__title-wrap .product-badges__item svg{width:1.4rem;margin-right:.4rem}.product-card .card-favourites{padding:0;border:none;background:none;position:absolute;top:0;right:0;width:2rem;z-index:9;transition:.1s;cursor:pointer}.product-card .card-favourites svg,.product-card .card-favourites path{fill:var(--black)}.product-card .card-favourites.loading{transform:scale(.8);opacity:.2}.product-card__rating{margin-top:.6rem;position:relative}.product-card__rating .stars-wrap{width:7.5rem}.product-card__rating-count{margin-top:.6rem}.product-card__image{position:relative;height:var(--image-height);margin-top:var(--title-height);z-index:1;overflow:hidden}.product-card__image a{position:absolute;top:0;left:50%;height:100%;z-index:2;transform:translate(-50%)}.product-card__image img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__image .card-product-one__image-placeholder{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.product-card__image .card-product-one__image-placeholder .placeholder-icon{width:4rem}.product-card__image .card-product-one__image-placeholder .placeholder-icon svg{width:100%}.product-card__image .card-product-one__image-placeholder .placeholder-icon svg path{fill:var(--grey)}.product-card__accolades{--item-size: 4rem;position:absolute;left:calc(100% - 1.5rem);transform:translateY(-50%);z-index:1;display:flex;flex-direction:column;height:100%;top:75%}@media (min-width: 992px){.product-card__accolades{--item-size: 7rem;left:calc(100% - 2rem);height:100%;top:75%}}.product-card__accolades .item{width:var(--item-size);height:var(--item-size)}.product-card__accolades .item:not(:first-child){margin-top:-1rem}.product-card__information{margin-top:2rem}.product-card__add-to-cart{--height: 3.8rem;width:100%;background:var(--off-white);border-radius:.4rem;overflow:hidden;padding:.6rem .8rem;margin-top:.2rem}@media (min-width: 992px){.product-card__add-to-cart{display:flex;align-items:center;height:var(--height);padding:0;border-radius:10rem;border:solid 1px transparent}.product-card__add-to-cart:has(button:hover){border:solid 1px var(--black-85);background:var(--white)}.product-card__add-to-cart--disabled:has(button:hover){border:none;background:var(--off-white)}}.product-card__add-to-cart span{display:flex;align-items:center;justify-content:center;flex-grow:1;text-align:center;padding:.3rem 1rem;line-height:150%}@media (min-width: 992px){.product-card__add-to-cart span{line-height:100%}}.product-card__add-to-cart button{font-family:var(--avenir-bold);background:var(--black);color:var(--white);border:none;cursor:pointer;width:100%}@media (min-width: 992px){.product-card__add-to-cart button{padding:0;padding-top:.3rem;border-radius:0;height:var(--height);width:12rem}.product-card__add-to-cart button:hover{background:var(--black-85)}.product-card__add-to-cart button:hover:disabled{background:var(--black)}}.product-card__add-to-cart button:disabled{opacity:.6}.product-card .add-to-cart-error{color:var(--red);text-align:center;margin-top:.6rem}.product-card__characteristics{margin-top:.7rem}.product-card__characteristics ul{margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.4rem;row-gap:0rem}.product-card__characteristics ul li{font-size:1.2rem;font-family:var(--avenir-medium);list-style:none;position:relative}.product-card__characteristics ul li:before{position:absolute;left:-1rem;content:"•"}.product-card__characteristics ul li:first-child:before{content:""}@media (min-width: 992px){.product-card.trade{border:.1rem solid var(--grey)}}
