/*
Theme Name:		Welcart Simple Plus Lefty Child Theme
Template:		welcart_simple-plus-lefty
Theme URI:		https://www.welcart.com/archives/16004.html
Author:			Welcart Inc.
Author URI:		https://www.welcart.com/
Description:	Welcart Simple Plus Lefty Child Theme.
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, simple-plus,
*/


.shop-banner {
  text-align: center;
  margin: 20px 0;
}

.shop-banner-text {
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;     /* ← 文字とバナーの間隔 */
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.shop-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.shop-links img {
  height: 70px;
  width: auto;
  transition: transform 0.2s, opacity 0.2s;
}

.shop-links img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

@media (max-width: 600px) {
  .shop-links {
    gap: 20px;
  }
  .shop-links img {
    height: 70px;
  }
  .shop-banner-text {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
}


/* シングル投稿でアイキャッチを非表示 */
.single figure.wp-block-post-featured-image,
.single .post-thumbnail,
.single .entry-thumbnail,
.single img.wp-post-image {
  display: none !important;
}
