/* Bonanza-Shop marketplace layout. Loaded after the existing storefront theme. */
body.bonanza-storefront {
    --primary: #386354;
    --hov-primary: #284c40;
    --soft-primary: rgba(56, 99, 84, .09);
    --home-header-top-bg: #386354;
    --home-header-top-fg: #ffffff;
    --home-header-menu-bg: #edf5f3;
    --home-header-border: #dce7e2;
    --bonanza-paper: #ffffff;
    --bonanza-ink: #22382f;
    background: #fff;
}
.bonanza-storefront .aiz-main-wrapper { background: #fff; }
.bonanza-storefront .top-navbar a.opacity-60,
.bonanza-storefront .top-navbar a > .opacity-60 { opacity: 1; }
.bonanza-storefront .top-navbar #lang-change .dropdown-menu,
.bonanza-storefront .top-navbar #currency-change .dropdown-menu {
    max-height: min(70vh, 520px);
    overflow-y: auto;
}
.bonanza-storefront header.z-1020 { box-shadow: none !important; }
.bonanza-storefront header.z-1020 .front-header-search { min-width: 0; }
.bonanza-storefront header.z-1020 .front-header-search .input-group {
    border-width: 1px;
    border-radius: 2px;
}
.bonanza-storefront header.z-1020 > .border-top a {
    color: var(--bonanza-ink) !important;
    border-radius: 0;
}
.bonanza-storefront .market-category-nav {
    background: #edf5f3;
    border-top: 1px solid var(--home-header-border);
}
.market-category-nav .container {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: thin;
}
.market-category-nav a {
    padding: 16px 0;
    flex-shrink: 0;
    font-weight: 600;
    color: #22382f;
}
.market-category-nav a:hover { color: #386354; text-decoration: underline; }
.market-hero { padding-top: 36px; }
.market-hero-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 24px; }
.market-hero-grid--single { grid-template-columns: minmax(0, 1fr); }
.market-hero-slider { min-width: 0; align-self: center; }
.market-hero-image { width: 100%; aspect-ratio: 2 / 1; object-fit: contain; background: #f5f7f4; display: block; }
.market-hero-grid--single .market-hero-image { aspect-ratio: 3 / 1; }
.market-feature { background: #edf5f3; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; color: #22382f; min-width: 0; }
.market-feature h1 { font-size: clamp(22px, 2vw, 30px); font-weight: 600; margin: 12px 0 18px; overflow-wrap: anywhere; }
.market-eyebrow { font-size: 12px; letter-spacing: .06em; }
.market-feature img { width: 100%; height: 160px; object-fit: contain; margin-top: 18px; }
.market-text-link { color: #386354; text-decoration: underline; font-weight: 600; }
.market-text-link span { display: inline-block; margin-inline-start: 8px; }
.market-section { margin-top: 52px; margin-bottom: 52px; }
.market-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.market-section-heading h2 { font-size: clamp(23px, 2.3vw, 30px); font-weight: 600; margin: 0; }
.market-section-heading > a { flex-shrink: 0; color: #386354; text-decoration: underline; }
.market-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.market-category { background: #f4f3f0; color: #22382f; padding: 26px; min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.market-category:nth-child(3n+2) { background: #edf5f3; }
.market-category:nth-child(3n) { background: #f6eeea; }
.market-category h3 { font-size: 22px; font-weight: 600; overflow-wrap: anywhere; }
.market-category img { width: 100%; height: 150px; object-fit: contain; margin-top: 20px; }
.market-category:hover, .market-feature:hover { color: #22382f; box-shadow: inset 0 0 0 1px #a7c2b5; }
.market-banner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.market-banner-grid img { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.bonanza-home .market-products > section { margin-top: 52px; margin-bottom: 52px !important; }
.bonanza-home .market-products > section > .container > .bg-white {
    padding: 0 !important; box-shadow: none !important; border-radius: 0 !important;
}
.bonanza-home .market-products h3.h5 { font-size: clamp(23px, 2.3vw, 30px); font-weight: 600 !important; }
.bonanza-home .market-products .border-bottom { border-bottom: 0 !important; }
.bonanza-home .aiz-card-box { border-radius: 0; border: 1px solid #edf0ed !important; box-shadow: 0 6px 22px rgba(34, 56, 47, .045); }
.bonanza-home .aiz-card-box > .position-relative img { object-fit: contain; background: #fafbf9; padding: 12px; }
.bonanza-home .aiz-card-box > .text-left { display: flex; flex-direction: column; gap: 10px; text-align: center !important; }
.bonanza-home .aiz-card-box > .text-left h3 { order: -1; font-size: 15px; height: 42px !important; }
.bonanza-home .aiz-card-box > .text-left > .bg-soft-primary { background: transparent !important; border: 0 !important; font-size: 12px; color: #657369; }
.bonanza-storefront .market-contact { max-width: 380px; border: 1px solid #668979; background: rgba(255,255,255,.05); border-radius: 2px; }
.bonanza-storefront .market-contact a { min-width: 0; }
.bonanza-storefront .footer-widget .opacity-50 { opacity: .85; }
.bonanza-storefront .footer-widget .form-inline { gap: 8px; }
.bonanza-home a:focus-visible, .market-category-nav a:focus-visible { outline: 2px solid #386354; outline-offset: 3px; }
@media (min-width: 992px) {
    .market-category:first-child { grid-row: span 2; }
    .market-category:first-child img { height: 320px; }
    .market-category:nth-child(2) { grid-column: span 2; flex-direction: row; align-items: center; }
    .market-category:nth-child(2) img { width: 45%; }
    .bonanza-storefront header .nav-box-text { max-width: 100px; white-space: normal; }
}
@media (max-width: 991.98px) {
    .market-hero-grid { grid-template-columns: minmax(0, 1fr); }
    .market-feature { flex-direction: row; align-items: center; gap: 20px; }
    .market-feature img { width: 38%; height: 120px; margin: 0; }
    .market-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
    .market-hero { padding-top: 20px; }
    .market-hero-grid, .market-category-grid { gap: 12px; }
    .market-section, .bonanza-home .market-products > section { margin-top: 32px; margin-bottom: 32px !important; }
    .market-category { padding: 16px; min-height: 220px; }
    .market-category h3 { font-size: 17px; }
    .market-category img { height: 115px; }
    .market-feature { padding: 20px; }
    .market-banner-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .market-section-heading { gap: 12px; flex-wrap: wrap; }
    .bonanza-home .aiz-card-box > .text-left h3 { font-size: 13px; height: 37px !important; }
}
