/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/


.copyright{
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-info{
    display: none;
} 

div.nsl-container[data-align="left"] {
    display: flex;
    justify-content: center;
}


body{

	font-family: inherit;

}
.hestia-title{
	color: #FFF!important;
    font-size: 3em!important;
    margin: 0!important;
    line-height: 1.2em!important;
    font-weight: 700!important;
}

.navbar{
	background-color: #000;
}

.navbar-nav>li>a{
	color:#FFF!important;
}

.btn-round{
	border-radius: 0px!important;
}


/*estilos-movil*/
@media (max-width: 768px){

	.header-filter-slider {
  background-image: url(https://microhair.cl/wp-content/uploads/2021/12/cabecera-movil-2.jpg)!important;
}

    
    .caret{
        background-color: #9a8c6a;
    }
    
    .dropdown-toggle{
        color:#FFF!important;
    }
    
    .hestia-title{
	color: #FFF!important;
    font-size: 2em!important;
    
    }

	.navbar{
	background-color: #000!important;
	}

	#menu-menu-principal{
		background-color: black;
	}

	.oculta-segundos{
		font-size:12px!important;
		width: 100%!important;	
	}

	.gar-txt{
		font-size: 33px!important;
	}

	.subt-desc{

		width:100%!important;
		text-align: left;
		display: none;

	}

	.movil-left{
		text-align: left!important;
	}

	.img-polvo{
		display:none;
	}

}

/*fin stilos movil */

/*oculto desktop*/

@media (min-width: 980px){
	.mi-cuenta-movil{
		display: none!important;
	}
}

/*fin oculto desktop*/




.oculta-segundos{
	font-size: 24px;
    background: #00000094;
    font-weight: 400;
    border: 1px solid white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.gar-txt{
	font-size: 3.5em;
}

.subt-desc{
	font-size: 2em!important;
	width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-family: open sans!important;
}

.fa-check{
	color:#9a8c6a;
}

.footer-black{
	background: #000000!important;
}

.btn-comprar{
	background-color: #9A8C6A;
}

.hestia-top-bar{
	background-color: #9a8c6a!important;
}
.woocommerce-Price-amount{
	font-weight: 600;
  color: #9a8c6a;
}

.content  .category{
	display:none;
}

.card-title{
	font-size:14px;
}

.title-in-content{
    color:#323232!important;
    margin: 30px!important;
    margin-left: 0px!important;
    font-size: 20px!important;
}

.navbar-toggle{
    color:#FFF!important;
}


.como-funciona{
	align-items: center;
}

/*btn-suscribete*/

.btn-mktng{
	padding-top:9px!important;
	padding-bottom: 9px!important;
	padding-left: 30px!important;
	padding-right: 30px!important;
	background-color:#e91e63!important;
	color:#FFF!important;
	border:none!important;
}

.alert-success{
	background-color: #FFF!important;
	border: none!important;
	color: #e91e63!important ;
}

/*fin*/

/*.woocommerce span.onsale, .woocommerce ul.products li.product .onsale{
	font-weight: 600;
    border-radius: 100px!important;
    font-size: 1em;
    padding: 10px;
}*/

.onsale{
	display: none;
}

.caldera-grid, .form-group{
	margin: 0!important;
}

/* css ruleta */
canvas {
  /*position: absolute;*/
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.container-ruleta {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* fin css */

 .header-filter-slider {
  background-image: url(https://microhair.cl/wp-content/uploads/2021/12/bg-cabecera-antes-despues.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: center center;
  background-size: cover;
}

.card-product .footer .stats a.button.btn-default{
    background: #e91e63;
    padding: 10px;
    color: #fff!important;
    font-size:inherit;
}

.posted_in{
	display: none!important;
}

/*comentarios*/
.com-container {
    align-items: center;
    display: table;
    width: 100%;
}

.com-container p{
	margin-bottom: 10px;
}

.com-det {
    margin-top: 20px;
}

.com-cont-child {
    border: 1px solid #dfdfdf;
    background-color: #f1f1f1;
    padding: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.com-cont-child p{
	margin-bottom: 10px!important;
}

.user-name{
	color: #a7a7a7;
	font-weight: 700;
}

.com-title{
	font-size: 20px;
}

#sticky-comprar{
    z-index: 9;
    position: fixed;
    left: 0px;
    /*box-sizing: border-box;*/
    width: 100%;
    /* max-width: 100%; */
    bottom: 0;
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: center;
    opacity:0;
    transition: opacity 1s;
    height: 40px;
    background:#000000e6;
    padding-top: 10px;

}

.entra{
    opacity:100!important;
    transition: opacity 1s;
    
}

.sticky-comp-btn{
    margin-top:-25px;
    font-weight: 700!important;
}

/*fin comentarios*/

/*-------------------POPUP---------------------*/
#uv-popup-overlay{
        position:fixed;
        inset:0;
        background:rgba(15,23,42,.55);
        backdrop-filter:blur(8px);
        -webkit-backdrop-filter:blur(8px);
        display:flex;
        justify-content:center;
        align-items:center;
        padding:20px;
        z-index:999999;
        opacity:0;
        visibility:hidden;
        transition:.35s ease;
    }

    #uv-popup-overlay.active{
        opacity:1;
        visibility:visible;
    }

    .uv-popup{

        width:100%;
        max-width:520px;
        background:#fff;
        border-radius:18px;
        overflow:hidden;
        box-shadow:
            0 25px 70px rgba(0,0,0,.20);
        transform:translateY(20px) scale(.96);
        transition:.35s ease;
        font-family:inherit;
    }

    #uv-popup-overlay.active .uv-popup{
        transform:none;
    }

    .uv-popup-header{

        background:linear-gradient(135deg,#0f172a,#1e3a8a);
        color:#fff;
        padding:28px;
        text-align:center;
        position:relative;
    }

    .uv-popup-icon{

        width:64px;
        height:64px;
        margin:0 auto 16px;
        border-radius:50%;
        background:rgba(255,255,255,.15);
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:32px;
    }

    .uv-popup-header h2{
        margin:0;
        color:#fff;
        font-size:28px;
        font-weight:700;
    }

    .uv-popup-content{

        padding:32px;
        color:#4b5563;
        font-size:17px;
        line-height:1.7;
        text-align:center;
    }

    .uv-popup-content strong{
        color:#111827;
    }

    .uv-popup-footer{
        padding:0 32px 30px;
    }

    .uv-popup-btn{

        width:100%;
        background:#2563eb;
        color:#fff;
        border:none;
        padding:15px;
        border-radius:10px;
        font-size:16px;
        font-weight:600;
        cursor:pointer;
        transition:.25s;
    }

    .uv-popup-btn:hover{
        background:#1d4ed8;
    }

    .uv-popup-close{
    position:absolute;
    top:14px;
    right:14px;

    width:38px;
    height:38px;

    padding:0;
    margin:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border:none;
    border-radius:50%;

    background:rgba(255,255,255,.18);
    color:#fff;

    font-size:22px;
    font-weight:300;
    line-height:1;

    cursor:pointer;
    transition:.25s;

    appearance:none;
    -webkit-appearance:none;
    box-sizing:border-box;

    min-width:38px;
    min-height:38px;
}

.uv-popup-close:hover{
    background:rgba(255,255,255,.30);
}

.uv-popup-close:focus{
    outline:none;
}

    @media(max-width:600px){

        .uv-popup-header{
            padding:24px 18px;
        }

        .uv-popup-header h2{
            font-size:24px;
        }

        .uv-popup-content{
            padding:24px;
            font-size:16px;
        }

    }

/*------------------FIN POPUP-------------------*/

/* =========================================================
   MICRO HAIR HOME
   ========================================================= */

.microhair-home {
	--mh-text: #222;
	--mh-muted: #666;
	--mh-border: #e8e8e8;
	--mh-light: #f7f7f7;
	--mh-dark: #202020;
	--mh-accent: #3c4858;
	--mh-radius: 8px;

	color: var(--mh-text);
}


/* =========================================================
   CONTAINER
   ========================================================= */

.microhair-home .mh-container {
	width: min(1180px, calc(100% - 40px));
	margin-left: auto;
	margin-right: auto;
}


/* =========================================================
   GENERAL
   ========================================================= */

.microhair-home .mh-section {
	padding: 90px 0;
}

.microhair-home .mh-section-heading {
	max-width: 780px;
	margin: 0 auto 55px;
	text-align: center;
}

.microhair-home .mh-section-heading h2 {
	margin: 0 0 20px;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.15;
	font-weight: 600;
}

.microhair-home .mh-section-heading p {
	color: var(--mh-muted);
	font-size: 18px;
	line-height: 1.7;
}

.microhair-home .mh-eyebrow {
	margin-bottom: 15px;
	color: var(--mh-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/* =========================================================
   HERO
   ========================================================= */

.microhair-home .mh-hero {
	padding: 80px 0 90px;
	background: #fafafa;
}

.microhair-home .mh-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 70px;
}

.microhair-home .mh-hero h1 {
	margin: 0 0 25px;
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1.05;
	font-weight: 600;
	letter-spacing: -1.5px;
}

.microhair-home .mh-hero-description {
	max-width: 650px;
	margin-bottom: 30px;
	color: var(--mh-muted);
	font-size: 19px;
	line-height: 1.7;
}

.microhair-home .mh-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.microhair-home .mh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 28px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s ease;
}

.microhair-home .mh-button-primary {
	background: var(--mh-dark);
	color: #fff;
}

.microhair-home .mh-button-primary:hover {
	background: #000;
	color: #fff;
	transform: translateY(-2px);
}

.microhair-home .mh-button-secondary {
	border: 1px solid #ccc;
	background: #fff;
	color: var(--mh-text);
}

.microhair-home .mh-button-secondary:hover {
	border-color: var(--mh-dark);
	color: var(--mh-dark);
}

.microhair-home .mh-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.microhair-home .mh-hero-points li::before {
	content: "✓";
	margin-right: 7px;
	font-weight: 700;
}

.microhair-home .mh-hero-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}


/* =========================================================
   CARDS
   ========================================================= */

.microhair-home .mh-three-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.microhair-home .mh-card {
	padding: 35px;
	border: 1px solid var(--mh-border);
	border-radius: var(--mh-radius);
	background: #fff;
}

.microhair-home .mh-card-number {
	display: block;
	margin-bottom: 25px;
	color: #aaa;
	font-size: 14px;
	font-weight: 700;
}

.microhair-home .mh-card h3 {
	margin-bottom: 15px;
	font-size: 23px;
}

.microhair-home .mh-card p {
	margin: 0;
	color: var(--mh-muted);
	line-height: 1.7;
}


/* =========================================================
   BENEFICIOS
   ========================================================= */

.microhair-home .mh-benefits {
	background: var(--mh-light);
}

.microhair-home .mh-benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px 35px;
}

.microhair-home .mh-benefit-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: var(--mh-dark);
	color: #fff;
	font-weight: 700;
}

.microhair-home .mh-benefit h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.microhair-home .mh-benefit p {
	margin: 0;
	color: var(--mh-muted);
	line-height: 1.65;
}

.microhair-home .mh-note {
	margin-top: 45px;
	text-align: center;
	color: #999;
	font-size: 13px;
	font-style: italic;
}


/* =========================================================
   COMO FUNCIONA
   ========================================================= */

.microhair-home .mh-how-grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: center;
	gap: 80px;
}

.microhair-home .mh-how-image {
	text-align: center;
}

.microhair-home .mh-how-image img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

.microhair-home .mh-steps {
	display: grid;
	gap: 30px;
}

.microhair-home .mh-step {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 20px;
	align-items: start;
}

.microhair-home .mh-step > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #ccc;
	border-radius: 50%;
	font-weight: 700;
}

.microhair-home .mh-step h3 {
	margin: 0 0 7px;
	font-size: 20px;
}

.microhair-home .mh-step p {
	margin: 0;
	color: var(--mh-muted);
	line-height: 1.6;
}

.microhair-home .mh-how-note {
	margin-top: 60px;
	padding: 20px 25px;
	border-left: 3px solid var(--mh-dark);
	background: var(--mh-light);
	color: var(--mh-muted);
}


/* =========================================================
   COLORES
   ========================================================= */

.microhair-home .mh-colors {
	background: #fafafa;
}

.microhair-home .mh-color-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 850px;
	margin: auto;
}

.microhair-home .mh-color-grid figure {
	margin: 0;
	text-align: center;
}

.microhair-home .mh-color-grid img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 18px;
	border-radius: 6px;
}

.microhair-home .mh-color-grid figcaption {
	font-size: 17px;
	font-weight: 600;
}


/* =========================================================
   RESULTADOS
   ========================================================= */

.microhair-home .mh-results {
	background: #fff;
}

.microhair-home .mh-video {
	max-width: 850px;
	margin: 0 auto 45px;
}

.microhair-home .mh-video-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	border-radius: 8px;
	background: #000;
}

.microhair-home .mh-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.microhair-home .mh-before-after {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-bottom: 70px;
}

.microhair-home .mh-before-after img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 5px;
}

.microhair-home .mh-video-second {
	margin-bottom: 45px;
}


/* =========================================================
   FAQ
   ========================================================= */

.microhair-home .mh-faq {
	background: var(--mh-light);
}

.microhair-home .mh-faq-container {
	max-width: 900px;
}

.microhair-home .mh-faq-list details {
	margin-bottom: 12px;
	border: 1px solid var(--mh-border);
	background: #fff;
}

.microhair-home .mh-faq-list summary {
	position: relative;
	padding: 22px 55px 22px 25px;
	cursor: pointer;
	list-style: none;
	font-size: 17px;
	font-weight: 600;
}

.microhair-home .mh-faq-list summary::-webkit-details-marker {
	display: none;
}

.microhair-home .mh-faq-list summary::after {
	content: "+";
	position: absolute;
	right: 25px;
	font-size: 22px;
	font-weight: 400;
}

.microhair-home .mh-faq-list details[open] summary::after {
	content: "−";
}

.microhair-home .mh-faq-list details p {
	margin: 0;
	padding: 0 25px 25px;
	color: var(--mh-muted);
	line-height: 1.7;
}


/* =========================================================
   CTA FINAL
   ========================================================= */

.microhair-home .mh-final-cta {
	padding: 90px 0;
	background: var(--mh-dark);
	color: #fff;
	text-align: center;
}

.microhair-home .mh-final-cta .mh-eyebrow {
	color: #aaa;
}

.microhair-home .mh-final-cta h2 {
	max-width: 800px;
	margin: 0 auto 20px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.15;
}

.microhair-home .mh-final-cta p:not(.mh-eyebrow) {
	max-width: 650px;
	margin: 0 auto 30px;
	color: #ccc;
	line-height: 1.7;
}

.microhair-home .mh-final-cta .mh-button {
	background: #fff;
	color: #111;
}


/* =========================================================
   PRODUCTOS
   ========================================================= */

.microhair-home .mh-products {
	padding: 80px 0 120px;
}

.microhair-home .mh-products-title {
	margin-bottom: 45px;
	text-align: center;
	font-size: 36px;
}


/* =========================================================
   STICKY COMPRAR
   ========================================================= */

.mh-sticky-buy {
	position: fixed;
	z-index: 99999;
	right: 25px;
	bottom: 25px;
}

.mh-sticky-buy-button {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 25px;
	border-radius: 30px;
	background: #111;
	color: #fff;
	box-shadow: 0 8px 25px rgba(0,0,0,.22);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s ease;
}

.mh-sticky-buy-button:hover {
	background: #000;
	color: #fff;
	transform: translateY(-2px);
}

.mh-sticky-icon {
	font-size: 18px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

	.microhair-home .mh-hero-grid,
	.microhair-home .mh-how-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.microhair-home .mh-three-columns,
	.microhair-home .mh-benefits-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.microhair-home .mh-hero-content {
		text-align: center;
	}

	.microhair-home .mh-hero-description {
		margin-left: auto;
		margin-right: auto;
	}

	.microhair-home .mh-hero-actions {
		justify-content: center;
	}

	.microhair-home .mh-hero-points {
		justify-content: center;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

	.microhair-home .mh-container {
		width: min(100% - 30px, 1180px);
	}

	.microhair-home .mh-section {
		padding: 65px 0;
	}

	.microhair-home .mh-hero {
		padding: 55px 0 65px;
	}

	.microhair-home .mh-hero h1 {
		font-size: 38px;
	}

	.microhair-home .mh-hero-description {
		font-size: 17px;
	}

	.microhair-home .mh-three-columns,
	.microhair-home .mh-benefits-grid,
	.microhair-home .mh-color-grid {
		grid-template-columns: 1fr;
	}

	.microhair-home .mh-before-after {
		grid-template-columns: repeat(2, 1fr);
	}

	.microhair-home .mh-before-after img {
		height: 140px;
	}

	.microhair-home .mh-button {
		width: 100%;
	}

	.mh-sticky-buy {
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	.mh-sticky-buy-button {
		justify-content: center;
		width: 100%;
		border-radius: 6px;
	}

}