/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: 子テーマ（Astra）
Author: あなたの名前
Author URI: https://calligraphystudio.jp/
Template: astra
Version: 1.0.0
*/

/* 商品画像ギャラリーを中央寄せ */
/* .woocommerce div.product div.woocommerce-product-gallery {
    text-align: center;
}

.woocommerce div.product div.woocommerce-product-gallery__image {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

.woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default;
} */

/* ギャラリーラッパーを中央寄せ */
/* .woocommerce-product-gallery__wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
} */

/* ギャラリー画像を中央配置に */
/* .woocommerce-product-gallery__image {
    float: none !important;
    display: inline-block !important;
    margin: 0 auto !important;
}
 */
/* 実際の画像を中央に */
/* .woocommerce-product-gallery__image img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

 */




