<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}


:root {
    /*Noe*/
    --custom-color-claro: #F0EbE6; /*Color Sofi*/
    /*--custom-color-claro: #EBE0D1;*/
    --custom-color-medio: #CE6A3B;
    --custom-color-oscuro: #BB5614;
    --custom-texto-claro: #A67245;
    --custom-texto-oscuro: #925D31;
    /*Lifestyle*/
    /*
    --custom-color-claro: #E0D3C0;
    --custom-color-medio: #A67C56;
    --custom-color-oscuro: #926842;
    --custom-texto-claro: #FFFFFF;
    */
    /*Verde claro*/
    /*
    --custom-color-claro: #6FC9C7;
    --custom-color-medio: #47A19F;
    --custom-color-oscuro: #1F7F62;
    --custom-texto-claro: #FFFFFF;
    --custom-texto-oscuro: #1F7F62;
  */
}


.container {
    padding: 0px;
    max-width: 1366px;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--custom-color-claro);
}

::-webkit-scrollbar-thumb {
    background: var(--custom-color-claro);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--custom-color-medio);
}

.bg-shop-environment {
    background-color: var(--custom-color-claro);
}

.text-shop-environment-link {
    color: var(--custom-color-claro);
}

.text-shop-environment-link:hover {
    color: var(--custom-color-medio);
}

/*Mensajes*/
.message-box {
    position: fixed;
    top: 100px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    z-index: 1
}

a {
    color: var(--custom-color-medio);
}

a:hover {
    color: var(--custom-color-oscuro);
}

.card-header h1 {
    font-size: 24px;
}

.card-header h2 {
    font-size: 18px;
}

.card-body h2 {
    font-size: 18px;
}

.shop-logo {
    height: 25px;
    position: absolute;
    left: 60px;
    top: 10px;
}

.navbar-toggler {
    width: 30px;
    font-size: 12px;
    background-color: var(--custom-texto-claro);
}

.nav-icons {
    width: 100px;
    display: grid;
    grid-template-columns: 30px 30px 30px;
    grid-gap: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.nav-icon-content {
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    font-size: 20px;
}

.nav-icon {
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.link-icon:hover {
    cursor: pointer;
}

.nav-bag-qty {
    color: #fff;
    background-color: var(--custom-color-medio);
    border-radius: 50%;
    display: flex;
    width: 15px;
    height: 15px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    margin-left: 20px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
}

.search-bar {
    padding: 5px;
}

.social-bar {
    height: 60px;
    margin: 0px;
}

.social-bar-cell {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon-content {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Colores*/
.fa-gris-claro {
    color: #ddd;
}

.fa-gris {
    color: #b4b4b4;
}

.fa-gris-oscuro {
    color: #787878;
}

.fa-rosa {
    color: #FF75A9;
}

.fa-success {
    color: #28A745;
}

.fa-danger {
    color: #DC3545;
}

.fa-warning {
    color: #FFC107;
}

.fa-verde-amodil {
    color: var(--custom-color-claro);
}

.fa-shop-amodil {
    color: var(--custom-color-claro);
}
.fa-shop-amodil:hover {
    color: var(--custom-color-medio);
}

.bg-amodil-rosa {
    background-color: #FF75A9;
}
/*Carta de color*/
.carta-color {
    position: fixed;
    z-index: 5;
    /*top: 85%;*/
    bottom: 20px;
    right: -92px; /*oculto*/
    width: 160px;
    display: flex;
    background-color:#333;
    transition: left 0.3s ease;
    /*cursor: pointer;*/
    border-radius: 5px 0 0 5px;
}

.column {
    padding: 3px;
    color: white;
    margin-right: 10px;
}

.image-column-cc img {
    border-radius: 5px 0 0 5px;
    max-width: 60px;
}

.text-column-cc {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 0.9rem;
    opacity: 0;
    transition: opacity 1s ease;
    display: grid;
    align-items:center;
    text-align: center;
}

.carta-color:hover {
    right: 0;
}

.carta-color:hover .text-column-cc {
    opacity: 1;
}
/* --------------------------------------------------------------------------------------- */



/*Controles form*/
.form-control:focus {
    border-color: var(--custom-color-medio);
    box-shadow: 0 0 0 0.2rem var(--custom-color-claro);
}

/*Botón shop*/
.btn-shop {
    color: var(--custom-texto-claro);
    background-color: var(--custom-color-claro);
    border-color: var(--custom-color-claro);
}

.btn-shop:hover {
    color: #fff;
    background-color: var(--custom-color-medio);
    border-color: var(--custom-color-oscuro);
    box-shadow: 0 0 0 0.2rem var(--custom-color-claro);
}

.btn-shop:focus, .btn-shop.focus {
    color: #fff;
    background-color: var(--custom-color-medio);
    border-color: var(--custom-color-oscuro);
    box-shadow: 0 0 0 0.2rem var(--custom-color-claro);
}

.card-body hr {
    background-color: var(--custom-color-claro);
    height: 2px;
}

.shop-bag-bar {
    display: grid;
    grid-template-columns: auto auto;
}

.shop-bag-contenedor-resumen {
    background-color: #eee;
    border-bottom: 2px solid var(--custom-color-claro);
}

.shop-bag-contenedor-producto {
    border-bottom: 2px solid var(--custom-color-claro);
    margin-top: 5px;
}

.shop-bag-contenedor-producto-img {
    height: 100px;
}

.shop-bag-contenedor-producto-importe {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.shop-bag-resumen-importe {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.shop-bag-contenedor-producto-info {
    font-size: 12px;
    text-align: left;
}

.shop-bag-img-producto {
    height: 100%;
}

.shop-bag-bar {
    display: grid;
    grid-template-columns: auto auto;
}

.shop-card .card-body {
    background-color: #faf3f6;
}

.shop-card h6 {
    font-size: 12px;
    text-align: left;
}

.shop-img-full {
    width: 100%;
}

.shop-contenedor-categorias {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.shop-btn-categorias {
    width: 100%;
}

.shop-producto-info {
    margin: 5px;
    display: grid;
    grid-template-rows: 40px 120px;
}

.shop-producto-foto {
    width: 100%;
}

.shop-producto-imagen {
    margin-left: 10px;
    position: absolute;
    height: 170px;
    max-width: 400px;
}

.shop-producto-imagen-free {
    margin-left: 10px;
    width: 100%;
    max-width: 400px;
}

.shop-producto-imagen:hover, .shop-producto-imagen-v:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.shop-producto-nombre {
    overflow: hidden;
}

    .shop-producto-nombre p {
        font-size: 12px;
        font-weight: 900;
        color: #212529;
    }

.shop-producto-copy {
    overflow: auto;
    font-size: 12px;
    font-weight: 600;
    color: #212529;
}

.shop-producto-precio p {
    font-size: 20px;
    font-weight: 900;
    color: var(--custom-texto-claro);
}

/* ------------------------- */
/*   Contenedor de producto  */
.sh-contenedor-producto {
    height: 355px;
}

.sh-ficha-producto {
    height: 350px;
    margin-top: 10px;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 1px 1px #DDD;
}

.sh-producto-foto {
    width: 98%;
    margin-left: 1%;
    height: 170px;
    position: relative;
}

.sh-producto-imagen {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.sh-producto-info {
    margin: 5px;
    display: grid;
    grid-template-rows: 40px 40px 15px 30px 30px;
    /*grid-template-rows: 40px 80px 30px 50px;*/
    text-align: center;
}

.sh-producto-nombre {
    overflow: hidden;
}

.sh-producto-nombre p {
    font-size: 12px;
    font-weight: 900;
    color: #212529;
}

.sh-producto-copy {
    overflow: auto;
    font-size: 12px;
    font-weight: 600;
    color: #212529;
}

.sh-producto-precio p {
    font-size: 16px;
    font-weight: 500;
}

.sh-producto-precio-habitual p {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #555;
}


.sh-btn-comprar {
    height: 40px;
    width: 100%;
    border: solid 1px #212529;
    margin-top: 5px;
}
/*            Fin            */
/*   Contenedor de producto  */
/* ------------------------- */

/* -- Contenedor Producto Hasta 2024--*/
.shop-contenedor-producto {
    height: 230px;
}

.shop-ficha-producto {
    height: 220px;
    margin-top: 10px;
}

.shop-ficha-producto-body {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 2px 2px 5px #ddd;
    background-color: #fff;
    display: grid;
    grid-template-columns: auto 180px;
    overflow: hidden;
}

.shop-ficha-producto-footer {
    height: 40px;
    padding: 5px;
    background-color: var(--custom-color-claro);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 2px 2px 5px #ddd;
    display: grid;
    grid-template-columns: auto 120px;
}

.shop-texto {
    font-size: 16px;
    color: #212529;
}

.shop-texto-parrafo {
    font-size: 14px;
}

.shop-filtro-titulo{
    color: var(--custom-texto-claro);
}



.shop-barra-envio {
    padding: 10px;
    color: #fff;
    font-size: 18px;
}

.btn-comprar-sm {
    height: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
}

/*Efecto apertura/cierre en accordion*/
[data-toggle="collapse"] h5 .fa:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #787878;
    content: "\f077";
}

[data-toggle="collapse"].collapsed h5 .fa:before {
    content: "\f078";
}

.shop-categorias-parent {
    border-bottom: 2px solid var(--custom-color-claro);
}

.nav-link h5 {
    font-size: 16px;
    color: var(--custom-texto-oscuro);
}

.nav-link h6 {
    font-size: 14px;
    color: var(--custom-texto-oscuro);
}

.texto-navbar{
    color: var(--custom-texto-claro);
    font-size: 16px;
}

.texto-navbar:hover {
    color: var(--custom-texto-oscuro);
    text-decoration: underline;
}

.grilla-fila-titulo {
    height: 50px;
    padding-top: 10px;
    background-color: var(--custom-color-claro);
    color: var(--custom-texto-oscuro);
}

.grilla-fila-item {
    height: 60px;
    padding-top: 10px;
    border-bottom: solid 2px var(--custom-color-claro);
    color: var(--custom-texto-oscuro);
}

/*Footer*/
.footer {
    background: #2f3640;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}

.footer h3 {
    font-size: 14px;
}


.footer-body {
    padding: 15px;
}

.footer-body h2 {
    font-size: 16px;
    margin-top: 20px;
}

.footer-body hr {
    background-color: var(--custom-color-claro);
    width: 80px;
    height: 2px;
}

.footer-copyright {
    padding: 10px;
    text-align: center;
    color: #c0c0c0;
    background-color: #000;
}


/* Efecto para imágenes*/
/* Flashing */
.hoverflash figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}


@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }

    .navbar-toggler {
        width: 60px;
        font-size: 24px;
    }

    .shop-logo {
        height: 45px;
        position: relative;
        top: 0;
        left: 0;
    }

    .nav-icons {
        width: 160px;
        display: grid;
        grid-template-columns: 50px 50px 50px;
        grid-gap: 5px;

    }

    .nav-icon-content {
        height: 50px;
        font-size: 24px;
    }

    .nav-icon {
        width: 50px;
        height: 50px;
    }

    .nav-bag-qty {
        width: 20px;
        height: 20px;
        font-size: 12px;
        margin-left: 32px;
    }
}</pre></body></html>