.over-wrapper{padding:6rem 1rem;margin:0;box-sizing:border-box;background:#fff;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;font-family:Montserrat,sans-serif;color:#000;background-image:url(/plotherobestleft.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0}.over-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.98),rgba(250,245,245,.9725));-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1}.over-wrapper>*{position:relative;z-index:2}.over-grid{display:grid;grid-template-columns:repeat(2,minmax(520px,1fr));grid-gap:3rem;gap:3rem;width:100%;max-width:1200px;justify-content:center}.over-title{margin-bottom:4rem;text-align:center}.over-title-h1{font-size:clamp(2.4rem,4vw,3.2rem);font-weight:600}.over-product{width:clamp(520px,60vw,540px);height:250px;background:#fff;padding:15px;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;margin:0;border:2px solid #55c57a;box-shadow:0 0 5px rgba(0,0,0,.25);border-radius:10px;transition:transform .3s ease,box-shadow .3s ease}.over-product:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(0,0,0,.25)}.over-product:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#28b485,#7ed56f);opacity:0;transform:translate(-30%,-30%);transition:transform .3s ease,opacity .4s ease;z-index:2}.over-product:hover:before{transform:translate(0);opacity:1}.over-product:after{content:"";position:absolute;inset:0;background-image:url(/plotherobestleft.webp);background-size:cover;background-position:50%;filter:blur(3px);transform:scale(1.05);z-index:0}.over-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.965);z-index:1}.over-product>:not(.over-overlay){position:relative;z-index:3}.product-img{flex-basis:33%}.product-img img{width:100%;height:100%;transition:.2s ease;border-radius:50%}.product-details{flex-basis:60%}.product-details h2{font-weight:600;margin-bottom:1.2rem;font-size:clamp(1.7rem,2.2vw,2.2rem)}.product-details ul{margin-bottom:15px}.product-features{list-style:none;padding-left:0}.product-features li{position:relative;padding-left:2rem;font-size:clamp(1.3rem,2vw,1.5rem);line-height:1.3;margin-bottom:1rem;font-weight:600}.product-features li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) rotate(45deg);width:11px;height:11px;border:3px solid #28b485;background:rgba(0,0,0,0)}.product-btn{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.product-btn button{font-size:clamp(1.3rem,1.8vw,1.5rem);font-weight:600;letter-spacing:1px;padding:.8rem;outline:none;background-color:#f0c047;background-image:linear-gradient(90deg,#c89410,#f0c047);border:1.5px solid rgba(184,134,11,.7);cursor:pointer;transition:.2s;color:#000;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:2px;box-shadow:0 0 10px #f0c047}.product-btn button:hover{box-shadow:none;transform:translateY(-2px)}@media(max-width:1100px){.over-grid{grid-template-columns:1fr;justify-items:center}}@media(max-width:560px){.over-product{width:100%;max-width:100%}.over-grid{padding-inline:.5rem}}