.productFiltered.section_container .section_innerWrapper{display:flex;flex-direction:column;gap:24px}.productFiltered.section_container .section_innerWrapper .top{font-family:Roboto,serif;color:var(--navy-color);display:flex;justify-content:space-between;align-items:flex-end}.productFiltered.section_container .section_innerWrapper .top .title{font-size:clamp(32px,2.4vw,46px);font-weight:900;max-width:380px;line-height:115%}.productFiltered.section_container .section_innerWrapper .top .moreLink{text-transform:uppercase;text-decoration:none;font-weight:700;color:var(--navy-color);display:flex;gap:4px;font-size:clamp(12px,1vw,18px);align-items:center;transition:all .3s ease-in-out;white-space:nowrap}@media(max-width:520px){.productFiltered.section_container .section_innerWrapper .top .moreLink{display:none}}.productFiltered.section_container .section_innerWrapper .top .moreLink:hover{gap:8px;color:var(--main-color)}.productFiltered.section_container .section_innerWrapper .exploreBttn{font-family:Roboto,serif;font-weight:700;border:2px solid #89d761;color:#89d761;padding:8px 16px;border-radius:18px;width:-moz-fit-content;width:fit-content;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden;display:block}.productFiltered.section_container .section_innerWrapper .exploreBttn span{position:relative;z-index:1}.productFiltered.section_container .section_innerWrapper .exploreBttn.dark{border:2px solid var(--navy-color);color:#fff;background-color:var(--navy-color);align-self:center}.productFiltered.section_container .section_innerWrapper .exploreBttn.dark:after{background-color:#f1f5f9}.productFiltered.section_container .section_innerWrapper .exploreBttn.dark:hover{color:var(--navy-color)}.productFiltered.section_container .section_innerWrapper .exploreBttn:after{position:absolute;background-color:#89d761;color:#003910;left:0;transform:translateX(-100%);top:0;content:"";width:100%;height:100%;transition:all .3s ease-in-out;z-index:0}.productFiltered.section_container .section_innerWrapper .exploreBttn:hover{color:#003910}.productFiltered.section_container .section_innerWrapper .exploreBttn:hover:after{transform:translateX(0)}.productsSwipper{display:flex;padding-bottom:12px}.productsSwipper .swiper-button-next,.productsSwipper .swiper-button-prev{background-color:var(--navy-color);color:#fff;width:45px;height:45px;padding:4px;border-radius:50%;box-shadow:0 5px 15px rgba(0,0,0,.35)}.productsSwipper .swiper-button-next:after,.productsSwipper .swiper-button-prev:after{font-size:22px}.productsSwipper .swiper{min-width:100%}.productsSwipper .swiper-wrapper{display:flex;align-items:stretch}.productsSwipper .swiper-slide{display:flex;width:-moz-fit-content;width:fit-content}.productsSwipper .noProductsFound{display:flex;justify-content:center;align-items:center;min-height:250px;width:100%}.productsSwipper .noProductsFound img{width:70%;max-width:250px;aspect-ratio:1/1;height:auto!important}