.product-info .tp-product-detail-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 8px auto 14px;
    max-width: 360px;
}

.product-info .tp-detail-quantity-net-price {
    margin: 14px auto 8px;
    max-width: 420px;
    text-align: center;
    color: #1d2730;
    line-height: 1.2;
}

.product-info .tp-detail-quantity-price-main {
    align-items: baseline;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
}

.product-info .tp-detail-quantity-price-main span {
    display: inline;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
}

.product-info .tp-detail-quantity-net-price strong {
    font-size: 22px;
    font-weight: 800;
}

.product-info .tp-detail-quantity-price-tax {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #4b5963;
}

.product-info .tp-detail-quantity-price-tax span {
    color: #148a28;
    font-weight: 700;
}

.product-info .tp-product-detail-quantity .control-label {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

.product-info .tp-product-detail-quantity .input-group {
    display: flex;
    width: 160px;
}

.product-info .tp-product-detail-quantity .btn,
.product-info .tp-product-detail-quantity .form-control {
    height: 38px;
    border-color: #d7d7d7;
    box-shadow: none;
}

.product-info .tp-product-detail-quantity .form-control {
    max-width: 68px;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 767px) {
    .product-info .tp-product-detail-quantity {
        justify-content: center;
        max-width: none;
    }

    .product-info .tp-product-detail-quantity .input-group {
        width: 100%;
    }
}

/* TROJA layout fixes 2026-07-09 */
.dropdown-menu.dropdown-menu-login,
.dropdown-menu.dropdown-menu-login > li,
.dropdown-menu.dropdown-menu-login form {
    background: #fff !important;
}

.dropdown-menu.dropdown-menu-login {
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}

#footer {
    margin-top: 32px !important;
}

/* TROJA stronger login flyout background 2026-07-09 */
#topbar-container .navbar-topbar-item.open > .dropdown-menu.dropdown-menu-login,
#topbar-container .navbar-topbar-item.mouse.open > .dropdown-menu.dropdown-menu-login,
ul.dropdown-menu.dropdown-menu-login.arrow-top {
    background: #fff !important;
    background-color: #fff !important;
    background-image: linear-gradient(#fff, #fff) !important;
}

#topbar-container .dropdown-menu.dropdown-menu-login::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #fff;
}

/* TROJA admin EK display 2026-07-11 */
.product-info .tp-admin-ek-label,
.product-info .tp-admin-ek-value {
    color: #111;
    font-weight: 800;
}

.product-info .tp-admin-ek-value {
    color: #b00020;
}

.product-info .tp-admin-ek-missing {
    color: #777;
    font-weight: 700;
}
