/* MisterETec seller launchpad. All selectors remain page-scoped. */
.sellpage {
    --sell-navy: #0d2347;
    --sell-blue: #087df1;
    --sell-cyan: #26bceb;
    --sell-amber: #fdbd24;
    --sell-amber-dark: #e5a600;
    --sell-text: #26354d;
    --sell-muted: #64748b;
    --sell-border: #dfe6ee;
    --sell-soft: #f7fbff;
    --sell-warm: #fffaf0;
    --sell-white: #ffffff;
    color: var(--sell-text);
    background: var(--sell-white);
    overflow: clip;
}

.sellpage *,
.sellpage *::before,
.sellpage *::after {
    box-sizing: border-box;
}

.sellpage img {
    max-width: 100%;
}

.sellpage a {
    text-underline-offset: 3px;
}

.sellpage-shell {
    width: min(100% - 48px, 1280px);
    margin-inline: auto;
}

.sellpage-section {
    padding: 72px 0;
}

.sellpage-section-title,
.sellpage-heading-row h2,
.sellpage-everyday h2,
.sellpage-final h2 {
    margin: 0;
    color: var(--sell-navy);
    font-size: clamp(28px, 2.2vw, 38px);
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: -0.025em;
}

.sellpage-section-title {
    margin-bottom: 42px;
    text-align: center;
}

.sellpage-hero {
    background: var(--sell-warm);
}

.sellpage-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 610px;
}

.sellpage-hero-media {
    position: relative;
    min-width: 0;
    min-height: 610px;
    overflow: hidden;
    background: #eee7dc;
}

.sellpage-hero-media .carousel,
.sellpage-hero-media .carousel-inner,
.sellpage-hero-media .carousel-item {
    height: 100%;
}

.sellpage-hero-media .carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 610px;
    object-fit: cover;
    object-position: center;
}

.sellpage-hero-media .carousel-caption {
    right: 32px;
    bottom: 32px;
    left: 32px;
    max-width: 520px;
    padding: 18px 22px;
    border-left: 4px solid var(--sell-amber);
    border-radius: 12px;
    text-align: left;
    color: #fff;
    background: rgba(13, 35, 71, 0.94);
}

.sellpage-hero-media .carousel-caption h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.sellpage-hero-media .carousel-caption div,
.sellpage-hero-media .carousel-caption p {
    margin: 0;
    color: #edf5ff;
    font-size: 14px;
    line-height: 1.5;
}

.sellpage-media-controls {
    position: absolute;
    right: auto;
    bottom: 24px;
    left: 24px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(13, 35, 71, 0.92);
}

.sellpage-media-controls .carousel-control-prev,
.sellpage-media-controls .carousel-control-next,
.sellpage-copy-arrows .carousel-control-prev,
.sellpage-copy-arrows .carousel-control-next {
    position: static;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

.sellpage-media-controls .carousel-control-prev-icon,
.sellpage-media-controls .carousel-control-next-icon,
.sellpage-copy-arrows .carousel-control-prev-icon,
.sellpage-copy-arrows .carousel-control-next-icon {
    width: 14px;
    height: 14px;
}

.sellpage-media-controls .carousel-indicators,
.sellpage-copy-navigation .carousel-indicators {
    position: static;
    gap: 5px;
    margin: 0;
}

.sellpage-media-controls .carousel-indicators [data-bs-target],
.sellpage-copy-navigation .carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: #bec9d9;
    opacity: 1;
}

.sellpage-media-controls .carousel-indicators .active,
.sellpage-copy-navigation .carousel-indicators .active {
    background: var(--sell-amber);
}

.sellpage-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 64px clamp(36px, 6vw, 108px);
    background: var(--sell-warm);
}

.sellpage-eyebrow {
    margin: 0 0 14px;
    color: var(--sell-blue);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sellpage-copy-carousel,
.sellpage-copy-carousel .carousel-inner {
    width: 100%;
}

.sellpage-copy-slide {
    min-height: 300px;
}

.sellpage-title {
    max-width: 640px;
    margin: 0 0 20px;
    color: var(--sell-navy);
    font-size: clamp(44px, 4.1vw, 68px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.sellpage-copy-description {
    max-width: 590px;
    margin: 0 0 28px;
    color: var(--sell-text);
    font-size: 17px;
    line-height: 1.6;
}

.sellpage-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 24px;
}

.sellpage-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid var(--sell-amber);
    border-radius: 8px;
    color: #172033;
    background: var(--sell-amber);
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
    box-shadow: none;
}

.sellpage-cta:hover,
.sellpage-cta:focus-visible {
    border-color: var(--sell-amber-dark);
    color: #172033;
    background: var(--sell-amber-dark);
    box-shadow: 0 0 0 4px rgba(253, 189, 36, 0.24);
}

.sellpage-secondary-link {
    color: var(--sell-blue);
    font-weight: 700;
    text-decoration: none;
}

.sellpage-secondary-link:hover,
.sellpage-secondary-link:focus-visible {
    color: #005ec4;
    text-decoration: underline;
}

.sellpage-copy-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 590px;
    margin-top: 18px;
}

.sellpage-copy-arrows {
    display: flex;
    gap: 8px;
}

.sellpage-copy-arrows .carousel-control-prev,
.sellpage-copy-arrows .carousel-control-next {
    border-color: #c8d2df;
    background: var(--sell-navy);
}

.sellpage-assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 690px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e8dfcf;
}

.sellpage-assurances > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0 18px;
    border-right: 1px solid #e3dacb;
}

.sellpage-assurances > div:first-child {
    padding-left: 0;
}

.sellpage-assurances > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.sellpage-assurances i {
    flex: 0 0 auto;
    width: 28px;
    color: var(--sell-navy);
    font-size: 23px;
    text-align: center;
}

.sellpage-assurances span,
.sellpage-everyday-copy span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.sellpage-assurances strong {
    color: var(--sell-navy);
    font-size: 13px;
    line-height: 1.3;
}

.sellpage-assurances small {
    margin-top: 3px;
    color: var(--sell-muted);
    font-size: 11px;
    line-height: 1.35;
}

.sellpage-benefits {
    background: var(--sell-white);
}

.sellpage-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sellpage-benefit-grid article {
    padding: 4px clamp(30px, 5vw, 72px);
    text-align: center;
    border-right: 1px solid var(--sell-border);
}

.sellpage-benefit-grid article:first-child {
    padding-left: 0;
}

.sellpage-benefit-grid article:last-child {
    padding-right: 0;
    border-right: 0;
}

.sellpage-benefit-grid i {
    margin-bottom: 18px;
    color: var(--sell-blue);
    font-size: 34px;
}

.sellpage-benefit-grid h3 {
    margin: 0 0 10px;
    color: var(--sell-blue);
    font-size: 19px;
    font-weight: 750;
}

.sellpage-benefit-grid p {
    max-width: 300px;
    margin: 0 auto;
    color: var(--sell-text);
    font-size: 14px;
    line-height: 1.65;
}

.sellpage-launch {
    padding-top: 20px;
    background: var(--sell-white);
}

.sellpage-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sellpage-steps::before {
    position: absolute;
    top: 16px;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    border-top: 1px dashed var(--sell-blue);
    content: "";
}

.sellpage-steps li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.sellpage-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 24px;
    border-radius: 50%;
    color: #fff;
    background: var(--sell-blue);
    font-size: 14px;
    font-weight: 750;
}

.sellpage-steps i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
    border: 1px solid #dce8f5;
    border-radius: 16px;
    color: var(--sell-blue);
    background: var(--sell-soft);
    font-size: 30px;
}

.sellpage-steps h3 {
    margin: 0 0 9px;
    color: var(--sell-navy);
    font-size: 17px;
    font-weight: 750;
}

.sellpage-steps p {
    max-width: 250px;
    margin: 0;
    color: var(--sell-muted);
    font-size: 13px;
    line-height: 1.55;
}

.sellpage-information {
    padding-top: 28px;
    background: var(--sell-white);
}

.sellpage-details {
    border: 1px solid var(--sell-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.sellpage-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--sell-border);
    background: #fbfcfe;
}

.sellpage-tabs .nav-item {
    min-width: 0;
}

.sellpage-tabs .nav-link {
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: var(--sell-navy);
    background: transparent;
    font-size: 15px;
    font-weight: 650;
}

.sellpage-tabs .nav-link:hover,
.sellpage-tabs .nav-link:focus-visible {
    color: var(--sell-blue);
    background: #f3f8fe;
}

.sellpage-tabs .nav-link.active {
    color: var(--sell-blue);
    border-bottom-color: var(--sell-blue);
    background: #fff;
}

.sellpage-tab-content {
    min-height: 248px;
    padding: 38px 48px;
    color: var(--sell-text);
    font-size: 15px;
    line-height: 1.65;
}

.sellpage-tab-content h2,
.sellpage-tab-content h3,
.sellpage-tab-content h4 {
    margin: 0 0 16px;
    color: var(--sell-navy);
    font-weight: 750;
}

.sellpage-tab-content p:first-child {
    color: var(--sell-navy);
    font-size: 18px;
}

.sellpage-tab-content ul,
.sellpage-tab-content ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 44px;
    margin: 18px 0 0;
    padding-left: 22px;
}

.sellpage-everyday {
    padding-top: 24px;
}

.sellpage-everyday-card {
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.35fr);
    min-height: 370px;
    border: 1px solid #eee3cf;
    border-radius: 16px;
    overflow: hidden;
    background: var(--sell-warm);
}

.sellpage-everyday-copy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 22px;
    padding: 46px 52px;
}

.sellpage-everyday-copy h2 {
    margin-bottom: 4px;
}

.sellpage-everyday-copy > div {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.sellpage-everyday-copy i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid #b9dafb;
    border-radius: 50%;
    color: var(--sell-blue);
    font-size: 16px;
}

.sellpage-everyday-copy strong {
    color: var(--sell-navy);
    font-size: 15px;
}

.sellpage-everyday-copy small {
    margin-top: 4px;
    color: var(--sell-muted);
    font-size: 13px;
    line-height: 1.45;
}

.sellpage-everyday-media {
    min-height: 370px;
}

.sellpage-everyday-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sellpage-sellers,
.sellpage-products {
    padding-top: 34px;
    padding-bottom: 38px;
}

.sellpage-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.sellpage-heading-row h2 {
    font-size: clamp(26px, 2vw, 34px);
}

.sellpage-heading-row p {
    margin: 8px 0 0;
    color: var(--sell-muted);
    font-size: 14px;
}

.sellpage-seller-strip {
    display: grid;
    grid-auto-columns: minmax(210px, 1fr);
    grid-auto-flow: column;
    gap: 16px;
    padding: 2px 2px 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: #c9d6e5 transparent;
}

.sellpage-seller-card {
    min-width: 0;
    border: 1px solid var(--sell-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.sellpage-seller-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    color: #9badc1;
    background: var(--sell-soft);
    text-decoration: none;
}

.sellpage-seller-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sellpage-seller-image i {
    font-size: 48px;
}

.sellpage-seller-body {
    padding: 18px;
}

.sellpage-seller-body h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.35;
}

.sellpage-seller-body h3 a {
    color: var(--sell-navy);
    text-decoration: none;
}

.sellpage-seller-body p {
    margin: 0 0 5px;
    color: var(--sell-muted);
    font-size: 12px;
}

.sellpage-store-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: var(--sell-blue);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.sellpage-products {
    background: #fbfdff;
}

.sellpage-product-toolbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(190px, 250px) minmax(130px, 170px) auto;
    gap: 12px;
    margin-bottom: 26px;
    padding: 14px;
    border: 1px solid var(--sell-border);
    border-radius: 12px;
    background: #fff;
}

.sellpage-search,
.sellpage-select {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 44px;
    border: 1px solid var(--sell-border);
    border-radius: 8px;
    background: #fff;
}

.sellpage-search label,
.sellpage-search button,
.sellpage-select label {
    flex: 0 0 auto;
    margin: 0;
    padding: 0 12px;
    color: var(--sell-navy);
    font-size: 13px;
    font-weight: 700;
}

.sellpage-search button {
    align-self: stretch;
    border: 0;
    border-radius: 8px 0 0 8px;
    background: transparent;
}

.sellpage-search button:hover,
.sellpage-search button:focus-visible {
    color: var(--sell-blue);
    background: var(--sell-soft);
}

.sellpage-search .form-control,
.sellpage-select .form-select {
    min-width: 0;
    min-height: 42px;
    padding: 8px 10px;
    border: 0;
    box-shadow: none;
}

.sellpage-view-toggle {
    align-self: stretch;
}

.sellpage-view-toggle .btn {
    min-width: 44px;
    border: 1px solid var(--sell-border);
    color: var(--sell-navy);
    background: #fff;
}

.sellpage-view-toggle .btn.active {
    border-color: var(--sell-amber);
    color: var(--sell-navy);
    background: #fff7df;
}

.sellpage .all-product-wrapper {
    row-gap: 18px;
    margin-right: -9px;
    margin-left: -9px;
}

.sellpage .all-product-wrapper > .retrinapro-productlist-all_products_design {
    padding-right: 9px;
    padding-left: 9px;
}

.sellpage .all-product-wrapper:not(.sellpage-list-mode) .product-wrapper {
    height: 100%;
    border: 1px solid var(--sell-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}

.sellpage .all-product-wrapper:not(.sellpage-list-mode) .product-element-top,
.sellpage .all-product-wrapper:not(.sellpage-list-mode) .product-image-link {
    min-height: 220px;
}

.sellpage .sellpage-list-mode > * {
    width: 100%;
}

.sellpage .sellpage-list-mode .product-wrapper {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    border: 1px solid var(--sell-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.sellpage-pagination-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    color: var(--sell-muted);
}

.sellpage-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 120px;
    padding: 24px;
    border: 1px dashed #cbd7e5;
    border-radius: 12px;
    color: var(--sell-muted);
    background: #fff;
    text-align: center;
}

.sellpage-final {
    padding: 48px 0 72px;
    background: #fff;
}

.sellpage-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    align-items: center;
    min-height: 320px;
    border: 1px solid #d8e7f6;
    border-radius: 16px;
    overflow: hidden;
    background: var(--sell-soft);
}

.sellpage-final-inner > div {
    padding: 48px 64px;
}

.sellpage-final h2 {
    max-width: 600px;
    color: var(--sell-blue);
}

.sellpage-final p {
    max-width: 560px;
    margin: 16px 0 24px;
    color: var(--sell-text);
    font-size: 15px;
    line-height: 1.6;
}

.sellpage-final img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

@media (max-width: 1199.98px) {
    .sellpage-hero-inner {
        min-height: 560px;
    }

    .sellpage-hero-media,
    .sellpage-hero-media .carousel-item img {
        min-height: 560px;
    }

    .sellpage-hero-copy {
        padding: 50px 42px;
    }

    .sellpage-title {
        font-size: clamp(42px, 4.8vw, 58px);
    }

    .sellpage-assurances {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sellpage-assurances > div,
    .sellpage-assurances > div:first-child,
    .sellpage-assurances > div:last-child {
        padding: 0;
        border: 0;
    }

    .sellpage-product-toolbar {
        grid-template-columns: minmax(220px, 1fr) minmax(180px, 240px) minmax(120px, 160px);
    }

    .sellpage-view-toggle {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .sellpage-shell {
        width: min(100% - 36px, 760px);
    }

    .sellpage-section {
        padding: 58px 0;
    }

    .sellpage-hero-inner {
        grid-template-columns: 1fr;
    }

    .sellpage-hero-copy {
        order: -1;
        min-height: 520px;
        padding: 54px max(28px, calc((100vw - 760px) / 2));
    }

    .sellpage-copy-slide {
        min-height: 280px;
    }

    .sellpage-hero-media,
    .sellpage-hero-media .carousel-item img {
        min-height: 520px;
        max-height: 640px;
    }

    .sellpage-assurances {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .sellpage-assurances > div,
    .sellpage-assurances > div:first-child,
    .sellpage-assurances > div:last-child {
        padding: 0 16px;
        border-right: 1px solid #e3dacb;
    }

    .sellpage-assurances > div:first-child {
        padding-left: 0;
    }

    .sellpage-assurances > div:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .sellpage-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 28px;
    }

    .sellpage-steps::before {
        display: none;
    }

    .sellpage-tab-content ul,
    .sellpage-tab-content ol {
        grid-template-columns: 1fr;
    }

    .sellpage-everyday-card {
        grid-template-columns: 1fr;
    }

    .sellpage-everyday-copy {
        padding: 42px;
    }

    .sellpage-everyday-media {
        min-height: 360px;
    }

    .sellpage-product-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .sellpage-search {
        grid-column: 1 / -1;
    }

    .sellpage-final-inner {
        grid-template-columns: 1fr 280px;
    }

    .sellpage-final-inner > div {
        padding: 42px;
    }
}

@media (max-width: 767.98px) {
    .sellpage-shell {
        width: min(100% - 28px, 620px);
    }

    .sellpage-section {
        padding: 46px 0;
    }

    .sellpage-hero-copy {
        min-height: 500px;
        padding: 44px 24px;
    }

    .sellpage-title {
        font-size: clamp(38px, 11vw, 52px);
    }

    .sellpage-copy-description {
        font-size: 15px;
    }

    .sellpage-assurances {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 26px;
    }

    .sellpage-assurances > div,
    .sellpage-assurances > div:first-child,
    .sellpage-assurances > div:last-child {
        padding: 0;
        border: 0;
    }

    .sellpage-hero-media,
    .sellpage-hero-media .carousel-item img {
        min-height: 420px;
        max-height: 520px;
    }

    .sellpage-media-controls {
        right: 14px;
        bottom: 14px;
    }

    .sellpage-benefit-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sellpage-benefit-grid article,
    .sellpage-benefit-grid article:first-child,
    .sellpage-benefit-grid article:last-child {
        padding: 0 0 30px;
        border: 0;
        border-bottom: 1px solid var(--sell-border);
    }

    .sellpage-benefit-grid article:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .sellpage-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .sellpage-tabs .nav-item {
        flex: 0 0 auto;
        min-width: 150px;
    }

    .sellpage-tab-content {
        min-height: 0;
        padding: 28px 24px;
    }

    .sellpage-everyday-copy {
        padding: 34px 26px;
    }

    .sellpage-everyday-media {
        min-height: 300px;
    }

    .sellpage-seller-strip {
        grid-auto-columns: minmax(210px, 76vw);
    }

    .sellpage-product-toolbar {
        grid-template-columns: 1fr;
    }

    .sellpage-search {
        grid-column: auto;
    }

    .sellpage .sellpage-list-mode .product-wrapper {
        grid-template-columns: 1fr;
    }

    .sellpage-pagination-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .sellpage-final-inner {
        grid-template-columns: 1fr;
    }

    .sellpage-final-inner > div {
        padding: 36px 28px 20px;
    }

    .sellpage-final img {
        height: 250px;
    }
}

@media (max-width: 479.98px) {
    .sellpage-hero-copy {
        min-height: 520px;
        padding-inline: 20px;
    }

    .sellpage-eyebrow {
        font-size: 11px;
    }

    .sellpage-title {
        font-size: clamp(34px, 10.5vw, 44px);
    }

    .sellpage-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .sellpage-cta {
        width: 100%;
    }

    .sellpage-copy-navigation {
        margin-top: 24px;
    }

    .sellpage-hero-media,
    .sellpage-hero-media .carousel-item img {
        min-height: 360px;
        max-height: 420px;
    }

    .sellpage-steps {
        grid-template-columns: 1fr;
    }

    .sellpage-step-number {
        margin-bottom: 14px;
    }

    .sellpage-section-title {
        margin-bottom: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sellpage *,
    .sellpage *::before,
    .sellpage *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
