.tp-pcf{position:relative;display:flex;flex-direction:column;height:100%}.tp-pcf__media-wrap{position:relative}.tp-pcf__link{display:block;text-decoration:none;color:inherit}.tp-pcf__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.tp-pcf__media{position:relative;aspect-ratio:var(--tp-pcf-card-ratio, 480 / 672);background:var(--tp-pcf-card-bg, #f1f0eb);border-radius:var(--tp-pcf-card-radius, 24px);overflow:hidden}.tp-pcf__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.tp-pcf__image--hover{opacity:0;transition:opacity var(--tp-transition-slow, .5s ease)}.tp-pcf:hover .tp-pcf__image--hover,.tp-pcf:focus-within .tp-pcf__image--hover{opacity:1}.tp-pcf__placeholder-svg{opacity:.4}.tp-pcf__flag{position:absolute;top:12px;left:12px;z-index:2;padding:5px 10px;border-radius:999px;background:var(--tp-pcf-box-bg, #fff);color:var(--tp-pcf-text, #222f28);font-family:var(--tp-font-body);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.tp-pcf__quick-buy{position:absolute;right:12px;bottom:12px;z-index:3;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:var(--tp-pcf-quick-bg, var(--tp-pcf-text, #222f28));color:var(--tp-pcf-quick-color, #fff);cursor:pointer;box-shadow:0 4px 14px #222f2838;transition:transform var(--tp-transition-fast, .15s ease),background var(--tp-transition-fast, .15s ease)}.tp-pcf__quick-buy:hover,.tp-pcf__quick-buy:focus-visible{transform:scale(1.08);background:var(--tp-pcf-quick-bg-hover, #ffaa99);color:var(--tp-pcf-text, #222f28);outline:none}.tp-pcf__quick-buy-icon{display:block}@media screen and (max-width:767px){.tp-pcf__quick-buy{width:38px;height:38px;right:10px;bottom:10px}}.tp-pcf__info{display:flex;flex-direction:column;gap:8px;padding-top:14px}.tp-pcf__swatches-field{position:relative;z-index:2;display:flex;align-items:center;gap:6px;min-width:0}.tp-pcf__swatches{overflow:hidden;overflow:clip;overflow-clip-margin:4px;flex-shrink:0;min-width:0}.tp-pcf__swatches-track{display:flex;flex-wrap:nowrap;gap:6px;width:max-content}.tp-pcf__swatch{position:relative;z-index:2;width:20px;height:20px;border-radius:5px;background:var(--tp-pcf-swatch-bg, #ccc) center / cover no-repeat;background-clip:padding-box;border:1px solid rgba(34,47,40,.14);flex-shrink:0;cursor:pointer;transition:transform var(--tp-transition-fast, .15s ease),box-shadow var(--tp-transition-fast, .15s ease)}.tp-pcf__swatches .tp-pcf__swatch{display:block}.tp-pcf__swatch:hover{transform:scale(1.12);box-shadow:0 0 0 2px var(--tp-pcf-box-bg, #fff),0 0 0 3px #222f2840}.tp-pcf__swatch.is-active{box-shadow:0 0 0 2px var(--tp-pcf-box-bg, #fff),0 0 0 3px var(--tp-pcf-text, #222f28)}.tp-pcf__swatches-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;height:20px;min-width:20px;padding:0 7px;border-radius:999px;border:1px solid rgba(34,47,40,.2);background:transparent;color:var(--tp-pcf-text, #222f28);font-family:var(--tp-font-body);font-size:11px;line-height:1;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:background var(--tp-transition-fast, .15s ease),color var(--tp-transition-fast, .15s ease)}.tp-pcf__swatches-toggle[hidden]{display:none}.tp-pcf__swatches-toggle:hover{background:var(--tp-pcf-text, #222f28);color:var(--tp-pcf-box-bg, #fff)}.tp-pcf__toggle-icon,.tp-pcf__swatches-field.is-open .tp-pcf__toggle-label{display:none}.tp-pcf__swatches-field.is-open .tp-pcf__toggle-icon{display:block}.tp-pcf__swatches-field.is-open .tp-pcf__swatches{position:absolute;left:0;bottom:calc(100% + 8px);z-index:30;width:auto;max-width:260px;overflow:visible;padding:12px;background:var(--tp-pcf-box-bg, #fff);border-radius:14px;box-shadow:0 10px 28px #222f282e}.tp-pcf__swatches-field.is-open .tp-pcf__swatches-track{flex-wrap:wrap;width:auto;transform:none;gap:10px}.tp-pcf__swatches-field.is-open .tp-pcf__swatch{width:28px;height:28px}.tp-pcf__title-link{text-decoration:none;color:inherit}.tp-pcf__title{margin:0;font-family:var(--tp-font-body);font-weight:var(--tp-font-regular, 400);font-size:clamp(1.4rem,1.3vw,1.25rem);line-height:1.15;color:var(--tp-pcf-text, #222f28);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tp-pcf__rating{display:flex;align-items:center;gap:6px;line-height:1}.tp-pcf__stars{display:inline-flex;align-items:center;gap:2px}.tp-pcf__star{display:block;width:13px;height:13px;flex-shrink:0}.tp-pcf__reviews{font-family:var(--tp-body-font);font-size:13px;color:var(--tp-pcf-muted, #909991)}.tp-pcf__price{display:flex;flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:8px}.tp-pcf__price-compare{font-family:var(--tp-body-font);font-size:clamp(.875rem,1.1vw,1rem);text-decoration:line-through;color:var(--tp-pcf-muted, #909991)}.tp-pcf__price-main{font-family:var(--tp-body-font);font-weight:var(--tp-font-medium, 500);font-size:clamp(1.3rem,1.3vw,1.25rem);color:var(--tp-pcf-text, #222f28)}.tp-pcf__price-main--sale{color:var(--tp-pcf-sale-color, #d1604a)}.tp-pcf__installments,.tp-pcf__installments .tp-installments{font-family:var(--tp-body-font);font-size:13px;color:var(--tp-pcf-muted, #909991)}@media screen and (max-width:767px){.tp-pcf__info{gap:6px;padding-top:10px}.tp-pcf__swatch{width:18px;height:18px}}body:has(.menu-drawer-container[open]) #MainContent .tp-pcf__quick-buy,body:has(.header__inline-menu details[open]) #MainContent .tp-pcf__quick-buy,body:has(.menu-drawer-container[open]) #MainContent .tp-pcf__swatches-field.is-open .tp-pcf__swatches,body:has(.header__inline-menu details[open]) #MainContent .tp-pcf__swatches-field.is-open .tp-pcf__swatches{visibility:hidden}
/*# sourceMappingURL=/cdn/shop/t/51/assets/tp-product-card-feature.css.map */
