/*
Theme Name: woostify Child Theme
Description: Theme of woostify Child Theme
Theme URI: 
Author: WordCracker
Author URI: 
Template: woostify
Version: 1.0.0
*/
.product-loop-image-wrapper {
    width: 100%; /* 이미지 컨테이너의 너비 */
    height: auto; /* 높이는 자동으로 설정 */
    text-align: center; /* 이미지를 중앙에 정렬 */
}

.product-loop-image-wrapper img {
    max-width: 100%; /* 이미지의 최대 너비는 컨테이너 너비와 동일 */
    height: auto; /* 이미지 높이 자동 조절 */
    object-fit: contain; /* 이미지가 컨테이너 안에 들어가도록 조절 */
}

.woofc-suggested-product-atc {
    display: none;
} */wishlist 옵션 선택 부분 지우기

.select2-container--default .select2-selection--single {
    width: 100% !important; /* 생년월일부분 폭설정 */
}

.single_add_to_cart_button.button {
  min-width: unset;
} /*장바구니 바로구매 줄바꿈 방지 */