.elementor-1762 .elementor-element.elementor-element-3023925{--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;--padding-top:50px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1762 .elementor-element.elementor-element-18c80e5 .elementor-heading-title{font-family:"Merriweather", Sans-serif;font-size:32px;font-weight:700;}.elementor-1762 .elementor-element.elementor-element-b741ff9{--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;--padding-top:10px;--padding-bottom:40px;--padding-left:30px;--padding-right:30px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1762 .elementor-element.elementor-element-6c5bd08f{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(min-width:768px){.elementor-1762 .elementor-element.elementor-element-3023925{--content-width:1280px;}.elementor-1762 .elementor-element.elementor-element-b741ff9{--content-width:1280px;}}@media(max-width:767px){.elementor-1762 .elementor-element.elementor-element-3023925{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1762 .elementor-element.elementor-element-b741ff9{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-3785d8b4 */.wishlist-title.wishlist-title-with-form {
    display: none;
}

.shop_table.wishlist_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}


.shop_table.wishlist_table thead th {
    padding: 0px 16px 18px 16px !important;
    text-align: left;
    font-weight: 600;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff !important;
    border: none;
    vertical-align: middle;
    background: #935A2F;
}

.shop_table.wishlist_table thead th:first-child {
    border-top-left-radius: 0px;
    padding-left: 20px;
}

.shop_table.wishlist_table thead th:last-child {
    border-top-right-radius: 0px;
    padding-right: 20px;
}

.shop_table.wishlist_table thead th .nobr {
    display: block;
    white-space: nowrap;
}

/* Cuerpo de la tabla */
.shop_table.wishlist_table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.shop_table.wishlist_table tbody tr:last-child {
    border-bottom: none;
}

.shop_table.wishlist_table tbody tr:hover {
    background-color: #faf9f7;
    transform: translateY(-1px);
}

.shop_table.wishlist_table tbody td {
    padding: 24px 16px;
    vertical-align: middle;
    border: none;
}

.shop_table.wishlist_table .product-remove {
    width: 50px;
    text-align: center;
}

.shop_table.wishlist_table .product-remove .remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #666;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    transition: all 0.3s ease;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.shop_table.wishlist_table .product-remove .remove:hover {
    background-color: #e74c3c;
    color: #ffffff;
    transform: rotate(90deg) scale(1.1);
}

.shop_table.wishlist_table .product-thumbnail {
    width: 120px;
    padding-left: 20px;
}

.shop_table.wishlist_table .product-thumbnail a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.shop_table.wishlist_table .product-thumbnail a:hover {
    transform: scale(1.05);
}

.shop_table.wishlist_table .product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.shop_table.wishlist_table .product-name {
    min-width: 200px;
}

.shop_table.wishlist_table .product-name a {
    color: #935A2F;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
    display: inline-block;
}

.shop_table.wishlist_table .product-price {
    font-size: 18px;
    font-weight: 700;
    color: #935A2F;
    white-space: nowrap;
}

.shop_table.wishlist_table .product-price .woocommerce-Price-amount {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}

.shop_table.wishlist_table .product-price .woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: 600;
}

.shop_table.wishlist_table .product-stock-status {
    text-align: center;
}

.shop_table.wishlist_table .product-stock-status .wishlist-in-stock {
    display: inline-block;
    padding: 8px 16px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shop_table.wishlist_table .product-add-to-cart {
    text-align: center;
    padding-right: 20px;
}

.shop_table.wishlist_table .product-add-to-cart .add_to_cart_button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #935A2F;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #935A2F;
    cursor: pointer;
    white-space: nowrap;
}

.shop_table.wishlist_table .product-add-to-cart .add_to_cart_button:hover {
    background-color: #ffffff;
    color: #935A2F;
    transform: translateY(-2px);
}

.shop_table.wishlist_table .product-add-to-cart .add_to_cart_button:active {
    transform: translateY(0);
}

.shop_table.wishlist_table .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@media (max-width: 768px) {
    .shop_table.wishlist_table {
        font-size: 14px;
    }
    
    .shop_table.wishlist_table thead th {
        padding: 14px 12px;
        font-size: 11px;
    }
    
    .shop_table.wishlist_table tbody td {
        padding: 16px 12px;
    }
    
    .shop_table.wishlist_table .product-thumbnail {
        width: 80px;
    }
    
    .shop_table.wishlist_table .product-name {
        min-width: 150px;
    }
    
    .shop_table.wishlist_table .product-price {
        font-size: 16px;
    }
    
    .shop_table.wishlist_table .product-add-to-cart .add_to_cart_button {
        padding: 10px 16px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .shop_table.wishlist_table {
        border-radius: 8px;
    }
    
    .shop_table.wishlist_table thead {
        display: none;
    }
    
    .shop_table.wishlist_table tbody tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 16px;
        background: #ffffff;
    }
    
    .shop_table.wishlist_table tbody td {
        display: block;
        padding: 8px 0;
        text-align: left;
        border: none;
    }
    
    .shop_table.wishlist_table .product-remove {
        position: absolute;
        top: 16px;
        right: 16px;
        width: auto;
    }
    
    .shop_table.wishlist_table .product-thumbnail {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }
    
    .shop_table.wishlist_table .product-thumbnail img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    
    .shop_table.wishlist_table .product-name {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .shop_table.wishlist_table .product-price {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .shop_table.wishlist_table .product-stock-status {
        margin-bottom: 12px;
    }
    
    .shop_table.wishlist_table .product-add-to-cart {
        padding: 0;
    }
    
    .shop_table.wishlist_table .product-add-to-cart .add_to_cart_button {
        width: 100%;
        text-align: center;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shop_table.wishlist_table tbody tr {
    animation: fadeIn 0.4s ease-out;
}

.shop_table.wishlist_table tbody tr:nth-child(1) {
    animation-delay: 0.1s;
}

.shop_table.wishlist_table tbody tr:nth-child(2) {
    animation-delay: 0.2s;
}

.shop_table.wishlist_table tbody tr:nth-child(3) {
    animation-delay: 0.3s;
}/* End custom CSS */