.popular-section{position:relative;background-color:#11251e;background-repeat:no-repeat;background-position:100% 100%;background-size:1200px;background-attachment:fixed;padding:80px 0;color:#fff;overflow:hidden}.popular-overlay{position:absolute;inset:0;background-color:rgba(17,37,30,.94);z-index:0}.popular-container{position:relative;z-index:1;margin:0 auto;text-align:center;padding:0 20px}.popular-header{flex-direction:column;width:100%;margin:0}.featured-btn,.popular-header{display:flex;justify-content:center;align-items:center;padding:0}.featured-btn{width:165px;height:36px;background-color:#5b914c;border:none;color:#fff;border-radius:50px;font-size:14px;margin-bottom:16px}.popular-title{font-family:Big Shoulders Display,sans-serif;color:#bf8139;font-size:48px;font-weight:500}.popular-subtitle{width:622px;font-family:Poppins,sans-serif;color:#ffffff;font-size:20px;font-weight:300;margin-bottom:50px;line-height:1.6}.popular-grid{display:flex;gap:10px;justify-content:center}.product-card{width:30%;height:460px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:10px;color:#000;overflow:hidden;transition:all .3s ease;position:relative;box-shadow:0 3px 10px rgba(0,0,0,.1)}.product-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,.25)}.card-image-wrapper{position:relative}.product-image{width:100%;height:220px;object-fit:cover}.product-label{position:absolute;top:10px;left:10px;color:#fff;font-size:12px;padding:4px 10px;border-radius:50px;font-weight:500}.product-badges{position:absolute;top:10px;display:flex;justify-content:space-between;width:100%;padding:0 10px}.product-badge{color:#fff;font-size:12px;padding:4px 10px;border-radius:50px;font-weight:500}.wishlist-btn{position:absolute;top:10px;right:10px;background:#fff;border-radius:5px;border:none;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,0,0,.1)}.wishlist-btn:hover{background:#f5f5f5;transform:scale(1.1)}.wishlist-btn.active{background:#5b914c;animation:heartPop .3s ease}.wishlist-btn.active-disabled{background:#d9534f;animation:heartPop .3s ease}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.out-of-stock{position:absolute;top:40%;left:35%;background:#d9534f;color:#fff;font-size:12px;padding:5px 10px;border-radius:50px}.card-content{width:100%;padding:16px 16px 0;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.card-content-inner{width:100%}.product-category{color:#122924;font-size:14px;margin-bottom:4px}.product-name{font-size:18px;font-weight:600;margin-bottom:8px;color:#000;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-rating{display:flex;align-items:center;gap:4px;font-size:12px;margin-bottom:10px}.product-rating p{color:#737373;font-size:14px}.product-features{list-style:none;padding:0;margin:0 0 10px;font-size:12px;color:#333;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-pricing{display:flex;align-items:center;gap:10px;margin:6px 0 10px}.new-price{font-weight:700;color:#2d2d2d}.old-price{color:#888;text-decoration:line-through;font-size:12px}.product-buttons{width:100%;padding:0 16px 16px;display:flex;justify-content:center;align-items:center;gap:8px}.product-buttons a{border-radius:6px}.add-to-cart,.product-buttons a{width:100%;display:flex;justify-content:center;align-items:center;text-align:center;font-weight:500;text-decoration:none;transition:all .3s ease;font-size:14px}.add-to-cart{background-color:#5b914c;border:2px solid #5b914c;color:#ffffff;height:35px;border-radius:6px}.add-to-cart:hover{background-color:#11251e;border:2px solid #11251e;color:#ffffff}.add-to-cart.is-remove{background-color:#e53935;border:2px solid #e53935;color:#ffffff}.add-to-cart.is-remove:hover{background-color:#ffffff;border:2px solid #e53935;color:#e53935}.add-to-cart.disabled{height:35px;pointer-events:none;cursor:not-allowed}.add-to-cart.disabled,.add-to-cart.disabled:hover{background-color:#ccc;border-color:#ccc;color:#666}.view-details{background-color:#11251e;border:2px solid #11251e;color:#ffffff;height:35px}.view-details:hover{background-color:#5b914c;border:2px solid #5b914c;color:#ffffff}.view-all-btn{margin-top:45px}.view-all-btn,.view-all-btn button{display:flex;justify-content:center;align-items:center}.view-all-btn button{background-color:#5b914c;color:#fff;border-radius:8px;font-weight:500;cursor:pointer;transition:.3s;gap:6px;width:270px;height:50px;transition:all .3s ease-in-out;border:2px solid transparent}.view-all-btn button:hover{background-color:#11251e;border:2px solid #ffffff;color:#ffffff;transform:translateY(-2px)}.view-all-btn button svg{transition:all .3s ease-in-out}.view-all-btn button:hover :is(svg){transform:translatex(5px)}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:999;animation:fadeIn .3s ease}.popup-content{background:#fff;padding:30px 40px;border-radius:12px;position:relative;max-width:400px;width:90%;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.15);animation:slideUp .3s ease}.popup-content h3{font-size:1.4rem;color:#333;margin-bottom:10px}.popup-content p{color:#555;font-size:.95rem;margin-bottom:15px}.popup-form{display:flex;flex-direction:column;gap:12px}.popup-form input{padding:10px;border:1px solid #ccc;border-radius:6px;color:gray;font-size:.95rem}.popup-form button{background:#5b914c;color:#fff;border:none;padding:10px;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background .2s ease}.popup-form button:hover{background:#48763b}.close-btn{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;color:#444}.confirmation-message{color:#2c662d;font-weight:500;font-size:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.notify-btn{width:100%;background-color:#ccc;color:#333;height:35px;border-radius:6px;padding:8px 24px;font-weight:500;cursor:pointer;transition:.3s;display:flex;justify-content:center;align-items:center;gap:6px;transition:all .3s ease-in-out;border:2px solid transparent}.notify-btn:hover{background:#737373;color:#fff}@media (max-width:1550px){.popular-section{padding:80px 0}.popular-container{padding:0 20px}.featured-btn{width:165px;height:36px;font-size:14px;margin-bottom:16px}.popular-title{font-size:48px}.popular-subtitle{width:622px;font-size:20px;margin-bottom:50px;line-height:1.6}.product-card{width:30%;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:10px;color:#000;overflow:hidden;transition:all .3s ease;position:relative;box-shadow:0 3px 10px rgba(0,0,0,.1)}}@media (max-width:1300px){.popular-section{padding:50px 0}.popular-container{padding:0 20px}.featured-btn{width:fit-content;height:fit-content;padding:8px 15px;font-size:14px;margin-bottom:10px}.popular-title{font-size:45px}.popular-subtitle{width:600px;font-size:20px;margin-bottom:40px;line-height:1.6}.product-card{width:30%;height:440px!important;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:10px;color:#000;overflow:hidden;transition:all .3s ease;position:relative;box-shadow:0 3px 10px rgba(0,0,0,.1)}.product-image{width:100%;height:180px}.out-of-stock,.product-label{font-size:12px;padding:4px 10px;border-radius:5px}.card-content{padding:10px 10px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.product-category{font-size:13px;margin-bottom:4px}.product-name{font-size:16px;margin-bottom:4px}.product-features{color:#000;margin:0 0 10px;font-size:12px}.product-pricing{gap:10px;margin:6px 0 10px}.new-price{color:#000000}.old-price{color:#464646;font-size:12px}.product-buttons{padding:0 10px 10px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:4px}.add-to-cart,.product-buttons a{border-radius:5px;font-size:14px}.add-to-cart{height:35px;transition:all .3s ease}.add-to-cart.disabled,.view-details{height:35px}.view-all-btn{margin-top:35px}.view-all-btn button{border-radius:5px;gap:6px;height:40px}.popup-content{padding:20px;border-radius:10px;max-width:400px;width:90%;text-align:center;animation:all .3s ease-in-out}.popup-content h3{font-size:20px;color:#000000;margin-bottom:10px}.popup-content p{color:rgb(95,95,95);font-size:14px;margin-bottom:10px}.popup-form{gap:10px}.popup-form input{border-radius:5px;color:gray;font-size:14px}.popup-form button{border-radius:5px;font-size:14px;transition:all .2s ease-in-out}.notify-btn{border-radius:5px;gap:5px;height:35px}}@media (max-width:1050px){.popular-section{padding:40px 0}.popular-container{padding:0 20px}.featured-btn{width:fit-content;height:fit-content;padding:8px 15px;font-size:14px;margin-bottom:0}.popular-title{font-size:35px}.popular-subtitle{width:600px;font-size:16px;margin-bottom:20px;line-height:1.6}.product-card:nth-child(n+4){display:none}.product-card{height:380px!important;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.product-image{width:100%;height:150px}.product-label{top:2%;left:2%}.out-of-stock,.product-label{font-size:12px;padding:4px 10px;border-radius:5px}.out-of-stock{top:80%;left:50%}.card-content{padding:5px 5px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.product-category{font-size:13px;margin-top:0;margin-bottom:4px}.product-name{font-size:16px;margin-bottom:4px}.product-features{color:#000;margin:0 0 10px;font-size:12px}.product-pricing{gap:10px;margin:6px 0 10px}.new-price{font-size:18px;color:#000000}.old-price{color:#464646;font-size:14px}.product-buttons{padding:0 5px 5px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:4px}.add-to-cart,.product-buttons a{border-radius:5px;font-size:12px}.add-to-cart{height:30px;transition:all .3s ease}.add-to-cart.disabled,.view-details{height:30px}.view-all-btn{margin-top:30px}.view-all-btn button{border-radius:5px;gap:6px;height:35px}.popup-content{padding:20px;border-radius:10px;max-width:400px;width:90%;text-align:center;animation:all .3s ease-in-out}.popup-content h3{font-size:20px;color:#000000;margin-bottom:10px}.popup-content p{color:rgb(95,95,95);font-size:14px;margin-bottom:10px}.popup-form{gap:10px}.popup-form input{border-radius:5px;color:gray;font-size:14px}.popup-form button{border-radius:5px;font-size:14px;transition:all .2s ease-in-out}.notify-btn{font-size:12px;border-radius:5px;gap:5px;height:30px}}@media (max-width:650px){.popular-subtitle{width:100%;font-size:16px;margin-bottom:20px;line-height:1.6}.popular-grid{flex-wrap:wrap}.product-card{width:40%;height:310px!important;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:10px;color:#000;overflow:hidden;transition:all .3s ease;position:relative;box-shadow:0 3px 10px rgba(0,0,0,.1)}.product-card:nth-child(n+4){display:block}.out-of-stock{top:40%;left:35%;font-size:12px;padding:4px 10px;border-radius:5px}.product-image{width:100%;height:120px}.product-category{font-size:10px;margin-top:0;margin-bottom:0}.product-name{font-size:12px;margin-bottom:0}.product-features{color:#000;margin:0 0 10px;font-size:10px}.product-pricing{gap:10px;margin:6px 0 10px}.new-price{font-size:15px;color:#000000}.old-price{color:#464646;font-size:12px}.product-buttons{padding:0 5px 5px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:4px}.add-to-cart,.product-buttons a{border-radius:5px;font-size:10px}.add-to-cart{height:25px;transition:all .3s ease}.add-to-cart.disabled,.view-details{height:25px}.view-all-btn{margin-top:20px}.view-all-btn button{border-radius:5px;gap:6px;height:30px}.popup-content{padding:20px;border-radius:10px;max-width:400px;width:90%;text-align:center;animation:all .3s ease-in-out}.popup-content h3{font-size:20px;color:#000000;margin-bottom:10px}.popup-content p{color:rgb(95,95,95);font-size:14px;margin-bottom:10px}.popup-form{gap:10px}.popup-form input{border-radius:5px;color:gray;font-size:14px}.popup-form button{border-radius:5px;font-size:14px;transition:all .2s ease-in-out}.notify-btn{height:25px;border-radius:5px;transition:all .3s ease;font-size:10px}}@media (max-width:500px){.popular-subtitle{width:100%;font-size:16px;margin-bottom:20px;line-height:1.6}.popular-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.product-card{width:100%;height:280px!important;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:10px;color:#000;overflow:hidden;transition:all .3s ease;position:relative;box-shadow:0 3px 10px rgba(0,0,0,.1)}.product-card:nth-child(n+4){display:block}.out-of-stock{top:40%;left:35%;font-size:12px;padding:4px 10px;border-radius:5px}.product-buttons{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:8px}}@media (max-width:400px){.product-buttons{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px}}.popular-equipment-skeleton{width:100%;height:100%;min-height:100px;max-height:600px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.1)}.popular-equipment-skeleton .skeleton-image{width:100%;height:220px;background:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0,#f0f0f0 40px,#e0e0e0 80px);background-size:600px;animation:skeleton-shimmer 1.5s ease-out infinite}.popular-equipment-skeleton .skeleton-content{padding:20px;display:flex;flex-direction:column;gap:12px}.popular-equipment-skeleton .skeleton-category{width:40%;height:14px}.popular-equipment-skeleton .skeleton-category,.popular-equipment-skeleton .skeleton-name{background:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0,#f0f0f0 40px,#e0e0e0 80px);background-size:600px;border-radius:4px;animation:skeleton-shimmer 1.5s ease-out infinite}.popular-equipment-skeleton .skeleton-name{width:70%;height:20px}.popular-equipment-skeleton .skeleton-features{display:flex;flex-direction:column;gap:8px;margin-top:5px}.popular-equipment-skeleton .skeleton-feature-item{width:60%;height:12px}.popular-equipment-skeleton .skeleton-feature-item,.popular-equipment-skeleton .skeleton-price{background:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0,#f0f0f0 40px,#e0e0e0 80px);background-size:600px;border-radius:4px;animation:skeleton-shimmer 1.5s ease-out infinite}.popular-equipment-skeleton .skeleton-price{width:35%;height:24px;margin-top:8px}.popular-equipment-skeleton .skeleton-buttons{padding:0 20px 20px;display:flex;flex-direction:column;gap:10px}.popular-equipment-skeleton .skeleton-button{width:100%;height:42px;background:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0,#f0f0f0 40px,#e0e0e0 80px);background-size:600px;border-radius:6px;animation:skeleton-shimmer 1.5s ease-out infinite}@keyframes skeleton-shimmer{0%{background-position:-600px}to{background-position:600px}}