:root {
    --mp-bg: #f6f8fb;
    --mp-panel: #ffffff;
    --mp-ink: #111827;
    --mp-muted: #5f6f85;
    --mp-line: #dce5ef;
    --mp-line-strong: #c8d5e4;
    --mp-primary: var(--primary, #156cfa);
    --mp-accent: var(--accent, #f15a3b);
    --mp-teal: #0f9f8f;
    --mp-green: #16835f;
    --mp-warning: #f59e0b;
    --mp-soft: var(--soft, #eaf3ff);
    --mp-shadow: 0 12px 30px rgba(24, 39, 75, .08);
    --mp-shadow-hover: 0 20px 46px rgba(24, 39, 75, .14);
}

body.template-alippe-marketplace {
    margin: 0;
    background: var(--mp-bg);
    color: var(--mp-ink);
    font-family: Inter, Arial, "Segoe UI", system-ui, sans-serif;
    letter-spacing: 0;
}

.template-alippe-marketplace *,
.template-alippe-marketplace *::before,
.template-alippe-marketplace *::after {
    box-sizing: border-box;
}

.template-alippe-marketplace a {
    color: inherit;
    text-decoration: none;
}

.template-alippe-marketplace button,
.template-alippe-marketplace input,
.template-alippe-marketplace select,
.template-alippe-marketplace textarea {
    font: inherit;
}

.mp-page {
    width: min(1880px, calc(100vw - 28px));
    margin: 0 auto;
    padding: 16px 0 32px;
}

.mp-header {
    min-height: 64px;
    display: grid;
    grid-template-columns: 198px minmax(360px, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 8px 0 14px;
    border-bottom: 1px solid var(--mp-line);
}

.mp-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
}

.mp-brand img {
    display: block;
    width: 176px;
    max-height: 50px;
    object-fit: contain;
}

.mp-brand span {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    max-width: 188px;
    padding: 0 14px;
    border-radius: 8px;
    background: var(--mp-accent);
    color: #fff;
    font-size: 28px;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-search {
    height: 54px;
    display: grid;
    grid-template-columns: 146px minmax(0, 1fr) 56px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--mp-line-strong);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(24, 39, 75, .05);
}

.mp-catalog-button {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-right: 1px solid var(--mp-line);
    color: var(--mp-ink);
    font-weight: 900;
}

.mp-catalog-button:hover {
    background: var(--mp-soft);
    color: var(--mp-primary);
}

.mp-search input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0 18px;
    color: var(--mp-ink);
    background: transparent;
    font-weight: 650;
}

.mp-search input::placeholder {
    color: #8a98aa;
}

.mp-search button {
    width: 56px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 0;
    background: var(--mp-primary);
    color: #fff;
    cursor: pointer;
}

.mp-actions {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
}

.mp-phone,
.mp-account,
.mp-icon,
.mp-cart,
.template-alippe-marketplace .currency-switcher {
    height: 46px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: var(--mp-ink);
    box-shadow: 0 6px 16px rgba(24, 39, 75, .05);
}

.mp-phone,
.mp-account {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 11px;
    font-size: 13px;
    font-weight: 900;
}

.mp-phone small,
.mp-account small {
    display: block;
    margin-top: 1px;
    color: var(--mp-muted);
    font-size: 11px;
    font-weight: 700;
}

.mp-icon,
.mp-cart {
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mp-cart {
    border-color: rgba(241, 90, 59, .34);
    color: var(--mp-accent);
    cursor: pointer;
}

.mp-icon b,
.mp-cart span,
.template-alippe-marketplace .counter-link b {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--mp-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.template-alippe-marketplace .currency-switcher {
    display: inline-grid;
    grid-auto-flow: column;
    overflow: hidden;
}

.template-alippe-marketplace .currency-switcher__item {
    min-width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mp-muted);
    font-size: 12px;
    font-weight: 900;
}

.template-alippe-marketplace .currency-switcher__item.active {
    background: var(--mp-primary);
    color: #fff;
}

.mp-subnav {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0 14px;
    scrollbar-width: none;
}

.mp-subnav::-webkit-scrollbar {
    display: none;
}

.mp-subnav a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 11px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
}

.mp-subnav a:hover {
    border-color: rgba(21, 108, 250, .32);
    color: var(--mp-primary);
}

.mp-layout {
    display: grid;
    grid-template-columns: 282px minmax(0, 1fr) 304px;
    gap: 14px;
    align-items: start;
}

.mp-sidebar,
.mp-right {
    display: grid;
    gap: 12px;
    position: sticky;
    top: 12px;
}

.mp-category-wrap {
    position: relative;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--mp-shadow);
}

.mp-category-title {
    width: 100%;
    min-height: 50px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 18px;
    gap: 9px;
    align-items: center;
    border: 0;
    border-bottom: 1px solid var(--mp-line);
    border-radius: 8px 8px 0 0;
    background: #fff;
    color: var(--mp-ink);
    padding: 0 13px;
    font-weight: 950;
    text-align: left;
    cursor: pointer;
}

.mp-category-list {
    display: grid;
    padding: 6px;
}

.mp-category-list a,
.mp-category-list button {
    min-height: 42px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 16px;
    gap: 8px;
    align-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #334155;
    padding: 0 9px;
    font-size: 13px;
    font-weight: 850;
    text-align: left;
    cursor: pointer;
}

.mp-category-list span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-category-list a:hover,
.mp-category-list button:hover,
.mp-category-list .active,
.mp-category-list .mega-active {
    background: color-mix(in srgb, var(--mp-primary) 9%, #fff);
    color: var(--mp-primary);
}

.mp-mobile-subcats {
    display: none;
}

.mp-mega {
    position: absolute;
    top: var(--mega-top, 0);
    left: calc(100% + 10px);
    width: min(760px, calc(100vw - 650px));
    min-height: var(--mega-min-height, 520px);
    display: none;
    z-index: 50;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 62px rgba(15, 23, 42, .16);
    overflow: hidden;
}

.mp-mega.open {
    display: block;
}

.mp-mega-panel {
    display: none;
    grid-template-columns: 220px minmax(0, 1fr) 190px;
    gap: 16px;
    min-height: inherit;
    padding: 18px;
}

.mp-mega-panel.active {
    display: grid;
}

.mp-mega-intro {
    display: grid;
    align-content: start;
    gap: 10px;
    border-radius: 8px;
    padding: 16px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 14%, #fff), #fff);
}

.mp-mega-intro span,
.mp-section-head span,
.mp-hero-copy > span {
    color: var(--mp-accent);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.mp-mega-intro h3,
.mp-section-head h2 {
    margin: 0;
    color: var(--mp-ink);
    line-height: 1.08;
}

.mp-mega-intro p {
    margin: 0;
    color: var(--mp-muted);
    line-height: 1.45;
}

.mp-mega-intro a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--mp-primary);
    color: #fff;
    font-weight: 900;
}

.mp-mega-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-content: start;
}

.mp-mega-links a,
.mp-mega-brands a,
.mp-brand-cloud a {
    min-width: 0;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: #334155;
    padding: 10px 11px;
    font-size: 13px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-mega-links a:hover,
.mp-mega-brands a:hover,
.mp-brand-cloud a:hover {
    border-color: color-mix(in srgb, var(--mp-primary) 34%, var(--mp-line));
    color: var(--mp-primary);
}

.mp-mega-brands {
    display: grid;
    gap: 8px;
    align-content: start;
}

.mp-mega-brands b,
.mp-brand-cloud b {
    color: var(--mp-ink);
}

.mp-rfq-mini,
.mp-service-card,
.mp-brand-cloud {
    display: grid;
    gap: 9px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    padding: 14px;
    box-shadow: var(--mp-shadow);
}

.mp-rfq-mini i,
.mp-service-card i {
    color: var(--mp-primary);
}

.mp-rfq-mini b,
.mp-service-card b {
    color: var(--mp-ink);
    font-size: 16px;
}

.mp-rfq-mini span,
.mp-service-card span {
    color: var(--mp-muted);
    line-height: 1.45;
    font-size: 13px;
}

.mp-rfq-mini a,
.mp-service-card a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--mp-primary);
    color: #fff;
    font-weight: 900;
}

.mp-service-card.accent {
    border-color: color-mix(in srgb, var(--mp-accent) 34%, var(--mp-line));
    background: color-mix(in srgb, var(--mp-accent) 7%, #fff);
}

.mp-service-card.accent i {
    color: var(--mp-accent);
}

.mp-brand-cloud div {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.mp-main {
    min-width: 0;
    display: grid;
    gap: 14px;
}

.mp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 440px);
    gap: 16px;
    min-height: 420px;
    align-items: stretch;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.86)),
        linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 18%, #fff), color-mix(in srgb, var(--mp-teal) 16%, #fff));
    padding: 22px;
    box-shadow: var(--mp-shadow);
    overflow: hidden;
}

.mp-hero-copy {
    display: grid;
    gap: 16px;
    align-content: center;
    min-width: 0;
}

.mp-hero-copy h1 {
    max-width: 780px;
    margin: 0;
    color: var(--mp-ink);
    font-size: clamp(36px, 4.8vw, 72px);
    line-height: .98;
    letter-spacing: 0;
}

.mp-hero-copy p {
    max-width: 700px;
    margin: 0;
    color: var(--mp-muted);
    font-size: 17px;
    line-height: 1.58;
}

.mp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mp-primary,
.mp-secondary,
.mp-section-head a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 15px;
    font-weight: 950;
}

.mp-primary {
    background: var(--mp-primary);
    color: #fff;
}

.mp-secondary,
.mp-section-head a {
    border: 1px solid var(--mp-line-strong);
    background: #fff;
    color: var(--mp-ink);
}

.mp-hero-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mp-hero-product {
    min-width: 0;
    min-height: 188px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: 8px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 10px 24px rgba(24, 39, 75, .06);
}

.mp-hero-product img,
.mp-hero-product > i {
    width: 100%;
    height: 122px;
    border-radius: 8px;
    background: #f8fafc;
    object-fit: contain;
}

.mp-hero-product > i {
    padding: 36px;
    color: var(--mp-muted);
}

.mp-hero-product span {
    min-height: 34px;
    color: var(--mp-ink);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.3;
    overflow: hidden;
}

.mp-hero-product b {
    color: var(--mp-primary);
    font-size: 14px;
}

.mp-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.mp-stats article,
.mp-need-grid a,
.mp-category-grid a {
    min-width: 0;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--mp-shadow);
}

.mp-stats article {
    min-height: 92px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 4px 10px;
    align-items: center;
    padding: 14px;
}

.mp-stats i,
.mp-need-grid i,
.mp-category-grid i {
    color: var(--mp-teal);
}

.mp-stats b {
    color: var(--mp-ink);
    font-size: 24px;
    line-height: 1;
}

.mp-stats span {
    grid-column: 2;
    color: var(--mp-muted);
    font-size: 12px;
    font-weight: 800;
}

.mp-need-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.mp-need-grid a {
    min-height: 104px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 14px;
}

.mp-need-grid b,
.mp-category-grid b {
    display: block;
    color: var(--mp-ink);
}

.mp-need-grid small {
    display: block;
    margin-top: 5px;
    color: var(--mp-muted);
    line-height: 1.4;
}

.mp-category-showcase,
.mp-products-band {
    display: grid;
    gap: 12px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    box-shadow: var(--mp-shadow);
}

.mp-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 12px;
}

.mp-section-head select {
    min-width: 190px;
    height: 42px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: var(--mp-ink);
    padding: 0 10px;
    font-weight: 850;
}

.mp-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.mp-category-grid a {
    min-height: 118px;
    display: grid;
    gap: 7px;
    align-content: start;
    padding: 14px;
}

.mp-category-grid span {
    color: var(--mp-muted);
    font-size: 12px;
    font-weight: 750;
}

.mp-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.mp-tabs::-webkit-scrollbar {
    display: none;
}

.mp-tabs button {
    min-height: 38px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: #334155;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
}

.mp-tabs button.active {
    border-color: var(--mp-primary);
    background: var(--mp-primary);
    color: #fff;
}

.mp-product-grid,
.template-alippe-marketplace .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(218px, 1fr));
    gap: 12px;
}

.template-alippe-marketplace .product-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(24, 39, 75, .06);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.template-alippe-marketplace .product-card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--mp-primary) 34%, var(--mp-line));
    box-shadow: var(--mp-shadow-hover);
}

.template-alippe-marketplace .product-image {
    position: relative;
    min-height: 190px;
    display: grid;
    place-items: center;
    background: #f8fafc;
    overflow: hidden;
}

.template-alippe-marketplace .product-image img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    padding: 13px;
    transition: transform .18s ease;
}

.template-alippe-marketplace .product-card:hover .product-image img {
    transform: scale(1.035);
}

.template-alippe-marketplace .card-image-badges {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.template-alippe-marketplace .card-image-badges b,
.template-alippe-marketplace .badge-new,
.template-alippe-marketplace .badge-hit,
.template-alippe-marketplace .badge-sale {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    border-radius: 999px;
    padding: 0 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
}

.template-alippe-marketplace .badge-new {
    background: var(--mp-teal);
}

.template-alippe-marketplace .badge-hit {
    background: var(--mp-primary);
}

.template-alippe-marketplace .badge-sale {
    background: var(--mp-accent);
}

.template-alippe-marketplace .product-body {
    min-width: 0;
    display: grid;
    gap: 10px;
    padding: 12px;
}

.template-alippe-marketplace .product-meta,
.template-alippe-marketplace .product-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.template-alippe-marketplace .product-body small,
.template-alippe-marketplace .product-meta small {
    color: var(--mp-muted);
    font-size: 11px;
    font-weight: 850;
}

.template-alippe-marketplace .product-card h3 {
    min-height: 44px;
    margin: 0;
    color: var(--mp-ink);
    font-size: 15px;
    line-height: 1.32;
}

.template-alippe-marketplace .product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.template-alippe-marketplace .stock-pill,
.template-alippe-marketplace .stock-note,
.template-alippe-marketplace .rating-pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    padding: 0 8px;
    background: #eef2f7;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
}

.template-alippe-marketplace .stock-pill.in,
.template-alippe-marketplace .stock-in {
    background: #dcfce7;
    color: #166534;
}

.template-alippe-marketplace .stock-pill.order {
    background: #fef3c7;
    color: #92400e;
}

.template-alippe-marketplace .stock-pill.out {
    background: #fee2e2;
    color: #991b1b;
}

.template-alippe-marketplace .product-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    align-items: end;
}

.template-alippe-marketplace .price-stack {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.template-alippe-marketplace .old-price,
.template-alippe-marketplace .card-old-price {
    color: #94a3b8;
    font-size: 12px;
}

.template-alippe-marketplace .price {
    color: var(--mp-primary);
    font-size: 18px;
    line-height: 1.1;
}

.template-alippe-marketplace .icon-btn,
.template-alippe-marketplace .card-buy-form .btn,
.template-alippe-marketplace .btn.btn-primary {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 8px;
    background: var(--mp-primary);
    color: #fff;
    padding: 0 11px;
    font-size: 12px;
    font-weight: 950;
    cursor: pointer;
}

.template-alippe-marketplace .icon-btn[disabled],
.template-alippe-marketplace .btn[disabled] {
    background: #e2e8f0;
    color: #64748b;
    cursor: not-allowed;
}

.template-alippe-marketplace .product-actions,
.template-alippe-marketplace .purchase-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.template-alippe-marketplace .link-button {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    background: transparent;
    color: var(--mp-muted);
    padding: 0;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
}

.template-alippe-marketplace .link-button:hover {
    color: var(--mp-primary);
}

.template-alippe-marketplace .product-card-empty {
    grid-column: 1 / -1;
    min-height: 190px;
    place-items: center;
}

body.template-alippe-marketplace.shop-inner-page {
    background: var(--mp-bg);
}

.template-alippe-marketplace.shop-inner-page .shop-shell {
    width: min(1880px, calc(100vw - 28px));
    margin: 0 auto;
    padding: 16px 0 32px;
    background: transparent;
    box-shadow: none;
}

.template-alippe-marketplace.shop-inner-page .topbar {
    display: grid;
    grid-template-columns: 198px minmax(360px, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 8px 0 14px;
    border-bottom: 1px solid var(--mp-line);
    background: transparent;
}

.template-alippe-marketplace.shop-inner-page .brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.template-alippe-marketplace.shop-inner-page .brand img {
    width: 176px;
    max-height: 50px;
    object-fit: contain;
}

.template-alippe-marketplace.shop-inner-page .brand span {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    max-width: 188px;
    padding: 0 14px;
    border-radius: 8px;
    background: var(--mp-accent);
    color: #fff;
    font-size: 28px;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-alippe-marketplace.shop-inner-page .search-bar {
    height: 54px;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 56px;
    align-items: center;
    border: 1px solid var(--mp-line-strong);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(24, 39, 75, .05);
    overflow: visible;
}

.template-alippe-marketplace.shop-inner-page .header-catalog-menu {
    height: 100%;
    position: relative;
}

.template-alippe-marketplace.shop-inner-page .category-chip {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    border-right: 1px solid var(--mp-line);
    color: var(--mp-ink);
    font-weight: 900;
}

.template-alippe-marketplace.shop-inner-page .category-chip.is-active,
.template-alippe-marketplace.shop-inner-page .category-chip:hover {
    background: var(--mp-soft);
    color: var(--mp-primary);
}

.template-alippe-marketplace.shop-inner-page .search-bar input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 18px;
    font-weight: 650;
}

.template-alippe-marketplace.shop-inner-page .search-btn {
    width: 56px;
    height: 54px;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: var(--mp-primary);
    color: #fff;
}

.template-alippe-marketplace.shop-inner-page .top-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
}

.template-alippe-marketplace.shop-inner-page .shop-phone-link,
.template-alippe-marketplace.shop-inner-page .user-card,
.template-alippe-marketplace.shop-inner-page .theme-link,
.template-alippe-marketplace.shop-inner-page .cart-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: var(--mp-ink);
    box-shadow: 0 6px 16px rgba(24, 39, 75, .05);
}

.template-alippe-marketplace.shop-inner-page .shop-phone-link,
.template-alippe-marketplace.shop-inner-page .user-card {
    padding: 0 11px;
    font-size: 13px;
    font-weight: 900;
}

.template-alippe-marketplace.shop-inner-page .user-card .avatar {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--mp-soft);
    color: var(--mp-primary);
}

.template-alippe-marketplace.shop-inner-page .user-card small {
    display: block;
    color: var(--mp-muted);
    font-size: 11px;
}

.template-alippe-marketplace.shop-inner-page .theme-link,
.template-alippe-marketplace.shop-inner-page .cart-button {
    width: 46px;
    position: relative;
}

.template-alippe-marketplace.shop-inner-page .cart-button {
    border-color: rgba(241, 90, 59, .34);
    color: var(--mp-accent);
}

.template-alippe-marketplace.shop-inner-page .cart-button span,
.template-alippe-marketplace.shop-inner-page .counter-link b {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--mp-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.template-alippe-marketplace.shop-inner-page .shop-subnav {
    min-height: 42px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0 14px;
    background: transparent;
}

.template-alippe-marketplace.shop-inner-page .shop-subnav a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: #334155;
    padding: 0 11px;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
}

.template-alippe-marketplace.shop-inner-page .shop-subnav a.active,
.template-alippe-marketplace.shop-inner-page .shop-subnav a:hover {
    border-color: var(--mp-primary);
    color: var(--mp-primary);
}

.template-alippe-marketplace.shop-inner-page .shop-page {
    padding: 0;
}

.template-alippe-marketplace .breadcrumbs {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    color: var(--mp-muted);
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 12px;
}

.template-alippe-marketplace .catalog-reference-layout {
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.template-alippe-marketplace .catalog-reference-left {
    display: grid;
    gap: 12px;
    position: sticky;
    top: 12px;
}

.template-alippe-marketplace .catalog-all-categories,
.template-alippe-marketplace .filter-toggle,
.template-alippe-marketplace .filter-panel,
.template-alippe-marketplace .page-hero.compact,
.template-alippe-marketplace .catalog-reference-top,
.template-alippe-marketplace .catalog-quick-filters,
.template-alippe-marketplace .empty-state,
.template-alippe-marketplace .catalog-rfq-card,
.template-alippe-marketplace .pagination,
.template-alippe-marketplace .product-gallery-wrap,
.template-alippe-marketplace .product-summary,
.template-alippe-marketplace .purchase-card,
.template-alippe-marketplace .trust-item,
.template-alippe-marketplace .product-main-column,
.template-alippe-marketplace .related-sidebar,
.template-alippe-marketplace .product-linked-block {
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--mp-shadow);
}

.template-alippe-marketplace .catalog-all-categories,
.template-alippe-marketplace .filter-toggle {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 13px;
    color: var(--mp-ink);
    font-weight: 950;
}

.template-alippe-marketplace .filter-toggle {
    border: 0;
    cursor: pointer;
}

.template-alippe-marketplace .page-hero.compact {
    display: grid;
    gap: 8px;
    padding: 16px;
}

.template-alippe-marketplace .page-hero.compact p,
.template-alippe-marketplace .page-hero.compact small {
    margin: 0;
    color: var(--mp-muted);
    font-weight: 850;
}

.template-alippe-marketplace .page-hero.compact h1 {
    margin: 0;
    color: var(--mp-ink);
    font-size: 28px;
    line-height: 1.1;
}

.template-alippe-marketplace .page-hero.compact span {
    color: var(--mp-muted);
    line-height: 1.45;
}

.template-alippe-marketplace .filter-panel {
    overflow: hidden;
}

.template-alippe-marketplace .catalog-filters {
    display: grid;
    gap: 0;
}

.template-alippe-marketplace .filter-block {
    display: grid;
    gap: 8px;
    padding: 14px;
    border-bottom: 1px solid var(--mp-line);
}

.template-alippe-marketplace .filter-block:last-child {
    border-bottom: 0;
}

.template-alippe-marketplace .filter-block h3 {
    margin: 0;
    color: var(--mp-ink);
    font-size: 14px;
}

.template-alippe-marketplace .filter-option,
.template-alippe-marketplace .catalog-filter-tree a {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.template-alippe-marketplace .filter-option em {
    color: var(--mp-muted);
    font-style: normal;
}

.template-alippe-marketplace .catalog-price-filter {
    display: grid;
    grid-template-columns: 1fr 18px 1fr;
    gap: 8px;
    align-items: center;
}

.template-alippe-marketplace .catalog-price-filter input,
.template-alippe-marketplace .review-field,
.template-alippe-marketplace .review-textarea {
    width: 100%;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: var(--mp-ink);
    padding: 10px 11px;
}

.template-alippe-marketplace .catalog-reference-main {
    min-width: 0;
    display: grid;
    gap: 12px;
}

.template-alippe-marketplace .catalog-reference-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 12px;
    padding: 14px;
}

.template-alippe-marketplace .catalog-reference-mega,
.template-alippe-marketplace .catalog-reference-tools {
    min-width: 0;
}

.template-alippe-marketplace .catalog-quick-filters {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px;
}

.template-alippe-marketplace .catalog-quick-filters a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.template-alippe-marketplace .catalog-quick-filters a.active,
.template-alippe-marketplace .catalog-quick-filters a:hover {
    border-color: var(--mp-primary);
    background: var(--mp-primary);
    color: #fff;
}

.template-alippe-marketplace .catalog-rfq-card {
    display: grid;
    gap: 10px;
    align-content: center;
    padding: 16px;
    border-color: color-mix(in srgb, var(--mp-accent) 35%, var(--mp-line));
    background: color-mix(in srgb, var(--mp-accent) 7%, #fff);
}

.template-alippe-marketplace .catalog-rfq-card b {
    display: block;
    color: var(--mp-ink);
}

.template-alippe-marketplace .catalog-rfq-card span,
.template-alippe-marketplace .catalog-results-summary {
    color: var(--mp-muted);
}

.template-alippe-marketplace .product-page {
    display: grid;
    grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
    gap: 14px;
    align-items: start;
}

.template-alippe-marketplace .product-gallery-wrap {
    position: relative;
    padding: 14px;
}

.template-alippe-marketplace .product-gallery-shell {
    position: relative;
}

.template-alippe-marketplace .product-gallery {
    width: 100%;
    min-height: 500px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: #f8fafc;
    cursor: zoom-in;
}

.template-alippe-marketplace .product-gallery img {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.template-alippe-marketplace .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.template-alippe-marketplace .thumb {
    height: 74px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    padding: 4px;
    cursor: pointer;
}

.template-alippe-marketplace .thumb.active {
    border-color: var(--mp-primary);
}

.template-alippe-marketplace .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.template-alippe-marketplace .gallery-arrow,
.template-alippe-marketplace .zoom-btn {
    position: absolute;
    z-index: 3;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: var(--mp-ink);
    box-shadow: var(--mp-shadow);
}

.template-alippe-marketplace .gallery-arrow.prev {
    left: 8px;
    top: 50%;
}

.template-alippe-marketplace .gallery-arrow.next {
    right: 8px;
    top: 50%;
}

.template-alippe-marketplace .gallery-top-actions {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 24px;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.template-alippe-marketplace .hot-badge,
.template-alippe-marketplace .purchase-state {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 950;
}

.template-alippe-marketplace .product-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 14px;
    padding: 16px;
}

.template-alippe-marketplace .product-info {
    min-width: 0;
    display: grid;
    gap: 12px;
    align-content: start;
}

.template-alippe-marketplace .product-info h1 {
    margin: 0;
    color: var(--mp-ink);
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.05;
}

.template-alippe-marketplace .product-lead {
    margin: 0;
    color: var(--mp-muted);
    line-height: 1.55;
}

.template-alippe-marketplace .product-brand,
.template-alippe-marketplace .product-code,
.template-alippe-marketplace .product-quick-nav a,
.template-alippe-marketplace .spec-preview span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: #334155;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 850;
}

.template-alippe-marketplace .product-meta-row,
.template-alippe-marketplace .product-quick-nav,
.template-alippe-marketplace .spec-preview {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.template-alippe-marketplace .purchase-card {
    display: grid;
    gap: 12px;
    padding: 14px;
    box-shadow: none;
}

.template-alippe-marketplace .product-price-row strong {
    color: var(--mp-primary);
    font-size: 32px;
    line-height: 1;
}

.template-alippe-marketplace .product-price-row del {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
}

.template-alippe-marketplace .product-commerce-facts {
    display: grid;
    gap: 8px;
}

.template-alippe-marketplace .fact {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    color: var(--mp-muted);
    font-size: 13px;
}

.template-alippe-marketplace .fact b {
    display: block;
    color: var(--mp-ink);
}

.template-alippe-marketplace .purchase-alert {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    border-radius: 8px;
    background: #fef3c7;
    color: #92400e;
    padding: 10px;
    font-size: 13px;
    font-weight: 800;
}

.template-alippe-marketplace .buy-row,
.template-alippe-marketplace .card-buy-form {
    display: grid;
    gap: 8px;
}

.template-alippe-marketplace .qty-stepper,
.template-alippe-marketplace .card-qty-stepper {
    height: 40px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    overflow: hidden;
}

.template-alippe-marketplace .qty-stepper button,
.template-alippe-marketplace .card-qty-stepper button {
    border: 0;
    background: #f8fafc;
    color: var(--mp-ink);
    font-weight: 950;
}

.template-alippe-marketplace .qty-stepper input,
.template-alippe-marketplace .card-qty-stepper input {
    width: 100%;
    border: 0;
    text-align: center;
    font-weight: 900;
}

.template-alippe-marketplace .product-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0;
}

.template-alippe-marketplace .trust-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
}

.template-alippe-marketplace .trust-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--mp-soft);
    color: var(--mp-primary);
}

.template-alippe-marketplace .trust-item b {
    display: block;
    color: var(--mp-ink);
}

.template-alippe-marketplace .trust-item span {
    color: var(--mp-muted);
}

.template-alippe-marketplace .product-lower-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 14px;
}

.template-alippe-marketplace .product-lower-grid.no-related {
    grid-template-columns: 1fr;
}

.template-alippe-marketplace .product-main-column,
.template-alippe-marketplace .related-sidebar,
.template-alippe-marketplace .product-linked-block {
    padding: 16px;
}

.template-alippe-marketplace .product-tabs,
.template-alippe-marketplace .comments-toolbar,
.template-alippe-marketplace .related-sidebar-head {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.template-alippe-marketplace .product-tabs a,
.template-alippe-marketplace .comment-filter {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: #334155;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 900;
}

.template-alippe-marketplace .product-tabs a.active,
.template-alippe-marketplace .comment-filter.active {
    border-color: var(--mp-primary);
    background: var(--mp-primary);
    color: #fff;
}

.template-alippe-marketplace .product-details h2,
.template-alippe-marketplace .comments-title,
.template-alippe-marketplace .related-sidebar h2 {
    margin: 0 0 10px;
    color: var(--mp-ink);
}

.template-alippe-marketplace .description,
.template-alippe-marketplace .review-body {
    color: #334155;
    line-height: 1.65;
}

.template-alippe-marketplace .spec-table {
    display: grid;
    gap: 0;
}

.template-alippe-marketplace .spec-row {
    display: grid;
    grid-template-columns: minmax(160px, .4fr) minmax(0, 1fr);
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--mp-line);
}

.template-alippe-marketplace .spec-row dt {
    color: var(--mp-muted);
    font-weight: 850;
}

.template-alippe-marketplace .spec-row dd {
    margin: 0;
    color: var(--mp-ink);
    font-weight: 850;
}

.template-alippe-marketplace .comments-head {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 12px;
}

.template-alippe-marketplace .rating-card,
.template-alippe-marketplace .review-form-card,
.template-alippe-marketplace .review-card,
.template-alippe-marketplace .comments-empty,
.template-alippe-marketplace .related-mini-card {
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
}

.template-alippe-marketplace .review-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.template-alippe-marketplace .review-submit,
.template-alippe-marketplace .attach-btn {
    min-height: 38px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    color: var(--mp-ink);
    padding: 0 12px;
    font-weight: 900;
}

.template-alippe-marketplace .review-submit {
    border-color: var(--mp-primary);
    background: var(--mp-primary);
    color: #fff;
}

.template-alippe-marketplace .related-mini-grid,
.template-alippe-marketplace .product-linked-sections {
    display: grid;
    gap: 10px;
}

.template-alippe-marketplace .related-mini-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
}

.template-alippe-marketplace .related-mini-image {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #f8fafc;
}

.template-alippe-marketplace .related-mini-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.template-alippe-marketplace .store-footer {
    margin-top: 16px;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--mp-shadow);
    overflow: hidden;
}

.template-alippe-marketplace .footer-benefits,
.template-alippe-marketplace .footer-main {
    border-color: var(--mp-line);
}

.template-alippe-marketplace .cart-panel {
    border-radius: 8px 0 0 8px;
}

.template-alippe-marketplace .toast {
    border-radius: 8px;
}

@media (max-width: 1500px) {
    .mp-layout {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .mp-right {
        position: static;
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mp-brand-cloud {
        grid-column: span 2;
    }
}

@media (max-width: 1220px) {
    .mp-header,
    .template-alippe-marketplace.shop-inner-page .topbar {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .mp-actions,
    .template-alippe-marketplace.shop-inner-page .top-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .mp-layout,
    .template-alippe-marketplace .catalog-reference-layout,
    .template-alippe-marketplace .product-page,
    .template-alippe-marketplace .product-summary,
    .template-alippe-marketplace .product-lower-grid {
        grid-template-columns: 1fr;
    }

    .mp-sidebar,
    .mp-right,
    .template-alippe-marketplace .catalog-reference-left {
        position: static;
    }

    .mp-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-mega {
        left: 0;
        top: calc(100% + 8px);
        width: min(900px, calc(100vw - 42px));
    }

    .mp-right {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .template-alippe-marketplace .catalog-reference-top,
    .template-alippe-marketplace .comments-head {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .mp-page,
    .template-alippe-marketplace.shop-inner-page .shop-shell {
        width: min(100% - 20px, 760px);
        padding-top: 10px;
    }

    .mp-header,
    .template-alippe-marketplace.shop-inner-page .topbar {
        grid-template-columns: 1fr;
    }

    .mp-brand img,
    .template-alippe-marketplace.shop-inner-page .brand img {
        width: 156px;
    }

    .mp-search,
    .template-alippe-marketplace.shop-inner-page .search-bar {
        grid-template-columns: 118px minmax(0, 1fr) 48px;
        height: 50px;
    }

    .mp-search button,
    .template-alippe-marketplace.shop-inner-page .search-btn {
        width: 48px;
        height: 50px;
    }

    .mp-phone,
    .mp-account,
    .template-alippe-marketplace.shop-inner-page .shop-phone-link,
    .template-alippe-marketplace.shop-inner-page .user-card {
        min-width: 160px;
    }

    .mp-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 18px;
    }

    .mp-hero-copy h1 {
        font-size: 40px;
        line-height: 1.04;
    }

    .mp-hero-products,
    .mp-stats,
    .mp-need-grid,
    .mp-category-grid,
    .mp-right,
    .template-alippe-marketplace .product-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-mega {
        display: none !important;
    }

    .mp-category-list {
        display: none;
    }

    .mp-sidebar.mobile-open .mp-category-list,
    .category-sidebar.mobile-open .mp-category-list {
        display: grid;
    }

    .mp-mobile-subcats.open {
        display: grid;
        gap: 6px;
        padding: 0 8px 8px 38px;
    }

    .mp-mobile-subcats a {
        min-height: 34px;
        display: flex;
        align-items: center;
        border: 1px solid var(--mp-line);
        border-radius: 8px;
        background: #fff;
        padding: 0 9px;
        color: #334155;
        font-size: 12px;
        font-weight: 850;
    }

    .template-alippe-marketplace .product-summary {
        padding: 12px;
    }

    .template-alippe-marketplace .product-gallery {
        min-height: 360px;
    }
}

@media (max-width: 620px) {
    .mp-page,
    .template-alippe-marketplace.shop-inner-page .shop-shell {
        width: min(100% - 14px, 520px);
    }

    .mp-search,
    .template-alippe-marketplace.shop-inner-page .search-bar {
        grid-template-columns: 48px minmax(0, 1fr) 46px;
    }

    .mp-catalog-button span,
    .template-alippe-marketplace.shop-inner-page .category-chip span,
    .mp-phone span,
    .mp-account span,
    .template-alippe-marketplace.shop-inner-page .shop-phone-link span,
    .template-alippe-marketplace.shop-inner-page .user-card span {
        display: none;
    }

    .mp-phone,
    .mp-account,
    .template-alippe-marketplace.shop-inner-page .shop-phone-link,
    .template-alippe-marketplace.shop-inner-page .user-card {
        min-width: 46px;
        width: 46px;
        padding: 0;
        justify-content: center;
    }

    .mp-hero-copy h1 {
        font-size: 32px;
    }

    .mp-hero-copy p {
        font-size: 15px;
    }

    .mp-hero-products,
    .mp-stats,
    .mp-need-grid,
    .mp-category-grid,
    .mp-right,
    .template-alippe-marketplace .product-trust-strip,
    .template-alippe-marketplace .review-row,
    .template-alippe-marketplace .product-lower-grid,
    .template-alippe-marketplace .comments-head {
        grid-template-columns: 1fr;
    }

    .mp-section-head {
        display: grid;
        align-items: start;
    }

    .mp-section-head select,
    .mp-section-head a {
        width: 100%;
    }

    .mp-product-grid,
    .template-alippe-marketplace .product-grid {
        grid-template-columns: 1fr;
    }

    .template-alippe-marketplace .product-gallery {
        min-height: 290px;
    }

    .template-alippe-marketplace .spec-row,
    .template-alippe-marketplace .related-mini-card {
        grid-template-columns: 1fr;
    }

    .template-alippe-marketplace .related-mini-image {
        width: 100%;
        height: 160px;
    }
}
