/* ==========================================================================
   ÍNDICE
   ==========================================================================
   1. Variables CSS ........................... :root
   2. Estilos globales ........................ enlaces, acordeón, filtros, dropdown
   3. Bloque PM_ASBlockOutput_1 ............... buscador avanzado
      3.1 Contenedor y layout
      3.2 Enlaces
      3.3 Tipografía (headings)
      3.4 Botones
      3.5 Controles de formulario
      3.6 Acordeón
      3.7 Grid fullwidth buscador
      3.8 Buscador horizontal
   4. Login / Iniciar sesión .................. authentication (Hummingbird)
      4.1 Tipografía y layout
      4.2 Campos de formulario
      4.3 Botones y enlaces
   5. Registro ................................ registration (Hummingbird)
      5.1 Tipografía y layout
      5.2 Campos de formulario
      5.3 Checkboxes y botón
      5.4 Enlace iniciar sesión
   6. Recuperar contraseña .................... password (Hummingbird)
      6.1 Tipografía y layout
      6.2 Campos de formulario
      6.3 Botón y enlace volver
   7. Carrito ................................. cart (Hummingbird)
      7.1 Tipografía y layout
      7.2 Lista de productos
      7.3 Resumen del pedido
      7.4 Botones y enlaces
   8. Checkout ................................ checkout (Hummingbird)
      8.1 Tipografía y layout
      8.2 Navegación de pasos
      8.3 Pasos del proceso
      8.4 Formularios y tabs
      8.5 Direcciones, envío y pago
      8.6 Resumen lateral
      8.7 Botones y enlaces
   9. Elementor — Botones ..................... elementor-button-info hover
   10. Contacto ............................... formulario ets_contactform7 (labels flotantes + JS)
   11. Subcategorías .......................... subcategories-list flex wrap
   ========================================================================== */


/* ==========================================================================
   1. Variables CSS
   ========================================================================== */

:root {
    --primary-color: #1A457E;
    --primary-color-hover: rgb(18 52 98);
    --secondary-color: #FF6B00;
    --text-color: #333333;
    --accent-color: #444444;
}


/* ==========================================================================
   2. Estilos globales
   ========================================================================== */

/* --- Enlaces --- */
a {
    color: var(--primary-color);
}

/* --- Acordeón --- */

.accordion-body {
    max-height: 200px;
}

.accordion-item {
    background-color: #00000014;
    margin-bottom: 10px;
    border: none;
    padding: 8px;
    border-radius: 5px;
}

.accordion--small .accordion-button {
    background-color: transparent;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
}

.accordion--small .accordion-button[aria-expanded="true"] {
    color: var(--e-global-color-primary, #1A457E);
}

.accordion-body {
    max-height: 400px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #cfcfcf;
    padding: 5px 10px;
}

.accordion-body::-webkit-scrollbar {
    width: 10px;
    background: #cfcfcf;
}

.accordion-body::-webkit-scrollbar-track {
    background: #cfcfcf;
    border-radius: 999px;
}

.accordion-body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 999px;
    border: none;
}

.accordion-body::-webkit-scrollbar-thumb:hover {
    background: rgb(18 52 98);
}

/* --- Filtros de búsqueda --- */
#search-filters .left-block__title {
    color: #fff !important;
}

#search-filters .accordion-item {
    background: transparent;
    border-top: 1px solid #00000014;
    padding-inline: 0;
    margin-bottom: 0;
}

a.search-filters__link.search-link.js-search-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

.search-filters__color-label {
    font-size: 14px;
    font-weight: 700;
}

/* --- Dropdown --- */
.dropdown-menu.dropdown-menu-right {
    min-width: 250px;
    width: 100%;
}

.dropdown-menu.dropdown-menu-right .dropdown-item {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.dropdown-menu.dropdown-menu-right .dropdown-item:hover,
.dropdown-menu.dropdown-menu-right .dropdown-item:active {
    background-color: #1A457E;
    color: #fff;
}

/* --- WhatsApp --- */
.whatsapp span {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ==========================================================================
   3. Bloque PM_ASBlockOutput_1
   ========================================================================== */

/* --- 3.1 Contenedor y layout --- */
#PM_ASBlockOutput_1 {
    color: inherit;
    font-size: 14px;
    font-family: "Hanken Grotesk", Sans-serif;
    line-height: 1.4;
}

#PM_ASBlockOutput_1>* {
    box-sizing: border-box;
}

.PM_ASCriterions.PM_ASCriterionsToggleHover {
    position: relative;
}

.PM_ASBlockOutput .card {
    background-color: inherit;
}

.fullwidthbuscador .card>.card-block {
    display: flex;
    flex-direction: column;
}

#PM_ASBlock_1 .card-header {
    display: none;
}

#PM_ASBlockOutput_1 .col-xs-12.text-center {
    text-align: left !important;
    width: max-content;
}

/* --- 3.2 Enlaces --- */
#PM_ASBlockOutput_1 a {
    color: var(--primary-color);
    text-decoration: none;
}

#PM_ASBlockOutput_1 a,
.PM_ASResetGroup {
    position: absolute;
    top: -4px;
    right: 0;
}

#PM_ASBlockOutput_1 a.PM_ASResetSearch {
    position: static;
    display: block;
    order: 3;
    margin: 0;
}

#PM_ASBlockOutput_1 a:hover,
#PM_ASBlockOutput_1 a:focus {
    color: rgb(18 52 98);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* --- 3.3 Tipografía (headings) --- */
.PM_ASCriterionsGroupTitle.h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

#PM_ASBlockOutput_1 h1,
#PM_ASBlockOutput_1 h2,
#PM_ASBlockOutput_1 h3,
#PM_ASBlockOutput_1 h4,
#PM_ASBlockOutput_1 h5,
#PM_ASBlockOutput_1 h6 {
    color: inherit;
    font-family: "Oswald", Sans-serif;
    line-height: 1.2;
    margin: 0 0 10px;
}

/* --- 3.4 Botones --- */
#PM_ASBlockOutput_1 .btn,
#PM_ASBlockOutput_1 button,
#PM_ASBlockOutput_1 [type="button"],
#PM_ASBlockOutput_1 [type="submit"] {
    background: #1A457E;
    border: 1px solid #1A457E;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 8px 12px;
    transition: background-color 120ms ease, border-color 120ms ease, transform 80ms ease;
    max-width: 400px;
    width: 100%;
}

#PM_ASBlockOutput_1 .btn:hover,
#PM_ASBlockOutput_1 button:hover,
#PM_ASBlockOutput_1 [type="button"]:hover,
#PM_ASBlockOutput_1 [type="submit"]:hover {
    background: rgb(18 52 98);
    border-color: rgb(18 52 98);
}

#PM_ASBlockOutput_1 .btn:active,
#PM_ASBlockOutput_1 button:active,
#PM_ASBlockOutput_1 [type="button"]:active,
#PM_ASBlockOutput_1 [type="submit"]:active {
    transform: translateY(1px);
}

/* --- 3.5 Controles de formulario --- */
#PM_ASBlockOutput_1 input[type="text"],
#PM_ASBlockOutput_1 input[type="search"],
#PM_ASBlockOutput_1 input[type="email"],
#PM_ASBlockOutput_1 input[type="number"],
#PM_ASBlockOutput_1 input[type="tel"],
#PM_ASBlockOutput_1 input[type="url"],
#PM_ASBlockOutput_1 input[type="password"],
#PM_ASBlockOutput_1 select,
#PM_ASBlockOutput_1 textarea {
    background: #fff;
    border: 1px solid #00000026;
    border-radius: 6px;
    color: inherit;
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
}

#PM_ASBlockOutput_1 input:focus,
#PM_ASBlockOutput_1 select:focus,
#PM_ASBlockOutput_1 textarea:focus {
    border-color: var(--primary-color);
    outline: 2px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
    outline-offset: 2px;
}

/* --- 3.6 Acordeón --- */
#PM_ASBlockOutput_1 .accordion-item {
    background-color: #00000014;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 8px;
}

#PM_ASBlockOutput_1 .accordion--small .accordion-button {
    background-color: transparent;
    padding: 0 10px;
    text-transform: uppercase;
}

#PM_ASBlockOutput_1 .accordion-body {
    max-height: 400px;
    overflow: auto;
    padding: 5px 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #cfcfcf;
}

#PM_ASBlockOutput_1 .accordion-body::-webkit-scrollbar {
    width: 10px;
    background: #cfcfcf;
}

#PM_ASBlockOutput_1 .accordion-body::-webkit-scrollbar-track {
    background: #cfcfcf;
    border-radius: 999px;
}

#PM_ASBlockOutput_1 .accordion-body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 999px;
    border: none;
}

#PM_ASBlockOutput_1 .accordion-body::-webkit-scrollbar-thumb:hover {
    background: rgb(18 52 98);
}

/* --- 3.7 Grid fullwidth buscador --- */
.fullwidthbuscador form>.PM_ASCriterionsGroupList {
    display: grid;
    gap: 12px;
    align-items: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* 1–3 items => 3 columnas */
}

.fullwidthbuscador form>.PM_ASCriterionsGroupList:has(> :nth-child(4)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    /* 4+ items => 4 columnas */
}

@supports not selector(:has(*)) {
    .fullwidthbuscador form>.PM_ASCriterionsGroupList {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

/* --- 3.8 Buscador horizontal --- */
.buscador-horizontal .card-block form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.buscador-horizontal .card-block .PM_ASCriterionsGroup {
    width: max-content;
}

.buscador-horizontal .PM_ASCriterionsGroupList {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    width: max-content;
}

.buscador-horizontal #PM_ASBlockOutput_1 .btn {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1099px) {

    .buscador-horizontal .PM_ASCriterionsGroupList,
    .buscador-horizontal .card-block form {
        flex-direction: column;
        gap: 10px;
    }
}


/* ==========================================================================
   4. Login / Iniciar sesión (Hummingbird nativo)
   ========================================================================== */

/* --- 4.1 Tipografía y layout --- */
body#authentication,
body.page-authentication {
    font-family: "Manrope", Sans-serif;
    color: var(--text-color);
}

body#authentication .center-column.page,
body.page-authentication .center-column.page {
    padding-top: 48px;
    padding-bottom: 64px;
}

body#authentication .page-header,
body.page-authentication .page-header {
    margin-bottom: 32px;
}

body#authentication .page-title-section,
body.page-authentication .page-title-section {
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-color);
}

body#authentication .login__register-prompt .h4,
body.page-authentication .login__register-prompt .h4 {
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 16px;
}

body#authentication .login hr,
body.page-authentication .login hr {
    border: 0;
    border-top: 1px solid #0000001a;
    margin: 28px 0;
}

/* --- 4.2 Campos de formulario --- */
body#authentication #login-form .form-label,
body.page-authentication #login-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
}

body#authentication #login-form .form-control,
body.page-authentication #login-form .form-control {
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: 6px;
    color: var(--text-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    padding: 12px 16px;
}

body#authentication #login-form .form-control:focus,
body.page-authentication #login-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: 2px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
    outline-offset: 2px;
}

body#authentication #login-form .password-field .form-control,
body.page-authentication #login-form .password-field .form-control {
    border-radius: 6px 0 0 6px;
}

body#authentication #login-form .password-field .btn-primary,
body.page-authentication #login-form .password-field .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 0 6px 6px 0;
    min-width: 48px;
    padding: 0 14px;
}

body#authentication #login-form .password-field .btn-primary:hover,
body#authentication #login-form .password-field .btn-primary:focus,
body.page-authentication #login-form .password-field .btn-primary:hover,
body.page-authentication #login-form .password-field .btn-primary:focus {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

/* --- 4.3 Botones y enlaces --- */
body#authentication #login-form .buttons-wrapper .btn-basic,
body.page-authentication #login-form .buttons-wrapper .btn-basic {
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}

body#authentication #login-form .buttons-wrapper .btn-basic:hover,
body#authentication #login-form .buttons-wrapper .btn-basic:focus,
body.page-authentication #login-form .buttons-wrapper .btn-basic:hover,
body.page-authentication #login-form .buttons-wrapper .btn-basic:focus {
    background: transparent;
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body#authentication #login-form #submit-login,
body.page-authentication #login-form #submit-login {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 6px;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    text-transform: uppercase;
    transition: background-color 120ms ease, border-color 120ms ease, transform 80ms ease;
}

body#authentication #login-form #submit-login:hover,
body#authentication #login-form #submit-login:focus,
body.page-authentication #login-form #submit-login:hover,
body.page-authentication #login-form #submit-login:focus {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

body#authentication #login-form #submit-login:active,
body.page-authentication #login-form #submit-login:active {
    transform: translateY(1px);
}

body#authentication .login__register-prompt .btn-outline-primary,
body.page-authentication .login__register-prompt .btn-outline-primary {
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    color: var(--primary-color);
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    text-transform: uppercase;
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

body#authentication .login__register-prompt .btn-outline-primary:hover,
body#authentication .login__register-prompt .btn-outline-primary:focus,
body.page-authentication .login__register-prompt .btn-outline-primary:hover,
body.page-authentication .login__register-prompt .btn-outline-primary:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}


/* ==========================================================================
   5. Registro (Hummingbird nativo)
   ========================================================================== */

/* --- 5.1 Tipografía y layout --- */
body#registration,
body.page-registration {
    font-family: "Manrope", Sans-serif;
    color: var(--text-color);
}

body#registration .center-column.page,
body.page-registration .center-column.page {
    padding-top: 48px;
    padding-bottom: 64px;
}

body#registration .page-header,
body.page-registration .page-header {
    margin-bottom: 32px;
}

body#registration .page-title-section,
body.page-registration .page-title-section {
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-color);
}

body#registration .register-form hr,
body.page-registration .register-form hr {
    border: 0;
    border-top: 1px solid #0000001a;
    margin: 28px 0;
}

/* --- 5.2 Campos de formulario --- */
body#registration #customer-form .form-label,
body.page-registration #customer-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
}

body#registration #customer-form .form-control,
body.page-registration #customer-form .form-control {
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: 6px;
    color: var(--text-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    padding: 12px 16px;
}

body#registration #customer-form .form-control:focus,
body.page-registration #customer-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: 2px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
    outline-offset: 2px;
}

body#registration #customer-form .form-text,
body.page-registration #customer-form .form-text {
    color: #666;
    font-size: 12px;
    margin-top: 6px;
}

body#registration #customer-form .password-field .form-control,
body.page-registration #customer-form .password-field .form-control {
    border-radius: 6px 0 0 6px;
}

body#registration #customer-form .password-field .btn-primary,
body.page-registration #customer-form .password-field .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 0 6px 6px 0;
    min-width: 48px;
    padding: 0 14px;
}

body#registration #customer-form .password-field .btn-primary:hover,
body#registration #customer-form .password-field .btn-primary:focus,
body.page-registration #customer-form .password-field .btn-primary:hover,
body.page-registration #customer-form .password-field .btn-primary:focus {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

/* --- 5.3 Checkboxes y botón --- */
body#registration #customer-form .form-check-label,
body.page-registration #customer-form .form-check-label {
    font-size: 14px;
    color: var(--text-color);
}

body#registration #customer-form .form-check-input:checked,
body.page-registration #customer-form .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

body#registration #customer-form .form-check-input:focus,
body.page-registration #customer-form .form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary-color) 25%, transparent);
}

body#registration #customer-form .form-control-submit,
body.page-registration #customer-form .form-control-submit {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 6px;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    text-transform: uppercase;
    transition: background-color 120ms ease, border-color 120ms ease, transform 80ms ease;
    width: 100%;
}

body#registration #customer-form .form-control-submit:hover,
body#registration #customer-form .form-control-submit:focus,
body.page-registration #customer-form .form-control-submit:hover,
body.page-registration #customer-form .form-control-submit:focus {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

body#registration #customer-form .form-control-submit:active,
body.page-registration #customer-form .form-control-submit:active {
    transform: translateY(1px);
}

/* --- 5.4 Enlace iniciar sesión --- */
body#registration .register-form__login-prompt,
body.page-registration .register-form__login-prompt {
    font-size: 14px;
    text-align: center;
}

body#registration .register-form__login-prompt a,
body.page-registration .register-form__login-prompt a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

body#registration .register-form__login-prompt a:hover,
body#registration .register-form__login-prompt a:focus,
body.page-registration .register-form__login-prompt a:hover,
body.page-registration .register-form__login-prompt a:focus {
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* ==========================================================================
   6. Recuperar contraseña (Hummingbird nativo)
   ========================================================================== */

/* --- 6.1 Tipografía y layout --- */
body#password,
body.page-password {
    font-family: "Manrope", Sans-serif;
    color: var(--text-color);
}

body#password .center-column.page,
body.page-password .center-column.page {
    padding-top: 48px;
    padding-bottom: 64px;
}

body#password .page-header,
body.page-password .page-header {
    margin-bottom: 32px;
}

body#password .page-title-section,
body.page-password .page-title-section {
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-color);
}

body#password .forgotten-password .send-renew-password-link,
body.page-password .forgotten-password .send-renew-password-link {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
}

body#password .page-footer hr,
body.page-password .page-footer hr {
    border: 0;
    border-top: 1px solid #0000001a;
    margin: 28px 0;
}

/* --- 6.2 Campos de formulario --- */
body#password .forgotten-password .form-label,
body.page-password .forgotten-password .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
}

body#password .forgotten-password .form-control,
body.page-password .forgotten-password .form-control {
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: 6px;
    color: var(--text-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    padding: 12px 16px;
}

body#password .forgotten-password .form-control:focus,
body.page-password .forgotten-password .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: 2px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
    outline-offset: 2px;
}

/* --- 6.3 Botón y enlace volver --- */
body#password .forgotten-password #send-reset-link,
body.page-password .forgotten-password #send-reset-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 6px;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    text-transform: uppercase;
    transition: background-color 120ms ease, border-color 120ms ease, transform 80ms ease;
    width: 100%;
}

body#password .forgotten-password #send-reset-link:hover,
body#password .forgotten-password #send-reset-link:focus,
body.page-password .forgotten-password #send-reset-link:hover,
body.page-password .forgotten-password #send-reset-link:focus {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

body#password .forgotten-password #send-reset-link:active,
body.page-password .forgotten-password #send-reset-link:active {
    transform: translateY(1px);
}

body#password .page-footer #back-to-login,
body.page-password .page-footer #back-to-login {
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}

body#password .page-footer #back-to-login:hover,
body#password .page-footer #back-to-login:focus,
body.page-password .page-footer #back-to-login:hover,
body.page-password .page-footer #back-to-login:focus {
    background: transparent;
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* ==========================================================================
   7. Carrito (Hummingbird nativo)
   ========================================================================== */

/* --- 7.1 Tipografía y layout --- */
body#cart,
body.page-cart {
    font-family: "Manrope", Sans-serif;
    color: var(--text-color);
}

body#cart .center-column.page,
body.page-cart .center-column.page {
    padding-top: 48px;
    padding-bottom: 64px;
}

body#cart .cart-grid__content>.page-title-section,
body.page-cart .cart-grid__content>.page-title-section {
    display: none;
}

body#cart .cart-grid__aside-wrapper>h2,
body.page-cart .cart-grid__aside-wrapper>h2 {
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 20px;
}

body#cart .cart-overview hr,
body#cart .cart-grid__aside-wrapper>hr,
body.page-cart .cart-overview hr,
body.page-cart .cart-grid__aside-wrapper>hr {
    border: 0;
    border-top: 1px solid #0000001a;
    margin: 24px 0;
}

/* --- 7.2 Lista de productos --- */
body#cart .cart__empty,
body.page-cart .cart__empty {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

body#cart .product-line,
body.page-cart .product-line {
    border-bottom: 1px solid #00000014;
    padding: 20px 0;
}

body#cart .product-line:last-child,
body.page-cart .product-line:last-child {
    border-bottom: none;
}

body#cart .product-line__link,
body#cart .product-line__title,
body.page-cart .product-line__link,
body.page-cart .product-line__title {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

body#cart .product-line__link:hover,
body#cart .product-line__title:hover,
body.page-cart .product-line__link:hover,
body.page-cart .product-line__title:hover {
    color: var(--primary-color);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

body#cart .product-line__link:focus-visible,
body.page-cart .product-line__link:focus-visible {
    border-radius: 4px;
    color: var(--primary-color);
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

body#cart .product-line__attribute,
body.page-cart .product-line__attribute {
    color: var(--accent-color);
    font-size: 13px;
}

body#cart .product-line__price,
body.page-cart .product-line__price {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
}

body#cart .product-line__total,
body.page-cart .product-line__total {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 700;
}

body#cart .product-line .js-cart-line-product-quantity,
body.page-cart .product-line .js-cart-line-product-quantity {
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: 6px;
    color: var(--text-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    max-width: 88px;
    padding: 8px 12px;
    text-align: center;
}

body#cart .product-line .js-cart-line-product-quantity:focus,
body.page-cart .product-line .js-cart-line-product-quantity:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: 2px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
    outline-offset: 2px;
}

body#cart .product-line .remove-from-cart,
body#cart .product-line .cart-line-product-actions .btn,
body.page-cart .product-line .remove-from-cart,
body.page-cart .product-line .cart-line-product-actions .btn {
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}

body#cart .product-line .remove-from-cart:hover,
body#cart .product-line .cart-line-product-actions .btn:hover,
body.page-cart .product-line .remove-from-cart:hover,
body.page-cart .product-line .cart-line-product-actions .btn:hover {
    background: transparent;
    color: var(--primary-color-hover);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

body#cart .product-line .remove-from-cart:focus-visible,
body#cart .product-line .cart-line-product-actions .btn:focus-visible,
body.page-cart .product-line .remove-from-cart:focus-visible,
body.page-cart .product-line .cart-line-product-actions .btn:focus-visible {
    background: transparent;
    border-radius: 4px;
    color: var(--primary-color-hover);
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

/* --- 7.3 Resumen del pedido --- */
body#cart .cart-grid__aside-wrapper,
body.page-cart .cart-grid__aside-wrapper {
    background-color: #fff;
    border: 1px solid #00000014;
    border-radius: 8px;
    padding: 24px;
}

body#cart .cart-summary__line,
body.page-cart .cart-summary__line {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 12px;
}

body#cart .cart-summary__label,
body.page-cart .cart-summary__label {
    color: var(--text-color);
}

body#cart .cart-summary__value,
body.page-cart .cart-summary__value {
    color: var(--text-color);
    font-weight: 600;
}

body#cart .cart-summary__line--bold,
body.page-cart .cart-summary__line--bold {
    border-top: 1px solid #0000001a;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 16px;
    padding-top: 16px;
}

body#cart .cart-summary__line--bold .cart-summary__label,
body#cart .cart-summary__line--bold .cart-summary__value,
body.page-cart .cart-summary__line--bold .cart-summary__label,
body.page-cart .cart-summary__line--bold .cart-summary__value {
    font-weight: 700;
}

body#cart .cart-summary__line--bold .cart-summary__value,
body.page-cart .cart-summary__line--bold .cart-summary__value {
    color: var(--primary-color);
}

body#cart .cart-summary__total.js-cart-summary-totals,
body.page-cart .cart-summary__total.js-cart-summary-totals {
    border: none;
    border-block: none;
}

body#cart .cart-voucher .form-control,
body.page-cart .cart-voucher .form-control {
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: 6px;
    color: var(--text-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    padding: 10px 12px;
}

body#cart .cart-voucher .form-control:focus,
body.page-cart .cart-voucher .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: 2px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
    outline-offset: 2px;
}

/* --- 7.4 Botones y enlaces --- */
body#cart .cart__continue-shopping,
body.page-cart .cart__continue-shopping {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    color: var(--primary-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 24px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

body#cart .cart__continue-shopping:hover,
body.page-cart .cart__continue-shopping:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

body#cart .cart__continue-shopping:focus-visible,
body.page-cart .cart__continue-shopping:focus-visible {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
    color: #fff;
    outline: 2px solid var(--secondary-color);
    outline-offset: 2px;
    text-decoration: none;
}

body#cart .cart-summary__actions .btn-primary,
body.page-cart .cart-summary__actions .btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 6px;
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    text-transform: uppercase;
    transition: background-color 120ms ease, border-color 120ms ease, transform 80ms ease;
    width: 100%;
}

body#cart .cart-summary__actions .btn-primary:not(:disabled):not(.disabled):hover,
body.page-cart .cart-summary__actions .btn-primary:not(:disabled):not(.disabled):hover {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
    color: #fff;
}

body#cart .cart-summary__actions .btn-primary:not(:disabled):not(.disabled):focus-visible,
body.page-cart .cart-summary__actions .btn-primary:not(:disabled):not(.disabled):focus-visible {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
    box-shadow: none;
    color: #fff;
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

body#cart .cart-summary__actions .btn-primary:not(:disabled):not(.disabled):active,
body.page-cart .cart-summary__actions .btn-primary:not(:disabled):not(.disabled):active {
    transform: translateY(1px);
}

body#cart .cart-summary__actions .btn-primary.disabled,
body#cart .cart-summary__actions .btn-primary:disabled,
body.page-cart .cart-summary__actions .btn-primary.disabled,
body.page-cart .cart-summary__actions .btn-primary:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
    transform: none;
}

body#cart .cart-summary__actions .btn-primary.disabled:hover,
body#cart .cart-summary__actions .btn-primary.disabled:focus,
body#cart .cart-summary__actions .btn-primary:disabled:hover,
body#cart .cart-summary__actions .btn-primary:disabled:focus,
body.page-cart .cart-summary__actions .btn-primary.disabled:hover,
body.page-cart .cart-summary__actions .btn-primary.disabled:focus,
body.page-cart .cart-summary__actions .btn-primary:disabled:hover,
body.page-cart .cart-summary__actions .btn-primary:disabled:focus {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #666666;
    outline: none;
    transform: none;
}


/* ==========================================================================
   8. Checkout (Hummingbird nativo)
   ========================================================================== */

/* --- 8.1 Tipografía y layout --- */
body#checkout,
body.page-checkout {
    font-family: "Manrope", Sans-serif;
    color: var(--text-color);
}

body#checkout .center-column.page,
body.page-checkout .center-column.page {
    padding-top: 48px;
    padding-bottom: 64px;
}

body#checkout .page-title-section,
body.page-checkout .page-title-section {
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-color);
}

body#checkout .step__title hr,
body.page-checkout .step__title hr {
    border: 0;
    border-top: 1px solid #0000001a;
    margin: 20px 0 0;
}

/* --- 8.2 Navegación de pasos --- */
body#checkout .checkout-steps,
body.page-checkout .checkout-steps {
    margin-bottom: 32px;
}

body#checkout .checkout-steps__number,
body.page-checkout .checkout-steps__number {
    font-family: "Oswald", Sans-serif;
    font-size: 12px;
    font-weight: 600;
}

body#checkout .checkout-steps__btn,
body.page-checkout .checkout-steps__btn {
    color: var(--accent-color);
    font-family: "Manrope", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

body#checkout .checkout-steps__btn.active,
body.page-checkout .checkout-steps__btn.active {
    background: transparent;
    color: var(--text-color);
}

body#checkout .checkout-steps__step--current .checkout-steps__number,
body.page-checkout .checkout-steps__step--current .checkout-steps__number {
    background-color: var(--primary-color);
    color: #fff;
}

body#checkout .checkout-steps__step--current .checkout-steps__btn,
body#checkout .checkout-steps__step--current .checkout-steps__btn.active,
body.page-checkout .checkout-steps__step--current .checkout-steps__btn,
body.page-checkout .checkout-steps__step--current .checkout-steps__btn.active {
    color: var(--text-color);
}

body#checkout .checkout-steps__step--success .checkout-steps__number,
body.page-checkout .checkout-steps__step--success .checkout-steps__number {
    background-color: var(--primary-color);
    color: #fff;
}

body#checkout .checkout-steps__step--success .checkout-steps__btn,
body.page-checkout .checkout-steps__step--success .checkout-steps__btn {
    color: var(--primary-color);
}

body#checkout .checkout-steps__step--current:before,
body#checkout .checkout-steps__step--success:before,
body#checkout .checkout-steps__step--success:after,
body.page-checkout .checkout-steps__step--current:before,
body.page-checkout .checkout-steps__step--success:before,
body.page-checkout .checkout-steps__step--success:after {
    background-color: var(--primary-color);
}

body#checkout .checkout-steps__mobile .checkout-steps__title,
body.page-checkout .checkout-steps__mobile .checkout-steps__title {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
}

body#checkout .checkout-steps__mobile .checkout-steps__subtitle,
body.page-checkout .checkout-steps__mobile .checkout-steps__subtitle {
    color: var(--accent-color);
    font-size: 13px;
    margin: 0;
}

/* --- 8.3 Pasos del proceso --- */
body#checkout .step,
body.page-checkout .step {
    margin-bottom: 32px;
}

body#checkout .step__content,
body.page-checkout .step__content {
    padding-top: 24px;
}

body#checkout .step__account,
body.page-checkout .step__account {
    font-size: 14px;
    line-height: 1.5;
}

body#checkout .step__account a,
body.page-checkout .step__account a {
    font-weight: 600;
}

/* --- 8.4 Formularios y tabs --- */
body#checkout .form-label,
body.page-checkout .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
}

body#checkout .form-control,
body#checkout input[type="email"],
body#checkout input[type="password"],
body#checkout input[type="text"],
body#checkout input[type="tel"],
body#checkout input[type="search"],
body#checkout input[type="number"],
body#checkout select,
body#checkout textarea,
body.page-checkout .form-control,
body.page-checkout input[type="email"],
body.page-checkout input[type="password"],
body.page-checkout input[type="text"],
body.page-checkout input[type="tel"],
body.page-checkout input[type="search"],
body.page-checkout input[type="number"],
body.page-checkout select,
body.page-checkout textarea {
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: 6px;
    color: var(--text-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    padding: 10px 12px;
}

body#checkout .form-control:focus,
body#checkout input:focus,
body#checkout select:focus,
body#checkout textarea:focus,
body.page-checkout .form-control:focus,
body.page-checkout input:focus,
body.page-checkout select:focus,
body.page-checkout textarea:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: 2px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
    outline-offset: 2px;
}

body#checkout .nav-underline .nav-link,
body.page-checkout .nav-underline .nav-link {
    color: var(--accent-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

body#checkout .nav-underline .nav-link.active,
body.page-checkout .nav-underline .nav-link.active {
    border-bottom-color: var(--primary-color);
    color: var(--primary-color);
}

body#checkout .form-check-input,
body.page-checkout .form-check-input {
    border-color: #00000040;
}

body#checkout .form-check-input:checked,
body.page-checkout .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

body#checkout .form-check-label,
body.page-checkout .form-check-label {
    font-size: 14px;
}

body#checkout .password-field .btn-primary,
body.page-checkout .password-field .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 0 6px 6px 0;
    min-width: 48px;
    padding: 0 14px;
}

body#checkout .password-field .form-control,
body.page-checkout .password-field .form-control {
    border-radius: 6px 0 0 6px;
}

/* --- 8.5 Direcciones, envío y pago --- */
body#checkout .address-card,
body.page-checkout .address-card {
    background-color: #fff;
    border: 1px solid #00000014;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
    transition: border-color 120ms ease, box-shadow 120ms ease;
}

body#checkout .address-card.selected,
body#checkout .address-card:has(.form-check-input:checked),
body.page-checkout .address-card.selected,
body.page-checkout .address-card:has(.form-check-input:checked) {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--primary-color) 20%, transparent);
}

body#checkout .address-card__alias,
body.page-checkout .address-card__alias {
    font-size: 15px;
    font-weight: 700;
}

body#checkout .address-card__content,
body.page-checkout .address-card__content {
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    margin: 12px 0 0;
}

body#checkout .address-card__edit,
body.page-checkout .address-card__edit {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

body#checkout .address-card__edit:hover,
body.page-checkout .address-card__edit:hover {
    color: var(--secondary-color);
}

body#checkout .delivery-option__item,
body.page-checkout .delivery-option__item {
    border: 1px solid #00000014;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 16px;
}

body#checkout .delivery-option__item:has(.form-check-input:checked),
body.page-checkout .delivery-option__item:has(.form-check-input:checked) {
    border-color: var(--primary-color);
}

body#checkout .delivery-option__carrier-name,
body.page-checkout .delivery-option__carrier-name {
    font-size: 15px;
    font-weight: 600;
}

body#checkout .delivery-option__price,
body.page-checkout .delivery-option__price {
    color: var(--primary-color);
    font-weight: 700;
}

body#checkout .payment-option,
body.page-checkout .payment-option {
    border: 1px solid #00000014;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 16px;
}

body#checkout .payment-option:has(.payment-option__input:checked),
body.page-checkout .payment-option:has(.payment-option__input:checked) {
    border-color: var(--primary-color);
}

body#checkout .payment-option__label,
body.page-checkout .payment-option__label {
    font-size: 15px;
    font-weight: 600;
}

body#checkout .alert-link,
body.page-checkout .alert-link {
    color: var(--primary-color);
    font-weight: 600;
}

body#checkout .alert-link:hover,
body.page-checkout .alert-link:hover {
    color: var(--secondary-color);
}

/* --- 8.6 Resumen lateral --- */
body#checkout .checkout-grid__aside-wrapper,
body.page-checkout .checkout-grid__aside-wrapper {
    position: sticky;
    top: 200px;
}

body#checkout .checkout__summary-accordion-item,
body.page-checkout .checkout__summary-accordion-item {
    background-color: #fff;
    border: 1px solid #00000014;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
}

body#checkout .checkout__summary-accordion-header .accordion-button,
body.page-checkout .checkout__summary-accordion-header .accordion-button {
    background-color: #fff;
    box-shadow: none;
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
}

body#checkout .accordion--small .accordion-button,
body.page-checkout .accordion--small .accordion-button {
    padding: 0;
}

body#checkout .checkout__summary-accordion-header .accordion-button:not(.collapsed),
body.page-checkout .checkout__summary-accordion-header .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: var(--text-color);
}

body#checkout .checkout__summary-accordion-wrapper,
body.page-checkout .checkout__summary-accordion-wrapper {
    padding: 0;
}

body#checkout #cart-summary-product-list,
body.page-checkout #cart-summary-product-list {
    margin-top: 20px;
}

body#checkout .cart-summary__line,
body.page-checkout .cart-summary__line {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 12px;
}

body#checkout .cart-summary__value,
body.page-checkout .cart-summary__value {
    font-weight: 600;
}

body#checkout .cart-summary__line--bold,
body.page-checkout .cart-summary__line--bold {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 16px;
    padding-top: 16px;
}

body#checkout .cart-summary__line--bold .cart-summary__label,
body#checkout .cart-summary__line--bold .cart-summary__value,
body.page-checkout .cart-summary__line--bold .cart-summary__label,
body.page-checkout .cart-summary__line--bold .cart-summary__value {
    font-weight: 700;
}

body#checkout .cart-summary__line--bold .cart-summary__value,
body.page-checkout .cart-summary__line--bold .cart-summary__value {
    color: var(--primary-color);
}

body#checkout .cart-summary__total.js-cart-summary-totals,
body.page-checkout .cart-summary__total.js-cart-summary-totals {
    border: none;
    border-block: none;
}

/* --- 8.7 Botones y enlaces --- */
body#checkout a,
body.page-checkout a {
    color: var(--primary-color);
}

body#checkout a:hover,
body#checkout a:focus,
body.page-checkout a:hover,
body.page-checkout a:focus {
    color: var(--secondary-color);
}

body#checkout .step__content .buttons-wrapper .btn-outline-primary,
body#checkout .step__content .js-back,
body.page-checkout .step__content .buttons-wrapper .btn-outline-primary,
body.page-checkout .step__content .js-back {
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    color: var(--primary-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

body#checkout .step__content .buttons-wrapper .btn-outline-primary:hover,
body#checkout .step__content .buttons-wrapper .btn-outline-primary:focus,
body#checkout .step__content .js-back:hover,
body#checkout .step__content .js-back:focus,
body.page-checkout .step__content .buttons-wrapper .btn-outline-primary:hover,
body.page-checkout .step__content .buttons-wrapper .btn-outline-primary:focus,
body.page-checkout .step__content .js-back:hover,
body.page-checkout .step__content .js-back:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

body#checkout .step__content .buttons-wrapper .btn-primary,
body#checkout #payment-confirmation .btn-primary,
body#checkout .form-control-submit,
body.page-checkout .step__content .buttons-wrapper .btn-primary,
body.page-checkout #payment-confirmation .btn-primary,
body.page-checkout .form-control-submit {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 6px;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    text-transform: uppercase;
    transition: background-color 120ms ease, border-color 120ms ease, transform 80ms ease;
}

body#checkout .step__content .buttons-wrapper .btn-primary:hover,
body#checkout .step__content .buttons-wrapper .btn-primary:focus,
body#checkout #payment-confirmation .btn-primary:hover,
body#checkout #payment-confirmation .btn-primary:focus,
body#checkout .form-control-submit:hover,
body#checkout .form-control-submit:focus,
body.page-checkout .step__content .buttons-wrapper .btn-primary:hover,
body.page-checkout .step__content .buttons-wrapper .btn-primary:focus,
body.page-checkout #payment-confirmation .btn-primary:hover,
body.page-checkout #payment-confirmation .btn-primary:focus,
body.page-checkout .form-control-submit:hover,
body.page-checkout .form-control-submit:focus {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

body#checkout .step__content .buttons-wrapper .btn-primary:active,
body#checkout #payment-confirmation .btn-primary:active,
body.page-checkout .step__content .buttons-wrapper .btn-primary:active,
body.page-checkout #payment-confirmation .btn-primary:active {
    transform: translateY(1px);
}

body#checkout #payment-confirmation .btn-primary.disabled,
body#checkout #payment-confirmation .btn-primary:disabled,
body.page-checkout #payment-confirmation .btn-primary.disabled,
body.page-checkout #payment-confirmation .btn-primary:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 1;
    transform: none;
}


.stsb_breadcrumb .navigation-pipe.stsb_icon_wrapper {
    display: flex;

}


/* ==========================================================================
   9. Elementor — Botones
   ========================================================================== */

/* --- 9.1 Hover cortinilla .elementor-button-info --- */
.elementor-button-info a {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.elementor-button-info a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 0;
}

.elementor-button-info a .elementor-button-content-wrapper {
    position: relative;
    z-index: 1;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.08s;
}

.elementor-button-info a:hover,
.elementor-button-info a:focus-visible {
    color: #000 !important;
    border-color: #000 !important;
}

.elementor-button-info a:hover::before,
.elementor-button-info a:focus-visible::before {
    transform: scaleX(1);
}

.elementor-button-info a:hover .elementor-button-content-wrapper,
.elementor-button-info a:hover .elementor-button-text,
.elementor-button-info a:focus-visible .elementor-button-content-wrapper,
.elementor-button-info a:focus-visible .elementor-button-text {
    color: #000 !important;
}

/* --- 9.2 Hover cortinilla .elementor-button.elementor-size-sm --- */
.stsb_image_caption_inner .elementor-button.elementor-size-sm,
div.elementor-button.elementor-size-sm {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    transition: background-position 0.55s cubic-bezier(0.65, 0, 0.35, 1),
        color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.08s,
        border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.stsb_image_caption_inner .elementor-button.elementor-size-sm:hover,
.stsb_image_caption_inner .elementor-button.elementor-size-sm:focus-visible,
div.elementor-button.elementor-size-sm:hover,
div.elementor-button.elementor-size-sm:focus-visible {
    background-position: 0 0;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    border-color: #000 !important;
}


/* ==========================================================================
   10. Contacto — Formulario
   ========================================================================== */

/* --- 10.1 Layout --- */
body#contact .wpcf7.hook form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Manrope", Sans-serif;
    color: var(--text-color);
}

body#contact .wpcf7.hook form h3 {
    display: none !important;
}

body#contact .wpcf7.hook form br {
    display: none;
}

body#contact .wpcf7.hook form label.contact-field {
    position: relative;
    display: block;
    margin: 0 !important;
    font-weight: 400;
}

body#contact .wpcf7.hook label.contact-field .wpcf7-form-control-wrap {
    clear: none;
    display: block;
    margin-top: 0 !important;
    width: 100%;
}

/* --- 10.2 Labels flotantes --- */
body#contact .wpcf7.hook label.contact-field>span.contact-field__label {
    position: absolute !important;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400 !important;
    color: #888888;
    line-height: 1;
    pointer-events: none;
    transition: top 0.2s ease, transform 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    z-index: 2;
}

body#contact .wpcf7.hook label.contact-field:focus-within>span.contact-field__label,
body#contact .wpcf7.hook label.contact-field.is-filled>span.contact-field__label {
    top: 8px;
    transform: translateY(0);
    font-size: 10px;
    font-weight: 600 !important;
    color: var(--text-color);
}

body#contact .wpcf7.hook label.contact-field--textarea>span.contact-field__label {
    top: 16px;
    transform: translateY(0);
}

body#contact .wpcf7.hook label.contact-field--textarea:focus-within>span.contact-field__label,
body#contact .wpcf7.hook label.contact-field--textarea.is-filled>span.contact-field__label {
    top: 8px;
}

/* --- 10.3 Campos de formulario --- */
body#contact .wpcf7.hook .wpcf7-form-control.form-control {
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: 0;
    color: var(--text-color);
    font-family: "Manrope", Sans-serif;
    font-size: 14px !important;
    margin-top: 0 !important;
    min-height: 46px;
    padding: 16px 16px 10px;
    width: 100%;
}

body#contact .wpcf7.hook textarea.wpcf7-textarea.form-control {
    min-height: 100px;
    max-height: 140px;
    height: 120px;
    padding: 16px 16px 10px;
    resize: vertical;
}

body#contact .wpcf7.hook .wpcf7-form-control.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: 2px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
    outline-offset: 2px;
}

body#contact .wpcf7.hook .wpcf7-form-control.form-control::placeholder {
    color: transparent;
}

/* --- 10.4 Botón Send (hover cortinilla) --- */
body#contact .wpcf7.hook button.wpcf7-submit,
body#contact .wpcf7.hook input.wpcf7-submit {
    align-self: flex-start;
    background-color: var(--primary-color) !important;
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%) !important;
    background-size: 200% 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    border: 1px solid var(--primary-color) !important;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: background-position 0.55s cubic-bezier(0.65, 0, 0.35, 1),
        color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.08s,
        border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

body#contact .wpcf7.hook button.wpcf7-submit:hover,
body#contact .wpcf7.hook button.wpcf7-submit:focus-visible,
body#contact .wpcf7.hook input.wpcf7-submit:hover,
body#contact .wpcf7.hook input.wpcf7-submit:focus-visible {
    background-position: 0 0 !important;
    border-color: #000 !important;
    color: #000 !important;
}

/* --- 10.5 Mensajes --- */
body#contact .wpcf7.hook .wpcf7-response-output {
    border-radius: 0;
    font-size: 14px;
    margin: 0;
    padding: 12px 16px;
}

/* --- 10.6 Checkbox aceptación --- */

body#contact .wpcf7.hook .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

body#contact .wpcf7.hook .wpcf7-acceptance label {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-weight: 400;
    gap: 10px;
    margin: 0 !important;
}

body#contact .wpcf7.hook .wpcf7-acceptance input[type="checkbox"] {
    accent-color: var(--primary-color);
    cursor: pointer;
    flex-shrink: 0;
    height: 16px;
    margin-top: 2px;
    width: 16px;
}

body#contact .wpcf7.hook .wpcf7-list-item-label {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 1.5;
}

body#contact .wpcf7.hook .wpcf7-list-item-label a {
    color: var(--primary-color);
    font-weight: 700 !important;
    position: relative;
    text-decoration: none;
}

body#contact .wpcf7.hook .wpcf7-list-item-label a::after {
    background-color: currentColor;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    width: 100%;
}

body#contact .wpcf7.hook .wpcf7-list-item-label a:hover,
body#contact .wpcf7.hook .wpcf7-list-item-label a:focus-visible {
    color: var(--primary-color-hover);
}

body#contact .wpcf7.hook .wpcf7-list-item-label a:hover::after,
body#contact .wpcf7.hook .wpcf7-list-item-label a:focus-visible::after {
    transform: scaleX(1);
}


/* ==========================================================================
   11. Subcategorías — listado flex
   ========================================================================== */

body#category .subcategories-list .elementor-widget-container > .stsb_grid_wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    gap: 6px !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    --e-con-grid-template-columns: initial !important;
    --e-con-grid-template-rows: initial !important;
    --grid-auto-flow: unset !important;
}

body#category .subcategories-list .stsb_grid_wrapper > .elementor,
body#category .subcategories-list .stsb_grid_wrapper > .stsb_grid_item {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto !important;
    min-width: 0;
}

body#category .subcategories-list .stsb_grid_wrapper > .elementor > .e-con,
body#category .subcategories-list .stsb_grid_wrapper > .elementor > a.e-con,
body#category .subcategories-list .stsb_grid_wrapper > .elementor .e-con-inner,
body#category .subcategories-list .stsb_grid_wrapper > .elementor .elementor-widget-container {
    width: auto !important;
    max-width: 100%;
}

body#category .subcategories-list .stsb_grid_wrapper .elementor-paragraph-text,
body#category .subcategories-list .stsb_grid_wrapper .stsb_mini_category_name {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    white-space: normal;
}