.editorsChoice{background-color:#f3e8e8;height:500px;padding:27px 0}@media(max-width:786px){.editorsChoice{padding:0;height:380px}}@media(max-width:490px){.editorsChoice{padding:0;height:340px}}.editorsChoiceSection{position:relative;overflow:hidden}.editorsChoiceBanner{width:100%;height:100%;object-fit:cover}.editorsChoiceOverlay{position:absolute;top:15%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#000}@media(max-width:768px){.editorsChoiceOverlay{top:10%}}@media(max-width:490px){.editorsChoiceOverlay{top:9%}}.editorsChoiceTitle{font-size:50px;font-weight:700;font-family:brown-bold;letter-spacing:5px}@media(max-width:1024px){.editorsChoiceTitle{font-size:40px}}@media(max-width:992px){.editorsChoiceTitle{font-size:28px}}@media(max-width:768px){.editorsChoiceTitle{font-size:20px}}@media(max-width:490px){.editorsChoiceTitle{font-size:14px}}.editorsChoiceSubtitle{background-color:#fff;padding:15px 0;font-family:Brown;width:75%;margin:22px auto 0;text-align:center}.editorsChoiceSubtitle p{font-size:1em;margin:0}@media(max-width:768px){.editorsChoiceSubtitle p{white-space:nowrap;font-size:10px}}@media(max-width:490px){.editorsChoiceSubtitle p{font-size:10px}}@media(max-width:768px){.editorsChoiceSubtitle{margin:0 auto;width:100%;padding:5px 0}}.editorsChoiceButton{width:136px;margin-top:22px;padding:10px 20px;background-color:#000;color:#fff;border:none;border-radius:4px;cursor:pointer}@media(max-width:768px){.editorsChoiceButton{width:120px;font-size:10px;padding:5px 10px;margin-top:15px}}@media(max-width:490px){.editorsChoiceButton{font-size:10px;padding:2px 4px;margin-top:10px}}.sliderWrapper{position:relative;padding:20px 40px}@media(max-width:768px){.sliderWrapper{padding:20px 1rem}}.sliderWrapper .slider{display:flex;gap:1rem;overflow-x:scroll;background:rgba(0,0,0,0);scroll-behavior:smooth;height:-moz-fit-content;height:fit-content;-webkit-overflow-scrolling:touch}.sliderWrapper .slider::-webkit-scrollbar{display:none}.sliderWrapper .slider .productCard{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 5rem)/6);text-align:left;transition:transform .3s}@media(max-width:496px){.sliderWrapper .slider .productCard{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 2rem)/2.5)}.sliderWrapper .slider .productCard .product-card-title{font-size:smaller}.sliderWrapper .slider .productCard .price-wrapper{display:flex!important;justify-content:start;gap:6px!important;font-size:x-small}}@media(min-width:497px)and (max-width:991px){.sliderWrapper .slider .productCard{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 3rem)/4)}}.sliderWrapper .slider .productCard:hover{transform:translateY(-4px)}.sliderWrapper .slider .productCard img{width:100%;height:auto;object-fit:cover;aspect-ratio:225/300}.sliderWrapper .slider .productCard h4{font-size:14px;font-weight:600;margin:8px 0 4px;color:#000;font-family:Brown-light}.sliderWrapper .slider .productCard p,.sliderWrapper .slider .productCard span{font-size:14px;color:#000}@media(max-width:678px){.sliderWrapper .slider .productCard p,.sliderWrapper .slider .productCard span{font-size:12px}}.sliderWrapper .slider .productCard span{font-family:Brown-light}.arrow{position:absolute;top:40%;width:60px;height:60px;background:rgba(210,171,171,.5);cursor:pointer;z-index:2;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #cecece}@media(max-width:496px){.arrow{display:none!important}}.arrow:hover{background:rgba(210,171,171,.9)}.arrow.disabled{opacity:.4;cursor:default}.arrow.left{left:10px}.arrow.right{right:10px}.carouselContainer .arrow.left{left:10px}.carouselContainer .arrow.right{right:10px}