:root{--tatcha-bg-color: #f7f5f0;--tatcha-text-color: #2c2c2c;--tatcha-subtitle-color: #666666;--tatcha-button-color: #2c2c2c;--tatcha-button-bg: #ffffff;--tatcha-card-shadow: 0 4px 20px rgba(0, 0, 0, .08);--tatcha-card-shadow-hover: 0 8px 30px rgba(0, 0, 0, .12);--tatcha-border-radius: 12px;--tatcha-transition: all .3s ease}.product-card-tatcha{background:#fff;border-radius:var(--tatcha-border-radius);padding:24px;box-shadow:var(--tatcha-card-shadow);transition:var(--tatcha-transition);height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden;justify-content:space-between}.product-card-tatcha:hover{transform:translateY(-4px);box-shadow:var(--tatcha-card-shadow-hover)}.product-card-tatcha__inner{display:flex;flex-direction:column;height:100%}.product-card-tatcha__image{position:relative;margin-bottom:20px;border-radius:8px;overflow:hidden;aspect-ratio:1}.product-card-tatcha__image-link{display:block;width:100%;height:100%;text-decoration:none;transition:var(--tatcha-transition)}.product-card-tatcha__image-main{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card-tatcha__image-secondary{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.product-card-tatcha:hover .product-card-tatcha__image-main{transform:scale(1.05)}.product-card-tatcha:hover .product-card-tatcha__image-secondary{opacity:1}.product-card-tatcha__wishlist{position:absolute;top:12px;left:12px;background:#ffffffe6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--tatcha-transition);z-index:2;opacity:0;transform:scale(.8)}.product-card-tatcha:hover .product-card-tatcha__wishlist{opacity:1;transform:scale(1)}.product-card-tatcha__wishlist:hover{background:#fff;transform:scale(1.1)}.product-card-tatcha__wishlist svg{color:#2c2c2c;transition:var(--tatcha-transition)}.product-card-tatcha__wishlist:hover svg{color:#f44}.product-card-tatcha__info{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.product-card-tatcha__title{font-family:Georgia,serif;font-weight:700;font-size:15px;line-height:1.3;color:var(--tatcha-text-color);margin-bottom:8px;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word}.product-card-tatcha__title-link{color:inherit;text-decoration:none;transition:color .3s ease}.product-card-tatcha__title-link:hover{color:#666}.product-card-tatcha__reviews{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-card-tatcha__stars{display:flex;gap:2px}.product-card-tatcha__stars .star{font-size:14px;line-height:1;display:inline-block}.product-card-tatcha__stars .star--filled{color:#000}.product-card-tatcha__stars .star--empty{color:#ccc}.product-card-tatcha__review-count{font-family:Georgia,serif;font-size:12px;color:#666;line-height:1}.product-card-tatcha__price{margin-bottom:16px;display:flex;align-items:center;gap:8px}.product-card-tatcha__price-regular{font-family:Georgia,serif;font-size:18px;font-weight:600;color:var(--tatcha-text-color)}.product-card-tatcha__price-compare{font-family:Georgia,serif;font-size:12px;color:#999;text-decoration:line-through;font-weight:400}.product-card-tatcha__actions{margin-top:auto}.product-card-tatcha__form{margin:0}.product-card-tatcha__button{display:inline-block;width:100%;padding:14px 24px;border:1px solid var(--tatcha-button-color);background:var(--tatcha-button-bg);color:var(--tatcha-button-color);font-family:Georgia,serif;font-size:15px;font-weight:400;text-align:center;text-decoration:none;border-radius:6px;cursor:pointer;transition:var(--tatcha-transition);letter-spacing:.8px;text-transform:uppercase}.product-card-tatcha__button:hover{background:var(--tatcha-button-color);color:var(--tatcha-button-bg)}.product-card-tatcha__button:disabled{background:#ccc;border-color:#ccc;color:#999;cursor:not-allowed}.product-card-tatcha__button--add-to-bag,.product-card-tatcha__button--select-options{background:var(--tatcha-button-bg);color:var(--tatcha-button-color)}.product-card-tatcha__button--notify-me{background:#f5f5f5;color:#666;border-color:#ccc}@media (max-width: 767px){.product-card-tatcha{padding:16px}.product-card-tatcha__title{font-size:11px;min-height:36px;line-height:1.1}.product-card-tatcha__stars .star{font-size:12px}.product-card-tatcha__review-count{font-size:10px}.product-card-tatcha__price-regular{font-size:13px}.product-card-tatcha__button{padding:12px 16px;font-size:13px;letter-spacing:.6px}.product-card-tatcha__wishlist{width:32px;height:32px}}@media (min-width: 768px) and (max-width: 1023px){.product-card-tatcha__title{font-size:17px}.product-card-tatcha__subtitle{font-size:13px}}@media (prefers-reduced-motion: reduce){.product-card-tatcha,.product-card-tatcha__image-main,.product-card-tatcha__image-secondary,.product-card-tatcha__wishlist,.product-card-tatcha__button{transition:none}.product-card-tatcha:hover,.product-card-tatcha:hover .product-card-tatcha__image-main{transform:none}.product-card-tatcha:hover .product-card-tatcha__image-secondary{opacity:0}}.product-card-tatcha__button:focus,.product-card-tatcha__wishlist:focus,.product-card-tatcha__title-link:focus{outline:2px solid #007acc;outline-offset:2px}@media (prefers-contrast: high){.product-card-tatcha{border:2px solid #000000}.product-card-tatcha__button{border-width:2px}}.product-card-layout-tatcha .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:0;padding:0;list-style:none}@media (max-width: 767px){.product-card-layout-tatcha .products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (min-width: 1200px){.product-card-layout-tatcha .products-grid{grid-template-columns:repeat(3,1fr);gap:32px}}.product-card-layout-tatcha .product{margin:0;padding:0}.product-card-tatcha.loading{opacity:.6;pointer-events:none}.product-card-tatcha.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid #2c2c2c;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/component-product-card-tatcha.css.map */
