.checkout-cart-index .columns,
.checkout-cart-index .page.messages .messages {
    max-width: 1488px;
}

.checkout-cart-index .columns {
    padding-top: 28px;
    padding-bottom: 52px;
}

.checkout-cart-index .page-title-wrapper {
    display: none;
}

.checkout-cart-index .page-title[data-ui-id="page-title-wrapper"] {
    display: none;
}

.checkout-cart-index .page.messages {
    margin-top: 0;
}

.checkout-cart-index .page.messages .messages {
    padding-right: 24px;
    padding-left: 24px;
}

.checkout-cart-index .message {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    max-width: min(100%, 1040px);
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(6, 21, 40, 0.05);
}

.checkout-cart-index .message.success,
.checkout-cart-index .message-success,
.checkout-cart-index [data-ui-id="message-success"] {
    border: 1px solid #8ad4e2;
    background: #effcff;
    color: #06384a;
}

.checkout-cart-index .message.success > *,
.checkout-cart-index .message-success > *,
.checkout-cart-index [data-ui-id="message-success"] > * {
    color: inherit;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 650;
}

.checkout-cart-index .message button,
.checkout-cart-index .message [role="button"] {
    color: #087f99;
}

.lsc-cart-layout,
.lsc-cart-trust {
    max-width: 1488px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    color: #061528;
}

.lsc-cart-layout *,
.lsc-cart-layout *::before,
.lsc-cart-layout *::after,
.lsc-cart-trust *,
.lsc-cart-trust *::before,
.lsc-cart-trust *::after {
    box-sizing: border-box;
}

.lsc-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 24px;
    align-items: start;
}

.lsc-cart-main {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

.lsc-cart-card,
.lsc-cart-summary,
.lsc-cart-trust {
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(6, 21, 40, 0.06);
}

.lsc-cart-card {
    padding: 24px 26px 22px;
}

.lsc-cart-card__head,
.lsc-cart-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.lsc-cart-card__head {
    margin-bottom: 18px;
}

.lsc-cart-eyebrow {
    margin: 0 0 7px;
    color: #087f99;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lsc-cart-card__head h2,
.lsc-cart-summary__head h2 {
    margin: 0;
    color: #061528;
    font-weight: 720;
    letter-spacing: 0;
}

.lsc-cart-card__head h2 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 720;
}

.lsc-cart-card__count,
.lsc-cart-summary__head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.lsc-cart-card__count {
    padding: 6px 12px;
    background: #e9fbff;
    color: #087f99;
}

.lsc-cart-items {
    margin: 0;
    padding: 0;
    border: 0;
}

.lsc-cart-items ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lsc-cart-items__row {
    margin: 0;
}

.lsc-cart-item {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 18px;
    padding: 16px;
    border: 1px solid #e1eaf2;
    border-radius: 8px;
    background: #fbfdff;
}

.lsc-cart-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    overflow: hidden;
    border: 1px solid #e0e8f0;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbfd, #edf8fb);
}

.lsc-cart-item__image img,
.lsc-cart-item__image picture {
    width: 100%;
    height: 100%;
}

.lsc-cart-item__image img {
    object-fit: contain;
    padding: 8px;
}

.lsc-cart-item__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 214px;
    gap: 18px;
    align-items: start;
    min-width: 0;
}

.lsc-cart-item__content {
    min-width: 0;
}

.lsc-cart-item__stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
    color: #047857;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
}

.lsc-cart-item__stock::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #10b981;
}

.lsc-cart-item__name {
    margin: 0;
    color: #061528;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 650;
    letter-spacing: 0;
}

.lsc-cart-item__name a {
    color: inherit;
    text-decoration: none;
}

.lsc-cart-item__name a:hover {
    color: #087f99;
}

.lsc-cart-item__sku {
    margin: 7px 0 0;
    color: #637186;
    font-size: 13px;
    line-height: 1.35;
}

.lsc-cart-item__options {
    display: grid;
    gap: 4px;
    margin: 12px 0 0;
    color: #526277;
    font-size: 13px;
    line-height: 1.35;
}

.lsc-cart-item__options div {
    display: flex;
    gap: 8px;
}

.lsc-cart-item__options dt {
    color: #637186;
    font-weight: 600;
}

.lsc-cart-item__options dd {
    margin: 0;
    color: #15243a;
    font-weight: 700;
}

.lsc-cart-item__purchase {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
}

.lsc-cart-item__prices {
    display: grid;
    gap: 7px;
    width: 100%;
}

.lsc-cart-item__prices > div {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    align-items: baseline;
    justify-content: end;
}

.lsc-cart-item__prices span {
    color: #637186;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 650;
    text-transform: uppercase;
}

.lsc-cart-item__prices strong {
    color: #061528;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-align: right;
}

.lsc-cart-item__tools {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.lsc-cart-qty {
    display: inline-grid;
    grid-template-columns: 36px 40px 36px;
    align-items: center;
    width: 114px;
    flex: 0 0 114px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #c9d7e5;
    border-radius: 8px;
    background: #ffffff;
}

.lsc-cart-qty__button,
.lsc-cart-qty__input {
    height: 40px;
    border: 0;
    background: transparent;
}

.lsc-cart-qty__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #087f99;
    transition: background 150ms ease, color 150ms ease;
}

.lsc-cart-qty__button:hover {
    background: #e9fbff;
    color: #066b82;
}

.lsc-cart-qty__button svg,
.lsc-cart-item__actions svg,
.lsc-cart-trust svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lsc-cart-qty__input {
    width: 40px;
    padding: 0;
    color: #061528;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    appearance: textfield;
}

.lsc-cart-qty__input::-webkit-outer-spin-button,
.lsc-cart-qty__input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.lsc-cart-item__actions {
    display: inline-flex;
    gap: 8px;
}

.lsc-cart-item__actions .btn,
.lsc-cart-item__actions a,
.lsc-cart-item__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border: 1px solid #d5e7ef;
    border-radius: 8px;
    background: #e9fbff;
    color: #061528;
    transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.lsc-cart-item__actions .btn:hover,
.lsc-cart-item__actions a:hover,
.lsc-cart-item__actions button:hover {
    border-color: #7bd5e5;
    background: #dff8ff;
    color: #087f99;
}

.lsc-cart-actions {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e0e8f0;
}

.lsc-cart-actions__clear {
    display: none;
}

.lsc-cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: border-color 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.lsc-cart-button--secondary {
    border-color: #d7e5ee;
    background: #ffffff;
    color: #15243a;
}

.lsc-cart-button--secondary:hover {
    border-color: #98dce8;
    background: #f0fcff;
    color: #087f99;
}

.lsc-cart-button--outline {
    border-color: #08aaca;
    background: #ffffff;
    color: #087f99;
}

.lsc-cart-button--outline:hover {
    border-color: #087f99;
    background: #e9fbff;
    color: #066b82;
}

.lsc-cart-summary {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 20px;
    padding: 20px 22px 22px;
}

.lsc-cart-summary__head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.lsc-cart-summary__head h2 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 720;
}

.lsc-cart-summary__head span {
    padding: 6px 10px;
    border: 1px solid #98dce8;
    background: #e9fbff;
    color: #087f99;
}

.lsc-cart-summary .cart-summary-actions {
    display: grid;
    gap: 8px;
    margin: 0 0 12px;
}

.lsc-cart-summary details {
    border-bottom: 1px solid #e0e8f0;
}

.lsc-cart-summary .customercredit.pt-6,
.lsc-cart-summary .gift-card-checkout.pt-6,
.lsc-cart-summary .rewardpoints.pt-6 {
    padding-top: 0;
    border-bottom: 1px solid #e0e8f0;
}

.lsc-cart-summary .gift-card-checkout.pt-6 {
    border-bottom: 0;
}

.lsc-cart-summary details summary {
    min-height: 42px;
    padding: 8px 0;
    color: #15243a;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.lsc-cart-summary .customercredit .text-left > button,
.lsc-cart-summary .gift-card-checkout .text-left > button,
.lsc-cart-summary .rewardpoints .text-left > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    padding: 8px 0;
    color: #15243a;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.lsc-cart-summary .customercredit .text-left > button::before,
.lsc-cart-summary .gift-card-checkout .text-left > button::before,
.lsc-cart-summary .rewardpoints .text-left > button::before {
    content: "";
    width: 19px;
    height: 19px;
    margin-right: 8px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 0;
    background: #087f99;
}

.lsc-cart-summary .customercredit .text-left > button::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18M7 15h3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18M7 15h3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lsc-cart-summary .customercredit .text-left > button::after,
.lsc-cart-summary .gift-card-checkout .text-left > button::after,
.lsc-cart-summary .rewardpoints .text-left > button::after {
    content: " ";
    order: 2;
    width: 0;
}

.lsc-cart-summary .gift-card-checkout .text-left > button::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='4' rx='1'/%3E%3Cpath d='M12 8v13M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7M7.5 8a2.5 2.5 0 1 1 0-5C11 3 12 8 12 8s1-5 4.5-5a2.5 2.5 0 0 1 0 5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='4' rx='1'/%3E%3Cpath d='M12 8v13M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7M7.5 8a2.5 2.5 0 1 1 0-5C11 3 12 8 12 8s1-5 4.5-5a2.5 2.5 0 0 1 0 5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lsc-cart-summary .rewardpoints .text-left > button::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 2.8 5.7 6.2.9-4.5 4.4 1.1 6.2L12 17.2l-5.6 3 1.1-6.2L3 9.6l6.2-.9L12 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 2.8 5.7 6.2.9-4.5 4.4 1.1 6.2L12 17.2l-5.6 3 1.1-6.2L3 9.6l6.2-.9L12 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lsc-cart-summary .customercredit .text-left > button .underline,
.lsc-cart-summary .gift-card-checkout .text-left > button .underline,
.lsc-cart-summary .rewardpoints .text-left > button .underline {
    flex: 1 1 auto;
    min-width: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    white-space: normal;
}

.lsc-cart-summary .customercredit .text-left > button svg,
.lsc-cart-summary .gift-card-checkout .text-left > button svg,
.lsc-cart-summary .rewardpoints .text-left > button svg {
    width: 18px !important;
    height: 18px !important;
    margin-left: 10px;
    color: #087f99;
    flex: 0 0 auto;
}

.lsc-cart-summary details summary svg {
    color: #087f99;
}

.lsc-cart-summary details form,
.lsc-cart-summary details .fieldset,
.lsc-cart-summary .customercredit .card,
.lsc-cart-summary .gift-card-checkout .card,
.lsc-cart-summary .rewardpoints .card {
    margin-bottom: 12px;
}

.lsc-cart-summary .customercredit .card,
.lsc-cart-summary .gift-card-checkout .card,
.lsc-cart-summary .rewardpoints .card {
    margin-top: 4px;
    padding: 12px;
    border: 1px solid #e0e8f0;
    border-radius: 8px;
    background: #fbfdff;
    box-shadow: none;
}

.lsc-cart-summary .gift-card-checkout .giftcard-form.card {
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 12px 12px 14px;
}

.lsc-cart-summary .customercredit .card p,
.lsc-cart-summary .customercredit .card span,
.lsc-cart-summary .gift-card-checkout .card li,
.lsc-cart-summary .gift-card-checkout .card span,
.lsc-cart-summary .gift-card-checkout .card label,
.lsc-cart-summary .rewardpoints .card p,
.lsc-cart-summary .rewardpoints .card label,
.lsc-cart-summary .rewardpoints .card span {
    color: #526277;
    font-size: 12px;
    line-height: 1.45;
}

.lsc-cart-summary input,
.lsc-cart-summary select {
    border-color: #c9d7e5;
    border-radius: 8px;
    font-size: 13px;
}

.lsc-cart-summary .customercredit input,
.lsc-cart-summary .gift-card-checkout input,
.lsc-cart-summary .rewardpoints input,
.lsc-cart-summary .customercredit select,
.lsc-cart-summary .gift-card-checkout select,
.lsc-cart-summary .rewardpoints select {
    min-height: 38px;
    width: 100%;
    padding: 8px 10px;
}

.lsc-cart-summary .gift-card-checkout dl,
.lsc-cart-summary .gift-card-checkout ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lsc-cart-summary .gift-card-checkout dl {
    gap: 12px;
}

.lsc-cart-summary .gift-card-checkout dd.giftvoucher {
    display: block;
}

.lsc-cart-summary .gift-card-checkout #payment_form_giftvoucher {
    gap: 12px;
}

.lsc-cart-summary .gift-card-checkout dt,
.lsc-cart-summary .gift-card-checkout dd {
    margin: 0;
}

.lsc-cart-summary .gift-card-checkout dt {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.lsc-cart-summary .gift-card-checkout dt label {
    padding-top: 2px;
    color: #15243a;
    font-size: 13px;
    line-height: 1.4;
}

.lsc-cart-summary .gift-card-checkout #giftvoucher-custom-code > div {
    display: grid !important;
    gap: 5px;
}

.lsc-cart-summary .gift-card-checkout #giftvoucher-custom-code label {
    color: #526277;
    font-size: 12px;
    line-height: 1.35;
}

.lsc-cart-summary .gift-card-checkout #giftvoucher-custom-code input {
    min-height: 36px;
}

.lsc-cart-summary .gift-card-checkout #payment_form_giftvoucher > li {
    margin: 0;
}

.lsc-cart-summary .gift-card-checkout #payment_form_giftvoucher > li:empty,
.lsc-cart-summary .gift-card-checkout #payment_form_giftvoucher > p:empty {
    display: none;
}

.lsc-cart-summary .gift-card-checkout #payment_form_giftvoucher > li > span {
    display: block;
    max-width: 280px;
}

.lsc-cart-summary .gift-card-checkout #payment_form_giftvoucher a {
    color: #087f99;
}

.lsc-cart-summary .gift-card-checkout .form-group > div,
.lsc-cart-summary .gift-card-checkout .giftvoucher-discount-code > div,
.lsc-cart-summary .rewardpoints .card > div {
    width: 100% !important;
    max-width: none !important;
}

.lsc-cart-summary .gift-card-checkout input[type="checkbox"] {
    width: 22px;
    height: 22px;
    min-height: 22px;
    margin: 0;
    padding: 0;
    flex: 0 0 22px;
    border-color: #8acfe0;
    border-radius: 6px;
    accent-color: #087f99;
    vertical-align: middle;
}

.lsc-cart-summary .customercredit .primary,
.lsc-cart-summary .gift-card-checkout .primary,
.lsc-cart-summary .rewardpoints .primary {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
}

.lsc-cart-summary .gift-card-checkout .primary {
    margin-top: 2px;
}

.lsc-cart-summary .customercredit .primary .btn,
.lsc-cart-summary .gift-card-checkout .primary .btn,
.lsc-cart-summary .rewardpoints .primary .btn {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
}

.lsc-cart-summary .gift-card-checkout .primary .btn-primary,
.lsc-cart-summary .gift-card-checkout .primary button.btn-primary {
    min-width: 178px;
    border-color: #087f99;
    background: #087f99;
    color: #ffffff;
    line-height: 1.25;
    box-shadow: 0 8px 18px rgba(8, 127, 153, 0.18);
}

.lsc-cart-summary .gift-card-checkout .primary .btn-primary:hover,
.lsc-cart-summary .gift-card-checkout .primary button.btn-primary:hover {
    border-color: #066b82;
    background: #066b82;
    color: #ffffff;
}

.lsc-cart-summary .gift-card-checkout .primary .btn-primary span,
.lsc-cart-summary .gift-card-checkout .primary button.btn-primary span {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

.lsc-cart-summary .btn,
.lsc-cart-summary button[type="submit"] {
    border-radius: 8px;
    font-weight: 700;
}

.lsc-cart-summary #cart-totals {
    margin: 8px 0 12px;
}

.lsc-cart-summary #cart-totals [class*="grid"] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e0e8f0;
    color: #33435a;
    font-size: 14px;
    line-height: 1.35;
}

.lsc-cart-summary #cart-totals [class*="text-xl"],
.lsc-cart-summary #cart-totals [class*="font-semibold"] {
    margin-top: 3px;
    border-bottom: 0;
    color: #061528;
    font-size: 18px;
    font-weight: 720;
}

.lsc-cart-summary .lsc-tax-total {
    border-bottom: 1px solid #e0e8f0;
}

.lsc-cart-summary .lsc-tax-details {
    border-bottom: 0;
}

.lsc-cart-summary .lsc-tax-details__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 44px;
    padding: 10px 0;
    color: #061528;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 720;
    cursor: pointer;
}

.lsc-cart-summary .lsc-tax-details__summary-amount {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    color: #061528;
    font-weight: 720;
    white-space: nowrap;
}

.lsc-cart-summary .lsc-tax-details__summary svg {
    width: 17px;
    height: 17px;
    color: #087f99;
}

.lsc-cart-summary .lsc-tax-details__panel {
    display: grid;
    gap: 0;
    margin: 0 0 12px;
    overflow: hidden;
    border: 1px solid #dbeaf1;
    border-radius: 8px;
    background: #fbfdff;
}

.lsc-cart-summary .lsc-tax-details__label {
    padding: 9px 12px;
    border-bottom: 1px solid #e0e8f0;
    background: #f0fcff;
    color: #087f99;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 750;
}

.lsc-cart-summary .lsc-tax-details__group {
    display: grid;
}

.lsc-cart-summary .lsc-tax-details__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    min-height: 38px;
    padding: 9px 12px;
    border-bottom: 1px solid #edf3f8;
    color: #15243a;
    font-size: 12px;
    line-height: 1.35;
}

.lsc-cart-summary .lsc-tax-details__row:last-child {
    border-bottom: 0;
}

.lsc-cart-summary .lsc-tax-details__row--muted {
    color: #7a8798;
    background: #ffffff;
}

.lsc-cart-summary .lsc-tax-details__name {
    min-width: 0;
    overflow-wrap: anywhere;
}

.lsc-cart-summary .lsc-tax-details__amount {
    justify-self: end;
    color: #061528;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.lsc-cart-summary .lsc-tax-details__row--muted .lsc-tax-details__amount {
    color: #7a8798;
    font-weight: 650;
}

.lsc-cart-summary .checkout-methods-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lsc-cart-summary .btn-checkout,
.lsc-cart-summary #checkout-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border-radius: 8px;
    background: #087f99;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(8, 127, 153, 0.2);
}

.lsc-cart-summary .btn-checkout:hover,
.lsc-cart-summary #checkout-link-button:hover {
    background: #066b82;
    color: #ffffff;
}

.lsc-cart-summary__trust {
    margin: 10px 0 0;
    color: #526277;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.lsc-cart-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 24px;
    overflow: hidden;
    padding: 0;
    background: #dbe5ee;
}

.lsc-cart-trust div {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 72px;
    padding: 18px 22px;
    background: #ffffff;
}

.lsc-cart-trust span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #e9fbff;
    color: #087f99;
}

.lsc-cart-trust strong {
    display: block;
    color: #15243a;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.lsc-empty-cart {
    max-width: 1488px;
    margin: 0 auto;
    padding: 0 24px;
    color: #061528;
}

.lsc-empty-cart *,
.lsc-empty-cart *::before,
.lsc-empty-cart *::after {
    box-sizing: border-box;
}

.lsc-empty-cart__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.lsc-empty-cart__panel,
.lsc-empty-cart__assist,
.lsc-empty-cart__categories,
.lsc-empty-cart__trust {
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(6, 21, 40, 0.06);
}

.lsc-empty-cart__panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    min-height: 260px;
    padding: 32px;
}

.lsc-empty-cart__icon,
.lsc-empty-cart__assist li > span,
.lsc-empty-cart__trust span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #e9fbff;
    color: #087f99;
}

.lsc-empty-cart__icon {
    width: 78px;
    height: 78px;
}

.lsc-empty-cart svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lsc-empty-cart__icon svg {
    width: 38px;
    height: 38px;
}

.lsc-empty-cart__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #087f99;
}

.lsc-empty-cart__copy h1,
.lsc-empty-cart__assist h2,
.lsc-empty-cart__section-heading h2 {
    margin: 0;
    color: #061528;
    font-weight: 800;
    letter-spacing: 0;
}

.lsc-empty-cart__copy h1 {
    font-size: 32px;
    line-height: 1.18;
}

.lsc-empty-cart__copy p:last-child {
    max-width: 620px;
    margin: 12px 0 0;
    color: #526277;
    font-size: 16px;
    line-height: 1.55;
}

.lsc-empty-cart__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 210px;
}

.lsc-empty-cart__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: border-color 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.lsc-empty-cart__button--primary {
    background: #087f99;
    color: #ffffff;
}

.lsc-empty-cart__button--primary:hover {
    background: #066b82;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(8, 127, 153, 0.22);
}

.lsc-empty-cart__button--secondary {
    border-color: #98dce8;
    background: #ffffff;
    color: #087f99;
}

.lsc-empty-cart__button--secondary:hover {
    border-color: #087f99;
    background: #f0fcff;
    color: #066b82;
}

.lsc-empty-cart__assist {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
}

.lsc-empty-cart__assist h2 {
    font-size: 22px;
    line-height: 1.25;
}

.lsc-empty-cart__assist ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lsc-empty-cart__assist li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid #e4edf4;
    border-radius: 8px;
    background: #fbfdff;
}

.lsc-empty-cart__assist li > span {
    width: 40px;
    height: 40px;
}

.lsc-empty-cart__assist strong,
.lsc-empty-cart__trust strong,
.lsc-empty-cart__category-card span {
    display: block;
    color: #15243a;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.lsc-empty-cart__assist small {
    display: block;
    margin-top: 3px;
    color: #637186;
    font-size: 13px;
    line-height: 1.35;
}

.lsc-empty-cart__categories {
    margin-top: 24px;
    padding: 26px 30px 30px;
}

.lsc-empty-cart__section-heading {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.lsc-empty-cart__section-heading h2 {
    position: relative;
    padding-bottom: 11px;
    font-size: 28px;
    line-height: 1.22;
}

.lsc-empty-cart__section-heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 4px;
    border-radius: 99px;
    background: #08aaca;
}

.lsc-empty-cart__section-heading a {
    color: #087f99;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    text-decoration: none;
}

.lsc-empty-cart__section-heading a:hover {
    color: #066b82;
    text-decoration: underline;
}

.lsc-empty-cart__category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.lsc-empty-cart__category-card {
    display: block;
    overflow: hidden;
    border: 1px solid #e0e8f0;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(6, 21, 40, 0.05);
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.lsc-empty-cart__category-card:hover {
    border-color: #7bd5e5;
    box-shadow: 0 12px 24px rgba(6, 21, 40, 0.1);
    transform: translateY(-2px);
}

.lsc-empty-cart__category-card img {
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    background: #eef3f7;
}

.lsc-empty-cart__category-card span {
    padding: 13px 12px 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lsc-empty-cart__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 24px;
    overflow: hidden;
    background: #dbe5ee;
}

.lsc-empty-cart__trust div {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 72px;
    padding: 18px 22px;
    background: #ffffff;
}

.lsc-empty-cart__trust span {
    width: 38px;
    height: 38px;
}

@media (max-width: 1180px) {
    .lsc-cart-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .lsc-cart-summary {
        grid-column: auto;
        grid-row: auto;
        position: static;
        order: 2;
    }

    .lsc-cart-main {
        grid-column: auto;
        grid-row: auto;
        order: 1;
    }

    .lsc-cart-item__body {
        grid-template-columns: minmax(0, 1fr);
    }

    .lsc-cart-item__purchase {
        align-items: stretch;
    }

    .lsc-cart-item__tools {
        justify-content: space-between;
    }

    .lsc-empty-cart__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .lsc-empty-cart__panel {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .lsc-empty-cart__actions {
        grid-column: 2;
        flex-direction: row;
        width: auto;
    }
}

@media (max-width: 900px) {
    .lsc-cart-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lsc-empty-cart__category-grid,
    .lsc-empty-cart__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .checkout-cart-index .columns {
        padding-top: 22px;
        padding-bottom: 36px;
    }

    .checkout-cart-index .page.messages .messages,
    .lsc-empty-cart {
        padding-right: 16px;
        padding-left: 16px;
    }

    .lsc-cart-layout,
    .lsc-cart-trust {
        padding-right: 0;
        padding-left: 0;
    }

    .lsc-cart-layout {
        gap: 18px;
    }

    .lsc-cart-card,
    .lsc-cart-summary {
        padding: 22px;
    }

    .lsc-cart-card__head,
    .lsc-cart-actions,
    .lsc-cart-summary__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .lsc-cart-card__head h2 {
        font-size: 22px;
    }

    .lsc-cart-item {
        grid-template-columns: minmax(0, 1fr);
        padding: 16px;
    }

    .lsc-cart-item__image {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .lsc-cart-item__name {
        font-size: 16px;
    }

    .lsc-cart-item__prices > div {
        padding: 10px 0;
        border-bottom: 1px solid #e8eef5;
    }

    .lsc-cart-item__tools {
        align-items: stretch;
        flex-direction: column;
    }

    .lsc-cart-qty {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        width: 100%;
    }

    .lsc-cart-qty__input {
        width: 100%;
    }

    .lsc-cart-item__actions {
        justify-content: flex-end;
    }

    .lsc-cart-button {
        width: 100%;
    }

    .lsc-cart-trust {
        grid-template-columns: minmax(0, 1fr);
        padding: 0;
    }

    .lsc-empty-cart__panel {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
        padding: 24px;
    }

    .lsc-empty-cart__copy h1 {
        font-size: 26px;
    }

    .lsc-empty-cart__copy p:last-child {
        font-size: 15px;
    }

    .lsc-empty-cart__actions {
        flex-direction: column;
        width: 100%;
    }

    .lsc-empty-cart__assist,
    .lsc-empty-cart__categories {
        padding: 22px;
    }

    .lsc-empty-cart__section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .lsc-empty-cart__section-heading h2 {
        font-size: 24px;
    }

    .lsc-empty-cart__category-grid,
    .lsc-empty-cart__trust {
        grid-template-columns: minmax(0, 1fr);
    }
}
