.ap-product-card{position:relative;height:100%;display:flex;flex-direction:column;background:rgb(var(--color-base-background-1));border:var(--card-border-width) solid rgba(var(--color-foreground),var(--card-border-opacity));border-radius:var(--card-corner-radius);transition:transform .18s ease,border-color .18s ease;overflow:auto}.ap-product-card:hover{transform:translateY(-.1rem);border-color:rgba(var(--color-base-accent-2),.35)}.ap-product-card__main{display:flex;flex:1;min-width:0}.ap-product-card--horizontal{min-height:17rem}.ap-product-card--horizontal .ap-product-card__main{display:grid;grid-template-columns:16rem minmax(0,1fr)}.ap-product-card--vertical{min-height:40rem}.ap-product-card--vertical .ap-product-card__main{flex-direction:column}.ap-product-card__media{position:relative;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-base-background-1));text-decoration:none}.ap-product-card--horizontal .ap-product-card__media{padding:1.4rem 1.2rem}.ap-product-card--vertical .ap-product-card__media{min-height:22rem;padding:1.8rem}.ap-product-card__image{width:100%;max-width:100%;height:12.5rem;object-fit:contain;display:block;transition:transform .18s ease}.ap-product-card:hover .ap-product-card__image{transform:scale(1.035)}.ap-product-card--vertical .ap-product-card__image{height:20rem}.ap-product-card__content{position:relative;display:flex;flex-direction:column;min-width:0}.ap-product-card--horizontal .ap-product-card__content{justify-content:center;padding:1.4rem 1.4rem 1.4rem .8rem}.ap-product-card--vertical .ap-product-card__content{flex:1;padding:1.2rem 1.4rem .4rem}.ap-product-card__badge{position:absolute;top:1rem;left:1rem;z-index:2;background:rgb(var(--color-base-accent-2));color:rgb(var(--color-base-solid-button-labels));border-radius:var(--variant-pills-radius);padding:.45rem .75rem;font-size:1.1rem;font-weight:700;line-height:1}.ap-product-card__badge--dark{background:rgb(var(--color-base-accent-2))}.ap-product-card__title{margin:0 0 .6rem;color:rgb(var(--color-base-heading));font-size:1.32rem;font-weight:700;line-height:1.35;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ap-product-card--vertical .ap-product-card__title{min-height:3.7rem}.ap-product-card__title a{color:inherit;text-decoration:none}.ap-product-card__vendor{margin:0 0 .4rem;color:rgba(var(--color-base-text),.65);font-size:1.2rem;line-height:1.35}.ap-product-card__rating{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin:0 0 .6rem;color:rgb(var(--color-base-heading));font-size:1.2rem;line-height:1.3}.ap-product-card__rating-value{font-weight:600}.ap-product-card__rating-stars{display:inline-flex;align-items:center;color:var(--color-icon)}.ap-product-card__rating-stars svg{width:1.2rem;height:1.2rem;fill:currentColor}.ap-product-card__price{margin-top:.3rem}.ap-product-card__price .price{font-size:1.35rem;font-weight:700;color:rgb(var(--color-base-heading))}.ap-product-card__price--hide-compare .price__sale .price-item--regular,.ap-product-card__price--hide-compare .price__regular .price-item--regular+.price-item,.ap-product-card__price--hide-compare s{display:none}.ap-product-card__sub-price{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.35rem;color:rgba(var(--color-base-text),.7);font-size:1.15rem;line-height:1.35}.ap-product-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;padding:0 1.4rem 1.2rem;margin-top:auto}.ap-product-card__tags span{background:rgb(var(--color-base-background-2));border-radius:var(--variant-pills-radius);padding:.55rem .9rem;color:rgba(var(--color-base-text),.8);font-size:1.1rem;font-weight:600;line-height:1;white-space:nowrap}.ap-product-card__actions{padding:0 1.4rem 1.4rem;margin-top:.4rem}.ap-product-card__form{margin:0}.ap-product-card__cart-btn{position:relative;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.15rem 1.4rem;border:none;border-radius:var(--buttons-radius, var(--card-corner-radius));background:rgb(var(--color-base-accent-2));color:rgb(var(--color-base-solid-button-labels));font-family:inherit;font-size:1.3rem;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;transition:opacity .16s ease,transform .16s ease}.ap-product-card__cart-btn:hover{opacity:.9;transform:translateY(-.1rem)}.ap-product-card__cart-btn[disabled]{opacity:.5;cursor:not-allowed}.ap-product-card__cart-btn svg{width:1.8rem;height:1.8rem}.ap-product-card__cart-btn .loading-overlay__spinner{position:absolute;right:1.4rem;top:50%;width:1.8rem;height:1.8rem;margin-top:-.9rem}.ap-product-card--horizontal .ap-product-card__actions{display:none}@media screen and (max-width:749px){.ap-product-card--horizontal{min-height:15.5rem}.ap-product-card--horizontal .ap-product-card__main{grid-template-columns:12rem minmax(0,1fr)}.ap-product-card--horizontal .ap-product-card__media{padding:1.2rem 1rem}.ap-product-card--horizontal .ap-product-card__image{height:10rem}.ap-product-card--horizontal .ap-product-card__content{padding:1.2rem 1.2rem 4.5rem .6rem}.ap-product-card--vertical{min-height:32rem}.ap-product-card--vertical .ap-product-card__media{min-height:15rem;padding:1.2rem}.ap-product-card--vertical .ap-product-card__image{height:13rem}.ap-product-card--vertical .ap-product-card__content{padding:1rem 1.1rem .4rem}.ap-product-card__actions{padding:0 1.1rem 1.1rem}.ap-product-card__cart-btn{font-size:1.2rem;padding:1rem 1.1rem}.ap-product-card__title{font-size:1.25rem}.ap-product-card__rating,.ap-product-card__vendor{font-size:1.1rem}}.ap-product-card{border:.1rem solid rgba(15,42,77,.08);border-radius:1rem;transition:box-shadow .18s ease,border-color .18s ease}.ap-product-card:hover{border-color:#0f2a4d24;box-shadow:0 1rem 2.6rem #0f2a4d1a}.ap-product-card--vertical{display:flex;flex-direction:column}.ap-product-card--vertical .ap-product-card__body{display:flex;flex-direction:column;flex:1 1 auto}.ap-product-card--vertical .ap-product-card__body>*{order:0}.ap-product-card--vertical .ap-product-card__tags{order:1}.ap-product-card--vertical .ap-product-card__price{order:2;margin-top:auto}.ap-product-card--vertical .ap-product-card__sub-price{order:3}
/*# sourceMappingURL=/cdn/shop/t/33/assets/component-product-card.css.map */
