@charset "UTF-8";
body.sidebar--opened {
  overflow: hidden; /* prevent body scroll */
}

.etn.woocommerce-archive.no-filter-preset #sidebar,
.etn.woocommerce-shop.no-filter-preset #sidebar {
  display: none;
}
@media (min-width: 1280px) {
  .etn.woocommerce-archive.no-filter-preset div[data-sidebar=left],
  .etn.woocommerce-shop.no-filter-preset div[data-sidebar=left] {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 1280px) {
  .etn.woocommerce-archive.no-filter-preset div[data-sidebar=left] > section,
  .etn.woocommerce-shop.no-filter-preset div[data-sidebar=left] > section {
    grid-column: 1 !important;
  }
}
@media (min-width: 1300px) {
  .etn.woocommerce-archive.no-filter-preset [data-products].columns-3,
  .etn.woocommerce-shop.no-filter-preset [data-products].columns-3 {
    --shop-columns: repeat(4, minmax(0, 1fr));
  }
}

.etn.woocommerce-archive {
  /* default hidden on small screens */
  /* ≥1280px: always show unless body has .no-filter-preset */
}
.etn.woocommerce-archive div[data-sidebar=left] {
  grid-row-gap: 25px;
}
@media (min-width: 1000px) {
  .etn.woocommerce-archive div[data-sidebar=left] {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 1280px) {
  .etn.woocommerce-archive div[data-sidebar=left] {
    grid-template-columns: 20% 1fr !important;
  }
}
@media (min-width: 1000px) {
  .etn.woocommerce-archive div[data-sidebar=left] > section {
    grid-column: 1 !important;
  }
}
@media (min-width: 1280px) {
  .etn.woocommerce-archive div[data-sidebar=left] > section {
    grid-column: 2 !important;
  }
}
.etn.woocommerce-archive #sidebar.opened {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: #f4f5f8;
  padding: 3rem 0;
  overflow-y: auto; /* enable vertical scroll */
}
.etn.woocommerce-archive #sidebar.opened .yith-wcan-filters {
  background: #f4f5f8;
}
@media (min-width: 1000px) {
  .etn.woocommerce-archive .ct-sidebar {
    position: sticky !important;
    top: 10rem;
  }
}
.etn.woocommerce-archive .ct-sidebar {
  position: relative;
  overflow: hidden;
}
.etn.woocommerce-archive .ct-sidebar .yith-wcan-filters {
  visibility: hidden;
  max-height: 0; /* Use max-height instead of height for smooth transitions */
  margin-bottom: 0;
}
.etn.woocommerce-archive .ct-sidebar .yith-wcan-filters.show--filter {
  visibility: visible;
  max-height: 3000px;
}
@media (min-width: 1280px) {
  .etn.woocommerce-archive .ct-sidebar {
    overflow: visible;
  }
  .etn.woocommerce-archive .ct-sidebar .yith-wcan-filters {
    visibility: visible;
    max-height: 3000px;
    margin-bottom: 30px;
    transition: none; /* No transition needed for this viewport */
  }
}
.etn.woocommerce-archive .yith-wcan-filters h3 {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.65 !important;
  text-transform: uppercase;
  color: #3f3c50;
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .etn.woocommerce-archive .yith-wcan-filters h3 {
    font-size: 0.8rem;
  }
}
@media (min-width: 1360px) {
  .etn.woocommerce-archive .yith-wcan-filters h3 {
    font-size: 0.85rem;
  }
}
.etn.woocommerce-archive .yith-wcan-filters h4 {
  font-size: 1.2rem;
  color: #3f3c50;
}
.etn.woocommerce-archive .yith-wcan-filters .yith-wcan-filter {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 2rem;
}
.etn.woocommerce-archive .yith-wcan-filters .filter-items.filter-checkbox {
  display: grid;
}
.etn.woocommerce-archive .yith-wcan-filters .filter-item {
  order: -1;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.etn.woocommerce-archive .yith-wcan-filters .filter-item.disabled {
  order: 0;
}
.etn.woocommerce-archive .yith-wcan-filters .filter-price-slider .filter-content {
  padding: 0 0.75em;
}
.etn.woocommerce-archive .yith-wcan-filters .show-more {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #95113b;
  margin-top: 0.375rem;
}
.etn.woocommerce-archive .yith-wcan-filters .show-more::after {
  content: "»";
  display: inline-block;
  transform: rotate(90deg);
}
.etn.woocommerce-archive .yith-wcan-filters button.yith-wcan-reset-filters,
.etn.woocommerce-archive .yith-wcan-filters button.btn-primary {
  display: inline-block !important;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffffff;
  background-color: #3a4e94;
  min-height: 34px;
  width: 100%;
  padding: 5px 22px;
  border-radius: 3px;
  margin-top: 0.75rem;
  transition: all 400ms ease-in-out;
  color: #ffffff;
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.woocommerce-archive .yith-wcan-filters button.yith-wcan-reset-filters:hover,
  .etn.woocommerce-archive .yith-wcan-filters button.btn-primary:hover {
    background-position: 100% 0 !important;
  }
}
@media (min-width: 540px) {
  .etn.woocommerce-archive .yith-wcan-filters button.yith-wcan-reset-filters,
  .etn.woocommerce-archive .yith-wcan-filters button.btn-primary {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 540px) {
  .etn.woocommerce-archive .yith-wcan-filters button.yith-wcan-reset-filters,
  .etn.woocommerce-archive .yith-wcan-filters button.btn-primary {
    display: grid !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (hover: hover) {
  .etn.woocommerce-archive .yith-wcan-filters button.yith-wcan-reset-filters:hover,
  .etn.woocommerce-archive .yith-wcan-filters button.btn-primary:hover {
    background-color: #00a4e4;
  }
}
.etn.woocommerce-archive .yith-wcan-filters button.yith-wcan-reset-filters {
  background-color: #231f20;
}
.etn.woocommerce-archive body:not(.etn-booking-search-active) .yith-wcan-filters {
  display: none;
}
.etn.woocommerce-archive .yith-wcan-filters.show--filter {
  display: block;
}
@media (min-width: 1280px) {
  .etn.woocommerce-archive body:not(.no-filter-preset) .yith-wcan-filters {
    display: block !important;
  }
}
.etn.woocommerce-archive #yith--toggle-filter {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffffff;
  min-height: 34px;
  padding: 5px 22px;
  border-radius: 3px;
  margin-left: 0;
  margin-bottom: 0;
  transition: background-position 400ms ease-in-out !important;
  color: #ffffff;
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.woocommerce-archive #yith--toggle-filter:hover {
    background-position: 100% 0 !important;
  }
}
@media (min-width: 1280px) {
  .etn.woocommerce-archive #yith--toggle-filter {
    display: none;
  }
}
.etn.woocommerce-archive #yith--toggle-filter:hover svg {
  fill: #ffffff;
}
.etn.woocommerce-archive #yith--toggle-filter.opened {
  position: absolute;
  left: -0.7rem;
  z-index: 12;
}
.etn.woocommerce-archive .yith-wcan-active-filters h4 {
  display: none;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #3f3c50;
  margin-bottom: 0.35rem;
}
.etn.woocommerce-archive .yith-wcan-active-filters .active-filter > b {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .etn.woocommerce-archive .yith-wcan-active-filters .active-filter > b {
    font-size: 0.8rem;
  }
}
@media (min-width: 1360px) {
  .etn.woocommerce-archive .yith-wcan-active-filters .active-filter > b {
    font-size: 0.85rem;
  }
}
.etn.woocommerce-archive .yith-wcan-active-filters .active-filter-label {
  margin: 0.3em 0.15em !important;
}

.filters-container {
  background: #f4f5f8;
  max-width: 900px;
  padding: 2em 1em;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 3rem;
}
.filters-container .filter-tax {
  min-width: 90%;
  max-width: 90%;
}
.filters-container .apply-filters,
.filters-container .reset-filter,
.filters-container .reset-filters,
.filters-container .etn-booking-search-button {
  max-width: 320px;
}
@media (min-width: 600px) {
  .filters-container {
    padding: 2em;
  }
  .filters-container form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
  }
  .filters-container form .filter-price-slider,
  .filters-container form .apply-filters,
  .filters-container form .reset-filter,
  .filters-container form .reset-filters,
  .filters-container form .etn-booking-search-button {
    grid-column: 1/-1;
  }
  .filters-container form .filter-tax {
    display: grid;
    justify-content: start;
    align-content: start;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .filters-container {
    margin-top: 0;
    padding: 0;
    background: transparent;
  }
  .filters-container form {
    display: block;
  }
  .filters-container form .filter-tax {
    display: block;
    max-width: 100%;
    margin-left: 0;
  }
}
.filters-container h3 {
  display: none;
}
.filters-container .price-slider.slider .irs,
.filters-container .price-slider.slider .irs-min,
.filters-container .price-slider.slider .irs-max {
  font-family: "Orbitron", sans-serif !important;
}
.filters-container .price-slider.slider .irs-from,
.filters-container .price-slider.slider .irs-to {
  font-size: 0.75rem;
}
.filters-container .price-slider.slider .irs-from,
.filters-container .price-slider.slider .irs-bar,
.filters-container .price-slider.slider .irs-handle.from {
  background-color: #c3006b;
}
.filters-container .price-slider.slider .irs-handle.from {
  border: #c3006b;
}/*# sourceMappingURL=styles.css.map */