.popular-products{width:100%;max-width:1110px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:32px}.popular-products-title{font-size:32px;line-height:40px;font-weight:700;color:#222;margin:0;padding:0}.popular-products-loading{text-align:center;padding:40px 0;color:#6c6c6c;font-size:16px}.popular-products-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.product-card{width:255px;height:412px;background:#fff;border-radius:8px;box-shadow:0 4px 8px 0 rgba(0,0,0,.05);text-decoration:none;color:inherit;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease;position:relative}.product-card:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}.product-card-image-wrapper{width:100%;height:240px;position:relative;overflow:hidden;background:#f8f8f8}.product-card-image{width:100%;height:100%;object-fit:cover}.product-card-badge{position:absolute;top:12px;left:8px;padding:4px 8px;border-radius:100px;font-size:12px;line-height:12px;font-weight:400;color:#fff;z-index:1}.product-card-favorite{position:absolute;top:12px;right:12px;width:56px;height:56px;background:#004638;border:none;border-radius:50%;cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center;transition:background .2s}.product-card-favorite:hover{background:#00624c}.product-card-favorite:active{background:#003529}.product-card-favorite.active{background:#004638}.product-card-favorite svg{width:24px;height:24px}.product-card-favorite svg path{fill:#fff;transition:fill .2s}.product-card-favorite.active svg path{fill:#fff}.product-card-content{flex:1 1;display:flex;flex-direction:column;padding:16px;gap:12px}.product-card-info{display:flex;flex-direction:column;gap:4px}.product-card-category{font-size:12px;line-height:12px;font-weight:400;color:#6c6c6c}.product-card-name{font-size:16px;line-height:24px;font-weight:400;color:#222;margin:0;padding:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-rating{display:flex;align-items:center;gap:4px;height:16px}.product-card-rating svg{width:16px;height:16px;flex-shrink:0}.product-card-rating-value,.product-card-reviews{font-size:12px;line-height:12px;font-weight:400;color:#6c6c6c}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-card-price{display:flex;flex-direction:column;gap:0}.product-card-price-current{font-size:24px;line-height:32px;font-weight:400;color:#222}.product-card-price-old{font-size:16px;line-height:16px;font-weight:400;color:#c1c1c1;text-decoration:line-through}.product-card-cart-button{width:36px;height:36px;background:#00463e;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s ease;flex-shrink:0}.product-card-cart-button:hover{background:#003d32}.product-card-cart-button svg{width:20px;height:20px}@media (max-width:1200px){.popular-products{padding:0 24px}.popular-products-grid{justify-content:center}}@media (max-width:768px){.popular-products{padding:0}.popular-products-title{font-size:24px;line-height:32px}.popular-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;justify-content:stretch}.product-card{width:100%;max-width:none;height:auto;min-height:360px}.product-card-image-wrapper{height:180px}}@media (max-width:480px){.popular-products-grid{grid-template-columns:1fr}.product-card{min-height:0}.product-card-image-wrapper{height:200px}}.categories{width:100%;max-width:1110px;margin:0 auto;padding:0}.categories-grid{display:flex;justify-content:space-between;flex-wrap:wrap}.category-card{width:160px;height:144px;background:#f8f8f8;border-radius:8px;box-shadow:0 4px 8px 0 rgba(0,0,0,.05);text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:flex-start;padding:12px;gap:12px;transition:box-shadow .2s ease,transform .2s ease}.category-card:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.1);transform:translateY(-2px)}.category-card-image{width:60px;height:60px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.category-image{width:100%;height:100%;object-fit:contain}.category-card-name{font-size:16px;line-height:24px;font-weight:400;color:#222;margin:0;padding:0;width:136px;min-height:24px}@media (max-width:1200px){.categories{padding:0 24px}.categories-grid{justify-content:center}}@media (max-width:768px){.categories{padding:0}.categories-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;justify-content:stretch}.category-card{width:100%;min-width:0;height:auto;min-height:120px}.category-card-name{width:100%;font-size:14px;line-height:20px}}@media (max-width:480px){.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}