.hemlagat-checkout-page {
    min-height: 100vh;
    padding: clamp(34px, 5vw, 72px) 0 72px;
    background: #faf2ed;
    color: #2f2926;
}

.hemlagat-checkout-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: #5b4942;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.hemlagat-checkout-back:hover,
.hemlagat-checkout-back:focus {
    color: #2f2926;
    text-decoration: underline;
}

.hemlagat-checkout-hero {
    max-width: 880px;
    margin-bottom: clamp(24px, 4vw, 42px);
}

.hemlagat-checkout-hero h1 {
    margin: 0;
    color: #2f2926;
    font-size: clamp(38px, 6vw, 70px);
    font-weight: 800;
    line-height: 1;
}

.hemlagat-checkout-card {
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(74, 49, 39, .08);
}

.hemlagat-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
}

.hemlagat-checkout-details,
.hemlagat-checkout-summary {
    padding: clamp(28px, 4vw, 48px);
}

.hemlagat-checkout-summary {
    background: #fbf6e7;
}

.hemlagat-checkout-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.hemlagat-checkout-section-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e8725a;
    color: #ffffff;
    font-weight: 900;
}

.hemlagat-checkout-section-title h2,
.hemlagat-checkout-summary h2 {
    margin: 0;
    color: #2f2926;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.1;
}

.hemlagat-checkout-intro {
    max-width: 560px;
    margin: 0 0 28px;
    color: #5b4942;
    font-size: 17px;
    line-height: 1.5;
}

.hemlagat-checkout-form {
    max-width: 560px;
}

.hemlagat-checkout-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    margin-top: 8px;
    padding: 15px 26px;
    border: 0;
    border-radius: 999px;
    background: #e8725a;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    cursor: pointer;
}

.hemlagat-checkout-submit:hover,
.hemlagat-checkout-submit:focus {
    background: #cf624d;
}

.hemlagat-checkout-submit svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.hemlagat-checkout-helper {
    max-width: 440px;
    margin: 12px 0 0;
    color: #6b5a53;
    font-size: 14px;
    line-height: 1.4;
}

.hemlagat-checkout-product {
    display: grid;
    gap: 12px;
    margin-top: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(86, 61, 51, .14);
}

.hemlagat-checkout-product span {
    color: #3b302b;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
}

.hemlagat-checkout-product strong {
    color: #e8725a;
    font-size: clamp(34px, 5vw, 50px);
    font-weight: 900;
    line-height: 1;
}

.hemlagat-checkout-total {
    margin: 24px 0;
}

.hemlagat-checkout-total div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
}

.hemlagat-checkout-total div + div {
    margin-top: 8px;
}

.hemlagat-checkout-total dt {
    color: #5b4942;
    font-weight: 800;
}

.hemlagat-checkout-total dd {
    margin: 0;
    color: #2f2926;
    font-size: 22px;
    font-weight: 900;
}

.hemlagat-checkout-total .hemlagat-checkout-vat dt,
.hemlagat-checkout-total .hemlagat-checkout-vat dd {
    color: #6b5a53;
    font-size: 15px;
    font-weight: 800;
}

.hemlagat-checkout-trust {
    margin-top: 26px;
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
}

.hemlagat-checkout-trust h3 {
    margin: 0 0 8px;
    color: #2f2926;
    font-size: 18px;
    font-weight: 900;
}

.hemlagat-checkout-trust p {
    margin: 0;
    color: #5b4942;
    font-size: 15px;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .hemlagat-checkout-grid {
        grid-template-columns: 1fr;
    }

    .hemlagat-checkout-summary {
        border-top: 1px solid rgba(86, 61, 51, .1);
    }
}

@media (max-width: 640px) {
    .hemlagat-checkout-page {
        padding-top: 28px;
    }

    .hemlagat-checkout-submit {
        width: 100%;
    }
}
