/* Адаптивные изображения товара */
.product-info .left,
.product-info .image,
.product-info .image-additional,
.box-product .image {
    width: 100% !important;
    float: none !important;
    margin: 0 auto;
}

.product-info .left img,
.product-info .image-additional img,
.box-product .image img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* Скрыть боковые колонки на мобильных */
@media (max-width: 768px) {
    #column-left, #column-right {
        display: none !important;
    }
    #content {
        width: 100% !important;
        margin: 0 !important;
    }
}
