@charset "UTF-8";
/* Vivid Theme - Main Stylesheet */
/* Vivid Theme - Palettes inspired by the Lake Ariel Sales logo */
/* Shared logo color tokens */
/* "Lake Ariel" lettering, dark outlines */
/* deeper navy for hovers */
/* "Thrifty Auctions" green */
/* deeper forest */
/* parchment banner */
/* lighter banner tint */
/* sunset orange in the sky */
/* lantern / burnt orange */
/* wood & gavel highlights */
/* wood / leather books */
/* ============================================
   TYPOGRAPHY & BASE
   ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Merriweather:wght@700;900&display=swap");
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

main {
  font-size: 0.95rem;
}

small, .small {
  font-size: 85%;
}

.dropdown-menu {
  font-size: 0.95rem;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  padding: 0.5rem;
}
.dropdown-menu .dropdown-item {
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: #f5f3ff;
}

/* ============================================
   HEADER
   ============================================ */
@media (max-width: 991.98px) {
  header .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
header .navbar-brand {
  width: 100%;
  max-width: 200px;
  margin-right: 2rem;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 800;
}
@media (max-width: 575.98px) {
  header .navbar-brand {
    max-width: 150px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-brand {
    margin: 0 auto;
  }
}
header {
  /* desktop - 3-row eBay-style layout */
}
header .desktop-navbar {
  padding: 0;
  /* ========= ROW 1: UTILITY BAR ========= */
}
header .desktop-navbar .utility-bar {
  padding: 0.35rem 0;
  font-size: 13px;
}
header .desktop-navbar .utility-bar .au-welcome-user {
  font-weight: 600;
}
header .desktop-navbar .utility-bar .au-welcome-user,
header .desktop-navbar .utility-bar .au-welcome-user a,
header .desktop-navbar .utility-bar .au-links-desktop,
header .desktop-navbar .utility-bar .au-links-desktop a {
  display: inline-block;
  margin-right: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
header .desktop-navbar .utility-bar .au-links-desktop a {
  font-weight: 500;
}
header .desktop-navbar .utility-bar .nav-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .desktop-navbar .utility-bar .nav-main-menu .nav-item {
  margin-left: 1.25rem;
}
header .desktop-navbar .utility-bar .nav-main-menu .nav-link {
  padding: 0;
  font-weight: 500;
  font-size: 13px;
}
header .desktop-navbar .utility-bar .nav-main-menu .nav-link:hover {
  background: transparent;
}
header .desktop-navbar .utility-bar .nav-main-menu .au-cart-dropdown {
  padding-left: 0.5rem;
}
header .desktop-navbar {
  /* ========= ROW 2: LOGO + SEARCH ========= */
}
header .desktop-navbar .main-bar {
  padding: 0.875rem 0;
}
header .desktop-navbar .main-bar .navbar-brand {
  margin: 0;
  padding: 0;
  max-width: 150px;
  flex-shrink: 0;
}
header .desktop-navbar {
  /* Shop by category trigger */
}
header .desktop-navbar .shop-by-category {
  flex-shrink: 0;
}
header .desktop-navbar .shop-by-category .btn-shop-by {
  background: transparent;
  border: none;
  padding: 0.5rem 0.25rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
header .desktop-navbar .shop-by-category .btn-shop-by:hover, header .desktop-navbar .shop-by-category .btn-shop-by:focus {
  box-shadow: none;
  outline: none;
}
header .desktop-navbar .shop-by-category .btn-shop-by::after {
  display: none;
}
header .desktop-navbar .shop-by-category .btn-shop-by .shop-by-label,
header .desktop-navbar .shop-by-category .btn-shop-by .shop-by-sublabel {
  display: block;
  line-height: 1.1;
}
header .desktop-navbar .shop-by-category .btn-shop-by .shop-by-label {
  font-size: 14px;
}
header .desktop-navbar .shop-by-category .btn-shop-by .shop-by-sublabel {
  font-size: 14px;
}
header .desktop-navbar .shop-by-category .btn-shop-by .feather {
  width: 16px;
  height: 16px;
}
header .desktop-navbar {
  /* ========= PILL SEARCH ========= */
}
header .desktop-navbar .search-pill {
  display: flex;
  align-items: stretch;
  border: 2px solid #1a1033;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
  height: 48px;
  min-height: 48px;
  padding: 0;
  margin: 0;
}
header .desktop-navbar .search-pill:focus-within {
  box-shadow: 0 0 0 3px rgba(26, 16, 51, 0.1);
}
header .desktop-navbar .search-pill {
  /* Magnifying glass on the far left */
}
header .desktop-navbar .search-pill .search-pill-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem 0 1rem;
  color: #6b7280;
}
header .desktop-navbar .search-pill .search-pill-icon.feather {
  width: 20px;
  height: 20px;
}
header .desktop-navbar .search-pill {
  /* Search text input */
}
header .desktop-navbar .search-pill .search-pill-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 0.75rem;
  font-size: 15px;
  min-width: 0;
}
header .desktop-navbar .search-pill .search-pill-input:focus {
  outline: none;
  box-shadow: none;
}
header .desktop-navbar .search-pill .search-pill-input::placeholder {
  color: #9ca3af;
}
header .desktop-navbar .search-pill {
  /* Green rounded Search button */
}
header .desktop-navbar .search-pill .btn-search-submit {
  border-radius: 999px;
  padding: 0 2.5rem;
  margin: 4px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
header .desktop-navbar .search-pill .btn-search-submit:focus {
  outline: none;
  box-shadow: none;
}
header .desktop-navbar {
  /* Advanced link next to the search */
}
header .desktop-navbar .btn-advanced {
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.5rem 0;
}
header .desktop-navbar .btn-advanced:hover {
  text-decoration: underline;
}
header .desktop-navbar {
  /* ========= ROW 3: CATEGORY BAR ========= */
}
header .desktop-navbar .category-bar {
  padding: 0.6rem 0;
}
header .desktop-navbar .category-bar .category-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .desktop-navbar .category-bar .category-links > li {
  margin-right: 1.75rem;
}
header .desktop-navbar .category-bar .category-links > li:last-child {
  margin-right: 0;
}
header .desktop-navbar .category-bar .category-links a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
header .desktop-navbar .category-bar .category-links a:hover {
  text-decoration: underline;
}
header .desktop-navbar .category-bar .category-links .category-more .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
header .desktop-navbar .category-bar .category-links .category-more .dropdown-toggle::after {
  display: none;
}
header .desktop-navbar .category-bar .category-links .category-more .dropdown-toggle .feather {
  width: 14px;
  height: 14px;
  margin-left: 0.25rem;
}
header .desktop-navbar .category-bar .category-bar-lang {
  font-size: 14px;
  flex-shrink: 0;
}
header {
  /* mobile */
}
header .mobile-navbar .navbar {
  z-index: 100;
  background-color: #fff;
}
header .mobile-navbar .navbar.navbar-fixed-top, header .mobile-navbar .navbar.navbar-force-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eeeff0;
}
header .mobile-navbar .navbar button, header .mobile-navbar .navbar .btn {
  color: #343a40;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0 0.35rem;
}
@media (max-width: 575.98px) {
  header .mobile-navbar .navbar button .feather, header .mobile-navbar .navbar .btn .feather {
    width: 1.1rem;
    height: 1.1rem;
  }
}
@media (min-width: 576px) {
  header .mobile-navbar .navbar button .feather, header .mobile-navbar .navbar .btn .feather {
    width: 1.4rem;
    height: 1.4rem;
  }
}
header .mobile-navbar .navbar #mobileHeaderMenu,
header .mobile-navbar .navbar #mobileSearchForm {
  width: 100%;
  margin: 0.7rem 0.35rem 0.35rem;
}
header .mobile-navbar .navbar #mobileHeaderMenu .nav-item {
  padding: 0.75rem 1rem;
}
header .mobile-navbar .navbar #mobileHeaderMenu .nav-item + .nav-item {
  border-top: 1px solid #eeeff0;
}
header .mobile-navbar .navbar #mobileHeaderMenu .nav-link {
  display: inline;
  padding: 0;
  font-weight: 600;
}
header .mobile-navbar .navbar #mobileSearchForm .has-icons {
  display: block;
}

/* ============================================
   CATEGORIES DROPDOWN
   ============================================ */
.categories-dropdown .dropdown-toggle {
  background-color: transparent;
  font-weight: 600;
}
.categories-dropdown .dropdown-toggle:hover, .categories-dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
.categories-dropdown .dropdown-toggle::after {
  display: none;
}
.categories-dropdown .dropdown-menu {
  width: 600px;
  padding: 1.25rem;
  font-size: 90%;
  border-radius: 0.75rem;
}
@media (max-width: 575.98px) {
  .categories-dropdown .dropdown-menu {
    width: 100%;
  }
}
.categories-dropdown .dropdown-menu a {
  font-weight: 500;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
}
.categories-dropdown .dropdown-menu a:hover {
  background-color: #f5f3ff;
  text-decoration: none;
}

/* ============================================
   SEARCH FORM
   ============================================ */
#category-select-btn {
  position: relative;
  text-align: left !important;
  font-weight: 500;
}
#category-select-btn:hover, #category-select-btn:focus {
  color: inherit;
  text-decoration: inherit;
}
#category-select-btn i, #category-select-btn .feather {
  position: absolute;
  right: 0.75rem;
  top: 0.7rem;
}

#category-select-content {
  margin-top: 0;
  list-style: none;
  padding-left: 0;
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 999;
  overflow-y: auto;
  max-height: 300px;
  background-color: #fff;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  padding: 0.5rem;
}

#category-select-content li + li {
  border-top: 1px solid #f3f4f6;
}

#category-select-content a {
  display: block;
  outline: none;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: 500;
}
#category-select-content a:hover {
  background-color: #f5f3ff;
  text-decoration: none;
}

/* ============================================
   SIDEBAR
   ============================================ */
@supports not (-ms-high-contrast: none) {
  @media (min-width: 1200px) {
    .sidebar {
      flex: 0 0 240px;
    }
  }
  .main {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 1200px) {
    .main {
      flex: 0 0 calc(100% - 240px);
      max-width: calc(100% - 240px);
    }
  }
  .main .main-content {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .sidebar-menu {
    margin-bottom: 1.5rem;
  }
  .sidebar-menu .has-icons {
    display: block;
  }
}
.sidebar-menu .sidebar-heading {
  padding-bottom: 0.5rem;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.sidebar-menu .sidebar-heading .glyphicon {
  visibility: hidden;
  font-size: 0.75rem;
  color: #343a40;
  margin-left: 0.5rem;
}
@media (max-width: 991.98px) {
  .sidebar-menu .sidebar-heading {
    text-align: center;
  }
  .sidebar-menu .sidebar-heading .glyphicon {
    visibility: visible;
  }
}
.sidebar-menu .sidebar-heading a, .sidebar-menu .sidebar-heading a:hover {
  color: #343a40;
  text-decoration: none;
}
@media (min-width: 992px) {
  .sidebar-menu .sidebar-heading a, .sidebar-menu .sidebar-heading a:hover {
    cursor: text;
  }
}
@media (min-width: 992px) {
  .sidebar-menu > .collapse {
    display: block !important;
  }
}
.sidebar-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-menu li > ul {
  margin-top: 0;
  padding-left: 0.75rem;
  font-size: 95%;
}
.sidebar-menu .nav-link {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
  padding: 0.375rem 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.15s ease;
}
.sidebar-menu .nav-link .feather {
  margin-right: 4px;
  color: #999;
  transition: 0.25s linear;
  transform: rotate(0deg);
}
.sidebar-menu .nav-link.open .feather {
  transform: rotate(-90deg);
}
.sidebar-menu .nav-link:hover {
  background-color: #faf7ff;
}
.sidebar-menu .nav-link.active {
  font-weight: 600;
}
.sidebar-menu .nav-link:hover .feather, .sidebar-menu .nav-link.active .feather {
  color: inherit;
}
.sidebar-menu .nav-dropdown > .nav-link {
  font-weight: 600;
  color: #1a1033;
}

/* ============================================
   HEADINGS & SUBTITLES
   ============================================ */
.subtitle {
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 0.6rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  position: relative;
}
.subtitle::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: currentColor;
  opacity: 0.6;
}

/* ============================================
   FORMS
   ============================================ */
.form-control {
  font-size: inherit;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: #e5e7eb;
  padding: 0.5rem 0.875rem;
  transition: all 0.15s ease;
}
.form-control:focus {
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}

.col-form-label {
  font-weight: 600;
}

.input-group .form-control {
  border-right: none;
}
.input-group .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  font-size: inherit;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.5rem 1.15rem;
  transition: all 0.18s ease;
  letter-spacing: 0.01em;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}

.btn-primary {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.btn-primary:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 0.75rem;
  border-radius: 0.4rem;
  padding: 0.35rem 0.75rem;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 1.1rem;
  border-radius: 0.75rem;
  padding: 0.75rem 1.75rem;
}

.btn-outline-primary,
.btn-outline-secondary {
  border-width: 2px;
}

/* ============================================
   LISTING & STORE CARDS
   ============================================ */
@media (max-width: 575.98px) {
  .listings-cards .col-6:nth-child(2n),
  .stores-cards .col-6:nth-child(2n) {
    padding-left: 5px;
  }
  .listings-cards .col-6:nth-child(2n+1),
  .stores-cards .col-6:nth-child(2n+1) {
    padding-right: 5px;
  }
}

.listing-card {
  margin-bottom: 1.5rem;
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.listing-card .card-img-top {
  transition: transform 0.4s ease;
}
.listing-card:hover .card-img-top {
  transform: scale(1.04);
}
.listing-card .card-body .card-title {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 600;
}
.listing-card .card-body .card-title a {
  color: #1a1033;
}
.listing-card .card-body .card-title a:hover {
  text-decoration: none;
}
.listing-card .card-body .price {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Merriweather", Georgia, serif;
}
.listing-card .card-highlighted {
  position: relative;
}
.listing-card .card-highlighted::before {
  content: "★";
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #c99b3d;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.listing-card .card-footer {
  background-color: #fafafa;
  border-top: 1px solid #f3f4f6;
}
@media (max-width: 575.98px) {
  .listing-card .card-footer .button-text {
    display: none;
  }
}
.listing-card {
  /* card grid */
}
.card-grid .listing-card .card-body {
  padding: 0.875rem;
}
.card-grid .listing-card .card-body .card-title {
  height: 1.43rem;
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card-grid .listing-card .card-body .card-short-description,
.card-grid .listing-card .card-body .card-seller {
  display: none;
}
.card-grid .listing-card .card-footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 0.5rem 0.875rem;
}
.listing-card {
  /* card list */
}
.card-list .listing-card {
  border: 1px solid #f3f4f6;
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
}
.card-list .listing-card .card-img {
  width: 25%;
}
.card-list .listing-card .card-img-top {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.75rem;
}
.card-list .listing-card .card-body {
  width: 75%;
  padding: 1.25rem 1.5rem;
}
.card-list .listing-card .card-body .card-text {
  margin-bottom: 0.6rem;
}
.card-list .listing-card .card-body .card-text:last-child {
  margin-bottom: 0;
}
.card-list .listing-card .card-body .card-short-description,
.card-list .listing-card .card-body .card-seller {
  display: block;
}
.card-list .listing-card .card-footer {
  display: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 1.25rem;
  background-color: transparent;
  border-color: transparent;
}
.card-list .listing-card .card-footer a:last-child {
  margin-left: 0.25rem;
}

.store-card {
  margin-bottom: 1.5rem;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
}
.store-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.store-card {
  /* card grid */
}
.card-grid .store-card .card-body {
  padding: 1rem 0.75rem 0.75rem;
}
.card-grid .store-card .card-body .card-title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .card-grid .store-card .card-body .card-title {
    white-space: nowrap;
  }
}
.card-grid .store-card .card-body .card-short-description {
  display: none;
}
.card-grid .store-card .card-body .card-details {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.store-card {
  /* card list */
}
.card-list .store-card {
  border: 1px solid #f3f4f6;
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
}
.card-list .store-card .card-img {
  width: 25%;
}
.card-list .store-card .card-img-top {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.75rem;
}
.card-list .store-card .card-body {
  width: 75%;
  padding: 1rem 1.25rem;
}
.card-list .store-card .card-body .card-text {
  margin-bottom: 0.6rem;
}
.card-list .store-card .card-body .card-text:last-child {
  margin-bottom: 0;
}
.card-list .store-card .card-body .card-short-description,
.card-list .store-card .card-body .card-seller {
  display: block;
}
.card-list .store-card .card-footer {
  display: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 1.25rem;
  background-color: transparent;
  border-color: transparent;
}
.card-list .store-card .card-footer a:last-child {
  margin-left: 0.25rem;
}

/* ============================================
   STORE HEADER
   ============================================ */
.store-header .navbar {
  -webkit-border-radius: 0.75rem;
  border-radius: 0.75rem;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 1rem 1.25rem;
}

/* ============================================
   CATEGORIES CARD COLUMNS
   ============================================ */
@media (min-width: 1200px) {
  .categories-card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
.categories-card-columns .card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
  padding: 0.5rem;
}
.categories-card-columns .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.categories-card-columns .card .card-title {
  margin-bottom: 0;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
}
.categories-card-columns .card .card-title a {
  color: #1a1033;
}
.categories-card-columns .card .card-title a:hover {
  text-decoration: none;
}
.categories-card-columns .card .card-text {
  margin-top: 0.75rem;
}

/* ============================================
   LISTING DETAILS PAGE
   ============================================ */
.listing-details .breadcrumb {
  font-size: 0.875rem;
  background-color: transparent;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}
.listing-details .breadcrumb a {
  color: #343a40;
}
.listing-details .item {
  text-align: center;
  cursor: pointer;
}
.listing-details .item .img-thumbnail {
  border-color: #f3f4f6;
  border-radius: 0.5rem;
}
.listing-details #jq-mainImage {
  border-radius: 0.75rem;
  overflow: hidden;
}
.listing-details #jq-mainImage iframe {
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .listing-details #jq-mainImage .slick-prev, .listing-details #jq-mainImage .slick-next {
    z-index: 9;
  }
  .listing-details #jq-mainImage .slick-prev::before, .listing-details #jq-mainImage .slick-next::before {
    color: #000;
    opacity: 0.25;
  }
  .listing-details #jq-mainImage .slick-prev {
    left: 0;
  }
  .listing-details #jq-mainImage .slick-next {
    right: 0;
  }
  .listing-details #jq-mainImage .img-thumbnail {
    border-color: transparent;
  }
}
.listing-details #jq-thumbnails .slick-prev::before,
.listing-details #jq-thumbnails .slick-next::before {
  color: #000;
  opacity: 0.25;
}
.listing-details #jq-thumbnails .item {
  margin: 0.25rem;
}
.listing-details .title {
  font-size: 1.9rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  font-family: "Merriweather", Georgia, serif;
  letter-spacing: -0.02em;
}
.listing-details .short-description {
  margin-bottom: 1.2rem;
  color: #343a40;
}
.listing-details .price {
  font-size: 1.75rem;
  margin-bottom: 0;
  font-weight: 800;
  font-family: "Merriweather", Georgia, serif;
  letter-spacing: -0.02em;
}
.listing-details .calculate-shipping {
  width: 100%;
  max-width: 310px;
}
.listing-details .listing-buttons > .btn, .listing-details .listing-buttons > .btn-group > .btn {
  padding: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 85%;
  border-color: transparent !important;
  background-color: transparent !important;
  margin-right: 0.75rem;
  min-width: 58px;
  border-radius: 0.5rem;
  transition: all 0.15s ease;
}
.listing-details .listing-buttons > .btn:hover, .listing-details .listing-buttons > .btn-group > .btn:hover {
  background-color: #f5f3ff !important;
  transform: translateY(-1px);
}
.listing-details .listing-buttons > .btn .feather, .listing-details .listing-buttons > .btn-group > .btn .feather {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto 0.35rem;
}
.listing-details .listing-buttons > .btn.focus, .listing-details .listing-buttons > .btn:focus, .listing-details .listing-buttons > .btn-group > .btn.focus, .listing-details .listing-buttons > .btn-group > .btn:focus {
  box-shadow: none;
}
.listing-details .listing-buttons .btn-gold .feather {
  color: #fcd036;
  -webkit-filter: drop-shadow(0 0 1px #846e20);
  filter: drop-shadow(0 0 1px #846e20);
}
.listing-details .listing-buttons .dropdown-toggle::after {
  display: none;
}

/* ============================================
   STICKY FOOTER STRUCTURE
   ============================================ */
@supports not (-ms-high-contrast: none) {
  html, body {
    height: 100%;
  }
  body {
    display: flex;
    flex-flow: column;
  }
  main {
    flex: 1;
  }
}
/* ============================================
   FOOTER
   ============================================ */
footer {
  font-size: 85%;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4rem;
}
footer a:not(.btn) {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.15s ease;
}
footer a:not(.btn):hover {
  color: #fff;
  text-decoration: none;
}
footer h4, footer h5 {
  color: #fff;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
footer.footer-one {
  padding: 2.5rem 0 2rem;
}
footer.footer-one .footer-links {
  padding-left: 0;
}
footer.footer-one .footer-links li {
  display: inline-block;
}
footer.footer-one .footer-links li + li {
  padding-left: 0.75rem;
}
footer.footer-one a {
  font-weight: 600;
}
footer.footer-two {
  padding: 3rem 0 2rem;
}
footer.footer-two .footer-links h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
footer.footer-two .footer-links ul {
  padding-left: 0;
  list-style: none;
}
footer.footer-two .footer-links li > a {
  padding: 0.25rem 1rem 0.25rem 0;
  font-weight: 500;
}
footer.footer-two a {
  font-weight: 500;
}
footer.footer-two .footer-logo {
  width: 125px;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

/* ============================================
   HERO BADGE / TAG STYLES
   ============================================ */
.vivid-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vivid-badge-hot {
  background: #e67e22;
  color: #fff;
}

.vivid-badge-new {
  background: #2f5b1e;
  color: #fff;
}

/* ============================================
   PAGINATION
   ============================================ */
.pagination .page-link {
  border: none;
  margin: 0 0.15rem;
  border-radius: 0.5rem !important;
  font-weight: 600;
  color: #1a1033;
}
.pagination .page-link:hover {
  background-color: #f5f3ff;
}
.pagination .page-item.active .page-link {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ============================================
   ALERTS
   ============================================ */
.alert {
  border: none;
  border-radius: 0.75rem;
  border-left: 4px solid;
  font-weight: 500;
}

/* ============================================
   TABLES
   ============================================ */
.table th {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 600;
  border-top: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #6b7280;
}

/*# sourceMappingURL=theme.css.map */
