/*
Theme: Astra Coop  
Description: Styles for product pages
*/

/* Стили для страницы товара */
.single-product .ast-woocommerce-container,
.single-product .ast-article-single,
.single-product .product {
    background: transparent !important;
    background-color: transparent !important;
}

.single-product .summary.entry-summary,
.single-product .woocommerce-product-gallery {
    background: transparent !important;
    background-color: transparent !important;
}

.single-product .ast-woocommerce-container {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.single-product .woocommerce-product-gallery {
    width: 48% !important;
    float: left !important;
}

.single-product .summary.entry-summary {
    width: 48% !important;
    float: right !important;
    margin-left: 4% !important;
}

.single-product .product:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1024px) {
    .single-product .woocommerce-product-gallery,
    .single-product .summary.entry-summary {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }
    
    .single-product .ast-woocommerce-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Полностью отключаем лупу и её функционал */
.woocommerce-product-gallery__trigger {
    display: none !important;
}

.woocommerce-product-gallery__image a {
    pointer-events: none !important;
    cursor: default !important;
}

.woocommerce-product-gallery__image img {
    cursor: default !important;
}