.product-image-wrapper{height:400px;aspect-ratio:4/5;position:relative;z-index:1;margin:25px}.product-image-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bs-warning);opacity:.5;border-radius:25px;z-index:-1;transform:rotate(4deg);transition:all .3s ease}.product-image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px;box-shadow:0 15px 35px #0000001a,0 5px 15px #0000000d;background-color:#fff}.product-image-wrapper:hover:before{transform:rotate(6deg)}.page-header button.btn-light{background:#ffffffe6;color:#000;transition:.3s ease}.page-header button.btn-light:hover{background:#e2b019;color:#fff}
