/* Wishlist drawer */

body.velorer-wishlist-open {
    overflow: hidden;
}

.velorer-product-wishlist .velorer-wishlist-icon {
    font-size: 28px;
}

.velorer-wishlist-overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: rgba(0, 0, 0, .55);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

.velorer-wishlist-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: min(430px, 100vw);
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    transition: transform .28s ease;
    overflow: hidden;
}

body.velorer-wishlist-open .velorer-wishlist-overlay {
    opacity: 1;
    visibility: visible;
}

body.velorer-wishlist-open .velorer-wishlist-drawer {
    transform: translateX(0);
}

/* Hebrew/RTL wishlist drawers open from the left side. */
.velorer-wishlist-drawer.velorer-wishlist-drawer--rtl {
    right: auto;
    left: 0;
    transform: translateX(-100%);
}

body.velorer-wishlist-open .velorer-wishlist-drawer.velorer-wishlist-drawer--rtl {
    transform: translateX(0);
}

.velorer-wishlist-drawer-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.velorer-wishlist-drawer-header {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    border-bottom: 1px solid #ddd;
}

.velorer-wishlist-drawer-title-main {
    color: #111;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.velorer-wishlist-drawer-count {
    margin-top: 8px;
    color: #777;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.velorer-wishlist-close {
    border: 0;
    background: transparent;
    color: #111;
    font-size: 34px;
    line-height: 1;
    font-weight: 300;
    padding: 0;
    cursor: pointer;
}

.velorer-wishlist-close:hover,
.velorer-wishlist-close:focus {
    background: transparent;
    color: #111;
}

.velorer-wishlist-drawer-items {
    flex: 1;
    overflow-y: auto;
    padding: 18px 28px 28px;
}

.velorer-wishlist-drawer-empty {
    padding: 70px 0;
    color: #777;
    font-size: 14px;
    text-align: center;
}

.velorer-wishlist-drawer-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.velorer-wishlist-drawer-image {
    display: block;
    width: 92px;
    height: 122px;
    background: #f7f6f3;
    overflow: hidden;
}

.velorer-wishlist-drawer-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.velorer-wishlist-drawer-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.velorer-wishlist-drawer-title {
    color: #111;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
}

.velorer-wishlist-drawer-title:hover {
    color: #111;
    text-decoration: none;
}

.velorer-wishlist-drawer-price {
    margin-top: 8px;
    color: #111;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}

.velorer-wishlist-drawer-price *,
.velorer-wishlist-drawer-price bdi {
    color: inherit;
    font: inherit;
}

.velorer-wishlist-remove {
    margin-top: auto;
    padding: 0 0 3px;
    border: 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
}

.velorer-wishlist-remove:hover,
.velorer-wishlist-remove:focus {
    background: transparent;
    color: #111;
}

/* Header trigger */

.velorer-wishlist-header-trigger,
.velorer-open-wishlist {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
}

.velorer-wishlist-header-trigger:hover,
.velorer-open-wishlist:hover {
    background: transparent;
    color: inherit;
}

.velorer-wishlist-header-icon {
    font-size: 22px;
    line-height: 1;
}

.velorer-wishlist-count {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
}

.velorer-wishlist-count.is-visible {
    display: inline-flex;
}


.single_add_to_cart_button {
    width:100%;
}

.bundle_price .price {
    text-align:center;
}

/* Product card heart */

.velorer-products-grid li.product,
.velorer-same-collection-products ul.products li.product,
.velorer-wishlist-grid li.product {
    position: relative !important;
}

.velorer-wishlist-toggle {
    position: absolute;
    top: 4px;
    right: 0px;
    z-index: 30;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    color: #111;
    font-size: 21px;
    line-height: 1;
    font-weight: 400;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
    transition: background-color .2s ease, opacity .2s ease, transform .2s ease;
}

.velorer-wishlist-toggle:hover,
.velorer-wishlist-toggle:focus,
.velorer-wishlist-toggle:active {
    background: #fff;
    color: #111;
    transform: scale(1.04);
}

.velorer-wishlist-toggle.is-active {
    background: #fff;
    color: #111;
}

.velorer-wishlist-toggle.is-loading {
    opacity: .55;
    pointer-events: none;
}

.velorer-wishlist-icon {
    display: block;
    transform: translateY(-1px);
    font-size: 17px;
}

@media (max-width: 767px) {
    .velorer-wishlist-drawer {
        width: 100vw;
    }

    .velorer-wishlist-drawer-header {
        padding: 0 22px;
    }

    .velorer-wishlist-drawer-items {
        padding-left: 22px;
        padding-right: 22px;
    }

    .velorer-wishlist-toggle {
        width: 34px;
        height: 34px;
        font-size: 20px;
        top: 0;
        right: 0;
    }
}


/* Wishlist remove loading */

.velorer-wishlist-drawer-item.is-removing {
    opacity: .55;
    pointer-events: none;
}

.velorer-wishlist-remove {
    position: relative;
    min-width: 58px;
}

.velorer-wishlist-remove.is-loading {
    color: transparent !important;
    pointer-events: none;
}

.velorer-wishlist-remove.is-loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    margin-left: -6.5px;
    margin-top: -6.5px;
    border: 1px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    color: #111;
    animation: velorerWishlistSpin .65s linear infinite;
}

@keyframes velorerWishlistSpin {
    to {
        transform: rotate(360deg);
    }
}
/* Wishlist heart: hidden until product hover, unless active */

.velorer-products-grid li.product .velorer-wishlist-toggle,
.velorer-same-collection-products ul.products li.product .velorer-wishlist-toggle {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(6px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, color .2s ease;
}

.velorer-products-grid li.product:hover .velorer-wishlist-toggle,
.velorer-products-grid li.product:focus-within .velorer-wishlist-toggle,
.velorer-same-collection-products ul.products li.product:hover .velorer-wishlist-toggle,
.velorer-same-collection-products ul.products li.product:focus-within .velorer-wishlist-toggle,
.velorer-products-grid li.product .velorer-wishlist-toggle.is-active,
.velorer-same-collection-products ul.products li.product .velorer-wishlist-toggle.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.velorer-wishlist-toggle:hover,
.velorer-wishlist-toggle:focus,
.velorer-wishlist-toggle:active,
.velorer-wishlist-toggle.is-active {
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
}

.velorer-wishlist-icon {
    text-shadow: 0 1px 8px rgba(255,255,255,.65);
}

.velorer-account-wishlist h2 {
    margin: 0 0 30px;
    color: #111;
    font-family: var(--e-global-typography-primary-font-family), Georgia, serif;
    font-size: 32px;
    font-weight: 400;
}

.velorer-account-wishlist-empty {
    padding: 25px 0;
    color: #777;
    border-top: 1px solid #111;
    border-bottom: 1px solid #e2e2e2;
}

.velorer-account-wishlist .velorer-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.velorer-account-wishlist .velorer-wishlist-grid::before,
.velorer-account-wishlist .velorer-wishlist-grid::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce .velorer-account-wishlist ul.products.velorer-wishlist-grid::before,
.woocommerce .velorer-account-wishlist ul.products.velorer-wishlist-grid::after {
    content: none !important;
    display: none !important;
}

.velorer-account-wishlist-item {
    min-width: 0;
}

.velorer-account-wishlist-item a {
    color: #111;
    text-decoration: none;
}

.velorer-account-wishlist-item img {
    display: block;
    width: 100%;
    height: auto;
}

.velorer-account-wishlist-item h3 {
    margin: 14px 0 8px;
    color: #111;
    font-size: 16px;
    font-weight: 400;
}

.velorer-account-wishlist-price {
    margin-bottom: 18px;
    color: #111;
    font-size: 14px;
}

.velorer-account-wishlist .velorer-wishlist-remove {
    position: static;
    min-width: 0;
    margin-top: 0;
}

.velorer-account-wishlist-remove {
    position: relative;
    min-width: 58px;
    padding: 0 0 3px;
    border: 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
}

.velorer-account-wishlist-remove.is-loading {
    color: transparent !important;
    pointer-events: none;
}

.velorer-account-wishlist .velorer-account-wishlist-remove:hover,
.velorer-account-wishlist .velorer-account-wishlist-remove:focus,
.velorer-account-wishlist .velorer-account-wishlist-remove:active {
    background: transparent !important;
    color: #111 !important;
    border-color: #111 !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .velorer-account-wishlist .velorer-wishlist-grid {
        grid-template-columns: 1fr;
    }
}

/* Account wishlist presentation */
.woocommerce-MyAccount-content .velorer-account-wishlist {
    width: 100%;
}

.woocommerce-MyAccount-content .velorer-account-wishlist h2 {
    position: relative;
    margin: 0 0 42px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dedbd5;
    font-size: clamp(30px, 3vw, 42px);
    letter-spacing: -.02em;
}

.woocommerce-MyAccount-content .velorer-account-wishlist h2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 74px;
    height: 2px;
    background: #111;
}

.woocommerce-MyAccount-content .velorer-account-wishlist .velorer-wishlist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px 28px;
}

.woocommerce-MyAccount-content .velorer-account-wishlist .velorer-wishlist-grid > li.product,
.woocommerce-MyAccount-content .velorer-account-wishlist-item {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    background: transparent;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-item > a {
    display: block;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-item > a > img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    background: #f1eee8;
    transition: transform .5s cubic-bezier(.2,.65,.25,1), opacity .3s ease;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-item > a:hover > img,
.woocommerce-MyAccount-content .velorer-account-wishlist-item > a:focus-visible > img {
    opacity: .9;
    transform: scale(1.025);
}

.woocommerce-MyAccount-content .velorer-account-wishlist-item h3 {
    margin: 17px 0 7px;
    font-family: var(--e-global-typography-primary-font-family), Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-price {
    min-height: 20px;
    margin: 0 0 18px;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-price del {
    margin-right: 5px;
    color: #999;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-price ins {
    color: #111;
    text-decoration: none;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-remove {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 0 0 5px;
    border: 0 !important;
    border-bottom: 1px solid #aaa !important;
    background: transparent !important;
    color: #555 !important;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    transition: color .2s ease, border-color .2s ease;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-remove::before {
    content: "×";
    color: #111;
    font-size: 16px;
    font-weight: 300;
    line-height: .6;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-remove:hover,
.woocommerce-MyAccount-content .velorer-account-wishlist-remove:focus,
.woocommerce-MyAccount-content .velorer-account-wishlist-remove:active {
    border-color: #111 !important;
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
}

.woocommerce-MyAccount-content .velorer-account-wishlist-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    margin: 0;
    padding: 35px;
    border: 1px solid #e1ded8;
    background: #f7f5f1;
    color: #666;
    font-family: var(--e-global-typography-primary-font-family), Georgia, serif;
    font-size: 22px;
    text-align: center;
}

@media (max-width: 1000px) {
    .woocommerce-MyAccount-content .velorer-account-wishlist .velorer-wishlist-grid {
        gap: 42px 22px;
    }
}

@media (max-width: 767px) {
    .woocommerce-MyAccount-content .velorer-account-wishlist h2 {
        margin-bottom: 30px;
    }

    .woocommerce-MyAccount-content .velorer-account-wishlist .velorer-wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 14px;
    }

    .woocommerce-MyAccount-content .velorer-account-wishlist-item h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .woocommerce-MyAccount-content .velorer-account-wishlist .velorer-wishlist-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Social login */
.plaf-wrap .plaf-social-login {
    margin-top: 28px;
}

.plaf-wrap .plaf-social-separator {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0 20px;
    font-size: 13px;
    color: #000;
}

.plaf-wrap .plaf-social-separator::before,
.plaf-wrap .plaf-social-separator::after {
    content: "";
    height: 1px;
    background: #e3e3e3;
    flex: 1;
}

.plaf-wrap .plaf-social-buttons {
    display: grid;
    gap: 12px;
}

/* Override Elementor + local link reset for Nextend */
.plaf-wrap .plaf-social-login a,
.plaf-wrap .plaf-social-login a:hover,
.plaf-wrap .plaf-social-login a:focus,
.plaf-wrap .plaf-social-login a:active {
    width: 100% !important;
    min-height: 54px !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
}

.plaf-wrap .plaf-social-login a:hover,
.plaf-wrap .plaf-social-login a:focus {
    border-color: #000 !important;
}

/* Nextend wrappers */
.plaf-wrap .plaf-social-login .nsl-container,
.plaf-wrap .plaf-social-login .nsl-container-buttons {
    width: 100% !important;
    display: grid !important;
    gap: 12px !important;
}

.plaf-wrap .plaf-social-login .nsl-button,
.plaf-wrap .plaf-social-login .nsl-button:hover,
.plaf-wrap .plaf-social-login .nsl-button:focus {
    width: 100% !important;
    max-width: none !important;
    min-height: 54px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.plaf-wrap .plaf-social-login .nsl-button-label-container {
    font-weight: 700 !important;
}

.plaf-wrap .plaf-social-missing {
    padding: 12px 14px;
    background: #fff8e5;
    border: 1px solid #e6c96a;
    font-size: 13px;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
    display:flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap:6px;
}


.velorer-wishlist-drawer-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.velorer-wishlist-empty-title {
    display: block;
}

.velorer-wishlist-login {
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}
