/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* 상품 메인 이미지 */
.product-gallery-slider .woocommerce-product-gallery__image img,
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    max-height: 600px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

/* 갤러리 썸네일 (하단 조그만 이미지) */
.flex-control-thumbs li img {
    max-height: 80px !important;
    width: auto !important;
    height: 80px !important;
    object-fit: contain !important;
}
