.elementor-792 .elementor-element.elementor-element-d02928f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.oz-grape-ice-page{
  --ink:#162033;
  --text:#4f5d78;
  --muted:#6c7891;
  --line:#dbe4f2;
  --soft:#f6f9fe;
  --card:#ffffff;
  --blue:#246bff;
  --blue-dark:#1653cf;
  --accent:#eaf2ff;
  --shadow:0 10px 30px rgba(18,33,68,.06);
  --radius:18px;

  max-width: 980px;
  padding: 0  20px;
  margin: 0 auto;
  padding: 0 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  line-height: 1.75;
  font-size: 16px;
}

.oz-grape-ice-page *{
  box-sizing:border-box;
}

.oz-grape-ice-page a{
  color: var(--blue);
  text-decoration: none;
  font-weight: 700;
  transition: .2s ease;
}

.oz-grape-ice-page a:hover{
  color: var(--blue-dark);
  text-decoration: underline;
}

/* HERO */
.oz-grape-ice-hero{
  background: linear-gradient(135deg,#eef4ff 0%,#f7faff 55%,#ffffff 100%);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px 28px 24px !important;
  box-shadow: var(--shadow);
  margin: 0 0 20px;
}

.oz-grape-ice-eyebrow{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:#dfeaff;
  color:#2c5fcb;
  font-size:12px;
  font-weight:700;
  letter-spacing:.2px;
  margin-bottom:14px;
}

.oz-grape-ice-hero h1{
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 14px;
  color:#11192c;
}

.oz-grape-ice-hero p{
  margin: 0 0 12px;
  color: var(--text);
  font-size: 17px;
}

.oz-grape-ice-hero p:last-child{
  margin-bottom:0;
}

/* GRID */
.oz-grape-ice-grid{
  display:grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap:18px;
  margin: 0 0 20px;
}

.oz-span-12{grid-column: span 12;}
.oz-span-8{grid-column: span 8;}
.oz-span-6{grid-column: span 6;}
.oz-span-4{grid-column: span 4;}

/* CARD */
.oz-grape-ice-card{
  background: var(--card);
  border:1px solid var(--line);
  border-radius: 22px;
  padding: 26px 26px 22px !important;
  box-shadow: var(--shadow);
}

.oz-grape-ice-card h2{
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  letter-spacing: -.02em;
  margin: 0 0 14px;
  color:#10182b;
}

.oz-grape-ice-card h3{
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.3;
  margin: 0 0 10px;
  color:#13203a;
}

.oz-grape-ice-card p{
  margin: 0 0 12px;
  color: var(--text);
}

.oz-grape-ice-card p:last-child{
  margin-bottom:0;
}

.oz-lead{
  font-size:17px;
  color:var(--text);
}

/* LIST */
.oz-points{
  margin: 14px 0 0;
  padding-left: 20px;
}

.oz-points li{
  margin: 8px 0;
  color: var(--text);
}

.oz-points strong{
  color:#152039;
}

/* PICK CARDS */
.oz-quick-picks{
  display:grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}

.oz-pick{
  background:#fbfdff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px 18px 16px;
  transition:.2s ease;
}

.oz-pick:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(24,42,82,.07);
}

.oz-pick h3{
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.oz-pick p{
  font-size: 15px;
  color: var(--muted);
}

.oz-tag{
  display:inline-block;
  margin: 0 8px 10px 0;
  padding:6px 11px;
  border-radius:999px;
  background:var(--accent);
  color:#2a5ec6;
  font-size:12px;
  font-weight:700;
  line-height:1;
}

/* TABLE */
.oz-compare-table{
  width:100%;
  border-collapse: separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:16px;
  margin-top: 8px;
}

.oz-compare-table th,
.oz-compare-table td{
  padding:14px 14px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid var(--line);
}

.oz-compare-table th{
  background:#f5f8ff;
  color:#18325d;
  font-size:14px;
  font-weight:700;
}

.oz-compare-table td{
  background:#fff;
  color:#42506b;
  font-size:15px;
}

.oz-compare-table tr:last-child td{
  border-bottom:none;
}

.oz-note{
  margin-top:12px;
  padding:13px 15px;
  background:#f8fbff;
  border:1px dashed #c3d4f3;
  border-radius:14px;
  color:#5a6c89;
  font-size:14px;
}

/* FLAVOUR BOX */
.oz-flavour-box{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px 18px 16px;
  height:100%;
}

.oz-flavour-box p{
  color:var(--muted);
}

/* FAQ */
.oz-faq-item{
  padding:16px 0;
  border-bottom:1px solid var(--line);
}

.oz-faq-item:last-child{
  border-bottom:none;
}

.oz-faq-item h3{
  font-size:22px;
  line-height:1.35;
  margin:0 0 8px;
}

/* RELATED LINKS */
.oz-related-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.oz-related-links a{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:#f4f8ff;
  border:1px solid #d7e3f8;
  font-size:14px;
}

.oz-related-links a:hover{
  background:#edf4ff;
  text-decoration:none;
}

/* CTA */
.oz-bottom-cta{
  background: linear-gradient(135deg,#1d5ef0 0%,#3577ff 100%);
  color:#fff;
  border-radius:22px;
  padding:24px 24px 22px;
  box-shadow: var(--shadow);
}

.oz-bottom-cta h2{
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.18;
  margin:0 0 12px;
  color:#fff;
}

.oz-bottom-cta p{
  color: rgba(255,255,255,.92);
  margin:0 0 14px;
}

.oz-bottom-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#1b57d4;
  padding:12px 18px;
  border-radius:999px;
  font-weight:700;
}

.oz-bottom-cta a:hover{
  color:#0f47bb;
  text-decoration:none;
}

/* SECTION SPACING */
.oz-grape-ice-page section,
.oz-grape-ice-page .oz-grape-ice-card,
.oz-grape-ice-page .oz-bottom-cta{
  scroll-margin-top: 90px;
}

/* RESPONSIVE */
@media (max-width: 900px){
  .oz-span-8,
  .oz-span-6,
  .oz-span-4{
    grid-column: span 12;
  }

  .oz-quick-picks{
    grid-template-columns: 1fr;
  }

  .oz-grape-ice-hero{
    padding:24px 22px 20px;
  }

  .oz-grape-ice-card{
    padding:22px 20px 18px;
  }
}

@media (max-width: 640px){
  .oz-grape-ice-page{
    padding:0 14px;
    font-size:15px;
  }

  .oz-grape-ice-hero{
    border-radius:18px;
    padding:22px 16px 18px;
    margin-bottom:16px;
  }

  .oz-grape-ice-card{
    border-radius:18px;
    padding:18px 16px 16px;
  }

  .oz-grape-ice-hero h1{
    font-size: 30px;
    line-height:1.18;
  }

  .oz-grape-ice-card h2{
    font-size: 26px;
    line-height:1.22;
  }

  .oz-grape-ice-card h3,
  .oz-faq-item h3{
    font-size: 19px;
  }

  .oz-grape-ice-hero p,
  .oz-lead{
    font-size:16px;
  }

  .oz-compare-table th,
  .oz-compare-table td{
    padding:12px 10px;
    font-size:14px;
  }

  .oz-bottom-cta{
    padding:20px 16px 18px;
    border-radius:18px;
  }

  .oz-bottom-cta h2{
    font-size:26px;
  }
}

@media (max-width: 640px){
  .oz-grape-ice-hero,
  .oz-grape-ice-card,
  .oz-pick,
  .oz-flavour-box,
  .oz-bottom-cta{
    padding-left: 16px !important;
  }
}
.oz-grape-ice-hero,
.oz-grape-ice-card,
.oz-pick,
.oz-flavour-box,
.oz-bottom-cta{
  padding-left: 26px !important;
}

/* 表格左边第一列 */
.oz-compare-table th:first-child,
.oz-compare-table td:first-child{
  padding-left: 26px !important;
}

/* related links 整块往右一点 */
.oz-related-links{
  padding-left: 14px !important;
}

/* 胶囊按钮内部文字再往右一点 */
.oz-related-links a{
  padding-left: 20px !important;
}

@media (max-width: 640px){
  .oz-compare-table th:first-child,
  .oz-compare-table td:first-child{
    padding-left: 16px !important;
  }

  .oz-related-links{
    padding-left: 6px !important;
  }

  .oz-related-links a{
    padding-left: 14px !important;
  }
}/* End custom CSS */