.wc-recommendations{width:100%;margin:0;padding:0;}.wc-recommendations h2{margin-bottom:1.5em;color:#333;font-size:1.8em;text-align:center;}.wc-recommendations .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:25px;padding:20px 0;}.wc-recommendations .product-card,.wc-recommendations .recommended-product{border:1px solid #eee;border-radius:10px;padding:15px;text-align:center;transition:all 0.3s ease;background:#fff;display:flex;flex-direction:column;align-items:center;}.wc-recommendations .product-card:hover,.wc-recommendations .recommended-product:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,0.1);}.wc-recommendations .product-card img,.wc-recommendations .recommended-product img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:10px;}.wc-recommendations .product-card h3,.wc-recommendations .recommended-product h3{margin:10px 0;font-size:1.1em;color:#333;}.wc-recommendations .price{color:#77a464;font-weight:bold;font-size:1.1em;margin-bottom:10px;}.wc-recommendations .button{display:inline-block;padding:10px 15px;background:#77a464;color:#fff;text-decoration:none;border-radius:4px;transition:background 0.3s ease;}.wc-recommendations .button:hover{background:#6b9456;}@media (max-width:768px){.wc-recommendations .products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));}}.wc-recommendations .product-category{display:inline-block;font-size:0.75em;background:#f3f3f3;color:#777;border-radius:12px;padding:3px 8px;margin:5px 0 10px 0;}.wc-recommendations .product-meta{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:10px;}.wc-recommendations .wc-rec-stock-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.75em;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#eef2ff;color:#312e81;border:1px solid transparent}.wc-recommendations .wc-rec-stock-badge--low{background:#fef3c7;color:#92400e;border-color:#f59e0b}.wc-recommendations .product-figure{display:flex;flex-direction:column;align-items:center;margin:0;}.wc-recommendations .product-figure img{border-radius:12px;transition:transform 0.3s ease;}.wc-recommendations .product-card:hover .product-figure img,.wc-recommendations .recommended-product:hover .product-figure img{transform:scale(1.05);}.wc-recommendations .product-link{color:inherit;text-decoration:none;}.wc-recommendations .product-link:hover h3{text-decoration:underline;}.swiper{padding-bottom:50px;}.swiper-pagination{position:absolute;text-align:center;bottom:10px;left:0;width:100%;z-index:10;}.swiper-button-next,.swiper-button-prev{color:#77a464;transition:color 0.3s ease;}.swiper-button-next:hover,.swiper-button-prev:hover{color:#6b9456;}
body.wc-rec-modal-open{overflow:hidden}.wc-rec-modal{position:fixed;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:10000}.wc-rec-modal.is-open,.wc-rec-modal[aria-hidden="false"]{opacity:1;pointer-events:auto}.wc-rec-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);cursor:pointer;z-index:0}.wc-rec-modal__dialog{position:relative;z-index:1;width:100%;max-width:520px;max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 20px 45px rgba(0,0,0,.2);transform:translateY(20px);transition:transform .3s ease,opacity .3s ease;opacity:0}.wc-rec-modal.is-open .wc-rec-modal__dialog,.wc-rec-modal[aria-hidden="false"] .wc-rec-modal__dialog{transform:translateY(0);opacity:1}.wc-rec-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.05)}.wc-rec-modal__header h2{margin:0;font-size:1.25rem;color:#333}.wc-rec-modal__close{border:none;background:transparent;color:#77a464;font-size:1.8rem;line-height:1;cursor:pointer;transition:color .3s ease}.wc-rec-modal__close:hover,.wc-rec-modal__close:focus{color:#6b9456;outline:0}.wc-rec-modal__content{padding:20px}.wc-rec-modal__placeholder{margin:0;color:#555;text-align:center}.wc-recommendations .wc-rec-modal-trigger{background:transparent;color:#77a464;border:1px solid #77a464;box-shadow:none}.wc-recommendations .wc-rec-modal-trigger:hover,.wc-recommendations .wc-rec-modal-trigger:focus{background:#77a464;color:#fff;border-color:#6b9456}.wc-rec-modal-product{display:flex;flex-direction:column;gap:16px}.wc-rec-modal-product__categories{display:flex;flex-wrap:wrap;gap:6px}.wc-rec-modal-product__media img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1)}.wc-rec-modal-product__description{color:#555;line-height:1.6}.wc-rec-modal-product__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.wc-rec-modal-product__meta .price{font-size:1.3em;font-weight:600;color:#77a464}.wc-rec-modal-product__link{align-self:flex-start}@media (max-width:600px){.wc-rec-modal__dialog{width:100%;max-height:100vh;border-radius:12px}}
