body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
}
/* content */
#content,
#column-left,
#column-right {
  padding-bottom: 0;
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: min(600px, calc(100vw - 24px));
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  #alert {
    top: 20px;
    left: 12px;
    right: 12px;
    width: auto;
    transform: none;
  }
}

#alert .alert {
  margin-bottom: 15px;
  padding: 16px 48px 16px 18px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 8px 24px rgba(48, 48, 48, 0.1);
}
#alert .alert-primary {
  color: #4b4a45;
  background: #eef2e6;
  border-color: #cfd8bc;
}

#alert .alert-secondary {
  color: #4b4a45;
  background: #f5f2ec;
  border-color: #ddd6ca;
}

#alert .alert-success {
  color: #3f5635;
  background: #edf6e8;
  border-color: #bfd6b3;
}

#alert .alert-warning {
  color: #73561d;
  background: #fff7e5;
  border-color: #ecd59a;
}

#alert .alert-danger {
  color: #7b3d3d;
  background: #fdf0ef;
  border-color: #e5b8b5;
}

#alert .alert-info {
  color: #40555d;
  background: #edf6f8;
  border-color: #bfd8df;
}

#alert .alert-light {
  color: #4b4a45;
  background: #faf8f4;
  border-color: #e6e0d8;
}

#alert .alert-dark {
  color: #ffffff;
  background: #4b4a45;
  border-color: #4b4a45;
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* ===== GanderVillage Search ===== */

#search {
  width: 100%;
  margin: 0;
}

#search .input-group {
  width: 100%;
}

#search .form-control-lg {
  height: 56px;
  border: 1px solid #e6e0d6;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  font-size: 15px;
  padding: 0 20px;
  box-shadow: none;
}

#search .form-control-lg:focus {
  border-color: #6E7F57;
  box-shadow: none;
}

#search .btn-lg {
  width: 64px;
  height: 56px;
  padding: 0;
  border: 1px solid #6E7F57;
  border-radius: 0 8px 8px 0;
  background: #6E7F57;
  color: #ffffff;
  text-shadow: none;
}

#search .btn-lg:hover {
  background: #5B6A49;
  border-color: #5B6A49;
}
/* cart */
#cart {
    margin-bottom: 0;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* ========================================================================
   GanderVillage Main Navigation
   ======================================================================== */

#menu {
  background: #f8f5f0;
  border: 0;
  border-top: 1px solid var(--gv-border);
  border-bottom: 1px solid var(--gv-border);
  border-radius: 0;
  box-shadow: none;
  min-height: 40px;
  margin: 0;
  padding: 0 24px;
}

#menu .navbar-nav > li > a {
  color: var(--gv-text);
  background: transparent;
  border: 0;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 10px 10px;
  line-height: 1.2;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease;
}

#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > a:focus {
  color: var(--gv-accent);
  background: rgba(110,127,87,.08);
}

#menu .dropdown-menu {
  border: 1px solid var(--gv-border);
  border-top: 0;
  border-radius: 0 0 var(--gv-radius-sm) var(--gv-radius-sm);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  margin-top: 0;
  padding: 4px 0;
}

#menu .dropdown-item {
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1.35;
}

#menu .dropdown-item:hover,
#menu .dropdown-item:focus {
  background: rgba(110,127,87,.08);
  color: var(--gv-accent);
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 220px;
  margin: 0;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  #menu .dropdown-inner {
    flex-direction: row;
  }

  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }

  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }

  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }

  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }

  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}

#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  color: var(--gv-text);
  text-shadow: none;
}

#menu .navbar-toggler i {
  color: var(--gv-text);
  border-color: var(--gv-text);
  font-size: .9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  width: 100%;
  margin-top: 72px;
  padding: 64px 0 32px;
  background: #2f3431;
  border-top: 1px solid #55664b;
  color: #d8d2c8;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #d5d0c6;
  text-decoration: none;
  font-size: 15px;
  line-height: 2;
  transition: color .2s ease, transform .2s ease;
}

footer li a {
  display: inline-block;
}

footer li a:hover {
  color: #b7c7a7;
  transform: translateX(4px);
}
footer h5 {
  margin: 0 0 18px;
  color: #f7f3ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

/* ==========================================================
   GANDERVILLAGE FOOTER
   ========================================================== */

.gv-footer .container {
  max-width: 1440px;
}

.gv-footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gv-footer .row {
  padding-top: 12px;
}

.gv-footer-intro {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(247, 243, 236, 0.12);
}

.gv-footer-intro h2 {
  margin: 0 0 8px;
  color: #f7f3ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.gv-footer-intro p {
  margin: 0;
  color: #d5d0c6;
  font-size: 15px;
  line-height: 1.7;
}

/* ---------- Newsletter ---------- */

.gv-footer-newsletter {
  margin: 0 0 34px;
  padding: 28px 0 34px;
  border-bottom: 1px solid rgba(247,243,236,.12);
}

.gv-footer-newsletter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.gv-footer-newsletter-text {
  flex: 1;
  max-width: 520px;
}

.gv-footer-newsletter-text h3 {
  margin: 0 0 8px;
  color: #f7f3ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.gv-footer-newsletter-text p {
  margin: 0;
  color: #d5d0c6;
  font-size: 15px;
  line-height: 1.7;
}

.gv-newsletter-form {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.gv-newsletter-form input[type="email"] {
  width: 340px;
  max-width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(247,243,236,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  color: #f7f3ec;
  font-size: 15px;
}

.gv-newsletter-form input[type="email"]::placeholder {
  color: #bdb6ab;
}

.gv-newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: #a9b99a;
  box-shadow: 0 0 0 3px rgba(169,185,154,.15);
}

.gv-newsletter-form button {
  height: 52px;
  padding: 0 28px;
  border: none;
  border-radius: 8px;
  background: #6f8257;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: .25s ease;
}

.gv-newsletter-form button:hover {
  background: #7f9168;
}

.gv-newsletter-form button:disabled {
  opacity: .7;
  cursor: wait;
}

#gv-newsletter-message {
  margin-top: 12px;
  font-size: 14px;
}

.gv-newsletter-message-success {
  color: #b8d7a8;
}

.gv-newsletter-message-error {
  color: #e8b3b3;
}

@media (max-width: 991.98px) {
  .gv-footer-newsletter-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .gv-newsletter-form {
    width: 100%;
  }

  .gv-newsletter-form input[type="email"] {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .gv-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .gv-newsletter-form button {
    width: 100%;
  }
}

.gv-footer-tagline {
  margin: 0 0 10px;
  color: #a9b99a;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
}

.gv-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.gv-footer-column {
  width: auto;
  max-width: none;
  min-width: 0;
}

.gv-footer-copyright {
  margin: 0;
  color: #cfc8bc;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.gv-footer-copyright a {
  color: #f7f3ec;
  text-decoration: none;
  transition: color .2s ease;
}

.gv-footer-copyright a:hover {
  color: #a9b99a;
}

@media (min-width: 576px) {
  .gv-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 36px;
  }
}

@media (min-width: 992px) {
  .gv-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 72px;
  }
}

@media (max-width: 575.98px) {
  .gv-footer-grid {
    gap: 28px;
  }

  .gv-footer-intro {
    margin-bottom: 32px;
  }
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* ========================================================================
   GanderVillage Design System
   ======================================================================== */

:root {
  --gv-bg: #F8F5F0;
  --gv-surface: #FFFFFF;
  --gv-text: #2F2F2F;
  --gv-text-light: #6B6B6B;
  --gv-accent: #6E7F57;
  --gv-accent-hover: #5B6A49;
  --gv-border: #E6E0D6;
  --gv-dark: #2C2A28;
  --gv-success: #4E7A4D;

  --gv-radius-sm: 6px;
  --gv-radius-md: 10px;
  --gv-radius-lg: 14px;

  --gv-shadow-sm: 0 2px 8px rgba(0,0,0,.04);
  --gv-shadow-md: 0 8px 24px rgba(0,0,0,.08);

  --gv-container: 1440px;

  --gv-transition: .25s ease;
}

/* Header Navigation */
.gv-main-menu {
  background: transparent;
  border: 0;
  border-radius: 0;
  min-height: 44px;
}

.gv-main-menu .navbar-nav {
  width: 100%;
  justify-content: center;
  gap: 8px;
}

.gv-main-menu .nav-link,
.gv-main-menu .dropdown-item {
  color: var(--gv-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 18px 14px;
  border-radius: var(--gv-radius-sm);
  transition: all var(--gv-transition);
}

.gv-main-menu .nav-link:hover,
.gv-main-menu .nav-link:focus,
.gv-main-menu .dropdown-item:hover,
.gv-main-menu .dropdown-item:focus {
  color: var(--gv-accent);
  background: rgba(110,127,87,.08);
}

#menu.gv-main-menu {
  background: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 992px) and (max-width: 1440px) {
.gv-main-menu .navbar-nav {
  gap: 4px;a
}

  .gv-main-menu .nav-link {
    font-size: 13px;
    padding: 18px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .gv-main-menu .navbar-nav {
    gap: 12px;
  }

  .gv-main-menu .nav-link {
    padding: 10px 14px;
  }
}

@media (min-width: 1300px) {
  .gv-main-menu .navbar-nav {
    gap: 18px;
  }

  .gv-main-menu .nav-link {
    padding: 10px 12px;
  }
}

/* ==========================================================
   Responsive Desktop Navigation
   ========================================================== */

/* Desktop XL - show everything, hide More */
@media (min-width: 1300px) {
  #menu .navbar-nav {
    flex-wrap: nowrap;
    gap: 8px;
  }

  #menu .nav-link {
    font-size: 13px;
    padding: 10px 8px;
  }

  #menu .gv-secondary-nav-item {
    display: block !important;
  }

  #menu .gv-more-nav-item {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  #menu .gv-secondary-nav-item {
    display: none !important;
  }

  #menu .gv-more-nav-item {
    display: block !important;
  }
}

/* ========================================================================
   GanderVillage Header
   ======================================================================== */

.gv-header {
  background: var(--gv-surface);
}

.gv-header__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.gv-announcement {
    background: #6f8257;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.gv-announcement .gv-header__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 32px;
    min-height: 34px;
    padding: 6px 20px;
}

.gv-announcement .gv-header__container span + span::before {
    content: none;
}

.gv-announcement span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.gv-announcement i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    margin-right: 8px;
    font-size: 12px;
    flex-shrink: 0;
}

.gv-mobile-topbar {
    display: none;
}

@media (max-width: 767px) {
    .gv-announcement .gv-header__container {
        justify-content: flex-start;
        gap: 8px;
    }

    .gv-announcement .gv-header__container span {
        width: 100%;
        padding-left: 22px;
    }

    .gv-announcement .gv-header__container span::before {
        content: none;
    }

    .gv-topbar .gv-header__container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .gv-topbar__left,
    .gv-topbar__right {
        width: 100%;
        justify-content: center;
    }

    .gv-topbar a,
    .gv-topbar button,
    .gv-topbar .btn {
        font-size: 12px;
    }
	
    /* Mobile-only topbar layout */
    .gv-topbar {
        display: none;
    }

    .gv-mobile-topbar {
        display: block;
        background: var(--gv-surface);
        border-bottom: 1px solid var(--gv-border);
    }

    .gv-mobile-topbar__currency {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
        border-bottom: 1px solid var(--gv-border);
    }
	
    .gv-mobile-topbar__currency #form-currency .dropdown-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        min-width: 72px;
        height: 30px;
        padding: 0 12px;
        border: 1px solid var(--gv-border);
        border-radius: var(--gv-radius-sm);
        background: var(--gv-surface);
        color: var(--gv-text);
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }

    .gv-mobile-topbar__currency #form-currency .dropdown-toggle strong {
        color: var(--gv-accent);
        font-weight: 700;
    }

    .gv-mobile-topbar__currency #form-currency .dropdown-menu {
        min-width: 120px;
        padding: 6px;
        border: 1px solid var(--gv-border);
        border-radius: var(--gv-radius-sm);
        box-shadow: var(--gv-shadow-sm);
    }

    .gv-mobile-topbar__currency #form-currency .dropdown-toggle .d-none {
        display: inline !important;
    }

    .gv-mobile-topbar__links {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 10px 16px;
    }

    .gv-mobile-topbar__links > a,
    .gv-mobile-topbar__links > .dropdown > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        color: var(--gv-text);
        font-size: 12px;
        text-decoration: none;
    }

    .gv-mobile-topbar__links i {
        font-size: 16px;
    }

}

.gv-topbar {
  background: #2f2f2f;
  color: #ffffff;
  border-bottom: 0;
  font-size: 13px;
}

.gv-topbar .gv-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
}

.gv-topbar__left,
.gv-topbar__right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.gv-topbar a,
.gv-topbar button,
.gv-topbar .btn {
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 13px;
  text-decoration: none;
}

.gv-topbar a:hover,
.gv-topbar button:hover,
.gv-topbar .btn:hover {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}

.gv-topbar i,
.gv-topbar .fa-solid {
  color: #B67A2E;
}

.gv-main-header {
  background: var(--gv-surface);
  padding: 30px 0 28px;
}

.gv-main-header .gv-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gv-logo {
  flex: 1 1 30%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gv-logo img {
  display: block;
  width: 100%;
  max-width: 390px;
  height: auto;
  margin: 0;
  position: relative;
  top: -2px;
}

.gv-search {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 0 32px;
}

.gv-cart {
  flex: 1 1 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gv-main-header {
    padding: 24px 0;
  }

  .gv-main-header .gv-header__container {
    flex-wrap: wrap;
    gap: 18px 24px;
  }

  .gv-logo {
    flex: 0 0 240px;
  }

  .gv-logo img {
    max-width: 240px;
  }

  .gv-search {
    flex: 1 1 calc(100% - 264px);
    justify-content: flex-end;
    min-width: 0;
  }

  .gv-cart {
    flex: 0 0 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .gv-main-header {
    padding: 14px 0;
  }

  .gv-main-header .gv-header__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
  }

  .gv-logo {
    grid-column: 1 / 3;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 16px;
  }

  .gv-logo img {
    width: 100%;
    max-width: none;
    height: auto;
    top: 0;
  }

  .gv-search {
    grid-column: 1 / 3;
    width: 100%;
    max-width: none;
    padding: 0 16px;
  }

  .gv-search-form {
    width: 100%;
    max-width: none;
  }

  .gv-search-form {
    width: 100%;
    max-width: 290px;
    height: 44px;
    margin: 0 auto;
  }
  
    .gv-search .input-group {
    width: 100%;
  }

  .gv-search-input {
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    padding: 0 12px;
  }

  .gv-search-button {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .gv-cart {
    grid-column: 2 / 3;
    flex: none;
    top: 0;
  }

  .gv-cart .btn {
    height: 44px;
    font-size: 11px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    justify-content: center;
  }

  .gv-cart .gv-cart-text {
    display: none;
  }

  .gv-cart .btn i {
    margin-right: 0;
  }
  
    .gv-main-header .gv-cart {
        display: none;
    }

}

.gv-search form {
  margin: 0;
}

.gv-navigation {
  width: 100%;
  background: #F8F5F0;
  border-top: 1px solid #E6E0D6;
  border-bottom: 1px solid #E6E0D6;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.gv-navigation .gv-header__container {
  max-width: var(--gv-container);
  padding: 0 24px;
}

@media (min-width: 992px) {
  .gv-navigation .gv-header__container {
    max-width: 1680px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Header Search + Cart */
.gv-search-form {
  display: flex;
  width: 100%;
  max-width: 760px;
  height: 56px;
  margin: 0;
  border: 1px solid #DDD4C7;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 8px 22px rgba(44,42,40,.06);
  overflow: hidden;
}

.gv-search-input {
  flex: 1 1 auto;
  height: 56px;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: #FFFFFF;
  color: #2F2F2F;
  font-size: 15px;
  line-height: 56px;
  padding: 0 20px;
  box-shadow: none;
  outline: none;
}

.gv-search-input::placeholder {
  color: #8A8176;
}

.gv-search-input:focus {
  border: 0;
  box-shadow: none;
}

.gv-search-button {
  flex: 0 0 62px;
  width: 62px;
  height: 56px;
  border: 0;
  border-left: 1px solid #EEE7DC;
  border-radius: 0;
  background: #F8F5F0;
  color: #5B6A49;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.gv-search-button:hover,
.gv-search-button:focus {
  background: #6E7F57;
  color: #FFFFFF;
}

.gv-cart .dropdown {
  width: 100%;
  display: flex !important;
  align-items: center;
}

.gv-cart .dropdown.d-grid {
  display: flex !important;
}

/* Header Cart */
.gv-cart .btn {
  width: 100%;
  height: 56px;
  min-height: 56px;
  border: 1px solid #DDD4C7;
  border-radius: 14px;
  background: #FFFFFF;
  color: #2F2F2F;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  box-shadow: 0 8px 22px rgba(44,42,40,.06);
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  line-height: 1;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.gv-cart .btn:hover,
.gv-cart .btn:focus {
  background: #6E7F57;
  border-color: #6E7F57;
  color: #FFFFFF;
  box-shadow: 0 10px 26px rgba(44,42,40,.10);
}

/* Premium cart dropdown links */
.gv-cart .dropdown-menu a {
  color: #4b4a45;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gv-cart .dropdown-menu a:hover,
.gv-cart .dropdown-menu a:focus {
  color: #7a8060;
  text-decoration: none;
}

/* Header Topbar Links */
.gv-topbar a,
.gv-topbar .dropdown-toggle {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.gv-topbar a:hover,
.gv-topbar .dropdown-toggle:hover {
  color: #ffffff;
}

.gv-topbar a:hover,
.gv-topbar a:focus,
.gv-topbar .dropdown-toggle:hover,
.gv-topbar .dropdown-toggle:focus {
  color: var(--gv-accent);
}

.gv-topbar .fa-solid {
  color: #B67A2E;
}

.gv-topbar .dropdown-menu {
  background: #ffffff;
  border: 1px solid #e6e0d6;
  border-radius: 3px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  min-width: 190px;
  padding: 8px 0;
  overflow: visible;
}

.gv-topbar .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 18px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-top: 1px solid #e6e0d6;
  border-left: 1px solid #e6e0d6;
  transform: rotate(45deg);
}

.gv-topbar .dropdown-item {
  color: #2f2f2f;
  font-size: 14px;
  padding: 11px 20px;
}

.gv-topbar .dropdown-item:hover,
.gv-topbar .dropdown-item:focus {
  color: #2f2f2f;
  background: #f8f5f0;
}

.gv-account-dropdown {
    background: #ffffff;
    border: 1px solid #e6e0d6;
    border-radius: 3px;
    box-shadow: 0 12px 30px rgba(0,0,0,.14);
    min-width: 210px;
    padding: 8px 0;
    overflow: visible;
}

.gv-account-dropdown::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-top: 1px solid #e6e0d6;
    border-left: 1px solid #e6e0d6;
    transform: rotate(45deg);
}

.gv-account-dropdown .dropdown-item {
    color: #2f2f2f;
    font-size: 14px;
    padding: 11px 20px;
    transition: background .2s ease;
}

.gv-account-dropdown .dropdown-item:hover,
.gv-account-dropdown .dropdown-item:focus {
    background: #f8f5f0;
    color: #2f2f2f;
}

.gv-account-dropdown li + li {
    border-top: 1px solid #eee7dc;
}

.gv-account-dropdown .dropdown-item {
    min-height: 46px;
    display: flex;
    align-items: center;
}

/* ==========================================================
   GanderVillage Full-Width Homepage Hero
   ========================================================== */

.gv-home-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.gv-home-hero .carousel,
.gv-home-hero .carousel-inner,
.gv-home-hero .carousel-item,
.gv-home-hero .row,
.gv-home-hero [class*="col-"],
.gv-home-hero a,
.gv-home-hero img {
  width: 100%;
  max-width: none;
}

.gv-home-hero .row {
  margin-left: 0;
  margin-right: 0;
}

.gv-home-hero img {
  display: block;
  height: auto;
}

/* ==========================================================
   GANDERVILLAGE FULL-WIDTH HOMEPAGE HERO
   ========================================================== */

#common-home > .gv-home-hero {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  overflow: hidden !important;
}

#common-home > .gv-home-hero > .carousel,
#common-home > .gv-home-hero .carousel-inner,
#common-home > .gv-home-hero .carousel-item,
#common-home > .gv-home-hero .row,
#common-home > .gv-home-hero [class*="col-"],
#common-home > .gv-home-hero a {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#common-home > .gv-home-hero img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
}

#common-home > .gv-home-hero > .carousel {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .gv-home-hero {
    display: none !important;
  }
}

/* ==========================================================
   GANDERVILLAGE FEATURED CATEGORIES
   ========================================================== */

.gv-featured-categories {
  padding: 52px 0 40px;
}

.gv-featured-categories__header {
  margin-bottom: 28px;
  text-align: center;
}

.gv-featured-categories__title {
  margin: 0 0 8px;
  color: #2F332B;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.gv-featured-categories__subtitle {
  margin: 0;
  color: #6F746A;
  font-size: 16px;
  line-height: 1.6;
}

.gv-featured-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gv-featured-category {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 360px;
  border-radius: 12px;
  background: #EEEAE2;
  box-shadow: 0 8px 24px rgba(47, 51, 43, 0.10);
  text-decoration: none;
}

.gv-featured-category__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gv-featured-category::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background: linear-gradient(
    to top,
    rgba(25, 27, 23, 0.78) 0%,
    rgba(25, 27, 23, 0.35) 58%,
    rgba(25, 27, 23, 0) 100%
  );
  content: "";
  pointer-events: none;
}

.gv-featured-category__name {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.gv-featured-category:hover .gv-featured-category__image {
  transform: scale(1.045);
}

.gv-featured-category:focus-visible {
  outline: 3px solid #6E7F57;
  outline-offset: 4px;
}

@media (max-width: 991px) {
  .gv-featured-categories {
    padding: 42px 0 52px;
  }

  .gv-featured-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .gv-featured-category {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .gv-featured-category__image {
    height: 100%;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .gv-featured-categories {
    padding: 34px 0 42px;
  }

  .gv-featured-categories__header {
    margin-bottom: 22px;
  }

  .gv-featured-categories__title {
    font-size: 27px;
  }

  .gv-featured-categories__subtitle {
    font-size: 15px;
  }

  .gv-featured-categories__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gv-featured-category,
  .gv-featured-category__image {
    min-height: 300px;
  }

  .gv-featured-category__name {
    right: 20px;
    bottom: 19px;
    left: 20px;
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gv-featured-category__image {
    transition: none;
  }

  .gv-featured-category:hover .gv-featured-category__image {
    transform: none;
  }
}

/* ==========================================================
   GANDERVILLAGE FEATURED PRODUCTS
   ========================================================== */

.gv-featured-products {
  margin-top: 0;
  margin-bottom: 68px;
}

.gv-featured-products > h3 {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 8px;
  color: #30352f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.gv-featured-products > .row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 24px;
}

.gv-featured-products > .row > .col {
  margin-bottom: 0 !important;
}

.gv-featured-products .product-thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ebe6de;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(47, 52, 45, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.gv-featured-products .product-thumb:hover {
  transform: translateY(-4px);
  border-color: #dcd5ca;
  box-shadow: 0 13px 30px rgba(47, 52, 45, 0.11);
}

.gv-featured-products .product-thumb .image {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #faf8f4;
  text-align: center;
}

.gv-featured-products .product-thumb .image a {
  display: block;
}

.gv-featured-products .product-thumb .image a:hover {
  opacity: 1;
}

.gv-featured-products .product-thumb .image img {
  display: block;
  width: 100%;
  height: 220px;
  margin: 0 auto;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.gv-featured-products .product-thumb:hover .image img {
  transform: scale(1.03);
}

.gv-featured-products .product-thumb .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}

.gv-featured-products .product-thumb .description {
  flex: 1;
  margin-bottom: 0;
  padding: 20px 20px 78px;
}

.gv-featured-products .product-thumb .description h4 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.gv-featured-products .product-thumb .description h4 a {
  color: #30352f;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gv-featured-products .product-thumb .description h4 a:hover {
  color: #607052;
}

.gv-featured-products .product-thumb .description p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 15px;
  color: #74766f;
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gv-featured-products .product-thumb .price {
  margin-top: 9px;
  color: #30352f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.gv-featured-products .product-thumb .price-new {
  color: #506242;
  font-size: 17px;
  font-weight: 700;
}

.gv-featured-products .product-thumb .price-old {
  margin-left: 7px;
  color: #9a9992;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}

.gv-featured-products .product-thumb .price-tax {
  display: block;
  margin-top: 4px;
  color: #99978f;
  font-size: 10px;
  font-weight: 400;
}

.gv-featured-products .product-thumb .rating {
  margin-top: 11px;
  color: #a58a50;
}

.gv-featured-products .product-thumb .rating .fa-stack {
  width: 15px;
  height: 15px;
  line-height: 15px;
}

.gv-featured-products .product-thumb .button {
  display: flex;
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  width: auto;
  gap: 7px;
}

.gv-featured-products .product-thumb .button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #ded8cf;
  border-radius: 50%;
  background: #fff;
  color: #626a5f;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.gv-featured-products .product-thumb .button button:first-child {
  flex: 1;
  width: auto;
  border-radius: 999px;
  border-color: #586a4b;
  background: #586a4b;
  color: #fff;
}

.gv-featured-products .product-thumb .button button:first-child::after {
  content: "Add to Cart";
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.gv-featured-products .product-thumb .button button.gv-out-of-stock,
#product-list .product-thumb .button button.gv-out-of-stock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-color: #d7d2ca;
  background: #ece9e3;
  color: #77766f;
  cursor: not-allowed;
}

#product-list .product-thumb .button button.gv-out-of-stock {
  width: 50%;
  white-space: nowrap;
}

#product-list .product-thumb .button button.gv-out-of-stock + button,
#product-list .product-thumb .button button.gv-out-of-stock + button + button {
  width: 25%;
}

.gv-featured-products .product-thumb .button button.gv-out-of-stock::after,
#product-list .product-thumb .button button.gv-out-of-stock::after {
  content: none;
}

.gv-featured-products .product-thumb .button button.gv-out-of-stock span,
#product-list .product-thumb .button button.gv-out-of-stock span {
  margin-left: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.gv-featured-products .product-thumb .button button.gv-out-of-stock:hover,
#product-list .product-thumb .button button.gv-out-of-stock:hover {
  border-color: #d7d2ca;
  background: #ece9e3;
  color: #77766f;
  transform: none;
}

.gv-featured-products .product-thumb .button button:hover {
  border-color: #586a4b;
  background: #f4f6f2;
  color: #586a4b;
  cursor: pointer;
  transform: translateY(-1px);
}

.gv-featured-products .product-thumb .button button:first-child:hover {
  border-color: #46563c;
  background: #46563c;
  color: #fff;
}

.gv-featured-products .product-thumb .button button + button {
  border-left: 1px solid #ded8cf;
}

@media (max-width: 1199px) {
  .gv-featured-products .product-thumb .image img {
    height: 205px;
  }
}

@media (max-width: 767px) {
  .gv-featured-products {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .gv-featured-products > h3 {
    margin-bottom: 24px;
    font-size: 29px;
  }

  .gv-featured-products > .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 20px;
  }

  .gv-featured-products .product-thumb .image {
    padding: 18px;
  }

  .gv-featured-products .product-thumb .image img {
    height: 205px;
  }

  .gv-featured-products .product-thumb .description {
    padding: 18px 18px 76px;
  }

  .gv-featured-products .product-thumb .button {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
}

@media (max-width: 575px) {
  .gv-featured-products .product-thumb {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  .gv-featured-products .product-thumb .image img {
    height: 225px;
  }
}

.gv-related-products {
  margin-top: 54px;
  padding-top: 6px;
}

.gv-related-products > h3 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 10px;
  color: #30352f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.gv-related-products > h3::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 12px;
  background: #7a8060;
  border-radius: 999px;
}

@media (max-width: 767px) {
  .gv-related-products {
    margin-top: 42px;
  }

  .gv-related-products > h3 {
    margin-bottom: 20px;
  }
}

/* ==========================================================
   GANDERVILLAGE SEARCH PAGE
   ========================================================== */

.gv-search-page {
  padding-top: 20px;
  padding-bottom: 64px;
}

.gv-search-header {
  margin: 12px 0 36px;
}

.gv-search-eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f8257;
}

.gv-search-header h1 {
  margin: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.15;
  color: #2f2f2f;
}

.gv-search-panel {
  margin-bottom: 48px;
  padding: 36px;
  background: #f8f5f0;
  border: 1px solid #ece6db;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

.gv-search-panel__heading {
  margin-bottom: 28px;
}

.gv-search-panel__heading h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 500;
  color: #2f2f2f;
}

.gv-search-panel__heading p {
  margin: 0;
  color: #666;
}

.gv-search-panel__actions {
  margin-top: 16px;
  text-align: right;
}

.gv-search-panel .form-label {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
}

.gv-search-panel .form-control,
.gv-search-panel .form-select {
  height: 52px;
  border: 1px solid #ddd6ca;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.gv-search-panel .form-control:focus,
.gv-search-panel .form-select:focus {
  border-color: #6f8257;
  box-shadow: 0 0 0 0.2rem rgba(111,130,87,.15);
}

.gv-search-panel .form-check {
  margin-top: 10px;
}

.gv-search-panel .btn-primary {
  min-width: 170px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  background: #6f8257;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gv-search-panel .btn-primary:hover {
  background: #5d6e49;
}

.gv-search-results__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e2d8;
}

.gv-search-results__heading h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  color: #2f2f2f;
}

.gv-search-toolbar {
  margin-bottom: 30px;
  padding: 24px;
  background: #faf8f4;
  border: 1px solid #ece6db;
  border-radius: 14px;
}

.gv-search-pagination {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e8e2d8;
}

.gv-search-toolbar .btn-primary {
  background: #6f8257;
  border-color: #6f8257;
}

.gv-search-toolbar .btn-primary:hover {
  background: #5d6e49;
  border-color: #5d6e49;
}

.gv-search-toolbar .btn-group .btn {
  min-width: 42px;
  background: #fff;
  border-color: #ddd6ca;
}

.gv-search-toolbar .input-group-text {
  background: #f8f5f0;
  border-color: #ddd6ca;
  font-weight: 600;
}

.gv-search-toolbar .form-select {
  border-color: #ddd6ca;
}

#product-list {
  margin-top: 10px;
}

.gv-search-empty {
  padding: 80px 30px;
  text-align: center;
  background: #faf8f4;
  border: 1px solid #ece6db;
  border-radius: 16px;
}

.gv-search-empty i {
  margin-bottom: 20px;
  font-size: 52px;
  color: #6f8257;
}

.gv-search-empty h3 {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 400;
  color: #2f2f2f;
}

.gv-search-empty p {
  max-width: 520px;
  margin: 0 auto;
  color: #666;
}

@media (max-width: 767px) {
  .gv-search-header h1 {
    font-size: 34px;
  }

  .gv-search-panel {
    padding: 24px;
  }

  .gv-search-panel__actions {
    text-align: stretch;
  }

  .gv-search-panel .btn-primary {
    width: 100%;
  }

  .gv-search-toolbar {
    padding: 18px;
  }
}

/* ==========================================================
   GANDERVILLAGE CATEGORY PAGE
   Category header and page spacing
   ========================================================== */

#product-category.gv-category-page {
  padding-top: 0;
  padding-bottom: 72px;
}

#product-category .gv-category-breadcrumb {
  margin-bottom: 28px;
}

#product-category .gv-category-header {
  margin-bottom: 28px;
}

#product-category .gv-category-header h1 {
  margin: 0;
  color: #303030;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

#product-category .gv-category-intro {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 24px;
  padding: 24px;
  background: #f8f5f0;
  border: 1px solid #e6dfd5;
  border-radius: 12px;
}

#product-category .gv-category-image {
  flex: 0 0 220px;
}

#product-category .gv-category-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

#product-category .gv-category-description {
  flex: 1 1 auto;
  color: #555;
  font-size: 15px;
  line-height: 1.75;
}

#product-category .gv-category-description > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #product-category.gv-category-page {
    padding-bottom: 48px;
  }

  #product-category .gv-category-breadcrumb {
    margin-bottom: 22px;
  }

  #product-category .gv-category-header {
    margin-bottom: 24px;
  }

  #product-category .gv-category-header h1 {
    font-size: 30px;
  }

  #product-category .gv-category-intro {
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
    padding: 20px;
  }

  #product-category .gv-category-image {
    flex-basis: auto;
    width: 100%;
  }
}

/* ==========================================================
   GANDERVILLAGE CATEGORY TOOLBAR
   ========================================================== */

#product-category .gv-category-toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding: 16px;
  background: #f8f5f0;
  border: 1px solid #e6dfd5;
  border-radius: 12px;
}

#product-category .gv-category-toolbar__compare {
  flex: 0 0 auto;
}

#product-category .gv-category-toolbar__compare .btn {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 8px;
}

#product-category .gv-category-toolbar__view {
  flex: 0 0 auto;
  align-items: center;
}

#product-category .gv-category-toolbar__view .btn {
  min-width: 44px;
  min-height: 44px;
  border-color: #ddd5ca;
}

#product-category .gv-category-toolbar__controls {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 14px;
}

#product-category .gv-category-toolbar__controls .input-group {
  width: auto;
  min-width: 210px;
}

#product-category .gv-category-toolbar__controls .input-group:first-child {
  min-width: 280px;
}

#product-category .gv-category-toolbar .input-group-text,
#product-category .gv-category-toolbar .form-select {
  min-height: 44px;
  border-color: #ddd5ca;
}

#product-category .gv-category-toolbar .input-group-text {
  background: #fff;
  color: #444;
}

@media (max-width: 991px) {
  #product-category .gv-category-toolbar {
    flex-wrap: wrap;
  }

  #product-category .gv-category-toolbar__controls {
    flex-basis: 100%;
  }

  #product-category .gv-category-toolbar__controls .input-group {
    flex: 1 1 0;
    min-width: 0;
  }

  #product-category .gv-category-toolbar__controls .input-group:first-child {
    min-width: 0;
  }
}

@media (max-width: 575px) {
  #product-category .gv-category-toolbar {
    align-items: stretch;
    padding: 14px;
  }

  #product-category .gv-category-toolbar__compare {
    width: 100%;
  }

  #product-category .gv-category-toolbar__compare .btn {
    display: block;
    width: 100%;
  }

  #product-category .gv-category-toolbar__controls {
    flex-direction: column;
  }

  #product-category .gv-category-toolbar__controls .input-group {
    width: 100%;
  }
}

/* ==========================================================
   GANDERVILLAGE CATEGORY PRODUCTS AND PAGINATION
   ========================================================== */

#product-category .gv-category-products {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 28px;
  margin-bottom: 32px;
}

#product-category .gv-category-products > .col {
  display: flex;
}

#product-category .gv-category-products .product-thumb {
  width: 100%;
}

#product-category .gv-category-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid #e6dfd5;
}

#product-category .gv-category-pagination__links {
  flex: 0 0 auto;
}

#product-category .gv-category-pagination__results {
  flex: 1 1 auto;
  color: #666;
  font-size: 14px;
  text-align: right;
}

#product-category .gv-category-pagination .pagination {
  margin: 0;
}

#product-category .gv-category-pagination .page-link {
  min-width: 40px;
  min-height: 40px;
  padding: 9px 12px;
  color: #4f653c;
  text-align: center;
  background: #fff;
  border-color: #ddd5ca;
}

#product-category .gv-category-pagination .page-item:first-child .page-link {
  border-radius: 8px 0 0 8px;
}

#product-category .gv-category-pagination .page-item:last-child .page-link {
  border-radius: 0 8px 8px 0;
}

#product-category .gv-category-pagination .page-item.active .page-link {
  color: #fff;
  background: #6f8455;
  border-color: #6f8455;
}

#product-category .gv-category-pagination .page-link:hover {
  color: #303030;
  background: #f8f5f0;
  border-color: #cfc4b6;
}

@media (max-width: 575px) {
  #product-category .gv-category-products {
    --bs-gutter-y: 22px;
    margin-bottom: 26px;
  }

  #product-category .gv-category-pagination {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  #product-category .gv-category-pagination__links {
    display: flex;
    justify-content: center;
  }

  #product-category .gv-category-pagination__results {
    text-align: center;
  }
}

/* ==========================================================
   GANDERVILLAGE CATEGORY REFINE LINKS
   ========================================================== */

#product-category .gv-category-refine {
  margin-bottom: 28px;
  padding: 22px;
  background: #f8f5f0;
  border: 1px solid #e6dfd5;
  border-radius: 12px;
}

#product-category .gv-category-refine h2 {
  margin: 0 0 18px;
  color: #303030;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

#product-category .gv-category-refine__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#product-category .gv-category-refine__link {
  display: block;
  padding: 12px 14px;
  color: #303030;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd5ca;
  border-radius: 8px;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

#product-category .gv-category-refine__link:hover {
  color: #4f653c;
  background: #fffdf9;
  border-color: #b8aa98;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  #product-category .gv-category-refine__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  #product-category .gv-category-refine {
    padding: 18px;
  }

  #product-category .gv-category-refine h2 {
    font-size: 22px;
  }

  #product-category .gv-category-refine__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
   GANDERVILLAGE CATEGORY SIDEBAR
   ========================================================== */

#column-left .list-group {
  background: #f8f5f0;
  border: 1px solid #e6dfd5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

#column-left .list-group-item {
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ece6dd;
  transition: all .2s ease;
}

#column-left .list-group-item:last-child {
  border-bottom: 0;
}

#column-left .list-group-item:hover {
  background: #f3eee6;
  color: #556b3f;
}

#column-left .list-group-item.active {
  color: #fff;
  background: #6f8455;
  font-weight: 600;
}

#column-left .list-group-item.list-group-item-child {
  padding-left: 34px;
  font-size: 13px;
  background: #fcfbf8;
}

#column-left .list-group-item.list-group-item-child.active {
  background: #7b9160;
}

@media (max-width: 991px) {
  #column-left .list-group {
    margin-bottom: 24px;
  }
}

/* ==========================================================
   GANDERVILLAGE PRODUCT PAGE
   ========================================================== */

#product-info {
  padding-top: 8px;
  padding-bottom: 72px;
}

@media (min-width: 1200px) {
  #product-info {
    max-width: 1440px;
  }
}

#product-info > .breadcrumb {
  margin-bottom: 28px;
}

#product-info #content > .row.mb-3 {
  align-items: flex-start;
  margin-bottom: 56px !important;
}

.gv-product-layout {
  align-items: flex-start;
}

.gv-product-gallery-column {
  padding-right: 56px;
}

.gv-product-details-column {
  display: flex;
}

.gv-product-details {
  width: 100%;
  max-width: 520px;
}

.gv-product-main-image {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.gv-product-thumbnails {
  margin-top: 18px;
}

#product-info #content > .row.mb-3 > .col-sm {
  min-width: 0;
}

#product-info h1 {
  margin: 0 0 18px;
  color: #303030;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#product-info .image {
  padding-right: 28px;
}

#product-info .image > a {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #f8f5f0;
}

#product-info .image > a > img {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #f8f5f0;
}

#product-info .image > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

#product-info .image > div > a {
  display: block;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 1px solid #ded9d0;
  border-radius: 10px;
  background: #ffffff;
}

#product-info .image > div > a:hover {
  border-color: #7a8060;
}

#product-info .image > div img {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 10px;
  object-fit: cover;
}

#product-info .list-unstyled {
  margin-bottom: 18px;
}

#product-info .list-unstyled li {
  margin-bottom: 7px;
  color: #66615b;
  line-height: 1.55;
}

#product-info .list-unstyled a {
  color: #596044;
}

#product-info .rating {
  margin-bottom: 18px;
}

#product-info .rating p {
  margin: 0;
}

#product-info .rating a {
  color: #66615b;
}

#product-info .price-new {
  color: #303030;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

#product-info .price-old {
  display: inline-block;
  margin-bottom: 4px;
  color: #9a938b;
  font-size: 17px;
}

#product-info #product {
  margin-top: 24px;
}

#product-info #product h3 {
  margin-bottom: 18px;
  color: #303030;
  font-size: 21px;
  font-weight: 600;
}

#product-info #product hr {
  margin: 26px 0;
  border-color: #e4dfd7;
  opacity: 1;
}

#product-info .form-label {
  margin-bottom: 8px;
  color: #403d38;
  font-size: 14px;
  font-weight: 600;
}

#product-info .form-control,
#product-info .form-select {
  min-height: 48px;
  border-color: #d8d2c9;
  border-radius: 8px;
}

#product-info .form-control:focus,
#product-info .form-select:focus {
  border-color: #7a8060;
  box-shadow: 0 0 0 0.2rem rgba(122, 128, 96, 0.14);
}

#product-info #tab-review h2 {
  margin: 0 0 22px;
  color: #303030;
  font-size: 26px;
  line-height: 1.3;
}

#product-info #tab-review .mb-3 {
  margin-bottom: 22px !important;
}

#product-info #tab-review label {
  margin-bottom: 8px;
  color: #303030;
  font-size: 14px;
  font-weight: 600;
}

#product-info #tab-review textarea.form-control {
  min-height: 150px;
  padding: 14px 16px;
  resize: vertical;
}

#product-info #tab-review input.form-control {
  padding-right: 16px;
  padding-left: 16px;
}

#product-info #tab-review .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-color: #cbc5bc;
}

#product-info #tab-review .form-check-input:checked {
  border-color: #6f7654;
  background-color: #6f7654;
}

#product-info #tab-review .form-check-input:focus {
  border-color: #7a8060;
  box-shadow: 0 0 0 0.2rem rgba(122, 128, 96, 0.14);
}

#product-info #tab-review .text-end {
  margin-top: 26px;
}

#product-info #tab-review .btn-primary {
  min-width: 140px;
  min-height: 48px;
  padding: 12px 24px;
  border-color: #6f7654;
  border-radius: 9px;
  background: #6f7654;
  font-size: 15px;
  font-weight: 600;
}

#product-info #tab-review .btn-primary:hover,
#product-info #tab-review .btn-primary:focus {
  border-color: #596044;
  background: #596044;
}

#product-info #form-product .input-group {
  gap: 10px;
}

#product-info #form-product .input-group-text {
  border: 1px solid #d8d2c9;
  border-radius: 8px;
  background: #f8f5f0;
  color: #403d38;
}

#product-info #input-quantity {
  flex: 0 0 76px;
  max-width: 76px;
  text-align: center;
}

#product-info #button-cart {
  min-height: 50px;
  border-radius: 8px;
  font-weight: 600;
}

#product-info .nav-tabs {
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 8px;
  border: 1px solid #e3ded6;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: #f8f5f0;
}

#product-info .nav-tabs .nav-item {
  margin: 0;
}

#product-info .nav-tabs .nav-link {
  min-height: 52px;
  margin: 0;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #69645e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

#product-info .nav-tabs .nav-link:hover {
  border-color: #ddd7ce;
  background: #ffffff;
  color: #303030;
}

#product-info .nav-tabs .nav-link.active {
  border-color: #d7d1c8;
  background: #ffffff;
  color: #303030;
  box-shadow: 0 4px 14px rgba(48, 48, 48, 0.08);
}

#product-info .tab-content {
  margin-top: 0;
  padding: 38px 42px 46px;
  border: 1px solid #e4dfd7;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(48, 48, 48, 0.05);
  color: #57524c;
  font-size: 15px;
  line-height: 1.8;
}

#product-info #tab-description {
  max-width: 1180px;
}

#product-info #tab-description > *:first-child {
  margin-top: 0;
}

#product-info #tab-description > *:last-child {
  margin-bottom: 0;
}

#product-info #tab-description p {
  margin-bottom: 20px;
}

#product-info #tab-description h2,
#product-info #tab-description h3,
#product-info #tab-description h4,
#product-info #tab-description h5,
#product-info #tab-description h6,
#product-info #tab-description strong {
  color: #303030;
}

#product-info #tab-description h2,
#product-info #tab-description h3 {
  margin-top: 32px;
  margin-bottom: 14px;
  line-height: 1.3;
}

#product-info #tab-description h4,
#product-info #tab-description h5,
#product-info #tab-description h6 {
  margin-top: 26px;
  margin-bottom: 12px;
  line-height: 1.4;
}

#product-info #tab-description ul,
#product-info #tab-description ol {
  margin-bottom: 22px;
  padding-left: 24px;
}

#product-info #tab-description li {
  margin-bottom: 8px;
}

#product-info #tab-description a {
  color: #6f7654;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#product-info #tab-description a:hover {
  color: #4f553d;
}

#product-info #tab-description a:hover

#product-info #tab-specification .table-responsive {
  overflow: hidden;
  border: 1px solid #e4dfd7;
  border-radius: 12px;
  background: #ffffff;
}

#product-info #tab-specification .table {
  margin-bottom: 0;
  border: 0;
  color: #57524c;
}

#product-info #tab-specification .table > :not(caption) > * > * {
  padding: 16px 18px;
  border-width: 0;
  border-bottom: 1px solid #ece7df;
  vertical-align: middle;
}

#product-info #tab-specification thead td {
  background: #f8f5f0;
  color: #303030;
  font-size: 15px;
  font-weight: 600;
}

#product-info #tab-specification tbody td:first-child {
  width: 36%;
  background: #fcfbf9;
  color: #303030;
  font-weight: 600;
}

#product-info #tab-specification tbody td + td {
  border-left: 1px solid #ece7df;
}

#product-info #tab-specification tbody tr:last-child td {
  border-bottom: 0;
}

#product-info #tab-specification .table-bordered {
  border: 0;
}

#product-info #tab-specification .table-bordered > :not(caption) > * {
  border-width: 0;
}

#product-info #tab-specification .table-bordered > :not(caption) > * > * {
  border-width: 0;
  border-bottom: 1px solid #ece7df;
}

#product-info #tab-specification .table-bordered tbody td + td {
  border-left: 1px solid #ece7df;
}

#product-info #tab-specification .table-bordered tbody tr:last-child td {
  border-bottom: 0;
}

.gv-product-summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gv-product-meta {
  margin: 0;
  padding: 18px 22px;
  background: #f8f5f0;
  border: 1px solid #e4dfd7;
  border-radius: 12px;
}

.gv-product-meta li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 8px 0;
}

.gv-product-meta li:not(:last-child) {
  border-bottom: 1px solid #ece7df;
}

.gv-product-meta span {
  color: #66615b;
  font-weight: 600;
}

.gv-product-price {
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e4dfd7;
  border-radius: 12px;
}

.gv-product-price h2 {
  margin: 0;
}

.gv-product-tax,
.gv-product-points,
.gv-product-discounts {
  margin-top: 10px;
  color: #66615b;
  font-size: 14px;
}

.gv-product-actions {
  display: flex;
  gap: 12px;
}

.gv-product-action-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid #d8d2c9;
  border-radius: 10px;
  background: #fff;
  color: #303030;
}

.gv-product-action-button:hover {
  border-color: #7a8060;
  background: #f8f5f0;
}

.gv-product-purchase {
  padding: 22px;
  background: #f8f5f0;
  border: 1px solid #e4dfd7;
  border-radius: 12px;
}

.gv-product-purchase-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.gv-product-quantity {
  flex: 0 0 90px;
}

.gv-product-quantity label {
  display: block;
  margin-bottom: 8px;
  color: #66615b;
  font-size: 13px;
  font-weight: 600;
}

.gv-product-purchase #button-cart {
  flex: 1;
  min-height: 48px;
  font-size: 16px;
  font-weight: 600;
}

.gv-product-purchase .alert {
  margin-top: 18px;
  margin-bottom: 0;
}

.gv-product-trust {
  margin-top: 24px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e4dfd7;
  border-radius: 12px;
}

.gv-product-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
}

.gv-product-trust-item:not(:last-child) {
  border-bottom: 1px solid #ece7df;
}

.gv-product-trust-item i {
  width: 22px;
  margin-top: 2px;
  color: #7a8060;
  font-size: 18px;
  text-align: center;
}

.gv-product-trust-item strong {
  display: block;
  margin-bottom: 2px;
  color: #303030;
  font-size: 15px;
  font-weight: 600;
}

.gv-product-trust-item span {
  display: block;
  color: #66615b;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  #product-info h1 {
    font-size: 32px;
  }

  #product-info .image {
    padding-right: 14px;
  }

  #product-info .price-new {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  #product-info {
    padding-bottom: 48px;
  }

  #product-info > .breadcrumb {
    margin-bottom: 20px;
  }

  #product-info #content > .row.mb-3 {
    margin-bottom: 40px !important;
  }

  #product-info #content > .row.mb-3 > .col-sm {
    flex: 0 0 100%;
    width: 100%;
  }

  #product-info #content > .row.mb-3 > .col-sm + .col-sm {
    margin-top: 30px;
  }

  #product-info .image {
    padding-right: 0;
  }

  #product-info h1 {
    font-size: 28px;
  }

  #product-info .image > div > a {
    width: 70px;
    height: 70px;
  }

  #product-info #form-product .input-group {
    display: grid;
    grid-template-columns: auto 76px 1fr;
  }

  #product-info .nav-tabs {
    gap: 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  #product-info .nav-tabs .nav-link {
    white-space: nowrap;
  }
 
   #product-info .tab-content {
    margin-top: 0;
    padding: 28px 22px 34px;
    border-top: 0;
    border-radius: 0 0 12px 12px;
  }
}

/* ==========================================================
   PREMIUM CHECKOUT
========================================================== */

#checkout-cart,
#checkout-checkout,
#common-success {
  padding-top: 24px;
  padding-bottom: 60px;
}

#checkout-cart h1,
#checkout-checkout h1,
#common-success h1 {
  margin: 0 0 28px;
  color: #3f3a34;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -.02em;
}

#checkout-cart .breadcrumb,
#checkout-checkout .breadcrumb,
#common-success .breadcrumb {
  margin-bottom: 36px;
  background: #f8f5f0;
  border: 1px solid #e6e0d8;
  border-radius: 12px;
}

#checkout-cart .breadcrumb a,
#checkout-checkout .breadcrumb a,
#common-success .breadcrumb a {
  color: #60664c;
  text-decoration: none;
  transition: color 0.2s ease;
}

#checkout-cart .breadcrumb a:hover,
#checkout-checkout .breadcrumb a:hover,
#common-success .breadcrumb a:hover,
#checkout-cart .breadcrumb a:focus,
#checkout-checkout .breadcrumb a:focus,
#common-success .breadcrumb a:focus {
  color: #7a8060;
  text-decoration: none;
}

#checkout-cart .table-responsive,
#checkout-checkout .table-responsive {
  background: #ffffff;
  border: 1px solid #e6e0d8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,.05);
}

#checkout-cart table {
  margin: 0;
  border: 0;
}

#checkout-cart thead th {
  padding: 18px 20px;
  background: #f8f5f0;
  border-bottom: 1px solid #e6e0d8;
  border-right: 1px solid #ece7df;
  color: #4d473f;
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  vertical-align: middle;
}

#checkout-cart thead th:last-child {
  border-right: 0;
}

#checkout-cart tbody td,
#checkout-cart tfoot td {
  padding: 22px 20px;
  border-top: 1px solid #ece7df;
  border-bottom: 1px solid #ece7df;
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
  color: #57524c;
}

#checkout-cart tbody tr:hover {
  background: #fcfbf8;
}

#checkout-cart tfoot td {
  background: #fbfaf7;
  padding-top: 14px;
  padding-bottom: 14px;
}

#checkout-cart tfoot strong {
  color: #3f3a34;
  font-weight: 600;
}

#checkout-cart tbody td:first-child img {
  width: 72px;
  border: 1px solid #e6e0d8;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
}

#checkout-cart tbody td:nth-child(2) > a {
  display: inline-block;
  margin-bottom: 8px;
  color: #3f3a34;
  font-size: 1.08rem;
  font-weight: 600;
  text-decoration: none;
}

#checkout-cart tbody td:nth-child(2) > a:hover {
  color: #6e7f57;
}

#checkout-cart tbody .list-unstyled {
  margin: 0;
}

#checkout-cart tbody .list-unstyled small {
  color: #777067;
  line-height: 1.8;
}

#checkout-cart .input-group .form-control {
  height: 46px;
  border-color: #ddd6cc;
  box-shadow: none;
}

#checkout-cart .input-group .btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  margin-left: 6px;
  border: 1px solid #d8d2c9;
  border-radius: 8px;
  background: #f8f5f0;
  color: #6e7f57;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

#checkout-cart .input-group .btn-primary {
  color: #6e7f57;
}

#checkout-cart .input-group .btn-danger {
  color: #b45d57;
}

#checkout-cart .input-group .btn:hover {
  background: #ffffff;
  border-color: #c6beb2;
}

#checkout-cart .input-group .btn-primary:hover {
  color: #5b6a49;
}

#checkout-cart .input-group .btn-danger:hover {
  color: #9f4741;
}

#checkout-cart .input-group .btn i {
  font-size: 14px;
}

#checkout-cart .input-group {
  align-items: center;
}

@media (max-width: 767px) {
  #checkout-cart .input-group {
    flex-wrap: nowrap;
  }

  #checkout-cart .input-group .form-control {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 36px;
    padding: 6px;
    text-align: center;
    flex: 0 0 48px;
  }

  #checkout-cart .input-group .btn {
    margin-left: 4px;
    flex: 0 0 36px;
  }
}

@media (max-width: 767px) {
  #checkout-cart {
    width: 100%;
    max-width: none;
    padding-right: 12px;
    padding-left: 12px;
  }

  #checkout-cart .table-responsive {
    width: 100%;
    overflow: hidden;
  }

  #checkout-cart table {
    width: 100%;
    min-width: 0;
  }

  #checkout-cart thead {
    display: none;
  }

  #checkout-cart tbody,
  #checkout-cart tbody tr,
  #checkout-cart tbody td {
    display: block;
    width: 100%;
  }

  #checkout-cart tbody tr {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px 16px;
    padding: 20px;
  }

  #checkout-cart tbody td {
    padding: 0;
    border: 0;
  }

  #checkout-cart tbody td:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 4;
  }

  #checkout-cart tbody td:nth-child(2),
  #checkout-cart tbody td:nth-child(3),
  #checkout-cart tbody td:nth-child(4),
  #checkout-cart tbody td:nth-child(5) {
    grid-column: 2;
  }

  #checkout-cart tbody td:nth-child(4),
  #checkout-cart tbody td:nth-child(5) {
    text-align: left !important;
  }

  #checkout-cart tfoot,
  #checkout-cart tfoot tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}

@media (max-width: 767px) {
  #checkout-cart tbody td:nth-child(4),
  #checkout-cart tbody td:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 220px;
    font-weight: 600;
  }

  #checkout-cart tbody td:nth-child(4)::before {
    content: "Unit Price";
    color: #777067;
    font-weight: 500;
  }

  #checkout-cart tbody td:nth-child(5)::before {
    content: "Product Total";
    color: #777067;
    font-weight: 500;
  }
}

#checkout-cart td.text-end {
  font-weight: 600;
}

#checkout-cart tfoot td:last-child {
  color: #3f3a34;
  font-size: 1.05rem;
  font-weight: 700;
}

#checkout-cart .table-bordered,
#checkout-cart .table-bordered > :not(caption) > * {
  border-color: #e6e0d8;
}

#checkout-cart .table-bordered > :not(caption) > * > * {
  border-color: #e6e0d8;
}

#checkout-cart h2 {
  margin: 28px 0 8px;
  color: #3f3a34;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -.02em;
}

#checkout-cart h2 + p {
  margin-bottom: 16px;
  color: #6f6961;
}

#checkout-cart #accordion {
  margin-bottom: 18px;
  border: 1px solid #e6e0d8;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

#checkout-cart #accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #ece7df;
}

#checkout-cart #accordion .accordion-item:last-child {
  border-bottom: 0;
}

#checkout-cart #accordion .accordion-button {
  min-height: 58px;
  padding: 16px 18px;
  background: #ffffff;
  color: #3f3a34;
  font-weight: 600;
  box-shadow: none;
}

#checkout-cart #accordion .accordion-button:not(.collapsed) {
  background: #f8f5f0;
  color: #3f3a34;
}

#checkout-cart #accordion .accordion-body {
  padding: 20px;
  background: #fbfaf7;
}

#checkout-cart > .row:last-child .btn {
  min-width: 0;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 600;
  transition: all .25s ease;
}

#checkout-cart .btn-light {
  background: #ffffff;
  border: 1px solid #d8d2c9;
  color: #57524c;
}

#checkout-cart .btn-light:hover,
#checkout-cart .btn-light:focus {
  background: #f8f5f0;
  border-color: #c9c2b8;
}

#checkout-cart .btn-primary {
  background: #6e7f57;
  border-color: #6e7f57;
  color: #ffffff;
}

#checkout-cart .btn-primary:hover,
#checkout-cart .btn-primary:focus {
  background: #5b6a49;
  border-color: #5b6a49;
}

@media (max-width: 575px) {
  #checkout-cart #alert .alert {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 42px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 767px) {
  #checkout-cart tfoot {
    display: block;
    width: 100%;
  }

  #checkout-cart tfoot tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
  }

  #checkout-cart tfoot td {
    display: block;
    width: auto !important;
    padding: 14px 16px;
  }

  #checkout-cart tfoot td:first-child {
    text-align: right !important;
  }

  #checkout-cart tfoot td:last-child {
    min-width: 105px;
    text-align: right !important;
  }
}

@media (max-width: 575px) {
  #checkout-cart h2 {
    margin-top: 24px;
    font-size: 1.35rem;
    line-height: 1.25;
  }

  #checkout-cart h2 + p {
    margin-bottom: 14px;
    line-height: 1.6;
  }

  #checkout-cart #accordion {
    border-radius: 10px;
  }

  #checkout-cart #accordion .accordion-button {
    min-height: 50px;
    padding: 13px 16px;
    font-size: .9rem;
  }

  #checkout-cart > .row:last-child .btn {
    padding: 8px 12px;
    font-size: .82rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}

/* ==========================================================
   GanderVillage Premium Checkout
   ========================================================== */
   
   .gv-checkout {
  margin-top: 26px;
  margin-bottom: 80px;
}

.gv-checkout__breadcrumb {
  margin-bottom: 32px;
}

.gv-checkout__header {
  margin-bottom: 42px;
}

.gv-checkout__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #7a8060;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gv-checkout__header h1 {
  margin: 0 0 14px;
  color: #2f3431;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.15;
}

.gv-checkout__header p {
  max-width: 620px;
  margin: 0;
  color: #66615b;
  font-size: 17px;
  line-height: 1.8;
}

.gv-checkout__layout {
  align-items: flex-start;
}

.gv-checkout__details,
.gv-checkout__sidebar {
  display: flex;
  flex-direction: column;
}

.gv-checkout__panel {
  background: #fbf9f5;
  border: 1px solid #e5ddd2;
  border-radius: 16px;
  padding: 34px;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

.gv-checkout__section + .gv-checkout__section,
.gv-checkout__section + .gv-checkout__summary {
  margin-top: 28px;
}

@media (max-width: 991px) {

  .gv-checkout__details {
    margin-bottom: 30px;
  }

  .gv-checkout__panel {
    padding: 28px;
  }

  .gv-checkout__header h1 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {

  .gv-checkout {
    margin-top: 18px;
    margin-bottom: 56px;
  }

  .gv-checkout__header {
    margin-bottom: 28px;
  }

  .gv-checkout__header h1 {
    font-size: 34px;
  }

  .gv-checkout__header p {
    font-size: 16px;
  }

  .gv-checkout__panel {
    padding: 22px;
    border-radius: 12px;
  }
}

/* Checkout Form Controls */

.gv-checkout input.form-control,
.gv-checkout select.form-select,
.gv-checkout textarea.form-control {
  min-height: 50px;
  border: 1px solid #d8d2c9;
  border-radius: 10px;
  background: #fff;
  color: #2f3431;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.gv-checkout textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.gv-checkout input.form-control:focus,
.gv-checkout select.form-select:focus,
.gv-checkout textarea.form-control:focus {
  border-color: #7a8060;
  box-shadow: 0 0 0 .2rem rgba(122,128,96,.14);
}

.gv-checkout label {
  margin-bottom: 8px;
  color: #4b4b47;
  font-size: 13px;
  font-weight: 600;
}

.gv-checkout h2,
.gv-checkout h3,
.gv-checkout legend {
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebe5dc;
  color: #2f3431;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.gv-checkout .required {
  color: #c54b3c;
}

/* Checkout Sidebar */

.gv-checkout__sidebar {
  position: sticky;
  top: 24px;
  gap: 24px;
}

.gv-checkout__sidebar .gv-checkout__panel {
  padding: 28px;
}

.gv-checkout__sidebar h2,
.gv-checkout__sidebar h3,
.gv-checkout__sidebar legend {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
}

#checkout-confirm table {
  margin-bottom: 0;
  border-color: #e7dfd4;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#checkout-confirm th {
  background: #f6f2eb;
  color: #2f3431;
  font-weight: 600;
}

#checkout-confirm td,
#checkout-confirm th {
  padding: 14px;
  vertical-align: middle;
}

#checkout-payment-method .input-group .form-control,
#checkout-shipping-method .input-group .form-control {
  min-height: 50px;
  border-radius: 10px 0 0 10px;
}

#checkout-payment-method .input-group > :first-child,
#checkout-shipping-method .input-group > :first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#checkout-payment-method .input-group > .btn,
#checkout-shipping-method .input-group > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#checkout-payment-method .input-group .btn-primary,
#checkout-shipping-method .input-group .btn-primary {
  min-width: 110px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid #7a8060;
  border-radius: 0 10px 10px 0;
  background: #7a8060;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  transition: background .2s ease, border-color .2s ease;
}

#checkout-payment-method .input-group .btn-primary:hover,
#checkout-shipping-method .input-group .btn-primary:hover {
  border-color: #697052;
  background: #697052;
}

#checkout-confirm .btn-primary {
  width: 100%;
  min-height: 52px;
  margin-top: 0;
  padding: 0 28px;
  border: 1px solid #62684d;
  border-radius: 0 0 10px 10px;
  background: #62684d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: none;
  transition: background .2s ease, border-color .2s ease;
}

#checkout-confirm .btn-primary:hover {
  border-color: #50563f;
  background: #50563f;
}

@media (max-width: 991px) {

  .gv-checkout__sidebar {
    position: static;
    gap: 20px;
  }
}

/* Checkout Actions and Switches */

#checkout-register .btn-primary,
#checkout-payment-address .btn-primary,
#checkout-shipping-address .btn-primary {
  min-height: 48px;
  padding: 0 26px;
  border: none;
  border-radius: 10px;
  background: #7a8060;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  transition: background .2s ease, transform .2s ease;
}

#checkout-register .btn-primary:hover,
#checkout-payment-address .btn-primary:hover,
#checkout-shipping-address .btn-primary:hover {
  background: #697052;
  transform: translateY(-1px);
}

.gv-checkout .form-check {
  margin-bottom: 12px;
}

.gv-checkout .form-check-input {
  width: 38px;
  height: 20px;
  margin-top: 1px;
  border-color: #d4cec4;
  background-color: #e4e1db;
  box-shadow: none;
  cursor: pointer;
}

.gv-checkout .form-check-input:checked {
  border-color: #7a8060;
  background-color: #7a8060;
}

.gv-checkout .form-check-input:focus {
  border-color: #7a8060;
  box-shadow: 0 0 0 .2rem rgba(122,128,96,.14);
}

.gv-checkout .form-check-label {
  padding-left: 6px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

@media (max-width: 575px) {

  #checkout-register .btn-primary,
  #checkout-payment-address .btn-primary,
  #checkout-shipping-address .btn-primary {
    width: 100%;
  }
}

/* Square connected checkout edges */

#checkout-confirm .table-responsive {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#checkout-confirm .table-responsive table {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#checkout-payment-method .input-group .form-control,
#checkout-shipping-method .input-group .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#checkout-confirm table {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#checkout-confirm table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
}

#checkout-confirm table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0 !important;
}

/* Checkout Links */

.gv-checkout a {
  color: #6f7657;
  text-decoration: none;
  transition: color .2s ease;
}

.gv-checkout a:hover,
.gv-checkout a:focus {
  color: #50563f;
  text-decoration: underline;
}

/* Category Page Links */

#product-category .product-thumb h4 a,
#product-category .product-thumb .name a {
  color: #5f664b;
  text-decoration: none;
}

#product-category .product-thumb h4 a:hover,
#product-category .product-thumb .name a:hover {
  color: #3f4433;
}

#product-category #compare-total {
  border-color: #7a8060;
  background: #7a8060;
  color: #fff;
}

#product-category #compare-total:hover,
#product-category #compare-total:focus {
  border-color: #697052;
  background: #697052;
  color: #fff;
}

#product-category .pagination a,
#product-category .breadcrumb a {
  color: #6f7657;
}

#product-category .pagination a:hover,
#product-category .breadcrumb a:hover {
  color: #50563f;
}

/* Product Page Links */

#product-info a,
#product-product .breadcrumb a,
#product-product .nav-tabs .nav-link {
  color: #6f7657;
  text-decoration: none;
}

#product-info a:hover,
#product-info a:focus,
#product-product .breadcrumb a:hover,
#product-product .breadcrumb a:focus,
#product-product .nav-tabs .nav-link:hover,
#product-product .nav-tabs .nav-link:focus {
  color: #50563f;
}

#product-product .nav-tabs .nav-link.active {
  color: #2f3431;
}

/* Checkout Mobile Refinement */

@media (max-width: 575px) {
  .gv-checkout__breadcrumb {
    margin-bottom: 22px;
  }

  .gv-checkout__header {
    margin-bottom: 24px;
  }

  .gv-checkout__header h1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .gv-checkout__panel {
    padding: 18px;
  }

  .gv-checkout__sidebar .gv-checkout__panel {
    padding: 18px;
  }

  .gv-checkout h2,
  .gv-checkout h3,
  .gv-checkout legend {
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .gv-checkout__sidebar h2,
  .gv-checkout__sidebar h3,
  .gv-checkout__sidebar legend {
    font-size: 28px;
  }

  .gv-checkout input.form-control,
  .gv-checkout select.form-select,
  .gv-checkout textarea.form-control {
    min-height: 46px;
  }

  #checkout-confirm td,
  #checkout-confirm th {
    padding: 11px 9px;
  }

  #checkout-confirm .btn-primary {
    min-height: 48px;
  }
}

/* Checkout Returning Customer Notice */

#checkout-register > p:first-child {
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid #ddd6ca;
  border-left: 4px solid #7a8060;
  border-radius: 8px;
  background: #f5f1ea;
  color: #55514b;
  line-height: 1.6;
}

#checkout-register > p:first-child a {
  color: #62684d;
  font-weight: 700;
}

@media (max-width: 575px) {
  #checkout-register > p:first-child {
    margin-bottom: 22px;
    padding: 14px;
    font-size: 13px;
  }
}

/* Product Page Add to Cart */

#product-info #button-cart {
  border: 1px solid #7a8060;
  background-color: #7a8060;
  background-image: none;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  transition: background-color .2s ease, border-color .2s ease;
}

#product-info #button-cart:hover,
#product-info #button-cart:focus {
  border-color: #697052;
  background-color: #697052;
  background-image: none;
  color: #fff;
}

#product-info #button-cart:hover,
#product-info #button-cart:focus {
  border-color: #697052;
  background-color: #697052;
  background-image: none;
  color: #fff;
}

/* Global premium primary button fallback */
.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #7a8060;
  --bs-btn-border-color: #7a8060;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #686d52;
  --bs-btn-hover-border-color: #686d52;
  --bs-btn-focus-shadow-rgb: 122, 128, 96;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5f644b;
  --bs-btn-active-border-color: #5f644b;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #a8ab99;
  --bs-btn-disabled-border-color: #a8ab99;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #686d52;
  border-color: #686d52;
  box-shadow: none;
}

.btn-primary:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 128, 96, 0.2);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: rgba(255, 255, 255, 0.75);
  background-color: #a8ab99;
  border-color: #a8ab99;
  opacity: 1;
  cursor: not-allowed;
}

/* Global premium account-page links */
[id^="account-"] a:not(.btn) {
  color: #60664c;
  text-decoration: none;
  transition: color 0.2s ease;
}

[id^="account-"] a:not(.btn):hover,
[id^="account-"] a:not(.btn):focus {
  color: #7a8060;
  text-decoration: underline;
}

/* Preserve readable account-page button text */
[id^="account-"] a.btn-primary,
[id^="account-"] a.btn-primary:hover,
[id^="account-"] a.btn-primary:focus,
[id^="account-"] a.btn-primary:active {
  color: #ffffff;
  text-decoration: none;
}

/* Global premium account-page form controls */
[id^="account-"] .form-control,
[id^="account-"] .form-select {
  min-height: 48px;
  border: 1px solid #d8d2c9;
  border-radius: 8px;
  background: #ffffff;
  color: #444;
  box-shadow: none;
}

[id^="account-"] textarea.form-control {
  min-height: 140px;
}

[id^="account-"] .form-control:focus,
[id^="account-"] .form-select:focus {
  border-color: #7a8060;
  box-shadow: 0 0 0 0.2rem rgba(122, 128, 96, 0.14);
}

/* Premium success page links */
#common-success a {
  color: #60664c;
  text-decoration: none;
  transition: color 0.2s ease;
}

#common-success a:hover,
#common-success a:focus {
  color: #7a8060;
  text-decoration: underline;
}

#common-success a.btn-primary,
#common-success a.btn-primary:hover,
#common-success a.btn-primary:focus {
  color: #ffffff;
  text-decoration: none;
}

/* GanderVillage Contact Page */

#information-contact.gv-contact .breadcrumb a {
  color: #66615b;
  text-decoration: none;
}

#information-contact.gv-contact .breadcrumb a:hover {
  color: #7a8060;
}

#information-contact.gv-contact .breadcrumb-item.active,
#information-contact.gv-contact .breadcrumb-item {
  color: #66615b;
}

#information-contact.gv-contact {
  padding-bottom: 72px;
}

.gv-contact__header {
  max-width: 760px;
  margin: 36px auto 42px;
  text-align: center;
}

.gv-contact__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #7a8060;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gv-contact__header h1 {
  margin: 0 0 16px;
  color: #30322f;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.gv-contact__header p {
  margin: 0;
  color: #66615b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gv-contact__layout {
  align-items: stretch;
}

.gv-contact__details,
.gv-contact__form-card {
  height: 100%;
  border: 1px solid #ded8cf;
  border-radius: 16px;
  background: #fffdf9;
  box-shadow: 0 16px 40px rgba(57, 52, 45, 0.08);
}

.gv-contact__details {
  padding: 36px;
}

.gv-contact__form-card {
  padding: 40px;
}

.gv-contact__details-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.gv-contact__icon {
  display: inline-flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #eef0e8;
  color: #7a8060;
  font-size: 1.25rem;
}

.gv-contact__details-header h2,
.gv-contact__form-header h2,
.gv-contact__section-heading h2 {
  margin: 0;
  color: #30322f;
  font-size: 1.75rem;
  line-height: 1.25;
}

.gv-contact__details-intro {
  margin: 0 0 30px;
  color: #66615b;
  line-height: 1.75;
}

.gv-contact__detail {
  display: flex;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid #e5dfd6;
}

.gv-contact__detail-icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f2f0ea;
  color: #7a8060;
}

.gv-contact__detail h3 {
  margin: 0 0 7px;
  color: #30322f;
  font-size: 1rem;
  font-weight: 700;
}

.gv-contact__detail address,
.gv-contact__detail div {
  margin: 0;
  color: #66615b;
  line-height: 1.7;
}

.gv-contact__link {
  color: #7a8060;
  font-weight: 600;
  text-decoration: none;
}

.gv-contact__link:hover {
  color: #5f6548;
  text-decoration: underline;
}

.gv-contact__service-notes {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.gv-contact__service-note {
  display: flex;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e3ddd4;
  border-radius: 12px;
  background: #faf8f3;
}

.gv-contact__service-note > i {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eef0e8;
  color: #7a8060;
}

.gv-contact__service-note div {
  display: grid;
  gap: 4px;
}

.gv-contact__service-note strong {
  color: #30322f;
  font-size: 0.95rem;
}

.gv-contact__service-note span {
  color: #66615b;
  font-size: 0.9rem;
  line-height: 1.55;
}

.gv-contact__assurance {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: 20px;
  border-radius: 12px;
  background: #f4f2ec;
}

.gv-contact__assurance div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5e5a54;
  font-size: 0.92rem;
}

.gv-contact__assurance i {
  color: #7a8060;
}

.gv-contact__form-header {
  margin-bottom: 30px;
}

.gv-contact__form-header p {
  margin: 12px 0 0;
  color: #66615b;
  line-height: 1.7;
}

.gv-contact__form-card .form-label {
  margin-bottom: 9px;
  color: #353832;
  font-weight: 600;
}

.gv-contact__form-card .form-control {
  min-height: 52px;
  border: 1px solid #d8d2c9;
  border-radius: 10px;
  background: #ffffff;
  color: #30322f;
}

.gv-contact__form-card textarea.form-control {
  min-height: 190px;
  resize: vertical;
}

.gv-contact__form-card .form-control:focus {
  border-color: #7a8060;
  box-shadow: 0 0 0 0.2rem rgba(122, 128, 96, 0.14);
}

.gv-contact__submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.gv-contact__submit .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 24px;
}

.gv-contact__form-assurance {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid #e3ddd4;
  border-radius: 12px;
  background: #f4f2ec;
}

.gv-contact__form-assurance div {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #5e5a54;
  font-size: 0.92rem;
  line-height: 1.5;
}

.gv-contact__form-assurance i {
  flex: 0 0 18px;
  width: 18px;
  color: #7a8060;
  text-align: center;
}

.gv-contact__locations {
  margin-top: 56px;
}

.gv-contact__section-heading {
  margin-bottom: 22px;
}

.gv-contact__locations .accordion-item {
  overflow: hidden;
  border: 1px solid #ded8cf;
  border-radius: 12px;
  background: #fffdf9;
}

.gv-contact__locations .accordion-button {
  color: #30322f;
  font-weight: 700;
  background: #fffdf9;
}

.gv-contact__locations .accordion-button:not(.collapsed) {
  color: #5f6548;
  background: #f4f2ec;
  box-shadow: none;
}

.gv-contact__locations .accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(122, 128, 96, 0.14);
}

@media (max-width: 991px) {
  .gv-contact__header {
    margin-top: 28px;
    margin-bottom: 34px;
  }

  .gv-contact__details,
  .gv-contact__form-card {
    height: auto;
  }
}

@media (max-width: 575px) {
  #information-contact.gv-contact {
    padding-bottom: 48px;
  }

  .gv-contact__header {
    margin: 24px auto 30px;
    text-align: left;
  }

  .gv-contact__header p {
    font-size: 1rem;
  }

  .gv-contact__details,
  .gv-contact__form-card {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .gv-contact__details-header {
    align-items: flex-start;
    gap: 14px;
  }

  .gv-contact__details-header h2,
  .gv-contact__form-header h2,
  .gv-contact__section-heading h2 {
    font-size: 1.45rem;
  }

  .gv-contact__detail {
    gap: 12px;
  }

  .gv-contact__submit {
    justify-content: stretch;
  }

  .gv-contact__submit .btn {
    justify-content: center;
    width: 100%;
  }
}