.es-product-card{background:rgb(var(--color-background));border-radius:10px;overflow:hidden;position:relative;border:1px solid rgba(216,208,194,.4);transition:box-shadow .3s ease;display:flex;flex-direction:column;min-width:0}@media(hover:hover)and (pointer:fine){.es-product-card:hover{box-shadow:0 6px 20px #463b3314}}.es-product-card__media{position:relative;overflow:hidden;background:rgb(var(--color-background));flex-shrink:0}.es-card-carousel{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.es-card-carousel__track{display:flex;width:100%;height:100%;transition:transform .3s ease;touch-action:pan-y;cursor:grab}.es-card-carousel__track:active{cursor:grabbing}.es-card-carousel__slide{flex:0 0 100%;width:100%;height:100%;display:block}.es-card-carousel__img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.es-card-carousel__img--lazy,.es-card-carousel__slide{background:rgb(var(--color-background))}.es-card-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;background:rgba(var(--color-button-text),.9);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;opacity:0;transition:opacity .2s ease;box-shadow:0 1px 4px #0000001f;color:rgb(var(--color-foreground));padding:0}@media(hover:hover)and (pointer:fine){.es-card-carousel:hover .es-card-carousel__arrow{opacity:1}.es-card-carousel__arrow:hover{background:rgb(var(--color-background));box-shadow:0 2px 8px #00000026}}.es-card-carousel__arrow--prev{left:8px}.es-card-carousel__arrow--next{right:8px}.es-card-carousel__dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:4px;z-index:3;opacity:0;transition:opacity .2s ease}.es-card-carousel__dots.is-visible{opacity:1}@media(hover:hover)and (pointer:fine){.es-card-carousel:hover .es-card-carousel__dots{opacity:1}}.es-card-carousel__dot{width:6px;height:6px;border-radius:50%;background:rgba(var(--color-button-text),.5);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.es-card-carousel__dot.is-active{background:rgb(var(--color-background));transform:scale(1.3)}.es-card-carousel__dot:hover{background:rgba(var(--color-button-text),.8)}.es-product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease}.es-product-card__img--hover{opacity:0}@media(hover:hover)and (pointer:fine){.es-product-card:hover .es-product-card__img--primary{opacity:0}.es-product-card:hover .es-product-card__img--hover{opacity:1}}.es-product-card__mini-thumb{position:absolute;bottom:10px;left:10px;width:60px;height:60px;object-fit:cover;border-radius:6px;border:2px solid #fff;box-shadow:0 2px 8px #463b3326;z-index:2;transition:opacity .4s ease}@media(hover:hover)and (pointer:fine){.es-product-card:hover .es-product-card__mini-thumb{opacity:0}}.es-product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-background))}.es-product-card__placeholder svg{width:50%;height:50%;opacity:.2}.es-product-card__badge{position:absolute;top:10px;left:10px;background:#c84b2f;color:#fff;font-size:1.1rem;font-weight:700;padding:3px 9px;border-radius:4px;z-index:2;line-height:1.2;letter-spacing:.01em}.es-product-card__badge--soldout{background:rgba(var(--color-foreground),.85)}.es-product-card__wishlist{position:absolute;top:10px;right:10px;width:36px;height:36px;background:rgba(var(--color-button-text),.92);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:transform .2s ease,background-color .2s ease;padding:0}.es-product-card__wishlist:hover{transform:scale(1.1);background:rgb(var(--color-background))}.es-product-card__wishlist svg{width:18px;height:18px;stroke:rgba(var(--color-foreground),.7);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:fill .2s ease,stroke .2s ease}.es-product-card__wishlist.is-active svg{fill:#c84b2f;stroke:#c84b2f}.es-product-card__promo{background:linear-gradient(95deg,#f58529,#dd2a7b 40%,#8134af,#515bd4);color:#fff;font-size:1.05rem;font-weight:700;text-align:center;padding:5px 10px;letter-spacing:.03em;line-height:1.3;display:flex;align-items:center;justify-content:center;gap:6px}.es-product-card__promo svg{flex-shrink:0;width:13px;height:13px}.es-product-card__promo-code{background:rgba(var(--color-button-text),.22);padding:1px 7px;border-radius:3px;font-family:monospace;font-size:1rem;letter-spacing:.08em}@media screen and (max-width:599px){.es-product-card__promo{font-size:.95rem;padding:4px 8px}.es-product-card__promo-code{font-size:.9rem}}.es-product-card__info{padding:18px 16px 20px;display:flex;flex-direction:column;gap:10px;flex:1;letter-spacing:0}.es-product-card__chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:6px}.es-product-card__chips .es-product-card__sunlight{margin:0;display:inline-flex;align-items:center;gap:4px;background:rgb(var(--color-background));color:rgba(var(--color-foreground),.7);font-size:1rem;font-weight:600;letter-spacing:.01em;padding:3px 10px;border-radius:20px;line-height:1.3;white-space:nowrap}.es-product-card__chips .es-product-card__sunlight svg{width:12px;height:12px;color:#d4a843;flex-shrink:0}.es-product-card__area-badge{display:inline-flex;align-items:center;gap:4px;background:rgba(var(--color-foreground),.06);color:#7a5b00;font-size:1.05rem;font-weight:700;letter-spacing:.02em;padding:3px 10px;border-radius:20px;line-height:1.3;white-space:nowrap}.es-product-card__title{font-size:1.35rem;font-weight:600;color:rgb(var(--color-foreground));text-decoration:none;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(hover:hover)and (pointer:fine){.es-product-card__title:hover{color:rgb(var(--color-button));text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}}.es-product-card__specs{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}.es-product-card__spec{display:inline-flex;align-items:center;gap:4px;background:rgb(var(--color-background));color:rgba(var(--color-foreground),.7);font-size:1.05rem;font-weight:500;padding:3px 8px;border-radius:20px;line-height:1.3;white-space:nowrap}.es-product-card__spec svg{flex-shrink:0;width:13px;height:13px}.es-product-card__divider{height:1px;background:rgba(var(--color-foreground),.1);margin:4px 0 2px}.es-product-card__sunlight{font-size:1.05rem;font-weight:500;color:rgba(var(--color-foreground),.7);line-height:1.35;margin-top:4px;min-height:2.7em}.es-product-card__sunlight-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.es-product-card__bundle-summary{display:flex;align-items:center;gap:4px;font-size:.95rem;font-weight:600;color:rgba(var(--color-foreground),.7);line-height:1.3;margin-top:2px}.es-product-card__meta-dot{color:rgba(var(--color-foreground),.4)}.es-product-card__price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:6px;letter-spacing:0}.es-product-card__price{font-size:1.55rem;font-weight:700;color:rgb(var(--color-foreground));letter-spacing:-.01em}.es-product-card__price--sale{color:rgb(var(--color-foreground))}.es-product-card__price--compare{font-size:1.2rem;color:rgba(var(--color-foreground),.6);text-decoration:line-through;font-weight:400;letter-spacing:0}.es-product-card__review-badge{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;gap:3px;background:rgb(var(--color-background));padding:4px 8px;border-radius:6px;font-size:1.15rem;font-weight:700;color:rgb(var(--color-foreground));box-shadow:0 1px 4px #0000001a;z-index:2}.es-product-card__stock{display:flex;align-items:center;gap:4px;font-size:1.05rem;font-weight:500;margin-top:2px}.es-product-card__stock--in{color:rgba(var(--color-button),.85)}.es-product-card__stock--out{color:#c84b2f}.es-product-card__wishlist-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-button-text),.92);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;border-radius:50%;cursor:pointer;color:rgba(var(--color-foreground),.7);transition:all .2s ease;padding:0;z-index:2;box-shadow:0 2px 8px #00000014}.es-product-card__wishlist-btn:hover{color:#e85d75;background:rgb(var(--color-background));transform:scale(1.08);box-shadow:0 4px 12px #00000026}.es-product-card__wishlist-btn:active{transform:scale(.95)}.es-product-card__wishlist-btn.is-active{color:#e85d75;background:rgb(var(--color-background))}.es-product-card__wishlist-btn.is-active svg{fill:#e85d75;stroke:#e85d75}.es-product-card__atc{display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:4px}.es-product-card__atc-btn{align-self:stretch;width:100%;height:38px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:6px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;white-space:nowrap;padding:0 12px;letter-spacing:.01em;margin-top:8px;box-shadow:0 1px 3px #463b331f}@media(hover:hover)and (pointer:fine){.es-product-card__atc-btn:hover{background:rgb(var(--color-button));box-shadow:0 4px 12px #463b332e}}.es-product-card__atc-btn:active{transform:scale(.98)}.es-product-card__atc-btn.is-loading{opacity:.6;pointer-events:none}.es-product-card__atc-btn.is-added{background:rgba(var(--color-button),.85)}.es-product-card__atc-btn--disabled{background:rgba(var(--color-foreground),.2);color:rgba(var(--color-foreground),.85);cursor:not-allowed;text-decoration:none}.es-product-card__atc-btn--disabled:hover{background:rgba(var(--color-foreground),.2)}.es-product-card__atc-btn--outline{background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1.5px solid rgb(var(--color-foreground));text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}@media(hover:hover)and (pointer:fine){.es-product-card__atc-btn--outline:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}}.es-product-card__atc-btn--outline svg{flex-shrink:0}.es-product-card__atc-btn svg{width:14px;height:14px}.es-product-card__atc-btn--info{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.es-product-card__atc-btn--info svg{flex-shrink:0}.es-product-card__atc-label-short{display:none}@media(hover:hover)and (pointer:fine){.es-product-card__atc-btn--info:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}}@media screen and (max-width:599px){.es-product-card__info{padding:10px 10px 14px}.es-product-card__title{font-size:1.2rem}.es-product-card__specs{gap:4px}.es-product-card__spec{font-size:.95rem;padding:2px 6px}.es-product-card__sunlight{font-size:.95rem;min-height:2.6em}.es-product-card__bundle-summary{font-size:.85rem}.es-product-card__price{font-size:1.35rem}.es-product-card__atc{flex-wrap:wrap}.es-product-card__atc-btn{height:34px;padding:0 8px;font-size:1.1rem;margin-top:6px;border-radius:6px}.es-product-card__atc-label-full{display:none}.es-product-card__atc-label-short{display:inline}}.es-card-carousel.is-peek-hint .es-card-carousel__track{animation:es-card-peek 2.2s cubic-bezier(.33,.1,.33,1) forwards}@keyframes es-card-peek{0%{transform:translate(0)}35%{transform:translate(-22%)}65%{transform:translate(-22%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.es-card-carousel.is-peek-hint .es-card-carousel__track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/es-product-card.css.map */
