/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

html, body { overflow-x: hidden; }


/* HOMEPAGE -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* === Hero Slider === */

#hero-sync { overflow: hidden; }
#hero-sync .bg-layer { opacity: 0; transition: opacity .6s ease; will-change: opacity; pointer-events:none; }
#hero-sync .bg-layer:first-of-type { opacity: 1; }
#hero-sync .bg-layer.is-active { opacity: 1; }




/* FICHA DE PRODUCTO -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ohio-gallery-opened-sc .icon-button .icon{color:black;}


.qrs-specs-wrap { margin-top: 1em; }
.qrs-specs-title { margin: 0 0 1em; font-size: 1.5rem; font-weight: 700; }
.qrs-specs-table { width:80%; border-collapse: collapse; }
.qrs-specs-table th, .qrs-specs-table td { padding: 10px 12px; border-top: 1px solid rgba(0,0,0,.06); vertical-align: top; font-size: .9rem;}
.qrs-specs-table tr:first-child th, .qrs-specs-table tr:first-child td { border-top: 0; }
.qrs-specs-table th { width: 42%; font-weight: 600; padding:0.7rem 1.5rem 0.7rem 1em !important; }
.qrs-specs-table .qrs-specs-section td { padding: 16px 0 8px; border-top: 0; font-size: .9rem !important; }
.qrs-specs-table .qrs-specs-section span { display:inline-block;  font-size: 1.1rem; font-weight: 700; padding:1em 0 .5em 0; }


/* Dispositivos móviles (celulares) */
@media (max-width: 767px) {
	.qrs-specs-table { width:100%;}
}

/* Dispositivos muy pequeños (ej. iPhone SE) */
@media (max-width: 480px) {
	.qrs-specs-table { width:100%;}
}


/* === Estilos acordeón FAQs === */
.qrs-acc { 
  display: grid; 
  gap: 0; 
}

.qrs-acc-item { 
  border-bottom: 1px solid rgba(0,0,0,.12); 
  padding: 14px 0; 
}

.qrs-acc-item:first-child { 
  border-top: 1px solid rgba(0,0,0,.12); 
}

.qrs-acc-summary {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 6px 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.qrs-acc-icon { 
  width: 18px; 
  height: 18px; 
  margin-left: 12px; 
  position: relative; 
  flex: 0 0 18px; 
}

.qrs-acc-icon::before, 
.qrs-acc-icon::after {
  content: ""; 
  position: absolute; 
  left: 0; 
  top: 50%;
  width: 100%; 
  height: 2px; 
  background: #17c964; 
  transform: translateY(-50%);
  transition: transform .15s ease;
}

.qrs-acc-icon::after { 
  transform: translateY(-50%) rotate(90deg); /* crea el + */ 
}

.qrs-acc-item.is-open .qrs-acc-icon::after { 
  transform: translateY(-50%) rotate(0deg); /* cambia a – */ 
}

.qrs-acc-panel { 
  overflow: hidden; 
  max-height: 0; 
  transition: max-height .28s ease, opacity .18s ease; 
  opacity: 0; 
}

.qrs-acc-item.is-open .qrs-acc-panel { 
  opacity: 1; 
}

.qrs-acc-panel p { 
  margin: 10px 0 0; 
}

.qrs-acc-panel p:first-child { 
  margin-top: 12px; 
}

@media (prefers-reduced-motion: reduce) {
  .qrs-acc-panel, 
  .qrs-acc-icon::before, 
  .qrs-acc-icon::after { 
    transition: none !important; 
  }
}
