.elementor-977 .elementor-element.elementor-element-1025b222{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:96px;--padding-right:96px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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-977 .elementor-element.elementor-element-574fd77a{width:var( --container-widget-width, 100% );max-width:100%;padding:40px 0px 20px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-977 .elementor-element.elementor-element-574fd77a.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-977 .elementor-element.elementor-element-1025b222{--content-width:1280px;}}/* Start custom CSS for text-editor, class: .elementor-element-574fd77a *//* ==================================================
   PLAUKŲ DRAUGAS – YITH NORŲ SĄRAŠAS
   ================================================== */

#yith-wcwl-form {
    display: block;
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    font-family: Inter, Arial, sans-serif;
    color: #111;
}

/* Paslepiami nereikalingi tušti tarpai */
#yith-wcwl-form > p:empty,
#yith-wcwl-form .wishlist-title p:empty,
#yith-wcwl-form td > p:empty {
    display: none !important;
}

/* ==================================================
   NORŲ SĄRAŠO ANTRAŠTĖ
   ================================================== */

#yith-wcwl-form .wishlist-title-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    margin: 10px auto 40px !important;
    padding: 0 !important;
    text-align: center !important;
}

#yith-wcwl-form .wishlist-title {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
}

#yith-wcwl-form .wishlist-title h2 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #111;
    font-family: Inter, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
    text-align: center !important;
}

/* ==================================================
   KORTELIŲ TINKLELIS
   ================================================== */

#yith-wcwl-form table.wishlist_table {
    display: block;
    float: none !important;
    clear: both;
    width: 100%;
    margin: 0;
    border: 0 !important;
    border-collapse: initial;
    background: transparent !important;
}

/* Paslepiama standartinė lentelės antraštė */
#yith-wcwl-form table.wishlist_table thead {
    display: none !important;
}

#yith-wcwl-form table.wishlist_table tbody.wishlist-items-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
}

/* Produkto kortelė */
#yith-wcwl-form table.wishlist_table tbody tr {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 650px;
    margin: 0;
    padding: 22px 22px 20px;
    overflow: hidden;
    border: 1px solid #d8d8d8 !important;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

/* Visi kortelės lentelės langeliai */
#yith-wcwl-form table.wishlist_table tbody td {
    display: block;
    width: 100% !important;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    text-align: left;
}

/* ==================================================
   PAŠALINIMO „X“
   ================================================== */

#yith-wcwl-form table.wishlist_table td.product-remove {
    position: absolute;
    z-index: 10;
    top: 17px;
    right: 17px;
    width: 36px !important;
    height: 36px;
}

#yith-wcwl-form table.wishlist_table td.product-remove a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: transparent !important;
    color: #C67F75 !important;
    font-size: 27px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: none !important;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

#yith-wcwl-form table.wishlist_table td.product-remove a:hover {
    background: #C67F75 !important;
    color: #fff !important;
}

/* ==================================================
   PRODUKTO NUOTRAUKA
   ================================================== */

#yith-wcwl-form table.wishlist_table td.product-thumbnail {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 390px;
    margin: 0 0 20px;
    padding: 10px;
    overflow: hidden;
}

#yith-wcwl-form table.wishlist_table td.product-thumbnail a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
}

#yith-wcwl-form table.wishlist_table td.product-thumbnail img {
    display: block !important;
    width: 100% !important;
    max-width: 310px !important;
    height: 100% !important;
    max-height: 360px !important;
    margin: auto !important;
    padding: 0 !important;
    object-fit: contain !important;
}

/* ==================================================
   PRODUKTO PAVADINIMAS
   ================================================== */

#yith-wcwl-form table.wishlist_table td.product-name {
    margin: 0 0 12px;
}

#yith-wcwl-form table.wishlist_table td.product-name a {
    display: block;
    color: #111 !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

#yith-wcwl-form table.wishlist_table td.product-name a:hover {
    color: #C67F75 !important;
}

/* ==================================================
   KAINA
   ================================================== */

#yith-wcwl-form table.wishlist_table td.product-price {
    margin: 2px 0 18px;
    color: #C67F75 !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

#yith-wcwl-form table.wishlist_table td.product-price .amount {
    color: #C67F75 !important;
    font-weight: 700;
}

/* Sena kaina */
#yith-wcwl-form table.wishlist_table td.product-price del {
    margin-right: 7px;
    color: #8a8a8a !important;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
}

#yith-wcwl-form table.wishlist_table td.product-price del .amount {
    color: #8a8a8a !important;
    font-weight: 400;
}

/* Akcijos kaina */
#yith-wcwl-form table.wishlist_table td.product-price ins {
    color: #C67F75 !important;
    font-weight: 700;
    text-decoration: none;
}

#yith-wcwl-form table.wishlist_table td.product-price ins .amount {
    color: #C67F75 !important;
}

/* ==================================================
   PREKĖS LIKUČIO BŪSENA
   ================================================== */

#yith-wcwl-form table.wishlist_table td.product-stock-status {
    margin: 0 0 15px;
    color: #555;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

#yith-wcwl-form table.wishlist_table td.product-stock-status .wishlist-in-stock {
    color: #4f7f4a;
}

#yith-wcwl-form table.wishlist_table td.product-stock-status .wishlist-out-of-stock {
    color: #b74949;
}

/* ==================================================
   „Į KREPŠELĮ“ MYGTUKAS
   ================================================== */

#yith-wcwl-form table.wishlist_table td.product-add-to-cart {
    margin-top: auto;
    padding-top: 18px;
}

#yith-wcwl-form table.wishlist_table td.product-add-to-cart a,
#yith-wcwl-form table.wishlist_table td.product-add-to-cart button,
#yith-wcwl-form table.wishlist_table .add_to_cart_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 58px;
    margin: 0 !important;
    padding: 14px 20px !important;
    border: 1px solid #C67F75 !important;
    border-radius: 8px !important;
    background: #C67F75 !important;
    color: #fff !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: 600 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: none !important;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

#yith-wcwl-form table.wishlist_table td.product-add-to-cart a:hover,
#yith-wcwl-form table.wishlist_table td.product-add-to-cart button:hover,
#yith-wcwl-form table.wishlist_table .add_to_cart_button:hover {
    border-color: #b66e65 !important;
    background: #b66e65 !important;
    color: #fff !important;
}

#yith-wcwl-form table.wishlist_table .add_to_cart_button.loading {
    opacity: 0.65;
    pointer-events: none;
}

/* ==================================================
   TUŠČIAS NORŲ SĄRAŠAS
   ================================================== */

#yith-wcwl-form table.wishlist_table tbody tr:has(td.wishlist-empty) {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    padding: 80px 30px 50px;
    border: 0 !important;
    text-align: center;
}

#yith-wcwl-form td.wishlist-empty {
    color: #333;
    font-family: Inter, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center !important;
}

#yith-wcwl-form td.wishlist-empty::before {
    display: block;
    margin: 0 auto 25px;
    color: #ededed;
    font-size: 105px;
    line-height: 1;
    font-weight: 300;
    content: "♡";
}

/* Senesnėms naršyklėms */
#yith-wcwl-form table.wishlist_table tbody tr:first-child:last-child td.wishlist-empty {
    grid-column: 1 / -1;
}

/* ==================================================
   YITH APAČIA
   ================================================== */

#yith-wcwl-form .yith_wcwl_wishlist_footer {
    width: 100%;
    margin-top: 25px;
}

/* ==================================================
   PLANŠETĖ
   ================================================== */

@media (max-width: 1100px) {
    #yith-wcwl-form {
        padding: 0 15px;
    }

    #yith-wcwl-form .wishlist-title h2 {
        font-size: 32px;
    }

    #yith-wcwl-form table.wishlist_table tbody.wishlist-items-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    #yith-wcwl-form table.wishlist_table tbody tr {
        min-height: 590px;
    }

    #yith-wcwl-form table.wishlist_table td.product-thumbnail {
        height: 340px;
    }

    #yith-wcwl-form table.wishlist_table td.product-thumbnail img {
        max-width: 290px !important;
        max-height: 315px !important;
    }
}

/* ==================================================
   MOBILUSIS TELEFONAS
   ================================================== */

@media (max-width: 600px) {
    #yith-wcwl-form {
        padding: 0 8px;
    }

    #yith-wcwl-form .wishlist-title-container {
        margin: 5px auto 28px !important;
    }

    #yith-wcwl-form .wishlist-title h2 {
        font-size: 28px;
        line-height: 1.25;
        font-weight: 400;
    }

    #yith-wcwl-form table.wishlist_table tbody.wishlist-items-wrapper {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #yith-wcwl-form table.wishlist_table tbody tr {
        display: flex !important;
        min-height: 0;
        padding: 20px;
    }

    #yith-wcwl-form table.wishlist_table tbody td {
        display: block !important;
    }

    #yith-wcwl-form table.wishlist_table td.product-thumbnail {
        height: 360px;
        margin-bottom: 18px;
    }

    #yith-wcwl-form table.wishlist_table td.product-thumbnail img {
        max-width: 310px !important;
        max-height: 335px !important;
    }

    #yith-wcwl-form table.wishlist_table td.product-name {
        margin-bottom: 10px;
    }

    #yith-wcwl-form table.wishlist_table td.product-name a {
        font-size: 18px !important;
    }

    #yith-wcwl-form table.wishlist_table td.product-price {
        font-size: 20px;
    }

    #yith-wcwl-form table.wishlist_table td.product-add-to-cart {
        margin-top: 20px;
    }

    #yith-wcwl-form table.wishlist_table td.product-add-to-cart a,
    #yith-wcwl-form table.wishlist_table td.product-add-to-cart button,
    #yith-wcwl-form table.wishlist_table .add_to_cart_button {
        min-height: 55px;
        font-size: 17px !important;
    }

    #yith-wcwl-form td.wishlist-empty {
        font-size: 18px;
    }

    #yith-wcwl-form td.wishlist-empty::before {
        font-size: 85px;
    }
}

/* 20 px tarpas tarp antraštės ir produktų */
#yith-wcwl-form .wishlist-title-container {
    margin: 0 auto 0px !important;
}

/* Pašalinami YITH įterpti tušti elementai */
#yith-wcwl-form .wishlist-title-container + p,
#yith-wcwl-form .wishlist-title-container + p + p,
#yith-wcwl-form .wishlist-title-container ~ p:empty {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Pašalinamas papildomas lentelės tarpas */
#yith-wcwl-form table.wishlist_table {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Tinklelis prasideda iškart po 20 px tarpo */
#yith-wcwl-form table.wishlist_table tbody.wishlist-items-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ==================================================
   DIDESNĖS NUOTRAUKOS IR LENGVESNI PAVADINIMAI
   ================================================== */

/* Nuotraukos zona */
#yith-wcwl-form table.wishlist_table td.product-thumbnail {
    height: 300px !important;
    margin-bottom: 18px !important;
    padding: 20px !important;
    overflow: hidden !important;
}

/* Priartinama pati produkto nuotrauka */
#yith-wcwl-form table.wishlist_table td.product-thumbnail img {
    width: 100% !important;
    max-width: 320px !important;
    height: 100% !important;
    max-height: 370px !important;
    object-fit: contain !important;
    transform: scale(2.9);
    transform-origin: center center;
    transition: transform 0.25s ease;
}

/* Nedidelis priartinimas užvedus pelę */
#yith-wcwl-form table.wishlist_table td.product-thumbnail a:hover img {
    transform: scale(2.9);
}

/* Mažesnis ir lengvesnis produkto pavadinimas */
#yith-wcwl-form table.wishlist_table td.product-name a {
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

/* Šiek tiek kompaktiškesnė kortelė */
#yith-wcwl-form table.wishlist_table tbody tr {
    min-height: 630px !important;
}

/* Planšetė */
@media (max-width: 1100px) {
    #yith-wcwl-form table.wishlist_table td.product-thumbnail {
        height: 370px !important;
    }

    #yith-wcwl-form table.wishlist_table td.product-thumbnail img {
        max-height: 335px !important;
        transform: scale(1.45);
    }

    #yith-wcwl-form table.wishlist_table td.product-thumbnail a:hover img {
        transform: scale(1.5);
    }
}

/* Telefonas */
@media (max-width: 600px) {
    #yith-wcwl-form table.wishlist_table td.product-thumbnail {
        height: 350px !important;
    }

    #yith-wcwl-form table.wishlist_table td.product-thumbnail img {
        max-height: 320px !important;
        transform: scale(1.4);
    }

    #yith-wcwl-form table.wishlist_table td.product-thumbnail a:hover img {
        transform: scale(1.4);
    }

    #yith-wcwl-form table.wishlist_table td.product-name a {
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 400 !important;
    }
}

/* Vienodo aukščio produktų kortelės */
#yith-wcwl-form table.wishlist_table tbody.wishlist-items-wrapper {
    align-items: stretch !important;
}

#yith-wcwl-form table.wishlist_table tbody tr {
    align-self: stretch !important;
    height: 100% !important;
    min-height: 0 !important;
}

/* Produkto pavadinimas */
#yith-wcwl-form table.wishlist_table td.product-name {
    margin-bottom: 0 !important;
}

/* Mygtukas visada kortelės apačioje */
#yith-wcwl-form table.wishlist_table td.product-add-to-cart {
    margin-top: auto !important;
    padding-top: 16px !important;
}

/* Vienodas mygtukų dydis */
#yith-wcwl-form table.wishlist_table td.product-add-to-cart a,
#yith-wcwl-form table.wishlist_table td.product-add-to-cart button,
#yith-wcwl-form table.wishlist_table .add_to_cart_button {
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
}

/* ==================================================
   NUOTRAUKOS ZONA SUMAŽINTA 40 PX
   ================================================== */

/* Kompiuteris: 300px → 260px */
#yith-wcwl-form table.wishlist_table td.product-thumbnail {
    height: 260px !important;
}

/* Planšetė: 370px → 330px */
@media (max-width: 1100px) {
    #yith-wcwl-form table.wishlist_table td.product-thumbnail {
        height: 330px !important;
    }
}

/* Telefonas: 350px → 310px */
@media (max-width: 600px) {
    #yith-wcwl-form table.wishlist_table td.product-thumbnail {
        height: 310px !important;
    }
}/* End custom CSS */