.product-section{background:var(--color-background, #fff);font-family:var(--font-family),sans-serif}.product-section__header{display:flex;align-items:center;justify-content:space-between;gap:16px;height:72px;padding:0 48px 0 23px;border-bottom:.5px solid #a5a5a5}.product-section__title{margin:0;font-family:"Akt",var(--font-family),sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:normal;text-transform:uppercase;color:#000;white-space:nowrap}.product-section__view{display:inline-flex;align-items:center;gap:4px;font-family:"Akt",var(--font-family),sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:normal;text-transform:uppercase;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;color:#000;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;display:flex;flex-direction:column;align-items:stretch;background:var(--color-background, #fff);border-right:.5px solid #a5a5a5;border-bottom:.5px solid #a5a5a5;box-sizing:border-box}.product-card__media{position:relative;overflow:hidden;width:100%;aspect-ratio:2 / 3;flex:1 1 auto}.product-card__link{display:block;position:absolute;top:0;right:0;bottom:0;left:0}.product-card__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.product-card__image{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .3s ease}.product-card__image.is-active{opacity:1;pointer-events:auto}.product-card__badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.product-card__badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px 4px 8px;background:#000;box-shadow:inset 0 0 0 .5px #a5a5a5;color:#fff;font-size:12px;font-weight:400;letter-spacing:.02em;line-height:normal;text-transform:uppercase}.product-card__badge--sold-out{background:#f4f4f4;color:#555;padding-left:10px}.product-card__badge--new{background:#fff;color:#000;padding-left:10px}.product-card__badge svg{width:14px;height:14px}.product-card__wishlist{position:absolute;top:16px;right:16px;z-index:3;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.08);border-radius:50%;color:#000;cursor:pointer;box-shadow:0 2px 8px #00000014;opacity:0;transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease,background-color .2s ease}.product-card__wishlist svg{width:18px;height:18px;stroke-width:1.75;display:block}.product-card__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;color:#000;cursor:pointer;opacity:.8;transition:opacity .2s ease,transform .2s ease}.product-card__nav:hover{opacity:1}.product-card__nav--prev{left:8px}.product-card__nav--next{right:8px}.product-card__nav svg{width:20px;height:20px;stroke-width:2.5;display:block}.product-card:hover .product-card__wishlist{opacity:1;transform:translateY(0)}.product-card__wishlist:hover{background:#000;color:#fff;border-color:#000}.product-card__add{position:absolute;left:0;right:0;bottom:0;z-index:2;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.product-card:hover .product-card__add{transform:translateY(0);opacity:1;visibility:visible}.product-card__add-button{display:flex;align-items:center;justify-content:center;gap:5.889px;width:100%;height:44px;background:#000;color:#fff;border:0;font-family:var(--font-accent),sans-serif;font-size:14px;font-weight:400;line-height:normal;cursor:pointer}.product-card__add-button svg{width:18px;height:18px}.product-card__info{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:48px;width:100%;height:90px;flex:0 0 auto;box-sizing:border-box;margin-top:0;padding:24px;font-family:var(--font-family),sans-serif;font-size:14px;line-height:normal;color:#000;border-top:.5px solid #a5a5a5}.product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1 1 auto;min-width:0;overflow:hidden;margin:0;font-family:Akt,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#000;text-decoration:none}.product-card__price{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:2.944px;font-family:Akt,sans-serif;font-size:14px;font-weight:400;line-height:1.25;text-align:right;white-space:nowrap}.product-card__compare{font-family:Akt,sans-serif;font-size:14px;font-weight:400;color:#000;line-height:1.25;text-decoration:line-through;text-decoration-skip-ink:none;opacity:.3}.product-card__sale{font-family:Akt,sans-serif;font-size:14px;font-weight:400;color:#000;line-height:1.25}@media(max-width:1024px){.product-section__header{height:62px;padding:0 24px}.product-section__title,.product-section__view{font-size:20px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card__info{height:64px;padding:12px}.product-card__title,.product-card__compare,.product-card__sale{font-size:12px}.product-card__badge{top:8.27px;left:8.27px;padding:2.756px 6.889px 2.756px 5.511px;gap:2.756px;font-size:10px}.product-card__badge svg{width:10px;height:10px}.product-card__wishlist{top:12px;right:12px;width:30px;height:30px}.product-card__wishlist svg{width:15px;height:15px}.product-card__add-button{height:30.426px;gap:4.057px;font-size:9.644px}.product-card__add-button svg{width:12.4px;height:12.4px}.product-card__price{gap:2.028px}}@media(max-width:640px){.product-section__header{height:auto;padding:16px}.product-section__header--large{padding:16px 24px}.product-section__title,.product-section__view{font-size:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__info{height:60px;padding:12.5px;gap:8px}.product-card__title,.product-card__compare,.product-card__sale{font-size:12px}.product-card__badge{top:6.25px;left:6.25px;padding:2.083px 5.208px 2.083px 4.167px;gap:2.083px;font-size:8px}.product-card__badge svg{width:8px;height:8px}.product-card__wishlist{top:8px;right:8px;width:28px;height:28px;opacity:1;transform:none}.product-card__wishlist svg{width:14px;height:14px}.product-card__add-button{height:23.003px;gap:3.067px;font-size:7.292px}.product-card__add-button svg{width:9.375px;height:9.375px}.product-card__price{gap:1.534px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-card.css.map */
