/*
Theme Name: Sydney Child
Theme URI: https://athemes.com/theme/sydney
Template: sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page. Looking for a quick start with Sydney? With just a few clicks, you can import one of our existing demos (https://athemes.com/sydney-demos/)
Tags: two-columns,right-sidebar,block-styles,custom-colors,custom-background,custom-header,custom-menu,featured-images,sticky-post,theme-options,threaded-comments,translation-ready
Version: 2.59.1765256979
Updated: 2025-12-09 14:09:39

*/

.product-info-mini {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

.product-info-mini .mini-item {
  margin-bottom: 6px;
}

/* 商品タイトル調整 */
.single-product h1.product_title.entry-title {
  font-size: 26px !important;
  font-weight: 700;
  margin-bottom: 18px;
}

/* カテゴリー表示整え */
.product-category {
  font-size: 15px;
  color: #666;
  margin: 14px 0 18px;
}

/* ACF ボックスの余白調整 */
.product-acf-box, .product-info-mini {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .single-product h1.product_title.entry-title {
    font-size: 22px !important;
  }
}
.single-product .product_meta {
  display: none !important;
}
.single-product .product_meta {
  display: none !important;
}

/* WooCommerce アーカイブ専用：Sydney のレイアウト破壊を無効化 */
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: block;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    font-size: 18px;
}

/* トップページのカードと同じ行間に合わせる */
.woocommerce ul.products li.product .product-info-mini {
    margin-top: 10px !important;
}

/* Sydney の .posts-layout の干渉を完全に無効化 */
.posts-layout .entry-post {
    text-transform: none !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

/* 商品カードでタイトルを画像の上に配置（/baby/ 含む全一覧） */
.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    order: -1 !important;
    margin: 10px 0 5px !important;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
