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

.lsh-pdp {
    width: 100%;
    padding: 0 0 48px;
}

.lsh-pdp-crumbrow,
.lsh-pdp-top,
.lsh-pdp-about,
.lsh-pdp-rail,
.lsh-pdp-trust {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding-right: var(--lsh-gutter);
    padding-left: var(--lsh-gutter);
}

.lsh-pdp-crumbrow {
    display: flex;
    margin: 18px auto 22px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.lsh-pdp-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #8a8a90;
    font-size: 12px;
}

.lsh-pdp-crumb a:hover,
.lsh-pdp-crumb a:focus-visible {
    color: var(--lsh-red);
}

.lsh-pdp-meta {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 14px;
    color: #8a8a90;
    font-size: 12px;
}

.lsh-pdp-meta button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: none;
    color: inherit;
    cursor: pointer;
}

.lsh-pdp-meta .lsh-icon {
    width: 14px;
    height: 14px;
}

.lsh-pdp-top {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(320px, 1fr);
    gap: 56px;
    align-items: start;
}

.lsh-pdp-gallery {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.lsh-pdp-gallery.is-solo {
    grid-template-columns: 1fr;
}

.lsh-pdp-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lsh-pdp-thumbs button {
    width: 56px;
    height: 56px;
    padding: 4px;
    border: 1px solid #ececee;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}

.lsh-pdp-thumbs button.is-on,
.lsh-pdp-thumbs button:hover {
    border-color: #111;
}

.lsh-pdp-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lsh-pdp-stage {
    position: relative;
    margin: 0;
    min-height: 420px;
    padding: 12px 28px;
    aspect-ratio: 1;
    background: #fff;
}

.lsh-pdp-stage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lsh-pdp-zoom,
.lsh-pdp-arrow {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 1px solid #ececee;
    background: #fff;
    cursor: pointer;
}

.lsh-pdp-zoom {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.lsh-pdp-arrow {
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.lsh-pdp-arrow.is-prev { left: 0; }
.lsh-pdp-arrow.is-next { right: 0; }

.lsh-pdp-brand {
    margin: 0 0 8px;
    color: #6b6b70;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lsh-pdp-info { min-width: 0; }

.lsh-pdp-info h1 {
    margin: 0 0 10px;
    font-size: clamp(34px, 3.6vw, 52px);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: .92;
    text-transform: uppercase;
}

.lsh-pdp-rating {
    display: flex;
    margin: 0 0 10px;
    align-items: center;
    gap: 8px;
    color: #5c5c62;
    font-size: 13px;
}

.lsh-pdp-stars {
    display: inline-flex;
    gap: 2px;
    color: #f0b429;
}

.lsh-pdp-stars .lsh-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.lsh-pdp-pricerow .lsh-pdp-badge {
    margin-left: auto;
}

.lsh-pdp-pricerow {
    display: flex;
    margin: 0 0 22px;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
}

.lsh-pdp-price {
    margin: 0;
    font-size: clamp(34px, 3vw, 44px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
}

.lsh-pdp-price ins,
.lsh-pdp-price ins .amount { color: var(--lsh-red); text-decoration: none; }
.lsh-pdp-price del {
    margin-right: 8px;
    color: #9a9aa0;
    font-size: 18px;
    font-weight: 500;
}

.lsh-pdp-stock {
    margin: 0;
    color: #8a8a90;
    font-size: 13px;
    font-weight: 750;
}

.lsh-pdp-stock:not(.is-in) { color: #b42318; }

.lsh-pdp-stock:not(.is-in)::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 50%;
    background: #b42318;
    content: "";
}

.lsh-pdp-stock.is-in { color: #1a8f4a; }

.lsh-pdp-stock.is-in::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 50%;
    background: #1a8f4a;
    content: "";
}

.lsh-pdp-eof {
    margin: -4px 0 14px;
    color: #6b6b70;
    font-size: 13px;
    font-weight: 650;
}

.lsh-pdp-eof b {
    color: #111;
    font-weight: 750;
}

.lsh-pdp-badge {
    padding: 4px 8px;
    border: 1px solid #f3d9a4;
    border-radius: 999px;
    background: #fff8ea;
    color: #9a6a12;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.lsh-pdp-field {
    position: relative;
    display: flex;
    margin: 0 0 16px;
    flex-direction: column;
    gap: 8px;
}

.lsh-pdp-field > span {
    color: #6b6b70;
    font-size: 12px;
    font-weight: 750;
}

.lsh-pdp-flavor {
    display: flex;
    min-height: 48px;
    padding: 0 12px;
    align-items: center;
    gap: 10px;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}

.lsh-pdp-flavor b {
    margin-right: auto;
    font-size: 14px;
}

.lsh-pdp-food {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
}

.lsh-pdp-food svg {
    width: 28px;
    height: 28px;
}

.lsh-pdp-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lsh-pdp-sizes a {
    display: inline-flex;
    min-height: 40px;
    padding: 0 16px;
    align-items: center;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 750;
}

.lsh-pdp-sizes a.is-on,
.lsh-pdp-sizes a:hover {
    border-color: #111;
    background: #111;
    color: #fff;
}

.lsh-pdp-buyrow {
    display: flex;
    min-width: 0;
    margin: 8px 0 22px;
    align-items: center;
    gap: 10px;
}

.lsh-pdp-qty {
    display: flex;
    width: 118px;
    overflow: hidden;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
}

.lsh-pdp-qty button,
.lsh-pdp-qty input {
    min-height: 52px;
    border: 0;
    background: #fff;
    text-align: center;
}

.lsh-pdp-qty input {
    width: 42px;
    -moz-appearance: textfield;
}

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

.lsh-pdp-qty button {
    width: 38px;
    cursor: pointer;
}

.lsh-pdp-cart {
    display: inline-flex;
    min-width: 0;
    min-height: 52px;
    padding: 0 22px;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.lsh-pdp-cart .lsh-icon {
    width: 18px;
    height: 18px;
    stroke: #fff;
}

.lsh-pdp-cart:hover,
.lsh-pdp-cart:focus-visible { background: #000; }

.lsh-pdp-cart:disabled {
    background: #c5c5c8;
    cursor: not-allowed;
}

.lsh-pdp-wish {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}

.lsh-pdp-wish .lsh-icon {
    width: 18px;
    height: 18px;
}

.lsh-pdp-wish.is-on {
    border-color: #111;
    background: #111;
    color: #fff;
}

.lsh-pdp-specs {
    display: grid;
    margin: 0;
    padding: 6px 0 0;
    list-style: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.lsh-pdp-specs li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #3d3d42;
    font-size: 11px;
}

.lsh-pdp-specs .lsh-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
    flex: 0 0 18px;
}

.lsh-pdp-specs b,
.lsh-pdp-specs span {
    display: block;
    overflow: hidden;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lsh-pdp-specs b {
    font-size: 13px;
    font-weight: 750;
    letter-spacing: -.02em;
}

.lsh-pdp-panel {
    position: absolute;
    z-index: 8;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    padding: 16px 14px 12px;
    border: 1px solid #ececee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgb(12 8 8 / 10%);
}

.lsh-pdp-panel[hidden] { display: none; }

.lsh-pdp-panel header {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.lsh-pdp-panel header b { font-size: 15px; }

.lsh-pdp-panel header button {
    width: 28px;
    height: 28px;
    border: 0;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

.lsh-pdp-panel input {
    width: 100%;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 0 12px;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
}

.lsh-pdp-chips {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 6px;
}

.lsh-pdp-chips button {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #ececee;
    border-radius: 999px;
    background: #fff;
    color: #5c5c62;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
}

.lsh-pdp-chips button.is-on {
    border-color: #111;
    background: #111;
    color: #fff;
}

.lsh-pdp-panel ul {
    max-height: 280px;
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}

.lsh-pdp-panel li button {
    display: flex;
    width: 100%;
    min-height: 52px;
    padding: 6px 8px;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 10px;
    background: none;
    text-align: left;
    cursor: pointer;
}

.lsh-pdp-panel li button span {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lsh-pdp-panel li button b { font-size: 14px; }

.lsh-pdp-panel li button small {
    color: #8a8a90;
    font-size: 11px;
}

.lsh-pdp-panel li button.is-on { background: #f6f6f7; }

.lsh-pdp-panel li button.is-on::after {
    margin-left: auto;
    color: #111;
    content: "✓";
    font-weight: 800;
}

.lsh-pdp-about {
    display: grid;
    margin: 56px auto 8px;
    grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr);
    gap: 48px;
    align-items: start;
}

.lsh-pdp-head {
    width: 100%;
    margin-bottom: 18px;
}

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

.lsh-pdp-head p {
    font-size: 14px;
}

.lsh-pdp-story h2 {
    margin: 0;
}

.lsh-pdp-story p {
    margin: 0 0 16px;
    color: #3d3d42;
    font-size: 15px;
    line-height: 1.65;
}

.lsh-pdp-ean[hidden] {
    display: none !important;
}

.lsh-pdp-ean b {
    color: #161616;
    font-weight: 650;
    letter-spacing: 0.03em;
}

.lsh-pdp-story a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 750;
}

.lsh-pdp-story .lsh-icon,
.lsh-pdp-rail header a .lsh-icon {
    width: 14px;
    height: 14px;
}

.lsh-pdp-acc details {
    display: block;
    border-bottom: 1px solid #ececee;
}

.lsh-pdp-acc summary {
    display: flex;
    min-height: 58px;
    align-items: center;
    font-size: 15px;
    font-weight: 650;
    cursor: pointer;
    list-style: none;
}

.lsh-pdp-acc summary::-webkit-details-marker { display: none; }

.lsh-pdp-acc summary::after {
    margin-left: auto;
    color: #111;
    content: "+";
    font-size: 22px;
    font-weight: 400;
}

.lsh-pdp-acc details[open] summary::after { content: "−"; }

.lsh-pdp-acc details > div {
    padding: 0 0 16px;
    color: #3d3d42;
    font-size: 14px;
    line-height: 1.6;
}

.lsh-pdp-checks {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.lsh-pdp-checks li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 22px;
}

.lsh-pdp-checks li::before {
    position: absolute;
    left: 0;
    color: #1a8f4a;
    content: "✓";
    font-weight: 800;
}

.lsh-pdp-table {
    width: 100%;
    border-collapse: collapse;
}

.lsh-pdp-table th,
.lsh-pdp-table td {
    padding: 8px 0;
    border-bottom: 1px solid #ececee;
    text-align: left;
}

.lsh-pdp-rail {
    margin: 48px auto 8px;
}

.lsh-pdp-rail .lsh-pdp-head {
    margin-bottom: 22px;
}

.lsh-pdp-rail .lsh-pdp-head a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #111;
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
}

.lsh-pdp-rail__wrap { position: relative; }

.lsh-pdp-rail__row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.lsh-pdp-rail.is-similar .lsh-pdp-rail__row {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.lsh-pdp-tile {
    position: relative;
    min-width: 0;
    text-align: center;
}

.lsh-pdp-tile a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.lsh-pdp-tile img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.lsh-pdp-tile p {
    margin: 8px 0 0;
    color: #8a8a90;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.lsh-pdp-tile b {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.6em;
    font-size: 14px;
    font-weight: 650;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lsh-pdp-tile__foot {
    display: flex;
    width: 100%;
    margin-top: 6px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.lsh-pdp-tile__foot span {
    min-width: 0;
    overflow: hidden;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lsh-pdp-add {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin: 0;
    place-items: center;
    border: 1px solid #ececee;
    border-radius: 50%;
    background: #fff;
}

.lsh-pdp-add .lsh-icon {
    width: 16px;
    height: 16px;
}

.lsh-pdp-rail__nav {
    position: absolute;
    top: 48px;
    z-index: 2;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #ececee;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.lsh-pdp-rail__nav.is-prev { left: -8px; }
.lsh-pdp-rail__nav.is-next { right: -8px; }

.lsh-pdp-banner {
    position: relative;
    display: grid;
    min-height: 320px;
    margin: 48px 0;
    overflow: hidden;
    background: #080808;
    color: #fff;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
}

.lsh-pdp-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
}

.lsh-pdp-banner::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(8 8 8 / 82%) 12%, rgb(8 8 8 / 28%) 58%, rgb(8 8 8 / 58%));
    content: "";
}

.lsh-pdp-banner__copy,
.lsh-pdp-banner__mark {
    position: relative;
    z-index: 1;
    padding: 48px var(--lsh-gutter);
}

.lsh-pdp-banner h2 {
    max-width: 12ch;
    margin: 0 0 12px;
    font-size: clamp(34px, 4.6vw, 56px);
    letter-spacing: -.05em;
    line-height: .92;
    text-transform: uppercase;
}

.lsh-pdp-banner p {
    max-width: 36ch;
    margin: 0 0 20px;
    color: #d4d4d8;
}

.lsh-pdp-banner a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 750;
}

.lsh-pdp-banner__mark {
    align-self: center;
    text-align: right;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.7;
    text-transform: uppercase;
}

.lsh-pdp-trust {
    display: grid;
    margin: 28px auto 0;
    padding-top: 28px;
    list-style: none;
    border-top: 1px solid #ececee;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.lsh-pdp-trust li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #3d3d42;
    font-size: 12px;
    text-align: center;
}

.lsh-pdp-trust .lsh-icon {
    width: 22px;
    height: 22px;
}

.lsh-pdp-lightbox {
    width: min(720px, 92vw);
    padding: 24px;
    border: 0;
    border-radius: 18px;
    background: #fff;
}

.lsh-pdp-lightbox::backdrop { background: rgb(8 8 8 / 62%); }

.lsh-pdp-lightbox img {
    width: 100%;
    height: auto;
}

.lsh-pdp-lightbox button {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .lsh-pdp-top,
    .lsh-pdp-about,
    .lsh-pdp-banner,
    .lsh-pdp-trust,
    .lsh-pdp-rail__row,
    .lsh-pdp-rail.is-similar .lsh-pdp-rail__row {
        grid-template-columns: 1fr 1fr;
    }

    .lsh-pdp-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
    .lsh-pdp-top,
    .lsh-pdp-about,
    .lsh-pdp-banner,
    .lsh-pdp-trust {
        grid-template-columns: 1fr;
    }

    .lsh-pdp-gallery { grid-template-columns: 56px 1fr; }

    .lsh-pdp-buyrow {
        display: grid;
        width: 100%;
        grid-template-columns: minmax(96px, 28%) minmax(0, 1fr) 48px;
        gap: 8px;
    }

    .lsh-pdp-buyrow > * { min-width: 0; }

    .lsh-pdp-qty { width: 100%; }

    .lsh-pdp-cart {
        min-width: 0;
        padding: 0 8px;
        font-size: 13px;
    }

    .lsh-pdp-cart span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lsh-pdp-wish {
        width: 48px;
        height: 52px;
    }

    .lsh-pdp-rail__row,
    .lsh-pdp-rail.is-similar .lsh-pdp-rail__row {
        display: flex;
        overflow: auto;
        grid-template-columns: none;
        scroll-snap-type: x mandatory;
    }

    .lsh-pdp-tile {
        flex: 0 0 168px;
        scroll-snap-align: start;
    }

    .lsh-pdp-banner__mark { text-align: left; }

    .lsh-pdp-info h1 { font-size: 32px; }
}
