/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/

/* GDS Store luxury homepage — mockup alignment */
:root {
  --gds-ink: #17091f;
  --gds-plum: #26102f;
  --gds-plum-2: #3c1746;
  --gds-gold: #c8a15b;
  --gds-gold-light: #e4c989;
  --gds-cream: #fbf6ee;
  --gds-cream-2: #f3e9dc;
  --gds-muted: #6e6470;
}

body.home,
body.page-id-2785 {
  background: var(--gds-cream);
  color: var(--gds-ink);
}

body.home #main,
body.page-id-2785 #main {
  padding: 0 !important;
  background: var(--gds-cream) !important;
}

body.home #content,
body.page-id-2785 #content {
  width: 100% !important;
  margin: 0 !important;
}

body.home .post-content > p,
body.page-id-2785 .post-content > p {
  margin: 0;
}

/* Header */
body.home .fusion-header-wrapper,
body.page-id-2785 .fusion-header-wrapper {
  position: relative;
  z-index: 100;
}

body.home .fusion-header,
body.page-id-2785 .fusion-header {
  background: rgba(20, 7, 28, .98) !important;
  border: 0 !important;
  box-shadow: 0 1px 0 rgba(228, 201, 137, .12);
}

body.home .fusion-main-menu > ul > li > a,
body.page-id-2785 .fusion-main-menu > ul > li > a {
  color: #f8f0f7 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .055em;
  text-transform: uppercase;
}

body.home .fusion-main-menu > ul > li.current-menu-item > a,
body.home .fusion-main-menu > ul > li > a:hover,
body.page-id-2785 .fusion-main-menu > ul > li.current-menu-item > a,
body.page-id-2785 .fusion-main-menu > ul > li > a:hover {
  color: var(--gds-gold-light) !important;
}

/* Announcement strip */
body.page-id-2785 .post-content > .fusion-fullwidth:first-child {
  border-bottom: 1px solid rgba(228, 201, 137, .15);
}

body.page-id-2785 .post-content > .fusion-fullwidth:first-child .fusion-column-wrapper {
  margin-bottom: 0 !important;
}

body.page-id-2785 .post-content > .fusion-fullwidth:first-child .fusion-text > div {
  min-height: 20px;
  align-items: center;
}

/* Hero */
body.page-id-2785 .gds-hero-fusion {
  min-height: clamp(590px, 61vw, 790px) !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--gds-ink) !important;
}

body.page-id-2785 .gds-hero-fusion::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17,6,25,.96) 0%, rgba(23,8,32,.84) 40%, rgba(32,10,43,.2) 67%, rgba(18,6,26,.08) 100%);
  pointer-events: none;
}

body.page-id-2785 .gds-hero-fusion .fusion-builder-row {
  width: min(1320px, 100%) !important;
  max-width: 1320px !important;
  align-items: center !important;
}

body.page-id-2785 .gds-hero-fusion .fusion-title-heading {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(50px, 5.25vw, 78px) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  letter-spacing: -.025em !important;
  text-transform: uppercase;
  text-wrap: balance;
}

body.page-id-2785 .gds-hero-fusion .fusion-title-heading p {
  margin: 16px 0 22px !important;
}

body.page-id-2785 .gds-hero-fusion .fusion-button-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
}

body.page-id-2785 .gds-hero-fusion .fusion-button {
  min-height: 50px;
  padding: 0 26px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .055em;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

body.page-id-2785 .gds-hero-fusion .fusion-button:hover {
  transform: translateY(-2px);
}

/* Trust strip */
body.page-id-2785 .gds-hero-fusion + .fusion-fullwidth .fusion-column-wrapper {
  margin-bottom: 0 !important;
}

body.page-id-2785 .gds-hero-fusion + .fusion-fullwidth .fusion-text > div {
  max-width: 1300px;
  margin: auto;
  align-items: center;
}

/* Category band */
body.page-id-2785 .gds-category-band .fusion-builder-row {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  align-items: stretch !important;
}

body.page-id-2785 .gds-category-band .fusion-layout-column {
  margin: 0 !important;
  border-right: 1px solid rgba(228, 201, 137, .42);
}

body.page-id-2785 .gds-category-band .fusion_builder_column_1_7 {
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

body.page-id-2785 .gds-category-band .fusion_builder_column_1_7::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(20,7,28,.04) 20%, rgba(20,7,28,.86) 100%);
  pointer-events: none;
  transition: background .25s ease;
}

body.page-id-2785 .gds-category-band .fusion_builder_column_1_7:hover::after {
  background: linear-gradient(180deg, rgba(20,7,28,.02) 10%, rgba(20,7,28,.72) 100%);
}

body.page-id-2785 .gds-category-band .fusion_builder_column_1_7 .fusion-column-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 !important;
}

body.page-id-2785 .gds-category-band strong {
  letter-spacing: -.02em;
}

/* Best sellers */
body.page-id-2785 .woocommerce.columns-5 ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin: 0 !important;
}

body.page-id-2785 .woocommerce.columns-5 ul.products > li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  background: rgba(255,255,255,.7);
  border: 1px solid #e4d6c5;
  border-radius: 14px;
  padding: 12px 12px 14px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(42, 20, 35, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.page-id-2785 .woocommerce.columns-5 ul.products > li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(42, 20, 35, .12);
}

body.page-id-2785 .woocommerce .product-image,
body.page-id-2785 .woocommerce .featured-image {
  border-radius: 10px;
  overflow: hidden;
  background: #f8f1e7;
}

body.page-id-2785 .woocommerce ul.products img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.page-id-2785 .woocommerce .product-title {
  min-height: 44px;
  margin-top: 14px !important;
  text-align: center;
  font-family: "Fraunces", "Playfair Display", Georgia, serif !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

body.page-id-2785 .woocommerce .fusion-price-rating {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

body.page-id-2785 .woocommerce .price {
  color: var(--gds-ink) !important;
  font-family: "Fraunces", Georgia, serif;
  font-size: 21px !important;
}

body.page-id-2785 .woocommerce .star-rating {
  color: var(--gds-gold) !important;
}

body.page-id-2785 .woocommerce .product-buttons {
  padding-top: 6px;
}

body.page-id-2785 .woocommerce .product-buttons a {
  width: 100%;
  min-height: 38px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--gds-plum) !important;
  color: #fff !important;
  border-radius: 4px;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.page-id-2785 .woocommerce .fusion-content-sep,
body.page-id-2785 .woocommerce .show_details_button {
  display: none !important;
}

/* Promise band */
body.page-id-2785 .post-content > .fusion-fullwidth:last-child {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(228,201,137,.16);
}

body.page-id-2785 .post-content > .fusion-fullwidth:last-child::after {
  content: "";
  position: absolute;
  inset: 0 0 0 38%;
  background: linear-gradient(90deg, rgba(30,20,36,.2), #1e1424 18%);
  pointer-events: none;
}

body.page-id-2785 .post-content > .fusion-fullwidth:last-child .fusion-builder-row {
  position: relative;
  z-index: 2;
}

@media (max-width: 1120px) {
  body.page-id-2785 .gds-hero-fusion {
    min-height: 650px !important;
    background-position: 64% center !important;
  }

  body.page-id-2785 .woocommerce.columns-5 ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-id-2785 .gds-category-band .fusion-builder-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
  }

  body.page-id-2785 .gds-category-band .fusion_builder_column_2_7 {
    grid-column: 1 / -1;
    width: 100% !important;
  }

  body.page-id-2785 .gds-category-band .fusion_builder_column_1_7 {
    width: 100% !important;
  }
}

@media (max-width: 800px) {
  body.page-id-2785 .gds-hero-fusion {
    min-height: 700px !important;
    padding: 70px 7% !important;
    background-position: 70% center !important;
  }

  body.page-id-2785 .gds-hero-fusion::before {
    background: linear-gradient(90deg, rgba(17,6,25,.98) 0%, rgba(20,7,28,.88) 65%, rgba(20,7,28,.5) 100%);
  }

  body.page-id-2785 .gds-hero-fusion .fusion_builder_column_1_2:first-child {
    width: 88% !important;
  }

  body.page-id-2785 .gds-hero-fusion .fusion_builder_column_1_2:last-child {
    display: none !important;
  }

  body.page-id-2785 .gds-hero-fusion + .fusion-fullwidth .fusion-text > div {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body.page-id-2785 .woocommerce.columns-5 ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-2785 .gds-category-band .fusion-builder-row {
    grid-template-columns: repeat(2, 1fr);
  }

  body.page-id-2785 .post-content > .fusion-fullwidth:last-child {
    background-size: cover !important;
    background-position: center top !important;
  }

  body.page-id-2785 .post-content > .fusion-fullwidth:last-child::after {
    inset: 0;
    background: rgba(23,9,31,.88);
  }
}

@media (max-width: 520px) {
  body.page-id-2785 .gds-hero-fusion {
    min-height: 660px !important;
    padding: 58px 22px !important;
  }

  body.page-id-2785 .gds-hero-fusion .fusion-title-heading {
    font-size: 42px !important;
  }

  body.page-id-2785 .gds-hero-fusion .fusion_builder_column_1_2:first-child {
    width: 100% !important;
    padding-right: 0 !important;
  }

  body.page-id-2785 .gds-hero-fusion .fusion-button-wrapper,
  body.page-id-2785 .gds-hero-fusion .fusion-button {
    width: 100%;
    margin-right: 0 !important;
  }

  body.page-id-2785 .gds-hero-fusion + .fusion-fullwidth .fusion-text > div {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.page-id-2785 .gds-category-band .fusion-builder-row,
  body.page-id-2785 .woocommerce.columns-5 ul.products {
    grid-template-columns: 1fr;
  }

  body.page-id-2785 .gds-category-band .fusion_builder_column_1_7 {
    min-height: 320px;
  }
}

/* ================================================================
   GDS CATEGORY SHOWCASE — approved mockup alignment
   ================================================================ */
.gds-category-showcase[data-gds-pending] {
  display: none !important;
}

body.gds-category-ready.page-id-2785 .fusion-content-tb-1 > .fusion-fullwidth.fusion-builder-row-1-4 {
  display: none !important;
}

.gds-category-showcase {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(340px, 1.95fr) repeat(5, minmax(0, 1fr));
  align-items: stretch;
  overflow: hidden;
  background: #f8f0e4;
  border-top: 1px solid #ead9c2;
  border-bottom: 1px solid #d7ba7d;
}

.gds-category-intro {
  min-width: 0;
  padding: clamp(42px, 4.2vw, 68px) clamp(36px, 4.1vw, 66px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 4% 12%, rgba(255,255,255,.86), transparent 34%),
    linear-gradient(135deg, #fffaf3 0%, #f5ebde 100%);
}

.gds-category-eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9a713b;
  font: 700 11px/1.35 "Inter", "Jost", Arial, sans-serif;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.gds-category-eyebrow span {
  color: #c39c55;
  font-size: 16px;
}

.gds-category-intro h2 {
  margin: 0 0 20px !important;
  color: #1c0b24 !important;
  font-family: "Fraunces", "Playfair Display", Georgia, serif !important;
  font-size: clamp(30px, 2.35vw, 43px) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
  text-transform: uppercase;
}

.gds-category-intro h2 em {
  color: #b98f49;
  font-style: normal;
}

.gds-category-copy {
  max-width: 390px;
  margin: 0 0 28px;
  color: #5f5562;
  font: 400 14px/1.75 "Inter", "Jost", Arial, sans-serif;
}

.gds-category-button {
  width: max-content;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid #24102d;
  background: #24102d;
  color: #fffaf3 !important;
  font: 700 10px/1 "Inter", "Jost", Arial, sans-serif;
  letter-spacing: .055em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.gds-category-button:hover,
.gds-category-button:focus-visible {
  background: #c39c55;
  border-color: #c39c55;
  color: #17091f !important;
  transform: translateY(-2px);
}

.gds-category-tile {
  min-width: 0;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: .588 / 1;
  background: #200c29;
  border-left: 1px solid #c5a15f;
  line-height: 0;
}

.gds-category-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .4s ease, filter .4s ease;
}

.gds-category-tile:hover img,
.gds-category-tile:focus-visible img {
  transform: scale(1.025);
  filter: brightness(1.08);
}

.gds-category-tile:focus-visible {
  z-index: 2;
  outline: 3px solid #e3c477;
  outline-offset: -3px;
}

@media (max-width: 1180px) {
  .gds-category-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gds-category-intro {
    grid-column: 1 / -1;
    min-height: 330px;
    align-items: center;
    text-align: center;
  }

  .gds-category-copy {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .gds-category-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gds-category-intro {
    min-height: auto;
    padding: 48px 28px;
  }

  .gds-category-tile:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }
}

@media (max-width: 480px) {
  .gds-category-showcase {
    grid-template-columns: 1fr;
  }

  .gds-category-intro,
  .gds-category-tile:last-child {
    grid-column: auto;
    width: auto;
  }

  .gds-category-intro {
    align-items: flex-start;
    text-align: left;
  }
}

.gds-site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  color: #fbf6ee;
  background: #17091f;
  font-family: "Inter", "Jost", Arial, sans-serif;
}

.gds-topbar {
  min-height: 46px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #30103b, #4b1852 50%, #30103b);
  border-bottom: 1px solid rgba(228, 201, 137, .13);
}

.gds-topbar__inner {
  width: min(100% - 48px, 760px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  color: #d9b96e;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.gds-topbar__inner span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.gds-topbar__inner svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gds-topbar__inner i {
  width: 1px;
  height: 17px;
  background: rgba(228, 201, 137, .5);
}

.gds-mainnav {
  min-height: 104px;
  display: flex;
  align-items: center;
  background: rgba(18, 6, 26, .98);
  border-bottom: 1px solid rgba(228, 201, 137, .12);
}

.gds-mainnav__inner {
  width: min(100% - 72px, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(210px, 270px) 1fr auto;
  align-items: center;
  gap: 28px;
}

.gds-brand {
  display: block;
  width: 218px;
  line-height: 0;
}

.gds-brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.gds-desktop-nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(17px, 1.6vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.gds-desktop-nav li {
  position: relative;
  margin: 0;
  padding: 0;
}

.gds-desktop-nav > ul > li > a {
  min-height: 104px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  color: #eee5ef;
  font-size: clamp(10px, .72vw, 12px);
  font-weight: 600;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.gds-desktop-nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 22px;
  height: 1px;
  background: #d8b467;
  transition: right .2s ease;
}

.gds-desktop-nav > ul > li:hover > a,
.gds-desktop-nav > ul > li:focus-within > a,
.gds-desktop-nav > ul > li.is-current > a {
  color: #d8b467;
}

.gds-desktop-nav > ul > li:hover > a::after,
.gds-desktop-nav > ul > li:focus-within > a::after,
.gds-desktop-nav > ul > li.is-current > a::after {
  right: 0;
}

.gds-desktop-nav .has-children > a span {
  font-size: 14px;
  transform: translateY(-1px);
}

.gds-submenu {
  position: absolute;
  top: calc(100% - 14px);
  left: -18px;
  z-index: 10;
  min-width: 205px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #24102d;
  border: 1px solid rgba(216, 180, 103, .24);
  box-shadow: 0 18px 40px rgba(0,0,0,.32);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.gds-desktop-nav li:hover > .gds-submenu,
.gds-desktop-nav li:focus-within > .gds-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gds-submenu a {
  display: block;
  padding: 11px 18px;
  color: #eee5ef;
  font-size: 11px;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.gds-submenu a:hover,
.gds-submenu a:focus {
  color: #d8b467;
  background: rgba(216,180,103,.08);
}

.gds-nav-actions {
  display: flex;
  align-items: center;
  gap: 19px;
}

.gds-nav-actions > a {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 30px;
  color: #f3edf4;
}

.gds-nav-actions svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gds-nav-actions a:hover {
  color: #d8b467;
}

.gds-cart-link b {
  position: absolute;
  top: -4px;
  right: -10px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e3c378;
  color: #17091f;
  font-size: 9px;
  line-height: 1;
}

.gds-mobile-menu {
  display: none;
  position: relative;
}

/* Hide the duplicated in-page announcement; it is now part of the header. */
body.page-id-2785 .fusion-content-tb > .fusion-fullwidth:first-child {
  display: none !important;
}

body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] {
  display: none !important;
}

/* Avada drops the custom class in this preview, so target the hero structurally. */
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth,
body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] {
  min-height: clamp(525px, 38vw, 640px) !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  padding: 64px clamp(44px, 6vw, 96px) 68px !important;
  background-color: #17091f !important;
  background-image:
    linear-gradient(90deg, rgba(17,6,25,.99) 0%, rgba(20,7,29,.96) 35%, rgba(24,8,34,.74) 49%, rgba(24,8,34,.08) 72%),
    url("https://gdsstore.com/wp-content/uploads/2026/07/gds-hero-products.webp") !important;
  background-size: 100% 100%, auto 100% !important;
  background-position: center, right center !important;
  background-repeat: no-repeat !important;
}

body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] > .fusion-builder-row,
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth > .fusion-builder-row {
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  margin: 0 auto !important;
  align-items: center !important;
}

body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion_builder_column_1_2:first-child,
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion_builder_column_1_2:first-child {
  width: 53% !important;
  max-width: 720px;
  padding-right: 34px !important;
}

body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion_builder_column_1_2:last-child,
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion_builder_column_1_2:last-child {
  width: 47% !important;
  min-height: 450px !important;
}

body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion-title-heading,
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion-title-heading {
  max-width: 690px;
  margin: 0 !important;
  color: #fbf6ee !important;
  font-family: "Playfair Display", "Fraunces", Georgia, serif !important;
  font-size: clamp(47px, 4.05vw, 66px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.022em !important;
  text-transform: uppercase;
}

body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion-title-heading p,
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion-title-heading p {
  margin: 15px 0 19px !important;
}

body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion-text p,
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion-text p {
  max-width: 515px !important;
}

body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion-button-wrapper,
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion-button-wrapper {
  display: inline-block;
  margin-top: 11px;
  vertical-align: middle;
}

body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion-button,
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion-button {
  min-height: 49px;
  padding: 0 27px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .055em;
  transition: transform .2s ease, background .2s ease;
}

body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion-button:hover,
body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 1250px) {
  .gds-mainnav__inner {
    width: min(100% - 44px, 1180px);
    grid-template-columns: 190px 1fr auto;
    gap: 18px;
  }

  .gds-brand { width: 185px; }
  .gds-desktop-nav > ul { gap: 15px; }
  .gds-nav-actions { gap: 13px; }
  .gds-heart { display: none !important; }
}

@media (max-width: 1024px) {
  .gds-mainnav { min-height: 86px; }
  .gds-mainnav__inner { grid-template-columns: 1fr auto auto; }
  .gds-brand { width: 190px; }
  .gds-desktop-nav { display: none; }
  .gds-heart { display: inline-grid !important; }
  .gds-mobile-menu { display: block; }
  .gds-mobile-menu summary {
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    list-style: none;
  }
  .gds-mobile-menu summary::-webkit-details-marker { display: none; }
  .gds-mobile-menu summary span {
    display: block;
    width: 25px;
    height: 1px;
    background: #f3edf4;
  }
  .gds-mobile-menu nav {
    position: absolute;
    top: 57px;
    right: -22px;
    width: min(320px, calc(100vw - 28px));
    padding: 14px 0;
    display: grid;
    background: #1c0b24;
    border: 1px solid rgba(216,180,103,.25);
    box-shadow: 0 20px 45px rgba(0,0,0,.45);
  }
  .gds-mobile-menu nav a {
    padding: 12px 22px;
    color: #f4edf5;
    font-size: 12px;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .gds-mobile-menu nav a:hover { color: #d8b467; background: rgba(216,180,103,.08); }

  body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth,
  body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] {
    min-height: 620px !important;
    padding: 68px 6% !important;
    background-size: 100% 100%, auto 86% !important;
    background-position: center, 118% center !important;
  }
}

@media (max-width: 760px) {
  .gds-topbar__inner { width: calc(100% - 28px); gap: 14px; }
  .gds-topbar__inner i { display: none; }
  .gds-topbar__inner span { display: none; }
  .gds-topbar__inner span:first-child { display: inline-flex; }
  .gds-mainnav__inner { width: calc(100% - 34px); gap: 14px; }
  .gds-brand { width: 165px; }
  .gds-nav-actions { gap: 10px; }
  .gds-heart { display: none !important; }

  body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth,
  body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] {
    min-height: 670px !important;
    align-items: flex-start !important;
    padding: 62px 24px 250px !important;
    background-image:
      linear-gradient(180deg, rgba(17,6,25,.99) 0%, rgba(20,7,29,.94) 52%, rgba(24,8,34,.28) 78%),
      url("https://gdsstore.com/wp-content/uploads/2026/07/gds-hero-products.webp") !important;
    background-size: 100% 100%, auto 48% !important;
    background-position: center, 70% bottom !important;
  }

  body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion_builder_column_1_2:first-child,
  body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion_builder_column_1_2:first-child {
    width: 100% !important;
    max-width: 620px;
    padding-right: 0 !important;
  }

  body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion_builder_column_1_2:last-child,
  body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion_builder_column_1_2:last-child {
    display: none !important;
  }

  body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion-title-heading,
  body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion-title-heading {
    font-size: clamp(38px, 10vw, 52px) !important;
  }
}

@media (max-width: 480px) {
  .gds-mainnav__inner { grid-template-columns: 1fr auto auto; }
  .gds-brand { width: 146px; }
  .gds-nav-actions > a:first-child,
  .gds-nav-actions > a:nth-child(2) { display: none; }

  body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth,
  body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] {
    min-height: 700px !important;
    padding: 48px 20px 260px !important;
  }

  body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion-button-wrapper,
  body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion-button-wrapper,
  body.page-id-2785 .fusion-fullwidth[style*="hero-bg-purple-serene"] .fusion-button,
  body.page-id-2785 .fusion-content-tb > .fusion-bg-parallax[data-bg-image*="hero-bg-purple-serene"] + .fusion-fullwidth .fusion-button {
    width: 100%;
    margin-right: 0 !important;
  }
}
