.product-card{background:#161616;border-radius:30px;overflow:hidden;display:flex;justify-content:space-between;flex-direction:column;height:100%;color:#fefefe}.product-card__media{position:relative;height:100%;overflow:visible}.product-card__image-link{display:block;text-decoration:none;cursor:pointer}.product-card__image-wrapper{padding-top:135%;position:relative}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image picture{position:absolute;top:0;left:0;width:100%;height:100%}.product-card__image picture img{width:100%;height:100%;object-fit:cover}.product-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;background:linear-gradient(180deg,#16161600,#161616);display:block!important;z-index:3}.product-card__labels{position:absolute;top:16px;right:16px;display:flex;gap:10px;z-index:10}.product-card__label{padding:6px 14px;border-radius:100px;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:150%}.product-card__header{position:relative;width:100%;display:flex;margin-bottom:20px;flex-direction:column;align-items:center;text-align:center;z-index:2;transition:opacity .3s ease,transform .3s ease}.product-card__info-box[data-state=expanded]~.product-card__header{opacity:0;transform:translateY(-20px)}.product-card__subtitle,.product-card__subtitle *{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;line-height:150%;margin:0 0 15px;letter-spacing:.5px}.product-card__subtitle strong{font-weight:600}.product-card__title{font-size:40px;font-weight:700;line-height:45px;text-transform:uppercase;font-family:PPFormula;margin:0 0 5px}.product-card__description{font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:150%;margin:0}.product-card__content{position:absolute;bottom:0;left:0;width:100%;z-index:3}.product-card__info-box{border-top-left-radius:30px;border-top-right-radius:30px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:relative;background:#161616d9;padding:20px;transition:transform .4s ease-in-out}.product-card__info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.product-card__reviews{display:flex;align-items:center;gap:8px}.product-card__stars{display:flex;gap:2px;position:relative}.product-card__star{position:relative;width:16px;height:16px}.product-card__star svg{position:absolute;top:0;left:0}.product-card__reviews-count{font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;white-space:nowrap;line-height:150%}.product-card__toggle-wrapper{display:flex;align-items:center;gap:10px;cursor:pointer}.product-card__toggle-label{color:var(--text-icon-white-50, rgba(254, 254, 254, .5));font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:150%}.product-card__toggle{display:flex;width:28px;height:28px;padding:0;justify-content:center;align-items:center;border-radius:93.333px;border:1px solid rgba(254,254,254,.1);background:var(--Neutral-Black, #161616);cursor:pointer;transition:transform .3s ease;transform:rotate(180deg);margin:0}.product-card__info-box[data-state=expanded] .product-card__toggle{transform:rotate(0);margin-top:3px}.product-card__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:left}.product-card__meta-item{display:flex;flex-direction:column;font-size:14px;gap:5px}.product-card__meta-item:last-child .product-card__meta-value{font-weight:600}.product-card__meta-item:not(.product-card__synopsis):last-child{align-items:flex-end}.product-card__meta-label{color:#fefefe80;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:150%}.product-card__meta-value{color:#fefefe;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:150%;white-space:nowrap}.product-card__synopsis-content{white-space:normal!important}.product-card__synopsis-content a{color:#fefefe;font-weight:400;text-decoration:underline}.product-card__synopsis-content>div>p{margin:0;font-weight:400}.product-card__synopsis{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .4s ease-in-out,margin .4s ease-in-out;padding-top:0;margin-top:0}.product-card__info-box[data-state=expanded] .product-card__synopsis{max-height:300px;padding-top:15px}.product-card__synopsis-title{color:#fefefe80;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:150%;margin:0}.product-card__footer{margin-top:20px}.product-card__button{display:block;min-height:64px;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:100px;border:2px solid #444444;background:#242424;color:#fefefe;transition:background-color .3s ease,border-color .3s ease;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:150%;text-decoration:none}.product-card__button:hover{background:#ed1c24;color:#fff;border:2px solid #444444}.product-card__pricing{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;font-size:16px;font-weight:600;color:#fff}.product-card__price--compare{text-decoration:line-through;opacity:.6;font-size:16px;font-weight:400}.product-card__price--discount{padding:6px 10px;border-radius:100px;background:#ed1c24;color:#fff;font-size:14px;line-height:1}@media only screen and (max-width: 768px){.product-card__info-box{padding:10px 15px 20px}.product-card__info-header{margin-bottom:10px}.product-card__label{font-size:10px;font-style:normal;font-weight:500;line-height:150%;padding:4px 12px}.product-card__price--current{margin-right:5px}.product-card__title{font-size:26px;font-style:normal;font-weight:700;line-height:32px;text-transform:uppercase}.product-card__description{font-size:11px;font-style:normal;font-weight:400;line-height:150%}.product-card__subtitle,.product-card__subtitle *{font-size:10px;font-style:normal;font-weight:400;line-height:150%}.product-card__meta-label,.product-card__meta-value,.product-card__reviews-count{font-size:11px;font-style:normal;font-weight:400;line-height:150%;white-space:nowrap}.product-card__button{font-size:14px;font-style:normal;font-weight:600;line-height:150%;max-height:53px;min-height:53px}.product-card__price--compare{font-size:14px;font-style:normal;font-weight:400;line-height:150%;text-decoration-line:line-through}.product-card__pricing{font-size:14px;font-style:normal;font-weight:600;line-height:150%;gap:10px}.product-card__price--discount{font-size:12px;font-style:normal;font-weight:600;line-height:150%}}@media only screen and (max-width: 480px){.product-card__image-wrapper{padding-top:170%;position:relative}}
/*# sourceMappingURL=/cdn/shop/t/96/assets/_hover-product-card.css.map */
