/* Product page notices / stock alert — extracted from single-product.php */

.gg-product-notices {
    margin: 10px 0 12px;
}

.gg-product-notices:empty {
    display: none;
}

.gg-product-notices .woocommerce-message,
.gg-product-notices .woocommerce-info,
.gg-product-notices .woocommerce-error {
    margin: 0 0 10px !important;
    padding: 10px 12px !important;
    border: 1.5px solid #111 !important;
    border-radius: 10px !important;
    background: #fff7e6 !important;
    color: #111 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}

.gg-product-notices .woocommerce-message {
    background: #e9f8df !important;
}

.gg-product-notices .woocommerce-error {
    background: #ffe6e6 !important;
}

.gg-product-notices .woocommerce-message::before,
.gg-product-notices .woocommerce-info::before,
.gg-product-notices .woocommerce-error::before {
    display: none !important;
}

.gg-product-notices a {
    color: #111 !important;
    font-weight: 900 !important;
    text-decoration: underline !important;
}

.gg-buy-box .gg-buy-box__stock-alert-slot {
    margin: 12px 0 14px;
}

.gg-buy-box .gg-stock-alert {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
}

.gg-buy-box .gg-stock-alert__title {
    min-height: 38px;
    margin: 0 0 10px;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: -0.02em;
}

.gg-buy-box .gg-stock-alert__form {
    gap: 10px;
    padding: 0 14px 14px;
}

.gg-buy-box .gg-stock-alert__fields {
    gap: 8px;
}

.gg-buy-box .gg-stock-alert__field input {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 13px !important;
    line-height: 1.2;
    border-width: 1.5px;
}

.gg-buy-box .gg-stock-alert__button {
    min-height: 40px;
    margin-top: 4px;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 18px !important;
    line-height: 1 !important;
}

.gg-buy-box .gg-stock-alert .screen-reader-text {
    position: absolute !important;
}

.gg-buy-box .gg-stock-alert__honeypot {
    display: none !important;
}

.gg-buy-box .gg-buy-box__stock-alert-slot + .gg-buy-box__trust {
    margin-top: 10px;
}

.gg-buy-box .gg-buy-box__trust {
    gap: 8px;
}

.gg-buy-box .gg-buy-box__trust-item {
    font-size: 12px;
    line-height: 1.2;
}

.gg-buy-box .gg-buy-box__trust-item img {
    width: 18px;
    height: 18px;
}

.gg-buy-box .gg-buy-box__payment-logos {
    margin-top: 10px;
}

.gg-buy-box .gg-buy-box__payment-logos-img {
    max-height: 30px;
    width: auto;
}

@media (max-width: 640px) {
    .gg-buy-box .gg-buy-box__stock-alert-slot {
        margin: 10px 0 12px;
    }

    .gg-buy-box .gg-stock-alert__title {
        min-height: 36px;
        padding: 8px 10px;
        font-size: 16px !important;
    }

    .gg-buy-box .gg-stock-alert__form {
        padding: 0 12px 12px;
        gap: 8px;
    }

    .gg-buy-box .gg-stock-alert__field input {
        min-height: 38px;
        padding: 8px 10px;
        font-size: 12px !important;
    }

    .gg-buy-box .gg-stock-alert__button {
        min-height: 38px;
        padding: 8px 12px;
        font-size: 16px !important;
    }
}
