.explore-section{width:100%;max-width:1250px;margin:auto;padding:4px 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:100%;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 #f9d649;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.active,.plus-icon:hover{background-color:#F9D649;color:black}.plus-icon.active{border-color:#F9D649}@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}.explore-section{width:100%;max-width:1250px;margin:auto;padding:0;box-sizing:border-box;background-color:#fff}}.scrollable-products::-webkit-scrollbar{display:none}.scrollable-products{-ms-overflow-style:none;scrollbar-width:none}@supports (-webkit-touch-callout:none){.scrollable-products{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}}.scrollable-products .card{touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (max-width:576px){.scrollable-products{gap:8px!important;padding:8px 0}.scrollable-products .card{width:calc(50% - 4px)!important;min-width:calc(50% - 4px)!important}}@media (min-width:992px){.scrollable-products{overflow-x:visible!important;flex-wrap:wrap!important;justify-content:flex-start}}@media (max-width:991px){.scrollable-products{overflow-x:auto!important;flex-wrap:nowrap!important}.scrollable-products::-webkit-scrollbar{display:none}}@media (min-width:620px) and (max-width:720px){.explore-section{width:100%;max-width:1250px;margin:auto;padding:4px 0;box-sizing:border-box;background-color:#fff}.category{padding-right:90px!important;padding-left:90px!important}}