[class*="title-line-"] .wd-product .wd-entities-title {
    overflow: hidden;
    max-height: calc(var(--title-line-count, 1)* var(--title-line-height, 28px));
    line-height: var(--title-line-height, 28px);
    min-height: calc(var(--title-line-count, 1)* var(--title-line-height, 28px));
}

.custom-product-action-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.product-element-top {
    position: relative;
}

.wd-entities-title a {
    color: #0D0D0E;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

h3.wd-entities-title {
    text-align: left;
}

.woocommerce-product-short-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    max-height: 48px;
    text-overflow: ellipsis;
    color: #0D0D0E;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.wd-product-info {
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-element-bottom {
    gap: 16px !important;
}

.wd-product :where(.product-wrapper,.product-element-bottom) {
    gap: 16px !important;
}

span.woocommerce-Price-amount.amount {
    color: #0D0D0E;
    font-family: "Helvetica Neue";
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 28px !important;
}

span.price {
    text-align: left;
}

.product-element-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    overflow: hidden;
    background: #fff;
    border-radius: 21px;
}

a.custom-detail-button {
    border-radius: 13px !important;
    border: 2px solid #5060F7;
    padding: 15px;
    background: #fff !important;
    box-shadow: none !important;
    width: 50%;
}

a.custom-detail-button > span {
    color: #5060F7;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: none;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
    border-radius: 13px !important;
    border: 2px solid #5060F7;
    background: #5060F7 !important;
    box-shadow: none !important;
    width: 45%;
}

.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    min-height: none !important;
    padding: 0 !important;
    text-transform: none;
}

.wd-product-card-brands {
    width: 110px;
    height: 32px;
    margin-bottom: 0;
    color: #D0D0D9 !important;
    background: #FFFFFF;
    padding: 5px 10px;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 9px;
    border: 1px solid #D0D0D9;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.wd-product-card-brands .marquee-wrapper a {
    color: #D0D0D9 !important;
}

.wd-product-card-brands .marquee-wrapper {
    display: inline-block;
    width: max-content;
    will-change: transform;
}

.wd-product-card-brands .marquee-wrapper.scroll-animation {
    animation: marquee 10s linear infinite alternate;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.price del {
    color: #EA3540;
    font-size: 120%;
}

.price del bdi {
    font-family: Manrope;
    font-size: 12px;
    color: #EA3540;
}

.elementor-15833 .elementor-element.elementor-element-bbc08d3 del {
    color: #EA3540 !important;
    font-size: 50% !important;
}