:root{--spacer-xs:8px;--spacer-sm:16px;--spacer-md:24px;--spacer-lg:32px;--spacer-xl:40px}.pc-product-card{border:1px solid #eee;border-radius:var(--border-radius-primary);box-sizing:border-box;overflow:hidden}.pc-product-card a{background-color:#fff;display:flex;flex-direction:column;gap:5px;overflow:hidden;padding:5px}.pc-product-card a .article__imagewrapper{aspect-ratio:1/1;overflow:hidden;position:relative;width:100%}.pc-product-card a .article__imagewrapper img{border-radius:var(--border-radius-primary);height:100%;width:100%}.pc-product-card a .pc-product-card__icon{color:#fff;opacity:.5;position:absolute;right:10px;top:10px;z-index:1}.pc-product-card a .pc-product-card__icon path{stroke:var(--c-brand-primary);stroke-width:2px;stroke-dasharray:2,1;stroke-linejoin:round}.pc-product-card a .pc-product-card__icon:hover{opacity:1}.pc-product-card a .pc-product-card__icon.isFavorite{animation:heartBeat 1.5s;color:var(--c-red);opacity:1}.pc-product-card a .pc-product-card__icon.isFavorite path{stroke:var(--c-red);stroke-width:1px;stroke-dasharray:unset}.pc-product-card a .pc-product-card__icon.isRemoved{animation:heartBreak 1.5s;opacity:1}.pc-product-card a .pc-product-card__icon.isRemoved path{stroke-width:1px;stroke-dasharray:unset}.pc-product-card a .pc-product-card__icon.isFavorite.loading,.pc-product-card a .pc-product-card__icon.isRemoved.loading,.pc-product-card a .pc-product-card__icon.loading{animation:none;opacity:1}.pc-product-card a .pc-product-card__icon.isFavorite.loading path,.pc-product-card a .pc-product-card__icon.isRemoved.loading path,.pc-product-card a .pc-product-card__icon.loading path{stroke-width:2px;stroke-dasharray:2,1;animation:marching 1s linear infinite}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{color:red;transform:scale(1)}}@keyframes marching{0%{stroke-dashoffset:0}to{stroke-dashoffset:30}}@keyframes heartBreak{0%{color:#4aedff;opacity:1;transform:scale(1)}28%{transform:scale(1.5)}70%{opacity:0;transform:scale(0)}to{opacity:0;transform:scale(0)}}.pc-product-card a .article__content{display:flex;flex-direction:column;gap:8px;padding:8px}.pc-product-card a .article__content .article__title{align-items:flex-start;color:var(--color-text);flex:45px 0 0;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@supports (-webkit-line-clamp:2){.pc-product-card a .article__content .article__title{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.pc-product-card a .article__content .article__text{color:var(--c-brand-variant);display:block;flex:unset;font-size:18px;font-weight:500}.pc-product-card a .article__content .article__details{align-items:center;display:flex;flex:unset;justify-content:space-between;padding:0 16px}.pc-product-card a:hover .article__content .article__title{color:var(--c-brand-primary);text-decoration:underline}.pc-product-card.horizontal a{flex-direction:row}.pc-product-card.horizontal a .article__title{flex:unset;padding-top:10px}@supports (-webkit-line-clamp:2){.pc-product-card.horizontal a .article__title{-webkit-line-clamp:unset}}.pc-product-card.horizontal a .article__imagewrapper{height:140px;overflow:visible;width:140px}.pc-product-card.dense.horizontal a .article__imagewrapper{height:90px;width:90px}.pc-product-card .addToCart.dense{border-radius:0 0 var(--border-radius-primary) var(--border-radius-primary);overflow:hidden}
