.heroBanner{height:60vh;overflow:hidden;position:relative}@media only screen and (min-width:640px){.heroBanner{height:77.5vh}}.heroBanner .slides{display:flex;height:100%;width:100%;transition:transform .8s ease-in-out}.heroBanner .slides .slide{min-width:100%;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;height:100%;display:flex;justify-content:center;align-items:flex-end}.heroBanner .slides .slide:after{content:"";position:absolute;background-color:rgba(0,0,0,.5529411765);width:100%;height:100%;top:0;left:0}.heroBanner .slides .slide .slideContent{line-height:1.4;position:relative;z-index:5;line-height:1.2;padding-bottom:80px}.heroBanner .slides .slide .slideContent h1{font-size:30px;color:#fff;margin-bottom:10px;text-transform:capitalize;font-weight:500;line-height:1.4}.heroBanner .slides .slide .slideContent h1 span{color:var(--primary)}@media only screen and (min-width:640px){.heroBanner .slides .slide .slideContent h1{font-size:40px}}.heroBanner .slides .slide .slideContent p{font-size:18px;color:#fff;margin-bottom:20px;line-height:1.8}@media only screen and (min-width:640px){.heroBanner .slides .slide .slideContent p{font-size:24px}}.heroBanner .slides .slide .slideContent button{display:flex;align-items:center;justify-content:center;gap:10px;font-size:18px;text-transform:capitalize;padding:15px 40px;transition:.5s;font-weight:400;border-radius:50px;cursor:pointer;text-align:center;background-color:var(--primary);color:#f9f9f9;border:1px solid var(--primary);margin-top:5px}.heroBanner .slides .slide .slideContent button svg{transform:rotate(45deg);font-size:20px}.heroBanner .slides .slide .slideContent button:hover{color:var(--primary);background-color:#fff}.heroBanner .slides .slide_1{background-image:url("/_next/static/media/2147790942 (1).4fbf678a.jpg")}.heroBanner .slides .slide_2{background-image:url(/_next/static/media/8008.4296023b.jpg)}.heroBanner .slides .slide_3{background-image:url(/_next/static/media/8463.dc3397cb.jpg)}.product_tabs{padding:20px 0 0;border-top-left-radius:50px;border-top-right-radius:50px;top:-50px;background-color:#fff;position:relative;overflow:hidden}.product_tabs .boxes_products{display:grid;grid-template-columns:1fr;grid-gap:10px;margin:20px 0;justify-items:center}@media only screen and (min-width:640px){.product_tabs .boxes_products{grid-template-columns:1fr 1fr}}@media only screen and (min-width:992px){.product_tabs .boxes_products{grid-template-columns:1fr 1fr 1fr}}.product_tabs_error{padding:20px 0 0;border-top-left-radius:50px;border-top-right-radius:50px;top:-50px;background-color:#fff;position:relative;overflow:hidden;height:40vh;display:flex;justify-content:center;align-items:center}.product_tabs_error p{text-align:center;font-size:20px;color:var(--primary);font-weight:500}.product_tabs_loading{padding:20px 0 0;border-top-left-radius:50px;border-top-right-radius:50px;top:-50px;background-color:#fff;position:relative;overflow:hidden;height:40vh;display:flex;justify-content:center;align-items:center}.showCategories .boxes{display:grid;grid-template-columns:1fr;grid-gap:25px;gap:25px}@media only screen and (min-width:992px){.showCategories .boxes{grid-template-columns:1fr 1fr}}.showCategories .boxes .box{max-width:600px;cursor:pointer}.showCategories .boxes .box .image img{width:100%;height:100%;max-width:600px;height:380px;object-fit:cover;border-top-right-radius:6px;border-top-left-radius:6px}.showCategories .boxes .box h2{background-color:var(--primary);color:#fff;padding:10px;text-align:center;position:relative;top:-5px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.showCategories .noCategories{height:40vh;display:flex;justify-content:center;align-items:center}.showCategories .noCategories p{font-size:30px;color:var(--primary)}