.elementor-1219 .elementor-element.elementor-element-78d9527e{--display:flex;--margin-top:44px;--margin-bottom:44px;--margin-left:0px;--margin-right:0px;}.elementor-1219 .elementor-element.elementor-element-c9e9048{--display:flex;}@media(min-width:768px){.elementor-1219 .elementor-element.elementor-element-78d9527e{--content-width:1356px;}}/* Start custom CSS for container, class: .elementor-element-78d9527e *//* ============================================
   WOOSW WISHLIST - LITTIVO THEME STYLING
   ============================================ */

/* Main Wishlist Container */


/* Table Reset */
.woosw-list .woosw-items {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
    background: transparent;
}

.woosw-list .woosw-items tbody {
    display: table-row-group;
}

/* Each Wishlist Item Row */
.woosw-list .woosw-item {
    background: #fafbfc;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.woosw-list .woosw-item:hover {
    /*background: #ffffff;*/
    box-shadow: 0 6px 20px rgba(106, 191, 243, 0.18);
    transform: translateY(-2px);
}

.woosw-list .woosw-item td {
    padding: 18px 15px;
    vertical-align: middle;
    border: none;
}

/* Remove Button */
.woosw-list .woosw-item--remove {
    width: 40px;
    text-align: center;
}

.woosw-list .woosw-item--remove span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.woosw-list .woosw-item--remove span::before,
.woosw-list .woosw-item--remove span::after {
    content: '' !important;
    position: absolute;
    width: 12px;
    height: 2px;
    background: #111111;
    top: 50%;
    left: 50%;
    transition: background 0.3s ease;
}

.woosw-list .woosw-item--remove span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.woosw-list .woosw-item--remove span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.woosw-list .woosw-item--remove span:hover {
    transform: rotate(90deg);
}



/* Product Image */
.woosw-list .woosw-item--image {
    width: 110px;
}

.woosw-list .woosw-item--image a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    border: 1px solid #f0f0f0;
}

.woosw-list .woosw-item--image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.woosw-list .woosw-item--image a:hover img {
    transform: scale(1.08);
}

/* Product Info */
.woosw-list .woosw-item--info {
    padding-left: 20px !important;
}

.woosw-list .woosw-item--name a {
    font-family: "Host Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.woosw-list .woosw-item--name a:hover {
    color: #6abff3;
}

/* Price */
.woosw-list .woosw-item--price {
    font-family: "Host Grotesk", sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
    color: #111111;
}

.woosw-list .woosw-item--price ins {
    color: #6abff3;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    background: transparent;
}

.woosw-list .woosw-item--price del {
    color: #9ca3af;
    font-size: 14px;
    margin-right: 6px;
    opacity: 0.8;
}

.woosw-list .woosw-item--price .woocommerce-Price-amount {
    font-weight: 600;
}

/* Date Added */
.woosw-list .woosw-item--time {
    font-family: "Host Grotesk", sans-serif;
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px;
    font-style: italic;
}

/* Stock Status */
.woosw-list .woosw-item--stock {
    font-size: 13px;
    font-weight: 500;
    color: #10b981;
}

/* Add to Cart Button */
.woosw-list .woosw-item--actions {
    text-align: right;
    min-width: 180px;
}

.woosw-list .woosw-item--atc .button,
.woosw-list .woosw-item--atc a.button {
    font-family: "Host Grotesk", sans-serif;
    display: inline-block;
    background: #6abff3;
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(106, 191, 243, 0.35);
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.woosw-list .woosw-item--atc .button:hover,
.woosw-list .woosw-item--atc a.button:hover {
    background: #111111;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.25);
    transform: translateY(-2px);
}

.woosw-list .woosw-item--atc .added_to_cart {
    display: none;
}

/* Wishlist Actions (Copy Link Section) */
.woosw-list .woosw-actions {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px dashed #e5e7eb;
}

.woosw-list .woosw-copy {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    background: #f9fafb;
    padding: 15px 20px;
    border-radius: 12px;
}

.woosw-list .woosw-copy-label {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    color: #111111;
    font-size: 15px;
}

.woosw-list .woosw-copy-url {
    flex: 1;
    min-width: 200px;
}

.woosw-list .woosw-copy-url input {
    font-family: "Host Grotesk", sans-serif;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #6b7280;
    font-size: 13px;
    outline: none;
    transition: border-color 0.3s ease;
}

.woosw-list .woosw-copy-url input:focus {
    border-color: #6abff3;
    box-shadow: 0 0 0 3px rgba(106, 191, 243, 0.15);
}

.woosw-list .woosw-copy-btn .button {
    font-family: "Host Grotesk", sans-serif;
    background: #6abff3;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woosw-list .woosw-copy-btn .button:hover {
    background: #111111;
    color: #fff;
    transform: translateY(-1px);
}

/* Empty State */
.woosw-empty {
    font-family: "Host Grotesk", sans-serif;
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
    font-size: 16px;
}

/* ============================================
   RESPONSIVE - MOBILE STYLES
   ============================================ */
@media (max-width: 768px) {
    .woosw-list {
        padding: 15px;
        margin: 15px;
    }

    .woosw-list .woosw-items,
    .woosw-list .woosw-items tbody,
    .woosw-list .woosw-item,
    .woosw-list .woosw-item td {
        display: block;
        width: 100%;
    }

    .woosw-list .woosw-item {
        position: relative;
        padding: 15px;
        margin-bottom: 15px;
    }

    .woosw-list .woosw-item--remove {
        position: absolute;
        top: 10px;
        right: 10px;
        width: auto;
        padding: 0 !important;
        z-index: 2;
    }

    .woosw-list .woosw-item--image {
        width: 100%;
        max-width: 150px;
        margin: 0 auto 15px;
        padding: 0 !important;
    }

    .woosw-list .woosw-item--info {
        padding: 0 !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .woosw-list .woosw-item--actions {
        text-align: center;
        padding: 0 !important;
    }

    .woosw-list .woosw-item--atc .button {
        width: 100%;
    }

    .woosw-list .woosw-copy {
        flex-direction: column;
        align-items: stretch;
    }

    .woosw-list .woosw-copy-btn .button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .woosw-list .woosw-item--name a {
        font-size: 15px;
    }

    .woosw-list .woosw-item--price ins {
        font-size: 16px;
    }
}


.woosw-actions {
    display: none !important;
}


.woosw-list .woosw-items {
    border-collapse: separate !important;
    border-spacing: 0 15px !important;
}

.woosw-list .woosw-item {
    background: transparent !important;
    box-shadow: none !important;
}

.woosw-list .woosw-item td {
    background: #fafbfc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.woosw-list .woosw-item td:first-child {
    border-radius: 12px 0 0 12px;
}

.woosw-list .woosw-item td:last-child {
    border-radius: 0 12px 12px 0;
}

.woosw-list .woosw-item:hover td {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(106, 191, 243, 0.18);
}/* End custom CSS */