.breadcrumb-custom {
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
    position: relative;
    font-family: var(--font-editorial);
}

.breadcrumb-custom a {
    color: var(--primary-maroon);
    text-decoration: none;
}

.breadcrumb-custom a:hover {
    text-decoration: underline;
}

.divider {
    width: 70px;
    height: 2px;
    background: var(--primary-brown);
    margin: 15px auto 20px;
}

.wholesale-section {
    padding: 0px 0 50px;
}

.info-box {
    background: var(--bg-white);
    padding: 30px;
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    height: 100%;
}

.info-box h3 {
    color: var(--primary-maroon);
    margin-bottom: 15px;
    font-family: var(--font-editorial);
}

.info-box p {
    color: var(--bg-dark);
    line-height: var(--lh-body-loose);
}

.info-box ul {
    padding-left: 18px;
    margin-top: 15px;
}

.info-box ul li {
    margin-bottom: 10px;
}

.info-box ul li::marker {
    color: var(--primary-maroon);
}

.form-box {
    background: var(--bg-white);
    padding: 30px;
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
}

.form-box h3 {
    color: var(--primary-maroon);
    margin-bottom: 20px;
    font-family: var(--font-editorial);
}

.form-control {
    border-radius: 8px;
    border: 1px solid var(--border-light);
    padding: 12px;
    font-size: 0.95rem;
}

.form-control:focus {
    border-color: var(--primary-maroon);
    box-shadow: none;
}

textarea.form-control {
    resize: none;
}

.btn-submit {
    background: var(--btn-primary-bg);
    color: var(--btn-primary-text);
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    transition: 0.3s;
}

.btn-submit:hover {
    background: var(--primary-brown);
}

@media (max-width: 768px) {
    .wholesale-section {
        padding: 40px 0;
    }
}

.row {
    --bs-gutter-x: unset !important;
}

.section-heading-wrap {
    margin-bottom: 36px;
    text-align: center;
}

.section-heading-wrap .section-title {
    font-family: var(--font-editorial);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: var(--fw-medium);
    letter-spacing: var(--ls-section);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #000;
    z-index: 1;
    padding-left: 20px;
    margin: 0;
}

.section-heading-wrap .section-title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 104%;
    height: 27px;
    background: var(--bg-cream);
    z-index: -1;
}
