/** Shopify CDN: Minification failed

Line 66:0 Unexpected "}"

**/
/* YouPlus カスタムデザイン - 完全版 */

/* ========== ヘッダー ========== */
.header,
header,
.shopify-section-header,
.shopify-section-group-header-group {
  background: linear-gradient(135deg, #ff6b9d 0%, #c86696 100%) !important;
}

/* ヘッダー - 白背景・ピンク文字 */
.header,
header,
.shopify-section-header,
.shopify-section-group-header-group {
  background-color: white !important;
  background: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #ff6b9d;
}

/* ヘッダー内のすべての文字をピンクに */
.header *,
.header__heading,
.header__heading-link,
.header__menu-item,
.header__menu-item span,
.header__active-menu-item,
.menu-drawer__navigation-item,
.header__icon,
.header__icon span,
details[open] > .header__icon,
.modal__close-button {
  color: #ff6b9d !important;
}

/* SVGアイコンをピンクに */
.header__icon svg,
.header__icon svg path,
.icon-search,
.icon-account,
.icon-cart {
  fill: #ff6b9d !important;
  stroke: #ff6b9d !important;
  color: #ff6b9d !important;
}

/* カート数字の背景 */
.cart-count-bubble {
  background-color: #ff9900 !important;
  color: white !important;
}

/* ホバー時 */
.header__menu-item:hover,
.header__heading-link:hover {
  color: #c86696 !important;
  opacity: 0.8;
}

}

/* ========== ボタン ========== */
.button,
button.button,
.shopify-payment-button__button--unbranded,
.product-form__submit {
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
  color: white !important;
  font-weight: bold !important;
}

.button:hover,
button.button:hover {
  background-color: #e88a00 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ========== 価格 ========== */
.price,
.price__regular,
.price-item--regular {
  color: #b12704 !important;
  font-weight: bold !important;
}

/* ========== リンク ========== */
a:not(.button):not(.card-wrapper) {
  color: #ff6b9d !important;
}

/* ========== 商品カード ========== */
.card-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

.card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ========== セクションタイトル ========== */
.title-wrapper-with-link,
h2.title {
  border-bottom: 2px solid #ff6b9d;
  padding-bottom: 10px;
}

/* ========== フッター ========== */
.footer {
  background-color: #2c2c2c;
  color: white;
}

.footer a {
  color: #ddd !important;
}

.footer a:hover {
  color: white !important;
}