.elementor-69 .elementor-element.elementor-element-83c1773{--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;}.elementor-69 .elementor-element.elementor-element-efc2979{--spacer-size:50px;}.elementor-69 .elementor-element.elementor-element-b9877f1{--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;}.elementor-69 .elementor-element.elementor-element-b9877f1.e-con{--align-self:center;}.elementor-69 .elementor-element.elementor-element-e02f074{--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;}.elementor-69 .elementor-element.elementor-element-439a940{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-69 .elementor-element.elementor-element-439a940.e-con{--align-self:center;}.elementor-69 .elementor-element.elementor-element-d9423a4{width:100%;max-width:100%;}.elementor-69 .elementor-element.elementor-element-d9423a4.elementor-element{--align-self:center;}.elementor-69 .elementor-element.elementor-element-a46fa24{--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 for html, class: .elementor-element-bf80e26 */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Helvetica Neue", Arial, sans-serif;
  color: #f9fafb;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;               /* متن سمت چپ */
  padding: 0 clamp(1.5rem, 7vw, 6rem);      /* فاصله از لبه چپ */
  overflow: hidden;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* باکس نیمه‌شفاف پشت متن */
.hero__content {
  max-width: 720px;
  text-align: left;
  background: rgba(2, 6, 23, 0.18);         /* بک‌گراند بسیار کمرنگ */
  padding: 1.8rem 2.4rem 2.1rem;
  border-radius: 1.5rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* سایه متن برای خوانایی بیشتر */
.hero__eyebrow,
.hero__title,
.hero__subtitle,
.hero__microcopy {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.hero__eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.95);
  margin-bottom: 0.75rem;
}

.hero__title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.05;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.hero__title .highlight {
  color: #f97316; /* اگر خواستی این رو به رنگ برندت عوض کن */
}

.hero__subtitle {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  max-width: 40rem;
  color: rgba(241, 245, 249, 0.98);
  margin-bottom: 1.75rem;
}

.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 0.9rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.8rem;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease, border-color 0.15s ease,
    color 0.15s ease;
  outline: none;
  white-space: nowrap;
}

.btn-primary {
  background: #f9fafb;
  color: #020617;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.55);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.7);
  background: #e5e7eb;
}

.btn-secondary {
  background: transparent;
  color: #f9fafb;
  border-color: rgba(226, 232, 240, 0.9);
}

.btn-secondary:hover {
  background: rgba(15, 23, 42, 0.35);
  border-color: rgba(248, 250, 252, 0.95);
  transform: translateY(-2px);
}

.hero__microcopy {
  font-size: 0.8rem;
  color: rgba(226, 232, 240, 0.96);
}

@media (max-width: 768px) {
  .hero {
    align-items: flex-end;
    padding-bottom: 3rem;
  }

  .hero__content {
    padding: 1.4rem 1.5rem 1.8rem;
    max-width: 100%;
  }

  .hero__title {
    font-size: 2.1rem;
  }
}

@media (max-width: 480px) {
  .hero__cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2b59f4 */:root {
  --cactus-noir: #022625;
  --desert-gold: #D3B46A;
  --ivory-mist: #F8F3E7;
  --clay-rose: #c28a7a;
}

/* SECTION WRAPPER */
.c75-club-section {
  padding: 60px 4vw;
  background: var(--ivory-mist);
}

/* CARD LAYOUT */
.c75-club-card {
  max-width: 1100px;
  margin: 0 auto;
  background: #fdf8f5;
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* LEFT IMAGE */
.c75-club-image {
  flex: 0 0 45%;
  min-height: 260px;
  background-image: url("https://cactus75.com/wp-content/uploads/2025/12/e2e0fb35-f35c-40e0-b70f-179ede4c88fb.png");
  background-size: cover;
  background-position: center;
}

/* RIGHT CONTENT */
.c75-club-content {
  flex: 1;
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c75-club-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-rose);
  margin-bottom: 0.3rem;
}

.c75-club-title {
  font-family: "Cormorant Garamond", "DM Serif Display", "Times New Roman", serif;
  font-size: clamp(1.9rem, 2.4vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111827;
  margin-bottom: 1rem;
}

.c75-club-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 0.7rem;
  max-width: 34rem;
}

/* CTA BUTTON */
.c75-club-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
  padding: 0.85rem 2.2rem;
  border-radius: 999px;
  border: none;
  background: #111827;
  color: #fdf8f5;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease,
    box-shadow 0.18s ease;
}

.c75-club-btn:hover {
  background: var(--cactus-noir);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .c75-club-card {
    flex-direction: column;
  }

  .c75-club-image {
    flex-basis: auto;
    min-height: 220px;
  }

  .c75-club-content {
    padding: 26px 22px 30px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9423a4 */:root {
  --cactus-noir: #022625;
  --desert-gold: #D3B46A;
  --ivory-mist: #F8F3E7;
  --charcoal: #202020;
  --soft-silver: #E3E0D8;
}

/* پایه تایپوگرافی برند */
body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
}

.c75-heading {
  font-family: "Cormorant Garamond", "DM Serif Display", "Times New Roman", serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* HERO WRAPPER */

.c75-product-hero {
  padding: 60px 0;
  background: var(--ivory-mist);
}

.c75-product-hero-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 540px;
  border-radius: 30px;
  background: #f9f6ef;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.35fr);
  position: relative;
  overflow: hidden;
}

/* LEFT COLUMN */

.c75-product-hero-left {
  padding: 40px 54px 40px 54px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 2; /* بالاتر از تصویر پس‌زمینه */
}

.c75-product-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.c75-product-title {
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.12;
}

.c75-product-price {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--desert-gold);
  background: rgba(211, 180, 106, 0.14);
  color: var(--cactus-noir);
}

.c75-product-stock {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #808080;
}

.c75-body {
  font-size: 14px;
  line-height: 1.7;
}

.c75-product-description p {
  margin: 0 0 4px 0;
  max-width: 440px;
}

/* TASTING */

.c75-tasting-section {
  margin-top: 4px;
}

.c75-tasting-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 4px;
  color: var(--cactus-noir);
}

.c75-tasting-list {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
  max-width: 440px;
}

.c75-tasting-list li {
  margin-bottom: 3px;
}

.c75-meta-line {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777;
}

/* CTA AREA – QTY + BUY BUTTON */

.c75-product-cta-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.c75-qty-.elementor-69 .elementor-element.elementor-element-d9423a4 {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--soft-silver);
  background: #f5f2ea;
  overflow: hidden;
}

.c75-qty-btn {
  border: none;
  outline: none;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: transparent;
  font-size: 18px;
  line-height: 1;
}

.c75-qty-input {
  width: 52px;
  height: 38px;
  border: none;
  border-left: 1px solid var(--soft-silver);
  border-right: 1px solid var(--soft-silver);
  text-align: center;
  font-size: 14px;
  background: #fdfbf7;
}

.c75-qty-input:focus {
  outline: none;
}

.c75-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  border-radius: 999px;
  border: 1px solid var(--desert-gold);
  background: var(--cactus-noir);
  color: var(--desert-gold);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.c75-btn:hover {
  background: var(--desert-gold);
  color: var(--cactus-noir);
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

/* RIGHT COLUMN: CACTUS FARM IMAGE */

.c75-product-hero-right {
  position: relative;
  background-image: url("https://cactus75.com/wp-content/uploads/2025/12/97607bad-f267-4c23-900b-2a00ba8d1229.png");
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

/* BOTTLE – EXACT CENTER OF CARD */

.c75-product-hero-bottle {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;     /* مرکز عمودی */
  justify-content: center; /* مرکز افقی */
  pointer-events: none;
  z-index: 3; /* روی پس‌زمینه، زیر متن اگر لازم شد تغییرش بده */
}

.c75-product-hero-bottle img {
  max-height: 540px;
  width: auto;
  height: auto;
  filter:
    drop-shadow(0 30px 70px rgba(0, 0, 0, 0.6))
    brightness(1.04);
}

/* OPTIONAL: مخفی کردن گالری پیش‌فرض ووکامرس پایین صفحه محصول
.single-product .woocommerce-product-gallery {
  display: none;
}
*/

/* RESPONSIVE */

@media (max-width: 992px) {
  .c75-product-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .c75-product-hero-left {
    padding: 26px 22px 220px 22px;
  }

  .c75-product-hero-right {
    min-height: 260px;
    opacity: 0.9;
  }

  .c75-product-hero-bottle img {
    max-height: 360px;
  }

  .c75-product-top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .c75-product-price {
    margin-top: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7925671 *//* اگر این متغیرها را قبلاً تعریف کردی، می‌تونی این بخش را حذف کنی */
:root {
  --cactus-noir: #022625;
  --desert-gold: #D3B46A;
  --ivory-mist: #F8F3E7;
  --charcoal: #202020;
}

/* پس‌زمینه دور کارت – هم‌رنگ هرو محصول */
.c75-cocktail-section {
  padding: 60px 4vw;
  background: var(--ivory-mist);
}

/* خود کارت */
.c75-cocktail-card {
  max-width: 1180px;
  margin: 0 auto;
  background: #f9f6ef;                     /* گرم، مثل سکشن بالا */
  border-radius: 26px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

/* ستون چپ – متن */
.c75-cocktail-left {
  flex: 0 0 44%;
  display: flex;
  padding: 40px 40px 40px 42px;
  background: transparent;
}

.c75-cocktail-accent {
  width: 5px;
  border-radius: 999px;
  background: var(--desert-gold);          /* خط طلایی برند */
  margin-right: 18px;
}

.c75-cocktail-copy {
  flex: 1;
}

.c75-cocktail-heading {
  font-family: "Cormorant Garamond", "DM Serif Display", "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--cactus-noir);
  margin-bottom: 1.1rem;
}

.c75-cocktail-body {
  font-size: 0.96rem;
  line-height: 1.7;
  color: #3a332b;                          /* قهوه‌ای گرم به‌جای خاکستری سرد */
  margin-bottom: 0.9rem;
  max-width: 32rem;
}

/* ستون راست – تصویر + نوار تیره */
.c75-cocktail-right {
  position: relative;
  flex: 1;
  background: var(--cactus-noir);          /* سبز خیلی تیره برند */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}

/* نوار بالای تصویر، گرم‌تر */
.c75-cocktail-right::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 72px;
  background: #1c201e;                     /* تیره، با ته سبز */
  z-index: 1;
}

.c75-cocktail-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ریسپانسیو */
@media (max-width: 900px) {
  .c75-cocktail-card {
    flex-direction: column;
  }

  .c75-cocktail-left {
    padding: 28px 24px 24px 26px;
  }

  .c75-cocktail-right::before {
    height: 54px;
  }
}/* End custom CSS */