/* Captain Greek Vendor Profile Premium V2: hero/link cleanup + feedback page polish */
.marketplace-seller-profile .page-title-wrapper,
.marketplace-seller-feedback .page-title-wrapper { display: none !important; }

.cg-vendor-logo-link { display: none !important; }
.cg-vendor-logo-frame {
  flex: 0 0 auto !important;
  width: clamp(92px, 10vw, 128px) !important;
  height: clamp(92px, 10vw, 128px) !important;
  border-radius: 28px !important;
  background: #fff !important;
  border: 1px solid rgba(15, 35, 65, .12) !important;
  box-shadow: 0 18px 48px rgba(15, 35, 65, .12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 14px !important;
}
.cg-vendor-logo-frame .cg-vendor-logo,
.cg-vendor-logo-frame .wk-mp-collection-logo {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  margin: 0 !important;
  transform: none !important;
  float: none !important;
}
.cg-vendor-logo-frame .cg-vendor-monogram {
  width: 100% !important;
  height: 100% !important;
  border-radius: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 900 !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  letter-spacing: -.04em !important;
  background: linear-gradient(135deg, #f8f1dd, #fff) !important;
  color: #1b2f57 !important;
}
.cg-vendor-title { pointer-events: none !important; }
.cg-vendor-title a { pointer-events: none !important; }
.cg-vendor-chips a[href*="/marketplace/seller/location/"] { display: none !important; }
.cg-vendor-metric--static strong { letter-spacing: -.04em !important; }

.marketplace-seller-feedback .wk_mp_design.cg-feedback-page { margin-top: 0 !important; }
.cg-feedback-container {
  display: grid !important;
  gap: 22px !important;
  margin-top: 22px !important;
}
.cg-feedback-hero,
.cg-feedback-review-list,
.cg-feedback-action-card {
  border: 1px solid rgba(15, 35, 65, .10) !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 22px 70px rgba(15, 35, 65, .08) !important;
  padding: clamp(22px, 4vw, 38px) !important;
  float: none !important;
  width: 100% !important;
  display: grid !important;
  gap: 22px !important;
}
.cg-feedback-hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr) !important;
  align-items: stretch !important;
  background: linear-gradient(135deg, #ffffff 0%, #fbf7ec 100%) !important;
}
.cg-feedback-empty-summary h2,
.cg-feedback-action-card h2,
.cg-feedback-review-list h2 {
  color: #15254a !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  line-height: 1.02 !important;
  margin: 8px 0 10px !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
}
.cg-feedback-empty-summary p,
.cg-feedback-action-card p,
.cg-feedback-trust-card p,
.cg-feedback-login-card p,
.cg-feedback-note-card p {
  color: #52606f !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}
.cg-feedback-empty-actions,
.cg-feedback-submit-row {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin-top: 18px !important;
}
.cg-vendor-link-button,
.cg-feedback-submit-row .button,
.cg-feedback-submit-row .action.primary {
  border-radius: 999px !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #b89b65 !important;
  background: #b89b65 !important;
  color: #15254a !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 32px rgba(184, 155, 101, .22) !important;
}
.cg-vendor-link-button--ghost {
  background: #fff !important;
  color: #15254a !important;
  box-shadow: none !important;
}
.cg-feedback-trust-card,
.cg-feedback-score-card {
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .74) !important;
  border: 1px solid rgba(15, 35, 65, .10) !important;
  padding: 24px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.cg-feedback-trust-card strong,
.cg-feedback-login-card strong,
.cg-feedback-note-card strong {
  display: block !important;
  color: #15254a !important;
  font-size: 18px !important;
  margin-bottom: 8px !important;
}
.cg-feedback-score-card strong {
  display: block !important;
  color: #15254a !important;
  font-size: clamp(54px, 8vw, 84px) !important;
  line-height: .9 !important;
  letter-spacing: -.06em !important;
}
.cg-feedback-score-card small { font-size: 24px !important; color: #6c7582 !important; }
.cg-feedback-metrics-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.cg-feedback-metric {
  border: 1px solid rgba(15, 35, 65, .10) !important;
  border-radius: 20px !important;
  padding: 18px !important;
  background: #fff !important;
}
.cg-feedback-metric strong {
  display: block !important;
  color: #15254a !important;
  font-size: 34px !important;
  line-height: 1 !important;
}
.cg-feedback-metric span { color: #667085 !important; font-weight: 800 !important; }
.cg-feedback-review-card {
  border: 1px solid rgba(15, 35, 65, .10) !important;
  border-radius: 22px !important;
  padding: 22px !important;
  background: #fff !important;
  margin: 0 0 14px !important;
}
.cg-feedback-review-card header {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin-bottom: 10px !important;
}
.cg-feedback-review-card header strong { color: #15254a !important; font-size: 18px !important; }
.cg-feedback-review-card header span { color: #7a8493 !important; }
.cg-feedback-review-card p { color: #46515f !important; line-height: 1.7 !important; margin: 0 !important; }
.cg-feedback-form {
  display: grid !important;
  gap: 22px !important;
}
.cg-feedback-form fieldset {
  border: 1px solid rgba(15, 35, 65, .10) !important;
  border-radius: 24px !important;
  padding: 22px !important;
  background: #fbfcff !important;
  margin: 0 !important;
}
.cg-feedback-form legend {
  color: #15254a !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  padding: 0 8px !important;
}
.cg-feedback-rating-fieldset {
  display: grid !important;
  gap: 16px !important;
}
.cg-feedback-rating-group {
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
}
.cg-feedback-rating-label {
  color: #15254a !important;
  font-weight: 900 !important;
}
.cg-feedback-rating-options {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.cg-feedback-rating-options input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.cg-feedback-rating-options label {
  border: 1px solid rgba(184, 155, 101, .36) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #9a7a3e !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}
.cg-feedback-rating-options input:focus + label,
.cg-feedback-rating-options input:checked + label {
  background: #15254a !important;
  border-color: #15254a !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(21, 37, 74, .18) !important;
}
.cg-feedback-copy-fieldset .field { margin-bottom: 18px !important; }
.cg-feedback-copy-fieldset .label {
  color: #15254a !important;
  font-weight: 800 !important;
  margin-bottom: 7px !important;
  display: block !important;
}
.cg-feedback-copy-fieldset input,
.cg-feedback-copy-fieldset textarea {
  border: 1px solid rgba(15, 35, 65, .16) !important;
  border-radius: 16px !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  background: #fff !important;
  width: 100% !important;
}
.cg-feedback-copy-fieldset textarea { min-height: 130px !important; resize: vertical !important; }
.cg-feedback-login-card,
.cg-feedback-note-card {
  border: 1px solid rgba(15, 35, 65, .10) !important;
  border-radius: 24px !important;
  background: #fbf7ec !important;
  padding: 24px !important;
  text-align: left !important;
}
.cg-feedback-login-card .cg-vendor-link-button,
.cg-feedback-note-card .cg-vendor-link-button { margin-top: 16px !important; }
.cg-feedback-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 820px) {
  .cg-vendor-main { align-items: flex-start !important; }
  .cg-feedback-hero { grid-template-columns: 1fr !important; }
  .cg-feedback-metrics-grid { grid-template-columns: 1fr !important; }
  .cg-feedback-rating-group { grid-template-columns: 1fr !important; }
}

/* CG vendor header width sync 2026-05-11: make shared vendor header match the page container. */
body.marketplace-seller-collection .wk-mp-collection-header-box.cg-vendor-hero-card,
body.marketplace-seller-profile .wk-mp-collection-header-box.cg-vendor-hero-card,
body.marketplace-seller-feedback .wk-mp-collection-header-box.cg-vendor-hero-card {
    width: 100% !important;
    max-width: 1220px !important;
    margin: 18px auto 26px !important;
    box-sizing: border-box !important;
    float: none !important;
}

body.marketplace-seller-collection .wk-mp-collection-header-box.cg-vendor-hero-card {
    padding: clamp(22px, 3vw, 38px) !important;
    background:
        radial-gradient(circle at 0 0, rgba(184,155,101,.20), transparent 34%),
        linear-gradient(135deg, #fff 0%, #fbf8ef 45%, #f6f0e2 100%) !important;
    border: 1px solid rgba(184,155,101,.32) !important;
    border-radius: 30px !important;
    box-shadow: 0 22px 60px rgba(26,32,76,.12) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px) !important;
    gap: clamp(22px, 4vw, 44px) !important;
    align-items: center !important;
    min-height: 0 !important;
}

body.marketplace-seller-collection .cg-vendor-main {
    display: flex !important;
    gap: 22px !important;
    align-items: center !important;
    min-width: 0 !important;
}

body.marketplace-seller-collection .cg-vendor-side {
    display: grid !important;
    gap: 14px !important;
}

body.marketplace-seller-collection .cg-vendor-metrics {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    float: none !important;
}

body.marketplace-seller-collection .cg-vendor-metric {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    min-height: 82px !important;
    padding: 16px !important;
    border: 1px solid rgba(45,51,127,.11) !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.84) !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(45,51,127,.07) !important;
    width: auto !important;
    float: none !important;
}

body.marketplace-seller-collection .cg-vendor-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    float: none !important;
}

body.marketplace-seller-collection .cg-vendor-nav .wk-mp-seller-profile-box,
body.marketplace-seller-collection .cg-vendor-contact-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 10px 14px !important;
    border: 1px solid rgba(45,51,127,.13) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.78) !important;
    color: #2d337f !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    width: auto !important;
    float: none !important;
}

body.marketplace-seller-collection .cg-vendor-contact-button {
    background: #2d337f !important;
    color: #fff !important;
    border-color: #2d337f !important;
    box-shadow: 0 12px 24px rgba(45,51,127,.22) !important;
}

body.marketplace-seller-collection .cg-vendor-contact-nav-item {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-hero,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-promise-row,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-layout,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-filter-retired {
    width: 100% !important;
    max-width: 1220px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

@media (max-width: 900px) {
    body.marketplace-seller-collection .wk-mp-collection-header-box.cg-vendor-hero-card {
        grid-template-columns: 1fr !important;
    }

    body.marketplace-seller-collection .cg-vendor-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.marketplace-seller-collection .wk-mp-collection-header-box.cg-vendor-hero-card,
    body.marketplace-seller-profile .wk-mp-collection-header-box.cg-vendor-hero-card,
    body.marketplace-seller-feedback .wk-mp-collection-header-box.cg-vendor-hero-card {
        width: calc(100% - 24px) !important;
        margin-top: 14px !important;
        margin-bottom: 18px !important;
        border-radius: 24px !important;
    }

    body.marketplace-seller-collection .cg-vendor-main {
        align-items: flex-start !important;
    }

    body.marketplace-seller-collection .cg-vendor-metrics {
        grid-template-columns: 1fr !important;
    }
}

/* CG vendor final visual fix 2026-05-11: container alignment, card text wrapping, toolbar cleanup. */
:root {
    --cg-vendor-final-container: 1220px;
    --cg-vendor-final-gutter: 36px;
    --cg-vendor-final-blue: #2d337f;
    --cg-vendor-final-navy: #171d58;
    --cg-vendor-final-gold: #b89b65;
    --cg-vendor-final-muted: #687083;
    --cg-vendor-final-line: rgba(45, 51, 127, .11);
    --cg-vendor-final-shadow: 0 22px 60px rgba(23, 29, 88, .11);
}

body.marketplace-seller-collection .column.main.main-wrap,
body.marketplace-seller-profile .column.main.main-wrap,
body.marketplace-seller-feedback .column.main.main-wrap {
    overflow: visible !important;
}

/* Same left/right line for the shared vendor hero and the content directly under it. */
body.marketplace-seller-collection .wk-mp-collection-header-box.cg-vendor-hero-card,
body.marketplace-seller-profile .wk-mp-collection-header-box.cg-vendor-hero-card,
body.marketplace-seller-feedback .wk-mp-collection-header-box.cg-vendor-hero-card,
body.marketplace-seller-profile .wk-mp-collection-container.cg-vendor-content,
body.marketplace-seller-feedback .wk-mp-collection-container.cg-vendor-content,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-hero,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-promise-row,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-layout,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-filter-retired {
    width: calc(100% - var(--cg-vendor-final-gutter)) !important;
    max-width: var(--cg-vendor-final-container) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    float: none !important;
}

body.marketplace-seller-profile .wk-mp-collection-container.cg-vendor-content,
body.marketplace-seller-feedback .wk-mp-collection-container.cg-vendor-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.marketplace-seller-collection .wk-mp-collection-header-box.cg-vendor-hero-card,
body.marketplace-seller-profile .wk-mp-collection-header-box.cg-vendor-hero-card,
body.marketplace-seller-feedback .wk-mp-collection-header-box.cg-vendor-hero-card {
    margin-top: 18px !important;
    margin-bottom: 26px !important;
    padding: clamp(22px, 3vw, 38px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px) !important;
    gap: clamp(22px, 4vw, 44px) !important;
    align-items: center !important;
    border: 1px solid rgba(184, 155, 101, .32) !important;
    border-radius: 30px !important;
    background:
        radial-gradient(circle at 0 0, rgba(184,155,101,.20), transparent 34%),
        linear-gradient(135deg, #fff 0%, #fbf8ef 45%, #f6f0e2 100%) !important;
    box-shadow: var(--cg-vendor-final-shadow) !important;
    min-height: 0 !important;
}

/* Product grid: stable premium 3-column desktop, no hero/double tile. */
body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-grid,
body.marketplace-seller-collection .products-grid .product-items.cg-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-item,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-item.cg-product-item--hero {
    grid-column: auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-card,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-item--hero .cg-product-card {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-rows: auto !important;
    height: 100% !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-item--hero .cg-product-card__media-wrap {
    grid-row: auto !important;
    min-height: 0 !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-card__media {
    min-height: 250px !important;
}

/* Product titles: never clip long names. */
body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-card__title,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-card__title a,
body.marketplace-seller-profile .cg-vendor-product-card .product-item-name,
body.marketplace-seller-profile .cg-vendor-product-card .product-item-name a,
body.marketplace-seller-feedback .cg-vendor-product-card .product-item-name,
body.marketplace-seller-feedback .cg-vendor-product-card .product-item-name a {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-card__title a,
body.marketplace-seller-profile .cg-vendor-product-card .product-item-name a,
body.marketplace-seller-feedback .cg-vendor-product-card .product-item-name a {
    display: block !important;
    line-height: 1.28 !important;
}

/* Keep buy area at bottom while allowing the content area to grow for long names. */
body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-card__content {
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-card__buybox {
    margin-top: auto !important;
}

/* Toolbar: remove visual conflict, keep premium sort functionality. */
body.marketplace-seller-collection .cg-collection-toolbar-top {
    width: 100% !important;
    margin: 0 0 18px !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-toolbar {
    display: grid !important;
    grid-template-columns: minmax(180px, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 1px solid var(--cg-vendor-final-line) !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 14px 38px rgba(23,29,88,.08) !important;
    backdrop-filter: blur(10px) !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-summary {
    min-width: 0 !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin: 0 !important;
    min-width: 0 !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-modes,
body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-field--limit,
body.marketplace-seller-collection .cg-vendor-collection-page .field.limiter,
body.marketplace-seller-collection .cg-vendor-collection-page .modes {
    display: none !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-field--sort {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 5px 6px 5px 14px !important;
    border: 1px solid rgba(45,51,127,.12) !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-field--sort label {
    margin: 0 !important;
    color: var(--cg-vendor-final-muted) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-select {
    width: auto !important;
    min-width: 170px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 30px 0 12px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background-color: #f8f7fb !important;
    color: var(--cg-vendor-final-navy) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    box-shadow: none !important;
}

body.marketplace-seller-collection .cg-vendor-collection-page .cg-sort-direction {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: var(--cg-vendor-final-blue) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

/* Old filter/sidebar should stay gone even if an older cached block renders. */
body.marketplace-seller-collection .cg-collection-mobile-tools,
body.marketplace-seller-collection .cg-collection-filters,
body.marketplace-seller-collection #cg-seller-filters,
body.marketplace-seller-collection .cg-filter-panel,
body.marketplace-seller-collection .block.filter,
body.marketplace-seller-collection .cg-layered-filter,
body.marketplace-seller-collection .columns .sidebar {
    display: none !important;
}

@media (max-width: 980px) {
    body.marketplace-seller-collection .wk-mp-collection-header-box.cg-vendor-hero-card,
    body.marketplace-seller-profile .wk-mp-collection-header-box.cg-vendor-hero-card,
    body.marketplace-seller-feedback .wk-mp-collection-header-box.cg-vendor-hero-card {
        grid-template-columns: 1fr !important;
    }

    body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-grid,
    body.marketplace-seller-collection .products-grid .product-items.cg-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 680px) {
    :root {
        --cg-vendor-final-gutter: 24px;
    }

    body.marketplace-seller-collection .wk-mp-collection-header-box.cg-vendor-hero-card,
    body.marketplace-seller-profile .wk-mp-collection-header-box.cg-vendor-hero-card,
    body.marketplace-seller-feedback .wk-mp-collection-header-box.cg-vendor-hero-card {
        border-radius: 24px !important;
        margin-top: 14px !important;
        margin-bottom: 18px !important;
        padding: 20px !important;
    }

    body.marketplace-seller-collection .cg-vendor-collection-page .cg-collection-toolbar {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-controls,
    body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-field--sort {
        width: 100% !important;
        justify-content: space-between !important;
    }

    body.marketplace-seller-collection .cg-vendor-collection-page .cg-toolbar-select {
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }
}

@media (max-width: 520px) {
    body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-grid,
    body.marketplace-seller-collection .products-grid .product-items.cg-product-grid {
        grid-template-columns: 1fr !important;
    }

    body.marketplace-seller-collection .cg-vendor-collection-page .cg-product-card__media {
        min-height: 230px !important;
    }
}
