/* POLISH PARTITION: listing.css
   Owner: the "Category listing" page-Codex. Add ALL your CSS here, scoped under: .archive (also .category-rentals/.category-bike-tours/.category-pedicab-tours/.category-walking-tours)
   This file loads AFTER cpd.css (it wins). Do NOT edit cpd.css or any other partial. */

.archive {
  background: var(--paper);
  overflow-x: clip;
}

.archive .site-header {
  box-shadow: 0 10px 28px rgba(18, 53, 31, 0.06);
}

.archive chat-widget[data-active="false"] {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 99999999 !important;
  display: block !important;
  width: 98px !important;
  height: 82px !important;
  overflow: hidden !important;
  clip-path: inset(0) !important;
  transform: translateZ(0) !important;
}

.archive .grecaptcha-badge {
  visibility: hidden !important;
  pointer-events: none !important;
}

.archive section > .container {
  width: min(var(--max), calc(100% - 44px));
  max-width: none;
  min-height: 520px;
  padding: 22px 0 clamp(56px, 7vw, 86px);
}

.archive section > .container > .row {
  margin-right: 0;
  margin-left: 0;
}

.archive section > .container > .row::before,
.archive section > .container > .row::after,
.archive section > .container > .row > .col-sm-12 > .row::before,
.archive section > .container > .row > .col-sm-12 > .row::after {
  display: none;
}

.archive section > .container > .row > .col-sm-12 {
  width: 100%;
  float: none;
  padding: 0;
}

.archive .rank-math-breadcrumb {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.archive .rank-math-breadcrumb p {
  margin: 0;
}

.archive .rank-math-breadcrumb a {
  color: var(--green-650);
  font-weight: 700;
  text-decoration: none;
}

.archive .rank-math-breadcrumb a:hover,
.archive .rank-math-breadcrumb a:focus {
  color: var(--green-950);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.archive h1 {
  margin: 0 0 20px;
  color: var(--green-950);
  font-family: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(36px, 4.8vw, 52px);
  font-weight: 700;
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
}

.archive section > .container > .row > .col-sm-12 > .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(242px, 270px));
  justify-content: center;
  gap: 24px 22px;
  margin: 0;
}

.archive .col-md-3.list {
  width: auto;
  min-width: 0;
  min-height: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.archive .list article {
  height: 100%;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(18, 53, 31, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.archive .list article:hover {
  transform: translateY(-2px);
  border-color: rgba(51, 115, 69, 0.34);
  box-shadow: 0 14px 34px rgba(18, 53, 31, 0.13);
}

.archive .list article > .row,
.archive .list article > .row > .col-sm-12 {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
}

.archive .list .loopa {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.archive .list .ib {
  aspect-ratio: 3 / 2;
  max-height: none;
  margin: 0;
  overflow: hidden;
  background: var(--paper-2);
}

.archive .list .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive .list .woocommerce-loop-product__title {
  min-height: 42px;
  margin: 13px 16px 8px;
  padding: 0;
  color: var(--green-950);
  font-family: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.archive .list .optlist {
  margin: 0 16px;
}

.archive .list .optlist .description p,
.archive .list .optlist .description ul {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.42;
}

.archive .list .optlist .description ul {
  margin-top: 6px;
}

.archive .list .greenp.summary {
  display: flex;
  min-height: 58px;
  flex-direction: column;
  justify-content: flex-end;
  margin: auto 16px 15px;
  padding: 10px 0 0;
  border-top: 1px solid var(--line);
  text-align: right;
}

.archive .list .greenp .rp {
  display: block;
  color: var(--strike);
  font-size: 13px;
  line-height: 1.25;
  opacity: 0.72;
}

.archive .list .greenp .sp {
  display: block;
  color: var(--green-650);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.12;
}

@media (min-width: 860px) {
  .archive.category-rentals section > .container > .row > .col-sm-12 {
    display: grid;
    grid-template-columns: repeat(3, minmax(242px, 270px));
    justify-content: center;
    gap: 24px 22px;
  }

  .archive.category-rentals h1 {
    grid-column: 1 / -1;
    margin-bottom: -4px;
  }

  .archive.category-rentals section > .container > .row > .col-sm-12 > .row {
    display: contents;
  }

  .archive.category-rentals section > .container > .row > .col-sm-12 > div:empty {
    display: none;
  }

  .archive.category-bike-tours section > .container > .row > .col-sm-12 > .row,
  .archive.category-pedicab-tours section > .container > .row > .col-sm-12 > .row,
  .archive.category-walking-tours section > .container > .row > .col-sm-12 > .row {
    grid-template-columns: repeat(auto-fit, minmax(282px, 310px));
    max-width: 974px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 859px) {
  .archive chat-widget[data-active="false"] {
    display: none !important;
  }

  .archive .site-header {
    background: var(--paper);
    backdrop-filter: none;
  }

  .archive section > .container {
    width: min(100% - 32px, var(--max));
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 44px;
  }

  .archive section > .container > .row > .col-sm-12 > .row {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .archive h1 {
    margin-bottom: 16px;
    font-size: clamp(31px, 8.8vw, 38px);
  }

  .archive .list .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 18px !important;
  }

  .archive.category-walking-tours .list article {
    border-color: rgba(51, 115, 69, 0.24);
    box-shadow: 0 10px 28px rgba(18, 53, 31, 0.1);
  }

  .archive.category-walking-tours .list .ib {
    aspect-ratio: 16 / 10;
  }

  .archive.category-walking-tours .list .woocommerce-loop-product__title {
    font-size: 20px !important;
  }

  .archive.category-walking-tours .list .greenp.summary {
    text-align: center;
  }

  .archive.category-walking-tours .list .greenp .sp {
    font-size: 20px;
  }
}
