/* Destilerije Archive Styles */

 button.dest-search-btn {
  color: #222222 !important;
}
button.dest-search-btn:focus {
  background: #222221 !important;
  color: #fff !important;
}

button.dest-search-btn:hover {
  background: #222221 !important;
  color: #fff !important;
}

 button.dest-filter-toggle {
  border: 1px solid #222222 !important;
  color: #222222 !important;
}

 button.dest-filter-toggle:hover {
  background: #222222 !important;
  color: #fff !important;
}

 button.dest-filter-toggle:focus {
  background: #222222 !important;
  color: #fff !important;
}

.dest-filter-row {
  flex-direction: column;
  display: flex;
  gap: 10px;
}

 .dest-topbar {
  margin-bottom: 20px;
}

button.dest-pill.is-active {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

 button.dest-pill {
  border: 1px solid #000 !important;
  color: #000 !important;
font-weight:500;
}

 button.dest-pill:hover {
  background-color: #000 !important;
  color: #fff !important;
}


.dest-topbar {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
}

.dest-searchwrap {
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 10px;
}

input.dest-search {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
}

button.dest-search-btn {
    border: 1px solid #000;
    background: #000;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
padding:8px !important;
}

button.dest-search-btn:hover {
background: transparent !important;
    color: #000 !important;
}

.dest-archive {
    font-family: Manrope, sans-serif;
}

.dest-sortwrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    justify-content: end;
}

button.dest-search-btn:hover svg path {
fill: #000;
}

button.dest-sort-toggle {
    display: none;
}

label.dest-sortlabel {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.dest-sort {
    width: 100%;
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #fff;
}

.dest-filter-title {
    margin: 14px 0 10px;
    font-size: 32px;
    font-family: "Forum", sans-serif;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}

.dest-region-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.dest-pill {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.dest-pill.is-active {
  background: #f3a126;
  border-color: #f3a126;
  color: #fff;
}

.dest-count {
  margin: 10px 0 16px;
  color: #666;
font-size:14px !important;
}

.dest-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.dest-card {
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.dest-img {
  display: block;
  position: relative;
}

.dest-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.dest-badge {
position: absolute;
    right: 12px;
    top: 12px;
    color: #000 !important;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #eee;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
}

.dest-badge:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.dest-body {
  padding: 20px;
}

.dest-title {
display: block;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin-bottom: 6px;
}

.dest-title:hover {
  text-decoration: underline;
color:black !important;
}

.dest-loc {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.dest-desc {
  color: #666;
  font-size: 14px;
  min-height: 44px;
  margin-bottom: 14px;
}

.dest-btn {
    text-align: center;
    font-size: 14px;
    font-weight: 500 !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 3px;
    margin-top: 20px;
    justify-content: center;
    border: 1px solid black;
color:black;
}

.dest-btn:hover {
color: black !important;
    gap: 8px;
    background: transparent;
}


a.dest-btn svg.lucide.lucide-arrow-right {
    margin-top: 2px;
}


.dest-empty {
  padding: 16px;
  border: 1px dashed #ddd;
  border-radius: 12px;
  color: #666;
}

.dest-pager {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.dest-pagebtn {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.dest-pagebtn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.dest-pagetext {
  font-size: 13px;
  color: #666;
}

.dest-sort-toggle{
  position: relative;
  z-index: 9999;
  pointer-events: auto !important;
}



@media (max-width: 768px) {
    label.dest-sortlabel {
        display: none !important;
    }

select.dest-sort {
    display: none;
}
button.dest-sort-toggle {
            display: inline-flex;
        align-items: center;
        justify-content: center;
        background: black;
        border: 0;
        padding: 8px;
        border: 1px solid #000;
        cursor: pointer;
        border-radius: 3px;
}

.dest-sort-toggle:focus,
.dest-sort-toggle:hover {
    background: transparent !important;
    color: #000 !important;
}

.dest-sort-toggle:hover svg, .dest-sort-toggle:focus svg, .dest-sort-toggle:active svg {
    fill: #000;
}

.dest-sort-toggle:hover svg path, .dest-sort-toggle:focus svg path, .dest-sort-toggle:active svg path {
    stroke: #000 !important;
}

  .dest-sortwrap.is-open .dest-sort {
    display: block !important;
  }

  .dest-sortwrap {
        display: flex !important;
        gap: 10px !important;
        align-items: center !important;
        justify-content: center !important;
}

    .dest-searchwrap {
        width: 100%;
        grid-template-columns: 1fr 80px;
    }

    input.dest-search {
        width: 100%;
    }

.dest-topbar {
    display: flex;
gap:0px ;
}
}