.elementor-1952 .elementor-element.elementor-element-da6ea60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-1952 .elementor-element.elementor-element-59ed4cd .woocommerce-breadcrumb{color:var( --e-global-color-astglobalcolor0 );}.elementor-1952 .elementor-element.elementor-element-59ed4cd .woocommerce-breadcrumb > a{color:var( --e-global-color-astglobalcolor1 );}.elementor-1952 .elementor-element.elementor-element-4453786 .elementor-heading-title{font-family:"Raleway", Sans-serif;font-weight:700;letter-spacing:-2px;color:var( --e-global-color-astglobalcolor0 );}.elementor-1952 .elementor-element.elementor-element-ff9345d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1952 .elementor-element.elementor-element-ff9345d.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-astglobalcolor1 );}.elementor-1952 .elementor-element.elementor-element-ff9345d.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-astglobalcolor1 );}.elementor-1952 .elementor-element.elementor-element-ff9345d.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-astglobalcolor1 );}.elementor-1952 .elementor-element.elementor-element-ff9345d.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-astglobalcolor1 );}.elementor-1952 .elementor-element.elementor-element-ff9345d.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-astglobalcolor1 );}.elementor-1952 .elementor-element.elementor-element-ff9345d nav.woocommerce-pagination ul li a:hover{color:var( --e-global-color-astglobalcolor4 );}.elementor-1952 .elementor-element.elementor-element-ff9345d nav.woocommerce-pagination ul li span.current{color:var( --e-global-color-astglobalcolor4 );}.elementor-1952 .elementor-element.elementor-element-ff9345d.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-1952 .elementor-element.elementor-element-ff9345d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1952 .elementor-element.elementor-element-ff9345d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for shortcode, class: .elementor-element-c6e3b62 *//* Contenedor principal para que fluyan en fila */
.lauren-flex-container {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 20px 40px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
    padding: 15px 0 !important;
}

/* Cada botón (Enlace) */
.lauren-item-ciclo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 15px !important; 
    text-decoration: none !important;
    width: auto !important;
}

/* LA IMAGEN: Estilo con borde específico y tamaño 85px */
.lauren-circulo-img {
    width: 85px !important;
    height: 85px !important;
    max-width: 85px !important;
    border: 2px #a86e3b solid !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px;
}

.lauren-circulo-img img {
    width: 90% !important; /* Un poco de margen interno para que no toque el borde */
    height: 90% !important;
    object-fit: contain !important; /* IMAGEN ENTERA SIN CORTES */
    display: block !important;
}

/* El texto al lado */
.lauren-texto-label {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* Ajuste para móviles */
@media (max-width: 600px) {
    .lauren-circulo-img {
        width: 65px !important;
        height: 65px !important;
        max-width: 65px !important;
    }
    .lauren-texto-label {
        font-size: 14px !important;
    }
}/* End custom CSS */