@font-face {
  font-family: 'PTRootUI';
  src: url("/fonts/pt-root-ui-light.woff2") format("woff2"),
       url("/fonts/pt-root-ui-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PTRootUI';
  src: url("/fonts/pt-root-ui-regular.woff2") format("woff2"),
       url("/fonts/pt-root-ui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PTRootUI';
  src: url("/fonts/pt-root-ui-medium.woff2") format("woff2"),
       url("/fonts/pt-root-ui-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PTRootUI';
  src: url("/fonts/pt-root-ui-bold.woff2") format("woff2"),
       url("/fonts/pt-root-ui-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

.clubfinds2023 .page-content,
.clubfinds2023 .modal-2023,
.clubfinds2023 .Popup-module__popup {
  --base-bg-input-disabled: #f4f4f4;
  --brand-bg-button-disabled: #ffeab4;
  --brand-typo-button-hover: #2d3137;
  --brand-typo-button-active: #2d3137;
  --input-color-light: #afafaf;
  --secondary-base-bg: #f4f4f4;
  --brand-mobile-app-qr-code: /img/mobileapp/apps-qr-code-ostrovok.svg;
  --mobile-app-icon: /img/mobileapp/ost@2x.png;
  --sizes: [object Object];
  --palette-black: #2d3137;
  --palette-dark: #868686;
  --palette-gray: #c8c8c8;
  --palette-light: #e5e5e5;
  --palette-ulight: #f4f4f4;
  --palette-white: #ffffff;
  --palette-disabled: #afafaf;
  --palette-main: #ffdc82;
  --palette-sec: #e5e5e5;
  --border: rgb(229, 229, 229);
  --disabled-overlay: rgba(246, 246, 246, 0.8);
  --disabled-filter: grayscale(0.5) opacity(0.4);
  --header-bg: rgb(255, 255, 255);
  --header-bg-secondary: rgb(244, 244, 244);
  --header-logo-main-max-height: 40px;
  --header-logo-partner-max-height: 40px;
  --header-main: rgb(45, 49, 55);
  --header-secondary: rgb(222, 224, 228);
  --header-typo: rgb(45, 49, 55);
  --header-menu-typo: rgb(134, 134, 134);
  --header-menu-typo-secondary: rgb(134, 134, 134);
  --header-active: rgb(45, 49, 55);
  --header-height: 48px;
  --header-height-secondary: 48px;
  --colored-primary-bg: rgb(255, 220, 130);
  --colored-primary-typo: rgb(45, 49, 55);
  --colored-primary-hover-bg: rgb(254, 212, 102);
  --colored-primary-active-bg: rgb(247, 206, 95);
  --colored-secondary-bg: rgb(229, 229, 229);
  --colored-secondary-typo: rgb(45, 49, 55);
  --colored-secondary-hover-bg: rgb(199, 199, 199);
  --colored-secondary-active-bg: rgb(176, 176, 176);
  --button-primary-bg: rgb(255, 220, 130);
  --button-primary-typo: rgb(45, 49, 55);
  --button-primary-hover-bg: rgb(254, 212, 102);
  --button-primary-active-bg: rgb(247, 206, 95);
  --button-secondary-bg: rgb(229, 229, 229);
  --button-secondary-typo: rgb(45, 49, 55);
  --button-secondary-hover-bg: rgb(199, 199, 199);
  --button-secondary-active-bg: rgb(176, 176, 176);
  --button-outline-border: rgb(199, 199, 199);
  --button-outline-typo: rgb(45, 49, 55);
  --button-outline-hover-border: rgb(176, 176, 176);
  --button-outline-active-border: rgb(176, 176, 176);
  --multibutton-border: rgb(229, 229, 229);
  --multibutton-on-bg: rgb(255, 255, 255);
  --multibutton-on-typo: rgb(45, 49, 55);
  --multibutton-off-bg: rgb(244, 244, 244);
  --multibutton-off-typo: rgb(134, 134, 134);
  --field-bg: rgb(255, 255, 255);
  --field-typo: rgb(45, 49, 55);
  --field-placeholder: rgb(175, 175, 175);
  --field-label: rgb(45, 49, 55);
  --field-border: rgb(229, 229, 229);
  --field-hover-border: rgb(134, 134, 134);
  --field-active-border: rgb(247, 206, 95);
  --dropdown-selected-bg: rgba(255, 220, 130, 0.4);
  --selected-bg: rgba(255, 220, 130, 0.4);
  --box-border: rgb(229, 229, 229);
  --box-bg: rgb(255, 255, 255);
  --box-hover-border: rgb(254, 212, 102);
  --box-active-bg: rgba(255, 220, 130, 0.4);
  --box-on-bg: rgb(255, 220, 130);
  --box-on-typo: rgb(45, 49, 55);
  --box-on-hover-bg: rgb(254, 212, 102);
  --calendar-holiday-color-edge: rgb(190, 0, 0);
  --calendar-holiday-color: #be0000;
  --link: #4086E4;
  --link-hover: rgb(31, 103, 194);
  --link-active: rgb(10, 88, 178);
  --link-alt: rgb(137, 190, 255);
  --link-alt-hover: rgb(190, 221, 255);
  --link-alt-active: rgb(219, 236, 255);
  --text: rgb(45, 49, 55);
  --text-secondary: rgb(134, 134, 134);
  --text-alt: rgb(255, 255, 255);
  --block-bg: rgb(255, 255, 255);
  --block-bg-secondary: rgb(244, 244, 244);
  --block-bg-alt: rgb(45, 49, 55);
  --shadow: rgba(45, 49, 55, 0.3);
  --alert: #ce2121;
  --alert-bg: rgb(252, 234, 234);
  --alert-alt: rgb(234, 165, 165);
  --alert-outline: rgba(206, 33, 33, 0.4);
  --success: #53af24;
  --success-bg: rgb(220, 239, 211);
  --success-alt: rgb(186, 223, 168);
  --warning: #e77c00;
  --warning-bg: rgb(246, 228, 206);
  --warning-alt: rgb(255, 173, 78);
  --highlight-bg: #fff8e6;
  --focus-outline: rgba(255, 220, 130, 0.4);
  --logo-bg: transparent;
  --brand-typo-like: rgb(45, 49, 55);
  --fidelity-dreams: #ff6464;
  --fidelity-clubfinds-points: #4086e4;
  --fidelity-roundtrip-points: #cf11ff;
  --fidelity-segment-black: rgb(70,74,80);
  --fidelity-segment-gold: rgb(255,201,55);
  --fidelity-segment-platinum: rgb(214,205,192);
  --fidelity-segment-silver: rgb(179,198,216);
  --fidelity-zen-points: #5c77cc;
  --social-facebook-color: #1382ff;
  --social-telegram-color: #23a2e3;
  --social-viber-color: #675bac;
  --social-apple-color: #2d3137;
  --z-index-start: 1;
  --z-index-tip: 2;
  --z-index-popup: 12;
  --z-index-popup-important: 22;
}

.clubfinds2023 .page-content,
.clubfinds2023 .modal-2023,
.clubfinds2023 .Popup-module__popup {
    font-size: 13px;
    line-height: 1.231;
    font-family: 'PTRootUI', Verdana, sans-serif;
}

.clubfinds2023 .page-content input.zenforminputcontrol,
.clubfinds2023 .page-content textarea.zenforminputcontrol {
    font-family: 'PTRootUI', Verdana, sans-serif;
    padding: 0;
    border: 0;
    line-height: 20px;
    color: #2d3137;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    outline: 0;
    width: 100%;
}

.clubfinds2023 .page-content .button-size-xs {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 16px;
    min-height: 36px;
}

.clubfinds2023 .page-content .button-view-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    color: var(--link);
    display: inline-block;
    font-weight: 500;
    outline: none;
    position: relative;
    text-decoration: none;
    transition: border 160ms, background-color 160ms, box-shadow 160ms, color 160ms;
    user-select: none;
    vertical-align: middle;
}

/* [dir] .clubfinds2023 .page-content button {
    background: none;
    border: 0;
    cursor: pointer;
} */

[dir] .clubfinds2023 .page-content .button-size-xs {
    padding: 8px 14px;
}
[dir] .clubfinds2023 .page-content .button-view-link {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
}

[dir] .clubfinds2023 .page-content label.zencheckbox {
    display: inline-flex;
    margin: 0;
}

.clubfinds2023 .page-content .zen-spoiler-right .zen-spoiler-button {
    display: flex;
}

h2.zen-hotelcard-name,
h3.zen-hotelcard-name {
  font-family: PTRootUI, Verdana, sans-serif;
}

.lock-page-scroll {
  overflow: hidden;
}

@media (min-width: 681px) {
  .lock-page-scroll .site-header {
    padding-right: 16px;
  }
}

#BtnToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

#BtnToTop img {
  width: 2.187em;
  height: 2.187em;
}

/* =============================================================================
   ESTILOS ADICIONALES PARA EL SISTEMA DE BASKET
   ============================================================================= */

/* Contenedor principal del basket */
.pdp-rooms-selected-rooms-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 20px 0 15px 0;
    color: #333;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

.pdp-rooms-selected-rooms-list {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

/* Título para elegir siguiente habitación */
.pdp-rooms-choose-room-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 30px 0 20px 0;
    color: #000000;
    padding: 15px;
    background-color: #e7f3ff;
    border-left: 4px solid #000000;
    border-radius: 4px;
}

/* Botón de continuar con todas las habitaciones */
.basket-continue-button-container {
    text-align: center;
    margin: 20px 0;
    padding: 20px;
    background-color: #e7f3ff;
    border-radius: 8px;
}

.basket-continue-button {
    font-size: 1.1rem !important;
    padding: 15px 40px !important;
    background-color: #0066cc !important;
    border-color: #0066cc !important;
    box-shadow: 0 4px 6px rgba(0, 102, 204, 0.3);
    transition: all 0.3s ease;
}

.basket-continue-button:hover {
    background-color: #0052a3 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 102, 204, 0.4);
}

/* Indicador de habitaciones seleccionadas */
.basket-progress-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.basket-progress-indicator .progress-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #666;
    transition: all 0.3s ease;
}

.basket-progress-indicator .progress-circle.completed {
    background-color: #4caf50;
    color: white;
}

.basket-progress-indicator .progress-circle.current {
    background-color: #0066cc;
    color: white;
    transform: scale(1.2);
}

.basket-progress-indicator .progress-line {
    width: 50px;
    height: 3px;
    background-color: #e0e0e0;
}

.basket-progress-indicator .progress-line.completed {
    background-color: #4caf50;
}

/* Habitación en el basket */
.basket-room-item {
    background-color: white;
    border: 2px solid #4caf50;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.basket-room-item .room-badge {
    display: inline-block;
    background-color: #4caf50;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

/* Opciones de huéspedes */
.pdp-rooms-options {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin: 20px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    flex-wrap: wrap;
}

.pdp-rooms-guests {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex: 1;
}

.Input-module__label {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
}

.Input-module__titleWrapper {
    font-size: 0.9rem;
    color: #666;
}

.Input-module__title {
    font-weight: 500;
}

.Input-module__controlLine {
    position: relative;
}

.select-container {
    position: relative;
}

.select-container select {
    padding: 10px 35px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    background-color: white;
    cursor: pointer;
    appearance: none;
    min-width: 80px;
    transition: border-color 0.3s ease;
}

.select-container select:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.select-container::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    font-size: 0.8rem;
}

/* Botón de actualizar huéspedes */
.pdp-rooms-options > div:last-child button {
    padding: 10px 25px;
    white-space: nowrap;
}

/* Animaciones */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.basket-room-item {
    animation: slideIn 0.3s ease-out;
}

/* Mensaje de confirmación */
.basket-confirmation-message {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 12px 20px;
    border-radius: 4px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.basket-confirmation-message::before {
    content: '✓';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

/* Botón de cambiar en habitación seleccionada */
.basket-room-item .button-view-light {
    background-color: transparent !important;
    border: 1px solid #dc3545 !important;
    color: #dc3545 !important;
}

.basket-room-item .button-view-light:hover {
    background-color: #dc3545 !important;
    color: white !important;
}

/* Responsive */
@media (max-width: 768px) {
    .pdp-rooms-options {
        flex-direction: column;
        align-items: stretch;
    }

    .pdp-rooms-guests {
        flex-direction: column;
    }

    .pdp-rooms-options > div:last-child button {
        width: 100%;
    }

    .basket-progress-indicator {
        flex-wrap: wrap;
    }

    .basket-progress-indicator .progress-line {
        width: 30px;
    }
}

/* Estados de carga */
.basket-loading {
    opacity: 0.6;
    pointer-events: none;
}

.basket-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #0066cc;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Badge de precio en habitación seleccionada */
.basket-room-price {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0066cc;
    margin-left: 15px;
}

/* Total del basket */
.basket-total {
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    padding: 20px;
    border-top: 2px solid #ddd;
    margin-top: 20px;
}

.basket-total .label {
    color: #666;
    font-weight: normal;
    margin-right: 10px;
}

/* Botón de añadir al basket */
.button-add-to-basket {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.button-add-to-basket:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.button-add-to-basket:disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    cursor: not-allowed;
    opacity: 0.65;
}

/* Tooltip personalizado */
.basket-tooltip {
    position: relative;
    display: inline-block;
}

.basket-tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.85rem;
}

.basket-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.basket-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Empty state del basket */
.basket-empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.basket-empty-state-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.basket-empty-state-text {
    font-size: 1.1rem;
}

/* Botón Continuar con habitaciones - siempre visible en azul */
.basket-continue-button,
a.button-size-m.button-view-primary {
    background-color: #0066cc !important;
    border-color: #0066cc !important;
    color: white !important;
    opacity: 1 !important;
}

.basket-continue-button:hover,
a.button-size-m.button-view-primary:hover {
    background-color: #0052a3 !important;
    border-color: #0052a3 !important;
    color: white !important;
}

/* Sección del basket */
.pdp-rooms-selected-rooms-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 20px 0 15px 0;
    color: #333;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

.pdp-rooms-selected-rooms-list {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.pdp-rooms-choose-room-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 30px 0 20px 0;
    color: #000000;
    padding: 15px;
    background-color: #f2f1f0;
    border-left: 4px solid #000000;
    border-radius: 4px;
}

/* Habitación seleccionada en el basket */
.pdp-rooms-selected-rooms-list .zen-roomspagerooms-room {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}
