.home-category-section{position:relative;margin-bottom:3rem}.home-category-section .header{display:flex;align-items:center;margin-bottom:1.5rem}.home-category-section .header .section-title{color:#0056b3;font-weight:600;position:relative;margin-right:1rem}.home-category-section .header .section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:70%;height:3px;background:linear-gradient(90deg,#0056b3 0%,rgba(0,86,179,.3) 100%);border-radius:3px}.home-category-section .header .badge{background:#0056b3;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;display:inline-flex;align-items:center;box-shadow:0 4px 8px #0056b333}.home-category-section .header .badge i{margin-right:.3rem;font-size:.9rem}.home-category-section .split-layout{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;align-items:stretch}@media (max-width: 991.98px){.home-category-section .split-layout{grid-template-columns:1fr}}.home-category-section .category-panel{background:linear-gradient(135deg,#3d8b37 0%,#1e5c1b 100%);background-image:url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='40' cy='30' rx='8' ry='18' transform='rotate(-35 40 30)' fill='white' opacity='0.08'/%3E%3Cellipse cx='55' cy='50' rx='6' ry='14' transform='rotate(-50 55 50)' fill='white' opacity='0.06'/%3E%3Cellipse cx='90' cy='85' rx='7' ry='16' transform='rotate(25 90 85)' fill='white' opacity='0.08'/%3E%3Cellipse cx='75' cy='100' rx='5' ry='12' transform='rotate(40 75 100)' fill='white' opacity='0.06'/%3E%3C/svg%3E"),linear-gradient(135deg,#3d8b37 0%,#1e5c1b 100%);background-repeat:repeat,no-repeat;background-size:120px 120px,cover;border-radius:12px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;min-height:320px}.home-category-section .category-panel .category-content{position:relative;z-index:2}.home-category-section .category-panel .category-content .category-label{display:inline-block;background:rgba(255,255,255,.2);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.home-category-section .category-panel .category-content .category-name{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.home-category-section .category-panel .category-content .category-description{color:#ffffffd9;font-size:.9rem;line-height:1.6;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-category-section .category-panel .category-content .category-view-all{display:inline-flex;align-items:center;color:#fff;font-weight:600;font-size:.9rem;text-decoration:none;padding:.5rem 1rem;background:rgba(255,255,255,.15);border-radius:8px;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.home-category-section .category-panel .category-content .category-view-all i{margin-left:.5rem;transition:transform .3s ease}.home-category-section .category-panel .category-content .category-view-all:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.home-category-section .category-panel .category-content .category-view-all:hover i{transform:translate(4px)}.home-category-section .category-panel .category-image{position:absolute;bottom:0;right:0;width:45%;height:70%;opacity:.15;pointer-events:none}.home-category-section .category-panel .category-image img{width:100%;height:100%;object-fit:contain}.home-category-section .products-panel{overflow:hidden}.home-category-section .products-panel .products-scroll{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 1199.98px){.home-category-section .products-panel .products-scroll{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575.98px){.home-category-section .products-panel .products-scroll{grid-template-columns:1fr}}@media (min-width: 1200px){.home-category-section .products-panel .products-scroll .product-card-item:nth-child(4){display:none}}.home-category-section .products-panel .product-card-item{background:#fff;border-radius:16px;overflow:hidden;position:relative;display:flex;flex-direction:column;box-shadow:0 2px 10px #0aad0a0f;transition:all .35s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit}.home-category-section .products-panel .product-card-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0aad0a,#498b4d);z-index:5;border-radius:16px 16px 0 0;opacity:0;transition:opacity .3s ease}.home-category-section .products-panel .product-card-item:hover{box-shadow:0 6px 24px #0aad0a26;transform:translateY(-5px)}.home-category-section .products-panel .product-card-item:hover:before{opacity:1}.home-category-section .products-panel .product-card-item .card-img-wrap{position:relative;overflow:hidden;background:#f4f4f4;padding-top:100%;border:1px solid #e9ecef;border-bottom:0;border-radius:16px 16px 0 0}.home-category-section .products-panel .product-card-item .card-img-wrap a{display:block;height:100%;width:100%}.home-category-section .products-panel .product-card-item .card-img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.home-category-section .products-panel .product-card-item .card-img-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.18) 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}.home-category-section .products-panel .product-card-item .card-img-wrap .card-badge-discount{position:absolute;top:12px;right:12px;background:#0aad0a;color:#fff;font-weight:700;font-size:.7rem;padding:3px 10px;border-radius:20px;z-index:2;box-shadow:0 2px 8px #0aad0a4d}.home-category-section .products-panel .product-card-item:hover .card-img-wrap img{transform:scale(1.07)}.home-category-section .products-panel .product-card-item:hover .card-img-wrap:after{opacity:1}.home-category-section .products-panel .product-card-item .card-content{display:flex;flex-direction:column;justify-content:space-between;padding:14px 16px 16px;flex:1}.home-category-section .products-panel .product-card-item .card-cat{font-size:.8rem;color:#0aad0a;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.home-category-section .products-panel .product-card-item .card-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5rem}.home-category-section .products-panel .product-card-item .card-title a{color:#1a1d1f;text-decoration:none;transition:color .2s}.home-category-section .products-panel .product-card-item .card-title a:hover{color:#0aad0a}.home-category-section .products-panel .product-card-item .card-rating{display:flex;align-items:center;gap:5px;margin-bottom:8px;font-size:.75rem}.home-category-section .products-panel .product-card-item .card-rating .stars{color:#ffc107;font-size:.7rem}.home-category-section .products-panel .product-card-item .card-rating .stars .far{color:#ddd}.home-category-section .products-panel .product-card-item .card-rating .rating-num{color:#999;font-size:.7rem}.home-category-section .products-panel .product-card-item .product-footer{padding:16px 0 0}.home-category-section .products-panel .product-card-item .product-footer .d-grid{display:block!important;gap:0!important}.home-category-section .products-panel .product-card-item .product-footer button{width:100%;border-radius:5px;padding:.5rem;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:5px;border:none;margin-top:0!important}.home-category-section .products-panel .product-card-item .product-footer button i{font-size:1rem}.home-category-section .products-panel .product-card-item .product-footer button:hover{transform:translateY(-2px);box-shadow:0 5px 10px #0000001a}
