.explore-section{width:100%;max-width:1250px;margin:auto;padding:10px 0;box-sizing:border-box;background-color:#fff}.section-title{font-size:clamp(24px,5vw,34px);font-weight:700;margin-bottom:20px;text-align:center;color:#000}.kitchen-image-wrapper{position:relative;text-align:center;margin-bottom:40px;width:100vw;margin-left:calc(-50vw + 50%)}.kitchen-image{width:100vw;height:auto;max-width:none;border-radius:0;box-shadow:none}.plus-icon{position:absolute;transform:translate(-50%,-50%);width:26px;height:26px;font-size:20px;border-radius:50%;background-color:white;border:2px solid #f1c6a4;display:flex;justify-content:center;align-items:center;color:black;font-weight:lighter;cursor:pointer;transition:all .3s ease;animation:pulse 1.5s infinite}.plus-icon:hover{background-color:#61411E;color:white}.plus-icon.active{background-color:#61411E;color:#F1C6A4;border-color:#61411E}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 0 rgba(97,65,30)}70%{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 0 0 25px rgba(0,255,60,0)}to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 0 rgba(0,255,60,0)}}.category{margin-bottom:60px}.category-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:16px}.category-header h3{font-size:clamp(18px,4vw,24px);color:#000}.product-scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:12px;scroll-behavior:smooth}.product-scroll::-webkit-scrollbar{display:none}.product-card{flex:0 0 auto;min-width:160px;width:180px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:12px;text-align:center;transition:transform .3s ease}.product-card:hover{transform:scale(1.05)}.product-card img{width:100%;height:150px;object-fit:contain;margin-bottom:10px}.product-name{font-size:14px;font-weight:500;color:#222}.product-price{font-size:14px;color:#28a745;font-weight:700;margin-top:4px}.add-to-cart-btn:hover{color:#A35D27;border:1px solid #a35d27}.add-to-cart-btn{margin-top:10px;padding:8px 14px;background-color:#28a745;color:white;font-size:14px;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.add-to-cart-btn:hover{background-color:white;color:#000;border:1px solid green}@media (max-width:768px){.plus-icon{width:18px;height:18px;font-size:14px}.product-card{width:150px;padding:10px}.add-to-cart-btn{font-size:12px;padding:6px 12px}.category-header{flex-direction:column;align-items:flex-start;gap:8px}}