/* Tabs login/register checkout: versión móvil */
.ht-login-nav-mobile {
  flex-direction: column !important;
  gap: 0.5rem !important;
  align-items: stretch !important;
}
.ht-login-nav-mobile .nav-item {
  min-width: 0;
  width: 100%;
  margin: 0;
  border-radius: 12px;
}
.ht-login-nav-mobile .nav-item .nav-link {
  padding: 1.1rem 0.5rem;
  font-size: 1.15rem;
}
.ht-login-nav-mobile .nav-item .nav-link.active {
  border-color: #d88d1d !important;
  color: #d88d1d !important;
  font-weight: 700;
  border-radius: 12px;
}
.ht-login-nav-mobile .nav-item-separator {
  display: none !important;
}
/* Resalta el <li> del tab seleccionado en login/register checkout */
.ht-login-nav .nav-item {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 0.7rem 1.5rem;
  margin: 0 0.5rem;
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
}
.ht-login-nav .nav-item > .nav-link.active {
  font-weight: 700;
  color: #d88d1d !important;
}

.ht-login-nav .nav-item > .nav-link.active {
  border-color: #d88d1d;
  color: #d88d1d !important;
  z-index: 1;
}

/* Tabs login/register checkout: alineados y visualmente atractivos */
.ht-login-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.ht-login-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 10px;
  min-width: 180px;
  min-height: 48px;
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}
.ht-login-nav .nav-item .nav-link {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  color: #222;
  font-weight: 500;
  padding: 0.7rem 0;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  transition: color 0.2s;
}
.ht-login-nav .nav-item .nav-link.active {
  font-weight: 700;
  color: #d88d1d !important;
  border-color: #d88d1d !important;
  z-index: 1;
}
.ht-login-nav .nav-item-separator {
  border: none !important;
  background: none !important;
  color: #aaa;
  padding: 0 0.5rem;
  margin: 0;
  font-size: 2rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 48px;
}
/* Centrado de condiciones y botón en el paso de pago */
#payment-confirmation {
  max-width: 420px;
  margin: 0 auto;
}
#payment-confirmation .ps-shown-by-js {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
#conditions-to-approve {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
#conditions-to-approve ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#conditions-to-approve li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  min-height: 32px;
}
#conditions-to-approve .custom-checkbox {
  display: flex;
  align-items: flex-start;
  margin-top: 2px;
}
#conditions-to-approve .condition-label {
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

/* Botón de compra igual que otros formularios */
#payment-confirmation .ht-btn-submit {
  width: 100%;
  max-width: 400px;
  font-size: 1.1rem;
  padding: 12px 0;
  border-radius: 10px;
  background: #ffb300;
  color: #222;
  border: none;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: background 0.2s;
  margin-top: 1.5rem;
}
#payment-confirmation .ht-btn-submit:disabled {
  background: #eee;
  color: #aaa;
  cursor: not-allowed;
}
#payment-confirmation .ht-btn-submit:hover:not(:disabled) {
  background: #ff9800;
}
/* Custom for new components */

/* Sta Home */

.home_wraper {
  margin-top: 0;
  width: 1000px;
  padding: 10px;
  margin-left: 12%;

}

.right_hat_element {

  width: 50% !important;

}

#image_confirmacion {

  width: 50%;
  margin-left: 50%;
}


@media (max-width: 2100px) {

  .home_wraper {

    margin-left: 14%;

  }

}


@media (max-width: 1700px) {

  .home_wraper {
    margin-left: 5%;
  }

  .title1 {
    margin-left: 85px !important;
  }

  .home_wraper {

    margin-left: 13%;

  }

  #hat_search {

    margin-left: 0 !important;


  }


}

@media (max-width: 800px) {

  #foto_producto {

    height: 125px;

  }
}

@media (min-width: 2000px) {

  #foto_producto {

    height: 375px;

  }

}

@media (min-width: 2400px) {

  #foto_producto {
}

/* Alinear formulario a la izquierda en escritorio */
.ht-form-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

/* Igualar ancho de todos los inputs del formulario */
.ht-form-section input[type=text],
.ht-form-section input[type=email],
.ht-form-section input[type=password],
.ht-form-section input[type=tel],
.ht-form-section textarea,
.ht-form-section select.form-control {
  width: 100%;
  min-width: 220px;
  max-width: 400px;
  box-sizing: border-box;
}

/* Nota legal */
.ht-legal-note {
  margin-top: 2.5rem;
  font-size: 1rem;
  color: #222;
  text-align: left;
}
@media (max-width: 600px) {
  .ht-legal-note {
    text-align: center;
    font-size: 0.95rem;
  }

    height: 440px;

  }

}

@media (min-width: 2800px) {

  #foto_producto {

    height: 525px;

  }

}

@media (min-width: 3200px) {

  #foto_producto {

    height: 575px;

  }

}

@media (min-width: 1200px) and (max-width:1500px) {

  #hat_search {

    padding-left: 17% !important;

  }
}

@media (max-width: 1400px) {

  #hat_search {

    margin-left: 5.75% !important;

  }
}

@media (max-width: 1750px) {

  .descripcion_boton {
    font-size: 11px;
  }
}


@media (max-width: 1200px) {

  .home_wraper {

    margin-left: 1%;

  }

  .right_hat_element {

    width: 70% !important;

  }

  #hat_search {

    width: 100% !important;
    margin-left: 5.5%;

  }

}

@media (max-width: 900px) {

  .home_wraper {

    margin-left: 0%;

  }

  .right_hat_element {

    width: 100% !important;

  }

}

@media (max-width: 800px) {

  .home_wraper {

    margin-left: -9%;
    margin-top: -8%;

  }

}

@media (max-width: 600px) {
  #right_boxes {
    display: none;
  }

  #product-availability {
    width: 100%;
  }

  .info_icon_container {
    width: 48% !important;
    margin-top: 3% !important;
  }

  .info_icons {
    margin-left: 5% !important;
  }

  #comprar {
    float: right;
    margin-bottom: 0% !important;
  }
}

.home_sections {
  padding: 2%;
  display: inline-block;
}

.home_sections .con1 {
  width: 30%;
  display: inherit;
}

.home_sections .con1 div {
  width: 100%;
  margin: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
}

.home_sections .con2 {
  width: 20%;
  display: inherit;
}

.home_sections .con2 div {
  width: 100%;
  margin: 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
}

.home_sections .con3 {
  width: 25%;
  margin-left: 7px;
  display: inherit;
}

.home_sections .con3 div {
  width: 100%;
  margin: 10px;
  margin-left: 0px;
  margin-bottom: 5px;
}

.home_titles {
  color: white;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 10rem 0 0 4.5rem;
  color: #fff;
}

/* Fin Home */

/* Sta Cat */

.product-title {

  font-weight: 300;
  font-family:  'Brinnan', sans-serif !important;
  color: #111111;
  font-size: 24px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(17, 17, 17);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(17, 17, 17);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(17, 17, 17);
  border-top-style: none;
  border-top-width: 0px;
  color: rgb(17, 17, 17);
  cursor: pointer;
  display: table-cell;
  outline-color: rgb(17, 17, 17);
  text-decoration-color: rgb(17, 17, 17);
  text-decoration-line: none;
  text-decoration-style: solid;
}

.viaje_miniatura {

  width: 315px;
  position: relative;
  float: left;
  z-index: 1;
  overflow: hidden;
  margin: 10px;
  margin-bottom: 20px;

}

.viaje_miniatura img {

  width: 315px;
  height: 180px;
}

/* End Cat */

/* Sta Product */

.info_icon_container {

  width: 18%;

  display: inline-block;

  padding: 0px;


}

.info_icon,
.info_icon_text,
.info_icon_container {

  display: table-cell;

}

.info_icons {

  margin-top: 5%;
  margin-bottom: 0%;

}

.info_icon,
.info_icon_container {
  display: inline-flex;
  vertical-align: middle;
}

.boton_producto {

  color: white;
  background: cornflowerblue;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  width: 20%;
  cursor: pointer;
}

/* End Product*/

.iconos_area_usuario:hover {
  opacity: 0.9;
}

.cinema {

  width: 88%;

}

.pelicula {

  background: none;
  border: none;
  padding: 0;
  margin-top: 1%;
  width: 25%;

}

.form_pelicula {

  display: inline;
  margin-left: -3%;

}

.te_recomendamos {

  margin-top: 1%;
  margin-left: 0.3%;
  max-width: 50%
}

.cartelera {

  margin-left: 1%;
  max-width: 50%;

}

.hat_main {

  width: 100%;
  margin-top: 1.5%;
  display: inline-block;

}

.header_v2 {
  box-shadow: 0 2px 2px -2px gray;
  margin-bottom: 0 !important;

}

.hat_menu {
  display: inline-block;
  padding-right: 2.45%;
  padding-left: 2.45%;
  font-size: 14px;
  font-weight: 400 !important;
}

.hat_menu a {
  color: #8a8a8a;
}

.add_main_color a {
  color: #5fa7f1 !important;
}

.hat_menu a:hover {
  color: #505050 !important;

}

.add_main_color a:hover {
  color: #5fa7f1 !important;
}

.icono_derecha i:hover {
  color: #505050 !important;
}

.add_main_color_icono i {
  color: #5fa7f1 !important;
}

.add_main_color_icono i:hover {
  color: #5fa7f1 !important;
}

.hat_right_icon {
  padding-right: 50px;
}

.header_carta:hover {
  opacity: 0.7;
}

.hat_left,
.hat_center,
.hat_right {

  display: inherit;

}

.hat_left,
.hat_right {

  width: 18%;

}

.hat_center {

  width: 60%;

}

#formato_cine {

  margin-left: 15%;

}

@media (max-width: 1100px) {

  #formato_cine {

    margin-left: 6%;

  }

}

#iframe_producto {

  margin-top: 3%;

}

#comprar {
  /*margin-top:2%;*/
  float: inherit;
  margin-bottom: -3.5%;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


@media only screen and (max-width: 1450px) {
  .pregunta_ayuda {
    font-size: 11px !important;
  }

  .open-button {
    width: 150px !important;
  }

  #monica {
    width: 32px !important;
  }
}

.gray-happy {
  color: #475569 !important;
}

.cart-grid-body ul.cart-items li>div {
  border-bottom: #475569 solid 1px !important
}

.card .card-block {
  border-bottom: #475569 solid 1px;
}

.bootstrap-touchspin-down.left-btn:hover {
  background: #475569;
  color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: none !important
}

.bootstrap-touchspin-up.right-btn:hover {
  background: #475569;
  color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: none !important
}

.column {
  display: flex;
  flex-direction: column;
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

.textoInfo {
  flex: 25%
}

.viewCompra {
  display: flex;
  align-items: flex-start;
  gap: 2%;
  margin-bottom: 50px;
}

.viewCompra .textoCompra {
  width: 70%;
}

.card-htickets-r {
  background: #E84C2633;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08)
}

.card-htickets {
  background: #F9FAFA;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08)
}

.viewCompra .detalleCompra #comprar {
  padding: 20px;
  padding-bottom: 10px;
  background: #f3ac56;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 10px;
}

.category-title {
  font-size: 26px
}

.category-title span>i {
  font-size: 16px
}

.category-subtitle span>i {
  font-size: 16px;
  margin-left: 10px;
}

.category-subtitle {
  font-size: 16px
}

.product-image-modal {
  width: 100%;
  object-fit: cover;
  height: 150px;
}

.rounded {
  border-radius: 20px
}

.btn-category {
  border-style: none;
  padding: 10px 20px;
  background: #E84C26
}

.textoCompra .borderTop {
  border-top: 3px solid black;
  margin-top: 20px;
  padding-top: 15px;
}

.textoCompra .number {
  display: flex;
  align-items: baseline;
}

.textoCompra .number span {
  font-size: 50px !important;
  color: #475569;
  margin-right: 20px;
  font-family: 'BrinnanBold', sans-serif !important;
}

.textoCompra .number p {
  font-size: 30px;
  color: #475569;
  margin-bottom: 0px;
}

.primary-bgcolor {
  background-color: #FCC700 !important;
}

.primary-color {
  color: #FCC700 !important;
}

.color-black {
  color: black !important
}

.slider-img {
  border-radius: 10px
}

.ht_boton_contacto {
  border-radius: 15px !important;
  background: #F29627;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 5px 20px;
}

@media screen and (max-width: 768px) {
  .imgFooter {
    width: 200px;
  }

  .viewCompra .textoCompra {
    width: 100%;
  }
}

/* Estilo para el precio */
.price {
  text-align: center;
}

.price-value {
  border: 1px solid #FCC700;
  border-radius: 5px;
  padding: 5px 10px;
  color: #FCC700;
  font-weight: bold;
}

/* Estilo para el botón de compra */
.buy-button {
  background-color: #FCC700;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.offer-container {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Espacio entre el texto de la oferta y el botón */
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
}

.offer-text {
  color: black;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discount-text {
  position: absolute;
  top: 8px;
  /* Ajusta la posición vertical del texto */
  right: 5px;
  /* Ajusta la posición horizontal del texto */
  color: black;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.regular-button {
  background-color: #475569;
  color: #ffffff;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  border: 1.5px;
}

/* --- Formularios checkout y registro --- */
/* --- Estilos mejorados para customer-form y móvil --- */
.ht-form-section { max-width: 420px; margin: 0 auto; background: #fafafa; border-radius: 10px; padding: 2rem 2.5rem; }
.ht-form-group { margin-bottom: 1.2rem; }
.ht-label { font-size: 1.1rem; font-weight: 500; margin-bottom: 0.3rem; display: block; }
.ht-input-wrap { width: 100%; }
.ht-input { width: 100%; border-radius: 10px; border: 1px solid #ddd; padding: 8px 12px; }
.ht-radio-wrap { display: flex; gap: 2rem; }
.ht-radio-label { font-size: 1rem; }
.ht-form-footer { margin-top: 2rem; }
.ht-check-wrap { margin-bottom: 1rem; }
.ht-check { width: 20px; height: 20px; margin-right: 0.7rem; }
.ht-btn-submit { width: 100%; font-size: 1.1rem; padding: 12px 0; border-radius: 10px; }

/* Payment method logo style for unified forms */
.ht-payment-logo {
  width: 200px;
  height: 65px;
  object-fit: contain;
  display: block;
  margin: 12px 0 0 0;
}
@media (min-width: 601px) {
  .ht-btn-submit {
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .ht-form-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .ht-form-section { padding: 1rem 0.5rem; }
  .ht-btn-submit { font-size: 1rem; padding: 16px 0; }
}
label {
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 2rem;
}
label:first-child {
  margin-top: 0;
  padding-top: 0;
}
.form-control-submit {
    background-color: #FCC700;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    transition: none;
}
.form-control-submit:hover {
    background-color: #FCC700;
    color: #000;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select.form-control {
  width: 100%;
  height: 1.9rem;
  max-width: 300px;
  border: none;
  line-height: normal;
  padding: 5px 10px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  transition: border-color 0.15s ease-in-out;
  font-size: 1rem;
  color: #212121;
  border-radius: 15px;
  box-sizing: border-box;
}
.form-group.row {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}
.form-group.row label {
  width: 30%;
  min-width: 120px;
  margin-bottom: 0;
}
.form-group.row .col-md-6,
.form-group.row .col-md-9 {
  width: 70%;
  min-width: 180px;
}
.form-check-input {
  margin-top: .25rem;
  margin-left: 0;
  margin-right: 2rem;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .form-group.row {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-group.row label {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  .form-group.row .col-md-6,
  .form-group.row .col-md-9 {
    width: 100% !important;
    min-width: 0;
  }
  .form-control-submit {
    width: 100%;
    font-size: 1.1rem;
    padding: 12px 0;
  }
}
@media (max-width: 600px) {
  .form-group.row {
    padding: 0 2vw;
  }
  .form-control-submit {
    font-size: 1rem;
    padding: 14px 0;
    border-radius: 15px;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  textarea,
  select.form-control {
    font-size: 0.95rem;
    padding: 8px 10px;
    border-radius: 12px;
  }
}





/* OVERRIDE MELTED DISCOUNT BANNER TO PILL */

/* 1. LARGE BADGE (Ficha de Producto y Portada Home) */
.discount-container {
    border-radius: 100px !important; /* Perfect capsule pill shape like photo 3 */
    padding: 10px 22px !important; /* Generous grandote padding */
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: auto !important;
    height: auto !important;
    min-width: 60px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.18) !important;
    z-index: 10 !important;
}

.discount-container svg {
    display: none !important;
}

.discount-container .discount-text {
    position: static !important;
    color: inherit !important;
    text-align: center !important;
    line-height: 1.05 !important;
}

.discount-container .discount-percentage {
    font-size: 20px !important; /* Grandote percentage */
    font-weight: 800 !important;
    color: inherit !important;
}

.discount-container .discount-label {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: inherit !important;
}

.discount-container .discount-text p {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: inherit !important;
    margin: 0 !important;
    line-height: 1 !important;
}

/* 2. SMALL BADGE (Cross-selling / Quizás también te interese) */
.cinema-badge-simple {
    border-radius: 50px !important; /* Capsule pill shape */
    padding: 5px 12px !important; /* Cute, compact padding */
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.12) !important;
    z-index: 10 !important;
}

.cinema-badge-simple svg {
    display: none !important;
}

.cinema-badge-simple .discount-text {
    position: static !important;
    color: inherit !important;
    text-align: center !important;
    line-height: 1 !important;
}

.cinema-badge-simple .discount-percentage {
    font-size: 12px !important; /* Compact percentage */
    font-weight: 800 !important;
    color: inherit !important;
}

.cinema-badge-simple .discount-label {
    font-size: 9px !important; /* Compact label */
    font-weight: 800 !important;
    color: inherit !important;
}

.cine-mobile-price-badge {
    display: none;
}

@media (max-width: 768px) {
    .products .product-miniature.cine-product-miniature .thumbnail-container {
        position: relative;
    }

    .products .product-miniature.cine-product-miniature .cine-mobile-price-badge {
        position: absolute;
        top: 4px;
        right: 4px;
        z-index: 5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 54px;
        height: 28px;
        padding: 0 8px;
        border-radius: 999px;
        background: #005596;
        color: #ffffff;
        font-size: 16px;
        line-height: 1;
        font-weight: 800;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
        white-space: nowrap;
    }

    .products .product-miniature.cine-product-miniature .product-price-and-shipping {
        display: none !important;
    }
}

/* Catalog filters */
.ht-category-filters-shell {
  margin: 0 auto;
}

.ht-catalog-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.ht-catalog-filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 190px;
  margin: 0;
}

.ht-catalog-filter::after {
  content: "";
  position: absolute;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #383838;
  border-bottom: 1.5px solid #383838;
  transform: rotate(45deg) translateY(-2px);
  pointer-events: none;
}

.ht-catalog-filter select {
  display: block;
  width: 100%;
  height: 42px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  color: #171717;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 38px 0 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ht-catalog-filter select:hover {
  border-color: var(--ht-catalog-accent, #FCC700);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.09);
}

.ht-catalog-filter select:focus {
  border-color: var(--ht-catalog-accent, #FCC700);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ht-catalog-accent, #FCC700) 18%, transparent);
  outline: none;
}

@media (max-width: 768px) {
  .ht-catalog-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 10px;
  }

  .ht-catalog-filter {
    min-width: 0;
  }

  .ht-catalog-filter select {
    height: 40px;
    font-size: 13px;
  }
}
