/** Shopify CDN: Minification failed

Line 30:46 Unexpected "/"
Line 62:28 Expected "}" to go with "{"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
* 🧊 首页 Add to cart 弹窗样式统一 */
.cart-notification {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  font-family: 'Poppins', sans-serif;
}

/* 所有文字黑色 */
.cart-notification * {
  color: #000000 !important;
}

/* 只让 View cart 是白字 */
.cart-notification__buttons .button[href*="/cart"] {
  color: #ffffff !important;
}

/* 所有按钮样式统一 */
.cart-notification__buttons .button {
  border: 1px solid #000000 !important;
  background-color: transparent !important;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 20px;
}

/* 悬停效果 */
.cart-notification__buttons .button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;