.product_meta .sku_wrapper .sku {
    color: #9B9EB0;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

p.stock.in-stock.wd-style-default {
    border-radius: 20px;
    border: 1px solid #42D575;
    background: #DDFBE8;
    color: #42D575 !important;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    padding: 0 16px;
    line-height: 26px;
    width: fit-content;
}

p.stock.wd-style-default:is(.out-of-stock) {
    border-radius: 20px;
    border: 1px solid #EA3540;
    background: #FFE6E8;
    color: #EA3540 !important;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    padding: 0 16px;
    line-height: 26px;
    width: fit-content;
}

p.stock.wd-style-default.in-stock:before {
    display: none;
    visibility: hidden;
}

.wd-product-brands {
    border-radius: 20px;
    border: 1px solid #D0D0D9;
    background: #ffffff;
    color: #D0D0D9;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    width: fit-content;
    padding: 0 16px;
}

.wd-product-brands a {
    color: #D0D0D9;
}

.single_add_to_cart_button {
    border-radius: 30px;
    background: #FA5632;
    box-shadow: none;
    color: #ffffff;
    font-family: "Bebas Neue";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 54px 12px 54px;
}

.single_add_to_cart_button:hover {
    color: #ffffff;
    box-shadow: none;
    background: #FA5632;
}

.product_meta a {
    color: #FF937B !important;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.elementor-alert {
    border-radius: 4px;
    padding: 10px 10px 10px 19px;
}

div.quantity {
    background: #F7F8FA;
    padding: 5px;
}

div.quantity :is(input[type="number"],input[type="text"]) {
    height: 44px;
    width: 44px;
    border: none;
}

div.quantity input[type="button"] {
    border: none;
    background: #FFE8E2;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    font-size: 30px;
    color: #FA5632;
}