/*
Generated time: March 25, 2026 07:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.info-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 15px
}

.info-header:not(:has(.original-price)) {
    gap: 25px
}

a.collection-link {
    font-size: 14px;
    color: var(--font-color);
    display: none
}

h1.product-title {
    font-weight: 500;
    font-size: 26px;
    color: #000 !important;
    margin: 0;
    letter-spacing: .4px;
    line-height: 130%;
    margin-top: -5px
}

.price-comparison {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #05421e;
    margin-bottom: -3px
}

.price-comparison .save-ammount {
    color: #000
}

.discount {
    display: flex;
    gap: 15px;
    align-items: center
}

.discount .discount-badge {
    background-color: var(--secondary-light);
    border-radius: 99px;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 0;
    color: var(--secondary)
}

.original-price {
    text-decoration: line-through;
    color: #5a5a5a;
    opacity: .6;
    font-size: 19px
}

.save {
    background-color: var(--secondary-light);
    border-radius: 99px;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: 0;
    color: var(--secondary)
}

.price,
.price-offer {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 100%;
    color: var(--secondary);
    margin: 0 0 3px
}

.price-offer,
.price-value {
    font-size: 22px;
    font-weight: 500
}

.vat {
    font-size: 12px;
    line-height: 100%
}

.shipping {
    color: #008427;
    display: flex;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    align-items: center
}

.review-stars {
    margin-top: -20px;
}

.review-stars:has([data-number-of-reviews="0"]),
.review-stars:not(.new-product) {
    display: none;
}

@media (max-width:989px) {
    h1.product-title {
        font-size: 22px;
        margin: 0;
        line-height: 130%;
        margin-bottom: -5px
    }

    .price-comparison {
        align-items: center;
        gap: 10px
    }

    .original-price {
        font-size: 16px
    }

    .price-value {
        font-size: 22px
    }

    .shipping {
        font-size: 14px
    }

    .shipping img {
        width: 16px
    }

    .review-stars {
        margin-top: -10px;
    }
}