.favorite-button{color:#554b3f;cursor:pointer;background:#fff;border:1px solid #ddd2c3;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;transition:color .2s,background .2s,border-color .2s,transform .2s;display:inline-flex}.favorite-button:hover{color:#9a681f;background:#fff9ef;border-color:#d2aa6b;transform:translateY(-1px)}.favorite-button>span{font-size:22px;line-height:1}.favorite-button>strong{font-size:9px;font-weight:900}.favorite-button.is-favorite{color:#9a2e38;background:#fff0f1;border-color:#e1aeb3}.favorite-button:disabled{cursor:wait;opacity:.55}.favorite-button.compact{border-radius:50%;width:42px;min-width:42px;height:42px;padding:0}
.product-card{color:#211c16;background:#fff;border:1px solid #e5d9c8;border-radius:16px;min-width:0;transition:transform .22s,border-color .22s,box-shadow .22s;overflow:hidden}.product-card:hover{border-color:#c99a52;transform:translateY(-4px);box-shadow:0 18px 42px #2d1f0d1a}.product-card-unavailable{opacity:.78}.product-card-media{background:linear-gradient(135deg,#eee7dc,#faf7f1);height:260px;position:relative;overflow:hidden}.product-card-image-link{color:#b57a27;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex}.product-card-image-link img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-card-image-link img{transform:scale(1.035)}.product-card-placeholder{font-size:56px}.product-card-badges{pointer-events:none;flex-direction:column;align-items:flex-start;gap:6px;display:flex;position:absolute;top:12px;left:12px}.product-card-badges span{text-transform:uppercase;border-radius:30px;padding:7px 9px;font-size:7px;font-weight:900}.product-card-discount{color:#fff;background:#a92f3b}.product-card-available{color:#25633b;background:#e8f7ed}.product-card-out{color:#922f2f;background:#fff0f0}.product-card-favorite{position:absolute;top:11px;right:11px}.product-card-favorite .favorite-button{background:#fffffff0;box-shadow:0 7px 18px #22180c1f}.product-card-content{padding:17px}.product-card-category{justify-content:space-between;align-items:center;gap:9px;min-height:18px;display:flex}.product-card-category span{color:#ad7728;letter-spacing:.11em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:7px;font-weight:900;overflow:hidden}.product-card-category small{color:#93897c;text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.product-card-title{color:#211c16;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px;margin-top:6px;font-family:Georgia,serif;font-size:18px;font-weight:700;line-height:1.22;text-decoration:none;display:-webkit-box;overflow:hidden}.product-card-title:hover{color:#8d5e1d}.product-card-rating{align-items:center;gap:7px;margin-top:10px;display:flex}.product-card-rating strong{color:#9b681f;font-size:10px}.product-card-rating span{color:#8a8072;font-size:8px}.product-card-shop{color:#211c16;background:#faf7f1;border-radius:9px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;margin-top:12px;padding:8px;text-decoration:none;display:grid}.product-card-shop:hover{background:#f5ecdf}.product-card-shop-logo{color:#17110a;background:linear-gradient(135deg,#efd08d,#b57a27);border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-family:Georgia,serif;font-size:8px;font-weight:900;display:flex;overflow:hidden}.product-card-shop-logo img{object-fit:cover;width:100%;height:100%}.product-card-shop>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.product-card-shop>div:last-child span{color:#ad7728;font-size:6px;font-weight:900}.product-card-shop>div:last-child strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.product-card-price{align-items:baseline;gap:8px;margin-top:13px;display:flex}.product-card-price strong{font-size:23px}.product-card-price span{color:#a19a90;font-size:11px;text-decoration:line-through}.product-card-wholesale{align-items:center;gap:7px;margin-top:6px;display:flex}.product-card-wholesale span{color:#7f581e;text-transform:uppercase;background:#fff1d6;border-radius:5px;padding:4px 6px;font-size:7px;font-weight:900}.product-card-wholesale strong{color:#8d5e1d;font-size:11px}.product-card-stock{color:#817668;justify-content:space-between;gap:8px;margin-top:10px;font-size:8px;display:flex}.product-card-stock strong{color:#4b4237}.product-card-actions{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:14px;display:grid}.product-card-actions .add-to-cart-button,.product-card-select,.product-card-disabled{width:100%;min-height:42px}.product-card-select,.product-card-disabled,.product-card-open{border-radius:8px;justify-content:center;align-items:center;font-size:8px;font-weight:900;text-decoration:none;display:inline-flex}.product-card-select{color:#17110a;background:linear-gradient(135deg,#f1d291,#b57a27)}.product-card-disabled{color:#887d6f;background:#eee9e2;border:0}.product-card-open{color:#efd08d;background:#171717;min-width:88px;min-height:42px;padding:0 12px}.product-card-open:hover{background:#2b2823}@media (max-width:600px){.product-card-media{height:285px}.product-card-actions{grid-template-columns:1fr}.product-card-open{width:100%}}
