.elementor-469 .elementor-element.elementor-element-acd7ee4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:30px;--padding-left:80px;--padding-right:80px;}.elementor-469 .elementor-element.elementor-element-fbc36e6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-469 .elementor-element.elementor-element-9e3977d{--display:flex;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--border-radius:20px 20px 0px 0px;--padding-top:30px;--padding-bottom:60px;--padding-left:80px;--padding-right:80px;}.elementor-469 .elementor-element.elementor-element-9e3977d:not(.elementor-motion-effects-element-type-background), .elementor-469 .elementor-element.elementor-element-9e3977d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-469 .elementor-element.elementor-element-0bff78b{padding:0px 0px 0px 0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-469 .elementor-element.elementor-element-8d5f5c4{--grid-columns:5;}.elementor-469 .elementor-element.elementor-element-8d5f5c4 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-469 .elementor-element.elementor-element-8d5f5c4 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-469 .elementor-element.elementor-element-8d5f5c4 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-469 .elementor-element.elementor-element-8d5f5c4 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-469 .elementor-element.elementor-element-8d5f5c4 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}body.elementor-page-469:not(.elementor-motion-effects-element-type-background), body.elementor-page-469 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDF6F5;}@media(max-width:1024px){.elementor-widget-loop-grid .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-loop-grid .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-469 .elementor-element.elementor-element-8d5f5c4{--grid-columns:2;}}@media(max-width:767px){.elementor-469 .elementor-element.elementor-element-acd7ee4{--padding-top:100px;--padding-bottom:30px;--padding-left:024px;--padding-right:024px;}.elementor-469 .elementor-element.elementor-element-9e3977d{--padding-top:40px;--padding-bottom:60px;--padding-left:024px;--padding-right:024px;}.elementor-widget-loop-grid .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-loop-grid .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-469 .elementor-element.elementor-element-8d5f5c4{--grid-columns:2;}}/* Start custom CSS for shortcode, class: .elementor-element-0bff78b */.aleyn-subcat-pills {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #daedeb;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    max-width: 384px;
    box-sizing: border-box;
}

.aleyn-pill-btn {
    flex: 1 0 0;
    min-width: 0;
    padding: 10px 14px;
    border: none;
    background: transparent;
    border-radius: 100px;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #163e3f;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    transition: background .2s ease, color .2s ease;
}

.aleyn-pill-btn.active {
    background: linear-gradient(121.95deg, #163e3f 14.657%, #47a599 128.32%);
    color: #fff;
    border-radius: 8px;
}

.aleyn-subcat-circles {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    padding: 10px 0;
}

.aleyn-subcat-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    flex-shrink: 0;
}

.aleyn-subcat-circle-img {
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    background-color: #daedeb;
    background-size: cover;
    background-position: center;
    transition: box-shadow .2s ease;
}

.aleyn-subcat-circle.active .aleyn-subcat-circle-img {
    box-shadow: 0 0 0 3px #47a599;
}

.aleyn-subcat-circle-label {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #163e3f;
    text-align: center;
    margin: 0;
    width: 100px;
    max-width: 100px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 767px) {
    .aleyn-subcat-pills {
        max-width: 100%;
    }

    .aleyn-subcat-circle-img {
        width: 80px;
        height: 80px;
    }/* End custom CSS */
/* Start custom CSS *//* ============================================================
   CATÁLOGO (.aleyn-product-grid) — precio
   ============================================================ */
.aleyn-product-grid .price {
    font-size: 26px !important;
    line-height: 28px !important;
}

.aleyn-product-grid .price ins .woocommerce-Price-amount {
    font-size: 26px !important;
    line-height: 28px !important;
}

.aleyn-product-grid .price .woocommerce-Price-amount {
    font-size: 26px !important;
    line-height: 28px !important;
}

.aleyn-product-grid .price del {
    font-size: 20px !important;
    line-height: 22px !important;
    color: #89c5bd !important;
}

.aleyn-product-grid .price del .woocommerce-Price-amount {
    font-size: 20px !important;
    line-height: 22px !important;
    color: #89c5bd !important;
}

@media (max-width: 767px) {
    .aleyn-product-grid .price {
        font-size: 20px !important;
        line-height: 22px !important;
    }
    .aleyn-product-grid .price ins .woocommerce-Price-amount {
        font-size: 20px !important;
        line-height: 22px !important;
    }
    .aleyn-product-grid .price .woocommerce-Price-amount {
        font-size: 20px !important;
        line-height: 22px !important;
    }
    .aleyn-product-grid .price del {
        font-size: 16px !important;
        line-height: 18px !important;
    }
    .aleyn-product-grid .price del .woocommerce-Price-amount {
        font-size: 16px !important;
        line-height: 18px !important;
    }
}

.aleyn-product-grid .elementor-pagination,
.aleyn-product-grid .e-loop-pagination,
.aleyn-product-grid .aleyn-ajax-pagination {
    margin-top: 40px !important;
    text-align: center !important;
}/* End custom CSS */