.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:var(--color-background-tertiary);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition-default);display:flex;flex-direction:column;box-shadow:var(--shadow-sm);width:100%;height:100%;border:1px solid var(--color-border)}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary)}.product-card__image{width:100%;height:auto;border-radius:var(--radius-md);transition:var(--transition-default)}.product-card__image:hover{opacity:.95}.product-card__content{background:var(--color-background-tertiary);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:var(--color-text-primary);margin:0;line-height:1.4;letter-spacing:.02em;font-family:Sofia Sans,sans-serif;position:relative;padding-bottom:.5rem;transition:var(--transition-default);height:1.4em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-card__name:before{content:"";position:absolute;bottom:0;right:0;width:40px;height:1.4em;background:linear-gradient(to right,rgba(255,255,255,0),var(--color-background-tertiary) 70%);pointer-events:none;z-index:2}.product-card__name:after{content:"";position:absolute;bottom:.25rem;left:0;width:0;height:2px;background:var(--color-primary);transition:width var(--transition-default)}.product-card:hover .product-card__name:after{width:100%}.product-card__name:hover{color:var(--color-primary)}.product-card__type,.product-card__producer,.product-card__description{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:.5rem}.product-card__production{font-size:.9rem;color:var(--color-text-secondary);margin-top:2px;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__metrage-selector{display:flex;align-items:center;justify-content:center;gap:.25rem;background:var(--color-background-secondary);padding:.3rem .4rem;border-radius:var(--radius-md);border:1px solid var(--color-border);flex:1;max-width:150px;box-sizing:border-box;height:38px}.product-card__metrage-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-background-tertiary);color:var(--color-text-primary);font-size:1.1rem;font-weight:600;line-height:1;cursor:pointer;transition:var(--transition-fast);flex-shrink:0;padding:0}.product-card__metrage-btn:hover{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.product-card__metrage-btn:active{transform:scale(.95)}.product-card__metrage-input{width:42px;height:28px;border:none;background:transparent;font-size:.95rem;color:var(--color-text-primary);font-family:Sofia Sans,sans-serif;font-weight:500;text-align:center;line-height:28px;padding:0;flex-shrink:0}.product-card__metrage-input:focus{outline:none}.product-card__metrage-input::-webkit-inner-spin-button,.product-card__metrage-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-card__metrage-input[type=number]{-moz-appearance:textfield}.product-card__metrage-unit{color:var(--color-text-secondary);font-size:.85rem;font-weight:500;line-height:28px;flex-shrink:0}.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;justify-content:center;gap:.5rem;padding:0 1rem;height:40px;background:var(--color-primary);border:none;border-radius:var(--radius-md);color:var(--color-white);font-weight:500;cursor:pointer;transition:var(--transition-default);white-space:nowrap;min-width:110px;font-family:Sofia Sans,sans-serif;box-sizing:border-box}.product-card__buy-button:hover{background:var(--color-primary-dark);opacity:.9}.product-card__buy-icon{width:18px;height:18px;fill:currentColor}.product-card__link{text-decoration:none;color:inherit;transition:var(--transition-default)}.product-card__link:hover .product-card__name{color:var(--color-primary)}.product-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;border-radius:var(--radius-md);overflow:hidden;background:var(--color-background-secondary);transition:var(--transition-default);border-bottom:1px solid var(--color-border-light)}.product-card__categories{position:absolute;bottom:10px;left:10px;right:10px;display:flex;gap:8px;z-index:2;pointer-events:none}.product-card__category,.product-card__subcategory{padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500;font-family:Sofia Sans,sans-serif;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.1)}.product-card__category{background:var(--color-primary);color:var(--color-white);box-shadow:var(--shadow-sm)}.product-card__subcategory{background:var(--color-background-tertiary);color:var(--color-text-primary);backdrop-filter:blur(4px);box-shadow:var(--shadow-sm);border:1px solid var(--color-border)}.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(min-width:1201px){.product-card__controls{flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:.75rem}.product-card__metrage-selector{max-width:100%;width:100%;flex:0 0 auto;justify-content:center}.product-card__buy-button{width:100%;max-width:100%;justify-content:center;min-width:auto}}@media(max-width:1200px)and (min-width:1101px){.product-card__controls{flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:.75rem}.product-card__metrage-selector{max-width:100%;width:100%;flex:0 0 auto;justify-content:center}.product-card__buy-button{width:100%;max-width:100%;justify-content:center;min-width:auto}}@media(max-width:1100px)and (min-width:881px){.product-card__footer{align-items:center;text-align:center}.product-card__price{text-align:center;width:100%}.product-card__controls{flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:stretch;width:100%;gap:.75rem}.product-card__metrage-selector{width:100%;max-width:100%;flex:0 0 auto;justify-content:center;padding:.35rem .75rem}.product-card__metrage-btn{width:26px;height:26px;font-size:1rem}.product-card__buy-button{width:100%;max-width:100%;justify-content:center;min-width:auto}}@media(max-width:880px)and (min-width:769px){.product-card__footer{align-items:center;text-align:center}.product-card__price{text-align:center;width:100%}.product-card__controls{flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:stretch;width:100%;gap:.75rem}.product-card__metrage-selector{width:100%;max-width:100%;flex:0 0 auto;justify-content:center;padding:.35rem .75rem}.product-card__metrage-btn{width:26px;height:26px;font-size:1rem}.product-card__buy-button{width:100%;max-width:100%;justify-content:center;min-width:auto;font-size:1rem;padding:.5rem 1rem}}@media(max-width:480px){.product-card__categories{bottom:8px;left:8px;right:8px;gap:6px}.product-card__category,.product-card__subcategory{padding:3px 10px;font-size:.75rem}}@media(max-width:768px){.product-card__footer{gap:.75rem;align-items:center}.product-card__controls{flex-direction:column;width:100%;align-items:stretch;justify-content:center;gap:.75rem}.product-card__weight-selector,.product-card__empty-weight,.product-card__metrage-selector{width:100%;max-width:100%;margin:0}.product-card__metrage-selector{justify-content:center;padding:.4rem .75rem}.product-card__metrage-btn{width:28px;height:28px;font-size:1rem;flex-shrink:0}.product-card__metrage-input{flex:1;min-width:50px;max-width:80px}.product-card__actions{display:flex;width:100%;align-items:center;justify-content:center;gap:.75rem;margin-top:.5rem}.product-card__price{font-size:1.25rem;margin:0;text-align:center;padding-bottom:.5rem}.product-card__buy-button{width:100%;max-width:100%;justify-content:center;align-items:center;height:44px;font-size:1rem;padding:0 1.5rem;font-family:Sofia Sans,sans-serif;gap:.5rem}.product-card__buy-icon{width:20px;height:20px;flex-shrink:0}}@media(max-width:360px){.product-card__buy-button{padding:0 1rem}.product-card__buy-icon{width:18px;height:18px}}
