.bg-berry-soft { background-color: #FFF9FB !important;
}
.brand-line-top { height: 4px; background: #4A2018; width: 100%;
}
.border-subtle { border: 1px solid #f0f0f0 !important;
}
.border-berry-dashed { border: 1.5px dashed #4A2018 !important;
}
.shadow-soft { box-shadow: 0 10px 30px rgba(172, 23, 84, 0.05) !important;
}
.item-image-container {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border: 1px solid #f5f5f5;
}
.qty-selector {
  border: 1px solid #e0e0e0;
  height: 32px;
}
.mobile-safe-padding { padding-bottom: 140px !important;
}
@media (min-width: 960px) {
.mobile-safe-padding { padding-bottom: 40px !important;
}
}
.mobile-cart-footer {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 100;
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid #f0f0f0;
}
/* Luxury Input Field */
::v-deep .luxury-input .v-input__control .v-input__slot {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid #e0e0e0 !important;
}
::v-deep .luxury-input.v-input--is-focused .v-input__slot {
  border-color: #4A2018 !important;
}
/* ═══ Coupon Card - Exact Email Design ═══ */
.coupon-card {
  display: flex;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(74, 32, 24, 0.1);
  border: 1px solid #f0e8e4;
}
.coupon-card-left {
  background: linear-gradient(135deg, #4A2018 0%, #6B3A2E 100%);
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
.coupon-card-discount {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}
.coupon-card-off {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: 4px;
}
.coupon-card-right {
  flex: 1;
  background: #FFFBF9;
  padding: 16px 18px;
}
.coupon-card-code-label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.coupon-card-code {
  font-family: 'Courier New', monospace;
  font-size: 20px;
  font-weight: 900;
  color: #4A2018;
  letter-spacing: 3px;
  background: #FFF0EB;
  padding: 6px 14px;
  border: 2px dashed #4A2018;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 8px;
}
.coupon-card-desc {
  font-size: 12px;
  color: #7A6A5E;
  line-height: 1.4;
  margin-bottom: 8px;
}
.coupon-card-userid {
  display: inline-block;
  background: #4A2018;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.coupon-card-footer {
  display: flex;
  align-items: center;
}
.coupon-card-valid {
  font-size: 11px;
  color: #999;
}


.cert-section[data-v-d35e134e] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 0;
  font-family: 'Instrument Sans', sans-serif;
  /* Break out of the constrained .home-section-wrap to span the full viewport */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Positioning context; reserves white space on the right for the art/star */
.cert-wrap[data-v-d35e134e] {
  position: relative;
  padding-right: 130px;
}

/* Card: squared-off left edge, rounded right; gradient only on the right */
.cert-card[data-v-d35e134e] {
  position: relative;
  overflow: hidden;
  border-radius: 0 28px 28px 0;
  background:
    radial-gradient(120% 130% at 100% 55%, rgba(233, 196, 183, 0.40) 0%, rgba(247, 235, 231, 0.30) 32%, transparent 60%),
    #fbf6f3;
  padding: 48px 56px;
}

/* Decorative line art — sits in the white space, straddling the card's right edge */
.cert-art[data-v-d35e134e] {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  height: 118%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
}

/* Sparkles — top-right, in the white space */
.cert-star[data-v-d35e134e] {
  position: absolute;
  top: -4px;
  right: 30px;
  width: max(60px, min(6vw, 96px));
  height: auto;
  pointer-events: none;
  z-index: 3;
}
.cert-inner[data-v-d35e134e] {
  display: flex;
  align-items: center;
  gap: 56px;
  position: relative;
  z-index: 1;
}

/* ── Left image ── */
.cert-left[data-v-d35e134e] {
  flex: 0 0 42%;
  max-width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cert-hallmark[data-v-d35e134e] {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  /* The PNG ships with a near-white background baked in; multiply blends it
     into the card's gradient so no white tile shows behind the logo. */
  mix-blend-mode: multiply;
}

/* ── Right content ── */
.cert-right[data-v-d35e134e] {
  flex: 1 1 58%;
  min-width: 0;
}
.cert-title[data-v-d35e134e] {
  font-family: 'Playfair Display', serif;
  color: #4a2018;
  font-size: max(30px, min(3.6vw, 46px));
  font-weight: 700;
  margin: 0 0 22px;
}
.cert-para[data-v-d35e134e] {
  color: #5a4038;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  max-width: 560px;
}
.cert-para strong[data-v-d35e134e] {
  color: #8d533f;
  font-weight: 700;
}
.cert-divider[data-v-d35e134e] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 26px 0;
  max-width: 560px;
}
.cert-divider-line[data-v-d35e134e] {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(196, 145, 122, 0.4);
}
.cert-divider-spark[data-v-d35e134e] {
  color: #c4917a !important;
  font-size: 16px !important;
}

/* ── Responsive ── */
@media (max-width: 900px) {
.cert-wrap[data-v-d35e134e] {
    padding-right: 0;
}
.cert-card[data-v-d35e134e] {
    padding: 40px 24px;
    border-radius: 22px;
}

  /* On small screens the art has no room to bleed out; fade it back inside */
.cert-art[data-v-d35e134e] {
    right: -30px;
    height: 70%;
    opacity: 0.22;
}
.cert-star[data-v-d35e134e] {
    right: 14px;
    top: 2px;
    width: 56px;
}
.cert-inner[data-v-d35e134e] {
    flex-direction: column;
    gap: 28px;
    text-align: center;
}
.cert-left[data-v-d35e134e],
  .cert-right[data-v-d35e134e] {
    flex: 1 1 100%;
    max-width: 100%;
}
.cert-hallmark[data-v-d35e134e] {
    max-width: 260px;
}
.cert-para[data-v-d35e134e],
  .cert-divider[data-v-d35e134e] {
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width: 600px) {
.cert-title[data-v-d35e134e] {
    font-size: 24px;
}
.cert-para[data-v-d35e134e] {
    font-size: 14px;
}
}

