/*
|--------------------------------------------------------------------------
| Productpagina
| Alle classes zijn bewust voorzien van product- prefix.
|--------------------------------------------------------------------------
*/

.page-product {
    background: #f5f7fb;
}

.product-page {
    color: #101828;
    background: #f5f7fb;
}

.product-breadcrumb {
    border-top: 1px solid #edf0f5;
    border-bottom: 1px solid #e8ecf2;
    background: #fff;
}

.product-breadcrumb__nav {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    color: #7a869d;
    font-size: 14px;
    white-space: nowrap;
}

.product-breadcrumb__nav a {
    color: #65718a;
    text-decoration: none;
    transition: color .2s ease;
}

.product-breadcrumb__nav a:hover {
    color: #101828;
}

.product-breadcrumb__nav strong {
    min-width: 0;
    overflow: hidden;
    color: #101828;
    font-weight: 700;
    text-overflow: ellipsis;
}

.product-hero {
    padding: 36px 0 72px;
}

.product-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(360px, .72fr);
    gap: 28px;
    align-items: stretch;
}

/*
|--------------------------------------------------------------------------
| Galerij
|--------------------------------------------------------------------------
*/

.product-gallery {
    position: relative;
    min-width: 0;
    display: grid;
    gap: 10px;
    overflow: hidden;
    border-radius: 28px;
    background: #e9edf4;
}

.product-gallery--single {
    aspect-ratio: 1.55 / 1;
}

.product-gallery--double,
.product-gallery--multiple {
    grid-template-columns: minmax(0, 1.9fr) minmax(220px, .9fr);
    aspect-ratio: 1.55 / 1;
}

.product-gallery__side {
    min-width: 0;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.product-gallery--double .product-gallery__side {
    grid-template-rows: 1fr;
}

.product-gallery__item {
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #e9edf4;
    cursor: zoom-in;
}

.product-gallery__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.product-gallery__item:hover img {
    transform: scale(1.025);
}

.product-gallery__all {
    position: absolute;
    right: 18px;
    bottom: 18px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 28px rgba(16, 24, 40, .16);
    color: #101828;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.product-gallery__all svg {
    width: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-gallery__mobile-thumbs {
    display: none;
}

/*
|--------------------------------------------------------------------------
| Samenvatting
|--------------------------------------------------------------------------
*/

.product-summary {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 34px;
    border: 1px solid #e2e7ef;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(17, 24, 39, .06);
}

.product-summary__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.product-summary__eyebrow,
.product-section__eyebrow {
    color: #5c70ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.product-save {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid #e4e8ef;
    border-radius: 50%;
    background: #fff;
    color: #101828;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.product-save:hover {
    border-color: #cfe94e;
    background: #f5ffc8;
    transform: translateY(-1px);
}

.product-save[aria-pressed="true"] {
    border-color: #d7ff55;
    background: #d7ff55;
}

.product-save svg {
    width: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-summary h1 {
    margin: 26px 0 14px;
    color: #0b1428;
    font-size: clamp(34px, 3vw, 54px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.03;
    overflow-wrap: anywhere;
}

.product-summary__location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    color: #66738b;
    font-size: 15px;
    line-height: 1.55;
}

.product-summary__location svg {
    width: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-summary__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.product-chip {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f2f5fa;
    color: #43506a;
    font-size: 12px;
    font-weight: 700;
}

.product-chip svg {
    width: 15px;
    fill: #f7b500;
    stroke: #f7b500;
    stroke-width: 1.5;
    stroke-linejoin: round;
}

.product-summary__divider {
    height: 1px;
    margin: 28px 0 24px;
    background: #e7ebf1;
}

.product-summary__provider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.product-summary__provider span {
    color: #7d889d;
    font-size: 13px;
}

.product-summary__provider strong {
    color: #172036;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}

.product-summary__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
    padding-top: 28px;
}

.product-summary__price > span {
    width: 100%;
    color: #7d889d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-summary__price strong {
    color: #0b1428;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
}

.product-summary__price small {
    color: #748098;
    font-size: 13px;
}

.product-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 21px;
    border: 0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.product-button:hover {
    transform: translateY(-2px);
}

.product-button > span {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
}

.product-button--primary {
    background: #0d172b;
    color: #fff;
}

.product-button--primary > span {
    background: #d7ff55;
    color: #0d172b;
}

.product-button--secondary {
    border: 1px solid #dfe4ec;
    background: #fff;
    color: #101828;
}

.product-button--secondary > span {
    background: #eef2f7;
}

.product-summary__cta {
    width: 100%;
    margin-top: 23px;
}

.product-summary__note {
    margin: 16px 0 0;
    color: #7b879c;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.product-summary__trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e7ebf1;
}

.product-summary__trust span {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: #526078;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
}

.product-summary__trust svg {
    width: 15px;
    flex: 0 0 15px;
    fill: none;
    stroke: #6c7b25;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/*
|--------------------------------------------------------------------------
| Inhoud
|--------------------------------------------------------------------------
*/

.product-content {
    padding: 0 0 94px;
}

.product-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(310px, .72fr);
    gap: 28px;
    align-items: start;
}

.product-content__main {
    min-width: 0;
    display: grid;
    gap: 28px;
}

.product-section,
.product-source,
.product-details__card {
    border: 1px solid #e1e6ee;
    border-radius: 24px;
    background: #fff;
}

.product-section {
    padding: clamp(28px, 4vw, 50px);
}

.product-section h2,
.product-source h2,
.product-related h2 {
    margin: 12px 0 0;
    color: #0b1428;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.product-description__body {
    position: relative;
    max-height: 390px;
    margin-top: 27px;
    overflow: hidden;
    color: #526078;
    font-size: 15px;
    line-height: 1.85;
}

.product-description__body::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.product-description__body.is-expanded {
    max-height: none;
}

.product-description__body.is-expanded::after {
    display: none;
}

.product-description__body h2,
.product-description__body h3,
.product-description__body h4 {
    margin: 1.5em 0 .55em;
    color: #172036;
    font-size: 20px;
    letter-spacing: -.02em;
}

.product-description__body p {
    margin: 0 0 1.2em;
}

.product-description__body p:last-child {
    margin-bottom: 0;
}

.product-description__body ul,
.product-description__body ol {
    margin: 0 0 1.3em;
    padding-left: 22px;
}

.product-description__toggle {
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 0;
    border: 0;
    background: none;
    color: #101828;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.product-description__toggle:not([hidden]) {
    display: inline-flex;
}

.product-description__toggle span {
    text-decoration: none;
}

.product-properties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    margin-top: 25px;
}

.product-property {
    min-width: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #e7ebf1;
}

.product-property span {
    color: #758198;
    font-size: 13px;
}

.product-property strong {
    color: #172036;
    font-size: 13px;
    font-weight: 800;
    text-align: right;
    overflow-wrap: anywhere;
}

.is-positive {
    color: #4d6d00 !important;
}

.is-negative {
    color: #9b4a4a !important;
}

.product-source {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 30px;
}

.product-source__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #eef2ff;
    color: #5c70ff;
}

.product-source__icon svg {
    width: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-source h2 {
    font-size: clamp(22px, 2.4vw, 32px);
}

.product-source p {
    max-width: 700px;
    margin: 10px 0 0;
    color: #6d7990;
    font-size: 13px;
    line-height: 1.65;
}

/*
|--------------------------------------------------------------------------
| Details
|--------------------------------------------------------------------------
*/

.product-details {
    display: grid;
    gap: 20px;
}

.product-details__card {
    padding: 26px;
}

.product-details__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7ebf1;
}

.product-details__heading svg {
    width: 21px;
    fill: none;
    stroke: #5c70ff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-details__heading h2 {
    margin: 0;
    color: #172036;
    font-size: 17px;
    font-weight: 800;
}

.product-details__list {
    margin: 0;
}

.product-details__list > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #edf0f4;
}

.product-details__list > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-details__list dt {
    color: #7a869b;
    font-size: 12px;
}

.product-details__list dd {
    max-width: 65%;
    margin: 0;
    color: #172036;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
    overflow-wrap: anywhere;
}

/*
|--------------------------------------------------------------------------
| Gerelateerde producten
|--------------------------------------------------------------------------
*/

.product-related {
    padding: 84px 0 104px;
    border-top: 1px solid #e1e6ee;
    background: #fff;
}

.product-related__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
}

.product-related__head a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #172036;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.product-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.product-related-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1e6ee;
    border-radius: 20px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.product-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(17, 24, 39, .09);
}

.product-related-card__image {
    aspect-ratio: 1.22 / 1;
    display: block;
    overflow: hidden;
    background: #edf0f5;
}

.product-related-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.product-related-card:hover .product-related-card__image img {
    transform: scale(1.035);
}

.product-related-card__body {
    padding: 18px;
}

.product-related-card__meta {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #6174ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.product-related-card__meta span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-related-card h3 {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.35;
}

.product-related-card h3 a {
    color: #101828;
    text-decoration: none;
}

.product-related-card p {
    margin: 9px 0 0;
    overflow: hidden;
    color: #758198;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-related-card__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin-top: 19px;
    padding-top: 17px;
    border-top: 1px solid #e7ebf1;
}

.product-related-card__bottom > div span {
    display: block;
    color: #8893a6;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-related-card__bottom > div strong {
    display: block;
    margin-top: 3px;
    color: #101828;
    font-size: 17px;
    font-weight: 800;
}

.product-related-card__bottom > a {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #101828;
    color: #fff;
    text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Lightbox
|--------------------------------------------------------------------------
*/

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    place-items: center;
    padding: 34px;
}

.product-lightbox.is-open {
    display: grid;
}

.product-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 9, 19, .92);
    backdrop-filter: blur(10px);
}

.product-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1180px, 94vw);
    max-height: 92vh;
    display: grid;
    place-items: center;
}

.product-lightbox__image {
    max-width: 100%;
    max-height: 76vh;
    display: block;
    border-radius: 12px;
    object-fit: contain;
}

.product-lightbox__close,
.product-lightbox__nav {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.product-lightbox__close {
    top: -8px;
    right: -8px;
    width: 46px;
    height: 46px;
    font-size: 30px;
}

.product-lightbox__nav {
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
    font-size: 36px;
}

.product-lightbox__nav--prev {
    left: -72px;
}

.product-lightbox__nav--next {
    right: -72px;
}

.product-lightbox__footer {
    width: 100%;
    margin-top: 17px;
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
    text-align: center;
}

.product-lightbox__thumbs {
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 13px;
    overflow-x: auto;
}

.product-lightbox__thumbs button {
    width: 62px;
    height: 48px;
    flex: 0 0 62px;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 7px;
    background: #182034;
    opacity: .55;
    cursor: pointer;
}

.product-lightbox__thumbs button.is-active {
    border-color: #d7ff55;
    opacity: 1;
}

.product-lightbox__thumbs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/*
|--------------------------------------------------------------------------
| Mobiele actiebalk
|--------------------------------------------------------------------------
*/

.product-mobile-action {
    display: none;
}

/*
|--------------------------------------------------------------------------
| Foutpagina
|--------------------------------------------------------------------------
*/

.product-error {
    min-height: 70vh;
    display: grid;
    align-items: center;
    padding: 70px 0;
    background: #f5f7fb;
}

.product-error__card {
    max-width: 720px;
    padding: 50px;
    border: 1px solid #e1e6ee;
    border-radius: 28px;
    background: #fff;
}

.product-error__code {
    color: #5c70ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}

.product-error h1 {
    margin: 12px 0;
    color: #101828;
    font-size: clamp(34px, 5vw, 60px);
    letter-spacing: -.05em;
}

.product-error p {
    margin: 0 0 25px;
    color: #68758d;
    line-height: 1.7;
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 1180px) {
    .product-hero__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(330px, .72fr);
    }

    .product-summary {
        padding: 28px;
    }

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

@media (max-width: 980px) {
    .product-hero {
        padding-top: 26px;
    }

    .product-hero__grid,
    .product-content__grid {
        grid-template-columns: 1fr;
    }

    .product-gallery--single,
    .product-gallery--double,
    .product-gallery--multiple {
        aspect-ratio: 1.55 / 1;
    }

    .product-summary__price {
        margin-top: 0;
    }

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

    .product-source {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .product-source .product-button {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .page-product {
        padding-bottom: 84px;
    }

    .product-breadcrumb__nav {
        min-height: 54px;
        font-size: 12px;
    }

    .product-hero {
        padding: 18px 0 42px;
    }

    .product-hero__grid {
        gap: 16px;
    }

    .product-gallery {
        overflow: visible;
        border-radius: 19px;
        background: transparent;
    }

    .product-gallery--single,
    .product-gallery--double,
    .product-gallery--multiple {
        display: block;
        aspect-ratio: auto;
    }

    .product-gallery__item--main {
        width: 100%;
        aspect-ratio: 1.28 / 1;
        display: block;
        overflow: hidden;
        border-radius: 19px;
    }

    .product-gallery__side,
    .product-gallery__all {
        display: none;
    }

    .product-gallery__mobile-thumbs {
        display: flex;
        gap: 8px;
        margin-top: 9px;
        padding-bottom: 4px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .product-gallery__mobile-thumbs::-webkit-scrollbar {
        display: none;
    }

    .product-gallery__mobile-thumbs button {
        width: 70px;
        height: 56px;
        flex: 0 0 70px;
        padding: 0;
        overflow: hidden;
        border: 2px solid transparent;
        border-radius: 10px;
        background: #e9edf4;
    }

    .product-gallery__mobile-thumbs img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .product-summary {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .product-summary h1 {
        margin-top: 18px;
        font-size: 33px;
    }

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

    .product-content {
        padding-bottom: 60px;
    }

    .product-content__main {
        gap: 16px;
    }

    .product-section,
    .product-source,
    .product-details__card {
        border-radius: 19px;
    }

    .product-section {
        padding: 27px 20px;
    }

    .product-section h2,
    .product-related h2 {
        font-size: 30px;
    }

    .product-description__body {
        font-size: 14px;
        line-height: 1.75;
    }

    .product-properties,
    .product-details {
        grid-template-columns: 1fr;
    }

    .product-source {
        grid-template-columns: 1fr;
        padding: 25px 20px;
    }

    .product-source__icon {
        width: 52px;
        height: 52px;
    }

    .product-details__card {
        padding: 23px 20px;
    }

    .product-related {
        padding: 58px 0 75px;
    }

    .product-related__head {
        display: block;
    }

    .product-related__head > a {
        margin-top: 16px;
    }

    .product-related__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .product-related-card {
        display: grid;
        grid-template-columns: 125px minmax(0, 1fr);
        border-radius: 16px;
    }

    .product-related-card__image {
        height: 100%;
        min-height: 180px;
        aspect-ratio: auto;
    }

    .product-related-card__body {
        padding: 15px;
    }

    .product-related-card h3 {
        font-size: 14px;
    }

    .product-related-card__bottom > div strong {
        font-size: 15px;
    }

    .product-lightbox {
        padding: 18px;
    }

    .product-lightbox__dialog {
        width: 100%;
    }

    .product-lightbox__image {
        max-height: 69vh;
    }

    .product-lightbox__close {
        top: -52px;
        right: 0;
    }

    .product-lightbox__nav {
        width: 43px;
        height: 43px;
        font-size: 28px;
    }

    .product-lightbox__nav--prev {
        left: 6px;
    }

    .product-lightbox__nav--next {
        right: 6px;
    }

    .product-mobile-action {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 12px max(16px, env(safe-area-inset-right))
            calc(12px + env(safe-area-inset-bottom))
            max(16px, env(safe-area-inset-left));
        border-top: 1px solid #e1e6ee;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 -10px 35px rgba(16, 24, 40, .1);
        backdrop-filter: blur(14px);
    }

    .product-mobile-action > div span {
        display: block;
        color: #7c879a;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .product-mobile-action > div strong {
        display: block;
        margin-top: 2px;
        color: #101828;
        font-size: 19px;
        font-weight: 800;
        white-space: nowrap;
    }

    .product-mobile-action > a {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 0 18px;
        border-radius: 999px;
        background: #101828;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        text-decoration: none;
    }

    .product-mobile-action > a span {
        width: 27px;
        height: 27px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #d7ff55;
        color: #101828;
    }

    .product-error__card {
        padding: 32px 22px;
        border-radius: 20px;
    }
}
