/** Shopify CDN: Minification failed

Line 92:0 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.custom-css{
    margin-right: auto;
    margin-left: auto;
    width: 630px;
    height: 217px;
    background: #F1F5F6;
    border: 1px solid #E5E8EC;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

button[name="add"],
.add-to-cart,
.product-form__submit {
  animation: none !important;
  background: #000 !important;
  transition: none !important;
  transform: scale(1) translateZ(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

button[name="add"]:hover,
button[name="add"]:active,
.add-to-cart:hover,
.add-to-cart:active {
  background: #333e48 !important;
  filter: blur(0) brightness(1) contrast(1) saturate(1) !important;
  transform: scale(1) translateZ(0) !important;
}

/* 取消所有文本元素的大写转换 */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, li,
button, input, textarea,
.shopify-section * {
  text-transform: none !important;
}

/* 特别处理Shopify常见大写元素 */
.product-title,
.collection-title,
.cart-item__title,
.btn,
.nav-link,
.shopify-policy__title {
  text-transform: none !important;
}

/* 针对主题特定类名的覆盖 */
.text-uppercase,
.uppercase,
.title--uppercase {
  text-transform: none !important;

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .custom-css{padding: 10px;}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .custom-css{padding: 10px;}
}
