.editorSectionv2{max-width:1200px;margin:50px auto;display:flex;flex-wrap:wrap;justify-content:end}@media(max-width:1200px){.editorSectionv2{scale:.8}}@media(max-width:950px){.editorSectionv2{scale:1;margin:4rem 0 0}}.editorSectionv2 h3{padding:5px 2rem;display:flex;margin-right:0;text-align:end;align-items:center;width:-moz-fit-content;width:fit-content;background:#000;color:#fff}@media(max-width:496px){.editorSectionv2 h3{margin-bottom:2rem}}.editorSectionv2 .content{width:100%;display:flex;justify-content:space-evenly;min-height:60vh;height:600px}@media(max-width:1000px){.editorSectionv2 .content{height:auto;flex-direction:column}}.editorSectionv2 .content .staticSection{position:relative;width:450px;height:100%;margin:auto}@media(max-width:950px){.editorSectionv2 .content .staticSection{height:100%;margin-bottom:2rem;justify-content:end}}@media(max-width:500px){.editorSectionv2 .content .staticSection{width:100%}}.editorSectionv2 .content .staticSection *{z-index:2}.editorSectionv2 .content .staticSection .box1{display:flex;height:50%}.editorSectionv2 .content .staticSection .box1 img{height:100%;width:auto;object-fit:cover;aspect-ratio:225/300;object-position:top;filter:drop-shadow(-15px -10px 5px white) drop-shadow(5px -15px 5px white)}.editorSectionv2 .content .staticSection .box1 .text{margin-left:1rem;height:100%;display:flex;flex-direction:column;justify-content:center}.editorSectionv2 .content .staticSection .box1 .text h4,.editorSectionv2 .content .staticSection .box1 .text h4 b{font-family:Trajan-Regular}.editorSectionv2 .content .staticSection .box1 .text p{font-family:Times New Roman;width:150px;font-style:italic}.editorSectionv2 .content .staticSection .box2{display:flex;flex-direction:row-reverse;align-items:center;height:50%}.editorSectionv2 .content .staticSection .box2 img{height:100%;width:auto;object-fit:cover;aspect-ratio:225/300;object-position:top}.editorSectionv2 .content .staticSection .box2 .text{color:#000;text-align:end;margin-right:10px;display:flex;flex-direction:column;align-items:center}.editorSectionv2 .content .staticSection .box2 .text h4{align-self:end;font-family:Trajan-Regular}.editorSectionv2 .content .staticSection .box2 .text h4 b{font-family:Trajan-Regular}.editorSectionv2 .content .staticSection .box2 .text p{align-self:end;font-family:Times New Roman;width:150px;font-style:italic}.editorSectionv2 .content .staticSection .shadowdiv{top:6%;position:absolute;height:90%;width:calc(100% - 10px);border:1px solid rgba(34,85,34,.3333333333);z-index:0}@media(max-width:950px){.editorSectionv2 .content .staticSection .shadowdiv{width:calc(100% - 40px);margin:auto;right:5vw}}.editorSectionv2 .content .carouselSection{width:calc(100% - 500px);height:100%;align-self:flex-end;margin:auto;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:950px){.editorSectionv2 .content .carouselSection{width:auto}}.editorSectionv2 .content .carouselSection .headingContainer{display:flex;justify-content:center}.editorSectionv2 .content .carouselSection .headingContainer h3{padding:5px 2rem;display:flex;text-align:center;align-items:center;width:-moz-fit-content;width:fit-content;background:#000;color:#fff}.editorSectionv2 .content .carouselSection .products{height:100%;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-evenly}.editorSectionv2 .content .carouselSection .products .productCard{height:50%;width:33%;display:flex;flex-direction:column;align-items:center}@media(max-width:500px){.editorSectionv2 .content .carouselSection .products .productCard{height:auto;width:40%}}.editorSectionv2 .content .carouselSection .products .productCard img{height:70%;width:auto;aspect-ratio:255/300;object-fit:cover}@media(max-width:500px){.editorSectionv2 .content .carouselSection .products .productCard img{height:auto;width:100%}}@media(max-width:950px){.editorSectionv2 .content .carouselSection .products .productCard img{height:80%}}.editorSectionv2 .content .carouselSection .products .productCard h6{margin:0;padding:0}.editorSectionv2 .content .carouselSection .products .productCard p{padding:0;text-align:center;font-size:smaller;width:95%;margin:0 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.editorSectionv2 .content .carouselSection .carouselArrowLeft,.editorSectionv2 .content .carouselSection .carouselArrowRight{border:none;background-color:#ffdbdb;z-index:99999;border-radius:50px;width:40px;height:40px;margin-inline:1rem;display:flex;align-items:center;justify-content:center;pointer-events:all;transition:background .2s ease,opacity .2s ease}.editorSectionv2 .content .carouselSection .carouselArrowLeft.disabled,.editorSectionv2 .content .carouselSection .carouselArrowRight.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}