/*
Theme Name: gave-ideer.dk Tema 1.0
Theme URI: https://gave-ideer.dk
Author: Christoffer Carl Evers
Author URI: Cherry
Description: Tema for gave ideer
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gave-ideer.dk-Tema 1.0
*/

/* =========================================================
   1. ROOT / GLOBALT
========================================================= */

:root {
  --gi-ink: #0f172a;
  --gi-muted: rgba(15, 23, 42, 0.7);
  --gi-border: rgba(15, 23, 42, 0.1);

  --gi-hero: #2b2344;
  --gi-hero2: #2a2243;

  --gi-radius: 26px;
  --gi-card-radius: 22px;

  --gi-shadow: 0 18px 50px rgba(2, 6, 23, 0.1);
  --gi-shadow-soft: 0 12px 26px rgba(2, 6, 23, 0.1);

  --gi-btn: #121022;
  --gi-btn-hover: #161433;

  --gi-surface: #f6f7fb;
  --gi-chip-bg: #eceaf6;

  --gi-footer: #0b1020;
  --gi-footer2: #0a0f1e;
  --gi-footer-muted: rgba(255, 255, 255, 0.7);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #fff;
  color: var(--gi-ink);
}

img {
  max-width: 100%;
  height: auto;
}

.gi-fluid {
  padding-left: 24px;
  padding-right: 24px;
}

.gi-max {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .gi-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* =========================================================
   2. TOPBAR / HEADER
========================================================= */

.gi-topbar {
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.gi-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.gi-brand:hover {
  opacity: 0.92;
}

.gi-brand-logo {
  height: 50px;
  width: auto;
  display: block;
}

.gi-brand-name {
  font-weight: 950;
  letter-spacing: -0.6px;
  font-size: 1.34rem;
  line-height: 1;
}

.gi-logo-badge {
  height: 34px;
  padding: 0 12px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: -0.3px;
  font-size: 1rem;
}

.gi-nav-link {
  font-weight: 650;
  color: var(--gi-ink);
}

.gi-nav-link:hover {
  color: var(--gi-ink);
  opacity: 0.85;
}

.gi-btn-outline {
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
  font-weight: 850;
  border: 1px solid rgba(15, 23, 42, 0.22);
  background: #fff;
  color: var(--gi-ink);
}

@media (min-width: 992px) {
  .gi-brand-logo {
    height: 50px;
  }
}

/* =========================================================
   3. HERO
========================================================= */

.gi-hero {
    background: #000;
    border-radius: 30px;
    box-shadow: none;
    border: 0;
    min-height: 490px;
}

.gi-hero-inner {
  padding: 3.25rem 1.6rem;
  margin-top: 20px;
}

.gi-hero h1 {
  color: #fff;
  font-weight: 950;
  letter-spacing: -1px;
  line-height: 1.02;
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  margin: 0 0 0.85rem 0;
}

.gi-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 58ch;
  margin: 0;
}

.gi-search {
  margin-top: 30px;
  max-width: 539px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.16);
  padding: 0.55rem 0.6rem 0.55rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.gi-search .form-control {
  border: 0;
  box-shadow: none;
  padding: 0.35rem 0;
  font-weight: 500;
  color: var(--gi-ink);
  min-width: 0;
}

.gi-search .form-control::placeholder {
  color: rgba(15, 23, 42, 0.55);
  font-weight: 500;
}

.gi-search-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.gi-search-btn:hover {
  background: var(--gi-btn-hover);
}

.gi-hero-visual {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2.2rem 1.8rem 0;
}

.gi-phone {
  width: min(360px, 86%);
  aspect-ratio: 9 / 16;
  border-radius: 30px;
  background:
    radial-gradient(1200px 600px at 20% 20%, rgba(255, 255, 255, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  border: 10px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  position: relative;
  transform: rotate(10deg);
}

.gi-screen {
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}

.gi-screen-top {
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gi-screen-body {
  padding: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.gi-line {
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 10px;
}

@media (min-width: 992px) {
  .gi-hero-inner {
    padding: 3.3rem 3.25rem;
  }

  .gi-hero-visual {
    padding: 2.4rem 2.2rem 0;
  }
}

@media (max-width: 767.98px) {
  .gi-hero {
    max-height: none;
  }

  .gi-hero-inner {
    padding: 2rem 1.1rem;
  }

  .gi-hero-visual {
    min-height: auto;
    padding: 1rem 1rem 0;
  }

  .gi-phone {
    transform: rotate(6deg);
    width: min(290px, 78%);
  }

  .gi-search {
    max-width: 100%;
  }
}

/* =========================================================
   4. FLICKITY
========================================================= */

.flickity-page-dots {
  display: none;
}

.flickity-prev-next-button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.12);
}

.flickity-prev-next-button .flickity-button-icon {
  fill: #111;
}

.flickity-prev-next-button:disabled {
  opacity: 0.35;
}

.flickity-prev-next-button.previous {
  left: -6px;
}

.flickity-prev-next-button.next {
  right: -6px;
}

@media (max-width: 575.98px) {
  .flickity-prev-next-button.previous {
    left: 6px;
  }

  .flickity-prev-next-button.next {
    right: 6px;
  }
}

/* =========================================================
   5. KATEGORI-BAR / IKONER
========================================================= */

.gi-catbar {
  padding-top: 16px;
  padding-bottom: 8px;
}

.gi-carousel {
  width: 100%;
}

.gi-carousel .carousel-cell {
  width: 104px;
  margin-right: 22px;
}

.gi-cat {
  text-decoration: none;
  color: var(--gi-ink);
  display: block;
  text-align: center;
}

.gi-cat:hover {
  color: var(--gi-ink);
  opacity: 0.92;
}

.gi-cat-ico {
  width: 48px;
  height: 48px;
  border-radius: 0;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  box-shadow: none;
}

.gi-cat-label {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .gi-carousel .carousel-cell {
    width: 96px;
    margin-right: 18px;
  }
}

/* =========================================================
   6. GENERELLE SEKTIONER
========================================================= */

.gi-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: 34px;
    margin-bottom: 25px;
}

.gi-section-title {
  font-weight: 950;
  letter-spacing: -0.6px;
  font-size: clamp(1.7rem, 2.3vw, 2.25rem);
  margin: 0;
}

.gi-section-link {
  font-weight: 850;
  color: var(--gi-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gi-section-link:hover {
  color: var(--gi-ink);
  opacity: 0.85;
}

@media (max-width: 767.98px) {
  .gi-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   7. FORSIDE PRODUKT-CAROUSEL
========================================================= */

.gi-prod-carousel {
  width: 100%;
}

.gi-prod-carousel .carousel-cell {
  width: 320px;
  margin-right: 18px;
}

.gi-prod-card {
  border-radius: 24px;
  background: #fbfbfe;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.08);
  padding: 14px;
  height: 100%;
}

.gi-prod-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.gi-prod-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: var(--gi-chip-bg);
  color: #17132d;
  font-weight: 900;
  font-size: 0.92rem;
}

.gi-like {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gi-like i {
  font-size: 1.1rem;
}

.gi-prod-media {
  height: 220px;
  border-radius: 18px;
  background: #f4f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow: hidden;
}

.gi-prod-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.gi-prod-title {
  font-weight: 950;
  letter-spacing: -0.3px;
  font-size: 1.05rem;
  line-height: 1.25;
  margin: 12px 2px;
  min-height: 44px;
}

.gi-prod-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 2px 6px;
}

.gi-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 950;
  color: rgba(15, 23, 42, 0.95);
}

.gi-rating i {
  font-size: 0.95rem;
}

.gi-price {
  font-weight: 950;
  font-size: 1.15rem;
  letter-spacing: -0.2px;
  color: rgba(15, 23, 42, 0.95);
}

@media (max-width: 575.98px) {
  .gi-prod-carousel .carousel-cell {
    width: 280px;
  }
}

/* =========================================================
   8. BLOG / INSPIRATION
========================================================= */

.gi-blog-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
}

.gi-blog-card {
  grid-column: span 4;
  text-decoration: none;
  color: var(--gi-ink);
  display: block;
}

.gi-blog-media {
  border-radius: 22px;
  overflow: hidden;
  background: #e7e9ef;
  position: relative;
  box-shadow: var(--gi-shadow-soft);
  border: 1px solid rgba(15, 23, 42, 0.06);
  height: 270px;
}

.gi-blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gi-gi-badge {
  position: absolute;
  right: 22px;
  bottom: 18px;
  font-weight: 950;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  line-height: 1;
  user-select: none;
}

.gi-blog-title {
  font-weight: 950;
  letter-spacing: -0.5px;
  font-size: 1.55rem;
  line-height: 1.18;
  margin: 18px 0 10px;
}

.gi-blog-meta {
  font-weight: 850;
  color: rgba(15, 23, 42, 0.75);
  margin-bottom: 10px;
}

.gi-blog-excerpt {
  color: rgba(15, 23, 42, 0.82);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991.98px) {
  .gi-blog-grid {
    gap: 18px;
  }

  #forside-col-mob{
display: none;
  }


  .gi-blog-card {
    grid-column: span 6;
  }
}

@media (max-width: 575.98px) {
  .gi-blog-card {
    grid-column: span 12;
  }

  .gi-blog-media {
    height: 220px;
  }
}

/* =========================================================
   9. FOOTER
========================================================= */

.gi-footer {
  background: linear-gradient(180deg, var(--gi-footer), var(--gi-footer2));
  color: #fff;
  margin-top: 0;
  padding-top: 44px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.gi-footer a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 650;
}

.gi-footer a:hover {
  opacity: 0.9;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gi-footer-title {
  font-weight: 950;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

.gi-footer-muted {
  color: var(--gi-footer-muted);
}

.gi-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gi-footer-list li {
  margin: 8px 0;
}

.gi-footer-bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  font-weight: 650;
  font-size: 0.95rem;
}

.gi-social {
  display: flex;
  gap: 10px;
}

.gi-social a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* =========================================================
   10. ARCHIVE / CATEGORY HERO
========================================================= */

.gi-archive {
  background-color: #f8f9fb;
}

.gi-archive-hero {
  background: #fff;
  padding: 40px 0 24px;
  border-bottom: 0 solid rgba(15, 23, 42, 0.08);
  min-height: 250px;
}

.gi-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

.gi-breadcrumbs a {
  color: #6b7280;
  text-decoration: none;
}

.gi-breadcrumbs a:hover {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gi-bc-sep {
  color: #9ca3af;
}

.gi-bc-current {
  color: #111827;
  font-weight: 600;
}

.gi-archive-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #111827;
}

.gi-keywords-note {
    margin-top: 12px;
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
  .gi-archive-hero {
    padding-top: 20px;
    min-height: auto;
  }

  .gi-archive-title {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }
}

/* =========================================================
   11. ARCHIVE TOOLBAR / FILTER / SORTERING
========================================================= */

.gi-archive-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
}

.gi-toolbar-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gi-toolbar-left {
  min-width: 0;
}

.gi-count-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gi-count {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.gi-filterchips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gi-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dbe0e6;
  border-radius: 22px !important;
  background: #fff;
  color: #111827;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.gi-chip:hover {
  color: #111827;
  text-decoration: none;
  border-color: #111827;
}

.gi-chip.is-active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.gi-chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  font-size: 12px;
  font-weight: 700;
}

.gi-chip.is-active .gi-chip-count {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.gi-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.gi-sort-label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}

.gi-sort-select {
  min-width: 230px;
  border-radius: 12px;
  border-color: #dbe0e6;
  box-shadow: none;
}

.gi-sort-select:focus {
  border-color: #111827;
  box-shadow: 0 0 0 0.15rem rgba(17, 24, 39, 0.08);
}

@media (max-width: 991.98px) {
  .gi-sort {
    width: 100%;
    justify-content: space-between;
  }

  .gi-sort-select {
    min-width: 180px;
  }

  .gi-archive-toolbar {
    position: static;
    backdrop-filter: none;
  }
}

@media (min-width: 992px) {
  .gi-toolbar-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .gi-count-wrap {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  .gi-chip {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .gi-sort {
    width: 100%;
  }

  .gi-sort-select {
    min-width: 0;
    width: 100%;
  }
}

/* =========================================================
   12. ARCHIVE PRODUKTGRID
========================================================= */

.gi-archive-content {
  padding-top: 20px;
}

.gi-product-col {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.gi-load-hidden {
  display: none;
}

.gi-prodcard {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e7ebf0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.04);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.gi-prodcard:hover {
  transform: translateY(-4px);
  border-color: #d8dee6;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.1);
}

.gi-prodcard-media {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.gi-prodcard-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 18px;
  transition: transform 0.3s ease;
}

.gi-prodcard:hover .gi-prodcard-media img {
  transform: scale(1.03);
}

.gi-prodcard-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eef1f5 0%, #f8fafc 100%);
}

.gi-prodcard-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 18px 20px;
}

.gi-prodcard-brand {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}

.gi-prodcard-title {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  color: #111827;
}

.gi-prodcard-title a {
  color: inherit;
  text-decoration: none;
}

.gi-prodcard-title a:hover {
  color: #111827;
}

.gi-prodcard-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}

.gi-price-now {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}

.gi-price-old {
  font-size: 14px;
  color: #9ca3af;
  text-decoration: line-through;
}

.gi-prodcard-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: auto;
}

.gi-prodcard-actions > * {
  flex: 1 1 0;
  min-width: 0;
}

.gi-prodcard-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.gi-prodcard-btn:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.16);
}

.gi-prodcard-actions .btn.btn-outline-dark {
  min-height: 46px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  border-width: 1px;
}

.gi-prodcard-actions .btn.btn-outline-dark:hover {
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .gi-prodcard {
    border-radius: 18px;
  }

  .gi-prodcard-body {
    padding: 16px;
  }

  .gi-prodcard-title {
    font-size: 15px;
    line-height: 1.3;
  }

  .gi-price-now {
    font-size: 20px;
  }

  .gi-prodcard-actions {
    gap: 8px;
  }

  .gi-prodcard-btn,
  .gi-prodcard-actions .btn.btn-outline-dark {
    min-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .gi-archive-content .row[class*="g-"] {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  .gi-archive-content .gi-product-col {
    width: 50%;
  }

  .gi-prodcard-media {
    aspect-ratio: 1 / 1;
  }

  .gi-prodcard-media img {
    padding: 12px;
  }

  .gi-prodcard-brand {
    font-size: 11px;
  }

  .gi-prodcard-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .gi-price-now {
    font-size: 18px;
  }

  .gi-price-old {
    font-size: 12px;
  }

  .gi-prodcard-actions {
    gap: 6px;
  }

  .gi-prodcard-btn,
  .gi-prodcard-actions .btn.btn-outline-dark {
    min-height: 40px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 12px;
  }
}

/* =========================================================
   13. INFINITE SCROLL / LOAD MORE
========================================================= */

#gi-products-wrapper.is-loading,
#gi-pagination-wrapper.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.gi-load-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 600;
}

.gi-load-status.is-hidden {
  display: none;
}

.gi-load-status.is-done .gi-load-spinner {
  display: none;
}

.gi-load-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-top-color: #111827;
  border-radius: 50%;
  animation: giSpin 0.8s linear infinite;
}

.gi-scroll-sentinel {
  width: 100%;
  height: 2px;
}

.gi-scroll-sentinel.is-hidden {
  display: none;
}

@keyframes giSpin {
  to {
    transform: rotate(360deg);
  }
}

/* =========================================================
   14. PAGINATION
========================================================= */

.gi-pager ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.gi-pager li {
  margin: 0;
}

.gi-pager a,
.gi-pager span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  background: #fff;
}

.gi-pager .current {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.gi-pager .dots {
  width: auto;
  border: 0;
  background: transparent;
}

/* =========================================================
   15. EMPTY STATE
========================================================= */

.gi-empty {
  padding: 42px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.04);
}

.gi-empty h2 {
  color: #111827;
  font-weight: 800;
}

.gi-empty p {
  color: #6b7280;
}

/* =========================================================
   16. COMPARE MODAL
========================================================= */

.gi-compare-modal .modal-dialog {
  max-width: 1080px;
}

.gi-compare-modal-content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.gi-compare-modal-header {
  padding: 24px 24px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  align-items: flex-start;
}

.gi-compare-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 6px;
}

.gi-compare-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #111827;
}

.gi-compare-subtitle {
  margin-top: 8px;
  font-size: 14px;
  color: #6b7280;
}

.gi-compare-modal-body {
  padding: 24px;
  background: #f8fafc;
}

.gi-compare-loading {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.gi-compare-loading-text {
  font-size: 15px;
  color: #6b7280;
}

.gi-compare-empty {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: #fff;
  border-radius: 20px;
  padding: 32px 20px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.gi-compare-empty-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.gi-compare-empty-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #111827;
}

.gi-compare-empty-text {
  margin: 0;
  font-size: 15px;
  color: #374151;
}

.gi-compare-empty-subtext {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

#compareModal .btn-close {
  box-shadow: none;
}

/* =========================================================
   17. SHORTCODE I INDLÆG
========================================================= */

.gi-single-content .gi-post-products-shortcode {
  width: 100%;
  max-width: 100%;
  margin: 40px 0;
  clear: both;
}

.gi-single-content .gi-post-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.gi-single-content .gi-post-products-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #111827;
}

.gi-single-content .gi-post-products-link {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.gi-single-content .gi-post-products-link:hover {
  color: #111827;
  text-decoration: underline;
}

.gi-single-content .gi-post-products-grid {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}

.gi-single-content .gi-post-products-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gi-single-content .gi-post-products-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gi-single-content .gi-post-products-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gi-single-content .gi-post-products-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e7ebf0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.04);
}

.gi-single-content .gi-post-products-media {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f3f4f6;
  overflow: hidden;
  text-decoration: none;
}

.gi-single-content .gi-post-products-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 14px;
  border-radius: 0;
}

.gi-single-content .gi-post-products-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eef1f5 0%, #f8fafc 100%);
}

.gi-single-content .gi-post-products-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 16px;
  min-width: 0;
}

.gi-single-content .gi-post-products-brand {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}

.gi-single-content .gi-post-products-name {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #111827;
}

.gi-single-content .gi-post-products-name a {
  color: inherit;
  text-decoration: none;
}

.gi-single-content .gi-post-products-name a:hover {
  color: #111827;
  text-decoration: none;
}

.gi-single-content .gi-post-products-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}

.gi-single-content .gi-post-products-price-now {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}

.gi-single-content .gi-post-products-price-old {
  font-size: 13px;
  color: #9ca3af;
  text-decoration: line-through;
}

.gi-single-content .gi-post-products-actions {
  margin-top: auto;
}

.gi-single-content .gi-post-products-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.gi-single-content .gi-post-products-btn:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .gi-single-content .gi-post-products-grid--3,
  .gi-single-content .gi-post-products-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .gi-single-content .gi-post-products-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .gi-single-content .gi-post-products-grid--2,
  .gi-single-content .gi-post-products-grid--3,
  .gi-single-content .gi-post-products-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gi-single-content .gi-post-products-body {
    padding: 14px;
  }

  .gi-single-content .gi-post-products-name {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .gi-single-content .gi-post-products-price-now {
    font-size: 18px;
  }

  .gi-single-content .gi-post-products-price-old {
    font-size: 12px;
  }

  .gi-single-content .gi-post-products-btn {
    min-height: 40px;
    font-size: 13px;
  }
}

/* =========================================================
   18. SINGLE PRODUKT
========================================================= */

.gi-product-page {
  background: #f8f9fb;
}

.gi-product-hero {
  padding: 28px 0 24px;
  background-color: #fff;
}

.gi-product-hero-media {
  background: #fff;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: none;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin-bottom: 22px;
}

.gi-product-hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gi-product-hero-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef1f5 0%, #f8fafc 100%);
}

.gi-product-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.gi-product-title {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4.2vw, 3.7rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: #111827;
}
.gi-product-subtitle {
  font-size: 18px;
  line-height: 1.45;
  color: #4b5563;
  margin-bottom: 22px;
}

/* UPDATED HERO PRICE / TEXT / ACTIONS */

.gi-product-price-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.gi-product-price-box {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.04);
  min-width: 0;
}

.gi-product-price-box--highlight {
  border-color: rgba(15, 118, 110, 0.25);
  box-shadow: 0 10px 30px rgba(15, 118, 110, 0.08);
  background: #fff;
}

.gi-product-price-box--highlight .gi-product-price-label,
.gi-product-price-box--highlight .gi-product-price-value {
  color: #111827;
}

.gi-product-price-label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
  line-height: 1.3;
  font-weight: 700;
}

.gi-product-price-value {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.03em;
}

.gi-product-hero-text {
    border-radius: 20px;
    margin-bottom: 22px;
    border: 0px solid rgba(17, 24, 39, 0.08);
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    padding: 6px !important;
}

.gi-product-hero-text p:last-child {
  margin-bottom: 0;
}

.gi-product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gi-prodcard-btn--hero {
  min-width: 220px;
}

.gi-prodcard-btn--primary,
.gi-prodcard-btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.gi-prodcard-btn--primary {
  background: #111827;
  color: #fff;
  border: 1px solid #111827;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.16);
}

.gi-prodcard-btn--primary:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.gi-prodcard-btn--secondary {
  background: #fff;
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.12);
}

.gi-prodcard-btn--secondary:hover {
  color: #111827;
  opacity: 0.92;
  transform: translateY(-1px);
}

.gi-product-anchorbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: rgba(248, 249, 251, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.gi-product-anchorbar.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gi-product-anchorbar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 0;
}

.gi-product-anchorbar-inner a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dbe0e6;
  color: #111827;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.gi-product-anchorbar-inner a:hover {
  color: #111827;
  border-color: #111827;
}

.gi-product-main {
  padding: 24px 0 48px;
}

.gi-product-section {
  margin-bottom: 28px;
}

.gi-product-sidecard {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e7ebf0;
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.04);
  margin-bottom: 20px;
}

.gi-product-sidecard-title {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  color: #111827;
}

.gi-product-specs-grid {
  display: grid;
  gap: 12px;
}


.gi-product-spec-item {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e7ebf0;
}
.gi-product-spec-label {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}

.gi-product-spec-value {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #111827;
}

.gi-product-content {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  color: #1f2937;
  line-height: 1.8;
}

.gi-product-content > *:first-child {
  margin-top: 0;
}

.gi-product-content h2,
.gi-product-content h3,
.gi-product-content h4 {
  color: #111827;
  font-weight: 800;
}

.gi-related-products {
  display: grid;
  gap: 10px;
}

.gi-related-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e7ebf0;
  text-decoration: none;
  color: #111827;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.gi-related-product:hover {
  color: #111827;
  border-color: #d8dee6;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06);
}

.gi-related-product-title {
  min-width: 0;
}

.gi-related-product-arrow {
  flex: 0 0 auto;
}

/* =========================================================
   19. COMPARE / OFFER ROWS
========================================================= */

.gi-compare-summary {
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.gi-compare-summary-main {
  display: flex;
  gap: 18px;
  align-items: center;
}

.gi-compare-summary-image-wrap {
  width: 108px;
  min-width: 108px;
  height: 108px;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.gi-compare-summary-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gi-compare-summary-content {
  flex: 1;
  min-width: 0;
}

.gi-compare-summary-brand {
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gi-compare-summary-title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.gi-compare-summary-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gi-compare-summary-stat {
  background: #f8fafc;
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.gi-compare-summary-label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}

.gi-compare-summary-value {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}

.gi-compare-summary-value--save {
  color: #0f766e;
}

.gi-compare-list {
  display: grid;
  gap: 14px;
}

.gi-compare-list--single {
  gap: 16px;
}

.gi-compare-card {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.gi-compare-card--single {
  padding: 20px;
}

.gi-compare-card.is-best {
  border-color: rgba(15, 118, 110, 0.25);
  box-shadow: 0 10px 30px rgba(15, 118, 110, 0.08);
}

.gi-compare-card-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.gi-compare-store {
  min-width: 0;
  flex: 1;
}

.gi-compare-store-name {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
  line-height: 1.2;
}

.gi-compare-product-name {
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
}

.gi-compare-pricebox {
  text-align: right;
  min-width: 140px;
}

.gi-compare-price-now {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #111827;
}

.gi-compare-price-old {
  margin-top: 6px;
  font-size: 14px;
  color: #9ca3af;
  text-decoration: line-through;
}

.gi-compare-badge {
  margin-top: 10px;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.gi-compare-diff {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #b91c1c;
}

.gi-compare-meta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.gi-compare-meta-item {
  background: #f8fafc;
  border-radius: 14px;
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, 0.05);
}

.gi-compare-meta-label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
  line-height: 1.3;
}

.gi-compare-meta-value {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.gi-compare-meta-value-best {
  color: #059669;
}

.gi-compare-meta-value-diff {
  color: #dc2626;
}

.gi-compare-actions {
  margin-top: 8px;
}

.gi-compare-btn {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.gi-compare-btn:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.gi-stock-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #16a34a;
}

.gi-stock-icon {
  font-size: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gi-stock-icon::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(22, 163, 74, 0.35);
  animation: giStockPulse 1.8s infinite;
}

@keyframes giStockPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* =========================================================
   20. SEARCH SUGGEST
========================================================= */

.search-container {
  position: relative;
}

.search-suggest-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  z-index: 10020;
  display: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
}

.search-suggest-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
  background: #fff;
  color: #111 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.search-suggest-item:hover,
.search-suggest-item.is-active {
  background: #f7f7f7;
  color: #111 !important;
}

.search-suggest-thumb {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 12px;
  overflow: hidden;
  background: #f2f2f2;
  flex-shrink: 0;
}

.search-suggest-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-suggest-meta {
  flex: 1;
  min-width: 0;
}

.search-suggest-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #111 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggest-sub {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.3;
  color: #666 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggest-price {
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #111 !important;
  white-space: nowrap;
}

.search-suggest-empty {
  padding: 16px;
  color: #666 !important;
  background: #fff;
}

.search-suggest-footer {
  position: sticky;
  bottom: 0;
  padding: 14px 16px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.search-suggest-footer a {
  color: #111 !important;
  font-weight: 700;
  text-decoration: none;
}

.search-suggest-dropdown,
.search-suggest-dropdown *,
.search-suggest-dropdown a,
.search-suggest-dropdown p,
.search-suggest-dropdown span,
.search-suggest-dropdown div {
  color: inherit;
}

/* =========================================================
   21. RESPONSIVE SINGLE / COMPARE / SEARCH
========================================================= */

@media (max-width: 991.98px) {
  .gi-product-price-summary {
    grid-template-columns: 1fr;
  }

  .gi-compare-summary-meta,
  .gi-compare-meta-row {
    grid-template-columns: 1fr;
  }

  .gi-compare-summary-main,
  .gi-compare-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .gi-compare-pricebox {
    text-align: left;
    min-width: 0;
  }

  .gi-compare-title {
    font-size: 24px;
  }

  .gi-compare-summary-title {
    font-size: 21px;
  }

  .gi-compare-price-now {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .gi-product-hero {
    padding-top: 20px;
  }

  .gi-product-title {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .gi-product-subtitle {
    font-size: 16px;
  }

  .gi-product-price-box,
  .gi-product-hero-text,
  .gi-product-sidecard,
  .gi-product-content,
  .gi-compare-card,
  .gi-product-hero-media,
  .gi-compare-modal-content {
    border-radius: 18px;
  }

  .gi-product-price-box,
  .gi-product-hero-text {
    padding: 16px;
  }

  .gi-product-price-value {
    font-size: 24px;
  }

  .gi-product-anchorbar-inner a {
    font-size: 13px;
  }

  .gi-product-hero-actions {
    flex-direction: column;
  }

  .gi-prodcard-btn--hero,
  .gi-prodcard-btn--primary,
  .gi-prodcard-btn--secondary {
    width: 100%;
    min-width: 0;
  }

  .search-suggest-item {
    padding: 12px 14px;
    gap: 12px;
  }

  .search-suggest-thumb {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .search-suggest-title {
    font-size: 14px;
  }

  .search-suggest-sub {
    font-size: 12px;
  }

  .search-suggest-price {
    font-size: 13px;
    margin-left: 8px;
  }

  .gi-compare-modal-header {
    padding: 18px 18px 14px;
  }

  .gi-compare-modal-body {
    padding: 16px 18px 18px;
  }
}

@media (max-width: 575.98px) {
  .gi-product-main {
    padding: 18px 0 36px;
  }

  .gi-product-sidecard {
    padding: 18px;
  }

  .gi-product-content {
    padding: 18px;
  }

  .gi-product-spec-item {
    padding: 12px 14px;
  }

  .gi-compare-card--single {
    padding: 16px;
  }

  .gi-compare-meta-item {
    padding: 10px 12px;
  }

  .gi-compare-btn {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .search-suggest-dropdown {
    border-radius: 18px;
    top: calc(100% + 10px);
  }
}
.gi-archive-toolbar-spacer {
  height: 0;
}

.gi-archive-toolbar {
  position: relative;
  z-index: 40;
  background: rgba(248, 249, 251, 0.98);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.gi-archive-toolbar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

.gi-archive-toolbar .gi-fluid {
  padding-top: 12px;
  padding-bottom: 12px;
}

.gi-archive-toolbar-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.gi-filterchips-row {
    width: 100%;
    min-width: 0;
    margin-top: 10px;
}
.gi-filterchips-wrap {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gi-filterchips-wrap::-webkit-scrollbar {
  display: none;
}

.gi-filterchips {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: max-content;
  white-space: nowrap;
  padding-bottom: 2px;
}

.gi-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dbe0e6;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.gi-chip:hover {
  color: #111827;
  text-decoration: none;
  border-color: #111827;
}

.gi-chip.is-active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.gi-chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  font-size: 12px;
  font-weight: 700;
  flex: 0 0 auto;
}

.gi-chip.is-active .gi-chip-count {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.gi-archive-toolbar-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.gi-count {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.gi-sort {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0;
}

.gi-sort-select {
  width: 220px;
  min-width: 220px;
  border-radius: 12px;
  border-color: #dbe0e6;
  box-shadow: none;
}

.gi-sort-select:focus {
  border-color: #111827;
  box-shadow: 0 0 0 0.15rem rgba(17, 24, 39, 0.08);
}

@media (max-width: 991.98px) {
  .gi-sort-select {
    width: 180px;
    min-width: 180px;
  }
}

@media (max-width: 767.98px) {
  .gi-archive-toolbar .gi-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .gi-archive-toolbar .gi-max {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gi-archive-toolbar-inner {
    gap: 10px;
  }

  .gi-filterchips {
    gap: 8px;
  }

  .gi-chip {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .gi-chip-count {
    min-width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .gi-archive-toolbar-meta {
    align-items: center;
    gap: 10px;
  }

  .gi-sort-select {
    width: 148px;
    min-width: 148px;
    font-size: 13px;
  }

  .gi-count {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .gi-archive-toolbar .gi-max {
    padding-left: 12px;
    padding-right: 12px;
  }

  .gi-chip {
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }

  .gi-sort-select {
    width: 124px;
    min-width: 124px;
    font-size: 12px;
  }
}

/* =========================================================
   GEAR FINDER - FULL CSS
========================================================= */

.gi-gf-wrap {
  margin: 18px 0;
}

.gi-gf-trigger {
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 800;
  border: 1px solid #111827;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.gi-gf-trigger:hover {
  color: #fff;
  background: #111827;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.18);
}

.gi-gf-modal .modal-dialog {
  max-width: 1020px;
}

.gi-gf-modal .modal-content {
  height: min(760px, calc(100vh - 40px));
}

.gi-gf-modal-content {
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.2);
  display: flex;
  flex-direction: column;
}

.gi-gf-modal-header {
  padding: 24px 28px;
  border: 0;
  background: #fff;
  flex-shrink: 0;
}

.gi-gf-modal-footer {
  padding: 20px 28px;
  border: 0;
  background: #fff;
  flex-shrink: 0;
  border-top: 1px solid #eef2f7;
}

.gi-gf-modal-body {
  padding: 14px 28px 28px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f8fafc 100%);
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.gi-gf-kicker {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.gi-gf-modal-title {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1.02;
  color: #0f172a;
}

.gi-gf-progress {
  position: relative;
  height: 6px;
  background: #edf2f7;
  flex-shrink: 0;
}

.gi-gf-progress-bar {
  display: block;
  height: 100%;
  width: 16.66%;
  background: #111827;
  transition: width 0.24s ease;
}

.gi-gf-form,
.gi-gf-results {
  min-height: 100%;
}

.gi-gf-step {
  display: none;
}

.gi-gf-step.active {
  display: block;
}

.gi-gf-question {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.gi-gf-help {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.55;
  color: #64748b;
  max-width: 760px;
}

.gi-gf-options {
  display: grid;
  gap: 14px;
  align-content: start;
}

.gi-gf-options-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gi-gf-options-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gi-gf-option {
  display: block;
  cursor: pointer;
}

.gi-gf-option input {
  display: none;
}

.gi-gf-option span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 92px;
  padding: 20px 18px;
  border: 1px solid #e7ebf0;
  border-radius: 22px;
  background: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.35;
  color: #111827;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
}

.gi-gf-option span:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.gi-gf-option input:checked + span {
  border-color: #111827;
  background: #f8fafc;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.09);
}

.gi-gf-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gi-gf-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 800;
  min-width: 120px;
}

.gi-gf-btn-primary {
  background: #111827;
  color: #fff;
  border: 1px solid #111827;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.gi-gf-btn-primary:hover {
  color: #fff;
  background: #111827;
}

.gi-gf-btn-secondary {
  background: #fff;
  color: #111827;
  border: 1px solid #dbe1e8;
}

.gi-gf-btn-secondary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.gi-gf-results {
  display: flex;
  flex-direction: column;
}

.gi-gf-results-head {
  margin-bottom: 18px;
  flex-shrink: 0;
}

.gi-gf-results-title {
  margin: 0 0 6px;
  font-size: 1.45rem;
  line-height: 1.08;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.gi-gf-results-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
}

.gi-gf-results-list {
  display: grid;
  gap: 18px;
  align-content: start;
}

.gi-gf-result-card {
  position: relative;
  border: 1px solid #e7ebf0;
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.gi-gf-result-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.16);
}

.gi-gf-result-top {
  display: flex;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

.gi-gf-result-media {
  width: 118px;
  height: 118px;
  min-width: 118px;
  border-radius: 22px;
  background: #f3f4f6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.gi-gf-result-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.gi-gf-result-content {
  min-width: 0;
  flex: 1 1 auto;
  padding-right: 120px;
}

.gi-gf-result-brand {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
}

.gi-gf-result-title {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.01em;
}

.gi-gf-result-reason {
  margin-bottom: 12px;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
  max-width: 720px;
}

.gi-gf-result-price {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e7ebf0;
  font-size: 1rem;
  font-weight: 900;
  color: #111827;
}

.gi-gf-offers {
  padding: 14px 24px 24px;
}

.gi-gf-offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr) minmax(150px, .7fr);
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #eef2f7;
}

.gi-gf-offer-row:first-child {
  border-top: 0;
}

.gi-gf-offer-shop {
  font-weight: 800;
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
}

.gi-gf-offer-price {
  font-weight: 900;
  color: #111827;
  font-size: 15px;
}

.gi-gf-offer-action {
  text-align: right;
}

.gi-gf-offer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.1);
}

.gi-gf-offer-btn:hover {
  color: #fff;
  text-decoration: none;
}

.gi-gf-loading,
.gi-gf-error,
.gi-gf-empty {
  padding: 20px;
  border: 1px solid #e7ebf0;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
  color: #111827;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

@media (max-width: 991.98px) {
  .gi-gf-modal .modal-dialog {
    max-width: 92vw;
  }

  .gi-gf-modal .modal-content {
    height: min(720px, calc(100vh - 24px));
  }

  .gi-gf-options-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gi-gf-result-content {
    padding-right: 0;
  }

  .gi-gf-result-badge {
    position: static;
    margin: 0 24px 0;
    transform: translateY(16px);
  }
}

@media (max-width: 767.98px) {
  .gi-gf-modal {
    padding: 0 !important;
  }

  .gi-gf-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100vh;
  }

  .gi-gf-modal .modal-content {
    height: 100vh;
    border-radius: 0;
  }

  .gi-gf-modal-header {
    padding: 16px;
  }

  .gi-gf-modal-body {
    padding: 12px 16px 96px;
  }

  .gi-gf-modal-footer {
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    position: sticky;
    bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .gi-gf-options-2,
  .gi-gf-options-3 {
    grid-template-columns: 1fr;
  }

  .gi-gf-option span {
    min-height: 74px;
    padding: 16px;
    border-radius: 18px;
  }

  .gi-gf-question {
    font-size: 1.2rem;
  }

  .gi-gf-help {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .gi-gf-result-card {
    border-radius: 22px;
  }

  .gi-gf-result-badge {
    position: static;
    margin: 16px 16px 0;
    transform: none;
  }

  .gi-gf-result-top {
    padding: 16px;
    gap: 14px;
    align-items: flex-start;
  }

  .gi-gf-result-media {
    width: 88px;
    height: 88px;
    min-width: 88px;
    border-radius: 18px;
  }

  .gi-gf-result-title {
    font-size: 1.08rem;
  }

  .gi-gf-result-reason {
    font-size: 14px;
  }

  .gi-gf-offers {
    padding: 8px 16px 16px;
  }

  .gi-gf-offer-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }
/* =========================================================
   GEAR FINDER - FULL MATCHING CSS
========================================================= */

.gi-gf-wrap {
  margin: 18px 0;
}

.gi-gf-trigger {
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 800;
  border: 1px solid #111827;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gi-gf-trigger:hover {
  color: #fff;
  background: #111827;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.18);
}

.gi-gf-modal {
  padding: 0 !important;
}

.gi-gf-modal .modal-dialog {
  max-width: 1020px;
}

.gi-gf-modal .modal-content {
  height: min(780px, calc(100vh - 32px));
}

.gi-gf-modal-content {
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.2);
  display: flex;
  flex-direction: column;
}

.gi-gf-modal-header {
  padding: 22px 28px;
  border: 0;
  background: #fff;
  flex-shrink: 0;
}

.gi-gf-modal-footer {
  padding: 16px 28px;
  border: 0;
  background: #fff;
  flex-shrink: 0;
  border-top: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gi-gf-modal-body {
  padding: 14px 28px 22px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f8fafc 100%);
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.gi-gf-kicker {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.gi-gf-modal-title {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1.02;
  color: #0f172a;
}

.gi-gf-progress {
  position: relative;
  height: 6px;
  background: #edf2f7;
  flex-shrink: 0;
}

.gi-gf-progress-bar {
  display: block;
  height: 100%;
  width: 16.66%;
  background: #111827;
  transition: width 0.24s ease;
}

.gi-gf-form,
.gi-gf-results {
  min-height: 100%;
}

.gi-gf-step {
  display: none;
}

.gi-gf-step.active {
  display: block;
}

.gi-gf-question {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.gi-gf-help {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.55;
  color: #64748b;
  max-width: 760px;
}

.gi-gf-options {
  display: grid;
  gap: 14px;
  align-content: start;
}

.gi-gf-options-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gi-gf-options-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gi-gf-option {
  display: block;
  cursor: pointer;
}

.gi-gf-option input {
  display: none;
}

.gi-gf-option span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 92px;
  padding: 20px 18px;
  border: 1px solid #e7ebf0;
  border-radius: 22px;
  background: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.35;
  color: #111827;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
}

.gi-gf-option span:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.gi-gf-option input:checked + span {
  border-color: #111827;
  background: #f8fafc;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.09);
}

.gi-gf-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 800;
  min-width: 120px;
}

.gi-gf-btn-primary {
  background: #111827;
  color: #fff;
  border: 1px solid #111827;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.gi-gf-btn-primary:hover {
  color: #fff;
  background: #111827;
}

.gi-gf-btn-secondary {
  background: #fff;
  color: #111827;
  border: 1px solid #dbe1e8;
}

.gi-gf-btn-secondary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.gi-gf-results {
  display: flex;
  flex-direction: column;
}

.gi-gf-results-head {
  margin-bottom: 18px;
  flex-shrink: 0;
}

.gi-gf-results-title {
  margin: 0 0 6px;
  font-size: 1.45rem;
  line-height: 1.08;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.gi-gf-results-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
}

.gi-gf-results-list {
  display: grid;
  gap: 18px;
  align-content: start;
}

.gi-gf-result-card {
  position: relative;
  border: 1px solid #e7ebf0;
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.gi-gf-result-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.16);
}

.gi-gf-result-top {
  display: flex;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

.gi-gf-result-media {
  width: 118px;
  height: 118px;
  min-width: 118px;
  border-radius: 22px;
  background: #f3f4f6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.gi-gf-result-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.gi-gf-result-content {
  min-width: 0;
  flex: 1 1 auto;
  padding-right: 120px;
}

.gi-gf-result-brand {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
}

.gi-gf-result-title {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.01em;
}

.gi-gf-result-reason {
  margin-bottom: 12px;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
  max-width: 720px;
}

.gi-gf-result-price {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e7ebf0;
  font-size: 1rem;
  font-weight: 900;
  color: #111827;
}

.gi-gf-offers {
  padding: 14px 24px 24px;
}

.gi-gf-offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr) minmax(150px, .7fr);
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #eef2f7;
}

.gi-gf-offer-row:first-child {
  border-top: 0;
}

.gi-gf-offer-shop {
  font-weight: 800;
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
}

.gi-gf-offer-price {
  font-weight: 900;
  color: #111827;
  font-size: 15px;
}

.gi-gf-offer-action {
  text-align: right;
}

.gi-gf-offer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.1);
}

.gi-gf-offer-btn:hover {
  color: #fff;
  text-decoration: none;
}

.gi-gf-loading,
.gi-gf-error,
.gi-gf-empty {
  padding: 20px;
  border: 1px solid #e7ebf0;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
  color: #111827;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

@media (max-width: 991.98px) {
  .gi-gf-modal .modal-dialog {
    max-width: 92vw;
  }

  .gi-gf-modal .modal-content {
    height: min(740px, calc(100vh - 20px));
  }

  .gi-gf-options-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gi-gf-result-content {
    padding-right: 0;
  }

  .gi-gf-result-badge {
    position: static;
    margin: 0 24px 0;
    transform: translateY(16px);
  }
}

@media (max-width: 767.98px) {
  .gi-gf-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100dvh;
  }

  .gi-gf-modal .modal-content {
    height: 100dvh;
    border-radius: 0;
  }

  .gi-gf-modal-header {
    padding: 10px 14px;
  }

  .gi-gf-kicker {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .gi-gf-modal-title {
    font-size: 1.15rem;
    line-height: 1.05;
  }

  .gi-gf-progress {
    height: 4px;
  }

  .gi-gf-modal-body {
    padding: 10px 14px 76px;
  }

  .gi-gf-modal-footer {
    padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
    position: sticky;
    bottom: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid #eef2f7;
    gap: 8px;
  }

  .gi-gf-question {
    margin: 0 0 4px;
    font-size: 1.05rem;
    line-height: 1.1;
  }

  .gi-gf-help {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .gi-gf-options,
  .gi-gf-options-2,
  .gi-gf-options-3 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gi-gf-option span {
    min-height: 58px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.25;
  }

  .gi-gf-btn {
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 12px;
    flex: 1 1 0;
    min-width: 0;
  }

  .gi-gf-result-card {
    border-radius: 18px;
  }

  .gi-gf-result-badge {
    position: static;
    margin: 12px 12px 0;
    transform: none;
    min-height: 28px;
    font-size: 11px;
  }

  .gi-gf-result-top {
    padding: 12px;
    gap: 12px;
  }

  .gi-gf-result-media {
    width: 76px;
    height: 76px;
    min-width: 76px;
    border-radius: 14px;
  }

  .gi-gf-result-title {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .gi-gf-result-reason {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .gi-gf-result-price {
    font-size: 14px;
    min-height: 30px;
    padding: 0 10px;
  }

  .gi-gf-offers {
    padding: 6px 12px 12px;
  }

  .gi-gf-offer-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }

  .gi-gf-offer-shop,
  .gi-gf-offer-price {
    font-size: 14px;
  }

  .gi-gf-offer-action {
    text-align: left;
  }

  .gi-gf-offer-btn {
    width: 100%;
    min-height: 38px;
    font-size: 13px;
  }
}
  .gi-gf-offer-action {
    text-align: left;
  }

  .gi-gf-offer-btn {
    width: 100%;
  }

  .gi-gf-btn {
    flex: 1 1 0;
    min-width: 0;
  }
}


/* =========================================================
   GEAR FINDER - FULL MATCHING CSS
========================================================= */

.gi-gf-wrap {
  margin: 18px 0;
}

.gi-gf-trigger {
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 800;
  border: 1px solid #111827;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gi-gf-trigger:hover {
  color: #fff;
  background: #111827;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.18);
}

.gi-gf-modal {
  padding: 0 !important;
}

.gi-gf-modal .modal-dialog {
  max-width: 1020px;
}

.gi-gf-modal .modal-content {
  height: min(780px, calc(100vh - 32px));
}

.gi-gf-modal-content {
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.2);
  display: flex;
  flex-direction: column;
}

.gi-gf-modal-header {
  padding: 22px 28px;
  border: 0;
  background: #fff;
  flex-shrink: 0;
}

.gi-gf-modal-footer {
  padding: 16px 28px;
  border: 0;
  background: #fff;
  flex-shrink: 0;
  border-top: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gi-gf-modal-body {
  padding: 14px 28px 22px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f8fafc 100%);
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.gi-gf-kicker {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.gi-gf-modal-title {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1.02;
  color: #0f172a;
}

.gi-gf-progress {
  position: relative;
  height: 6px;
  background: #edf2f7;
  flex-shrink: 0;
}

.gi-gf-progress-bar {
  display: block;
  height: 100%;
  width: 16.66%;
  background: #111827;
  transition: width 0.24s ease;
}

.gi-gf-form,
.gi-gf-results {
  min-height: 100%;
}

.gi-gf-step {
  display: none;
}

.gi-gf-step.active {
  display: block;
}

.gi-gf-question {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.gi-gf-help {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.55;
  color: #64748b;
  max-width: 760px;
}

.gi-gf-options {
  display: grid;
  gap: 14px;
  align-content: start;
}

.gi-gf-options-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gi-gf-options-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gi-gf-option {
  display: block;
  cursor: pointer;
}

.gi-gf-option input {
  display: none;
}

.gi-gf-option span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 92px;
  padding: 20px 18px;
  border: 1px solid #e7ebf0;
  border-radius: 22px;
  background: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.35;
  color: #111827;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
}

.gi-gf-option span:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.gi-gf-option input:checked + span {
  border-color: #111827;
  background: #f8fafc;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.09);
}

.gi-gf-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 800;
  min-width: 120px;
}

.gi-gf-btn-primary {
  background: #111827;
  color: #fff;
  border: 1px solid #111827;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.gi-gf-btn-primary:hover {
  color: #fff;
  background: #111827;
}

.gi-gf-btn-secondary {
  background: #fff;
  color: #111827;
  border: 1px solid #dbe1e8;
}

.gi-gf-btn-secondary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.gi-gf-results {
  display: flex;
  flex-direction: column;
}

.gi-gf-results-head {
  margin-bottom: 18px;
  flex-shrink: 0;
}

.gi-gf-results-title {
  margin: 0 0 6px;
  font-size: 1.45rem;
  line-height: 1.08;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.gi-gf-results-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
}

.gi-gf-results-list {
  display: grid;
  gap: 18px;
  align-content: start;
}

.gi-gf-result-card {
  position: relative;
  border: 1px solid #e7ebf0;
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.gi-gf-result-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.16);
}

.gi-gf-result-top {
  display: flex;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

.gi-gf-result-media {
  width: 118px;
  height: 118px;
  min-width: 118px;
  border-radius: 22px;
  background: #f3f4f6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.gi-gf-result-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.gi-gf-result-content {
  min-width: 0;
  flex: 1 1 auto;
  padding-right: 120px;
}

.gi-gf-result-brand {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
}

.gi-gf-result-title {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.01em;
}

.gi-gf-result-reason {
  margin-bottom: 12px;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
  max-width: 720px;
}

.gi-gf-result-price {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e7ebf0;
  font-size: 1rem;
  font-weight: 900;
  color: #111827;
}

.gi-gf-offers {
  padding: 14px 24px 24px;
}

.gi-gf-offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr) minmax(150px, .7fr);
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #eef2f7;
}

.gi-gf-offer-row:first-child {
  border-top: 0;
}

.gi-gf-offer-shop {
  font-weight: 800;
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
}

.gi-gf-offer-price {
  font-weight: 900;
  color: #111827;
  font-size: 15px;
}

.gi-gf-offer-action {
  text-align: right;
}

.gi-gf-offer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.1);
}

.gi-gf-offer-btn:hover {
  color: #fff;
  text-decoration: none;
}

.gi-gf-loading,
.gi-gf-error,
.gi-gf-empty {
  padding: 20px;
  border: 1px solid #e7ebf0;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
  color: #111827;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

@media (max-width: 991.98px) {
  .gi-gf-modal .modal-dialog {
    max-width: 92vw;
  }

  .gi-gf-modal .modal-content {
    height: min(740px, calc(100vh - 20px));
  }

  .gi-gf-options-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gi-gf-result-content {
    padding-right: 0;
  }

  .gi-gf-result-badge {
    position: static;
    margin: 0 24px 0;
    transform: translateY(16px);
  }
}

@media (max-width: 767.98px) {
  .gi-gf-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100dvh;
  }

  .gi-gf-modal .modal-content {
    height: 100dvh;
    border-radius: 0;
  }

  .gi-gf-modal-header {
    padding: 10px 14px;
  }

  .gi-gf-kicker {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .gi-gf-modal-title {
    font-size: 1.15rem;
    line-height: 1.05;
  }

  .gi-gf-progress {
    height: 4px;
  }

  .gi-gf-modal-body {
    padding: 10px 14px 76px;
  }

  .gi-gf-modal-footer {
    padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
    position: sticky;
    bottom: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid #eef2f7;
    gap: 8px;
  }

  .gi-gf-question {
    margin: 0 0 4px;
    font-size: 1.05rem;
    line-height: 1.1;
  }

  .gi-gf-help {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .gi-gf-options,
  .gi-gf-options-2,
  .gi-gf-options-3 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gi-gf-option span {
    min-height: 58px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.25;
  }

  .gi-gf-btn {
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 12px;
    flex: 1 1 0;
    min-width: 0;
  }

  .gi-gf-result-card {
    border-radius: 18px;
  }

  .gi-gf-result-badge {
    position: static;
    margin: 12px 12px 0;
    transform: none;
    min-height: 28px;
    font-size: 11px;
  }

  .gi-gf-result-top {
    padding: 12px;
    gap: 12px;
  }

  .gi-gf-result-media {
    width: 76px;
    height: 76px;
    min-width: 76px;
    border-radius: 14px;
  }

  .gi-gf-result-title {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .gi-gf-result-reason {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .gi-gf-result-price {
    font-size: 14px;
    min-height: 30px;
    padding: 0 10px;
  }

  .gi-gf-offers {
    padding: 6px 12px 12px;
  }

  .gi-gf-offer-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }

  .gi-gf-offer-shop,
  .gi-gf-offer-price {
    font-size: 14px;
  }

  .gi-gf-offer-action {
    text-align: left;
  }

  .gi-gf-offer-btn {
    width: 100%;
    min-height: 38px;
    font-size: 13px;
  }
}
