.hero.has-responsive-hero .hero-slide { background-image: var(--responsive-hero-image) !important; background-size: var(--responsive-hero-fit) !important; background-position: var(--responsive-hero-position) !important; }
.wholesale-landing.has-responsive-banner { min-height: 500px; display: grid; align-items: center; color: #fff; background-image: linear-gradient(90deg,rgba(38,17,22,.86),rgba(56,28,35,.42)),var(--wholesale-hero-image) !important; background-size: var(--wholesale-hero-fit) !important; background-position: var(--wholesale-hero-position) !important; background-repeat: no-repeat; }
.wholesale-landing.has-responsive-banner.hidden { display: none; }
.wholesale-landing.has-responsive-banner .wholesale-landing-inner { position: relative; z-index: 1; }
.responsive-hero-card { margin-top: 22px; }
.responsive-hero-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 16px 0 24px; padding: 18px; border-radius: 14px; background: #f9f3f4; }
.responsive-hero-copy label { display: grid; gap: 7px; color: #5f3f47; font-size: 12px; font-weight: 700; }
.responsive-hero-copy input,
.responsive-hero-copy textarea { width: 100%; min-width: 0; }
.responsive-hero-editor { margin-top: 16px; padding: 18px; border: 1px solid #e6d7da; border-radius: 16px; background: #fffdfd; }
.responsive-hero-editor-heading div { display: grid; gap: 3px; }
.responsive-hero-editor-heading strong { color: #69444d; font-size: 16px; }
.responsive-hero-editor-heading small { color: #8b777c; }
.responsive-hero-editor-layout { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 20px; margin-top: 14px; align-items: start; }
.responsive-hero-preview { height: 170px; border: 1px solid #decbd0; border-radius: 14px; background: #f7eff1 center/cover no-repeat; box-shadow: 0 8px 22px rgba(105,68,77,.08); }
.responsive-hero-preview.phone { width: 120px; height: 210px; margin: 0 auto; }
.responsive-hero-controls { display: grid; gap: 14px; }
.responsive-hero-source { display: flex; gap: 8px; }
.responsive-hero-source > input { flex: 1; min-width: 0; }
.responsive-hero-upload { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border: 1px solid #d9bdc3; border-radius: 10px; background: #fff; color: #69444d; font-weight: 700; white-space: nowrap; cursor: pointer; }
.responsive-hero-fit { display: grid; gap: 6px; color: #5f3f47; font-size: 12px; }
.responsive-hero-fit select { min-height: 42px; }
.responsive-hero-sliders { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 14px; border-radius: 12px; background: #f9f3f4; }
.responsive-hero-sliders label { display: grid; gap: 8px; }
.responsive-hero-sliders label > span { display: flex; justify-content: space-between; color: #6f5960; font-size: 12px; }
.responsive-hero-sliders input { width: 100%; accent-color: #8b5d68; }
.responsive-hero-actions { display: flex; justify-content: flex-end; margin-top: 20px; }
@media(max-width:700px){.wholesale-landing.has-responsive-banner{min-height:470px}.responsive-hero-copy{grid-template-columns:1fr}.responsive-hero-editor-layout{grid-template-columns:1fr}.responsive-hero-preview.desktop{width:100%}.responsive-hero-source{flex-direction:column}.responsive-hero-sliders{grid-template-columns:1fr}}
