.why-product-wrapper{background-color:red;background-color:rgba(0,0,0,.75);height:100vh;inset:0;opacity:0;pointer-events:none;position:fixed;transition:all .3s ease-in-out;width:100%;z-index:999}.why-product-wrapper.active{opacity:1;pointer-events:all}.why-product-wrapper .why-product-container{background-color:#fff;height:100vh;overflow:auto;padding:80px 20px 100px;position:fixed;right:0;top:0;transform:translateX(100%);transition:all .3s ease-in-out;width:clamp(280px,90%,430px)}.why-product-wrapper .why-product-container::-webkit-scrollbar{background:transparent;margin-left:10px;width:4px}.why-product-wrapper .why-product-container::-webkit-scrollbar-thumb{background-color:var(--accent-1-color);border-radius:2px}.why-product-wrapper .why-product-container .why-product-card{display:flex;flex-direction:column;gap:20px;width:100%}.why-product-wrapper .why-product-container .why-product-card .why-description p:first-of-type{margin-top:0}.why-product-wrapper .why-product-container .why-product-card img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.why-product-wrapper .why-product-container.active{transform:translateX(0)}.why-product-wrapper .close-icon{background-color:#fff;border-radius:50%;cursor:pointer;height:32px;position:fixed;right:20px;top:20px;width:32px;z-index:1}.why-product-wrapper .close-icon img{height:100%;-o-object-fit:contain;object-fit:contain;transition:all .2s;width:100%}.why-product-wrapper .close-icon:hover img{rotate:90deg}

/*# sourceMappingURL=section-gb-why-product.min.css.map*/