/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 .acf-box-widget {
  background: linear-gradient(145deg, #f9fbff, #eef2f7);
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.acf-box-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--theme-palette-color-1);
  padding-bottom: 4px;
}

.acf-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.acf-info-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 16px;
  color: #2b2b2b;
  border-bottom: 1px solid #e7ecf5;
}

.acf-info-list li:last-child {
  border-bottom: none;
}

.acf-info-list .label {
  font-weight: 500;
  color: var(--theme-palette-color-3);
}

.acf-info-list .value {
  font-weight: 600;
  color: var(--theme-palette-color-4);
}

.acf-downloads-box {
  margin-top: 35px;
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.acf-downloads-title {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
  color: var(--theme-palette-color-1);
}

.acf-downloads-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.acf-downloads-list li {
  margin-bottom: 12px;
  transition: transform 0.2s ease;
}

.acf-downloads-list li:hover {
  transform: translateX(6px);
}

.acf-downloads-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--theme-palette-color-3);
  font-weight: 500;
  transition: color 0.2s ease;
}

.acf-downloads-list a:hover {
  color: var(--theme-palette-color-2);
}

.pdf-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}

.pdf-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--theme-palette-color-1);
  flex-shrink: 0;
  transition: fill 0.2s ease;
}

.acf-downloads-list a:hover .pdf-icon svg {
  fill: var(--theme-palette-color-2);
}

.file-name {
  font-size: 15px;
}

#omie-loading-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.omie-loading-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: all;
}

.omie-loading-box {
  position: relative;
  background: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  z-index: 10000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  max-width: 90%;
}

/* Spinner básico */
.spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border: 4px solid #ccc;
  border-top-color: #0073aa;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.pointer:hover {
  cursor: pointer;
}

.single-product .product_title.entry-title:not(.custom_product_title) {
  display: none !important;
}

.mini-quote-dropdown {
	right: 1% !important;
  max-width: 500px;
  width: 500px;
}

.mini-quote-dropdown ul {
  max-width: 500px;
  width: 500px;
}

.stk-block-content {
  position: inherit;
}

.stk-242acad {
  padding-top: 75px !important;
}

.particles-js-canvas-el {
  position: absolute !important;
  z-index: 0 !important;
  top: 0;
  left: 0;
}

#particles-banner {
  position: relative;
}

.test-overflow {
  height: 1000px;
  overflow: visible;
  position: relative;
}

.parallax-collage-container {
  position: relative;
  width: 100%;
  min-height: 600px; /* O más si querés más espacio */
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.parallax-collage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3vw;
  max-width: 1000px;
  width: 90%;
}

.parallax-collage img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
  position: relative;
}

/* Específicos */
.parallax-laptop {
  z-index: 2;
  /* display: none; */
  bottom: 185vh;
  width: 100%;
}

/* .parallax-th104 {
  z-index: 3;
  width: 25%;
}

.parallax-trans {
  z-index: 3;
  width: 25%;
}

.parallax-th104 {
  position: absolute;
  top: 80%;
  left: 0%;
  z-index: 3;
  width: 250px;
}

.parallax-laptop {
  position: absolute;
  top: -20%;
  left: 27.5%;
  z-index: 2;
  width: 400px;
}

.parallax-trans {
  position: absolute;
  top: 70%;
  left: 80%;
  z-index: 3;
  width: 200px;
}

@media (max-width: 1366px) {
  .parallax-th104 {
    top: 75%;
    left: 10%;
    width: 200px;
  }

  .parallax-laptop {
    top: -20%;
    left: 27.5%;
    width: 350px;
  }

  .parallax-trans {
    top: 70%;
    left: 80%;
    width: 150px;
  }
}

@media (max-width: 999px) {
  .parallax-th104 {
    top: 75%;
    left: 20%;
    width: 150px;
  }

  .parallax-laptop {
    top: -30%;
    left: 27.5%;
    width: 300px;
  }

  .parallax-trans {
    top: 70%;
    left: 70%;
    width: 120px;
  }
} */

/* @media (width <= 689px) {
  .parallax-laptop {
    bottom: 200vh;
  }
} */

.jvectormap-tip {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

div.af_quote_fields textarea {
  height: 180px !important;
}