.product-description-section{direction:ltr;text-align:left;font-family:'Noto Sans Arabic',sans-serif}.review-box{display:flex;align-items:center;gap:15px;margin-bottom:10px}.review-img{width:60px;height:60px;border-radius:50%;object-fit:cover}.review-content{flex:1}.play-button{background-color:#007bff;color:#fff;border:none;padding:5px 10px;cursor:pointer;border-radius:5px}.audio-placeholder{width:100px;height:auto;cursor:pointer;margin-top:5px}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgb(0 0 0 / .7);display:flex;justify-content:center;align-items:center;z-index:9999}.popup-content{max-width:100%;max-height:100%;display:flex;justify-content:flex-end;align-items:center}.popup-large-img{max-width:350px;max-height:350px;object-fit:cover}audio{width:100%;margin-top:5px}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.product-div-left{position:relative}.gift-icon{position:absolute;top:10px;right:-40px;width:100px;height:auto;z-index:1;animation:zoomInOut 2s infinite ease-in-out}.button-container{position:fixed;bottom:20px;left:50%;transform:translateX(-50%)}.image-button{background:none;border:none;padding:0;cursor:pointer}.image-button img{width:200px;height:100px;animation:moveLeftRight 2s infinite ease-in-out}@keyframes moveLeftRight{0%{transform:translateX(-10px)}50%{transform:translateX(10px)}100%{transform:translateX(-10px)}}.image-button img:hover{transform:scale(1.1)}.image-button:focus{outline:none;box-shadow:none}.image-button:active{background:none;box-shadow:none}