/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* ============================================
   VARIABLES CSS - Colores del proyecto Europa 3G
   ============================================ */
:root {
  /* Colores principales */
  --europa-primary: #0051BA;    /* Azul principal */
  --europa-dark: #171219;       /* Negro/oscuro */
  --europa-accent: #f9d616;     /* Amarillo acento */

  /* Neutros */
  --europa-white: #ffffff;
  --europa-gray: #bdbdbd;
  --europa-black: #0b0500;

  /* Fondos */
  --europa-hero-bg: #EEE5E9;    /* Fondo hero categorías */

  /* Iconos */
  --primary-icons: var(--europa-accent);  /* Color para iconos de info cards */
}

/* ============================================
   INFO ICONS - Iconos de tarjetas informativas
   ============================================ */
.info-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  background: var(--primary-icons);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--europa-dark);
}

.info-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

/* add background colors in variouse boxes  - start */

b, strong {
  font-weight: 600;
}

.product-info-row {
    background: var(--europa-white);
    margin: 0;
    padding: 2rem 1rem;
    margin-bottom: 3rem;
    border: 1px solid #f0f0f0;
  }
  .rte-content img {
    max-width: 50%;
    height: auto;
  }
  #left-column {
    padding-right: 0;
  }
  
  body#checkout section.checkout-step,
  .cart-grid-right .cart-summary {
    background: var(--europa-white);
  }
  
  .cart-items {
    background: var(--europa-white);
    border: 1px solid #f0f0f0;
  }
  .cart-item {
    padding: 1rem;
  }
  
  .products-selection {
    background: var(--europa-white);
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #f0f0f0;
  }
  
  .product-tabs .nav-link {
    padding: 1rem;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  
  .product-tabs .nav-link.active {
    background: var(--europa-white);
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
  }
  
  .product-tabs .nav-tabs {
    margin: 0;
  }
  .input-group-add-cart {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .product-tabs .tab-content {
    background: var(--europa-white);
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
    border-top: none;
  }
  /* add background colors in variouse boxes  - end */
  
  div.cbp-vertical-title {
    display: none;
  }
  
  .cbp-category-link-w {
    text-align: center;
  }
  
  .cbp-category-link-w img {
    height: 100px !important;
  }
  
  .cbp-hrmenu-tab-12 img {
    max-height: 23px !important;
    padding-bottom: 1px !important;
  }
  
  #wrapper {
    padding-bottom: 30px;
  }
  

/* Header contacto texto */
#header .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

#header .contact-item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media (max-width: 767.98px) {
  #header .contact-item {
    justify-content: center;
  }
}



#header .contact-link {
  margin-left: 5px;
  text-decoration: none; /* Ajusta según tus necesidades */
  color: inherit; /* Mantiene el color del texto predeterminado */
}

#header .contact-address {
  flex-direction: column;
  align-items: flex-start;
}

#header .address-line {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

#header .metro-logo {
  vertical-align: top;
  padding-top: 3px;
}

.header-nav__metro-text,
.mobile-topbar__text {
  margin-left: 6px;
}

.mobile-topbar__icon {
  display: inline-block;
}

.mobile-topbar {
  padding: 0.35rem 0;
}

@media (max-width: 1400px) and (min-width: 992px) {
  #header .contact-container {
    flex-direction: column;
    align-items: stretch;
    max-width: 150px;
    margin: 0 auto;
  }

  #header .contact-item {
    flex: 1 0 100%;
  }

  #header .contact-item:last-child {
    margin-bottom: 0;
    display: none;
  }
}
  
.m-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  font-style: normal;
}

.m-nav-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-bag-icon {
  position: relative;
}
 
  @media (min-width: 900px) {
    .cart-toogle .fa-shopping-bag:before {
      content: url("/img/cms/europa-3g-compra-online.png") !important;
    }
  }
  .header-top .header-cart-default .cart-toogle > .icon {
    margin-right: 6px;
  }
  
  div.header-custom-html {
    padding-top: 33px;
    margin-right: 40px;
  }
  
  .block-newsletter h5.mb-3 {
    line-height: 1.6em;
    letter-spacing: 2.1px;
  }
  
  .elementor-element.elementor-element-qo9dhb5 .elementor-button {
    padding-left: 0px;
  }
  
  .elementor-element.elementor-element-91n3vcr .elementor-button {
    padding-left: 0px;
  }
  
  .block-iqitcontactpage .part .icon i {
    color: var(--europa-primary);
  }
  
  #footer .block-title {
    display: none;
  }
  
  span.contact-01 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .header-center-02 a {
    font-weight: normal;
  }
  @media (max-width: 1600px) {
    div.header-center-01 {
      width: 44%;
    }
  
    div.header-center-02 {
      width: 55%;
    }
  
    input.form-control.form-search-control {
      font-size: 14.5px;
      padding-left: 16px;
    }
  
    span.contact-01 {
      font-size: 11.5px;
      font-weight: 600;
      letter-spacing: 1px;
    }
    .header-center-02 a {
      font-weight: 600;
    }
    span.detalle-direccion {
      padding-left: 10px;
    }
    .header-center-02 table tbody tr td:nth-child(1) {
      width: 17%;
    }
    .header-center-02 table tbody tr td:nth-child(2) {
      width: 35%;
    }
    .header-center-02 table tbody tr td:nth-child(3) {
      width: 45%;
    }
    img.contact-image {
      width: 16px;
    }
  
    img.logo.img-fluid {
      width: 158px;
    }
  }
  
  span.detalle-direccion {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 4px;
  }
  
  span.contact-01.direccion {
    background-color: var(--europa-accent);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 6px;
    margin-left: 5px;
  }
  
  .pestanas .nav-link {
    font-size: 18px;
  }
  
  .elementor-counter-number-prefix {
    color: #ffcc00;
  }
    
  h3.h3.product-title {
    margin-bottom: 11px;
  }
  
  .tax-shipping-delivery-label {
    margin: 0px;
  }
  
  .order-first {
    order: -1 !important;
  }
  
  .gformbuilderpro_form_1 form {
    width: 63%;
    margin: 0 auto;
    display: block;
    float: none;
  }
  
  .gformbuilderpro_form .button {
    background-color: #ffcc00;
    color: var(--europa-primary);
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .gformbuilderpro_form .required_label {
    font-weight: bold;
  }
  
  .gformbuilderpro_form .form-group.input_box label {
    font-weight: bold;
  }
  
  div.col-md-6.col-product-info {
    padding-top: 30px;
  }
  
  .header-center-02 a {
    font-size: 12px;
  }
  
  .contenedor-imagen-servicio {
    z-index: 2;
    position: absolute;
    display: flex;
    margin-left: 270px;
  }
  
  .imagen-servicio {
    width: 130px;
  }
  
div.rte-content h1 {
  color: var(--europa-primary);
  font-size: 2.3rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
  
div.rte-content h2 {
  color: var(--europa-primary);
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
  
div.rte-content h3 {
  color: var(--europa-primary);
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
  
  
  
  
  .category-description h1 {
    background-color: var(--europa-white);
    color: var(--europa-primary);
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: left !important;
    padding-left: 50px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    margin-top: 29px;
    border-style: solid;
    border-bottom-width: 3pxpx;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-color: var(--europa-accent);
    font-size: 37px !important;
    color: var(--europa-primary) !important;
  }
  
  @media (max-width: 1600px) {
    #left-column .block {
      font-size: 16px;
      line-height: 22px;
    }
  }
  
  #left-column {
    min-width: 25%;
  }
  
  .col-lg-10 {
    flex: 0%;
  }
  
  .category-description,
  .category-description-bottom,
  .hidden-sm-down {
    display: block !important;
  }
  
  .category-description h1 {
    padding-left: 20px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  #products .alert-warning {
    visibility: hidden;
  }
  
  .subcategory-name {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
    line-height: 1.3;
  }
  
  .block-categories ul > li {
    padding: 5px;
    font-weight: 600;
    font-size: 15px;
  }
  
  .block-title a {
    color: var(--europa-primary);
    text-transform: uppercase;
    font-size: 18px;
  }
  
  .mapa-contacto {
    margin-bottom: 40px;
  }
  
  /* CSS Grid*/
  .img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  
  .img-grid img {
    margin: 0 auto;
    margin-top: 23px;
  }
  
  /* Media Query for changing grid on bigger screens*/
  
  /* Bigger than Phones(tablet) */
  @media only screen and (min-width: 750px) {
    .img-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* Bigger than Phones(laptop / desktop) */
  @media only screen and (min-width: 970px) {
    .img-grid {
      grid-template-columns: repeat(6, 1fr);
      margin-top: 15px;
    }
  }
  
  .nav-tabs {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center !important;
    background: white;
    border-bottom: 1px solid #ebebeb;
  }
  
  @media (max-width: 980px) {
    .info-categoria {
      padding: 30px 0px !important;
      text-align: center;
    }
  
    .info-categoria .elementor-image {
      margin: 20px auto;
    }
  
    #category #inner-wrapper > .row {
      flex-direction: column-reverse;
    }
  
    .elementor-iqit-banner-content {
      padding: 27px !important;
    }
  }
  .boton-slide-01 {
    font-size: 10px !important;
    padding: 10px 15px !important;
    width: 171px;
    margin-top: -40px;
  }
  .boton-slide-02 {
    font-size: 10px !important;
    padding: 10px 15px !important;
    width: 200px;
  }
  .elementor-element.elementor-element-91n3vcr .elementor-button {
    font-size: 11px !important;
  }
  .elementor-element.elementor-element-qo9dhb5 .elementor-button {
    font-size: 11px !important;
  }
  .bloque-inferior {
    background-size: contain !important;
  }
  
  .col-mobile-logo {
    display: block;
    position: relative;
    /*margin-top: 100px;*/
  }
  
  @media (max-width: 320px) {
    .elementor-iqit-banner-content {
      padding: 18px !important;
    }
  
    .boton-slide-01 {
      font-size: 8px !important;
      padding: 10px 15px !important;
      width: 150px;
      margin-top: -40px;
    }
    .boton-slide-02 {
      font-size: 8px !important;
      padding: 10px 15px !important;
      width: 171px;
    }
  }
  
  @media (min-width: 1200px) {
    .boton-slide-01 {
      font-size: 16px !important;
      padding: 10px 15px !important;
      width: 250px;
      margin-top: -40px;
    }
    .boton-slide-02 {
      font-size: 16px !important;
      padding: 10px 15px !important;
      width: 271px;
    }
  }
  
  .elementor-element.elementor-element-axvaay5
    .elementor-image-carousel-wrapper
    .elementor-image-carousel
    .slick-slide-image {
    padding-right: 40px;
  }
  
  body#checkout
    section.checkout-step
    .delivery-option
    > label
    > .row
    > div:first-child
    img {
    width: 125px;
  }

  /* Te llamamos */
  
  body#checkout
    section.checkout-step
    .delivery-option
    > label
    > .row
    > div:first-child
    img {
    width: 125px;
  }
  
  .page-product .gformbuilderpro_openform {
    background: #facc33;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 15px;
  }
  
  button.btn.btn-primary.btn-lg.add-to-cart {
    background: var(--europa-primary);
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .header-top .header-cart-default .cart-toogle > .icon {
    margin-left: 33px;
  }
  
  .cart-buttons .btn-primary {
    background: var(--europa-accent);
    color: var(--europa-primary);
    border: none 1px;
  }

  .cart-detailed-actions .btn-primary {
    background: var(--europa-accent);
    color: var(--europa-black);
    border: 1px solid var(--europa-black);
  }
  
  .checkout .btn-primary {
    background: var(--europa-accent);
  }
  
  .form-footer .btn-primary {
    background: var(--europa-accent);
  }
  
  .blockcart .value.float-right {
    color: var(--europa-primary);
    font-weight: 600;
  }
  
  .product-line-grid .product-price {
    color: var(--europa-primary);
    font-size: 1.4rem;
  }
  
  .cart-summary-line .value {
    color: var(--europa-primary);
  }
  
  .products .product-price {
    color: var(--europa-primary);
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  
  #gformbuilderpro_form_2 .form-control {
    font-size: 18px;
  }
  
  .cart-products-count-btn {
    background: var(--europa-accent);
    color: var(--europa-primary);
  }
  
  .fa-chevron-circle-down:before {
    content: "\f107";
    color: var(--europa-accent);
  }
  
  .products-grid .product-miniature-default {
    padding: 5px;
  }
  
  /* Menú cursos */
  .cbp-hrmenu-tab-15 .cbp-hrsub-inner {
    max-width: 250px;
  }
  .cbp-hrmenu-tab-15 .iqitmegamenu-submenu-container > .row:last-child {
    margin-bottom: 0px !important;
  }
  .cbp-hrmenu-tab-15 .cbp-menu-column-inner a {
    padding: 0px;
    vertical-align: middle;
  }
  .cbp-hrmenu-tab-15 .cbp-menu-column-inner a img{
    min-width: 32px;
    height: auto;
    display: inline-block;
  }
  
  .cbp-hrmenu-tab-15 .cbp-menu-column-inner {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    flex-direction: row-reverse;
  }

  
  .page-category #content-wrapper .page-title span {
    background: linear-gradient(to top, var(--europa-accent) 30%, white 30%);
  }
  
  .cart-grid .btn-secondary {
    background-color: var(--europa-accent) !important;
  }
  
  .checkout-addresses-step .btn-primary {
    background-color: var(--europa-accent) !important;
  }
  
  .delivery-options-list .btn-primary {
    background-color: var(--europa-accent) !important;
  }
  
  #payment-confirmation .btn-primary {
    background-color: var(--europa-accent) !important;
  }
  
  #checkout #mobile-header .mobile-main-bar {
    padding-top: 4rem;
    padding-bottom: 2.33333rem;
  }
  
  /* texto productos */
  
  .info-producto {
    padding: 20px 20px 20px 40px !important;
    text-align: left;
  }
  
  .info-producto p {
    line-height: 1.3rem;
  }
  
  .info-producto .elementor-image {
    margin: 0px auto;
  }
  
  .info-producto {
    box-shadow: 0px 10px 20px 3px rgb(0 0 0 / 21%);
    padding: 20px 40px 30px 40px;
    margin-top: 30px;
  }
  
  @media (min-width: 768px) {
    .info-producto .elementor-column.elementor-col-33 {
      width: 10% !important;
    }
  }
  
  @media (max-width: 980px) {
    .info-producto {
      padding: 20px 20px 40px 20px !important;
      text-align: center;
    }
  
    .info-producto .elementor-image {
      margin: 20px auto;
    }
  }
  
  button.btn.btn-primary.continue.btn-block.btn-lg {
    background-color: var(--europa-accent);
  }
  
  #blockcart-notification {
    background: white;
  }
  
  @media (max-width: 960px) {
    .info-categoria .elementor-widget-image,
    .info-producto .elementor-col-33 {
      width: 18%;
      display: inline-block;
    }
    .info-categoria .elementor-widget-text-editor {
      width: 80%;
      vertical-align: middle;
      display: inline-block;
      text-align: left;
    }
    .sin-cita {
      margin-top: 10px;
    }
  
    .info-producto .elementor-col-66 {
      width: 80%;
      margin-top: 18px;
      vertical-align: middle;
      display: inline-block;
      text-align: left;
    }
  
    .ocultar-movil {
      display: none;
    }
  }
  @media screen and (min-width: 1600px) {
    .header-center-02 a {
      font-weight: 600;
    }
  }
  
  /* Mega Menú */
  
  a.cbp-column-title.nav-link.cbp-category-title {
    padding: 0 !important;
    line-height: 1.3em;
  }
  
  .cbp-categories-row .col-15 {
    padding: 0px !important;
  }
  
  .cbp-categories-row {
    padding: 0 19px !important;
    margin-top: 10px !important;
  }
  
  .cbp-menu-column-inner > .cbp-column-title {
    font-size: 18px;
    color: var(--europa-primary) !important;
  }
  
  .cbp-links {
    display: grid;
  }
  
  .cbp-hrmenu .cbp-menu-column {
    padding: 0;
  }
  
  #back-to-top {
    bottom: 5rem !important;
  }
  
  .titulo-pagina h1 {
    padding: 40px !important;
  }
  
  @media (min-width: 960px) {
    #idxrcookies #left.withRejectButton,
    #idxrcookies #right.withRejectButton {
      width: 480px;
      max-width: 100%;
      margin-left: 80px;
    }
  }
  
  @media (max-width: 480px) {
    #idxrcookies #left.withRejectButton,
    #idxrcookies #right.withRejectButton {
      width: 480px;
      max-width: 100%;
      margin-bottom: 100px !important;
    }
  }
  
  btn-primary,
  .btn-primary.disabled,
  .btn-primary:disabled {
    background: none !important;
  }
  
  .delivery-options-list #delivery label {
    color: var(--europa-white);
    font-weight: bold;
    font-size: 16px;
    background-color: #104bb6;
    padding: 5px 10px;
  }
  
  button.btn.btn-primary.btn-lg.add-to-cart {
    font-size: 17px;
    letter-spacing: 3px;
  }
  
  #cbp-hrmenu-tab-17 .cbp-column-title {
    display: none;
  }
  
  .cbp-hrmenu-tab-17 .cbp-category-link-w img {
    height: 65px !important;
  }
  
  .cbp-hrmenu-tab-17 .cbp-menu-column {
    margin-top: 0px !important;
  }
  
  .price-tag-global-container .clearfix {
    display: none;
  }

  div.category-image.hidden-sm-down a {
    float: right;
    background-color: var(--europa-accent);
    padding: 10px;
    margin-top: -46px;
    display: block;
    position: relative;
    margin-right: 20px;
  }
  
  #info-categoria {
    display: block;
    height: 250px;
    /*same height as header*/
    margin-top: -250px;
    /*same height as header*/
    visibility: hidden;
  }
  
  @media (max-width: 968px) {
    .category-image img {
      display: none;
    }
    .cabecera .elementor-column-wrap {
      background-position: -70% 0% !important;
    }
  }
  
  #left-column {
    min-width: 20%;
  }
  
  .category-image {
    text-align: center;
  }
  
  @media (min-width: 968px) {
    #idxrcookies #left {
      margin-left: 80px;
    }
  }
  
  @media (max-width: 968px) {
    #idxrcookies #left {
      top: 0px;
      bottom: auto;
    }
  }
  
  div.gdpr-consent-tabs.gdpr-consent-tabs-v2 {
    width: 90%;
    float: left;
  }
  
  .cabecera .elementor-element-populated {
    max-height: 585px;
  }
  
/* Categoría */
#category #wrapper {
    max-width: 1300px;
    margin: auto;
}
#category div.col-12.col-sm-auto.col-buy {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #category div.col-12.col-sm-auto.col-buy {
    width: 100%;
  }
}

#category .product-miniature-list-row {
    align-items: center;
}

#category div.products-selection {
    display: none !important;
}

#category input.form-control.input-qty {
    width: 70px;
}

#category #js-product-list-header {
    margin-bottom: 4rem;
}
  
#category .product-list-subcategories {
    text-align: center;
    margin-bottom: 2rem;
}
#category .info-categoria {
    box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.21);
    padding: 20px 40px 30px 40px;
    margin: 0px 0px 30px 0px;
}
#category .product-miniature {
  border: none;
  max-width: 1100px;
  min-height: 120px;
}
#category .category-description-bottom {
  margin-top: 4.5rem;
}
#category .product-miniature .product-price-and-shipping {
  min-width: 160px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 0px;
  margin-top: 5px;
  width:100%;
  flex-direction: row;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #category .product-miniature .product-price-and-shipping {
    flex-direction: column;
  }
}

#category .product-miniature .product-title {
  margin: 0px;
  font-size: 1.1rem;
  text-align: center;
}
#category .product-miniature .product-add-cart {
  width: 100%;
}

#category .product-miniature-list .input-group-add-cart {
  flex-wrap: nowrap;
  justify-content: flex-end;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
#category .product-miniature-list .input-group-add-cart .bootstrap-touchspin {
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}

#category .product-miniature-list .btn-product-list {
  padding: 10px 15px;
  background: var(--europa-primary);
  font-size: 16px;
  font-weight: 500;
  color: var(--europa-white);
  border: none 1px var(--europa-primary);
}

#category .product-miniature-list .product-price {
  color: var(--europa-primary);
  font-size: 1.5rem;
  font-weight: 700;
}
#category .product-miniature-list .product-reference {
  display: none;
}

#category .product-miniature-default .product-thumbnail {
  margin: 0px;
}
#category .product-miniature-default .product-thumbnail img {
  width: 200px;
  padding: 0px;
}


/* mas estilos variables */
.form-control-label {
    font-size: 1.4em;
}
#iqitmegamenu-mobile .js-mobile-menu__tab-title {
  margin-left: 10px;
}

  #main > div.product-list-subcategories > div{
    justify-content: center !important;
}

@media (max-width: 767px){
  #footer #footer-container-main .col {
    min-width: 100%;
  }
}

div.rte-content h1{
   padding-left: 10px !important;
}.rte-content img {
    max-width: 99% !important;
    height: auto;
}
/*padding_movil*/
@media (max-width: 767px){
.elementor-element.elementor-element-qheve87 > .elementor-element-populated {
    padding: 0px 10px 0px 10px !important;
}
.elementor-element.elementor-element-6tm764e {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 10px 0px 10px !important;
}
}
.product-list-subcategories .subcategory-image{
border: 1px solid hsla(0, 0%, 63%, .25);
}
/*carrito*/
.cart-buttons .btn-primary {
margin-top: 10px;
}

.ps-shoppingcart.dropdown .show #blockcart-content{
background:white;
}

#blockcart-content .cart-totals {
    font-size: 1.2em !important;
}

/*Fin carrito*/

.elementor-element.elementor-element-ipxoi4l .elementor-heading-title, .elementor-element.elementor-element-ipxoi4l .elementor-heading-title a:hover{
color: var(--europa-primary) !important;
}.elementor-element.elementor-element-a42bdl1 .elementor-heading-title, .elementor-element.elementor-element-a42bdl1 .elementor-heading-title a:hover{
color: var(--europa-primary) !important;
}
.elementor-element.elementor-element-7wf0z2x .elementor-heading-title, .elementor-element.elementor-element-7wf0z2x .elementor-heading-title a:hover{
color: var(--europa-primary) !important;
}


.ls-nav-active{
background-color:#FFCC00!important;
}

.category-description-bottom h2 {
    font-size: 2em;
    margin-bottom: 1rem;
}

.category-description-bottom a {
    color: var(--europa-primary) !important;
    text-decoration: underline;
}

.product-add-to-cart.pt-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    align-content: center;
}

/*Agregado por Agustin el 13-02*/
.row.extra-small-gutters.product-quantity {
    justify-content: left;
}

.grecaptcha-badge {
    display: none;
}


#product #wrapper {
  max-width: 1300px;
  margin: auto;
}
#product #product-details-tab-nav {
  display: none
}
.product-cover img {
  max-width: 70%;
}
#product .current-price .product-price {
  padding-bottom: 5px;
  padding-top: 2px;
  margin-top: 10px;
  background-color: #ffff;
  margin-bottom: 10px;
  color: var(--europa-primary);
}
#product .product-quantity>.col:nth-child(1) {
  display: none
}
#product .product-info-row .col-left-product-thumbs {
  display: none;
}
#product .product_header_container {
  border: none;
  padding-bottom: 0px;
}
#product .product-additional-info {
  border: 1px solid #f0f0f0;
  max-width: 650px;
  margin-bottom: 40px;
  padding: 20px;
}
.gformbuilderpro_form {
    overflow-x: hidden;
}

/* Checkout */
body#checkout section.checkout-step .payment-options .payment-option {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: block;
  background: rgba(204, 204, 204, .15);
  margin-bottom: 1rem;
}
body#checkout section.checkout-step .payment-options .payment-option label {
  display: block;
  cursor: pointer;
  padding: 1rem .8rem;
  max-width: 100%;
}
body#checkout section.checkout-step .payment-options .payment-option.selected-payment-option {
  border-color: var(--europa-primary);
  color: var(--europa-primary);
  font-weight: bold;
}
body#checkout section.checkout-step .payment-options .payment-option > .custom-radio {
  display: none;
}

#cbp-hrmenu-tab-13 .menu-element-id-2{
  margin-top:5px!important;
}

#cbp-hrmenu-tab-13 .cbp-categories-row{
  margin-top: 0px!important;
}

#description a{color: var(--europa-primary)!important; text-decoration: underline; font-weight: 600;}

.product-additional-info{margin-bottom:5px!important;}


/* Product Additional Info */
#product .product-additional-info {
  background: linear-gradient(to bottom right, var(--europa-white), #f8f9fa);
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  padding: 2rem;
  transition: all 0.3s ease;
}

#iqithtmlandbanners-block-8 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#iqithtmlandbanners-block-8 li {
  display: flex;
  align-items: flex-start;
  padding: 0.25rem;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

#iqithtmlandbanners-block-8 .icon {
  flex-shrink: 0;
  margin-right: 1rem;
  font-size: 1.2em;
}

#iqithtmlandbanners-block-8 .text {
  line-height: 1.5;
  color: #2c3e50;
}

#iqithtmlandbanners-block-8 .text strong {
  color: #1e88e5;
  font-weight: 600;
}

@media (max-width: 768px) {
  #product .product-additional-info {
      padding: 1.5rem;
  }
  
  #iqithtmlandbanners-block-8 li {
      padding: 0.5rem;
  }
}

/* modificaciones boton add to cart */
.add-to-cart{
  letter-spacing: 0px!important;
  text-transform: none!important;
}

@media only screen and (orientation: portrait) and (max-width: 440px) {
  .row.extra-small-gutters.product-quantity {
    width: 100%!important;
  }
}


/* modificaciones miniatura producto en categoria */
.product-miniature-default .product-description {
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-miniature-default .product-description .row {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    justify-content: space-between;
}

.product-miniature-default .product-description .col {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
}

.product-miniature-right {
    width: 100%;
    text-align: left;
    margin-top: auto;
    padding-top: 0.75rem;
}

.product-miniature .product-price-and-shipping {
    white-space: nowrap;
    display: block;
}

.product-miniature .product-title {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
}

.product-miniature .product-category-name {
    margin-bottom: 0.25rem;
}

.thumbnail-container .product-flags {
    display: none;
}

@media (max-width: 768px) {
  .products-grid .product-miniature-layout-2 .product-description {
    padding: 0px!important;
  }
}



/* scrollbar */
body {
  --sb-track-color: var(--europa-gray);
  --sb-thumb-color: var(--europa-accent);
  --sb-size: 10px;
  text-rendering: optimizeLegibility; /* mejor kerning, suavizado */
  -webkit-font-smoothing: antialiased; /* hace el texto más delgado y suave */
  -moz-osx-font-smoothing: grayscale;  /* para Firefox en macOS */
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 4px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

/* ============================================
    RESET - Prevenir scroll horizontal
    ============================================ */
body {
    overflow-x: hidden;
}

/* fix altura menu en desktop */
.cbp-mainlink-iicon{
  margin-bottom:5px!important;
}

/* breadcrumbs */
#wrapper .breadcrumb{
  margin-top:0px!important;
  margin-bottom:0px!important;
  padding-top:5px!important;
  padding-bottom:5px!important;
}

#wrapper .breadcrumb li{
  font-size:1rem!important;
  color: var(--europa-black) !important;
}

/* Breadcrumbs móvil optimizado */
@media (max-width: 768px) {
  
  .breadcrumb .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .breadcrumb ol {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    gap: 4px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE */
  }
  
  .breadcrumb ol::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  
  .breadcrumb li {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem !important;
    max-width: none;
  }
  
  .breadcrumb li:not(:last-child)::after {
    content: "›";
    margin-left: 4px;
    margin-right: 4px;
    color: #999;
    font-weight: normal;
  }
  
  /* Truncado CSS - Ahora con más espacio ya que el texto es más corto */
  .breadcrumb li span[itemprop="name"] {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
  }
  
  /* Truncado por posición - Más generoso al ser textos más cortos */
  .breadcrumb li:first-child span[itemprop="name"] {
    max-width: 60px; /* "Inicio" */
  }
  
  .breadcrumb li:nth-child(2) span[itemprop="name"] {
    max-width: 100px; /* "Móvil" en lugar de "Reparación de móviles" */
  }
  
  .breadcrumb li:nth-child(3) span[itemprop="name"] {
    max-width: 120px; /* "iPhone" en lugar de "Reparar iPhone" */
  }
  
  /* Último elemento - Mucho más espacio disponible */
  .breadcrumb li:last-child span[itemprop="name"] {
    max-width: 180px; /* "iPhone 16 Pro Max" completo */
    font-weight: bold;
    color: var(--europa-dark) !important;
  }
}

/* Breadcrumbs móvil muy pequeño - Más espacio por textos acortados */
@media (max-width: 480px) {
  .breadcrumb li {
    font-size: 0.75rem !important;
  }
  
  /* Truncado menos agresivo gracias a Smarty replacements */
  .breadcrumb li:first-child span[itemprop="name"] {
    max-width: 50px; /* "Inicio" completo */
  }
  
  .breadcrumb li:nth-child(2) span[itemprop="name"] {
    max-width: 80px; /* "Móvil" completo */
  }
  
  .breadcrumb li:nth-child(3) span[itemprop="name"] {
    max-width: 90px; /* "iPhone" completo */
  }
  
  .breadcrumb li:last-child span[itemprop="name"] {
    max-width: 140px; /* "iPhone 16 Pro Max" casi completo */
    font-weight: bold;
  }
  
  /* Elementos intermedios adicionales (si hay más de 4 niveles) */
  .breadcrumb li:nth-child(n+4):not(:last-child) span[itemprop="name"] {
    max-width: 70px;
  }
}

/*
 * SISTEMA DE BREADCRUMBS OPTIMIZADO PARA MÓVIL:
 * 
 * JAVASCRIPT: Replacements de texto dinámicos (breadcrumb.tpl)
 * CSS: Layout horizontal + truncado con ellipsis
 * 
 * Replacements aplicados con JavaScript en móvil:
 * - "Reparación de móviles" → "Móvil" 
 * - "Reparar iPhone " → "iPhone "
 * - "Reparar " → ""
 * - "móviles" → "móvil"
 * - "Servicio técnico" → "Servicio"
 * 
 * Resultado final en móvil:
 * "Inicio › Móvil › iPhone › iPhone 16 Pro Max"
 * 
 * Ventajas de JavaScript:
 * ✅ Preserva schema.org markup original
 * ✅ SEO friendly (contenido original intacto)
 * ✅ Restaura texto original en desktop
 * ✅ Responsive dinámico al redimensionar
 */


/* contacto movil */
#contacto-movil {
  background: var(--europa-white);
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  gap: 4px;
}

.contact-image {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.contact-text {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-text a {
  color: var(--europa-dark);
  text-decoration: none;
}

/* Móvil muy pequeño */
@media (max-width: 480px) {
  #contacto-movil {
      gap: 4px;
      padding: 6px 8px;
  }

  .contact-item {
      gap: 2px;
  }

  .contact-image {
      width: 14px;
      height: 14px;
  }

  .contact-text {
      font-size: 12px;
  }
}

/* FIX menu mobile */
@media (max-width: 767px) {
  .cbp-menu-element {
      padding-top: 10px;
      padding-bottom: 10px;
  }
}

/* Header nav custom content */
#header .header-nav__content {
  gap: 1rem;
}

#header .header-nav__left {
  gap: 1rem;
}

#header .header-nav__contact {
  gap: 0.75rem;
  font-size: 0.875rem;
  align-items: center;
}

#header .header-nav__contact-item,
#header .header-nav__address {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

#header .header-nav__address {
  color: inherit;
  text-decoration: none;
}

#header .header-nav__address:hover,
#header .header-nav__address:focus {
  text-decoration: underline;
}

#header .header-nav__phone {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

#header .header-nav__phone:hover,
#header .header-nav__phone:focus {
  text-decoration: underline;
}

#header .header-nav__separator {
  margin: 0 0.75rem;
  opacity: 0.5;
}

#header .header-nav__right {
  gap: 1rem;
}

#header .header-nav__links {
  gap: 1.5rem;
}

#header .header-nav__link {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

#header .header-nav__link:hover,
#header .header-nav__link:focus {
  text-decoration: underline;
}

#header .header-nav__icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .header-nav__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (max-width: 767.98px) {
  #header .header-nav__content {
      justify-content: center !important;
  }

  #header .header-nav__left {
      justify-content: center;
      align-items: center;
      gap: 0.25rem;
  }

  #header .header-nav__contact {
      justify-content: center;
      text-align: center;
      flex-wrap: wrap;
      gap: 0.25rem;
  }

  #header .header-nav__left > *:not(.header-nav__contact) {
      display: none;
  }

  #header .header-nav__contact-item {
      justify-content: center;
      gap: 0.25rem;
  }

  #header .header-nav__address {
      gap: 0.25rem;
  }

  #header .header-nav__separator {
      margin: 0 0.25rem;
  }

  #header .header-nav__right {
      display: none;
  }

  #header .header-nav__address {
      display: inline-block;
  }

  #header .header-nav__content {
      gap: 0.25rem;
      text-align: center;
  }
}

/* Search widget input rounding */
#search_widget input[type="text"] {
  border-radius: 16px;
}

/* Customer sign-in icon */
#header-user-btn .header-user-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header-user-btn .header-user-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #000;
}

/* Header cart icon */
#blockcart .header-cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#blockcart .header-cart-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #000;
}

#blockcart .header-cart-icon .cart-products-count-btn {
  position: absolute;
  top: -0.35rem;
  right: -0.6rem;
  min-width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Ocultar elementos Equipo y Contacto en desktop y tablet */
@media (min-width: 768px) {
  #cbp-hrmenu-tab-16,
  #cbp-hrmenu-tab-14 {
    display: none !important;
  }
}

/* Mostrar elementos Equipo y Contacto solo en móvil */
@media (max-width: 767px) {
  #cbp-hrmenu-tab-16,
  #cbp-hrmenu-tab-14 {
    display: block !important;
  }
}

/* Reposicionar y agrandar botón cerrar menú móvil */
.mobile-menu__close.js-mobile-menu__close {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 9999 !important;
  width: 44px !important;
  height: 44px !important;
  font-size: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.mobile-menu__close.js-mobile-menu__close .fa-times {
  font-size: 24px !important;
}

#footer-container-first{
  background:var(--europa-accent);
  color:#01111E;
}

.social-links{
  color:#01111E;
}

.psgdpr_consent_message{
  color:#01111E;
}

/* Payment logos spacing */
.payment-logos .payment-logo:not(:last-child) {
  margin-right: 12px;
}

/* Category description list arrows */
.category-description-body ul,
[class*="-category-description-body"] ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.category-description-body ul li,
[class*="-category-description-body"] ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.category-description-body ul li::before,
[class*="-category-description-body"] ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2301111E' fill-rule='evenodd' d='m512 71.769v368.46a71.857 71.857 0 0 1 -71.77 71.771h-368.459a71.857 71.857 0 0 1 -71.771-71.77v-368.461a71.856 71.856 0 0 1 71.77-71.769h368.461a71.856 71.856 0 0 1 71.769 71.769zm-90 184.231a16.009 16.009 0 0 0 -5.5-12.07l-120.42-104.74a16 16 0 1 0 -21 24.14l88.15 76.67h-257.23a16 16 0 1 0 0 32h257.23l-88.15 76.67a16 16 0 1 0 21 24.139l120.42-104.739a16.011 16.011 0 0 0 5.5-12.07z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Category description tables */
.category-description-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: var(--europa-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.category-description-body table thead {
  background: #01111E;
  color: var(--europa-white);
}

.category-description-body table th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

.category-description-body table td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}

.category-description-body table tbody tr:last-child td {
  border-bottom: none;
}

.category-description-body table tbody tr:hover {
  background: #f8f9fa;
}

.category-description-body table tbody tr:nth-child(even) {
  background: #fafafa;
}

.category-description-body table tbody tr:nth-child(even):hover {
  background: #f0f0f0;
}

/* Responsive tables */
@media (max-width: 768px) {
  .category-description-body table {
    font-size: 0.875rem;
  }

  .category-description-body table th,
  .category-description-body table td {
    padding: 0.75rem 0.5rem;
  }
}

/* CTA Reservar reparación - Menú principal */
#cbp-hrmenu-tab-35 .nav-link {
  background: var(--europa-accent);
  color: var(--europa-dark) !important;
  font-weight: 600;
  padding: 4px 12px !important;
  border-radius: 20px;
  line-height: inherit;
  transition: background 0.2s ease;
}

#cbp-hrmenu-tab-35 .nav-link:hover {
  background: var(--europa-primary);
  color: var(--europa-white) !important;
}

/* CTA Reservar reparación - Menú móvil */
.mobile-menu__tab--id-35 .mobile-menu__link {
  background: var(--europa-accent);
  color: var(--europa-dark) !important;
  font-weight: 600;
  padding: 4px 12px !important;
  border-radius: 20px;
  display: inline-block !important;
  margin: 8px 15px;
}

/* ============================================
   FOOTER MAIN - Diseño personalizado
   ============================================ */
#footer-container-main {
  background: var(--europa-primary);
  color: rgba(255, 255, 255, 0.85);
  padding: 50px 0 40px;
}

.europa-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

#footer-container-main a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

#footer-container-main a:hover {
  color: var(--europa-accent);
  text-decoration: none;
}

.europa-footer__hooks {
  display: none !important;
}

/* Brand column */
.europa-footer__logo {
  max-width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 16px;
}

.europa-footer__logo-link:hover .europa-footer__logo {
  opacity: 0.85;
}

.europa-footer__tagline {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 20px;
}

.europa-footer__apple-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.europa-footer__apple-badge svg {
  flex-shrink: 0;
}

.europa-footer__social {
  display: flex;
  gap: 12px;
}

.europa-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}

.europa-footer__social a:hover {
  background: var(--europa-accent);
  color: var(--europa-dark);
  transform: translateY(-2px);
}

/* Headings */
.europa-footer__heading {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--europa-accent);
  display: inline-block;
}

.europa-footer__heading--links {
  margin-top: 24px;
}

.europa-footer__heading--hours {
  margin-top: 18px;
}

/* Lists */
.europa-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.europa-footer__list li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.europa-footer__phones {
  flex-wrap: wrap;
}

.europa-footer__separator {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 2px;
}

.europa-footer__list li svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--europa-accent);
  stroke: var(--europa-accent);
}

.europa-footer__list li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.europa-footer__list li a:hover {
  color: var(--europa-accent);
}

/* Hours list */
.europa-footer__hours li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.europa-footer__hours li span:first-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.europa-footer__hours li span:last-child {
  color: #fff;
  font-weight: 500;
  font-size: 0.85rem;
  text-align: right;
}

/* Footer links */
.europa-footer__links li {
  margin-bottom: 5px;
}

.europa-footer__links li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.europa-footer__links li a:hover {
  color: var(--europa-accent);
}

/* Hide default block titles in footer */
#footer-container-main .block-title {
  display: none !important;
}

/* Responsive */
@media (max-width: 991px) {
  .europa-footer {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .europa-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  #footer-container-main {
    padding: 36px 0 28px;
  }

  .europa-footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .europa-footer__brand {
    grid-column: auto;
    text-align: center;
  }

  .europa-footer__logo {
    max-width: 150px;
  }

  .europa-footer__social {
    justify-content: center;
  }

  .europa-footer__contact,
  .europa-footer__info {
    text-align: center;
  }

  .europa-footer__heading {
    display: inline-block;
    text-align: center;
  }

  .europa-footer__list li {
    justify-content: center;
  }

  .europa-footer__hours li {
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .europa-footer__hours li span:last-child {
    text-align: center;
  }

  .europa-footer__links li {
    justify-content: center;
  }
}

/* Header Apple badge */
.header-brand {
  gap: 14px;
}

.header-apple-badge {
  align-items: center;
  gap: 8px;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 7px 13px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  white-space: nowrap;
}

.header-apple-badge svg {
  flex-shrink: 0;
}

/* ============================================
   APPLE AIRP TOPBAR
   ============================================ */
#apple-airp-topbar {
  display: none;
  background: #f9d616;
  color: var(--europa-dark);
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  padding: 6px 8px;
  position: sticky;
  top: 0;
  z-index: 4999;
}

#apple-airp-topbar img {
  vertical-align: middle;
  margin-right: 6px;
}

@media (max-width: 767px) {
  #apple-airp-topbar {
    display: block;
  }
}

/* whatsapp desktop */
@media (min-width: 768px) {
  .float-bottom-left{
    bottom:100px;
  }
}

/* =============================================
   SEARCH RESULTS PAGE
   ============================================= */

/* Hero */
.europa-search-hero {
  background-color: var(--europa-primary);
  text-align: center;
  padding: 24px 16px;
  margin: 0 -15px 24px;
}
.europa-search-hero__label {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  opacity: 0.85;
  margin-bottom: 4px;
}
.europa-search-hero__query {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 6px;
  text-transform: capitalize;
}
.europa-search-hero__count {
  display: block;
  color: #fff;
  font-size: 0.85rem;
  opacity: 0.7;
}

@media (min-width: 992px) {
  .europa-search-hero {
    padding: 32px 24px;
    margin: 0 -15px 32px;
  }
  .europa-search-hero__query {
    font-size: 1.8rem;
  }
}

/* Grid */
.europa-search-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
}

@media (min-width: 576px) {
  .europa-search-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (min-width: 992px) {
  .europa-search-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

/* Cards */
.europa-search-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.europa-search-card:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.europa-search-card__img {
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.europa-search-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.europa-search-card__info {
  padding: 10px 12px 14px;
}
.europa-search-card__name {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--europa-dark, #171219);
}
.europa-search-card__price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--europa-primary);
}

/* Fix: Centrar menú horizontal megamenu (front.css sobreescribe theme editor) */
.cbp-hrmenu.cbp-horizontal > ul > li {
  float: none;
}

/* Ocultar botón añadir al carrito en todo el sitio */
.product-add-to-cart,
.product-add-cart,
.input-group-add-cart,
[class*="add-to-cart-section"] {
  display: none !important;
}

