.apc-card{display:flex;flex-direction:column;gap:16px;padding:8px 8px 16px;border-radius:28px;background:transparent;transition:background-color .2s ease}.apc-card:hover{background:rgba(var(--color-foreground),.04)}.apc-card__tag,.apc-card__title-link{text-transform:capitalize}.apc-card__media{display:block;position:relative;background:rgba(var(--color-foreground),.04);border-radius:28px;overflow:hidden}.apc-card__image-wrap{position:relative;aspect-ratio:var(--aspect-ratio, 1);width:100%;border-radius:28px;overflow:hidden}@media(prefers-reduced-motion:no-preference)and (hover:hover)and (pointer:fine){.apc-card__image{transition:transform var(--animation-long, .7s)}.apc-card:hover .apc-card__image{transform:scale(1.03)}}.apc-card__image,.apc-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:28px;pointer-events:none}.apc-card__body{display:flex;flex-direction:column;align-items:center;gap:12px;padding:0 16px}.apc-card__meta-group{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}.apc-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;font-family:var(--font-body-family, "Zalando Sans SemiCondensed", sans-serif);font-size:15px;line-height:20px;color:rgba(var(--color-foreground),.5)}.apc-card__tag{display:inline-flex;align-items:center;min-height:20px;color:inherit;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apc-card__tag:hover{color:rgba(var(--color-foreground),.8)}.apc-card__title{margin:0;width:100%;height:72px;font-family:var(--font-body-family, "Zalando Sans SemiCondensed", sans-serif);font-weight:500;font-size:20px;line-height:24px;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.apc-card__title-link{color:inherit;text-decoration:none}.apc-card__title-link:hover{text-decoration:underline;text-underline-offset:2px}.apc-card__part{display:inline-flex;align-items:center;align-self:center;gap:4px;padding:4px 8px;border-radius:24px;font-family:var(--font-body-family, "Zalando Sans SemiCondensed", sans-serif);font-size:13px;line-height:16px;font-style:italic}.apc-card__part-label{color:rgba(var(--color-foreground),.34);font-weight:400}.apc-card__part-value{color:rgba(var(--color-foreground),.66);font-weight:500}.apc-card__price{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.apc-card__price-current{font-family:var(--font-heading-family, "Zalando Sans Condensed", sans-serif);font-weight:600;font-size:26px;line-height:26px;color:rgb(var(--color-foreground))}.apc-card__price-sale{display:inline-flex;align-items:center;gap:4px}.apc-card__discount-badge{display:inline-flex;align-items:center;justify-content:center;padding:1px 4px 2px;background:#244ee5;color:#fff;border-radius:24px;font-family:var(--font-body-family, "Zalando Sans SemiCondensed", sans-serif);font-weight:700;font-size:13px;line-height:16px}.apc-card__price-compare{font-family:var(--font-body-family, "Zalando Sans SemiCondensed", sans-serif);font-size:15px;line-height:20px;color:rgba(var(--color-foreground),.34);text-decoration:line-through}.apc-card__actions,.apc-card__form{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;width:100%;height:48px;padding:0 8px}.apc-card__qty{display:inline-flex;align-items:center;flex:0 0 auto;background:#ffffffe0;border:1px solid rgba(var(--color-foreground),.07);border-radius:40px;height:48px;padding:6px;box-sizing:border-box}.apc-card__qty-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px;width:30px;height:30px;border:0;background:transparent;color:rgb(var(--color-foreground));border-radius:40px;cursor:pointer;flex:0 0 auto}.apc-card__qty-btn:hover{background:rgba(var(--color-foreground),.06)}.apc-card__qty-btn .icon{width:18px;height:18px}.apc-card__qty-input{display:inline-flex;align-items:center;justify-content:center;width:34px;min-width:34px;padding:0 12px;border:0;background:transparent;font-family:var(--font-body-family, "Zalando Sans SemiCondensed", sans-serif);font-weight:600;font-size:20px;line-height:24px;color:rgb(var(--color-foreground));text-align:center;box-sizing:content-box;-moz-appearance:textfield}.apc-card__qty-input::-webkit-outer-spin-button,.apc-card__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.apc-card__actions{display:block}.apc-card__cta{position:relative;z-index:1;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 20px;border:1px solid rgb(var(--color-foreground));border-radius:40px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:inherit;font-weight:600;font-size:15px;line-height:1.3;text-align:center;text-decoration:none;text-transform:none;cursor:pointer;transition:color var(--animation-button, .4s ease),opacity .15s ease}.apc-card__cta:before{position:absolute;content:"";width:calc(100% + 4px);transform:scaleX(0);transform-origin:left center;inset-block:-2px;inset-inline-start:-2px;background-color:rgb(var(--color-background));border-radius:0;transition:transform var(--animation-button, .4s ease);z-index:0}.apc-card__cta-label,.apc-card__cta .loading__spinner{position:relative;z-index:1}@media(hover:hover)and (pointer:fine){.apc-card__cta:hover:not(:disabled):before{transform:scaleX(1)}.apc-card__cta:hover:not(:disabled){color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));transition:color var(--animation-button, .4s ease),background-color 0s linear var(--animation-button-duration, .4s)}}.apc-card__cta:disabled{opacity:.45;cursor:not-allowed}.apc-card__atc-group{display:grid;grid-template-areas:"atc";align-items:center}.apc-card__atc-group>.apc-card__cta,.apc-card__atc-group>.apc-card__stepper{grid-area:atc;transition:opacity .18s ease,transform .18s ease}.apc-card__atc-group>.apc-card__stepper{opacity:0;transform:translateY(6px) scale(.97);pointer-events:none}.apc-card__atc-group.is-in-cart>.apc-card__cta{opacity:0;transform:translateY(-6px) scale(.97);pointer-events:none}.apc-card__atc-group.is-in-cart>.apc-card__stepper{opacity:1;transform:none;pointer-events:auto}.apc-card__atc-group.is-busy{opacity:.65}.apc-card__stepper{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;width:100%;min-height:44px;padding:4px 6px;border:1px solid rgb(var(--color-foreground));border-radius:40px;background:rgb(var(--color-background))}.apc-card__stepper>[data-apc-dec]{justify-self:start}.apc-card__stepper>[data-apc-inc]{justify-self:end;grid-column:3}.apc-card__stepper-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .15s ease}.apc-card__stepper-btn:hover:not(:disabled){background:rgba(var(--color-foreground),.08)}.apc-card__stepper-btn:disabled{opacity:.4;cursor:not-allowed}.apc-card__stepper-btn[hidden]{display:none}.apc-card__stepper-btn>span:not([hidden]){display:inline-flex;align-items:center;justify-content:center}.apc-card__stepper-btn .icon{display:block;width:18px;height:18px}.apc-card__stepper-qty{grid-column:2;text-align:center;font-weight:600;font-size:15px;font-variant-numeric:tabular-nums}@media(prefers-reduced-motion:reduce){.apc-card__atc-group>.apc-card__cta,.apc-card__atc-group>.apc-card__stepper{transition:none}}.apc-card__atc{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:6px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:0;border-radius:40px;cursor:pointer;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transition:transform .15s ease,background-color .15s ease;text-decoration:none;flex-shrink:0}.apc-card__atc:hover{background:#244ee5;color:#fff}.apc-card__atc:disabled{opacity:.5;cursor:not-allowed}.apc-card__atc .icon{width:24px;height:24px;color:currentColor}.apc-cart-discount{display:inline-flex;align-items:center;justify-content:center;padding:1px 4px 2px;border-radius:24px;background:#244ee5;color:#fff;font-family:var(--font-body-family, sans-serif);font-weight:700;font-size:13px;line-height:16px;white-space:nowrap}@media(max-width:767.98px){.apc-card__part{flex-direction:column;align-items:center;gap:0;text-align:center}.apc-card__meta{font-size:13px;line-height:18px}.apc-card__title{font-size:18px;line-height:22px;height:66px}.apc-card__price{flex-wrap:wrap;justify-content:flex-start;align-items:baseline;column-gap:6px;row-gap:0;min-width:0}.apc-card__price-sale{display:contents}.apc-card__price-current{font-size:20px;line-height:24px}.apc-card__discount-badge{font-size:11px;line-height:14px;padding:1px 4px 2px}.apc-card__price-compare{font-size:12px;line-height:16px;flex-basis:100%}.apc-card{height:100%}.apc-card__actions,.apc-card__form{margin-block-start:auto}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/component-apc-card.css.map */
