.ga-hp { font-family: Arial, Helvetica, sans-serif; color: #1c1c1c; }
.ga-hp * { box-sizing: border-box; }
.ga-hp a { text-decoration: none; }
.ga-hp img { max-width: 100%; height: auto; }

.ga-hp .ga-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
  text-align: left !important;
}
.ga-hp .ga-hero-img {
  width: 100%;
  height: auto;
  aspect-ratio: 2400 / 805;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
.ga-hp .ga-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 20px 24px 32px;
  background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.22) 48%, rgba(0,0,0,0.02) 78%);
  text-align: left !important;
}
.ga-hp .ga-hero-inner {
  max-width: 740px;
  margin: 0 auto 0 0 !important;
  padding: 0;
  color: #fff;
  text-align: left !important;
}
.ga-hp .ga-hero-title {
  margin: 0;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.45);
  font-size: 22px;
  line-height: 0.95;
  letter-spacing: 0.06em;
}
.ga-hp .ga-hero-title span {
  display: block;
  font-size: 42px;
  letter-spacing: 0.03em;
}
.ga-hp .ga-hero-tagline {
  margin: 12px 0 14px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  text-align: left !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.ga-hp .ga-hero-rule {
  width: 72px;
  height: 4px;
  background: #d4a017;
  margin: 0 0 18px;
}
.ga-hp .ga-hero-cats {
  display: flex;
  align-items: center;
  margin: 0 0 22px;
  color: #fff;
}
.ga-hp .ga-hero-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-left: 1px solid rgba(255,255,255,0.75);
  color: #fff;
  text-align: left !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.ga-hp .ga-hero-cat:first-child {
  border-left: 0;
  padding-left: 0;
}
.ga-hp .ga-hero-cat div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left !important;
}
.ga-hp .ga-hero-cat strong,
.ga-hp .ga-hero-cat span {
  display: block;
  color: #fff !important;
  text-align: left !important;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.ga-hp .ga-hero-cat b {
  font-size: 20px;
  font-weight: 800;
}
.ga-hp .ga-hero-cat-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.ga-hp .ga-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.ga-hp .ga-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin: 18px 20px 36px;
}
.ga-hp .ga-feature-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
}
.ga-hp .ga-feature-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.ga-hp .ga-feature-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
  pointer-events: none;
}
.ga-hp .ga-feature-btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.ga-hp .ga-feature-card:hover .ga-feature-btn {
  filter: brightness(1.08);
}

.ga-hp .ga-btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1.3;
  border: 0;
  cursor: pointer;
}
.ga-hp .ga-btn-green { background: #3a5a40; color: #fff; }
.ga-hp .ga-btn-tan { background: #e4d5b5; color: #1c1c1c; }
.ga-hp .ga-btn-blue { background: #4a6d8c; color: #fff; }
.ga-hp .ga-btn-outline {
  background: #fff;
  color: #3a5a40;
  border: 2px solid #3a5a40;
}

.ga-hp .ga-deals { margin: 10px 0 40px; text-align: center; }
.ga-hp .ga-section-title {
  color: #3a5a40;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 22px;
}
.ga-hp .ga-deals-slider {
  position: relative;
  padding: 0 38px;
  margin: 0 0 24px;
}
.ga-hp .ga-deals-viewport {
  overflow: hidden;
  width: 100%;
}
.ga-hp .ga-deals-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #3a5a40;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
.ga-hp .ga-deals-prev { left: 0; }
.ga-hp .ga-deals-next { right: 0; }
.ga-hp .ga-deals ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: max-content !important;
  float: none !important;
}
.ga-hp .ga-deals ul.products::before,
.ga-hp .ga-deals ul.products::after { display: none !important; }
.ga-hp .ga-deals ul.products li.product {
  float: none !important;
  margin: 0 12px 0 0 !important;
  padding: 0 0 14px !important;
  background: #fff;
  border: 1px solid #ece8e0;
  text-align: center;
  box-sizing: border-box;
  flex: 0 0 20%;
  overflow: hidden;
}
.ga-hp .ga-deals ul.products li.product img {
  width: 100% !important;
  max-width: 100% !important;
  height: 180px !important;
  object-fit: cover;
  object-position: center;
  margin: 0 0 12px;
  display: block !important;
}
.ga-hp .ga-deals .woocommerce-loop-product__title {
  font-size: 15px !important;
  font-weight: 700;
  margin: 0 0 8px !important;
  padding: 0 12px;
  color: #1c1c1c;
}
.ga-hp .ga-deals ul.products li.product,
.ga-hp .ga-deals ul.products li.product a {
  font-size: 15px !important;
  height: auto !important;
  overflow: visible !important;
  color: #1c1c1c !important;
}
.ga-hp .ga-deals .price,
.ga-hp .ga-deals .ga-deals-price {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 4px 0 0;
  padding: 0 12px;
  font-size: 15px !important;
  line-height: 1.35 !important;
  color: #1c1c1c !important;
}
.ga-hp .ga-deals .price del,
.ga-hp .ga-deals .ga-deals-price-regular {
  display: inline !important;
  color: #888 !important;
  text-decoration: line-through !important;
  margin-right: 6px;
  background: none !important;
  font-size: 15px !important;
}
.ga-hp .ga-deals .price ins,
.ga-hp .ga-deals .ga-deals-price-sale {
  display: inline !important;
  background: none !important;
  color: #c0392b !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px !important;
}
.ga-hp .ga-deals .onsale {
  background: #3a5a40 !important;
  color: #fff !important;
  border-radius: 2px !important;
}

.ga-hp .ga-expo {
  background: #F5F1EB;
  border: 1px solid #cfcfcf;
  padding: 22px 22px 20px;
  margin: 0 0 36px;
  text-align: center !important;
}
.ga-hp .ga-expo-inner {
  display: grid;
  grid-template-columns: 30% minmax(200px, 1fr) minmax(240px, 1.2fr);
  gap: 18px 20px;
  align-items: center;
}
.ga-hp .ga-expo-logo img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  display: block;
  background: transparent;
}
.ga-hp .ga-expo-copy {
  text-align: center !important;
}
.ga-hp .ga-expo-heading {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #1B3F24 !important;
  text-align: center !important;
}
.ga-hp .ga-expo-date {
  margin: 4px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: #9C4B18 !important;
  text-align: center !important;
}
.ga-hp .ga-expo-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 10px;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1.45;
  text-align: center !important;
}
.ga-hp .ga-expo-meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 8px;
  color: #2c2c2c;
  text-align: left !important;
}
.ga-hp .ga-expo-meta-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: #8a4a1a;
}
.ga-hp .ga-expo-fun {
  margin: 4px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
  color: #1B3F24 !important;
  text-align: center !important;
}
.ga-hp .ga-expo-learn {
  display: inline-block;
  padding: 8px 18px;
  background: #F5F1EB;
  color: #1B3F24 !important;
  border: 2px solid #1B3F24;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}
.ga-hp .ga-expo-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-left: 1px solid #c8c8c8;
  padding-left: 0;
  text-align: center !important;
}
.ga-hp .ga-expo-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent;
  border: 0;
  padding: 16px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.3;
  text-align: left !important;
}
.ga-hp .ga-expo-feature:nth-child(odd) {
  border-right: 1px solid #c8c8c8;
}
.ga-hp .ga-expo-feature:nth-child(-n+2) {
  border-bottom: 1px solid #c8c8c8;
}
.ga-hp .ga-expo-feature small {
  display: block;
  font-weight: 600;
  color: #444;
  margin-top: 2px;
  font-size: 12px;
}
.ga-hp .ga-expo-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ga-hp .ga-expo-icon svg {
  width: 34px;
  height: 34px;
  stroke: #1B3F24;
  stroke-width: 2;
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.ga-hp .ga-why {
  margin: 0 0 40px;
  text-align: center;
}
.ga-hp .ga-why-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 22px;
  color: #1B3F24 !important;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
.ga-hp .ga-why-title::before,
.ga-hp .ga-why-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #1B3F24;
  max-width: 160px;
}
.ga-hp .ga-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ga-hp .ga-why-item {
  text-align: center;
  color: #1c1c1c;
}
.ga-hp .ga-why-item strong {
  display: block;
  margin: 8px 0 4px;
  font-size: 14px;
  color: #1B3F24;
}
.ga-hp .ga-why-item span {
  display: block;
  font-size: 13px;
  color: #555;
}
.ga-hp .ga-why-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ga-hp .ga-why-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ga-hp .ga-stores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 0 20px;
}
.ga-hp .ga-store {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  text-align: left !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ga-hp .ga-store:hover {
  border-color: rgba(65, 166, 42, 0.4);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.ga-hp .ga-store-image-link {
  display: block;
  overflow: hidden;
  background: #f3f3f3;
}
.ga-hp .ga-store-image-link img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ga-hp .ga-store-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
}
.ga-hp .ga-store-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px 16px;
}
.ga-hp .ga-store-name {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c1c1c !important;
  text-align: left !important;
}
.ga-hp .ga-store-name a {
  color: inherit !important;
  text-decoration: none !important;
}
.ga-hp .ga-store-name a:hover {
  color: #41a62a !important;
}
.ga-hp .ga-store-address {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  text-align: right !important;
  color: #5c5c5c;
}
.ga-hp .ga-store-address span {
  display: block;
}
.ga-hp .ga-store-split {
  display: grid;
  grid-template-columns: minmax(130px, 0.55fr) minmax(220px, 2fr);
  gap: 40px;
  align-items: stretch;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ececec;
}
.ga-hp .ga-store-split > * {
  min-width: 0;
}
.ga-hp .ga-store-hours-title {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a6a6a;
  text-align: center !important;
}
.ga-hp .ga-store-hours-list {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 16px;
  row-gap: 5px;
  justify-content: center;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100%;
}
.ga-hp .ga-store-hours-list li {
  display: contents;
}
.ga-hp .ga-store-hours-list li span {
  font-size: 13px;
  line-height: 1.4;
}
.ga-hp .ga-store-hours-list li span:first-child {
  font-weight: 600;
  color: #1c1c1c;
  text-align: right !important;
}
.ga-hp .ga-store-hours-list li span:last-child {
  white-space: nowrap;
  text-align: left !important;
}
.ga-hp .ga-store-hours-list li.is-closed span:first-child,
.ga-hp .ga-store-hours-list li.is-closed span:last-child {
  color: #8a8a8a;
}
.ga-hp .ga-store-map {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8e8e8;
}
.ga-hp .ga-store-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block !important;
  width: 100% !important;
  height: 240px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  pointer-events: none;
}
.ga-hp .ga-store-map-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 9px;
  text-decoration: none !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28) 0%, transparent 42%);
}
.ga-hp .ga-store-map-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
}
.ga-hp .ga-store-map-pill svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.ga-hp .ga-store-map-overlay:hover .ga-store-map-pill {
  color: #41a62a;
}
.ga-hp .ga-store-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}
.ga-hp .ga-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none !important;
}
.ga-hp .ga-store-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.ga-hp .ga-store-btn-primary {
  background: #41a62a;
  color: #fff !important;
}
.ga-hp .ga-store-btn-primary:hover {
  background: #358a22;
  color: #fff !important;
}
.ga-hp .ga-store-btn-secondary {
  border: 1px solid #d4d4d4;
  background: transparent;
  color: #1c1c1c !important;
}
.ga-hp .ga-store-btn-secondary:hover {
  border-color: #41a62a;
  color: #41a62a !important;
}

.ga-hp .ga-store-row {
  flex-direction: row;
  align-items: stretch;
}
.ga-hp .ga-store-row .ga-store-image-link {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  min-width: 0;
  align-self: stretch;
}
.ga-hp .ga-store-row .ga-store-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ga-hp .ga-store-row .ga-store-body {
  flex: 1 1 0%;
  width: auto;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 24px 20px 22px !important;
  text-align: center !important;
}
.ga-hp .ga-store-row .ga-store-name {
  width: 100%;
  margin: 0 0 8px !important;
  font-size: 22px;
  text-align: center !important;
}
.ga-hp .ga-store-row .ga-store-address {
  width: 100%;
  margin: 0 0 16px !important;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  text-align: center !important;
  color: #666;
}
.ga-hp .ga-store-row .ga-store-hours {
  width: 100%;
  max-width: none;
}
.ga-hp .ga-store-row .ga-store-hours-special {
  width: auto;
  margin: 0 0 14px;
  padding: 10px 18px 12px;
  background: #F5F1EB;
  border-radius: 8px;
}
.ga-hp .ga-store-hours-special .ga-store-hours-title {
  color: #9C4B18 !important;
}
.ga-hp .ga-store-hours-special .ga-store-hours-list li span:first-child,
.ga-hp .ga-store-hours-special .ga-store-hours-list li span:last-child {
  color: #9C4B18 !important;
}
.ga-hp .ga-store-row .ga-store-hours-title {
  margin-top: 0;
  text-align: center !important;
}
.ga-hp .ga-store-row .ga-store-actions {
  width: 100%;
  margin-top: auto;
  padding-top: 16px;
}

@media (max-width: 900px) {
  .ga-hp .ga-expo-inner,
  .ga-hp .ga-why-grid,
  .ga-hp .ga-stores,
  .ga-hp .ga-store-split,
  .ga-hp .ga-store-actions,
  .ga-hp .ga-feature-grid {
    grid-template-columns: 1fr;
  }
  .ga-hp .ga-store-row {
    flex-direction: column;
  }
  .ga-hp .ga-store-row .ga-store-image-link,
  .ga-hp .ga-store-row .ga-store-body {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .ga-hp .ga-store-row .ga-store-image-link img {
    height: 180px;
  }
  .ga-hp .ga-store-split {
    gap: 20px;
  }
  .ga-hp .ga-store-map,
  .ga-hp .ga-store-map iframe { height: 220px !important; }
  .ga-hp .ga-expo-logo img { margin: 0 auto; }
  .ga-hp .ga-expo-features { border-left: 0; padding-left: 0; border-top: 1px solid #c5b9a4; padding-top: 16px; }
  .ga-hp .ga-expo-copy { text-align: center !important; }
  .ga-hp .ga-expo-heading,
  .ga-hp .ga-expo-date,
  .ga-hp .ga-expo-fun,
  .ga-hp .ga-expo-meta { text-align: center !important; }
  .ga-hp .ga-expo-meta-row { justify-content: center; }
  .ga-hp .ga-hero {
    overflow: visible;
  }
  .ga-hp .ga-hero-overlay {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
    padding: 18px 16px 20px;
    background: #1B3F24;
    text-align: left !important;
  }
  .ga-hp .ga-hero-inner {
    max-width: none;
    margin: 0 !important;
    text-align: left !important;
  }
  .ga-hp .ga-hero-title,
  .ga-hp .ga-hero-tagline {
    text-align: left !important;
  }
  .ga-hp .ga-hero-title { font-size: 18px; }
  .ga-hp .ga-hero-title span { font-size: 32px; }
  .ga-hp .ga-hero-tagline { font-size: 14px; margin: 10px 0 12px; }
  .ga-hp .ga-hero-cats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 16px;
  }
  .ga-hp .ga-hero-cat {
    border-left: 0;
    padding: 8px 0;
  }
  .ga-hp .ga-hero-btns {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .ga-hp .ga-hero-btns .ga-btn {
    text-align: center;
  }
  .ga-hp .ga-feature-grid {
    gap: 14px;
    margin: 12px 12px 28px;
  }
}

.ga-popup[hidden] { display: none !important; }
.ga-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ga-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.ga-popup-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  border: 0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  text-align: center !important;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  color: #fff;
}
.ga-popup-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.ga-popup-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(27, 63, 36, 0.78) 0%, rgba(27, 63, 36, 0.88) 100%);
}
.ga-popup-copy {
  position: relative;
  z-index: 2;
  padding: 32px 28px 28px;
  text-align: center !important;
}
.ga-popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 3;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}
.ga-popup-title {
  display: block;
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center !important;
}
.ga-popup-title span {
  display: block;
  color: #e07a2f !important;
}
.ga-popup-tagline {
  margin: 12px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #f3eee4;
  text-align: center !important;
}
.ga-popup-rule {
  width: 72px;
  height: 3px;
  background: #e07a2f;
  margin: 16px auto 18px;
}
.ga-popup-logistics {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
}
.ga-popup-log-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ga-popup-log-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.ga-popup-log-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.ga-popup-log-item strong {
  display: block;
  font-family: Oswald, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-align: center !important;
}
.ga-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: #e07a2f;
  color: #fff !important;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 3px;
  line-height: 1.2;
}
.ga-popup-btn:hover {
  background: #c96b26;
  color: #fff !important;
}
