@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --background: #f8f9fd;
    --surface: #ffffff;
    --surface-soft: #fafaff;

    --border: #e9eaf2;

    --text: #11162a;
    --muted: #737b95;

    --purple: #6935ff;
    --purple-dark: #5120ef;
    --purple-light: #f0ebff;

    --green: #08aa67;
    --green-soft: #e9fff4;

    --blue: #2865ff;

    --shadow:
        0 10px 35px rgba(30, 36, 70, 0.04);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    background: var(--background);
    color: var(--text);
    font-size: 13px;
}

.product-architecture {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 35px;
    align-items: center;
    margin-bottom: 14px;
    padding: 25px 28px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: linear-gradient(120deg, #f7f2ff, #f3f9ff);
    box-shadow: var(--shadow);
}

.eyebrow {
    color: var(--purple);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.architecture-copy h2 {
    margin: 8px 0;
    font-size: 21px;
}

.architecture-copy p,
.review-heading p {
    color: var(--muted);
    line-height: 1.55;
}

.offer-map { position: relative; }

.canonical-product {
    width: 270px;
    min-height: 58px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #dcd4ff;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(92,50,220,.09);
}

.canonical-product .apple-glyph {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #11162a;
    color: #fff;
}

.canonical-product div { display:flex; flex-direction:column; gap:3px; }
.canonical-product small { color:var(--muted); font-size:9px; }
.canonical-product > b { margin-left:auto; padding:4px 7px; border-radius:10px; background:var(--purple-light); color:var(--purple); font-size:8px; white-space:nowrap; }
.map-lines { height:25px; width:67%; margin:auto; border-top:1px solid #cfc5f8; position:relative; top:13px; }
.map-lines:before { content:""; position:absolute; width:1px; height:13px; background:#cfc5f8; left:50%; top:-13px; }
.map-lines i { position:absolute; top:0; width:1px; height:13px; background:#cfc5f8; }
.map-lines i:nth-child(1){left:0}.map-lines i:nth-child(2){left:50%}.map-lines i:nth-child(3){right:0}
.map-offers { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.map-offers article { min-height:68px; display:flex; align-items:center; gap:8px; padding:9px; border:1px solid var(--border); border-radius:10px; background:#fff; position:relative; }
.map-offers article div { display:flex; flex-direction:column; gap:3px; }
.map-offers article div > strong { font-size:9px; }
.map-offers article div > b { font-size:12px; }
.map-offers article small { color:var(--muted); font-size:7px; white-space:nowrap; }
.map-offers em { position:absolute; top:-7px; right:6px; background:var(--green); color:#fff; border-radius:8px; padding:3px 6px; font-size:7px; font-style:normal; }
.best-map-offer { border-color:#99e2bf!important; }

.iphone-render {
    width: 148px;
    height: 218px;
    position: relative;
    border: 7px solid #d9d8d4;
    border-radius: 30px;
    background: linear-gradient(145deg,#eeeee9,#aaa9a5);
    box-shadow: inset -12px -12px 28px rgba(0,0,0,.13), 0 20px 30px rgba(35,39,60,.14);
}
.iphone-camera { position:absolute; left:10px; top:10px; width:76px; height:75px; border-radius:22px; background:#d5d3ce; box-shadow:0 2px 9px rgba(0,0,0,.12); }
.iphone-camera i { position:absolute; width:26px; height:26px; border:5px solid #32363a; border-radius:50%; background:radial-gradient(circle,#14233a 15%,#52687e 35%,#080b0f 62%); }
.iphone-camera i:nth-child(1){left:8px;top:8px}.iphone-camera i:nth-child(2){right:8px;top:8px}.iphone-camera i:nth-child(3){left:8px;bottom:8px}
.iphone-camera b { position:absolute; right:13px; bottom:15px; width:10px; height:10px; background:#15191c; border-radius:50%; }
.iphone-logo { position:absolute; left:50%; top:53%; transform:translate(-50%,-50%) rotate(45deg); color:#777; font-size:22px; }
.thumbnail { font-size:24px!important; color:#8b8e9b; }

.reviews-section {
    display:grid;
    grid-template-columns:250px 1fr;
    gap:22px;
    margin-top:14px;
    padding:20px;
    border:1px solid var(--border);
    border-radius:14px;
    background:var(--surface);
}
.reviews-summary { padding:5px 20px 5px 4px; border-right:1px solid var(--border); }
.aggregate-rating { display:flex; align-items:end; gap:12px; margin:8px 0 5px; }
.aggregate-rating strong { font-size:39px; line-height:1; }
.aggregate-rating span,.review-card header>b { color:#f5ad00; letter-spacing:2px; }
.aggregate-rating i,.review-card header>b i { color:#dfe2ea; font-style:normal; }
.reviews-summary p { color:var(--muted); font-size:10px; }
.rating-bars { margin-top:18px; display:flex; flex-direction:column; gap:7px; }
.rating-bars span { display:grid; grid-template-columns:10px 1fr 38px; gap:7px; align-items:center; color:var(--muted); font-size:8px; }
.rating-bars i { height:5px; background:#edf0f5; border-radius:6px; overflow:hidden; }
.rating-bars i b { display:block; height:100%; background:#f5ad00; border-radius:6px; }
.rating-bars em { font-style:normal; text-align:right; }
.review-heading { display:flex; justify-content:space-between; align-items:center; }
.review-heading h3 { margin-bottom:4px; font-size:15px; }
.review-heading button { border:1px solid var(--border); background:#fff; border-radius:7px; padding:7px 9px; font-size:9px; color:var(--muted); }
.review-tabs { display:flex; gap:6px; margin:15px 0 12px; }
.review-tabs button { border:1px solid var(--border); background:#fff; color:var(--muted); border-radius:7px; padding:8px 10px; font-size:9px; }
.review-tabs button b { margin-left:4px; font-size:8px; }
.review-tabs button.active { color:var(--purple); border-color:#d5c9ff; background:var(--purple-light); }
.review-list { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.review-card { border:1px solid var(--border); border-radius:10px; padding:11px; }
.review-card header { display:flex; align-items:center; gap:7px; }
.review-card header div { display:flex; flex-direction:column; gap:2px; }
.review-card header small { color:var(--muted); font-size:7px; }
.review-card header>b { margin-left:auto; font-size:8px; letter-spacing:0; }
.review-avatar { width:27px; height:27px; display:grid; place-items:center; border-radius:50%; background:#f6dff3; color:#a22592; font-size:8px; font-weight:700; }
.review-avatar.blue{background:#dceaff;color:#1766ce}.review-avatar.yellow{background:#fff1c8;color:#a46e00}
.review-card p { min-height:48px; margin:10px 0 7px; color:#4e5771; font-size:8px; line-height:1.5; }
.review-card>span { color:var(--muted); font-size:7px; }

@media (max-width: 1100px) {
    .product-architecture { grid-template-columns:1fr; }
    .reviews-section { grid-template-columns:1fr; }
    .reviews-summary { border-right:0; border-bottom:1px solid var(--border); padding-bottom:18px; }
}

@media (max-width: 760px) {
    .map-offers,.review-list { grid-template-columns:1fr; }
    .map-lines { display:none; }
    .review-tabs { overflow:auto; }
    .review-tabs button { white-space:nowrap; }
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

.app {
    min-height: 100vh;
    display: flex;
}


/* SIDEBAR */

.sidebar {
    position: fixed;
    top: 0;
    left: 0;

    width: 220px;
    height: 100vh;

    background: #ffffff;
    border-right: 1px solid var(--border);

    padding: 18px 16px;

    display: flex;
    flex-direction: column;

    z-index: 100;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 20px;
    font-weight: 800;

    margin-bottom: 24px;
}

.logo-icon {
    width: 32px;
    height: 32px;

    border-radius: 9px;

    display: grid;
    place-items: center;

    color: #ffffff;
    font-weight: 800;

    background:
        linear-gradient(
            135deg,
            #6138ff,
            #a22aff
        );
}

.sidebar-nav {
    flex: 1;
    overflow-y: auto;
}

.nav-title {
    color: #9aa0b6;

    text-transform: uppercase;

    font-size: 10px;
    font-weight: 600;

    margin:

        20px
        10px
        8px;
}

.nav-item {
    min-height: 40px;

    display: flex;
    align-items: center;
    gap: 11px;

    padding: 0 11px;

    border-radius: 8px;

    color: #36405e;

    text-decoration: none;

    font-size: 12px;

    position: relative;

    transition: 0.2s;
}

.nav-item:hover {
    color: var(--purple);
    background: #f7f5ff;
}

.nav-item.active {
    color: var(--purple);

    font-weight: 600;

    background:
        linear-gradient(
            90deg,
            #f0ebff,
            #f8f6ff
        );
}

.nav-icon {
    width: 17px;

    font-size: 16px;

    text-align: center;
}

.notification {
    margin-left: auto;

    width: 23px;
    height: 23px;

    display: grid;
    place-items: center;

    background: #ede6ff;

    color: var(--purple);

    border-radius: 50%;

    font-size: 10px;

    font-weight: 700;
}


/* PRO CARD */

.pro-card {
    position: relative;

    padding: 17px;

    border-radius: 13px;

    color: #4b28d6;

    background:
        linear-gradient(
            145deg,
            #f3eeff,
            #f2e8ff
        );
}

.pro-card h3 {
    font-size: 14px;
    margin-bottom: 8px;
}

.pro-card p {
    font-size: 10px;

    line-height: 1.55;

    color: #69617f;
}

.pro-close {
    position: absolute;

    right: 12px;
    top: 9px;

    background: none;
    border: 0;

    color: var(--purple);

    font-size: 17px;
}

.mini-chart {
    height: 45px;

    margin: 12px 0;

    display: flex;
    align-items: end;
    gap: 4px;
}

.mini-chart span {
    flex: 1;

    background:
        linear-gradient(
            to top,
            #7137ff,
            #af88ff
        );

    border-radius: 3px;
}

.mini-chart span:nth-child(1) {
    height: 25%;
}

.mini-chart span:nth-child(2) {
    height: 42%;
}

.mini-chart span:nth-child(3) {
    height: 35%;
}

.mini-chart span:nth-child(4) {
    height: 50%;
}

.mini-chart span:nth-child(5) {
    height: 44%;
}

.mini-chart span:nth-child(6) {
    height: 75%;
}

.primary-btn,
.checkout-btn {
    width: 100%;

    border: 0;

    border-radius: 8px;

    padding: 12px;

    color: #ffffff;

    font-weight: 700;

    background:
        linear-gradient(
            90deg,
            #6636ff,
            #ae1ee8
        );
}


/* PAGE */

.page {
    width: calc(100% - 220px);

    margin-left: 220px;
}


/* HEADER */

.header {
    height: 70px;

    background: rgba(255, 255, 255, 0.95);

    border-bottom: 1px solid var(--border);

    padding: 0 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    position: sticky;
    top: 0;

    z-index: 90;
}

.global-search {
    width: 500px;

    height: 42px;

    display: flex;
    align-items: center;

    border: 1px solid #e5e7f0;

    border-radius: 9px;

    background: #ffffff;

    overflow: hidden;
}

.search-icon {
    width: 42px;

    display: grid;
    place-items: center;

    color: #65708c;

    font-size: 20px;
}

.global-search input {
    height: 100%;

    flex: 1;

    border: 0;
    outline: 0;

    color: var(--text);
}

.global-search button {
    height: 34px;

    padding: 0 25px;

    border: 0;

    border-radius: 7px;

    margin-right: 4px;

    background:
        linear-gradient(
            90deg,
            #6738ff,
            #a826e7
        );

    color: #ffffff;

    font-weight: 600;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 13px;
}

.header-action {
    border: 0;
    background: none;

    display: flex;
    align-items: center;
    gap: 7px;

    color: var(--text);

    font-size: 11px;

    position: relative;
}

.action-icon {
    font-size: 20px;
}

.action-count {
    position: absolute;

    top: -11px;
    right: -7px;

    width: 19px;
    height: 19px;

    border-radius: 50%;

    background: var(--purple);

    color: #ffffff;

    display: grid;
    place-items: center;

    font-size: 9px;
}

.cart-header {
    border: 0;

    background: #ffffff;

    display: flex;
    align-items: center;

    gap: 9px;

    position: relative;
}

.cart-header-icon {
    font-size: 23px;
}

.cart-header span {
    display: flex;
    flex-direction: column;
}

.cart-header strong {
    font-size: 11px;
}

.cart-header small {
    font-size: 10px;

    margin-top: 3px;
}

.cart-count {
    right: -5px;
}

.profile {
    display: flex;
    align-items: center;

    gap: 8px;

    padding-left: 14px;

    border-left: 1px solid var(--border);
}

.avatar {
    width: 32px;
    height: 32px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color: white;

    background:
        linear-gradient(
            135deg,
            #172a4d,
            #684448
        );
}

.profile > div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.profile strong {
    font-size: 11px;
}

.profile small {
    color: var(--muted);

    margin-top: 3px;

    font-size: 9px;
}


/* LAYOUT */

.page-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        285px;

    gap: 16px;

    padding: 16px 18px 20px;
}

.main-content {
    min-width: 0;
}


/* MARKETPLACE BANNER */

.marketplaces-banner {
    min-height: 118px;

    border: 1px solid var(--border);

    border-radius: 13px;

    padding: 20px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    background:
        linear-gradient(
            105deg,
            #fff8ff,
            #f5fbff
        );
}

.marketplaces-intro h1 {
    font-size: 21px;

    margin-bottom: 9px;
}

.marketplaces-intro p {
    color: #525b76;

    line-height: 1.5;
}

.marketplace-cards {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 10px;

    min-width: 530px;
}

.marketplace-card {
    height: 76px;

    border: 1px solid #ececf4;

    border-radius: 10px;

    background: rgba(255, 255, 255, 0.8);

    padding: 13px;

    display: flex;
    flex-direction: column;

    justify-content: space-between;
}

.marketplace-logo {
    font-size: 17px;
    font-weight: 800;
}

.marketplace-card strong {
    font-size: 11px;
}

.marketplace-card span {
    font-size: 9px;
    color: var(--muted);
}

.ozon {
    color: #1263ff;
}

.wb {
    color: #ad19c3;
}

.market {
    color: #111111;
}

.mega {
    color: #15a66d;
}


/* PRODUCT SECTION */

.product-section,
.comparison-section {
    margin-top: 12px;

    background: var(--surface);

    border: 1px solid var(--border);

    border-radius: 13px;
}

.breadcrumbs {
    padding: 13px 18px 0;

    font-size: 9px;

    color: #8b92a8;
}

.breadcrumbs span {
    margin: 0 9px;
}

.breadcrumbs strong {
    color: var(--text);
}

.product-layout {
    display: grid;

    grid-template-columns:
        340px
        minmax(260px, 1fr)
        280px;

    gap: 18px;

    padding: 15px;
}

.product-gallery {
    display: flex;
    gap: 13px;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.thumbnail {
    width: 48px;
    height: 48px;

    border: 1px solid var(--border);

    background: #ffffff;

    border-radius: 8px;

    font-size: 24px;
}

.thumbnail.active {
    border-color: #333c57;
}

.thumbnail.more {
    font-size: 13px;

    font-weight: 600;
}

.main-product-image {
    flex: 1;

    min-height: 280px;

    border: 1px solid #eef0f5;

    border-radius: 10px;

    background:
        radial-gradient(
            circle at center,
            #ffffff,
            #f6f8fb
        );

    display: grid;
    place-items: center;

    overflow: hidden;
}

.headphones {
    font-size: 150px;

    filter:
        grayscale(1)
        drop-shadow(
            0 20px 15px rgba(0,0,0,.08)
        );
}

.product-info {
    padding: 8px 0;
}

.popular-badge {
    display: inline-block;

    padding: 6px 9px;

    border-radius: 6px;

    background: var(--green-soft);

    color: var(--green);

    font-size: 9px;

    font-weight: 600;

    margin-bottom: 12px;
}

.product-info h2 {
    font-size: 20px;

    margin-bottom: 12px;
}

.rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    color: #7c849a;
}

.stars {
    color: #ffa800;
}

.choice-badge {
    color: var(--purple);

    background: #f2edff;

    padding: 5px 8px;

    border-radius: 6px;

    font-size: 9px;
}

.spec-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 6px;

    margin: 15px 0;
}

.spec-tags span {
    padding: 5px 7px;

    border-radius: 6px;

    background: #f7f8fb;

    color: #4c546c;

    font-size: 9px;
}

.product-description {
    color: #5b647c;

    line-height: 1.6;

    font-size: 10px;

    max-width: 420px;
}

.more-link {
    border: 0;
    background: none;

    color: var(--purple);

    font-size: 10px;

    font-weight: 600;

    margin-top: 15px;
}


/* BEST OFFER */

.best-offer {
    border: 1px solid var(--border);

    border-radius: 12px;

    padding: 18px;

    display: flex;
    flex-direction: column;

    align-self: stretch;

    background:
        linear-gradient(
            160deg,
            #ffffff,
            #fcfbff
        );
}

.best-label {
    color: var(--green);

    font-weight: 700;

    margin-bottom: 14px;
}

.best-marketplace {
    display: flex;
    align-items: center;

    gap: 8px;
}

.marketplace-circle {
    width: 29px;
    height: 29px;

    border-radius: 50%;

    display: grid;
    place-items: center;

    background: #ffd400;

    font-weight: 900;
}

.best-price {
    font-size: 27px;

    font-weight: 800;

    margin: 15px 0 9px;
}

.delivery {
    color: var(--green);

    font-weight: 600;
}

.delivery-time {
    color: #4e566d;

    margin-top: 6px;
}

.buy-now,
.add-to-cart {
    width: 100%;

    min-height: 42px;

    border-radius: 7px;

    font-weight: 700;
}

.buy-now {
    border: 0;

    margin-top: 17px;

    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            #6636ff,
            #b71fdc
        );
}

.add-to-cart {
    margin-top: 8px;

    border: 1px solid var(--purple);

    background: #ffffff;

    color: var(--purple);
}

.price-guarantee {
    border-top: 1px solid var(--border);

    margin: 16px -18px -18px;

    padding: 14px 18px;

    display: flex;

    gap: 10px;
}

.price-guarantee strong {
    display: block;

    color: #dd8b00;

    font-size: 10px;
}

.price-guarantee small {
    color: var(--muted);

    font-size: 8px;
}


/* TABLE */

.comparison-section {
    padding: 13px 15px 8px;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 10px;
}

.section-heading h3 {
    font-size: 14px;
}

.section-heading button {
    border: 0;
    background: none;

    color: var(--purple);

    font-size: 9px;
}

.comparison-head,
.comparison-row {
    display: grid;

    grid-template-columns:
        1.8fr
        .85fr
        .95fr
        1.2fr
        1fr
        1fr
        75px;

    gap: 8px;

    align-items: center;
}

.comparison-head {
    min-height: 28px;

    color: #969db0;

    font-size: 8px;
}

.comparison-row {
    min-height: 52px;

    border-top: 1px solid #f0f1f5;

    font-size: 9px;
}

.comparison-row small {
    display: block;

    margin-top: 3px;

    color: #8d94a6;

    font-size: 7px;
}

.market-cell {
    display: flex;
    align-items: center;

    gap: 8px;
}

.market-icon {
    width: 25px;
    height: 25px;

    display: grid;
    place-items: center;

    border-radius: 7px;

    background: #f2f4f8;

    font-weight: 800;
}

.best-small {
    padding: 4px 6px;

    background: #eafff1;

    color: var(--green);

    border-radius: 5px;

    font-size: 7px;
}

.table-price {
    font-size: 12px;
}

.old-price {
    text-decoration: line-through;
}

.green-text,
.availability {
    color: var(--green) !important;
}

.table-buy {
    border: 0;

    padding: 8px;

    border-radius: 6px;

    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            #6936ff,
            #ad1ddf
        );

    font-size: 9px;
}

.show-more {
    border: 0;

    background: none;

    display: block;

    margin: 6px auto 0;

    color: #555e78;

    font-size: 9px;
}


/* ANALYTICS */

.analytics-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 10px;

    margin-top: 12px;
}

.analytics-card {
    min-height: 100px;

    padding: 14px;

    border: 1px solid var(--border);

    border-radius: 11px;

    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.analytics-card > div:first-child {
    display: flex;
    flex-direction: column;

    gap: 8px;
}

.analytics-title {
    font-weight: 700;
}

.analytics-card strong {
    font-size: 16px;
}

.analytics-card small {
    color: var(--muted);

    font-size: 8px;
}

.blue-value {
    color: var(--blue);
}

.green-value {
    color: var(--green);
}

.chart-line {
    width: 80px;
    height: 50px;

    display: flex;
    align-items: end;
    gap: 3px;
}

.chart-line span {
    flex: 1;

    border-radius: 2px;
}

.purple-line span {
    background: #713cff;
}

.green-line span {
    background: #13b876;
}

.chart-line span:nth-child(1) {
    height: 20%;
}

.chart-line span:nth-child(2) {
    height: 40%;
}

.chart-line span:nth-child(3) {
    height: 32%;
}

.chart-line span:nth-child(4) {
    height: 62%;
}

.chart-line span:nth-child(5) {
    height: 85%;
}

.bars {
    height: 55px;

    display: flex;
    align-items: end;

    gap: 4px;
}

.bars i {
    width: 6px;

    border-radius: 2px 2px 0 0;

    background:
        linear-gradient(
            to top,
            #5c2cff,
            #9b4cff
        );
}

.bars i:nth-child(1) {
    height: 20px;
}

.bars i:nth-child(2) {
    height: 30px;
}

.bars i:nth-child(3) {
    height: 24px;
}

.bars i:nth-child(4) {
    height: 38px;
}

.bars i:nth-child(5) {
    height: 45px;
}

.bars i:nth-child(6) {
    height: 55px;
}

.radar {
    width: 58px;
    height: 58px;

    display: grid;
    place-items: center;

    color: #8d54ff;

    font-size: 33px;

    border: 1px solid #e5dcff;

    border-radius: 50%;
}


/* BENEFITS */

.benefits {
    margin-top: 12px;

    padding: 15px 20px;

    border: 1px solid var(--border);

    border-radius: 12px;

    background: #ffffff;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 14px;
}

.benefit {
    display: flex;
    align-items: center;

    gap: 11px;
}

.benefit-icon {
    color: var(--purple);

    font-size: 26px;
}

.benefit div:last-child {
    display: flex;
    flex-direction: column;

    gap: 4px;
}

.benefit strong {
    font-size: 9px;
}

.benefit span {
    color: var(--muted);

    font-size: 8px;
}


/* CART */

.cart-sidebar {
    border: 1px solid var(--border);

    border-radius: 13px;

    background: #ffffff;

    padding: 15px;

    align-self: start;

    position: sticky;

    top: 86px;
}

.cart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 15px;
}

.cart-title h3 {
    display: flex;
    align-items: center;

    gap: 8px;
}

.cart-number {
    width: 20px;
    height: 20px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: var(--purple);

    color: white;

    font-size: 9px;
}

.cart-title button {
    border: 0;

    background: none;

    color: var(--purple);

    font-size: 9px;
}

.cart-item {
    display: grid;

    grid-template-columns:
        62px
        1fr
        25px;

    gap: 10px;

    padding: 10px;

    border: 1px solid #edf0f5;

    border-radius: 10px;

    margin-bottom: 10px;
}

.cart-product-image {
    width: 62px;
    height: 62px;

    border-radius: 8px;

    background: #f5f6f9;

    display: grid;
    place-items: center;

    font-size: 35px;
}

.cart-item-info {
    min-width: 0;
}

.cart-item-info strong {
    display: block;

    font-size: 10px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-item-info small {
    display: block;

    margin: 7px 0;

    color: #6e7690;

    font-size: 8px;
}

.cart-item-info b {
    display: block;

    font-size: 13px;

    margin-bottom: 8px;
}

.quantity {
    display: inline-grid;

    grid-template-columns:
        29px
        28px
        29px;

    height: 27px;

    border: 1px solid var(--border);

    border-radius: 6px;

    overflow: hidden;
}

.quantity button {
    border: 0;
    background: #ffffff;

    color: #52607b;
}

.quantity span {
    display: grid;
    place-items: center;

    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
}

.delete-item {
    border: 0;

    background: none;

    align-self: start;

    color: #556584;
}

.add-products {
    width: 100%;

    min-height: 42px;

    border: 1px dashed #d8d4f8;

    border-radius: 8px;

    background: #ffffff;

    color: var(--purple);

    font-weight: 600;

    margin: 3px 0 15px;
}

.cart-summary {
    border: 1px solid #edf0f5;

    border-radius: 10px;

    padding: 15px;
}

.summary-total,
.saving {
    display: flex;
    justify-content: space-between;
}

.summary-total strong {
    font-size: 15px;
}

.saving {
    margin: 14px 0;

    color: var(--green);

    font-size: 9px;
}

.cart-summary p {
    text-align: center;

    color: var(--muted);

    font-size: 8px;

    line-height: 1.5;

    margin-top: 10px;
}

.cart-benefits {
    padding: 17px 5px 4px;

    display: flex;
    flex-direction: column;

    gap: 13px;

    color: #59637c;

    font-size: 9px;
}


/* RESPONSIVE */

@media (max-width: 1400px) {

    .product-layout {
        grid-template-columns:
            300px
            1fr
            260px;
    }

    .marketplace-cards {
        min-width: 470px;
    }

}

@media (max-width: 1250px) {

    .cart-sidebar {
        display: none;
    }

    .page-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 1050px) {

    .header-actions .header-action {
        display: none;
    }

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

    .best-offer {
        grid-column: 1 / -1;
    }

    .marketplaces-banner {
        flex-direction: column;
        align-items: stretch;
    }

    .marketplace-cards {
        min-width: 0;
    }

}

@media (max-width: 850px) {

    .sidebar {
        display: none;
    }

    .page {
        width: 100%;
        margin-left: 0;
    }

    .global-search {
        width: 100%;
    }

    .profile {
        display: none;
    }

    .marketplace-cards,
    .analytics-grid,
    .benefits {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .product-gallery {
        justify-content: center;
    }

    .comparison-section {
        overflow-x: auto;
    }

    .comparison-table {
        min-width: 850px;
    }

}

@media (max-width: 550px) {

    .header {
        padding: 0 10px;
    }

    .cart-header {
        display: none;
    }

    .page-layout {
        padding: 10px;
    }

    .marketplace-cards,
    .analytics-grid,
    .benefits {
        grid-template-columns: 1fr;
    }

    .main-product-image {
        min-height: 230px;
    }

    .headphones {
        font-size: 120px;
    }

}
