.alphajets-archive-wrapper .container {
  max-width: 1648px;
  width: 100% !important;
  padding: 0 24px !important;
}

.alphajets-archive-header .page-title {
  text-align: center;
  color: #0066b2;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 500;
}

.alphajets-archive-wrapper {
  padding: 10px 0 50px;
}

.alphajets-archive-header {
  margin-bottom: 20px;
}

.alphajets-archive-content {
  display: flex;
  flex-wrap: wrap;
}

aside.alphajets-filters-sidebar {
  width: 450px;
  padding: 12px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  /* position: sticky; */
  /* top: 130px; */
  /* height: fit-content; */
  /* max-height: calc(100svh - 120px); */
  /* overflow: auto; */
}

main.alphajets-grid-wrapper {
  width: calc(100% - 465px);
  margin-left: auto;
  padding: 70px 00px 10px 00px;
}

.filter-section.search-section {
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px;
}

.filter-section.search-section input[type="text"] {
  color: #989898;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #9e9e9e;
  padding: 15px 10px;
  border-radius: 0;
  line-height: 1;
  font-size: 20px;
  font-family: "Montserrat";
}

.filter-section.search-section button[type="button"] {
  padding: 0px 12px 0px 15px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  background: linear-gradient(
    90deg,
    hsla(214, 35%, 34%, 1) 0%,
    hsla(207, 85%, 37%, 1) 100%
  ) !important;
  color: #fff !important;
  border: 1px solid #004b82;
}

.filter-section {
  margin-bottom: 24px;
}

.filter-section .filter-title {
  color: #0066b2;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 600;
}

.filter-section.expandable .filter-options {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s linear;
  max-height: 0;
  overflow: hidden;

  &::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
}

.filter-section .filter-options .filter-checkbox {
  position: relative;
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.filter-section .filter-options .filter-checkbox span {
  color: #111111;
  font-weight: 500;
  font-size: 14px !important;
  display: block;
  flex: 1;
  font-family: "Montserrat";
  font-weight: 700;
}

.filter-section .filter-options .filter-checkbox input.filter-input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.filter-section + .filter-section .filter-title {
  position: relative;
  display: flex;
  padding-right: 30px;
  cursor: pointer;
}

.filter-section + .filter-section .filter-title .toggle-icon {
  position: absolute;
  right: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
}

.filter-section .filter-title .toggle-icon::before,
.filter-section .filter-title .toggle-icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0066b2;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.filter-section .filter-title .toggle-icon::after {
  height: 100%;
  width: 2px;
  opacity: 1;
}

.filter-section.collapsed .filter-title .toggle-icon::after {
  opacity: 0;
}

.filter-section.expandable.collapsed .filter-options {
  max-height: 150px;
  overflow: auto;
}

.price-range-inputs,
.year-range-inputs {
  display: flex;
  gap: 10px;
}

.price-input-group {
  display: flex;
  align-items: center;
}

.price-input-group span.currency-symbol {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #e8e8e8;
  font-size: 18px;
}

.price-input-group input {
  font-size: 16px !important;
  line-height: 1 !important;
  height: 40px;
  border-radius: 0 !important;
  color: #000000;
  border: 1px solid #e8e8e8;
}

.year-range-inputs select {
  width: 100%;
  height: 40px;
  border: 1px solid #e8e8e8;
  padding: 10px 10px 10px 10px;
  line-height: 1;
  font-size: 16px;
}

button#reset-filters {
  border-radius: 0;
  background: linear-gradient(
    90deg,
    hsla(214, 35%, 34%, 1) 0%,
    hsla(207, 85%, 37%, 1) 100%
  ) !important;
  color: #fff !important;
  border: 1px solid #004b82;
  padding: 14px 20px;
  font-size: 18px;
}

button#reset-filters:hover {
  opacity: 0.8;
}

.results-info {
  text-align: left;
  padding: 0 0 20px;
  display: none;
}

.results-info span {
  font-size: 20px;
  color: #0066b2;
  font-weight: 700;
  background-color: #0066b229;
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 50px;
}

.alphajets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.alphajet-card-image {
  height: 160px;
}

.alphajet-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

article.alphajet-card {
  padding: 10px;
  border: 1px solid #000000;
  position: relative;
}

h3.alphajet-card-title {
  color: #000000;
  font-family: "Montserrat", Serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: calc(100% - 106px);
  padding-right: 10px;
}

.alphajet-card-price {
  color: #595959;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}

.alphajet-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
}

.alphajet-card-tags .tag {
  font-size: 15px;
  font-weight: 600;
  padding: 1px 10px;
  background: linear-gradient(
    90deg,
    hsla(214, 35%, 34%, 1) 0%,
    hsla(207, 85%, 37%, 1) 100%
  ) !important;
  color: #fff !important;
  display: inline-block !important;
  margin-bottom: 0;
  border-radius: 3px;
  font-family: "Montserrat";
}

.featured-badge,
.status-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 4px 8px;
  display: inline-flex;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 16px;
}

span.featured-badge {
  left: 14px;
  right: unset;
  background-color: green;
}

.alphajet-card-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
}

.alphajet-card-footer a {
  width: 100%;
  height: 100%;
}

a.filter-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 20px;
  gap: 6px;
  background-color: #2b7bb93d;
  padding: 5px 10px 5px 16px;
  border-radius: 20px;
}

a.filter-btn i {
  display: flex;
}

@media screen and (min-width: 992px) {
  a.filter-btn {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .alphajets-archive-wrapper {
    padding: 70px 0;
  }
  aside.alphajets-filters-sidebar {
    width: 400px;
  }

  main.alphajets-grid-wrapper {
    max-width: calc(100% - 415px);
    width: 100%;
  }

  .alphajets-archive-wrapper .container {
    padding: 0 16px 0 0 !important;
  }

  .alphajets-archive-wrapper {
    padding-top: 10px;
  }
  h3.alphajet-card-title {
    width: calc(100% - 20px);
    letter-spacing: -0.3px;
  }
}

@media screen and (max-width: 1024px) {
  .alphajets-archive-wrapper {
    padding: 10px 0 50px;
  }

  aside.alphajets-filters-sidebar {
    width: 380px;
  }

  .alphajets-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  main.alphajets-grid-wrapper {
    width: calc(100% - 400px);
    padding-top: 50px;
  }
  .results-info span {
    display: none;
  }
  .results-info {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 911px) {
  .alphajets-archive-wrapper .container {
    padding: 0 24px !important;
  }
  aside.alphajets-filters-sidebar {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    position: unset;
  }

  .filter-section.search-section {
    margin: 0;
  }
  main.alphajets-grid-wrapper {
    max-width: 100%;
    width: 100%;
  }
  aside.alphajets-filters-sidebar {
    width: 100%;
  }

  .alphajets-filters-sidebar__inner {
    position: fixed;
    /* background-color: #f8f8f8; */
    z-index: 99;
    top: 0;
    left: 0;
    transition: all 0.3s;
    transform: translateX(-100%);
    width: 100%;
  }

  .alphajets-filters-sidebar__inner .overlay {
    position: fixed;
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    display: none;
  }

  .alphajets-filters-sidebar__inner .inner {
    background-color: #ffffff;
    padding: 40px 24px 20px;
    height: 100dvh;
    overflow: auto;
    position: relative;
    max-width: 470px;
  }
  .alphajets-filters-sidebar__inner.active {
    transform: translateX(0);
  }

  .alphajets-filters-sidebar__inner.active .overlay {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .alphajets-archive-wrapper .container {
    padding: 0 16px !important;
  }
  .alphajets-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .alphajets-archive-content {
    flex-direction: column;
    gap: 30px;
  }

  main.alphajets-grid-wrapper {
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding-top: 15px;
  }

  .alphajets-archive-header  .page-title {
    font-size: 21px;
  }

  aside.alphajets-filters-sidebar {
    position: unset;
  }
  .alphajets-filters-sidebar__inner .inner {
    max-width: calc(100% - 50px);
  }
  .filter-section {
    margin-bottom: 24px;
  }
}
