body.lsh-home-lab--cart {
    background: #fff;
}

.lsh-cart {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 22px var(--lsh-gutter) 36px;
}

.lsh-cart-crumb {
    margin: 0 0 18px;
    color: #8a8a90;
    font-size: 13px;
}

.lsh-cart-crumb a:hover { color: var(--lsh-red); }

.lsh-cart-crumb span { margin: 0 6px; }

.lsh-cart-top {
    display: grid;
    grid-template-columns: minmax(200px, 280px) minmax(220px, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.lsh-cart-top h1 {
    margin: 0;
    font-size: clamp(32px, 4vw, 44px);
    letter-spacing: -.045em;
    line-height: 1;
}

.lsh-cart-top > div > p {
    margin: 8px 0 0;
    color: #6b6b70;
    font-size: 14px;
}

.lsh-cart-ship {
    width: 100%;
}

.lsh-cart-ship > p {
    display: flex;
    margin: 0 0 8px;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 650;
}

.lsh-cart-ship > p .lsh-icon { width: 16px; height: 16px; flex: 0 0 16px; }

.lsh-cart-meter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.lsh-cart-meter span {
    display: block;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #ececee;
}

.lsh-cart-meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #111;
}

.lsh-cart-meter b {
    color: #6b6b70;
    font-size: 12px;
    font-weight: 650;
}

.lsh-cart-ship__note {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 8px;
    color: #3d3d42;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.lsh-cart-ship__note .lsh-icon { width: 22px; height: 22px; flex: 0 0 22px; }

.lsh-cart-ship__note small {
    display: block;
    color: #6b6b70;
    font-size: 12px;
    font-weight: 500;
}

.lsh-cart-layout {
    display: grid;
    margin-top: 28px;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 360px);
    gap: 28px;
    align-items: start;
}

.lsh-cart-sheet {
    padding: 6px 18px 16px;
    border: 1px solid #ececee;
    border-radius: 16px;
}

.lsh-cart-head,
.lsh-cart-item {
    display: grid;
    grid-template-columns: 28px 76px minmax(0, 1fr) 96px 124px 96px;
    gap: 12px;
    align-items: center;
}

.lsh-cart-head {
    padding: 12px 0;
    color: #8a8a90;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f2;
}

.lsh-cart-head span:first-child { grid-column: 1 / 4; }

.lsh-cart-head span:not(:first-child) { text-align: center; }

.lsh-cart-lines ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lsh-cart-item {
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f4;
}

.lsh-cart-item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.lsh-cart-item p {
    margin: 0;
    color: #8a8a90;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.lsh-cart-item b {
    display: block;
    font-size: 15px;
    letter-spacing: -.02em;
}

.lsh-cart-item small {
    display: block;
    margin-top: 2px;
    color: #6b6b70;
    font-size: 12px;
}

.lsh-cart-qty { justify-self: center; }

.lsh-cart-item > strong {
    font-size: 15px;
    font-weight: 650;
    color: #3d3d42;
    text-align: center;
}

.lsh-cart-item > strong[data-lsh-line-total] {
    color: #111;
    font-weight: 800;
}

.lsh-cart-qty {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid #e4e4e7;
    border-radius: 999px;
}

.lsh-cart-qty button {
    display: grid;
    width: 32px;
    height: 36px;
    place-items: center;
    border: 0;
    background: none;
    cursor: pointer;
}

.lsh-cart-qty .lsh-icon { width: 14px; height: 14px; }

.lsh-cart-qty input {
    width: 28px;
    border: 0;
    background: none;
    text-align: center;
    font-weight: 750;
    appearance: textfield;
}

.lsh-cart-qty input::-webkit-outer-spin-button,
.lsh-cart-qty input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.lsh-cart-item > button {
    border: 0;
    background: none;
    color: #b0b0b6;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.lsh-cart-coupon {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
}

.lsh-cart-coupon label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 650;
    white-space: nowrap;
}

.lsh-cart-coupon input {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    background: #fafafa;
}

.lsh-cart-coupon button {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-weight: 750;
    cursor: pointer;
}

.lsh-cart-tools {
    display: flex;
    margin-top: 16px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.lsh-cart-back {
    display: inline-flex;
    min-height: 42px;
    padding: 0 14px;
    align-items: center;
    gap: 6px;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    background: #fff;
    font-weight: 650;
}

.lsh-cart-tools > button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: none;
    color: #3d3d42;
    font-weight: 650;
    cursor: pointer;
}

.lsh-cart-summary {
    position: sticky;
    top: 16px;
    padding: 18px 18px 16px;
    border: 1px solid #ececee;
    border-radius: 16px;
}

.lsh-cart-summary h2 {
    margin: 0 0 14px;
    font-size: 18px;
    letter-spacing: -.03em;
}

.lsh-cart-summary > p,
.lsh-cart-total {
    display: flex;
    margin: 0 0 12px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.lsh-cart-freight {
    display: flex;
    margin: 0 0 12px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.lsh-cart-freight > span { color: #6b6b70; font-size: 14px; }

.lsh-cart-freight strong {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    color: #111;
    font-size: 14px;
}

.lsh-cart-freight.is-free strong { color: #178a3a; }

.lsh-cart-freight .lsh-icon { width: 16px; height: 16px; }

.lsh-cart-freight small {
    display: block;
    margin-top: 2px;
    color: #8a8a90;
    font-size: 12px;
    text-align: right;
}

.lsh-cart-total {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid #ececee;
    font-size: 18px;
}

.lsh-cart-total b { font-size: 28px; letter-spacing: -.04em; }

body.lsh-home-lab a.lsh-cart-checkout,
body.lsh-home-lab a.lsh-cart-apple,
body.lsh-home-lab a.lsh-cart-apple .lsh-pay {
    color: #fff;
}

.lsh-cart-checkout {
    display: flex;
    min-height: 48px;
    margin-top: 8px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    background: #111;
    color: #fff;
    font-weight: 750;
}

.lsh-cart-or {
    display: flex;
    margin: 14px 0;
    align-items: center;
    gap: 10px;
    color: #8a8a90;
    font-size: 13px;
}

.lsh-cart-or::before,
.lsh-cart-or::after {
    flex: 1;
    height: 1px;
    background: #ececee;
    content: "";
}

.lsh-cart-express {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.lsh-cart-apple,
.lsh-cart-paypal {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.lsh-cart-apple { background: #111; color: #fff; }

.lsh-cart-apple .lsh-pay { color: #fff; }

.lsh-cart-paypal { background: #ffc439; }

body.lsh-home-lab a.lsh-cart-klarna {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 16px;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
    min-height: 56px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #ffb3c7;
    color: #111;
}

.lsh-klarna-mark {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
}

.lsh-cart-klarna strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
}

.lsh-cart-klarna small {
    display: block;
    margin-top: 2px;
    color: #3d3d42;
    font-size: 11px;
    line-height: 1.2;
}

.lsh-cart-klarna .lsh-icon { width: 16px; height: 16px; }

.lsh-cart-assure {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 16px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #f0f0f2;
    list-style: none;
}

.lsh-cart-assure li {
    display: grid;
    justify-items: center;
    gap: 4px;
    color: #3d3d42;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.lsh-cart-assure small {
    display: block;
    color: #8a8a90;
    font-size: 10px;
    font-weight: 500;
}

.lsh-cart-assure .lsh-icon { width: 18px; height: 18px; }

.lsh-cart-checkout .lsh-icon { width: 16px; height: 16px; }

.lsh-cart-pay {
    display: flex;
    margin: 14px 0 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
}

.lsh-cart-pay li {
    display: grid;
    height: 28px;
    min-width: 42px;
    place-items: center;
    padding: 0 7px;
    border: 1px solid #e6e6e8;
    border-radius: 6px;
    background: #fff;
}

.lsh-pay {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
}

.lsh-pay svg {
    display: block;
    width: 14px;
    height: 16px;
    fill: currentColor;
    stroke: none;
}

.lsh-pay--visa {
    color: #1a1f71;
    font-size: 15px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -.04em;
}

.lsh-pay--mc {
    position: relative;
    display: block;
    width: 28px;
    height: 16px;
}

.lsh-pay--mc i {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.lsh-pay--mc i:first-child { left: 0; background: #eb001b; }
.lsh-pay--mc i:last-child { right: 0; background: #f79e1b; }

.lsh-pay--gpay svg { width: 15px; height: 15px; }
.lsh-pay--gpay svg path:nth-child(1) { fill: #4285F4; }
.lsh-pay--gpay svg path:nth-child(2) { fill: #34A853; }
.lsh-pay--gpay svg path:nth-child(3) { fill: #FBBC05; }
.lsh-pay--gpay svg path:nth-child(4) { fill: #EA4335; }
.lsh-pay--gpay { color: #3c4043; font-weight: 500; }

.lsh-pay--paypal b:first-child { color: #003087; font-style: italic; }
.lsh-pay--paypal b:last-child { color: #009cde; font-style: italic; }

.lsh-pay--cod {
    gap: 5px;
    color: #3d3d42;
    font-size: 11px;
    font-weight: 700;
}

.lsh-pay--cod svg {
    width: 18px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.lsh-cart-empty {
    margin: 36px 0;
    padding: 28px 0;
    border-top: 1px solid #ececee;
}

.lsh-cart-empty h2 { margin: 0 0 8px; }

.lsh-cart-empty a {
    display: inline-flex;
    margin-top: 8px;
    align-items: center;
    gap: 6px;
    font-weight: 750;
}

.lsh-cart-more { margin-top: 48px; }

.lsh-cart-more .lsh-cat-head h2 { font-size: clamp(22px, 2vw, 28px); }

.lsh-cart-shelf-wrap {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 8px;
}

.lsh-cart-shelf-wrap > button {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #e4e4e7;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.lsh-cart-more__row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.lsh-cart-more__row::-webkit-scrollbar { display: none; }

.lsh-cart-more article {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    padding: 8px 8px 12px;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    scroll-snap-align: start;
    text-align: center;
}

.lsh-cart-more article > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.lsh-cart-more b {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lsh-cart-more img {
    width: 132px;
    height: 132px;
    object-fit: contain;
}

.lsh-cart-more article > a b {
    font-size: 14px;
    letter-spacing: -.02em;
}

.lsh-cart-more__price,
.lsh-cart-more .amount {
    font-size: 14px;
    font-weight: 800;
}

.lsh-cart-plus {
    display: grid;
    width: 32px;
    height: 32px;
    margin-top: 2px;
    place-items: center;
    border: 1px solid #e4e4e7;
    border-radius: 50%;
    background: #fff;
}

.lsh-cart-plus .lsh-icon { width: 14px; height: 14px; }

.lsh-cart-banner {
    position: relative;
    min-height: 280px;
    margin-top: 28px;
    overflow: hidden;
    background: #111;
    color: #fff;
}

.lsh-cart-banner img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: 68% center;
}

.lsh-cart-banner::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 42%) 42%, rgb(0 0 0 / 18%) 100%);
    content: "";
}

.lsh-cart-banner div {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: min(560px, 100%);
    padding: 36px var(--lsh-gutter);
    flex-direction: column;
    justify-content: center;
}

.lsh-cart-banner p {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lsh-cart-banner h2 {
    margin: 0 0 8px;
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -.04em;
    line-height: .95;
    text-transform: uppercase;
}

.lsh-cart-banner a {
    display: inline-flex;
    width: fit-content;
    min-height: 40px;
    margin-top: 14px;
    padding: 0 14px;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-weight: 750;
}

.lsh-cart-banner__side {
    position: absolute;
    z-index: 1;
    top: 0;
    right: var(--lsh-gutter);
    bottom: 0;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    list-style: none;
    text-align: right;
}

.lsh-cart-banner__side li {
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.lsh-cart-banner__side li:last-child {
    letter-spacing: .04em;
    text-transform: none;
    font-weight: 500;
}

.lsh-cart-perks {
    display: grid;
    width: min(1180px, calc(100% - (var(--lsh-gutter) * 2)));
    margin: 0 auto;
    padding: 22px 0 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
}

.lsh-cart-perks li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #3d3d42;
    font-size: 13px;
    font-weight: 750;
    text-align: left;
}

.lsh-cart-perks small {
    display: block;
    color: #6b6b70;
    font-size: 12px;
    font-weight: 500;
}

.lsh-cart-perks .lsh-icon { width: 22px; height: 22px; flex: 0 0 22px; }

@media (max-width: 1040px) {
    .lsh-cart-top,
    .lsh-cart-layout { grid-template-columns: 1fr; }
    .lsh-cart-summary { position: static; }
    .lsh-cart-head { display: none; }
    .lsh-cart-item,
    .lsh-cart-head {
        grid-template-columns: 22px 64px minmax(0, 1fr);
        grid-template-areas:
            "remove img info"
            "remove img unit"
            "remove img qty"
            "remove img total";
    }
    .lsh-cart-item > button { grid-area: remove; align-self: start; }
    .lsh-cart-item > a { grid-area: img; }
    .lsh-cart-item > div:not(.lsh-cart-qty) { grid-area: info; }
    .lsh-cart-item > strong[data-lsh-unit] { grid-area: unit; text-align: left; }
    .lsh-cart-item > .lsh-cart-qty { grid-area: qty; justify-self: start; }
    .lsh-cart-item > strong[data-lsh-line-total] { grid-area: total; text-align: left; }
    .lsh-cart-coupon { grid-template-columns: 1fr; }
    .lsh-cart-coupon label { white-space: normal; }
    .lsh-cart-more article { flex-basis: 46%; min-width: 140px; }
    .lsh-cart-assure { grid-template-columns: 1fr; justify-items: start; }
    .lsh-cart-assure li { grid-template-columns: 18px minmax(0, 1fr); justify-items: start; text-align: left; }
    .lsh-cart-banner__side { display: none; }
    .lsh-cart-perks { grid-template-columns: 1fr 1fr; }
    .lsh-cart-tools { align-items: stretch; }
}
