/* OrderAfrica trade-flow layer: product, sourcing cart, checkout and orders */
.flow-kicker,
.detail-section-label {
    color: var(--oa-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.wholesale-product-page,
.wholesale-cart-page,
.wholesale-checkout-page,
.wholesale-orders-page {
    max-width: 1440px;
}

.wholesale-product-page .breadcrumb {
    margin: 7px 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.wholesale-product-page .breadcrumb a { color: var(--oa-orange); }
.wholesale-product-page .gallery-container { top: 96px !important; }
.wholesale-product-page .main-img-box,
.wholesale-product-page .product-info-box,
.wholesale-product-page .desc-box {
    background: #fff !important;
    border: 1px solid var(--oa-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.wholesale-product-page .main-img-box { padding: 18px !important; }
.wholesale-product-page .main-img { border-radius: 0 !important; }
.wholesale-product-page .thumb-item,
.wholesale-product-page .thumb-video-icon {
    width: 68px !important;
    height: 68px !important;
    border-radius: 0 !important;
    background: #fff;
}
.wholesale-product-page .thumb-item.active,
.wholesale-product-page .thumb-video-icon.active { border-color: var(--oa-orange) !important; }
.wholesale-product-page .product-info-box { padding: 30px !important; }
.wholesale-product-page .p-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(32px, 3vw, 46px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.02em;
    text-transform: uppercase;
}
.wholesale-product-page .p-meta {
    border-bottom: 1px solid var(--oa-line);
    padding-bottom: 18px;
    font-size: 11px !important;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.wholesale-product-page .price-label {
    margin-bottom: 10px !important;
    background: var(--oa-green) !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.trade-assurance-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    margin-bottom: 14px;
    color: #667067;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.trade-assurance-row i { color: var(--oa-orange); margin-right: 4px; }
.wholesale-product-page .variant-list { border-top: 1px solid var(--oa-line); }
.wholesale-product-page .variant-row {
    gap: 20px;
    padding: 16px 10px !important;
    border-color: var(--oa-line) !important;
}
.wholesale-product-page .variant-row:hover { background: #f7f4ec !important; }
.wholesale-product-page .v-sku {
    background: transparent !important;
    color: #707970 !important;
    padding: 0 !important;
    letter-spacing: .04em;
}
.wholesale-product-page .v-price { color: var(--oa-orange) !important; font-family: "Barlow Condensed",sans-serif; font-size: 24px !important; }
.wholesale-product-page .v-stock { color: var(--oa-green-2) !important; font-size: 10px !important; text-transform: uppercase; }
.wholesale-product-page .qty-wrap { height: 38px !important; border-radius: 0 !important; border-color: #bfc4bd !important; }
.wholesale-product-page .qty-btn { background: #ece9df !important; }
.wholesale-product-page .desc-box { padding: 34px !important; }
.wholesale-product-page .desc-box h3 {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 38px;
    text-transform: uppercase;
}
.wholesale-product-page .desc-box img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 1px;
    margin: 0 auto 12px !important;
}
.sticky-footer {
    background: rgba(250,248,241,.97) !important;
    border-color: var(--oa-line) !important;
    box-shadow: 0 -8px 30px rgba(18,35,23,.08) !important;
}
.sticky-footer .total-price-big { color: var(--oa-orange) !important; font-family:"Barlow Condensed",sans-serif; }
.sticky-footer .btn-cart,
.sticky-footer .btn-buy { border-radius: 0 !important; text-transform: uppercase; letter-spacing: .05em; }
.sticky-footer .btn-buy { background: var(--oa-orange) !important; border-color: var(--oa-orange) !important; }

.wholesale-cart-page > .d-flex:first-child { justify-content:space-between; border-bottom:1px solid var(--oa-line); padding-bottom:22px; }
.wholesale-cart-page h1,
.checkout-page-head h1 {
    font-family:"Barlow Condensed",sans-serif;
    font-size:46px !important;
    font-weight:800;
    text-transform:uppercase;
}
.wholesale-cart-page .cart-card,
.wholesale-cart-page .summary-card {
    border:1px solid var(--oa-line) !important;
    border-radius:0 !important;
    box-shadow:none !important;
}
.wholesale-cart-page .cart-card:hover { border-color:#9ba29b !important; }
.wholesale-cart-page .img-box,
.wholesale-cart-page .img-box img,
.wholesale-cart-page .sku-badge { border-radius:0 !important; }
.wholesale-cart-page .summary-card { top:96px !important; border-top:4px solid var(--oa-green) !important; }
.wholesale-cart-page .summary-card .btn-primary {
    background:var(--oa-orange) !important;
    border-color:var(--oa-orange) !important;
    border-radius:0 !important;
    text-transform:uppercase;
    letter-spacing:.05em;
}
.wholesale-cart-page .summary-card .text-primary { color:var(--oa-orange) !important; }

.checkout-page-head {
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:28px;
    border-bottom:1px solid var(--oa-line);
    padding-bottom:22px;
}
.checkout-page-head h1 { margin:2px 0 0; }
.checkout-steps { display:flex; gap:5px; }
.checkout-steps span { padding:8px 12px; background:#e7e3d8; color:#737b74; font-size:10px; font-weight:800; text-transform:uppercase; }
.checkout-steps .done { color:var(--oa-green); }
.checkout-steps .active { background:var(--oa-green); color:#fff; }
.wholesale-checkout-page .card-modern {
    border:1px solid var(--oa-line) !important;
    border-radius:0 !important;
    box-shadow:none !important;
}
.wholesale-checkout-page .form-header {
    background:#fff !important;
    border-bottom:1px solid var(--oa-line) !important;
}
.wholesale-checkout-page .text-primary,
.wholesale-checkout-page .text-success { color:var(--oa-orange) !important; }
.wholesale-checkout-page .form-control,
.wholesale-checkout-page .form-select,
.wholesale-checkout-page .input-group-text,
.wholesale-checkout-page .shipping-method-card,
.wholesale-checkout-page .notice-box,
.wholesale-checkout-page .summary-note,
.wholesale-checkout-page .mini-img { border-radius:0 !important; }
.wholesale-checkout-page .form-control:focus,
.wholesale-checkout-page .form-select:focus { border-color:var(--oa-green) !important; box-shadow:0 0 0 3px rgba(23,63,42,.1) !important; }
.wholesale-checkout-page .shipping-method-card.active { border-color:var(--oa-orange) !important; background:#fff7f1 !important; }
.wholesale-checkout-page .btn-submit {
    background:var(--oa-orange) !important;
    border-radius:0 !important;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.wholesale-checkout-page .order-summary { top:96px !important; }

.wholesale-orders-page .order-card,
.wholesale-orders-page .order-detail,
.wholesale-orders-page .balance-card,
.wholesale-orders-page .item-thumb {
    border-radius:0 !important;
    box-shadow:none !important;
}
.wholesale-orders-page .order-card { border-color:var(--oa-line) !important; }
.wholesale-orders-page .order-card.active {
    border-color:var(--oa-green) !important;
    background:#f3f5ef !important;
}
.wholesale-orders-page .order-card.active::before { background:var(--oa-orange) !important; }
.wholesale-orders-page .order-detail { border:1px solid var(--oa-line); }

.app-footer { padding:0 !important; }
.trade-footer-main { max-width:1440px; margin:auto; padding:62px 16px 46px; }
.trade-footer-brand { font-family:"Barlow Condensed",sans-serif; color:#fff; font-size:30px; font-weight:800; text-transform:uppercase; }
.trade-footer-statement { max-width:430px; margin-top:14px; color:#9eaaa1; line-height:1.75; font-size:13px; }
.trade-footer-band { border-top:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); }
.trade-footer-benefits { max-width:1440px; margin:auto; display:grid; grid-template-columns:repeat(3,1fr); }
.trade-footer-benefits div { padding:20px 16px; border-right:1px solid rgba(255,255,255,.12); color:#c4cec6; font-size:11px; font-weight:700; letter-spacing:.06em; text-align:center; text-transform:uppercase; }

@media (max-width:767px) {
    .wholesale-product-page .product-info-box,
    .wholesale-product-page .desc-box { padding:18px !important; }
    .wholesale-product-page .p-title { font-size:32px !important; }
    .wholesale-product-page .variant-row { align-items:flex-start !important; flex-direction:column; }
    .wholesale-product-page .v-meta { width:100%; justify-content:space-between; }
    .sticky-footer { bottom:var(--bottom-nav-h) !important; padding:9px 0 !important; }
    .sticky-footer .btn-cart { display:none; }
    .sticky-footer .btn-buy { padding:10px 16px !important; }
    .checkout-page-head { align-items:flex-start; flex-direction:column; }
    .checkout-steps { width:100%; overflow-x:auto; }
    .checkout-steps span { white-space:nowrap; }
    .trade-footer-benefits { grid-template-columns:1fr; }
    .trade-footer-benefits div { border-bottom:1px solid rgba(255,255,255,.1); }
}
