.user-not-logged .product-quantity,
.user-not-logged .product-add-to-cart {
    display: none !important;
}

.product-hide-message {
    margin: 2rem 0;
}

.product-additional-info.js-product-additional-info .product-hide-message {
    padding-left: 40px;
}

.product-hide-message .login-alert {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #000;
    position: relative;
}

.product-hide-message .login-alert img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.product-hide-message .login-alert span {
    color: var(--main-color, #9A101D);
    font-family: var(--main-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.product-hide-message .login-alert i {
    color: #a94442;
    margin-right: 0.5rem;
    font-size: 20px;
}

.product-hide-message .login-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-hide-message .login-links a {
    color: var(--main-color, #9A101D);
    font-family: var(--main-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-align: left;
}

.product-hide-message .login-links a i {
    color: #9A101D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-hide-message .login-links a:hover {
    text-decoration: underline;
}

.product-hide-message .connect-link {
    margin-bottom: 0.25rem;
}
.user-not-logged section.product-discounts.js-product-discounts {
    display: none !important;
}