/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



body{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size:18px; 
	color:var(--e-global-color-text);
	padding: 0;
	margin: 0;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;      
}
.featbg{	
	background: url("https://joyeriacostarica.com/wp-content/uploads/bg_texs.avif");
}
p{
  text-align: justify;
}
.header_shop{
	border-bottom: solid 7px var(--e-global-color-accent);
}


.footer{
	border-top: solid 5px var(--e-global-color-accent);
}


.cintillo{
	font-size: 16px;
	color: #fff;
	padding: 7px 0;
	background: var(--e-global-color-11d04aa);
}
.nav_bgbg{
	background: rgba(0,0,0,0.1);
	backdrop-filter: saturate(180%) blur(10px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);	
}
.nav{
	z-index: 20;
}



.homegrid .jet-listing-grid__item{
	width: 300 !important;
	height:400px !important;
	overflow: hidden !important;
	display: block !important;
}
.homegrid .jet-listing-grid__item img{
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	object-position: center !important;
}




/* --- Navegación en Móvil (Distribución Flexible / Grid) --- */
.wc-user-nav{
	padding-right: 30px;
}
.wc-user-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;  
	flex-direction: column;   
	width: 100%;
}

.wc-user-nav li a {
    display: block;
    padding: 10px;
    text-align: left;
    color: var(--e-global-color-11d04aa);
    text-decoration: none;    
    font-size: 18px;
    font-weight: 500;    
    transition: var(--transition);
	border-bottom: solid 1px rgba(166,127,10,0.2);
}

/* Estados Hover y Activo */
.wc-user-nav li a:hover,
.wc-user-nav li.is-active a {    
    color: #402B12;
	background: rgba(166,127,10,0.1);
}








 /***************************/
/******* ELEMENTOR ESTADARIZADO Y CORREGIDO *********/

/* Small devices  */
@media only screen and (min-width: 300px) {	
	.container-boxed {
		width: 100%;
		padding: 0 15px;
		margin-right: auto;
		margin-left: auto;
		max-width: 92%; /* En móviles dejamos un margen pequeño a los lados */
	}
	.bg_bg{
		background: url("https://joyeriacostarica.com/wp-content/uploads/BG_bg.avif") #080C0A;		
	}
}
/* Tablet */
@media only screen and (min-width: 768px) {
	.container-boxed {
		width: 90%;
		padding: 0 15px;
		margin-right: auto;
		margin-left: auto;
		max-width: 90%; /* En móviles dejamos un margen pequeño a los lados */
	}
	.bg_bg{
		background: url("https://joyeriacostarica.com/wp-content/uploads/BG_bg.avif") #080C0A center;
		background-attachment: fixed;		
	}
}
/* Laptop */
@media only screen and (min-width: 1366px) {
	.container-boxed {
		width: 85%;
        max-width: 85%; /* Sube al 85% en portátiles */
		padding: 50px 0 !important;
    }
	.bg_bg{
		background: url("https://joyeriacostarica.com/wp-content/uploads/BG_bg.avif") #080C0A center;
		background-attachment: fixed;
		background-size: cover;		
	}
}
/* desktop */
@media only screen and (min-width: 1400px) {
	.container-boxed {
		width: 75%;
        max-width: 75%; /* Se planta en tu 75% ideal para el diseño "Boxed" */		
    }
}











/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--e-global-color-accent) #E5E5E5;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #E5E5E5;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-accent);
  border-radius: 20px;
  border: 3px solid #E5E5E5;
}