:root {
    --catalog-orange: #e85d04;
    --catalog-orange-dark: #c94e00;
    --catalog-brown: #4a2f1d;
    --catalog-cream: #fff8f1;
    --catalog-line: #eee1d7;
    --catalog-text: #2e241e;
    --catalog-muted: #84746a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--catalog-text); background: #fffdfb; font-family: 'Plus Jakarta Sans', sans-serif; }
button, select, input { font: inherit; }

.top-bar { background: var(--catalog-brown); color: #fff; font-size: 11px; }
.top-bar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-bar-left { display: flex; align-items: center; gap: 25px; }
.top-bar span, .top-bar a { display: flex; align-items: center; gap: 7px; color: inherit; text-decoration: none; }
.top-bar svg { width: 14px; height: 14px; }

.header-search { max-width: 850px; }
.main-header .logo-link img { width: auto; height: 52px; max-width: none; object-fit: contain; display: block; }
.search-category { min-width: 135px; gap: 7px; }
.search-category svg { width: 17px; }
.main-nav .main-nav-inner { padding-left: 40px !important; padding-right: 40px !important; gap: 28px; }
.main-nav .nav-categories-dropdown { min-width: 180px !important; justify-content: center !important; }
.catalog-nav-links { display: flex; align-items: center; gap: 30px; }
.catalog-nav-links a { color: #78685e; text-decoration: none; font-size: 12px; font-weight: 700; }
.catalog-nav-links a:hover, .catalog-nav-links .active { color: var(--catalog-orange); }

.catalog-hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #fff3e6 0%, #fffaf5 58%, #f7e6d2 100%); border-bottom: 1px solid var(--catalog-line); }
.catalog-hero::after { content: ''; position: absolute; width: 400px; height: 400px; right: -110px; top: -205px; border-radius: 50%; background: rgba(232, 93, 4, .08); }
.catalog-hero-inner { position: relative; z-index: 1; min-height: 310px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; padding-top: 45px; padding-bottom: 45px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 33px; color: #94857b; font-size: 11px; }
.breadcrumb a { color: var(--catalog-orange); text-decoration: none; }
.breadcrumb svg { width: 13px; }
.eyebrow { margin: 0 0 10px; color: #b86a35; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.catalog-hero h1 { margin: 0; color: var(--catalog-brown); font-size: clamp(34px, 4vw, 51px); line-height: 1.08; letter-spacing: -1.6px; }
.catalog-hero h1 + p { max-width: 650px; margin: 17px 0 0; color: var(--catalog-muted); font-size: 14px; line-height: 1.75; }
.hero-feature-list { display: grid; gap: 12px; }
.hero-feature-list span { display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 15px 18px; border: 1px solid rgba(224, 196, 173, .8); border-radius: 12px; background: rgba(255, 255, 255, .72); backdrop-filter: blur(8px); }
.hero-feature-list svg { grid-row: 1 / 3; width: 24px; color: var(--catalog-orange); }
.hero-feature-list b { color: var(--catalog-brown); font-size: 12px; }
.hero-feature-list small { margin-top: 3px; color: var(--catalog-muted); font-size: 10px; }

.catalog-shell { padding-top: 42px; padding-bottom: 85px; }
.selection-panel { padding: 32px 34px; border: 1px solid var(--catalog-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(74, 47, 29, .06); }
.selection-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.selection-number { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--catalog-orange); font-size: 15px; font-weight: 800; }
.selection-heading p { margin: 0 0 4px; color: #af7650; font-size: 10px; font-weight: 800; letter-spacing: 1.35px; }
.selection-heading h2 { margin: 0; color: var(--catalog-brown); font-size: 26px; }
.selection-fields { display: grid; grid-template-columns: 1fr 48px 1fr; align-items: end; gap: 19px; }
.select-field > span, .sort-field > span { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: #65564c; font-size: 13px; font-weight: 700; }
.select-field svg { width: 18px; color: var(--catalog-orange); }
.select-field select, .sort-field select { width: 100%; height: 56px; padding: 0 45px 0 17px; border: 1px solid #e7d9cf; border-radius: 10px; outline: none; color: var(--catalog-brown); background: #fffdfb; font-size: 14px; font-weight: 700; cursor: pointer; }
.select-field select:focus, .sort-field select:focus { border-color: var(--catalog-orange); box-shadow: 0 0 0 3px rgba(232, 93, 4, .1); }
.selection-arrow { height: 56px; display: grid; place-items: center; color: #bdafa5; }
.selection-arrow svg { width: 22px; }
.selection-help { margin: 14px 0 0; color: #9a8a80; font-size: 12px; }

.catalog-content-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 32px 0; }
.catalog-content-cards article { display: flex; align-items: flex-start; gap: 15px; min-height: 136px; padding: 22px; border: 1px solid #eee0d5; border-radius: 16px; background: linear-gradient(140deg, #fff 0%, #fff9f4 100%); box-shadow: 0 8px 21px rgba(74,47,29,.035); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; animation: contentCardReveal .55s cubic-bezier(.2,.8,.2,1) both; }
.catalog-content-cards article:nth-child(2) { animation-delay: .08s; }.catalog-content-cards article:nth-child(3) { animation-delay: .16s; }
.catalog-content-cards article:hover { border-color: #e5be9f; transform: translateY(-3px); box-shadow: 0 13px 25px rgba(74,47,29,.08); }
.catalog-content-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--catalog-orange); background: #fff0e4; }
.catalog-content-icon svg { width: 21px; height: 21px; }
.catalog-content-cards h3 { margin: 2px 0 8px; color: var(--catalog-brown); font-size: 15px; }
.catalog-content-cards p { margin: 0; color: var(--catalog-muted); font-size: 12px; line-height: 1.62; }

.vendor-panel { position: relative; margin: 24px 0 30px; padding: 25px; display: grid; grid-template-columns: 115px 1fr auto; align-items: center; gap: 25px; overflow: hidden; border-radius: 15px; color: #fff; background: linear-gradient(110deg, #4a2f1d, #684127); }
.vendor-panel::after { content: ''; position: absolute; right: -70px; top: -120px; width: 300px; height: 300px; border: 45px solid rgba(255,255,255,.04); border-radius: 50%; pointer-events: none; }
.vendor-logo-wrap { position: relative; z-index: 1; width: 108px; height: 108px; padding: 10px; display: grid; place-items: center; border-radius: 14px; background: #fff; }
.vendor-logo-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; }
.vendor-copy { position: relative; z-index: 1; }
.vendor-meta { display: flex; gap: 15px; margin-bottom: 7px; color: #f0cdb6; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.vendor-meta span { display: flex; align-items: center; gap: 5px; }
.vendor-meta svg { width: 13px; }
.vendor-copy h2 { margin: 0; font-size: 24px; }
.vendor-copy > p { max-width: 650px; margin: 7px 0 15px; color: #ddcec3; font-size: 11px; line-height: 1.6; }
.vendor-stats { display: flex; gap: 27px; }
.vendor-stats span { display: flex; flex-direction: column; }
.vendor-stats b { color: #fff; font-size: 12px; }
.vendor-stats small { margin-top: 2px; color: #bfa99a; font-size: 8px; }
.browse-button { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 7px; color: var(--catalog-brown); background: #fff; text-decoration: none; font-size: 10px; font-weight: 800; }
.browse-button svg { width: 14px; }

.products-section { position: relative; margin-top: 42px; padding: 30px; overflow: hidden; border: 1px solid #f0e2d7; border-radius: 20px; background: linear-gradient(135deg, #fffdfb 0%, #fff8f2 100%); box-shadow: 0 13px 35px rgba(74,47,29,.045); }
.vendor-panel:not([hidden]) + .products-section { margin-top: 0; }
.products-section::before { content: ''; position: absolute; top: -75px; right: -50px; width: 210px; height: 210px; border: 34px solid rgba(232,93,4,.045); border-radius: 50%; pointer-events: none; }
.products-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 23px; }
.products-heading h2 { margin: 0; color: var(--catalog-brown); font-size: 32px; letter-spacing: -1px; }
.products-heading h2 + p { margin: 8px 0 0; color: var(--catalog-muted); font-size: 12px; }
.sort-field { width: 180px; }
.sort-field select { height: 42px; font-size: 10px; box-shadow: 0 4px 12px rgba(74,47,29,.04); }
.category-filter { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 13px; border: 1px solid #eee0d5; border-radius: 14px; background: rgba(255,255,255,.84); box-shadow: 0 7px 18px rgba(74,47,29,.035); }
.category-filter button { position: relative; overflow: hidden; padding: 9px 15px; border: 1px solid #eaded5; border-radius: 22px; color: #78685e; background: #fff; font-size: 10px; font-weight: 700; cursor: pointer; transition: color .25s, border-color .25s, background .25s, transform .25s, box-shadow .25s; animation: filterChipRise .45s both; }
.category-filter button:nth-child(2) { animation-delay: .04s; }.category-filter button:nth-child(3) { animation-delay: .08s; }.category-filter button:nth-child(4) { animation-delay: .12s; }.category-filter button:nth-child(5) { animation-delay: .16s; }.category-filter button:nth-child(6) { animation-delay: .2s; }.category-filter button:nth-child(7) { animation-delay: .24s; }
.category-filter button:hover { border-color: #e6a77f; color: var(--catalog-orange); transform: translateY(-2px); box-shadow: 0 5px 10px rgba(232,93,4,.1); }
.category-filter button.active { border-color: var(--catalog-brown); color: #fff; background: var(--catalog-brown); box-shadow: 0 5px 12px rgba(74,47,29,.18); }
.vendor-panel[hidden], .catalog-vendor-product-sections[hidden] { display: none !important; }
.catalog-vendor-product-sections { position: relative; z-index: 1; display: grid; gap: 42px; margin-top: 32px; }
.catalog-vendor-product-section { overflow: hidden; border: 1px solid var(--catalog-line); border-radius: 16px; background: #fff; box-shadow: 0 9px 25px rgba(74,47,29,.06); animation: vendorSectionReveal .65s cubic-bezier(.2,.8,.2,1) both; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.catalog-vendor-product-section:nth-child(2) { animation-delay: .08s; }.catalog-vendor-product-section:nth-child(3) { animation-delay: .16s; }.catalog-vendor-product-section:nth-child(4) { animation-delay: .24s; }
.catalog-vendor-product-section:hover { border-color: #e4c3ae; transform: translateY(-3px); box-shadow: 0 16px 34px rgba(74,47,29,.1); }
.catalog-vendor-section-header { min-height: 91px; padding: 17px 21px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid #eaded5; background: linear-gradient(105deg, #4a2f1d, #684127); }
.catalog-vendor-section-logo { width: 58px; height: 58px; flex: 0 0 auto; padding: 5px; overflow: hidden; border-radius: 9px; background: #fff; }
.catalog-vendor-section-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 5px; }
.catalog-vendor-section-copy { flex: 1; }
.catalog-vendor-section-copy h3 { margin: 0 0 5px; color: #fff; font-size: 18px; }
.catalog-vendor-section-copy p { margin: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px; color: #ddc9bb; font-size: 9px; }
.catalog-vendor-section-copy span { display: flex; align-items: center; gap: 4px; }
.catalog-vendor-section-copy svg { width: 12px; color: #f0a777; }
.catalog-vendor-section-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.catalog-vendor-section-count { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; color: #f6dfcf; background: rgba(255,255,255,.08); font-size: 9px; font-weight: 700; }
.view-vendor-products { position: relative; isolation: isolate; overflow: hidden; padding: 5px 5px 5px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; color: var(--catalog-brown); background: #fff; font-size: 10px; font-weight: 800; white-space: nowrap; cursor: pointer; box-shadow: 0 5px 14px rgba(32,18,10,.14); transition: color .35s, border-color .35s, transform .25s, box-shadow .25s; }
.view-vendor-products::before { content: ''; position: absolute; z-index: -1; right: 5px; width: 30px; height: 30px; border-radius: 50%; background: var(--catalog-orange); transform: scale(0); transition: transform .42s cubic-bezier(.2,.8,.2,1); }
.view-vendor-products > span:first-child { position: relative; z-index: 1; }
.vendor-button-circle { position: relative; z-index: 1; width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--catalog-orange); transition: color .3s, background .3s, transform .4s cubic-bezier(.2,.8,.2,1); }
.vendor-button-circle svg { width: 14px; height: 14px; color: currentColor; stroke-width: 2.4; }
.view-vendor-products:hover { border-color: var(--catalog-orange); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(232,93,4,.24); }
.view-vendor-products:hover::before { transform: scale(8); }
.view-vendor-products:hover .vendor-button-circle { color: var(--catalog-orange); background: #fff; transform: rotate(45deg) scale(1.05); }
.view-vendor-products:focus-visible { outline: 3px solid rgba(255,171,112,.55); outline-offset: 3px; }
.catalog-vendor-products-grid { padding: 20px; grid-template-columns: repeat(3, 1fr); }
.catalog-vendor-products-grid .product-card { box-shadow: none; }

@keyframes filterChipRise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vendorSectionReveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes contentCardReveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--catalog-line); border-radius: 13px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: none; border-color: #e4c7b2; box-shadow: 0 13px 30px rgba(74, 47, 29, .09); }
.product-image { height: 205px; overflow: hidden; background: #f8f5f2; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-badge { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 5px 9px; border-radius: 15px; color: #fff; background: var(--catalog-orange); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.product-info { padding: 15px; }
.product-category { color: #ad7957; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.product-info h3 { min-height: 38px; margin: 7px 0 4px; color: var(--catalog-brown); font-size: 14px; line-height: 1.35; }
.product-weight { color: #9a8c83; font-size: 9px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 14px; }
.product-price { color: var(--catalog-brown); font-size: 15px; font-weight: 800; }
.product-price del { margin-left: 4px; color: #afa39a; font-size: 9px; font-weight: 500; }
.add-cart { width: 35px; height: 35px; display: grid; place-items: center; border: 0; border-radius: 7px; color: #fff; background: var(--catalog-orange); cursor: pointer; transition: .2s; }
.add-cart:hover { background: var(--catalog-orange-dark); transform: scale(1.05); }
.add-cart svg { width: 15px; }
.empty-state { padding: 65px 20px; text-align: center; border: 1px dashed #e4d4c9; border-radius: 13px; background: #fffaf6; }
.empty-state svg { width: 35px; height: 35px; color: #c39c80; }
.empty-state h3 { margin: 10px 0 5px; color: var(--catalog-brown); font-size: 17px; }
.empty-state p { margin: 0 0 15px; color: var(--catalog-muted); font-size: 11px; }
.empty-state button { padding: 9px 14px; border: 0; border-radius: 6px; color: #fff; background: var(--catalog-orange); font-size: 10px; font-weight: 700; cursor: pointer; }

.catalog-login-footer { padding: 28px 0 0; border-top: 1px solid #ebdcd0; color: var(--catalog-text); background: #fff url('../images/footer bg login and register.png') center / cover no-repeat; }
.catalog-footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4, 1fr); gap: 42px; padding-top: 12px; padding-bottom: 38px; }
.catalog-footer-logo { width: auto; height: 78px; display: block; object-fit: contain; margin: -10px 0 12px; }
.catalog-footer-brand > p { max-width: 340px; margin: 0; color: var(--catalog-muted); font-size: 14px; line-height: 1.65; }
.catalog-social-row { display: flex; gap: 9px; margin-top: 16px; }
.catalog-social-row a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #e8d9ce; border-radius: 50%; color: #8a7668; background: #fff; transition: .2s; }
.catalog-social-row a:hover { border-color: var(--catalog-orange); color: #fff; background: var(--catalog-orange); transform: translateY(-2px); }
.catalog-social-row svg { width: 15px; height: 15px; }
.catalog-footer-column h3 { margin: 4px 0 17px; color: var(--catalog-brown); font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }
.catalog-footer-column > a { width: fit-content; display: flex; align-items: center; gap: 6px; margin: 0 0 11px; color: #7c6b60; font-size: 13px; font-weight: 600; text-decoration: none; transition: .2s; }
.catalog-footer-column > a:hover { color: var(--catalog-orange); transform: translateX(3px); }
.catalog-footer-contact svg { width: 13px; height: 13px; color: var(--catalog-orange); }
.catalog-footer-bottom { position: static; width: 100%; height: auto; padding-top: 15px; padding-bottom: 15px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-top: 1px solid #ebdcd0; color: #8a7a70; background: transparent; font-size: 11px; font-weight: 600; }
.catalog-footer-bottom > span { flex: 0 0 auto; }
.catalog-footer-bottom p { max-width: 650px; margin: 0; text-align: right; line-height: 1.5; }
.catalog-footer-bottom a { color: var(--catalog-orange); text-decoration: underline; }
.toast { position: fixed; z-index: 20; right: 24px; bottom: 24px; min-width: 230px; padding: 13px 16px; display: flex; align-items: center; gap: 9px; border-radius: 8px; color: #fff; background: #2f6d3b; box-shadow: 0 12px 30px rgba(0,0,0,.17); font-size: 11px; font-weight: 700; opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast svg { width: 17px; }

@media (max-width: 1050px) {
    .header-actions .header-action-card:first-child { display: none; }
    .products-grid { grid-template-columns: repeat(3, 1fr); }
    .catalog-vendor-products-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 993px) and (max-width: 1150px) {
    .main-header-inner { flex-wrap: wrap; gap: 14px !important; }
    .main-header .logo-link { order: 1; }
    .header-actions { order: 2; margin-left: auto; }
    .header-actions .header-action-card:first-child { display: none; }
    .header-search { order: 3; flex: 0 0 100% !important; width: 100% !important; max-width: none !important; margin-top: 2px; }
}

@media (max-width: 820px) {
    .top-bar-left span:nth-child(n+2) { display: none; }
    .main-header-inner { flex-wrap: wrap; }
    .header-search { order: 3; flex-basis: 100%; max-width: none; }
    .main-nav .main-nav-inner { padding-left: 16px !important; padding-right: 16px !important; gap: 0; flex-wrap: wrap; }
    .main-nav .nav-categories-dropdown { width: 100%; min-width: 100% !important; justify-content: center !important; }
    .catalog-nav-links { width: 100%; gap: 22px; padding: 10px 2px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
    .catalog-nav-links::-webkit-scrollbar { display: none; }
    .catalog-hero-inner { grid-template-columns: 1fr; gap: 28px; }
    .hero-feature-list { grid-template-columns: repeat(3, 1fr); }
    .hero-feature-list span { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
    .hero-feature-list svg { margin-bottom: 6px; }
    .vendor-panel { grid-template-columns: 95px 1fr; }
    .catalog-content-cards { grid-template-columns: 1fr; }
    .vendor-logo-wrap { width: 92px; height: 92px; }
    .browse-button { display: none; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .catalog-vendor-products-grid { grid-template-columns: repeat(2, 1fr); }
    .products-section { padding: 24px; }
    .catalog-footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); gap: 32px; }
    .catalog-footer-brand { grid-row: span 2; }
}

@media (max-width: 560px) {
    .top-bar-inner { justify-content: center; }
    .top-bar-left { display: none; }
    .logo-link img { max-width: 105px; }
    .header-actions .header-action-card { display: none; }
    .main-nav-inner { overflow: hidden; }
    .nav-categories-dropdown { min-width: max-content; }
    .catalog-nav-links { padding-left: 6px; }
    .catalog-hero-inner { padding-top: 28px; padding-bottom: 30px; }
    .breadcrumb { margin-bottom: 24px; }
    .catalog-hero h1 { font-size: 34px; }
    .hero-feature-list { grid-template-columns: 1fr; }
    .hero-feature-list span { display: grid; grid-template-columns: 35px 1fr; }
    .catalog-shell { padding: 26px 14px 55px; }
    .selection-panel { padding: 23px 18px; }
    .selection-heading h2 { font-size: 22px; }
    .selection-number { width: 40px; height: 40px; font-size: 13px; }
    .select-field select { height: 52px; font-size: 13px; }
    .catalog-content-cards { gap: 10px; margin: 22px 0; }
    .catalog-content-cards article { min-height: 0; padding: 16px; }
    .catalog-content-icon { width: 38px; height: 38px; }
    .catalog-content-cards h3 { font-size: 13px; }
    .catalog-content-cards p { font-size: 11px; }
    .selection-fields { grid-template-columns: 1fr; gap: 13px; }
    .selection-arrow { display: none; }
    .vendor-panel { grid-template-columns: 72px 1fr; gap: 14px; padding: 18px 15px; margin-bottom: 38px; }
    .vendor-logo-wrap { width: 70px; height: 70px; padding: 7px; }
    .vendor-meta { flex-wrap: wrap; gap: 6px; }
    .vendor-copy h2 { font-size: 19px; }
    .vendor-copy > p { display: none; }
    .vendor-stats { gap: 12px; margin-top: 10px; }
    .products-heading { display: block; }
    .products-section { margin-top: 28px; padding: 20px 14px; border-radius: 16px; }
    .products-section::before { width: 150px; height: 150px; top: -70px; right: -70px; }
    .sort-field { width: 100%; margin-top: 16px; }
    .category-filter { gap: 7px; padding: 10px; border-radius: 12px; }
    .category-filter button { padding: 8px 11px; font-size: 9px; }
    .catalog-vendor-product-sections { gap: 26px; margin-top: 25px; }
    .products-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .catalog-vendor-products-grid { grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px; }
    .catalog-vendor-section-header { padding: 14px; }
    .catalog-vendor-section-logo { width: 48px; height: 48px; }
    .catalog-vendor-section-copy h3 { font-size: 15px; }
    .catalog-vendor-section-count { display: none; }
    .catalog-vendor-section-actions { gap: 0; }
    .view-vendor-products { padding: 4px 4px 4px 10px; gap: 7px; font-size: 8px; }
    .vendor-button-circle { width: 27px; height: 27px; }
    .product-image { height: 145px; }
    .product-info { padding: 11px; }
    .product-info h3 { min-height: 36px; font-size: 12px; }
    .product-bottom { align-items: end; }
    .product-price { font-size: 13px; }
    .product-price del { display: block; margin: 2px 0 0; }
    .catalog-login-footer { padding-top: 20px; }
    .catalog-footer-grid { grid-template-columns: 1fr 1fr; gap: 27px 20px; padding: 20px 18px 28px; }
    .catalog-footer-brand { grid-column: 1 / -1; grid-row: auto; }
    .catalog-footer-logo { height: 70px; margin: -6px 0 10px; }
    .catalog-footer-bottom { display: block; padding: 14px 18px 18px; text-align: center; }
    .catalog-footer-bottom p { margin-top: 9px; text-align: center; }
    .toast { right: 14px; bottom: 14px; left: 14px; }
}
