﻿

/*product details page*/


/*.product-details-hero {
    min-height: 50vh;
    background: transparent;*/ /* Or your desired background */
    /*box-shadow: none;*/ /* Remove if you don't want a shadow */
    /*border-radius: 0;*/ /* Remove if you don't want rounded corners */
    /*padding: 2rem 1rem;
}

.product-screenshot-window {
    background: #222;
    border-radius: 10px;*/
    /* padding: 1rem;*/
    /*box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    display: inline-block;
    min-width: 350px;
    min-height: 220px;
    position: relative;
}

@media (max-width: 991.98px) {
    .product-details-hero .row {
        flex-direction: column;
    }

    .product-screenshot-window {
        min-width: 220px;
        min-height: 120px;
    }
}

.product-details-hero .row {
    padding-top: 0 !important;
    margin-top: 0 !important;
}*/

