/* ===================================== */
/* SEARCH ROW (GUESTS, DATES, PROMOS)   */
/* ===================================== */

.search-row{
  margin-top:10px;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border:1px solid #d6d0c7;
  background:white;
  position:relative;
  z-index:20;
  overflow:visible;
  min-height:60px;
}

html.page-animate .search-row{
  animation:rise-in 0.45s ease both;
}


.search-box{
  height:60px;
  border-right:1px solid #d6d0c7;
  padding:8px 10px;
  display:flex;
  align-items:flex-start;
  gap:8px;
  position:relative;
}

.search-box:last-child{
  border-right:none;
  justify-content:center;
  text-align:center;
}


.search-icon{
  font-size:18px;
  color:#1f2b3d;
  margin-top:0px;
  width:18px;
  text-align:center;
}


.search-title{
  font-size:15px;
  line-height:18px;
  color:#243045;
}


.search-sub{
  font-size:12px;
  margin-top:2px;
  color:#2c2c2c;
}


.promo{
  font-family:'Poppins', sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.2px;
  line-height:20px;
  color:#1e2430;
  text-transform:uppercase;
  margin-top:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
}

.promo i{
  font-size:11px;
}

#guestsBox{
  position:relative;
  cursor:pointer;
}

#guestsBox:focus-visible{
  outline:2px solid #d8be6f;
  outline-offset:-2px;
}

#guestsBox.is-open{
  background:#fbf9f4;
  z-index:30;
}

#promoBox{
  position:relative;
  cursor:pointer;
}

#promoBox:focus-visible{
  outline:2px solid #d8be6f;
  outline-offset:-2px;
}

#promoBox.is-open{
  background:#fbf9f4;
  z-index:30;
}


.guests-panel,
.promo-panel{
  position:absolute;
  top:100%;
  left:0;
  width:260px;
  background:#ffffff;
  border:1px solid #d6d0c7;
  box-shadow:0 10px 20px rgba(20, 30, 43, 0.12);
  z-index:40;
  margin-top:4px;
  padding:10px;
  display:none;
}

#guestsBox.is-open .guests-panel,
#promoBox.is-open .promo-panel{
  display:block;
}

.promo-panel{
  left:auto;
  right:0;
  width:320px;
}


.guests-panel-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:6px 0;
  border-bottom:1px solid #ece7dd;
}

.guests-panel-row:last-of-type{
  border-bottom:none;
}


.guests-panel-title{
  font-family:'Poppins', sans-serif;
  font-size:12px;
  font-weight:600;
  color:#1e2430;
}


.guests-panel-sub{
  font-family:'Poppins', sans-serif;
  font-size:11px;
  color:#6f7580;
  margin-top:1px;
}

.guest-counter{
  display:flex;
  align-items:center;
  gap:10px;
}


.guest-btn{
  width:22px;
  height:22px;
  border:1px solid #d0c8b9;
  background:#fff;
  color:#1f2a3b;
  font-size:14px;
  line-height:1;
  cursor:pointer;
}

.guest-btn:disabled{
  opacity:0.35;
  cursor:not-allowed;
}


.guest-value{
  min-width:14px;
  text-align:center;
  font-family:'Poppins', sans-serif;
  font-size:12px;
  font-weight:600;
}


.children-ages{
  padding-top:6px;
}


.child-age-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:4px;
}


.child-age-label{
  font-family:'Poppins', sans-serif;
  font-size:11px;
  color:#303846;
}


.child-age-select{
  width:80px;
  min-width:80px;
  border:1px solid #d2cabd;
  background:#fff;
  height:24px;
  padding:0 6px;
  text-transform:none;
  letter-spacing:0;
  font-size:11px;
}

.guests-panel-actions{
  padding-top:10px;
  display:flex;
  justify-content:flex-end;
}

.guests-validation-msg{
  display:none;
  margin-top:8px;
  padding:9px 10px;
  border:1px solid #d8b96f;
  background:#fff7e1;
  color:#4b3c1a;
  font-family:'Poppins', sans-serif;
  font-size:12px;
  line-height:1.4;
}

.guests-validation-msg.is-visible{
  display:block;
}

.guests-done-btn{
  border:1px solid #d8be6f;
  background:#d8be6f;
  color:#1e2430;
  font-family:'Poppins', sans-serif;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:8px 14px;
  cursor:pointer;
}

.promo-label{
  display:block;
  font-family:'Poppins', sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1.3px;
  color:#1f2a3b;
  margin-bottom:8px;
}

.promo-input{
  width:100%;
  height:38px;
  border:1px solid #d4cdc0;
  background:#fff;
  font-family:'Poppins', sans-serif;
  font-size:13px;
  color:#1f2a3b;
  padding:0 12px;
}

.promo-input:focus{
  outline:none;
  border-color:#d8be6f;
}

.promo-actions{
  margin-top:12px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
}

.promo-cancel-btn,
.promo-apply-btn{
  height:34px;
  padding:0 14px;
  font-family:'Poppins', sans-serif;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1.4px;
  cursor:pointer;
}

.promo-cancel-btn{
  border:1px solid #cfc8bb;
  background:#ffffff;
  color:#1f2a3b;
}

.promo-apply-btn{
  border:1px solid #d8be6f;
  background:#d8be6f;
  color:#1e2430;
}

/* ===================================== */
/* FILTERS (VIEW & SORT OPTIONS)        */
/* ===================================== */

.filters{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

html.page-animate .filters{
  animation:rise-in 0.45s ease both;
  animation-delay:0.08s;
}


.filters-left{
  display:flex;
  align-items:center;
  gap:12px;
}

.checkbox{
  width:19px;
  height:19px;
  border:1px solid #8d8d8d;
}


.filter-option{
  display:flex;
  align-items:center;
  gap:6px;
  font-family:'Poppins', sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
  color:#1f2a3b;
  font-weight:600;
}


.divider{
  width:1px;
  height:38px;
  background:#d7d1c6;
}


.filters-right{
  display:flex;
  align-items:center;
  gap:6px;
  font-family:'Poppins', sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
  color:#1f2a3b;
  font-weight:600;
}

.filters-right i{
  font-size:14px;
}

/* ===================================== */
/* SELECT DROPDOWN STYLES               */
/* ===================================== */
select{
  font-family:'Poppins', sans-serif;
  background:transparent;
  border:none;
  cursor:pointer;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:2px;
  outline:none;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}

select:hover{
  outline:none;
}

select:focus{
  outline:none;
}

label{
  font-family:'Poppins', sans-serif;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:13px;
  color:#1f2a3b;
  font-weight:600;
  cursor:pointer;
  user-select:none;
}

.filter-option{
  gap:6px !important;
  position:relative;
  display:flex;
  align-items:center;
  cursor:pointer;
  width:auto;
  height:100%;
}

.filter-option select{
  width:220px;
  min-width:220px;
  cursor:pointer;
  padding:0 26px 0 65px;
  position:relative;
  z-index:10;
  background:transparent;
  border:none;
  outline:none;
  color:#1f2a3b;
  font-family:'Poppins', sans-serif;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:2px;
}

.filter-option select:hover{
  color:#1e2430;
}

.filter-option select:focus{
  color:#1e2430;
  outline:none;
}

.filter-option label{
  position:absolute;
  left:0;
  pointer-events:none;
  margin:0;
  font-size:10px;
  color:#1f2a3b;
  font-weight:600;
  letter-spacing:1px;
  line-height:1.2;
  top:50%;
  transform:translateY(-50%);
}

.filter-option i{
  position:absolute;
  right:6px;
  pointer-events:none;
  font-size:12px;
}

/* Especifico para VER POR */
#view-select{
  width:220px;
  min-width:220px;
  padding:0 26px 0 65px !important;
}

/* Especifico para ORDENAR POR */
#sort-select{
  width:330px;
  min-width:330px;
  padding:0 26px 0 115px !important;
}

.filter-option select option{
  padding:8px;
  background:white;
  color:#1f2a3b;
  font-family:'Poppins', sans-serif;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
}

.filter-option select::-webkit-scrollbar{
  width:0;
  height:0;
}

.filter-option select::-webkit-scrollbar-track{
  background:transparent;
}

.filter-option select::-webkit-scrollbar-thumb{
  background:transparent;
}

.filter-option select::-webkit-scrollbar-thumb:hover{
  background:transparent;
}

/* Firefox */
.filter-option select{
  scrollbar-width:none;
}

.filter-option select::-moz-scrollbar{
  width:0;
  height:0;
}

.filter-option i{
  pointer-events:none;
  position:relative;
  z-index:1;
}
