
.wv-section[data-v-ebc310a2] {
  background: #ffffff;
  padding: 48px 16px 64px;
  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);
}
.wv-inner[data-v-ebc310a2] {
  display: flex;
  align-items: center;
  gap: 56px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Left card ── */
.wv-card[data-v-ebc310a2] {
  flex: 1 1 46%;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
  border: 1.3px solid #F5F5F5;
  border-radius: 29px;
  padding: 36px 40px;
  box-shadow: inset -5px -3px 12px 0 rgba(169, 115, 116, 0.31);
  position: relative;
}
.wv-head[data-v-ebc310a2] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wv-title[data-v-ebc310a2] {
  font-family: 'Playfair Display', 'Instrument Sans', serif;
  color: #3d1c12;
  font-size: max(24px, min(2.6vw, 32px));
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}

/* Layered double-sparkle accent, top-right */
.wv-head-spark[data-v-ebc310a2] {
  position: relative;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}
.wv-spark-big[data-v-ebc310a2] {
  color: #d9a18f !important;
  font-size: 27px !important;
}
.wv-spark-big[data-v-ebc310a2] {
  position: absolute;
  top: 0;
  right: 4px;
}
.wv-spark-small[data-v-ebc310a2] {
  color: #e6bba8 !important;
  font-size: 13px !important;
}
.wv-spark-small[data-v-ebc310a2] {
  position: absolute;
  top: 18px;
  right: -3px;
}
.wv-head-rule[data-v-ebc310a2] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 10px 0 22px;
}
.wv-rule-line[data-v-ebc310a2] {
  height: 1px;
  flex: 0 0 auto;
  width: 100px;
  background: rgba(196, 145, 122, 0.4);
}
.wv-rule-spark[data-v-ebc310a2] {
  color: #d9a189 !important;
  font-size: 14px !important;
}

/* ── Feature rows ── */
.wv-feature[data-v-ebc310a2] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 11px 0;
}

/* no divider lines between rows, per reference */
.wv-feature-icon[data-v-ebc310a2] {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(224, 180, 164, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wv-feature-mdi[data-v-ebc310a2] {
  color: #6e4332 !important;
  font-size: 19px !important;
}
.wv-feature-title[data-v-ebc310a2] {
  color: #3d1c12;
  font-size: 15.5px;
  font-weight: 600;
  margin-bottom: 3px;
}
.wv-feature-desc[data-v-ebc310a2] {
  color: #8f6c61;
  font-size: 12.5px;
  line-height: 1.5;
  max-width: 460px;
}

/* ── Right visual ── */
.wv-visual[data-v-ebc310a2] {
  flex: 1 1 54%;
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wv-vmark[data-v-ebc310a2] {
  position: absolute;
  top: 46%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 74%;
  max-width: 720px;
  z-index: 1;
}
.wv-sparkle[data-v-ebc310a2] {
  position: absolute;
  top: 5%;
  left: 16%;
  width: 60px;
  z-index: 4;
}
.wv-card-img[data-v-ebc310a2] {
  position: absolute;
  z-index: 4;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  filter: drop-shadow(0 24px 40px rgba(110, 67, 50, 0.22));
}
.wv-coin-img[data-v-ebc310a2] {
  position: absolute;
  z-index: 3;
  top: 76%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 450px;
  filter: drop-shadow(0 20px 36px rgba(110, 67, 50, 0.20));
}

/* ── Responsive ── */
@media (max-width: 960px) {
.wv-inner[data-v-ebc310a2] {
    flex-direction: column;
    gap: 32px;
}
.wv-card[data-v-ebc310a2],
  .wv-visual[data-v-ebc310a2] {
    flex: 1 1 100%;
    width: 100%;
}
.wv-visual[data-v-ebc310a2] {
    min-height: 380px;
}
.wv-vmark[data-v-ebc310a2] {
    max-width: 480px;
}
.wv-card-img[data-v-ebc310a2] {
    max-width: 280px;
}
.wv-coin-img[data-v-ebc310a2] {
    max-width: 195px;
}
}

/* ── Phone ── */
@media (max-width: 600px) {
.wv-section[data-v-ebc310a2] {
    padding: 32px 12px 40px;
}
.wv-inner[data-v-ebc310a2] {
    gap: 24px;
}
.wv-card[data-v-ebc310a2] {
    padding: 24px 20px;
    border-radius: 22px;
}
.wv-title[data-v-ebc310a2] {
    font-size: 22px;
}
.wv-head-spark[data-v-ebc310a2] {
    width: 28px;
    height: 28px;
}
.wv-spark-big[data-v-ebc310a2] {
    font-size: 21px !important;
}
.wv-spark-small[data-v-ebc310a2] {
    font-size: 10px !important;
}
.wv-spark-small[data-v-ebc310a2] {
    top: 14px;
}
.wv-head-rule[data-v-ebc310a2] {
    margin: 8px 0 16px;
}
.wv-rule-line[data-v-ebc310a2] {
    width: 60px;
}
.wv-feature[data-v-ebc310a2] {
    gap: 12px;
    padding: 9px 0;
}
.wv-feature-icon[data-v-ebc310a2] {
    width: 36px;
    height: 36px;
}
.wv-feature-mdi[data-v-ebc310a2] {
    font-size: 16px !important;
}
.wv-feature-title[data-v-ebc310a2] {
    font-size: 14px;
}
.wv-feature-desc[data-v-ebc310a2] {
    font-size: 11.5px;
    max-width: 100%;
}
.wv-visual[data-v-ebc310a2] {
    min-height: 280px;
}
.wv-vmark[data-v-ebc310a2] {
    width: 80%;
    max-width: 320px;
}
.wv-sparkle[data-v-ebc310a2] {
    width: 36px;
    top: 2%;
    left: 12%;
}
.wv-card-img[data-v-ebc310a2] {
    max-width: 190px;
}
.wv-coin-img[data-v-ebc310a2] {
    max-width: 130px;
    left: 70%;
}
}

.bg-berry { background-color: #4A2018 !important;
}
.bg-berry-soft { background-color: #FFF9FB !important;
}
.border-subtle { border: 1px solid #f2f2f2 !important;
}
.border-subtle-berry { border: 1px solid rgba(74,32,24,0.12549) !important;
}
.border-bottom-premium { border-bottom: 2px solid #4A2018 !important;
}
.letter-spacing-1 { letter-spacing: 1px !important;
}
.letter-spacing-2 { letter-spacing: 2px !important;
}
.ls-1 { letter-spacing: 1px !important;
}
/* Empty State */
.icon-circle-berry {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #FFF9FB;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(74,32,24,0.12549);
}
/* Product Card Elements */
.product-image {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.zoom-effect { transform: scale(1.1);
}
.remove-btn-premium {
  background: #FAF8F5 !important;
}
.remove-btn-premium {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.remove-btn-premium:hover {
  background: #4A2018 !important;
}
.remove-btn-premium:hover .v-icon {
  color: white !important;
}
.quick-add-berry {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 2;
}
.product-card:hover .quick-add-berry { transform: translateY(0);
}
.stock-overlay-premium {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 4;
}
.cursor-pointer { cursor: pointer;
}
.relative { position: relative;
}
.opacity-60 { opacity: 0.6;
}

