#menu-tabs-container{margin-bottom:20px}.menu-tabs{display:flex;gap:20px;justify-content:center;overflow-x:auto}.menu-tab{background:#fff;border:1px solid #3d3935;border-radius:4px;color:#3d3935;cursor:pointer;font-size:16px;padding:8px 20px;white-space:nowrap}.menu-tab:hover{background:#4d4d4d;color:#fff}.menu-tab.active{background:#3d3935;color:#fff}.tab-section{display:none}.tab-section.show{display:block}#product-ranges{display:flex;flex-direction:column;gap:10px;margin-top:10px}.product-range{border-top:1px solid var(--primary,#565656);display:flex;gap:30px;padding:30px 0 30px 30px}.product-range .image-container{flex:0 0 230px}.product-range .image-container img{height:auto;margin-top:10px;width:100%}#gallery-images{display:flex;flex-wrap:wrap;gap:10px}#gallery-images img{height:auto;object-fit:contain;width:calc(33.33333% - 10px)}@media screen and (max-width:550px){#product-ranges{gap:20px}.product-range{align-items:center;flex-direction:column;gap:20px;padding:20px 0}.product-range .image-container{flex-basis:auto;height:fit-content;width:80%}.product-range .image-container img{height:auto;margin-top:unset;width:100%}#gallery-images img{width:100%}}@media screen and (max-width:900px){#menu-tabs-container{cursor:grab;position:relative;user-select:none}#menu-tabs-container .menu-tabs::-webkit-scrollbar{display:none}#menu-tabs-container:after,#menu-tabs-container:before{background:#fff;content:"";height:100%;opacity:1;position:absolute;top:0;transition:all .2s;width:50px}#menu-tabs-container.scrolled-left:before,#menu-tabs-container.scrolled-right:after{opacity:0}#menu-tabs-container:before{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));left:0}#menu-tabs-container:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);right:0}.menu-tabs{justify-content:unset}}