/*!
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/
*/
.gtranslate_wrapper{ margin-right: 15px; }
.gtranslate_wrapper a { color: #F49461; margin-right: 10px;}
.yellow-card{
  /* === paleta y geometría === */
  --bg-1:#E6B457;      /* arriba (más claro)  */
  --bg-2:#E6B756;         /* abajo (más oscuro)  */
  --stroke:rgba(0,0,0,.14);
  --stroke-hi:rgba(255,255,255,.20);
  --radius:18px;
  position:relative;
  border-radius:var(--radius)!important;
    
  /* Fondo con ligera gradiente para “volumen” */
  background:linear-gradient(180deg,var(--bg-1),var(--bg-2));

  /* Borde “plástico”: 1px oscuro + 1px claro interior */
  box-shadow:
    /* sombra de la tarjeta (suavísima + larga) */
    0 1px 8px rgba(0,0,0,.28),
    0 2px 6px rgba(0,0,0,.18),
    /* bisel interior (sombra arriba/izq muy leve) */
    inset 0 1px 0 var(--stroke-hi),
    inset 0 -1px 2px rgba(0,0,0,.20);
  outline:1px solid var(--stroke);
  outline-offset:-1px; /* borde pegadito al borde redondeado */
}

/* Reflejo/gloss superior */
.yellow-card::before{
  content:"";
  position:absolute;
  inset:2px;                 /* deja 2px para que no “sangre” al borde */
  border-radius:calc(var(--radius) - 2px);
  pointer-events:none;
  /* banda de luz que se desvanece al 35% de alto */
  background:linear-gradient(180deg,
              rgba(255,255,255,.35) 0%,
              rgba(255,255,255,.12) 12%,
              rgba(255,255,255,0) 35%);
  /* opcional, acentúa el brillo sin quemar colores */
  mix-blend-mode:soft-light;
}

/* Sombra dura muy sutil en el perímetro para marcar la arista */
.yellow-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),
             inset 0 0 0 2px rgba(0,0,0,.06);
  pointer-events:none;
}

/* Ejemplo de iconos internos (colócalos como prefieras) */
.yellow-card .icon{
  font-size:88px;width:88px; height:88px;
  display:block;
  color:#493D34;  
  filter:drop-shadow(0 1px 0 rgba(0,0,0,.25)); /* ligera profundidad */
}

.add_overlay .overlay-details{
	background: linear-gradient(286deg, rgba(160, 163, 152, 0.44), rgba(50, 55, 41, 0.88)) !important; 
}
.add_overlay .overlay-details .heading{
	overflow: hidden!important;
	white-space: nowrap!important;
	text-overflow: ellipsis!important;
}
.to-greyscale img{ filter: grayscale(1);  }
/* Modo oscuro opcional */
@media (prefers-color-scheme: dark){
  .yellow-card{
    --bg-1:#9F4C25; --bg-2:#7F3C1D;
    --stroke:rgba(255,255,255,.10);
    --stroke-hi:rgba(255,255,255,.18);
  }
}

#originals-box .overlay-details.-top,
#originals-box .overlay-details.-top button{width: 100%;height: 100%;border-radius: 0;}
#originals-box .overlay-details button{}

#originals-box .overlay-details + .overlay-details{ display:none!important;}
