.elementor-79865 .elementor-element.elementor-element-d1c7e14{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-79865 .elementor-element.elementor-element-5e43e1e{--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;}.elementor-79865 .elementor-element.elementor-element-9096523{--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;}.elementor-79865 .elementor-element.elementor-element-e7986c6 .cart button, .elementor-79865 .elementor-element.elementor-element-e7986c6 .cart .button{transition:all 0.2s;}.elementor-79865 .elementor-element.elementor-element-e7986c6 .quantity .qty{transition:all 0.2s;}.elementor-79865 .elementor-element.elementor-element-cd6a9b4{--display:flex;}.elementor-79865 .elementor-element.elementor-element-00edea7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-79865 .elementor-element.elementor-element-00edea7.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-79865 .elementor-element.elementor-element-5e43e1e{--width:60%;}.elementor-79865 .elementor-element.elementor-element-9096523{--width:40%;}}@media(max-width:1024px){.elementor-79865 .elementor-element.elementor-element-00edea7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-79865 .elementor-element.elementor-element-00edea7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-product-images, class: .elementor-element-b887f41 */.elementor-79865 .elementor-element.elementor-element-b887f41 .woocommerce-product-gallery__image {
    aspect-ratio: 1 / 1; /* Forzar proporción cuadrada */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.elementor-79865 .elementor-element.elementor-element-b887f41 .flex-control-nav.flex-control-thumbs {
    margin-top: 15px; /* Espacio entre imagen grande y miniaturas */
    gap: 10px; /* Espacio entre miniaturas */
}
@media (max-width: 767px) {
    .elementor-79865 .elementor-element.elementor-element-b887f41 .woocommerce-product-gallery__image {
        aspect-ratio: 4 / 3; /* Más panorámico para móvil */
        border-radius: 0; /* Sin bordes para un look full-width */
        box-shadow: none;
    }
    .elementor-79865 .elementor-element.elementor-element-b887f41 .flex-control-nav.flex-control-thumbs {
        display: none !important; /* Ocultar miniaturas en móvil */
    }
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-title, class: .elementor-element-3c9df88 */.elementor-79865 .elementor-element.elementor-element-3c9df88 .product_title {
    font-size: 2.2em; /* Tamaño ideal */
    line-height: 1.1;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .elementor-79865 .elementor-element.elementor-element-3c9df88 .product_title {
        font-size: 1.8em;
        padding: 0 15px; /* Margen para no pegar a los bordes */
    }
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-price, class: .elementor-element-6550e9d */.elementor-79865 .elementor-element.elementor-element-6550e9d .price {
    font-size: 2.8em; /* ¡Grande y visible! */
    font-weight: 900;
    color: var(--color-rojo);
    margin: 10px 0 15px 0;
}
.elementor-79865 .elementor-element.elementor-element-6550e9d .price del {
    font-size: 0.5em; /* Precio anterior más pequeño */
    color: #999;
}
@media (max-width: 767px) {
    .elementor-79865 .elementor-element.elementor-element-6550e9d .price {
        font-size: 2.2em;
        padding: 0 15px;
    }
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-short-description, class: .elementor-element-a6afa98 */@media (max-width: 767px) {
    .elementor-79865 .elementor-element.elementor-element-a6afa98 {
        padding: 0 15px; /* Margen para no pegar a los bordes */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99285ba */.elementor-79865 .elementor-element.elementor-element-99285ba .poseidon-trust-blocks {
    display: grid;
    grid-template-columns: 1fr; /* Una columna en móvil */
    gap: 15px;
    margin-top: 30px;
    padding: 20px;
    background: var(--bg-light);
    border: 1px dashed var(--color-turquesa);
    border-radius: 12px;
}
@media (min-width: 480px) {
    .elementor-79865 .elementor-element.elementor-element-99285ba .poseidon-trust-blocks {
        grid-template-columns: repeat(3, 1fr); /* 3 columnas para tablet/escritorio */
    }
}
.elementor-79865 .elementor-element.elementor-element-99285ba .trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.9em;
    color: var(--color-texto);
    font-weight: 600;
}
.elementor-79865 .elementor-element.elementor-element-99285ba .trust-item span {
    color: var(--color-turquesa);
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .elementor-79865 .elementor-element.elementor-element-99285ba {
        padding: 0 15px; /* Margen para no pegar a los bordes */
    }
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-data-tabs, class: .elementor-element-0e63d13 */.elementor-79865 .elementor-element.elementor-element-0e63d13 .woocommerce-tabs ul.tabs li a {
    color: var(--color-turquesa);
    font-weight: 700;
}
.elementor-79865 .elementor-element.elementor-element-0e63d13 .woocommerce-tabs ul.tabs li.active a {
    color: var(--color-rojo);
    font-weight: 800;
}
.elementor-79865 .elementor-element.elementor-element-0e63d13 .woocommerce-tabs ul.tabs li {
    background: #fff;
    border-radius: 8px 8px 0 0;
    border: 1px solid #eee;
}
.elementor-79865 .elementor-element.elementor-element-0e63d13 .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #fff;
}
.elementor-79865 .elementor-element.elementor-element-0e63d13 .woocommerce-Tabs-panel {
    padding: 30px 20px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
@media (max-width: 767px) {
    .elementor-79865 .elementor-element.elementor-element-0e63d13 {
        padding: 0 15px; /* Margen para no pegar a los bordes */
    }
}/* End custom CSS */