/** Shopify CDN: Minification failed

Line 309:1 Expected "}" to go with "{"

**/
/* ============================================
   Vesper Product Page — Ziella-Inspired Clone
   Scope: typography + spacing + hero + buttons
   v0.1 — 2026-05-29 (Phase A: Title + Spacing)
   ============================================ */

/* === TITLE size + line-height === */
.product__info-container .product__title h1 {
  font-size: 3rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.025em !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

/* === SPACING — Ziella-matched rhythm === */

/* Reset margin-top + padding-top trên tất cả direct children
   để gap visible = đúng margin-bottom mình set */
.product__info-container > * {
  margin-top: 0 !important;
}

.product__info-container > [id^="shopify-block-"] {
  padding-top: 0 !important;
}

/* Title → Rating: TIGHT (~8px) */
.product__info-container > .product__title {
  margin-bottom: 0.85rem !important;
}

/* Rating widget → Price: MEDIUM (~20px)
   Selector `.product__title + ...` chỉ target shopify-block 
   NGAY SAU title (rating widget), không ảnh hưởng các block khác */
.product__info-container > .product__title + [id^="shopify-block-"] {
  margin-bottom: 1.8rem !important;
}

/* Price → Tax: MEDIUM */
.product__info-container > [id^="price-template-"] {
  margin-bottom: 2.6rem !important;
}

.product__info-container > .product__tax {
  margin-bottom: 0.5rem !important;
}

/* Trust badges → Variant selects: MEDIUM */
.product__info-container > .icon-with-text {
  margin-bottom: 1.5rem !important;
}

.product__info-container > variant-selects {
  margin-bottom: 1rem !important;
}

/* === MOBILE (≤749px) === */
/* === TRUST BADGES typography (icon-with-text) === */
.product__info-container .icon-with-text__item .h4,
.product__info-container .icon-with-text__item span.inline-richtext {
  font-family: 'Quattrocento Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 100 !important;
  letter-spacing: 0.5 !important;
  line-height: 1.5 !important;
  color: rgba(0, 0, 0, 0.9) !important;
}

/* Icon size (plane, thumbs-up SVG) nhỏ lại theo text */
.product__info-container .icon-with-text__item img {
  width: 22px !important;
  height: 22px !important;
  opacity: 0.7;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* Cân icon + text trên cùng 1 hàng (baseline align) */
.product__info-container .icon-with-text__item {
  display: flex !important;
  align-items: center !important;
  gap: 0.1rem !important;
}

/* Gap giữa items trust badges (Free Shipping ↔ 30-Day Guarantee) */
.product__info-container .icon-with-text {
  gap: 0.5rem !important;
}
/* === DESCRIPTION BLOCKS — typography polish === */
.product__description {
  font-family: 'Quattrocento Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 1.68rem !important;
  line-height: 1.6 !important;
  color: rgba(0, 0, 0, 0.85) !important;
}

.product__description p {
  font-family: inherit !important;
  margin-bottom: 1rem !important;
}

.product__description b,
.product__description strong {
  font-family: inherit !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.product__description h2 {
  font-family: 'Lora', serif !important;
  font-size: 2.5rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3 !important;
  color: #000 !important;
  margin-top: 2.5rem !important;
  margin-bottom: 0.75rem !important;
}

.product__description h2 em {
  font-style: normal !important;
  font-family: inherit !important;
}

.product__description h3 {
  font-family: 'Lora', serif !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
  color: #000 !important;
}

.product__description h2 b,
.product__description h2 strong,
.product__description h2 em,
.product__description h3 b,
.product__description h3 strong,
.product__description h3 em {
  font-weight: 400 !important;
  font-family: inherit !important;
  font-style: normal !important;
}

/* === BLOCKQUOTE — quote card vertical, centered === */
.product__description blockquote {
  display: block !important;
  border: none !important;
  padding: 1.5rem 0 !important;
  text-align: center !important;
  max-width: 480px !important;
  margin: 2.5rem auto !important;
}

.product__description blockquote p {
  margin: 0 !important;
}

/* Title "To My Man" — p đầu tiên */
.product__description blockquote p:first-child {
  margin-bottom: 1.2rem !important;
}

.product__description blockquote p:first-child em {
  font-family: 'Lora', serif !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

/* Body — các p còn lại */
.product__description blockquote p:not(:first-child) em {
  font-family: 'Quattrocento Sans', sans-serif !important;
  font-size: 1.5rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.75) !important;
  line-height: 1.7 !important;
}

.product__description blockquote p:not(:first-child) {
  margin-bottom: 0.3rem !important;
}
/* === ADD TO CART BUTTON — curtain close v4 (multi-bg approach) === */
.product-form__submit.button--primary {
  position: relative !important;
  background-color: #800020 !important;
  background-image: 
    linear-gradient(to right, #FEFBF5, #FEFBF5),
    linear-gradient(to right, #FEFBF5, #FEFBF5) !important;
  background-size: 0% 100%, 0% 100% !important;
  background-position: 0% 0%, 100% 0% !important;
  background-repeat: no-repeat, no-repeat !important;
  color: #fff !important;
  border: 3px solid #800020 !important;
  border-radius: 4px !important;
  padding: 12px 24px !important;
  font-family: 'Quattrocento Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: background-size 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  overflow: hidden !important;
}

.product-form__submit.button--primary:hover,
.product-form__submit.button--primary:focus {
  background-size: 51% 100%, 51% 100% !important;
}

.product-form__submit.button--primary:active {
  transform: scale(0.98) !important;
  transition: transform 0.1s ease, background-size 0.4s ease !important;
}

.product-form__submit.button--primary span {
  position: relative !important;
  color: #fff !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  transition: color 0.15s ease 0.28s !important;
}

.product-form__submit.button--primary:hover span,
.product-form__submit.button--primary:focus span {
  color: #800020 !important;
}

.product-form__submit.button--primary .loading__spinner {
  position: relative !important;
}
@media screen and (max-width: 749px) {
.product__info-container .product__title h1 {
    font-size: 2.2rem !important;
    line-height: 1.4 !important;
  }

  .product__info-container .icon-with-text__item .h4,
  .product__info-container .icon-with-text__item span.inline-richtext {
    font-size: 1.3rem !important;
  }
  
  .product__info-container .icon-with-text__item img {
    width: 20px !important;
    height: 20px !important;
  }
  
  .product__info-container .icon-with-text__item {
    gap: 0.1rem !important;
  }
  
  .product__info-container > .product__title {
    margin-bottom: 0.7rem !important;
  }
  
  .product__info-container > .product__title + [id^="shopify-block-"] {
    margin-bottom: 1.6rem !important;
  }
  
  .product__info-container > [id^="price-template-"] {
    margin-bottom: 2.4rem !important;
  }
  
  .product__info-container > .icon-with-text {
    margin-bottom: 1rem !important;
  .product__description {
    font-size: 0.95rem !important;
  }
  
  .product__description h2 {
    font-size: 1.4rem !important;
    margin-top: 2rem !important;
  }
  
  .product__description h3 {
    font-size: 1.15rem !important;
  }

  .product__description blockquote {
    max-width: 100% !important;
    margin: 2rem auto !important;
  }
  
  .product__description blockquote p:first-child em {
    font-size: 1.2rem !important;
  }
  
  .product__description blockquote p:not(:first-child) em {
    font-size: 1.35rem !important;
  }
  .product-form__submit.button--primary {
    padding: 8px 20px !important;
    font-size: 1.25rem !important;
  }  
}