/** Shopify CDN: Minification failed

Line 1368:19 Unexpected "*"

**/
/* ============ ANVYRA CUSTOM STYLES — Master ============ */

/* ---------- Global typography ---------- */
body { -webkit-font-smoothing: antialiased; }
h1, h2, h3, .h0, .h1, .h2, .h3 {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.h0, h1 { letter-spacing: 0.06em; line-height: 1.1; }
html { scroll-behavior: smooth; }

/* ---------- Buttons ---------- */
.button, button.product-form__submit, .shopify-payment-button__button {
  border-radius: 4px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  padding: 1.1rem 2rem !important;
  transition: all 0.25s ease;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(122,31,43,0.18); }

/* ---------- Section headings (saffron underline) ---------- */
.title-wrapper-with-link, .section-header { text-align: center !important; }
.title-wrapper-with-link .title, .section-header__heading {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.title-wrapper-with-link .title::after, .section-header__heading::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 70px; height: 2px;
  background: linear-gradient(90deg, transparent, #D4A547, transparent);
}

/* ---------- Product cards (collection grid) ---------- */
.card-wrapper .card { border-radius: 8px; overflow: hidden; transition: transform 0.4s ease, box-shadow 0.4s ease; position: relative; }
.card-wrapper:hover .card { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(42,26,26,0.08); }
.card__media { background: #FAF5EC; }
.card__heading, .card__heading a {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 500;
  font-size: 1.15rem;
}
.price__regular .price-item, .price-item--sale { font-weight: 600; }
.price__sale .price-item--regular { color: #8A7A6F; }
.quick-add__submit, .card__inner button[name="add"] {
  background: #2A1A1A !important;
  color: #FAF5EC !important;
  border-radius: 4px !important;
  letter-spacing: 0.1em;
  font-size: 0.72rem !important;
}

/* ---------- Announcement bar ---------- */
.announcement-bar { font-size: 0.85rem; letter-spacing: 0.08em; font-weight: 500; }

/* ---------- Multicolumn (Shop by Purpose) ---------- */
.multicolumn-card__info .h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.multicolumn-card__info a {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7A1F2B;
  text-decoration: none;
  border-bottom: 1px solid #D4A547;
  padding-bottom: 2px;
}

/* ---------- Image-with-text ---------- */
.image-with-text__heading { font-size: clamp(2rem, 4vw, 3.5rem) !important; }
.image-with-text__text { font-size: 1.05rem; line-height: 1.7; }

/* ---------- Newsletter ---------- */
.newsletter-form__field-wrapper input { border-radius: 4px 0 0 4px !important; }
.newsletter-form button { border-radius: 0 4px 4px 0 !important; }

/* ---------- Footer ---------- */
.footer-block__heading {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic;
  font-weight: 500;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.footer-block__details-content a { opacity: 0.85; transition: opacity 0.2s ease; }
.footer-block__details-content a:hover { opacity: 1; color: #D4A547; }
.footer__copyright { font-size: 0.8rem; opacity: 0.7; }

/* ---------- Anvyra product card ribbon ---------- */
.anvyra-ribbon {
  position: absolute;
  top: 14px; left: -4px;
  background: #D4A547;
  color: #2A1A1A;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.8rem;
  z-index: 3;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0,0,0,0.12);
}

/* ============ PRODUCT PAGE v3 ============ */

.product__title h1, .product__title .h1 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 0.6rem !important;
}

.product__text.caption-with-letter-spacing,
.product__text.subtitle { display: none !important; }

/* PURPOSE PILLS */
.anvyra-purpose-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 12px 0 18px !important;
}
.anvyra-purpose-pill {
  display: inline-block !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  background: #FAE5C5 !important;
  color: #7A1F2B !important;
  border: 0 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}
.anvyra-purpose-pill:nth-child(2n) { background: #E8DFF5 !important; color: #5C1620 !important; }
.anvyra-purpose-pill:nth-child(3n) { background: #DCEDD2 !important; color: #2D5A1F !important; }

/* PRICE */
.price__container .price-item--last,
.price__container .price-item--sale {
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  color: #2A1A1A !important;
}
.price__container .price-item--regular,
.price__sale .price-item--regular {
  font-size: 1.05rem !important;
  color: #8A7A6F !important;
  text-decoration: line-through !important;
}
.price__badge-sale {
  background: transparent !important;
  color: #1F7A2F !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  padding: 0 !important;
  border: 0 !important;
}
.product__tax { font-size: 0.72rem !important; color: #8A7A6F !important; }

/* OFFER BOX */
.anvyra-offer-box {
  background: #FFF8DC !important;
  border: 1px solid #D4A547 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  margin: 18px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.anvyra-offer-box__icon {
  background: #2A1A1A !important;
  color: #D4A547 !important;
  width: 38px !important; height: 38px !important;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem !important;
  font-weight: 700;
  flex-shrink: 0;
}
.anvyra-offer-box__body { flex: 1; }
.anvyra-offer-box__body strong { font-size: 0.98rem !important; color: #2A1A1A !important; display: block; }
.anvyra-offer-box__body div { font-size: 0.82rem !important; color: #5C5046 !important; }

/* QUANTITY */
.product-form__quantity .quantity {
  border: 1px solid rgba(122,31,43,0.18) !important;
  border-radius: 6px !important;
  width: 130px !important;
}
.product-form__quantity .quantity__input { font-weight: 600 !important; font-size: 0.95rem !important; }

/* ADD TO CART */
.product-form__submit {
  background: #2A1A1A !important;
  color: #FAF5EC !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 16px 24px !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.1em !important;
  font-weight: 700 !important;
  min-height: 52px !important;
}
.product-form__submit:hover { background: #3D2D2D !important; }

/* BUY IT NOW */
.shopify-payment-button .shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  background: #7A1F2B !important;
  color: #FAF5EC !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  padding: 16px 24px !important;
  letter-spacing: 0.1em !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  min-height: 52px !important;
}
.shopify-payment-button .shopify-payment-button__button:hover { background: #5C1620 !important; }
.shopify-payment-button .shopify-payment-button__button:focus { outline: none !important; box-shadow: none !important; }

/* DESCRIPTION */
.product__description { margin-top: 24px !important; font-size: 0.95rem !important; line-height: 1.65 !important; color: #2A1A1A !important; }
.product__description h4 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.2rem !important;
  color: #5C1620 !important;
  font-weight: 500 !important;
  margin: 24px 0 6px !important;
}
.product__description ul { padding-left: 1.2rem !important; margin: 6px 0 12px !important; }
.product__description ul li { margin-bottom: 4px !important; line-height: 1.6 !important; }

/* IMAGE GALLERY */
.product__media-wrapper .product__media,
.product-media-container { border-radius: 12px !important; overflow: hidden !important; }
.product__media-list { gap: 8px !important; }
.thumbnail-list__item .thumbnail { border-radius: 6px !important; border: 2px solid transparent !important; }
.thumbnail-list__item .thumbnail.is-active,
.thumbnail-list__item .thumbnail:hover { border-color: #7A1F2B !important; }

/* SAVINGS CARD (old style) */
.anvyra-savings {
  background: linear-gradient(135deg, #FFF8DC 0%, #FAE5C5 100%);
  border: 1px solid #D4A547;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 14px 0 18px;
}

/* ============ MOBILE HORIZONTAL SCROLL (collections) ============ */
@media screen and (max-width: 749px) {
  .slider--mobile { scroll-snap-type: x mandatory; }
}

/* Hide compare-at if same as price */
.price--on-sale .price__regular { display: none; }

/* ============ V4 — COLLECTION + CARD POLISH ============ */

/* Kill Dawn's default black Sale badge */
.card__badge { display: none !important; }
.product__info-wrapper .badge.price__badge-sale { display: none !important; }

/* Collection page heading */
.collection-hero__title,
.template-collection .collection-header h1,
.collection .title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 500 !important;
  text-align: center !important;
  padding: 2rem 0 0.5rem !important;
}
.collection-hero__description, .collection__description {
  text-align: center !important;
  max-width: 600px;
  margin: 0 auto 2rem !important;
  font-size: 0.95rem;
  color: #5C5046;
}

/* Filter bar */
.facets-container, .collection-filters {
  border-bottom: 1px solid rgba(122,31,43,0.1) !important;
  padding-bottom: 1rem !important;
}
.facets__summary, .facets__heading { font-size: 0.85rem !important; color: #5C1620 !important; font-weight: 500 !important; }

/* Premium card depth */
.card-wrapper .card {
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(42,26,26,0.04) !important;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  background: #FFFFFF !important;
  border: 0.5px solid rgba(122,31,43,0.06) !important;
}
.card-wrapper:hover .card {
  transform: translateY(-6px) !important;
  box-shadow: 0 24px 48px rgba(122,31,43,0.10) !important;
  border-color: rgba(212,165,71,0.3) !important;
}
.card__information { padding: 1rem 0.6rem 0.4rem !important; }
.card__information .card__heading { margin-bottom: 4px !important; font-size: 1rem !important; }
.card__information .price { display: flex !important; align-items: baseline !important; gap: 8px !important; margin-top: 4px !important; }
.card__information .price-item--sale { font-size: 1.05rem !important; font-weight: 600 !important; color: #2A1A1A !important; }
.card__information .price-item--regular { font-size: 0.82rem !important; color: #8A7A6F !important; text-decoration: line-through !important; }

/* Product page title */
.product__title h1 { font-size: clamp(1.8rem, 3vw, 2.6rem) !important; line-height: 1.1 !important; }
.product-form__quantity .quantity { width: 110px !important; }

/* Description panel */
.product__description {
  background: #FAF5EC !important;
  padding: 1.5rem 1.8rem !important;
  border-radius: 10px !important;
  border: 0.5px solid rgba(212,165,71,0.25);
}

/* You may also like */
.related-products h2, .related-products .related-products__heading {
  font-family: 'Cormorant Garamond', serif !important;
  text-align: center !important;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem) !important;
  font-weight: 500 !important;
  position: relative;
  padding-bottom: 1rem;
  display: block !important;
}
.related-products h2::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 2px;
  background: linear-gradient(90deg, transparent, #D4A547, transparent);
}

/* ============ ANVYRA HOME SECTIONS + FOOTER (clean) ============ */

/* Section headings */
.title-wrapper-with-link, .featured-collection .title-wrapper {
  margin-bottom: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.featured-collection .title, .title-wrapper-with-link .title, .multicolumn .title {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif !important;
  font-style: italic !important;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
  font-weight: 500 !important;
  color: #5C1620 !important;
  margin: 0 !important;
}
.featured-collection .title::after, .title-wrapper-with-link .title::after {
  content: '';
  display: block;
  width: 48px; height: 2px;
  background: #D4A547;
  margin: 0.7rem auto 0;
}
.title-wrapper-with-link .link {
  color: #7A1F2B !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  margin-top: 0.8rem !important;
}
.title-wrapper-with-link .link::after { content: ' →'; }

/* Product cards */
.card-product .card, .card-wrapper .card { background: transparent !important; border: 0 !important; box-shadow: none !important; }
.card-product .card__inner, .card-wrapper .card__inner { border-radius: 10px !important; overflow: hidden !important; background: #FAF5EC !important; }
.card-product .card__media img { transition: transform 0.8s cubic-bezier(0.4,0,0.2,1) !important; }
.card-product:hover .card__media img { transform: scale(1.06) !important; }
.card__information, .card-information { padding: 0.8rem 0.4rem 0.4rem !important; text-align: center !important; }
.card__heading { font-size: 0.95rem !important; font-weight: 500 !important; color: #2A1A1A !important; line-height: 1.35 !important; margin: 0 0 0.4rem !important; }
.card__heading a { color: inherit !important; text-decoration: none !important; }
.card__heading a:hover { color: #7A1F2B !important; }
.price-item--regular, .price__sale .price-item--sale { font-size: 1rem !important; font-weight: 600 !important; color: #7A1F2B !important; }
s.price-item, s.price-item--regular, .price__sale .price-item--regular { color: #8A7A6F !important; font-size: 0.82rem !important; font-weight: 400 !important; }
.card__badge, .badge--bottom-left, .badge--bottom-right, .price__badge-sale { display: none !important; }

@media screen and (min-width: 990px) {
  .card-product .quick-add, .card-wrapper .quick-add {
    position: absolute !important; bottom: 12px; left: 12px; right: 12px;
    opacity: 0; transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease; z-index: 5;
  }
  .card-product:hover .quick-add, .card-wrapper:hover .quick-add { opacity: 1; transform: translateY(0); }
  .quick-add__submit, .quick-add button {
    width: 100% !important; background: #2A1A1A !important; color: #FAF5EC !important;
    border: 0 !important; padding: 0.7rem 1rem !important; border-radius: 999px !important;
    font-size: 0.72rem !important; letter-spacing: 0.12em !important; text-transform: uppercase !important;
    font-weight: 600 !important; min-height: auto !important;
  }
  .quick-add__submit:hover { background: #7A1F2B !important; }
}

/* Shop by Purpose tiles */
.multicolumn { padding: 3.5rem 0 !important; }
.multicolumn-card, .multicolumn-card-spacing {
  background: #FFFFFF !important; border-radius: 14px !important;
  border: 0.5px solid rgba(212,165,71,0.15) !important;
  box-shadow: 0 4px 18px rgba(42,26,26,0.06) !important;
  padding: 0 !important; overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.2,0.8,0.2,1) !important;
}
.multicolumn-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(122,31,43,0.12) !important;
  border-color: rgba(212,165,71,0.5) !important;
}
.multicolumn-card .multicolumn-card__image-wrapper { border-radius: 0 !important; overflow: hidden !important; aspect-ratio: 1/1.1 !important; }
.multicolumn-card .multicolumn-card__image-wrapper img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform 0.6s ease !important; }
.multicolumn-card:hover .multicolumn-card__image-wrapper img { transform: scale(1.06) !important; }
.multicolumn-card__info { padding: 0.8rem 1rem 1rem !important; text-align: center !important; }
.multicolumn-card__info .h3 { font-family: 'Cormorant Garamond', serif !important; font-style: italic !important; font-size: 1.4rem !important; color: #5C1620 !important; margin: 0 0 0.2rem !important; font-weight: 500 !important; }
.multicolumn-card__info p { color: #7A6F63 !important; font-size: 0.85rem !important; margin: 0 0 0.4rem !important; }
.multicolumn-card__info a { display: inline-block !important; font-size: 0.7rem !important; letter-spacing: 0.14em !important; text-transform: uppercase !important; color: #7A1F2B !important; text-decoration: none !important; font-weight: 600 !important; border-bottom: 1.5px solid #D4A547 !important; padding-bottom: 2px !important; margin: 0 !important; }

/* Brand story */
.image-with-text { padding: 4.5rem 0 !important; background: #FAF5EC !important; }
.image-with-text .image-with-text__media-item img { border-radius: 10px !important; }
.image-with-text .image-with-text__media-item { border-radius: 12px !important; overflow: hidden !important; box-shadow: 0 8px 32px rgba(42,26,26,0.1) !important; }
.image-with-text__content { padding: 2.5rem !important; }
.image-with-text__heading { font-family: 'Cormorant Garamond', serif !important; font-style: italic !important; font-size: clamp(2rem, 4vw, 3.2rem) !important; color: #5C1620 !important; font-weight: 500 !important; margin-bottom: 1.2rem !important; }
.image-with-text__text { font-size: 1rem !important; line-height: 1.7 !important; color: #3A2D2D !important; }
.image-with-text .button, .image-with-text .button--primary {
  margin-top: 1.5rem !important; background: #7A1F2B !important; color: #FAF5EC !important;
  border-radius: 999px !important; padding: 0.85rem 2.2rem !important;
  font-size: 0.74rem !important; letter-spacing: 0.16em !important; text-transform: uppercase !important;
  font-weight: 600 !important; border: 0 !important; box-shadow: none !important; outline: none !important;
}
.image-with-text .button:hover { background: #5C1620 !important; }

/* Trust pillars */
.multicolumn:last-of-type { background: #FFFFFF !important; padding: 2.5rem 0 !important; border-top: 1px solid rgba(212,165,71,0.12); border-bottom: 1px solid rgba(212,165,71,0.12); }
.multicolumn:last-of-type .multicolumn-card { background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 1rem 0.8rem !important; border-radius: 0 !important; }
.multicolumn:last-of-type .multicolumn-card:hover { transform: none !important; box-shadow: none !important; }
.multicolumn:last-of-type .multicolumn-card__info .h3 { font-family: inherit !important; font-style: normal !important; font-size: 1rem !important; color: #2A1A1A !important; font-weight: 600 !important; }
.multicolumn:last-of-type .multicolumn-card__info p { font-size: 0.82rem !important; color: #7A6F63 !important; }

/* Newsletter */
.newsletter, section:has(.newsletter-form) { background: linear-gradient(135deg, #FAF5EC 0%, #F5E5C5 100%) !important; padding: 4.5rem 0 !important; text-align: center !important; }
.newsletter h2, section:has(.newsletter-form) h2 { font-family: 'Cormorant Garamond', serif !important; font-style: italic !important; font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important; color: #5C1620 !important; font-weight: 500 !important; }
.newsletter p { font-size: 1rem !important; color: #5C5046 !important; max-width: 520px !important; margin: 0 auto 1.8rem !important; }
.newsletter-form { max-width: 440px !important; margin: 0 auto !important; }
.newsletter-form__field-wrapper { display: flex !important; gap: 0 !important; }
.newsletter-form__field-wrapper input[type="email"], .newsletter .field__input { padding: 0.9rem 1.2rem !important; border-radius: 999px 0 0 999px !important; border: 1px solid rgba(122,31,43,0.2) !important; border-right: 0 !important; font-size: 0.9rem !important; background: #FFFFFF !important; flex: 1 !important; }
.newsletter-form__button, .newsletter .field__button { border-radius: 0 999px 999px 0 !important; background: #7A1F2B !important; color: #FAF5EC !important; padding: 0 1.4rem !important; border: 0 !important; font-size: 0.7rem !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; font-weight: 600 !important; min-height: auto !important; }
.newsletter .field__label { display: none !important; }

/* ============ PDP CUSTOM LIQUID BLOCKS ============ */

/* Verified + Rating row */
.anv-meta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 0.6rem; margin: 0.4rem 0 0.6rem; }
.anv-verified { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.78rem; color: #D4A547; font-weight: 600; }
.anv-rating { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.82rem; color: #2A1A1A; }
.anv-rating .stars { color: #F59E0B; font-size: 0.9rem; letter-spacing: 1px; }
.anv-rating .count { color: #7A6F63; font-size: 0.78rem; }

/* Purpose pills */
.anv-pills { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.3rem 0 0.6rem; }
.anv-pill { display: inline-block; background: linear-gradient(135deg, #E8DFF5, #F3EEFF); color: #5C1620; padding: 0.35rem 0.8rem; border-radius: 999px; font-size: 0.75rem; font-weight: 600; border: 1px solid rgba(92,22,32,0.08); }

/* Savings card */
.anv-savings { background: linear-gradient(135deg, #E8F5E9, #F1F8E9); border: 1.5px solid #A5D6A7; border-radius: 12px; padding: 0.8rem 1rem; margin: 0.6rem 0; }
.anv-savings-main { display: flex; align-items: center; justify-content: space-between; }
.anv-savings-left { font-size: 0.95rem; color: #2E7D32; font-weight: 700; }
.anv-savings-badge { background: #2E7D32; color: #fff; font-size: 0.72rem; font-weight: 700; padding: 0.2rem 0.55rem; border-radius: 4px; }
.anv-savings-sub { display: flex; gap: 1.2rem; margin-top: 0.5rem; padding-top: 0.5rem; border-top: 1px dashed rgba(0,0,0,0.08); font-size: 0.82rem; color: #5C5046; }
.anv-savings-sub span { display: flex; align-items: center; gap: 0.3rem; }

/* Offer card */
.anv-offer { background: linear-gradient(135deg, #FFF3E0, #FFF8E1); border: 1.5px solid #FFB74D; border-radius: 12px; padding: 0.9rem 1rem; margin: 0.5rem 0; position: relative; overflow: hidden; }
.anv-offer::after { content: '🎁'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 2.2rem; opacity: 0.12; }
.anv-offer-title { font-size: 0.92rem; font-weight: 700; color: #E65100; margin-bottom: 0.15rem; }
.anv-offer-sub { font-size: 0.8rem; color: #5C5046; }

/* Urgency */
.anv-urgency { text-align: center; padding: 0.6rem; margin: 0.5rem 0; font-size: 0.88rem; font-weight: 700; color: #C62828; animation: anv-pulse 2s ease-in-out infinite; }
@keyframes anv-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }

/* Countdown */
.anv-countdown { background: linear-gradient(135deg, #E3F2FD, #E8EAF6); border: 1.5px solid #90CAF9; border-radius: 10px; padding: 0.7rem 1rem; margin: 0.5rem 0; text-align: center; }
.anv-countdown-label { font-size: 0.78rem; color: #1565C0; font-weight: 600; margin-bottom: 0.3rem; }
.anv-countdown-timer { display: flex; justify-content: center; gap: 0.5rem; }
.anv-countdown-unit { background: #1565C0; color: #fff; padding: 0.35rem 0.6rem; border-radius: 6px; font-size: 1.05rem; font-weight: 800; min-width: 40px; text-align: center; }
.anv-countdown-sep { font-size: 1.1rem; font-weight: 700; color: #1565C0; line-height: 2; }

/* Trust badges */
.anv-trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; margin: 1rem 0; padding: 0.8rem 0; border-top: 1px solid rgba(0,0,0,0.06); border-bottom: 1px solid rgba(0,0,0,0.06); }
.anv-trust-item { text-align: center; }
.anv-trust-item .ico { font-size: 1.6rem; display: block; margin-bottom: 0.25rem; }
.anv-trust-item strong { font-size: 0.72rem; color: #2A1A1A; display: block; line-height: 1.2; }
.anv-trust-item span { font-size: 0.65rem; color: #7A6F63; }

/* Why Anvyra */
.anv-why { margin: 1.2rem 0; }
.anv-why h3 { font-size: 1.25rem; font-weight: 700; color: #2A1A1A; margin: 0 0 0.8rem; }
.anv-why-item { display: flex; align-items: center; gap: 0.9rem; padding: 0.85rem 1rem; margin-bottom: 0.5rem; background: #FAF5EC; border-radius: 12px; border-left: 3px solid #D4A547; transition: transform 0.2s ease; }
.anv-why-item:hover { transform: translateX(4px); }
.anv-why-ico { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #FFFDE7, #FFF8E1); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; border: 1.5px solid rgba(212,165,71,0.25); color: #7A1F2B; }
.anv-why-txt strong { display: block; font-size: 0.92rem; color: #2A1A1A; font-weight: 700; }
.anv-why-txt span { font-size: 0.78rem; color: #7A6F63; }

/* Sticky bar */
.anv-sticky-offer { position: fixed; bottom: 60px; left: 0; right: 0; z-index: 997; background: #7A1F2B; color: #fff; text-align: center; padding: 0.4rem 0.8rem; font-size: 0.72rem; font-weight: 600; display: none; }
.anv-sticky { position: fixed; bottom: 0; left: 0; right: 0; z-index: 998; background: #fff; border-top: 1px solid #E0E0E0; box-shadow: 0 -3px 16px rgba(0,0,0,0.1); padding: 0.6rem 0.8rem; display: none; align-items: center; gap: 0.5rem; }
.anv-sticky-price { flex-shrink: 0; min-width: 78px; }
.anv-sticky-price .cur { font-size: 1.2rem; font-weight: 800; color: #2A1A1A; display: block; line-height: 1.15; }
.anv-sticky-price .cmp { font-size: 0.72rem; color: #999; text-decoration: line-through; margin-right: 0.25rem; }
.anv-sticky-price .pct { font-size: 0.65rem; color: #2E7D32; font-weight: 700; }
.anv-sticky-btns { display: flex; gap: 0.4rem; flex: 1; }
.anv-sticky-btn { flex: 1; padding: 0.75rem 0.3rem; border-radius: 8px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; text-align: center; cursor: pointer; border: 0; letter-spacing: 0.04em; }
.anv-sticky-btn--cart { background: #fff; color: #2A1A1A; border: 1.5px solid #2A1A1A; }
.anv-sticky-btn--buy { background: #7A1F2B; color: #fff; }

/* FAQ */
.collapsible-content { padding: 1.5rem 0 !important; }
.collapsible-content .collapsible-content__heading { font-family: 'Cormorant Garamond', serif !important; font-style: italic !important; font-size: 1.4rem !important; color: #5C1620 !important; }
.collapsible-content details { border: 1px solid rgba(122,31,43,0.08) !important; border-radius: 10px !important; margin-bottom: 0.4rem !important; }
.collapsible-content details summary { padding: 0.9rem 1rem !important; font-weight: 600 !important; font-size: 0.92rem !important; }
.collapsible-content details[open] summary { border-bottom: 1px solid rgba(122,31,43,0.06); }

/* You may also like */
.related-products .related-products__heading, .product-recommendations__heading {
  font-family: 'Cormorant Garamond', serif !important; font-style: italic !important;
  font-size: 1.6rem !important; color: #5C1620 !important; text-align: center !important;
}

/* Trust pillars diamond icon */
.multicolumn:last-child .multicolumn-card__info .h3::before {
  content: '◆'; display: block !important; color: #D4A547 !important; font-size: 1.4rem !important; margin-bottom: 0.5rem !important; font-style: normal !important;
}

/* ============ MOBILE — ALL SECTIONS ============ */
@media screen and (max-width: 749px) {

  /* Product grid: 2-col Astrotalk style */
  .featured-collection slider-component { overflow: visible !important; }
  .featured-collection .slider-buttons, .featured-collection .slider-counter { display: none !important; }
  .featured-collection slider-component > ul, .featured-collection ul.slider, .featured-collection ul.product-grid, .featured-collection ul.grid {
    display: grid !important; grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.6rem !important; padding: 0 0.7rem !important; margin: 0 !important;
    overflow: visible !important; list-style: none !important;
  }
  .featured-collection slider-component > ul > li, .featured-collection ul.slider > li, .featured-collection .slider__slide, .featured-collection .grid__item {
    width: 100% !important; max-width: 100% !important; min-width: 0 !important;
    flex: none !important; margin: 0 !important; padding: 0 !important;
  }
  .featured-collection slider-component > ul > li:nth-child(n+5), .featured-collection ul.slider > li:nth-child(n+5) { display: none !important; }

  .featured-collection .card__information, .featured-collection .card-information { padding: 0.5rem 0.3rem 0.3rem !important; text-align: left !important; }
  .featured-collection .card__heading { font-size: 0.78rem !important; line-height: 1.3 !important; margin: 0 0 0.15rem !important; display: -webkit-box !important; -webkit-line-clamp: 1 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; text-align: left !important; min-height: auto !important; }
  .featured-collection .price, .featured-collection .card-information .price { text-align: left !important; justify-content: flex-start !important; }
  .featured-collection .price__container, .featured-collection .price-item-list { justify-content: flex-start !important; }
  .featured-collection .price-item--regular, .featured-collection .price__sale .price-item--sale { font-size: 0.95rem !important; font-weight: 700 !important; color: #2A1A1A !important; }
  .featured-collection s.price-item--regular, .featured-collection .price__sale .price-item--regular { font-size: 0.72rem !important; color: #9A9A9A !important; }

  .featured-collection .quick-add { display: block !important; position: relative !important; opacity: 1 !important; transform: none !important; margin-top: 0.3rem !important; text-align: left !important; }
  .featured-collection .quick-add__submit, .featured-collection .quick-add button { width: auto !important; background: #2A1A1A !important; color: #FAF5EC !important; border: 0 !important; padding: 0.4rem 1rem !important; border-radius: 999px !important; font-size: 0.62rem !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; font-weight: 600 !important; min-height: auto !important; min-width: auto !important; box-shadow: none !important; }

  .featured-collection .anvyra-ribbon { font-size: 0.55rem !important; padding: 0.2rem 0.4rem !important; top: 5px !important; left: 5px !important; }
  .featured-collection .button, .featured-collection .collection__view-all a { font-size: 0.7rem !important; padding: 0.55rem 1.8rem !important; background: transparent !important; color: #7A1F2B !important; border: 1px solid #7A1F2B !important; border-radius: 999px !important; box-shadow: none !important; min-height: auto !important; min-width: auto !important; font-weight: 600 !important; text-transform: uppercase !important; }
  .featured-collection, section[id*="featured-collection"] { padding: 1.8rem 0 !important; }
  .featured-collection .title, .title-wrapper-with-link .title { font-size: 1.4rem !important; }
  .title-wrapper-with-link { margin-bottom: 1rem !important; }

  /* Shop by Purpose horizontal scroll */
  .multicolumn .multicolumn-list, .multicolumn slider-component > ul { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; scroll-snap-type: x mandatory !important; -webkit-overflow-scrolling: touch !important; scrollbar-width: none !important; gap: 0.6rem !important; padding: 0 0.7rem 0.4rem !important; grid-template-columns: none !important; }
  .multicolumn .multicolumn-list::-webkit-scrollbar { display: none !important; }
  .multicolumn .multicolumn-list__item, .multicolumn .multicolumn-list > li { flex: 0 0 44% !important; min-width: 44% !important; max-width: 44% !important; scroll-snap-align: start !important; }
  .multicolumn .slider-buttons { display: none !important; }
  .multicolumn { padding: 2rem 0 !important; }

  /* Trust pillars: 2x2 grid */
  .multicolumn:last-child .multicolumn-list { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; overflow-x: visible !important; flex-wrap: wrap !important; scroll-snap-type: none !important; padding: 0 0.8rem !important; gap: 0.4rem !important; }
  .multicolumn:last-child .multicolumn-list__item { flex: none !important; min-width: 0 !important; max-width: 100% !important; }
  .multicolumn:last-child { background: #FAF5EC !important; padding: 1.5rem 0 !important; }
  .multicolumn:last-child .multicolumn-card__info .h3::before { font-size: 1rem !important; margin-bottom: 0.3rem !important; }

  /* Brand story */
  .image-with-text { padding: 2rem 0 !important; }
  .image-with-text__content { padding: 1.2rem 0.8rem !important; }
  .image-with-text .button { width: 100% !important; text-align: center !important; }

  /* Newsletter */
  .newsletter, section:has(.newsletter-form) { padding: 2.5rem 0.8rem !important; }
  .newsletter-form__field-wrapper { flex-direction: column !important; gap: 0.5rem !important; }
  .newsletter-form__field-wrapper input[type="email"], .newsletter .field__input { border-radius: 999px !important; border-right: 1px solid rgba(122,31,43,0.2) !important; }
  .newsletter-form__button, .newsletter .field__button { border-radius: 999px !important; padding: 0.8rem 1.2rem !important; width: 100% !important; }

  /* PDP mobile */
  .product__title h1 { font-size: 1.4rem !important; }
  .anv-trust-row { grid-template-columns: repeat(2, 1fr) !important; }

 /* HIDE regular buy buttons on mobile — invisible but clickable by sticky JS */
  /* Buy buttons — visible on mobile */
  .product-form__buttons {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0.5rem 0 !important;
  }

  /* Show sticky bar */
  .anv-sticky { display: flex !important; }
  .anv-sticky-offer { display: block !important; }
  .product, .main-product { padding-bottom: 110px !important; }
}

/* Desktop: show buttons, hide sticky */
@media screen and (min-width: 750px) {
  .product-form__buttons {
    position: static !important;
    display: grid !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  .anv-sticky, .anv-sticky-offer { display: none !important; }
}

/* ============ MOBILE PURPOSE + TRUST FIXES ============ */
@media screen and (max-width: 749px) {
  .multicolumn .multicolumn-list { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; overflow-y: hidden !important; scroll-snap-type: x mandatory !important; scrollbar-width: none !important; gap: 0.6rem !important; padding: 0 0.7rem 0.5rem !important; grid-template-columns: none !important; }
  .multicolumn .multicolumn-list::-webkit-scrollbar { display: none !important; }
  .multicolumn .multicolumn-list__item { flex: 0 0 44% !important; min-width: 44% !important; max-width: 44% !important; width: 44% !important; scroll-snap-align: start !important; margin: 0 !important; padding: 0 !important; }
  .multicolumn slider-component { overflow: visible !important; }
  .multicolumn slider-component > ul.slider { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; gap: 0.6rem !important; padding: 0 0.7rem 0.5rem !important; scrollbar-width: none !important; }
  .multicolumn slider-component > ul.slider::-webkit-scrollbar { display: none !important; }
  .multicolumn slider-component > ul.slider > li { flex: 0 0 44% !important; min-width: 44% !important; max-width: 44% !important; width: 44% !important; scroll-snap-align: start !important; }

  /* Trust pillars override back to grid */
  .multicolumn:last-child .multicolumn-list { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; overflow-x: visible !important; overflow-y: visible !important; flex-wrap: wrap !important; scroll-snap-type: none !important; padding: 0 0.8rem !important; gap: 0.5rem !important; }
  .multicolumn:last-child .multicolumn-list__item, .multicolumn:last-child .multicolumn-list > li { flex: none !important; min-width: 0 !important; max-width: 100% !important; width: 100% !important; }
}

/* ============ VIBRANT UPGRADE — SHINE + ENERGY ============ */

/* ---- Shimmer animation (reusable) ---- */
@keyframes anv-shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* ---- Sticky bar: Astrotalk-level vibrant ---- */
.anv-sticky {
  background: #FFFFFF !important;
  border-top: 2px solid #D4A547 !important;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.12) !important;
  padding: 0.55rem 0.8rem !important;
}
.anv-sticky-price .cur {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
}
.anv-sticky-btn--cart {
  background: #FFFFFF !important;
  color: #2A1A1A !important;
  border: 2px solid #2A1A1A !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
  padding: 0.7rem 0.3rem !important;
}
.anv-sticky-btn--buy {
  background: linear-gradient(135deg, #7A1F2B 0%, #A0283A 100%) !important;
  color: #FFFFFF !important;
  border: 0 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
  padding: 0.7rem 0.3rem !important;
  box-shadow: 0 4px 12px rgba(122,31,43,0.3) !important;
}
.anv-sticky-offer {
  background: linear-gradient(90deg, #7A1F2B, #A0283A, #7A1F2B) !important;
  background-size: 200% 100% !important;
  animation: anv-shimmer 3s linear infinite !important;
  font-size: 0.7rem !important;
  padding: 0.45rem 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

/* ---- Savings card: brighter green with shine ---- */
.anv-savings {
  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%) !important;
  border: 2px solid #66BB6A !important;
  border-radius: 14px !important;
  padding: 1rem 1.1rem !important;
  position: relative !important;
  overflow: hidden !important;
}
.anv-savings::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: anv-shimmer 2.5s ease-in-out infinite;
  pointer-events: none;
}
.anv-savings-left { font-size: 1rem !important; color: #1B5E20 !important; font-weight: 800 !important; }
.anv-savings-badge {
  background: #2E7D32 !important; color: #fff !important;
  font-size: 0.75rem !important; font-weight: 800 !important;
  padding: 0.3rem 0.65rem !important; border-radius: 6px !important;
}
.anv-savings-sub { font-size: 0.85rem !important; font-weight: 600 !important; color: #2E7D32 !important; }

/* ---- Offer card: warmer, more tempting ---- */
.anv-offer {
  background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%) !important;
  border: 2px solid #FF9800 !important;
  border-radius: 14px !important;
  padding: 1rem 1.1rem !important;
  position: relative !important;
  overflow: hidden !important;
}
.anv-offer::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  animation: anv-shimmer 3s ease-in-out infinite;
  pointer-events: none;
}
.anv-offer-title { font-size: 0.95rem !important; font-weight: 800 !important; color: #E65100 !important; }
.anv-offer-sub { font-size: 0.82rem !important; color: #5C3A00 !important; font-weight: 500 !important; }

/* ---- Countdown: more vibrant blue ---- */
.anv-countdown {
  background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%) !important;
  border: 2px solid #42A5F5 !important;
  border-radius: 14px !important;
  padding: 0.8rem 1rem !important;
}
.anv-countdown-label { font-size: 0.82rem !important; color: #1565C0 !important; font-weight: 800 !important; }
.anv-countdown-unit {
  background: linear-gradient(180deg, #1565C0, #0D47A1) !important;
  color: #fff !important;
  padding: 0.4rem 0.65rem !important;
  border-radius: 8px !important;
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  min-width: 44px !important;
  box-shadow: 0 2px 6px rgba(13,71,161,0.3) !important;
}

/* ---- Urgency: pulsing red with fire ---- */
.anv-urgency {
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  color: #C62828 !important;
  padding: 0.7rem !important;
  background: rgba(198,40,40,0.06) !important;
  border-radius: 8px !important;
}

/* ---- Purpose pills: colorful + bold ---- */
.anv-pill {
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  padding: 0.4rem 0.85rem !important;
  border: 1.5px solid rgba(92,22,32,0.12) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
}

/* ---- Verified line: gold shimmer ---- */
.anv-verified {
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  background: linear-gradient(90deg, #D4A547, #F0D78C, #D4A547) !important;
  background-size: 200% 100% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: anv-shimmer 2s linear infinite !important;
}

/* ---- Rating stars bigger ---- */
.anv-rating { font-size: 0.88rem !important; }
.anv-rating .stars { font-size: 1rem !important; color: #F59E0B !important; }
.anv-rating .count { font-size: 0.82rem !important; }

/* ---- Trust badges: more visible ---- */
.anv-trust-row {
  background: linear-gradient(135deg, #FAF5EC, #F5EBD6) !important;
  border-radius: 12px !important;
  padding: 1rem 0.5rem !important;
  border: 1px solid rgba(212,165,71,0.2) !important;
  margin: 1.2rem 0 !important;
}
.anv-trust-item .ico { font-size: 1.8rem !important; margin-bottom: 0.3rem !important; }
.anv-trust-item strong { font-size: 0.75rem !important; font-weight: 700 !important; }
.anv-trust-item span { font-size: 0.68rem !important; }

/* ---- Why Anvyra: more depth ---- */
.anv-why h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: 1.35rem !important;
  color: #5C1620 !important;
}
.anv-why-item {
  background: #FFFFFF !important;
  border: 1px solid rgba(212,165,71,0.15) !important;
  box-shadow: 0 2px 8px rgba(42,26,26,0.04) !important;
  padding: 0.9rem 1rem !important;
  border-left: 4px solid #D4A547 !important;
}
.anv-why-item:hover {
  box-shadow: 0 6px 18px rgba(42,26,26,0.08) !important;
  border-left-color: #7A1F2B !important;
}
.anv-why-ico {
  background: linear-gradient(135deg, #FFF8E1, #FFECB3) !important;
  border: 2px solid rgba(212,165,71,0.3) !important;
  width: 46px !important;
  height: 46px !important;
  font-size: 1.3rem !important;
}
.anv-why-txt strong { font-size: 0.95rem !important; }
.anv-why-txt span { font-size: 0.8rem !important; }

/* ---- Product title: bolder ---- */
.product__title h1 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #2A1A1A !important;
  line-height: 1.25 !important;
}

/* ---- Price: bigger with contrast ---- */
.product .price-item--regular,
.product .price__sale .price-item--sale {
  font-size: 1.6rem !important;
  font-weight: 900 !important;
  color: #2A1A1A !important;
}
.product s.price-item--regular {
  font-size: 1rem !important;
  color: #999 !important;
  margin-right: 0.4rem !important;
}

/* ---- Buy buttons: desktop, more punch ---- */
@media screen and (min-width: 750px) {
  .product-form__submit {
    background: #2A1A1A !important;
    border-radius: 12px !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    min-height: 56px !important;
    letter-spacing: 0.1em !important;
    transition: all 0.3s ease !important;
  }
  .product-form__submit:hover {
    background: #1A1010 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
  }
  .shopify-payment-button .shopify-payment-button__button {
    background: linear-gradient(135deg, #7A1F2B, #A0283A) !important;
    border-radius: 12px !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    min-height: 56px !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .shopify-payment-button .shopify-payment-button__button:hover {
    background: linear-gradient(135deg, #5C1620, #7A1F2B) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(122,31,43,0.25) !important;
  }

  .product__title h1 { font-size: 2rem !important; }
  .product .price-item--regular,
  .product .price__sale .price-item--sale { font-size: 1.8rem !important; }
}

/* ---- Description panel: cleaner ---- */
.product__description {
  background: #FAF5EC !important;
  padding: 1.5rem !important;
  border-radius: 12px !important;
  border: 1px solid rgba(212,165,71,0.15) !important;
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
}

/* ---- Product image: subtle shadow ---- */
.product__media-item {
  border-radius: 14px !important;
  box-shadow: 0 4px 20px rgba(42,26,26,0.08) !important;
}

/* ---- Home sections: more alive ---- */
.featured-collection .title,
.title-wrapper-with-link .title {
  font-weight: 600 !important;
}

/* Card hover: more dramatic */
.card-wrapper:hover .card {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 50px rgba(122,31,43,0.12) !important;
}

/* Announcement bar: branded */
.announcement-bar {
  background: #7A1F2B !important;
  color: #FAF5EC !important;
}
.announcement-bar a, .announcement-bar__message {
  color: #FAF5EC !important;
  font-weight: 600 !important;
}

/* ============ BUY BUTTONS — BOTH VIEWS ============ */
.product-form__buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.5rem !important;
  margin: 0.8rem 0 !important;
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.product-form__submit {
  background: #2A1A1A !important;
  color: #FAF5EC !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  min-height: 52px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.product-form__submit:hover {
  background: #1A1010 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15) !important;
}
.shopify-payment-button .shopify-payment-button__button {
  background: linear-gradient(135deg, #7A1F2B, #A0283A) !important;
  color: #FFFFFF !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  min-height: 52px !important;
  position: relative !important;
  overflow: hidden !important;
}
.shopify-payment-button .shopify-payment-button__button::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  animation: anv-shimmer 2.5s ease-in-out infinite;
  pointer-events: none;
}
.shopify-payment-button .shopify-payment-button__button:hover {
  background: linear-gradient(135deg, #5C1620, #7A1F2B) !important;
}
.shopify-payment-button .shopify-payment-button__button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Hide old sticky bars if any remain */
.anv-sticky, .anv-sticky-offer,
.anv-bar, .anv-bar-offer { display: none !important; }

/* ============ FINAL BUTTON UPGRADE — ASTROTALK GRADE ============ */

.product-form__buttons {
  display: flex !important;
  gap: 0.7rem !important;
  margin: 1.2rem 0 !important;
  padding: 0 !important;
}
.product-form__buttons > * { flex: 1 !important; width: 50% !important; }
.shopify-payment-button { flex: 1 !important; }

/* ADD TO CART — Vibrant green with cart icon vibe */
.product-form__submit {
  background: linear-gradient(135deg, #FFD600 0%, #FFC107 50%, #FFB300 100%) !important;
  color: #1A1A1A !important;
  border: 0 !important;
  border-radius: 12px !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  min-height: 58px !important;
  padding: 1rem !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 6px 18px rgba(255,193,7,0.35), inset 0 -3px 0 rgba(0,0,0,0.08) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3) !important;
  transition: all 0.25s ease !important;
}
.product-form__submit::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important; left: -100% !important;
  width: 50% !important; height: 200% !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent) !important;
  transform: skewX(-25deg) !important;
  animation: anv-shine-sweep 3s infinite !important;
  pointer-events: none !important;
}
.product-form__submit:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(255,193,7,0.5), inset 0 -3px 0 rgba(0,0,0,0.08) !important;
}
.product-form__submit:active { transform: translateY(0) !important; }

/* BUY IT NOW — Bold maroon-red with intense shine */
.shopify-payment-button .shopify-payment-button__button {
  width: 100% !important;
  background: linear-gradient(135deg, #1A1A1A 0%, #2A1A1A 100%) !important;
  color: #FFFFFF !important;
  border: 0 !important;
  outline: none !important;
  border-radius: 12px !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  min-height: 58px !important;
  padding: 1rem !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 6px 18px rgba(26,26,26,0.4), inset 0 -3px 0 rgba(0,0,0,0.2) !important;
  text-transform: uppercase !important;
  transition: all 0.25s ease !important;
}
.shopify-payment-button .shopify-payment-button__button::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important; left: -100% !important;
  width: 50% !important; height: 200% !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent) !important;
  transform: skewX(-25deg) !important;
  animation: anv-shine-sweep 2.5s infinite !important;
  pointer-events: none !important;
}
.shopify-payment-button .shopify-payment-button__button:hover {
  transform: translateY(-3px) !important;
  background: linear-gradient(135deg, #2A1A1A, #3D2A2A) !important;
  box-shadow: 0 12px 28px rgba(26,26,26,0.55), inset 0 -3px 0 rgba(0,0,0,0.2) !important;
}
.shopify-payment-button .shopify-payment-button__button:active { transform: translateY(0) !important; }
.shopify-payment-button .shopify-payment-button__button:focus,
.shopify-payment-button .shopify-payment-button__button:focus-visible {
  outline: none !important;
}

/* Shine sweep animation */
@keyframes anv-shine-sweep {
  0% { left: -100%; }
  50% { left: 200%; }
  100% { left: 200%; }
}

/* Add icons via pseudo-element on labels — using ::after */
.product-form__submit { 
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}
.product-form__submit::after {
  content: '🛒' !important;
  font-size: 1.1rem !important;
  filter: grayscale(1) !important;
  position: relative !important;
  z-index: 2 !important;
}
.shopify-payment-button .shopify-payment-button__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}
.shopify-payment-button .shopify-payment-button__button::after {
  content: '⚡' !important;
  font-size: 1.1rem !important;
  position: relative !important;
  z-index: 2 !important;
}

@media screen and (max-width: 749px) {
  .product-form__buttons { gap: 0.5rem !important; }
  .product-form__submit,
  .shopify-payment-button .shopify-payment-button__button {
    min-height: 52px !important;
    font-size: 0.82rem !important;
    border-radius: 10px !important;
    padding: 0.8rem 0.5rem !important;
  }
}

/* ============ CLEAN BUTTONS — ASTROTALK FLAT STYLE ============ */

/* Remove all the previous gradients/shines/icons */
.product-form__buttons {
  display: flex !important;
  gap: 0.6rem !important;
  margin: 1rem 0 !important;
  padding: 0 !important;
}
.product-form__buttons > * { flex: 1 !important; width: 50% !important; }
.shopify-payment-button { flex: 1 !important; }

/* ADD TO CART — Flat yellow with cart icon */
.product-form__submit {
  background: #FFD600 !important;
  background-image: none !important;
  color: #1A1A1A !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  min-height: 52px !important;
  padding: 0.85rem 1rem !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}
.product-form__submit::before {
  content: '🛒' !important;
  font-size: 1.1rem !important;
  filter: none !important;
}
.product-form__submit::after { content: none !important; display: none !important; }
.product-form__submit:hover {
  background: #FFC107 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* BUY NOW — Flat black */
.shopify-payment-button .shopify-payment-button__button {
  width: 100% !important;
  background: #1A1A1A !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  min-height: 52px !important;
  padding: 0.85rem 1rem !important;
  text-transform: uppercase !important;
  transition: background 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}
.shopify-payment-button .shopify-payment-button__button::before,
.shopify-payment-button .shopify-payment-button__button::after {
  content: none !important;
  display: none !important;
}
.shopify-payment-button .shopify-payment-button__button:hover {
  background: #333333 !important;
  transform: none !important;
  box-shadow: none !important;
}
.shopify-payment-button .shopify-payment-button__button:focus,
.shopify-payment-button .shopify-payment-button__button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Kill the shine animation */
.product-form__submit, 
.shopify-payment-button .shopify-payment-button__button {
  animation: none !important;
}

@media screen and (max-width: 749px) {
  .product-form__buttons { gap: 0.5rem !important; margin: 0.8rem 0 !important; }
  .product-form__submit,
  .shopify-payment-button .shopify-payment-button__button {
    min-height: 48px !important;
    font-size: 0.85rem !important;
    padding: 0.75rem 0.5rem !important;
  }
  .product-form__submit::before { font-size: 1rem !important; }
}

/* ============ FINAL BUY BUTTONS — YELLOW + BLACK WITH SHINE ============ */

.product-form__buttons {
  display: flex !important;
  gap: 0.5rem !important;
  margin: 1rem 0 !important;
  padding: 0 !important;
}
.product-form__buttons > * { flex: 1 !important; width: 50% !important; }
.shopify-payment-button { flex: 1 !important; }

/* ADD TO CART — Yellow flat with shine */
.product-form__submit {
  background: #FFD600 !important;
  background-image: none !important;
  color: #1A1A1A !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  min-height: 52px !important;
  padding: 0.85rem 1rem !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background 0.2s ease !important;
}
.product-form__submit::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -100% !important;
  width: 50% !important;
  height: 200% !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent) !important;
  transform: skewX(-25deg) !important;
  animation: anv-shine-sweep 3s infinite !important;
  pointer-events: none !important;
  z-index: 1 !important;
}
.product-form__submit::after { content: none !important; display: none !important; }
.product-form__submit:hover { background: #FFC107 !important; transform: none !important; box-shadow: none !important; }

/* BUY IT NOW — Black flat with shine */
.shopify-payment-button .shopify-payment-button__button {
  width: 100% !important;
  background: #1A1A1A !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  min-height: 52px !important;
  padding: 0.85rem 1rem !important;
  text-transform: uppercase !important;
  position: relative !important;
  overflow: hidden !important;
  text-shadow: none !important;
  transition: background 0.2s ease !important;
}
.shopify-payment-button .shopify-payment-button__button::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -100% !important;
  width: 50% !important;
  height: 200% !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent) !important;
  transform: skewX(-25deg) !important;
  animation: anv-shine-sweep 2.5s infinite !important;
  pointer-events: none !important;
  z-index: 1 !important;
}
.shopify-payment-button .shopify-payment-button__button::after { content: none !important; display: none !important; }
.shopify-payment-button .shopify-payment-button__button:hover {
  background: #333333 !important;
  transform: none !important;
  box-shadow: none !important;
}
.shopify-payment-button .shopify-payment-button__button:focus,
.shopify-payment-button .shopify-payment-button__button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Shine animation */
@keyframes anv-shine-sweep {
  0% { left: -100%; }
  60%, 100% { left: 200%; }
}

@media screen and (max-width: 749px) {
  .product-form__buttons { gap: 0.45rem !important; margin: 0.8rem 0 !important; }
  .product-form__submit,
  .shopify-payment-button .shopify-payment-button__button {
    min-height: 48px !important;
    font-size: 0.8rem !important;
    padding: 0.72rem 0.5rem !important;
  }
}


/* Hide announcement bar */
.announcement-bar-section { display: none !important; }

/* ── Reduce section gaps ── */
.section-template--*,
.shopify-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.shopify-section .section-padding {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

@media screen and (min-width: 750px) {
  .shopify-section .section-padding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
/* ── PDP Description Premium Styling ── */
.product__description,
.product__description .rte {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 430 !important;
  line-height: 1.8 !important;
  color: #3D2B1F !important;
}

/* Style the sub-headings (What it does, Authenticity, Care) */
.product__description h2,
.product__description h3,
.product__description h4,
.product__description .rte h2,
.product__description .rte h3,
.product__description .rte h4 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  color: #7A1F2B !important;
  margin: 24px 0 8px 0 !important;
  padding-bottom: 6px !important;
  border-bottom: 1.5px solid rgba(212,165,71,0.3) !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}
.product__description h2:first-child,
.product__description .rte h2:first-child,
.product__description h3:first-child,
.product__description .rte h3:first-child {
  margin-top: 0 !important;
}

/* Style bullet lists */
.product__description ul,
.product__description .rte ul {
  padding-left: 0 !important;
  margin: 12px 0 !important;
  list-style: none !important;
}
.product__description li,
.product__description .rte li {
  position: relative !important;
  padding-left: 22px !important;
  margin-bottom: 8px !important;
  font-size: 13.5px !important;
  font-weight: 450 !important;
  line-height: 1.6 !important;
  color: #2A1A1A !important;
}
.product__description li::before,
.product__description .rte li::before {
  content: '✦' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #D4A547 !important;
  font-size: 10px !important;
}

/* Bold text styling */
.product__description strong,
.product__description b,
.product__description .rte strong {
  font-weight: 700 !important;
  color: #2A1A1A !important;
}

/* Wrap the whole description in a subtle card on mobile */
@media (max-width: 749px) {
  .product__description,
  .product__description .rte {
    background: #FAF5EC !important;
    border: 1px solid #EDE3D3 !important;
    border-radius: 14px !important;
    padding: 20px 16px !important;
    font-size: 13.5px !important;
  }
  .product__description h2,
  .product__description h3,
  .product__description h4,
  .product__description .rte h2,
  .product__description .rte h3,
  .product__description .rte h4 {
    font-size: 17px !important;
  }
}