
/* ==========================================================================
   hide quote
   ========================================================================== */


button.submit-quote-product {
    margin-top: 4px;
}


/* ==========================================================================
   UTILIDADES GENERALES
   ========================================================================== */


.scrollbar-hide {
  scrollbar-width: none;     /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;             /* Chrome, Safari and Opera */
}

select#sort-select {
  padding-left: 35px !important;
}

.bootic-modal {
    z-index: 100000000!important;
}

.bg-blur {
    background-color: #eeeeee75;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px); /* Necesario para Safari */
}

.max-w-screen-xl {
    max-width: 1400px!important;
}
 /* galerías con siema */


/* ==========================================================================
   MENÚ PRINCIPAL Y NAVEGACIÓN
   ========================================================================== */

#main-menu a {
  font-size: 13px;
}

swiper-slide {
    justify-content: center!important;
}

/* ==========================================================================
   PAGINACIÓN
   ========================================================================== */

.pagination .current,
.pagination .next_page:last-of-type {
  color: var(--header-bg-color, #111);
  background: var(--header-link-color, #71717a);
  border: none;
}

.pagination .previous_page:first-of-type {
  background: var(--header-bg-color, #111);
  color: var(--header-link-color, #71717a);
}

.controls button,
.delivery-setup-modal .form-controls button,
.bootic_button,
.more-results,
.pagination .previous_page,
.pagination .next_page {
  background: #c2c2c2;
  border-color: #c2c2c2;
}

form.bootic-subscribe-form.bootic-form button {
    color: white;
}

/* ==========================================================================
   CARRITO
   ========================================================================== */

span#cart-amount {
  background: #1e4ed8;
}


/* ==========================================================================
   MEDIA QUERIES: RESPONSIVE
   ========================================================================== */

@media screen and (max-width: 640px) {
  .holder-img {
    padding: 30px;
  }

  span.holder-text {
    font-size: 9px;
  }

  .entry-question {
    font-size: 16px;
  }

  .entry {
    font-size: 14px !important;
    line-height: inherit !important;
  }

  .page-preguntas-frecuentes .question-and-answers-section,
  .content {
    padding-top: 25px;
  }

  .product-attributes-content tr {
    display: flex;
    flex-direction: column;
  }

  td.field-name {
    border: none;
    width: 100%;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 640px) {
  .holder-img {
    padding: 50px;
  }
}


/* ==========================================================================
   LOADER / SPINNER
   ========================================================================== */

.with-loader-container {
  position: relative;
}

.loader {
  width: 1rem;
  height: 1rem;
  border: 2px solid #e5e7eb;
  border-top: 2px solid var(--button-bg, #333);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.loader-overlay.hidden {
  display: none;
}


/* ==========================================================================
   PRODUCTOS
   ========================================================================== */


@media screen and (max-width: 640px) {
.add-to-cart-component {
    position: fixed;
    bottom: 0;
    z-index: 19;
    background: white;
    left: 0;
    padding: 1rem;
    box-shadow: 0px -4px 10px rgb(0 0 0 / 10%);
    margin: 0;
}
#product footer {
    padding-bottom: 65px;
}
}

.product-info-content iframe {
  width: 100%;
  padding: 1rem;
}

td.field-name {
  white-space: normal;
  width: auto;
  max-width: 300px;
}

#product-main strike.bootic-price-comparison {
  font-size: 77%;
  opacity: 0.5;
}

/* Swiper en producto individual */
.swiper-single-product swiper-slide img {
  object-fit: contain;
}

/* Navegación interna en producto individual */
span.bootic_nav {
  display: inline-flex;
  align-items: center;
}

#product span.nav-separator.depth-2,
.product-nav-span {
  display: none;
}

a.product-type-nav-link {
  font-weight: 600;
}

.product-info-content ol {
  list-style: auto;
  margin-left: 2rem;
}

#product-stock-by-branch,
.product-stock-stock-sku-wrapper {
  margin-top: 1.25rem;
  justify-items: center;
}


/* ==========================================================================
   AJUSTES EN PÁGINAS DE CONTENIDO
   ========================================================================== */

.entry img {
  max-width: 700px;
  margin: 2rem auto;
}


/* ==========================================================================
   ELEMENTOS EXTERNOS OCULTOS
   ========================================================================== */

/* Oculta badge de Google Review */
div#___ratingbadge_0 {
  display: none !important;
}

/* Oculta widget de GetResponse (WhatsApp) */
.dkuywW {
  display: none !important;
}
@media screen and (max-width: 640px) {
#product [id*="gb-widget-"] {
    bottom: 65px !important;
}}
