.favorite-button{position:absolute;top:10px;left:10px;background:#ffffffe6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2;padding:0}.favorite-button svg{width:20px;height:20px;fill:none;stroke:var(--color-primary);stroke-width:2;transition:all .3s ease}.favorite-button:hover{background:#fff;transform:scale(1.1);box-shadow:0 2px 8px #0000001a}.favorite-button:hover svg{fill:rgba(var(--color-primary-rgb),.2)}.favorite-button.is-active svg{fill:var(--color-primary);stroke:var(--color-primary)}.favorite-button.is-active:hover svg{fill:var(--color-primary-light);stroke:var(--color-primary-light)}.product-card{position:relative;z-index:1;background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;box-shadow:0 2px 4px #0000001a;width:100%;height:100%}.product-card:hover{transform:translateY(-5px)}.product-card__image{width:100%;height:auto;border-radius:8px;transition:transform .3s ease}.product-card__image:hover{transform:scale(1.05)}.product-card__content{background:linear-gradient(to bottom,#fff,#f5f0ed);padding:1rem;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.product-card__content .properties{width:100%;margin:.5rem 0;padding:0}.product-card__name{font-size:1.1rem;font-weight:500;color:#2c1810;margin:0;line-height:1.4;letter-spacing:.02em;font-family:Sofia Sans,sans-serif;position:relative;padding-bottom:.5rem;transition:color .3s ease;height:3.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.product-card__name:after{content:"";position:absolute;bottom:0;left:0;width:2.5rem;height:1px;background:linear-gradient(90deg,#8b451380,#8b45131a);transition:width .3s ease}.product-card:hover .product-card__name:after{width:3.5rem}.product-card__name:hover{color:#8b4513;text-shadow:0 1px 1px rgba(255,255,255,.8)}.product-card__type,.product-card__producer,.product-card__description{font-size:.9rem;color:#666;margin-bottom:.5rem}.product-card__footer{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding-top:0}.product-card__price{font-size:1.375rem;font-weight:600;color:var(--color-primary);text-align:right;margin-bottom:0;padding-bottom:.75rem;font-family:Sofia Sans,sans-serif;border-bottom:1px solid var(--color-border, #e5e0dd)}.product-card__controls{display:flex;align-items:center;gap:.5rem;padding-top:.25rem}.product-card__weight-selector{flex:1;min-width:36%;position:relative;z-index:2}.product-card__weight-button{height:40px;padding:0 .8rem;border:1px solid var(--color-border);color:var(--color-text-primary);font-family:Sofia Sans,sans-serif;background:var(--color-background-primary);width:100%;cursor:pointer;transition:all .2s ease;font-size:.9375rem;display:flex;align-items:center;justify-content:space-between;border-radius:6px}.product-card__weight-button:hover{border-color:var(--color-primary);background:var(--color-background-hover, rgba(139, 69, 19, .05));box-shadow:0 2px 4px #8b45131a}.dropdown.is-open .product-card__weight-button{border-color:var(--color-primary);background:var(--color-background-hover, rgba(139, 69, 19, .08));box-shadow:0 2px 8px #8b451326}.product-card__weight-button .dropdown__value{color:var(--color-text-primary);font-weight:500}.product-card__weight-button .dropdown__arrow{color:var(--color-primary);transition:transform .2s ease}.dropdown.is-open .product-card__weight-button .dropdown__arrow{transform:rotate(180deg)}.product-card__empty-weight{flex:1;min-width:36%;display:flex;align-items:center}.product-card__empty-weight-text{font-size:.9375rem;color:var(--color-text-secondary);padding:.5rem .75rem;background:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:6px;text-align:center;font-family:Sofia Sans,sans-serif;width:100%;white-space:nowrap}.product-card__buy-button{display:flex;align-items:center;gap:.5rem;padding:0 1rem;height:40px;background:var(--color-primary);border:none;border-radius:6px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:110px;font-family:Sofia Sans,sans-serif}.product-card__buy-button:hover{background:var(--color-primary-dark, #8B4513);transform:translateY(-1px)}.product-card__buy-icon{width:18px;height:18px;fill:currentColor}.product-card__link{text-decoration:none;color:inherit;transition:color .3s ease}.product-card__link:hover .product-card__name{color:#8b4513}.product-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;border-radius:12px;overflow:hidden;background:var(--color-background-secondary);transition:all .3s ease}.product-card__image-wrapper.loading{background:var(--color-background-secondary)}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease,transform .3s ease;will-change:opacity,transform}.product-card__image.loaded{opacity:1}.product-card__skeleton{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(110deg,var(--color-background-secondary) 30%,var(--color-background-primary) 50%,var(--color-background-secondary) 70%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;pointer-events:none}.coffee-cup{width:60px;height:60px;position:relative}.coffee-cup__body{position:absolute;bottom:0;width:40px;height:45px;background:linear-gradient(45deg,#8b4513,sienna);border-radius:0 0 20px 20px;overflow:hidden}.coffee-cup__wave{position:absolute;bottom:0;width:100%;height:15px;background:#fff3;animation:wave 2s infinite ease-in-out}.coffee-cup__handle{position:absolute;right:0;top:50%;left:65%;transform:translateY(-40%);width:15px;height:25px;border:4px solid #8B4513;border-left:0;border-radius:0 25px 25px 0}.coffee-cup__steam{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:30px;height:15px;display:flex;justify-content:space-between}.coffee-cup__steam span{width:3px;height:100%;background:#8b45134d;border-radius:3px;animation:steam 1.5s infinite}.coffee-cup__steam span:nth-child(2){animation-delay:.2s}.coffee-cup__steam span:nth-child(3){animation-delay:.4s}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes wave{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes steam{0%,to{transform:translateY(0) scale(1);opacity:.3}50%{transform:translateY(-5px) scale(1.2);opacity:.7}}@media (prefers-reduced-motion: reduce){.product-card__skeleton,.coffee-cup__wave,.coffee-cup__steam span{animation:none}}@media (prefers-reduced-motion: no-preference){.product-card__image-wrapper{transform:translateZ(0);backface-visibility:hidden}.product-card__skeleton{transform:translateZ(0)}}@media (prefers-reduced-motion: reduce){.product-card__skeleton{animation:none;background:var(--color-background-secondary)}.coffee-cup__wave,.coffee-cup__steam span{animation:none}.product-card__image,.product-card__image-wrapper{transition:none}}.product-card__image-link,.product-card__name-link{text-decoration:none;color:inherit;display:block;cursor:pointer}.product-card__image-link:hover .product-card__image{transform:scale(1.05)}.product-card__name-link:hover .product-card__name{color:var(--color-primary)}@media (max-width: 768px){.product-card__footer{gap:.5rem}.product-card__controls{flex-direction:column;width:100%}.product-card__weight-selector,.product-card__empty-weight{width:100%;margin:0}.product-card__actions{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem}.product-card__price{font-size:1.25rem;margin:0;text-align:left;padding-bottom:.5rem}.product-card__buy-button{flex:1;max-width:none;justify-content:center;height:44px;font-size:1.5rem;padding:0 1.5rem;font-family:Sofia Sans,sans-serif}.product-card__buy-icon{width:20px;height:20px}}@media (max-width: 360px){.product-card__buy-button{padding:0 1rem}.product-card__buy-icon{width:18px;height:18px}}
