.product-card{position:relative;width:100%;max-width:352px;display:flex;flex-direction:column;transition:transform .35s cubic-bezier(.22,1,.36,1)}.product-card:hover{transform:translateY(-8px)}.product-card__body{position:relative;z-index:2;border-radius:0;display:flex;flex-direction:column;flex:1}.product-card__link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.product-card__image-wrap{position:relative;background-image:url("data:image/svg+xml,%3Csvg width='352' height='303' viewBox='0 0 352 303' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M170.012 1.60052C173.719 -0.533519 178.281 -0.533513 181.988 1.60053L345.988 96.0248C349.707 98.1665 352 102.132 352 106.424V302.153H176H0V106.424C0 102.132 2.29261 98.1665 6.01243 96.0248L170.012 1.60052Z' fill='%23D9A126'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;padding-top:86.36%;overflow:visible}.product-card__image{position:absolute;left:0;bottom:0;width:100%;height:117%;object-fit:contain;object-position:center bottom;pointer-events:none}.product-card__image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20%}.product-card__placeholder-svg{width:100%;height:100%;opacity:.3}.product-card__badge{position:absolute;bottom:15px;left:25px;z-index:3;padding:10px 16px;background-color:var(--color-black);color:var(--color-white);font-family:var(--font-display);font-size:var(--text-base);font-weight:400;line-height:1;border-radius:8px;box-shadow:0 4px 11px #00000091;white-space:nowrap}.product-card__info{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:16px;padding:25px;background-color:var(--color-grey);border:7px solid;border-image:linear-gradient(to bottom,var(--color-grey),var(--color-gold)) 1;flex:1}.product-card__title{color:var(--color-black)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-card__price{display:flex;flex-direction:column;align-items:flex-start}.product-card__price-from{font-family:var(--font-body);font-size:var(--text-base);font-weight:700;line-height:1;color:var(--color-black)}.product-card__price-amount{font-family:var(--font-body);font-size:var(--text-h6);font-weight:700;line-height:1;color:var(--color-black)}.product-card__price-compare{font-family:var(--font-body);font-size:var(--text-base);font-weight:400;line-height:1;color:var(--color-black);opacity:.5;text-decoration:line-through;margin-top:4px}.product-card__btn{flex-shrink:0}.product-card__drip{position:relative;z-index:1;margin-top:-2px;height:50px;color:var(--color-gold);transform:translateY(-100%);opacity:0;transition:transform .7s cubic-bezier(.22,1,.36,1) .15s,opacity .4s ease .15s}.product-card__drip.is-visible{transform:translateY(0);opacity:1}.product-card__drip svg{display:block;width:100%;height:100%}@media(max-width:768px){.product-card{max-width:300px}.product-card__info{padding:15px;border-width:5px}.product-card__badge{left:20px;bottom:12px;padding:8px 12px;font-size:.875rem}.product-card__title{font-size:var(--text-h4-mobile)!important}.product-card__price-from{font-size:13px!important}.product-card__price-amount{font-size:16px!important}.product-card__price-compare{font-size:13px!important}.product-card__btn{font-size:14px!important}.product-card__drip{height:40px}}@media(max-width:549px){.product-card__footer{flex-direction:column;align-items:stretch;gap:10px}.product-card__price{flex-direction:row;align-items:center;gap:10px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-card.css.map */
