.checkout-cart-index {
    background: #f8f5f0;
}

.checkout-cart-index .page-main {
    max-width: 1560px;
    padding: 64px 32px 72px;
}

.checkout-cart-index .page-title-wrapper,
.checkout-cart-index .breadcrumbs,
.checkout-cart-index .cart-summary .block.shipping,
.checkout-cart-index .cart-discount,
.checkout-cart-index .nohrd-cart-actions__clear {
    display: none !important;
}

.checkout-cart-index .cart-container {
    align-items: start;
    display: grid;
    column-gap: 36px;
    row-gap: 36px;
    grid-template-columns: minmax(0, 1fr) 430px;
}

.checkout-cart-index .nohrd-cart-form.nohrd-cart-form--updating {
    opacity: .82;
    pointer-events: none;
    transition: opacity .18s ease;
}

.checkout-cart-index .cart-container:before,
.checkout-cart-index .cart-container:after,
.checkout-cart-index .shopping-cart-bottom:before,
.checkout-cart-index .shopping-cart-bottom:after {
    display: none;
}

.checkout-cart-index .shopping-cart-bottom {
    display: contents;
}

.checkout-cart-index .shopping-cart-bottom > [class*='col-'] {
    float: none;
    padding: 0;
    width: auto;
}

.checkout-cart-index .shopping-cart-bottom .col-lg-8 {
    grid-column: 2;
    grid-row: 3;
}

.checkout-cart-index .shopping-cart-bottom .col-lg-4 {
    display: grid;
    gap: 36px;
    grid-column: 2;
    grid-row: 2;
}

.nohrd-cart-hero {
    align-items: end;
    display: grid;
    gap: 36px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) 430px;
    margin-bottom: 8px;
}

.nohrd-cart-hero__eyebrow,
.nohrd-cart-fit__card span,
.checkout-cart-index .cart.table-wrapper thead th span {
    color: #817970;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.nohrd-cart-hero__title {
    color: #24211d;
    font-family: din-2014, sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.02;
    margin: 14px 0 0;
    max-width: 560px;
}

.nohrd-cart-hero__text {
    color: #746d64;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 8px;
}

.nohrd-cart-stack {
    align-self: start;
    display: grid;
    gap: 36px;
    grid-column: 1;
}

.nohrd-cart-form {
    align-self: start;
    background: #fff;
    border: 1px solid #e6ded5;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(40, 35, 29, .08);
    grid-column: 1;
    overflow: hidden;
}

.checkout-cart-index .cart.table-wrapper {
    border: 0;
    margin: 0;
}

.checkout-cart-index .cart.table-wrapper .cart.items {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

.checkout-cart-index .cart.table-wrapper thead th {
    background: #fbfaf7;
    border: 0 !important;
    border-bottom: none !important;
    padding: 18px 30px 16px !important;
}

.checkout-cart-index .cart.table-wrapper thead th.item {
    padding-left: 62px !important;
    text-align: left;
    width: 44%;
}

.checkout-cart-index .cart.table-wrapper thead th.price,
.checkout-cart-index .cart.table-wrapper thead th.qty,
.checkout-cart-index .cart.table-wrapper thead th.subtotal {
    text-align: right;
}

.checkout-cart-index .cart.table-wrapper thead th.price {
    width: 19%;
}

.checkout-cart-index .cart.table-wrapper thead th.qty {
    text-align: center;
    width: 18%;
}

.checkout-cart-index .cart.table-wrapper thead th.subtotal {
    width: 19%;
}

.nohrd-cart-item .item-info > td {
    border: 0 !important;
    padding: 58px 30px !important;
    vertical-align: middle;
}

.nohrd-cart-item .col.item {
    display: grid;
    gap: 30px;
    grid-template-columns: 120px minmax(0, 1fr);
    padding-left: 62px !important;
}

.nohrd-cart-item .product-item-photo {
    aspect-ratio: 3 / 2;
    align-self: center;
    background: #fff;
    border: 1px solid #e6ded5;
    border-radius: 6px;
    box-shadow: none;
    display: block;
    flex: 0 0 120px;
    height: 80px;
    overflow: hidden;
    padding: 0;
    width: 120px;
}

.nohrd-cart-item .product-image-container {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
}

.nohrd-cart-item .product-image-wrapper {
    background: #fff;
    border-radius: 5px;
    height: 100% !important;
    overflow: hidden;
    padding-bottom: 0 !important;
    position: relative;
    width: 100% !important;
}

.nohrd-cart-item .product-image-photo {
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    transform: none;
    width: 100% !important;
}

.nohrd-cart-item .product-item-details {
    align-self: center;
    float: none !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    width: auto !important;
}

.nohrd-cart-item .product-item-name {
    display: block;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 12px;
}

.nohrd-cart-item .product-item-name a,
.nohrd-cart-item .product-item-name a:visited {
    color: #24211d;
    text-decoration: none;
}

.nohrd-cart-item .item-options {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    line-height: 1.15;
    margin: 0 0 4px;
}

.nohrd-cart-item .item-options dt {
    align-items: center;
    background: #eee9e2;
    border-radius: 999px;
    color: #24211d;
    display: inline-flex !important;
    font-size: 14px;
    font-weight: 400;
    height: 32px !important;
    line-height: 32px !important;
    margin: 0 !important;
    min-height: 32px !important;
    padding: 0 14px !important;
    vertical-align: top;
}

.nohrd-cart-item .item-options dd {
    background: transparent;
    border-radius: 0;
    color: #746d64;
    display: inline !important;
    font-size: 14px;
    font-weight: 700;
    height: auto !important;
    line-height: 1.15 !important;
    margin: 0 8px 0 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    vertical-align: baseline;
}

.nohrd-cart-item .item-options dt:after {
    content: ':';
}

.nohrd-cart-item .item-actions {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-left: 0 !important;
    margin-top: 18px;
    padding-left: 0 !important;
    transform: none;
}

.nohrd-cart-item .item-options + .item-actions {
    margin-top: 8px;
}

.nohrd-cart-item .item-actions a,
.nohrd-cart-item .item-actions a:visited {
    align-items: center;
    background: #fff;
    border: 1px solid #ded8cf;
    border-radius: 50%;
    box-shadow: none;
    color: #24211d;
    display: inline-flex;
    font-size: 0;
    height: 42px;
    justify-content: center;
    line-height: 1;
    margin-left: 0 !important;
    padding: 0 !important;
    text-decoration: none;
    transition: border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
    width: 42px;
}

.nohrd-cart-item .item-actions a:hover,
.nohrd-cart-item .item-actions a:focus {
    border-color: var(--main-color);
    box-shadow: none;
    color: var(--main-color);
    text-decoration: none;
    transform: translateY(-1px);
}

.nohrd-cart-item .item-actions a span {
    color: inherit;
    display: block;
    font-size: 18px;
    line-height: 1;
}

.nohrd-cart-item .price,
.nohrd-cart-item .subtotal {
    color: #24211d;
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
    text-align: right;
}

.checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.qty {
    padding-left: 16px !important;
    padding-right: 16px !important;
    text-align: center !important;
}

.checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.qty .nohrd-cart-qty {
    transform: none;
}

.nohrd-cart-qty {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 999px;
    box-shadow: none !important;
    box-sizing: border-box;
    display: inline-flex !important;
    gap: 9px;
    justify-content: center;
    min-height: 42px;
    padding: 0;
    width: auto !important;
}

.nohrd-cart-qty__button {
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
    background: #fff;
    border: 1px solid #24211d !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #24211d;
    display: inline-flex !important;
    font-size: 22px;
    font-weight: 700;
    height: 36px !important;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    min-height: 36px !important;
    min-width: 36px !important;
    padding: 0 0 2px !important;
    position: static !important;
    transition: color .18s ease, transform .18s ease;
    width: 36px !important;
}

.nohrd-cart-qty__button:hover,
.nohrd-cart-qty__button:focus {
    border-color: var(--main-color) !important;
    color: var(--main-color);
    transform: scale(1.04);
}

.nohrd-cart-qty__button:first-child {
    padding-bottom: 4px !important;
}

.nohrd-cart-qty .input-text.qty {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #24211d;
    display: block;
    font-size: 22px;
    font-weight: 800;
    height: 36px !important;
    line-height: 36px;
    margin: 0 !important;
    min-width: 30px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}

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

.nohrd-cart-actions {
    align-items: center;
    background: #fbfaf7;
    border: none !important;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 26px;
}

.nohrd-cart-actions__continue,
.nohrd-cart-actions__continue:visited {
    color: #24211d;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.nohrd-cart-actions__continue span:before {
    content: '\2190';
    margin-right: 8px;
}

.nohrd-cart-actions__update {
    background: #fff;
    border: 1px solid #e2d9cf;
    border-radius: 999px !important;
    color: #24211d;
    font-size: 15px;
    font-weight: 800;
    margin-left: auto;
    min-height: 50px;
    padding: 0 28px;
}

.nohrd-cart-form--auto-update-ready .nohrd-cart-actions__update {
    display: none !important;
}

.nohrd-cart-coupon {
    background: #fbfaf7;
    border: 1px solid #e2d9cf;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(40, 35, 29, .08);
    margin: 0;
    overflow: hidden;
}

.nohrd-cart-coupon__title {
    align-items: center;
    color: #24211d;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0;
    padding: 22px 26px;
    position: relative;
    text-transform: uppercase;
}

.nohrd-cart-coupon__title strong {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.nohrd-cart-coupon__title:after {
    align-items: center;
    background: #fff;
    border: 1px solid #ded8cf;
    border-radius: 50%;
    color: #24211d;
    content: '';
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
}

.nohrd-cart-coupon__title:before {
    border-color: #24211d;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: '';
    height: 9px;
    pointer-events: none;
    position: absolute;
    right: 40px;
    top: calc(50% - 6px);
    transform: rotate(45deg);
    transition: transform .18s ease, top .18s ease;
    width: 9px;
    z-index: 1;
}

.nohrd-cart-coupon__title.active:before {
    top: calc(50% - 2px);
    transform: rotate(225deg);
}

.nohrd-cart-coupon__content {
    padding: 0 26px 26px;
}

.nohrd-cart-coupon .fieldset {
    align-items: end;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0;
}

.nohrd-cart-coupon__field {
    margin: 0 !important;
}

.nohrd-cart-coupon__field .label {
    color: #817970;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.nohrd-cart-coupon__control .input-text {
    background: #fff;
    border: 1px solid #ded8cf;
    border-radius: 999px;
    box-shadow: none;
    color: #24211d;
    font-size: 16px;
    font-weight: 600;
    height: 52px;
    line-height: 52px;
    padding: 0 22px;
    width: 100%;
}

.nohrd-cart-coupon__control .input-text:focus {
    border-color: #24211d;
    box-shadow: none;
}

.nohrd-cart-coupon__actions,
.nohrd-cart-coupon__actions .primary {
    margin: 0 !important;
}

.nohrd-cart-coupon__button,
.nohrd-cart-coupon__button.primary,
.nohrd-cart-coupon__button.action.primary {
    background: #24211d;
    border: 1px solid #24211d;
    border-radius: 999px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    height: 52px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 28px;
    text-transform: uppercase;
}

.nohrd-cart-coupon__button:hover,
.nohrd-cart-coupon__button:focus {
    background: #24211d;
    border-color: #24211d;
    color: #fff;
}

.nohrd-cart-coupon__button--secondary,
.nohrd-cart-coupon__button--secondary.primary,
.nohrd-cart-coupon__button--secondary.action.primary {
    background: #fff;
    border-color: #ded8cf;
    color: #24211d;
}

.nohrd-cart-coupon__button--secondary:hover,
.nohrd-cart-coupon__button--secondary:focus {
    background: #fff;
    border-color: #24211d;
    color: #24211d;
}

.checkout-cart-index .cart-summary {
    background: #fff;
    border: 1px solid #e6ded5;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(40, 35, 29, .08);
    float: none;
    margin: 0;
    padding: 34px;
    position: static;
    width: auto;
}

.checkout-cart-index .cart-summary .summary.title {
    color: #24211d;
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    margin: -7px 0 2px;
}

.checkout-cart-index .cart-totals {
    border: 0;
    margin: 0 0 28px;
    padding: 0;
}

.checkout-cart-index .cart-totals .table-wrapper,
.checkout-cart-index .cart-totals table {
    margin: 0;
}

.checkout-cart-index .cart-totals th,
.checkout-cart-index .cart-totals td {
    border: 0 !important;
    color: #746d64;
    font-size: 18px;
    padding: 8px 0 !important;
}

.checkout-cart-index .cart-totals td {
    color: #24211d;
    font-weight: 800;
    text-align: right;
}

.checkout-cart-index .cart-totals .grand th,
.checkout-cart-index .cart-totals .grand td {
    border-top: 1px solid #e6ded5 !important;
    color: #24211d;
    font-size: 28px;
    padding-top: 28px !important;
}

.checkout-cart-index .checkout-methods-items {
    margin: 28px 0 0;
}

.checkout-cart-index .checkout-methods-items.nohrd-no-express {
    margin-bottom: 0;
}

.checkout-cart-index .checkout-methods-items .item {
    margin: 0 0 14px;
}

.checkout-cart-index .checkout-methods-items .item[hidden] {
    display: none !important;
}

.checkout-cart-index .checkout-methods-items .item + .item:before {
    content: none;
}

.checkout-cart-index .checkout-methods-items .nohrd-express-method {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 12px;
}

.checkout-cart-index .checkout-methods-items .nohrd-express-method--first:before {
    color: #817970;
    content: 'Express Checkout';
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1.2;
    margin: 20px 0 14px;
    text-align: center;
    text-transform: uppercase;
}

.checkout-cart-index .checkout-methods-items .nohrd-express-method > * {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.checkout-cart-index .checkout-methods-items .action.primary.checkout {
    background: #24211d;
    border: 0;
    border-radius: 999px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    min-height: 64px;
    text-transform: uppercase;
    width: 100%;
}

.checkout-cart-index .checkout-methods-items .action.primary.checkout span {
    font-size: inherit;
}

.nohrd-cart-fit {
    grid-column: 1;
}

.nohrd-cart-fit__title {
    color: #24211d;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 22px;
}

.nohrd-cart-fit__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nohrd-cart-fit__card,
.nohrd-cart-fit__card:visited {
    background: #fff;
    border: 1px solid #e6ded5;
    border-radius: 18px;
    color: #24211d;
    min-height: 148px;
    padding: 24px;
    text-decoration: none;
}

.nohrd-cart-fit__card strong {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin: 12px 0 8px;
}

.nohrd-cart-fit__card small {
    color: #746d64;
    display: block;
    font-size: 16px;
    line-height: 1.4;
}

.nohrd-cart-crosssell .nohrd-cart-fit__title {
    margin-bottom: 18px;
}

.nohrd-cart-crosssell__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nohrd-cart-crosssell__card {
    display: grid;
    gap: 16px;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    padding: 18px;
}

.nohrd-cart-crosssell__image {
    align-items: center;
    aspect-ratio: 3 / 2;
    background: #fff;
    border-radius: 18px 18px 0 0;
    display: flex;
    justify-content: center;
    margin: -18px -18px 0;
    overflow: hidden;
    text-decoration: none;
}

.nohrd-cart-crosssell__image .product-image-container {
    max-width: 100% !important;
    width: 100% !important;
}

.nohrd-cart-crosssell__image .product-image-wrapper {
    height: 100% !important;
    padding-bottom: 0 !important;
}

.nohrd-cart-crosssell__image .product-image-photo {
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    width: 100% !important;
}

.nohrd-cart-crosssell__content {
    display: grid;
    gap: 10px;
    grid-template-rows: auto auto minmax(0, 1fr);
}

.nohrd-cart-crosssell__name {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

.nohrd-cart-crosssell__name a,
.nohrd-cart-crosssell__name a:visited {
    color: #24211d;
    text-decoration: none;
}

.checkout-cart-index .nohrd-cart-crosssell__price .price-box {
    color: #746d64;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    text-transform: lowercase !important;
}

.checkout-cart-index .nohrd-cart-crosssell__price {
    color: #746d64 !important;
    display: grid;
    font-size: 11px !important;
    font-weight: 400 !important;
    gap: 2px;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-transform: lowercase !important;
}

.checkout-cart-index .nohrd-cart-crosssell__price-value {
    color: #24211d !important;
    display: block;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
}

.checkout-cart-index .nohrd-cart-crosssell__price-note {
    color: #746d64 !important;
    display: block;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-transform: none !important;
}

.checkout-cart-index .nohrd-cart-crosssell__price .price-box *,
.checkout-cart-index .nohrd-cart-crosssell__price .price-container,
.checkout-cart-index .nohrd-cart-crosssell__price .price-wrapper,
.checkout-cart-index .nohrd-cart-crosssell__price .price-label,
.checkout-cart-index .nohrd-cart-crosssell__price [data-label]:before {
    color: #746d64 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-transform: lowercase !important;
}

.checkout-cart-index .nohrd-cart-crosssell__price .price {
    color: #24211d !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.checkout-cart-index .nohrd-cart-crosssell__price .price-including-tax,
.checkout-cart-index .nohrd-cart-crosssell__price .price-excluding-tax,
.checkout-cart-index .nohrd-cart-crosssell__price .price-including-tax:before,
.checkout-cart-index .nohrd-cart-crosssell__price .price-excluding-tax:before,
.checkout-cart-index .nohrd-cart-crosssell__price .price-including-tax:after,
.checkout-cart-index .nohrd-cart-crosssell__price .price-excluding-tax:after {
    color: #746d64 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-transform: lowercase !important;
}

.checkout-cart-index .nohrd-cart-crosssell__price .price-including-tax .price,
.checkout-cart-index .nohrd-cart-crosssell__price .price-excluding-tax .price {
    color: #24211d !important;
    display: block;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25;
}

.nohrd-cart-crosssell__actions {
    align-self: end;
    display: grid;
    gap: 10px;
}

.nohrd-cart-crosssell__form {
    margin: 0;
    width: 100%;
}

.checkout-cart-index .nohrd-cart-crosssell__cart,
.checkout-cart-index .nohrd-cart-crosssell__cart.action.primary,
.checkout-cart-index .nohrd-cart-crosssell__cart.primary {
    align-items: center;
    background: var(--main-color) !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-flex;
    font-size: 10px !important;
    font-weight: 600 !important;
    justify-content: center;
    justify-self: stretch;
    letter-spacing: .4px !important;
    line-height: 1.1 !important;
    min-height: 30px !important;
    padding: 0 12px !important;
    text-transform: uppercase !important;
    white-space: nowrap;
    width: 100%;
}

.checkout-cart-index .nohrd-cart-crosssell__cart span,
.checkout-cart-index .nohrd-cart-crosssell__cart.action.primary span,
.checkout-cart-index .nohrd-cart-crosssell__cart.primary span {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .4px !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    white-space: nowrap;
}

.checkout-cart-index .nohrd-cart-crosssell__cart:hover,
.checkout-cart-index .nohrd-cart-crosssell__cart.action.primary:hover,
.checkout-cart-index .nohrd-cart-crosssell__cart.primary:hover {
    background: #24211d !important;
    color: #fff !important;
}

.checkout-cart-index .nohrd-cart-crosssell__link,
.checkout-cart-index .nohrd-cart-crosssell__link:visited {
    align-items: center;
    color: #24211d !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-self: start;
    text-decoration: none;
}

.nohrd-cart-crosssell__link-icon {
    font-size: 16px;
    line-height: 1;
}

.checkout-cart-index .checkout-extra {
    background: #fff;
    border: 1px solid #e6ded5;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(40, 35, 29, .08);
    margin-top: 0 !important;
    min-height: 0 !important;
    padding: 26px 30px;
}

.nohrd-cart-trust {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nohrd-cart-trust li {
    align-items: flex-start;
    color: #8a8177;
    display: flex;
    font-size: 17px;
    line-height: 1.45;
    margin: 0 0 18px;
}

.nohrd-cart-trust li:last-child {
    margin-bottom: 0;
}

.nohrd-cart-trust li:before {
    align-items: center;
    background: #eee9e2;
    border-radius: 50%;
    color: #9b8c7a;
    content: '\2713';
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    line-height: 1;
    margin: -4px 16px 0 0;
    width: 36px;
}

@media (max-width: 1199px) {
    .checkout-cart-index .cart-container {
        grid-template-columns: minmax(0, 1fr);
    }

    .checkout-cart-index .shopping-cart-bottom .col-lg-4,
    .checkout-cart-index .shopping-cart-bottom .col-lg-8,
    .nohrd-cart-stack,
    .nohrd-cart-form,
    .nohrd-cart-fit {
        grid-column: 1;
    }

    .checkout-cart-index .shopping-cart-bottom .col-lg-4 {
        grid-row: auto;
    }

    .checkout-cart-index .cart-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .checkout-cart-index .page-main {
        padding: 34px 16px 48px;
    }

    .nohrd-cart-hero {
        gap: 20px;
        grid-template-columns: minmax(0, 1fr);
    }

    .nohrd-cart-hero__title {
        font-size: 42px;
    }

    .nohrd-cart-hero__text {
        font-size: 16px;
    }

    .nohrd-cart-form,
    .nohrd-cart-coupon,
    .checkout-cart-index .cart-summary,
    .checkout-cart-index .checkout-extra {
        border-radius: 20px;
    }

    .checkout-cart-index .cart.table-wrapper thead {
        display: none;
    }

    .nohrd-cart-item,
    .nohrd-cart-item .item-info,
    .nohrd-cart-item .item-info > td {
        display: block;
        width: 100% !important;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item tr.item-info td {
        border-bottom: 0 !important;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item + .nohrd-cart-item {
        border-top: 0;
        box-shadow: none;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item + .nohrd-cart-item tr.item-info td.col.item {
        border-top: 10px solid #f8f5f0 !important;
        box-shadow: inset 0 1px 0 #e6ded5;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item tr.item-info td.col.item,
    .checkout-cart-index #shopping-cart-table .nohrd-cart-item tr.item-info td.col.qty {
        background: #fff;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item tr.item-info td.col.price,
    .checkout-cart-index #shopping-cart-table .nohrd-cart-item tr.item-info td.col.subtotal {
        background: #fbfaf7;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item tr.item-info td.col.item {
        padding: 24px 20px 18px 24px !important;
        text-align: left;
    }

    .checkout-cart-index #shopping-cart-table .cart.item.nohrd-cart-item .item-info .col.item {
        display: grid !important;
        padding: 24px 20px 18px 24px !important;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item .item-info .col.item {
        gap: 24px;
        grid-template-columns: 120px minmax(0, 1fr);
        padding: 24px 20px 18px 24px !important;
    }

    .nohrd-cart-item .product-item-photo {
        border-radius: 6px;
        height: 80px;
        padding: 0;
        width: 120px;
    }

    .nohrd-cart-item .product-item-details {
        padding: 0 !important;
    }

    .nohrd-cart-item .item-actions {
        justify-content: flex-start;
        margin-left: 0;
        transform: none;
    }

    .nohrd-cart-item .product-item-name {
        font-size: 19px;
    }

    .checkout-cart-index #shopping-cart-table .cart.item.nohrd-cart-item .item .product-item-details dl.item-options dt,
    .checkout-cart-index #shopping-cart-table .cart.item.nohrd-cart-item td.col.item .product-item-details dl.item-options dt {
        margin-top: 0 !important;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.price,
    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.qty,
    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.subtotal {
        align-items: center;
        display: grid !important;
        gap: 24px;
        grid-template-columns: 120px minmax(0, 1fr);
        padding: 16px 20px 16px 24px !important;
        text-align: left !important;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.price:before,
    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.qty:before,
    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.subtotal:before {
        color: #817970;
        content: attr(data-th);
        display: block !important;
        font-size: 12px;
        font-weight: 800;
        grid-column: 1;
        justify-self: start;
        letter-spacing: 1px;
        line-height: 1.2;
        text-align: left;
        text-transform: uppercase;
        visibility: visible !important;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.price > *,
    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.qty > *,
    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.subtotal > * {
        grid-column: 2;
        justify-self: start;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.price .price,
    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.subtotal .price {
        font-size: 18px;
        text-align: left;
    }

    .checkout-cart-index #shopping-cart-table .nohrd-cart-item td.col.qty .nohrd-cart-qty {
        padding-left: 0 !important;
        justify-self: start;
    }

    .nohrd-cart-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        padding: 20px;
    }

    .nohrd-cart-actions__update {
        width: 100%;
    }

    .nohrd-cart-stack {
        gap: 28px;
    }

    .nohrd-cart-coupon {
        margin: 0;
    }

    .nohrd-cart-coupon__title {
        font-size: 14px;
        padding: 18px 72px 18px 20px;
    }

    .nohrd-cart-coupon__title:after {
        right: 20px;
    }

    .nohrd-cart-coupon__title:before {
        right: 34px;
    }

    .nohrd-cart-coupon__content {
        padding: 0 20px 20px;
    }

    .nohrd-cart-coupon .fieldset {
        align-items: stretch;
        grid-template-columns: minmax(0, 1fr);
    }

    .nohrd-cart-coupon__button,
    .nohrd-cart-coupon__button.primary,
    .nohrd-cart-coupon__button.action.primary {
        width: 100%;
    }

    .nohrd-cart-fit__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nohrd-cart-crosssell__card {
        border-radius: 14px;
        gap: 12px;
        padding: 14px;
    }

    .nohrd-cart-crosssell__image {
        margin: -14px -14px 0;
    }

    .nohrd-cart-crosssell__name {
        font-size: 15px;
    }

    .nohrd-cart-crosssell__cart,
    .nohrd-cart-crosssell__cart.action.primary,
    .nohrd-cart-crosssell__cart.primary {
        font-size: 11px;
        letter-spacing: .6px;
        min-height: 34px;
        padding: 0 10px;
    }

    .nohrd-cart-crosssell__link,
    .nohrd-cart-crosssell__link:visited {
        font-size: 13px;
    }
}
