.nova-page {
    background: #f6f7fb;
    padding: 40px 0 64px;
}

.nova-breadcrumb {
    align-items: center;
    color: #6d7280;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 24px;
}

.nova-breadcrumb a {
    color: #9aa0ad;
    font-weight: 500;
    text-decoration: none;
}

.nova-breadcrumb [aria-current="page"] {
    color: var(--nova-theme-primary, #3866df);
    font-weight: 700;
}

.nova-page-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.nova-catalog-heading {
    margin-bottom: 20px;
    text-align: start;
}

.nova-catalog-heading .nova-breadcrumb {
    margin: 0;
}

.nova-catalog-container {
    padding-inline: 16px;
}

.nova-page-heading h1,
.nova-product-information h1 {
    color: #161a25;
    font-family: Outfit, sans-serif;
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

.nova-kicker {
    color: var(--theme-primary, #ee6f57);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.nova-catalog-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 0;
}

.nova-catalog-toolbar p {
    color: #656b79;
    font-weight: 700;
    margin: 0;
}

.nova-sort-form {
    align-items: center;
    display: flex;
    gap: 10px;
}

.nova-sort-form label {
    align-items: center;
    color: #656b79;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 7px;
    margin: 0;
}

.nova-sort-form label i {
    color: #202534;
    font-size: 18px;
}

.nova-sort-form select {
    background: #f7f8fb;
    border: 1px solid #dde1ea;
    border-radius: 8px;
    color: #202534;
    font-weight: 800;
    min-height: 42px;
    padding: 0 36px 0 14px;
}

.nova-catalog-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nova-catalog-product-card {
    background: #fff;
    border: 1px solid #e1e5ef;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(26, 36, 65, 0.05);
    padding: 12px;
}

.nova-catalog-product-card:hover {
    box-shadow: 0 16px 36px rgba(26, 36, 65, 0.1);
    transform: translateY(-1px);
}

.nova-catalog-product-card .product-image {
    height: 230px;
}

.nova-catalog-product-card .badge {
    top: 217px;
}

.nova-pagination {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.nova-pagination .pagination {
    gap: 6px;
}

.nova-pagination .page-link {
    border: 1px solid #e0e4ed;
    border-radius: 8px;
    color: #202534;
    font-weight: 800;
}

.nova-pagination .active .page-link {
    background: #202534;
    border-color: #202534;
}

.nova-empty-state {
    align-items: center;
    background: #fff;
    border: 1px solid #e7e9f0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 54px 20px;
    text-align: center;
}

.nova-empty-state h2 {
    color: #202534;
    font-family: Outfit, sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}

.nova-product-detail {
    background: #fff;
    border: 1px solid #e7e9f0;
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(23, 28, 39, 0.08);
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    padding: 28px;
}

.nova-main-image {
    align-items: center;
    aspect-ratio: 1;
    background: #f2f4f8;
    border: 1px solid #e6e9f1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

.nova-main-image img,
.nova-image-thumbnails img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.nova-image-thumbnails {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
    margin-top: 14px;
}

.nova-image-thumbnails button {
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #e0e4ed;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
}

.nova-image-thumbnails button.is-active {
    border-color: var(--theme-primary, #ee6f57);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--theme-primary, #ee6f57) 16%, transparent);
}

.nova-product-information {
    align-self: center;
}

.nova-product-rating {
    color: #656b79;
    font-weight: 800;
    margin: 16px 0 12px;
}

.nova-product-rating span {
    color: #9aa0ad;
    font-weight: 700;
}

.nova-product-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.nova-product-price strong {
    color: #161a25;
    font-family: Outfit, sans-serif;
    font-size: 32px;
    font-weight: 800;
}

.nova-product-price del {
    color: #9aa0ad;
    font-size: 18px;
    font-weight: 700;
}

.nova-stock {
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 18px;
    padding: 7px 12px;
}

.nova-stock.is-available {
    background: #e9f8ef;
    color: #1f7a44;
}

.nova-stock.is-unavailable {
    background: #fff0ee;
    color: #b23a2f;
}

.nova-product-summary {
    color: #555d6d;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.nova-product-options {
    border: 0;
    margin: 0 0 18px;
    padding: 0;
}

.nova-product-options legend {
    color: #202534;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.nova-color-options,
.nova-option-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nova-color-option {
    cursor: pointer;
    margin: 0;
}

.nova-color-option input,
.nova-option-pills input {
    opacity: 0;
    position: absolute;
}

.nova-color-option span {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d7dce6;
    display: block;
    height: 34px;
    width: 34px;
}

.nova-color-option input:checked + span {
    box-shadow: 0 0 0 3px #202534;
}

.nova-option-pills label {
    cursor: pointer;
    margin: 0;
}

.nova-option-pills span {
    background: #f5f6fa;
    border: 1px solid #dce1ea;
    border-radius: 999px;
    color: #202534;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    min-height: 38px;
    padding: 9px 16px;
}

.nova-option-pills input:checked + span {
    background: #202534;
    border-color: #202534;
    color: #fff;
}

.nova-product-purchase {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 22px;
}

.nova-product-purchase .nova-primary-button {
    width: 100%;
}

.nova-quantity-field label {
    color: #202534;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.nova-quantity-control {
    align-items: center;
    background: #f5f6fa;
    border: 1px solid #dce1ea;
    border-radius: 8px;
    display: inline-flex;
    height: 48px;
    overflow: hidden;
}

.nova-quantity-control button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #202534;
    display: inline-flex;
    font-size: 20px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    width: 44px;
}

.nova-quantity-control input {
    background: #fff;
    border: 0;
    color: #202534;
    font-weight: 800;
    height: 48px;
    text-align: center;
    width: 66px;
}

.nova-primary-button {
    align-items: center;
    background: var(--theme-tertiary, var(--theme-primary, #ee6f57)) !important;
    border: 1px solid var(--theme-tertiary, var(--theme-primary, #ee6f57)) !important;
    border-radius: 8px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    text-decoration: none;
}

.nova-primary-button:hover {
    background: var(--theme-secondary, #202534) !important;
    border-color: var(--theme-secondary, #202534) !important;
    color: #fff !important;
    text-decoration: none;
}

.nova-primary-button:disabled {
    background: #b8beca;
    border-color: #b8beca;
    cursor: not-allowed;
}

.nova-form-feedback {
    border-radius: 8px;
    font-weight: 800;
    margin: 16px 0 0;
    padding: 12px 14px;
}

.nova-form-feedback.is-success {
    background: #e9f8ef;
    color: #1f7a44;
}

.nova-form-feedback.is-error {
    background: #fff0ee;
    color: #b23a2f;
}

.nova-cart-link {
    color: #202534;
    display: inline-flex;
    font-weight: 800;
    margin-top: 12px;
}

.nova-related-products {
    margin-top: 44px;
}

.nova-product-page {
    padding-block: 28px 72px;
}

.nova-product-detail {
    border-radius: 20px;
    gap: 42px;
    padding: 34px;
}

.nova-main-image {
    background: #f5f7fb;
    border-radius: 16px;
}

.nova-image-thumbnails button,
.nova-image-thumbnails button.is-active {
    border-radius: 12px;
}

.nova-image-thumbnails button.is-active {
    border-color: var(--nova-theme-primary, #ee6f57);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--nova-theme-primary, #ee6f57) 18%, transparent);
}

.nova-product-overline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 7px;
}

.nova-product-overline .nova-kicker {
    margin: 0;
}

.nova-product-overline > span {
    color: #687188;
    font-size: 13px;
    font-weight: 700;
}

.nova-product-information h1 {
    font-size: clamp(30px, 3.4vw, 44px);
    letter-spacing: -1.6px;
}

.nova-product-rating {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0;
}

.nova-product-rating a {
    color: #687188;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.nova-product-rating a:hover {
    color: var(--nova-theme-primary, #ee6f57);
    text-decoration: underline;
}

.nova-stars,
.nova-product-rating .nova-stars {
    color: #f6b63a;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.nova-product-price {
    margin-bottom: 18px;
}

.nova-product-price strong {
    color: var(--nova-theme-secondary, #202534);
    font-size: clamp(30px, 3vw, 40px);
}

.nova-product-availability {
    margin-bottom: 18px;
}

.nova-stock {
    margin: 0;
}

.nova-short-description {
    margin-bottom: 22px;
}

.nova-short-description > span {
    color: #202534;
    display: block;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}

.nova-short-description p {
    color: #4f586a;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.nova-product-options legend {
    align-items: center;
    display: flex;
    gap: 8px;
}

.nova-option-pills input:checked + span {
    background: var(--nova-theme-secondary, #202534);
    border-color: var(--nova-theme-secondary, #202534);
}

.nova-primary-button {
    background: var(--theme-tertiary, var(--nova-theme-tertiary, var(--nova-theme-primary, #202534)));
    border-color: var(--theme-tertiary, var(--nova-theme-tertiary, var(--nova-theme-primary, #202534)));
}

.nova-primary-button:hover {
    background: var(--theme-secondary, var(--nova-theme-secondary, #202534));
    border-color: var(--theme-secondary, var(--nova-theme-secondary, #202534));
}

.nova-product-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    list-style: none;
    margin: 22px 0 0;
    padding: 16px 0 0;
}

.nova-product-assurances li {
    align-items: center;
    color: #596174;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
}

.nova-product-assurances li > span {
    align-items: center;
    background: var(--nova-theme-primary-light, #fff0ee);
    border-radius: 50%;
    color: var(--nova-theme-primary, #ee6f57);
    display: inline-flex;
    font-size: 11px;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.nova-product-content-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
    margin-top: 28px;
}

.nova-product-description,
.nova-product-specifications,
.nova-product-reviews {
    background: #fff;
    border: 1px solid #e7e9f0;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(23, 28, 39, .05);
}

.nova-product-description,
.nova-product-specifications {
    padding: 28px;
}

.nova-product-description .nova-section-heading {
    margin-bottom: 18px;
}

.nova-product-description .nova-section-heading h2,
.nova-product-specifications h2,
.nova-reviews-heading h2 {
    font-size: clamp(24px, 2.4vw, 30px);
}

.nova-description-html {
    color: #4f586a;
    font-size: 15px;
    line-height: 1.75;
}

.nova-description-html > :first-child {
    margin-top: 0;
}

.nova-description-html h2,
.nova-description-html h3 {
    color: var(--nova-theme-secondary, #202534);
    font-family: Outfit, sans-serif;
    font-size: 21px;
    font-weight: 800;
    margin: 22px 0 10px;
}

.nova-description-html p,
.nova-description-html ul,
.nova-description-html ol {
    margin: 0 0 16px;
}

.nova-description-html ul,
.nova-description-html ol {
    padding-inline-start: 22px;
}

.nova-description-html li + li {
    margin-top: 6px;
}

.nova-product-specifications h2 {
    color: #202534;
    font-family: Outfit, sans-serif;
    font-weight: 800;
    margin: 0 0 16px;
}

.nova-product-specifications dl {
    margin: 0;
}

.nova-product-specifications dl > div {
    align-items: baseline;
    border-top: 1px solid #edf0f5;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding-block: 12px;
}

.nova-product-specifications dt {
    color: #7d8595;
    font-size: 13px;
    font-weight: 700;
}

.nova-product-specifications dd {
    color: #202534;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    text-align: end;
}

.nova-product-reviews {
    margin-top: 28px;
    padding: 28px;
}

.nova-reviews-heading {
    align-items: center;
    border-bottom: 1px solid #edf0f5;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    margin-bottom: 6px;
    padding-bottom: 20px;
}

.nova-reviews-heading .nova-kicker {
    margin-bottom: 5px;
}

.nova-reviews-heading h2 {
    color: #202534;
    font-family: Outfit, sans-serif;
    font-weight: 800;
    margin: 0;
}

.nova-review-score {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.nova-review-score strong {
    color: var(--nova-theme-secondary, #202534);
    font-family: Outfit, sans-serif;
    font-size: 28px;
}

.nova-review-score > span:last-child {
    color: #737c8f;
    font-size: 13px;
    font-weight: 700;
}

.nova-review-card {
    border-bottom: 1px solid #edf0f5;
    display: flex;
    gap: 14px;
    padding-block: 20px;
}

.nova-review-card:last-of-type {
    border-bottom: 0;
}

.nova-review-card > img {
    border: 2px solid var(--nova-theme-primary-light, #fff0ee);
    border-radius: 50%;
    flex: 0 0 48px;
    object-fit: cover;
}

.nova-review-card-content {
    min-width: 0;
    width: 100%;
}

.nova-review-card-heading {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.nova-review-card h3 {
    color: #202534;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 4px;
}

.nova-review-card time {
    color: #7d8595;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.nova-review-card p,
.nova-no-data {
    color: #596174;
    font-size: 14px;
    line-height: 1.65;
    margin: 12px 0 0;
}

@media (max-width: 991.98px) {
    .nova-product-content-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .nova-product-detail,
    .nova-product-description,
    .nova-product-specifications,
    .nova-product-reviews {
        border-radius: 14px;
        padding: 20px;
    }

    .nova-reviews-heading,
    .nova-review-card-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .nova-product-assurances {
        display: grid;
    }
}

.nova-section-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.nova-section-heading h2 {
    color: #161a25;
    font-family: Outfit, sans-serif;
    font-size: 34px;
    font-weight: 800;
    margin: 0;
}

.nova-section-heading a {
    color: #202534;
    font-weight: 800;
}

.nova-cart-page {
    --nova-cart-primary: var(--nova-theme-primary, #ee6f57);
    --nova-cart-primary-light: var(--nova-theme-primary-light, #fff0ee);
    --nova-cart-secondary: var(--nova-theme-secondary, #202534);
    background: #f8f9fc;
    min-height: 600px;
    padding-block: 42px 72px;
}

.nova-cart-heading {
    margin-bottom: 22px;
    text-align: start;
}

.nova-cart-heading .nova-kicker {
    margin-bottom: 5px;
}

.nova-cart-heading h1 {
    color: var(--nova-cart-secondary);
    font-family: Outfit, sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    margin: 0;
}

.nova-cart-steps {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.nova-cart-steps li {
    align-items: center;
    color: #8a91a4;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 9px;
    white-space: nowrap;
}

.nova-cart-steps li:not(:last-child)::after {
    background: #dfe3ed;
    content: '';
    height: 1px;
    margin-inline: 16px;
    width: 54px;
}

.nova-cart-steps span {
    align-items: center;
    background: #e7eaf0;
    border-radius: 50%;
    color: #697084;
    display: inline-flex;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.nova-cart-steps .is-active {
    color: var(--nova-cart-primary);
}

.nova-cart-steps .is-active span {
    background: var(--nova-cart-primary);
    color: #fff;
}

.nova-cart-items,
.nova-cart-summary,
.nova-cart-empty-state {
    background: #fff;
    border: 1px solid #e1e5ef;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(26, 36, 65, 0.05);
}

.nova-cart-items {
    overflow: hidden;
}

.nova-cart-items__header,
.nova-cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 154px 138px;
}

.nova-cart-items__header {
    background: #fbfcff;
    border-bottom: 1px solid #e8ebf2;
    color: #70798d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 16px 24px;
    text-transform: uppercase;
}

.nova-cart-items__header span:nth-child(2) {
    text-align: center;
}

.nova-cart-items__header span:last-child {
    text-align: end;
}

.nova-cart-item {
    align-items: center;
    border-bottom: 1px solid #edf0f5;
    column-gap: 18px;
    padding: 20px 24px;
}

.nova-cart-item:last-child {
    border-bottom: 0;
}

.nova-cart-item__product {
    align-items: center;
    display: flex;
    min-width: 0;
}

.nova-cart-item__image {
    align-items: center;
    background: #f5f6fa;
    border-radius: 12px;
    display: flex;
    height: 112px;
    justify-content: center;
    margin-inline-end: 16px;
    overflow: hidden;
    width: 112px;
}

.nova-cart-item__image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.nova-cart-item__details {
    min-width: 0;
}

.nova-cart-item__details > a {
    color: #172345;
    display: block;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
    text-decoration: none;
}

.nova-cart-item__details > a:hover {
    color: var(--nova-cart-primary);
}

.nova-cart-item__details p,
.nova-cart-item__variations {
    color: #727b8f;
    font-size: 13px;
    margin: 0;
}

.nova-cart-item__details p strong {
    color: #172345;
}

.nova-cart-item__variations {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    list-style: none;
    margin-bottom: 7px;
    padding: 0;
}

.nova-cart-item__variations li::first-letter {
    text-transform: uppercase;
}

.nova-cart-item__quantity {
    align-items: center;
    border: 1px solid #dce1ec;
    border-radius: 10px;
    display: inline-flex;
    justify-self: center;
    overflow: hidden;
}

.nova-cart-item__quantity button,
.nova-cart-item__quantity input {
    background: #fff;
    border: 0;
    color: #172345;
    font-weight: 800;
    height: 42px;
    text-align: center;
}

.nova-cart-item__quantity button {
    cursor: pointer;
    font-size: 21px;
    line-height: 1;
    width: 38px;
}

.nova-cart-item__quantity button:hover:not(:disabled) {
    background: var(--nova-cart-primary-light);
    color: var(--nova-cart-primary);
}

.nova-cart-item__quantity button:disabled {
    cursor: wait;
    opacity: 0.55;
}

.nova-cart-item__quantity input {
    border-inline: 1px solid #e6eaf1;
    font-size: 14px;
    width: 46px;
}

.nova-cart-item__quantity input::-webkit-inner-spin-button,
.nova-cart-item__quantity input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.nova-cart-item__price {
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-self: end;
}

.nova-cart-item__price strong {
    color: #172345;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.nova-cart-item__price button {
    background: transparent;
    border: 0;
    color: #9b4052;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    padding: 0;
}

.nova-cart-summary {
    padding: 26px;
    position: sticky;
    top: 104px;
}

.nova-cart-summary h2 {
    color: var(--nova-cart-secondary);
    font-family: Outfit, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 20px;
}

.nova-cart-coupon {
    border-bottom: 1px solid #e9ecf3;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.nova-cart-coupon label {
    color: #40485c;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.nova-cart-coupon div {
    display: flex;
}

.nova-cart-coupon input {
    border: 1px solid #dce1ec;
    border-radius: 9px 0 0 9px;
    min-width: 0;
    padding: 9px 11px;
    width: 100%;
}

.nova-cart-coupon button {
    background: var(--nova-cart-primary);
    border: 1px solid var(--nova-cart-primary);
    border-radius: 0 9px 9px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding-inline: 13px;
}

[dir="rtl"] .nova-cart-coupon input {
    border-radius: 0 9px 9px 0;
}

[dir="rtl"] .nova-cart-coupon button {
    border-radius: 9px 0 0 9px;
}

.nova-cart-summary__lines {
    display: grid;
    gap: 11px;
    margin: 0;
}

.nova-cart-summary__lines div,
.nova-cart-summary__total,
.nova-cart-summary__actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.nova-cart-summary__lines dt,
.nova-cart-summary__lines dd {
    color: #4d566a;
    font-size: 14px;
    margin: 0;
}

.nova-money {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    white-space: nowrap;
}

.nova-money__currency {
    font-size: 0.7em;
    font-weight: inherit;
}

.nova-cart-summary__lines dd {
    color: #172345;
    font-weight: 700;
    text-align: end;
}

.nova-cart-summary__total {
    border-top: 1px solid #e4e8f0;
    color: var(--nova-cart-secondary);
    font-family: Outfit, sans-serif;
    font-size: 19px;
    font-weight: 800;
    margin-top: 18px;
    padding-top: 18px;
}

.nova-cart-summary__total strong {
    color: var(--nova-cart-primary);
    font-size: 29px;
    line-height: 1;
    white-space: nowrap;
}

.nova-cart-summary__actions {
    gap: 14px;
    margin-top: 28px;
}

.nova-cart-summary__actions > a:first-child {
    color: var(--nova-cart-primary);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.nova-cart-checkout,
.nova-cart-empty-state a {
    align-items: center;
    background: var(--nova-cart-primary);
    border: 1px solid var(--nova-cart-primary);
    border-radius: 9px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 52px;
    padding-inline: 18px;
    text-decoration: none;
}

.nova-cart-checkout:hover,
.nova-cart-empty-state a:hover {
    background: var(--nova-cart-secondary);
    border-color: var(--nova-cart-secondary);
    color: #fff;
}

.nova-cart-empty-state {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
    max-width: 620px;
    padding: 64px 24px;
    text-align: center;
}

.nova-cart-empty-state > span {
    align-items: center;
    background: #eef3ff;
    border-radius: 50%;
    display: inline-flex;
    font-size: 34px;
    height: 74px;
    justify-content: center;
    width: 74px;
}

.nova-cart-empty-state h2 {
    color: #172345;
    font-family: Outfit, sans-serif;
    font-size: 27px;
    font-weight: 800;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .nova-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .nova-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .nova-cart-summary {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .nova-page {
        padding: 28px 0 48px;
    }

    .nova-page-heading,
    .nova-catalog-heading,
    .nova-catalog-toolbar,
    .nova-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .nova-sort-form {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .nova-sort-form select {
        width: 100%;
    }

    .nova-product-detail {
        padding: 18px;
    }

    .nova-cart-page {
        padding-block: 28px 48px;
    }

    .nova-cart-steps li:not(:last-child)::after {
        margin-inline: 8px;
        width: 24px;
    }

    .nova-cart-steps li {
        font-size: 12px;
        gap: 6px;
    }

    .nova-cart-items__header {
        display: none;
    }

    .nova-cart-item {
        column-gap: 13px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 18px;
    }

    .nova-cart-item__product {
        grid-column: 1 / -1;
    }

    .nova-cart-item__image {
        height: 88px;
        margin: 0;
        width: 88px;
    }

    .nova-cart-item__details > a {
        font-size: 16px;
    }

    .nova-cart-item__quantity,
    .nova-cart-item__price {
        margin-top: 14px;
    }

    .nova-cart-item__quantity {
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
    }

    .nova-cart-item__price {
        align-items: end;
        grid-column: 2;
        grid-row: 2;
    }
}

@media (max-width: 575.98px) {
    .nova-catalog-grid {
        grid-template-columns: 1fr;
    }

    .nova-product-purchase {
        align-items: stretch;
        flex-direction: column;
    }

    .nova-quantity-control,
    .nova-primary-button {
        width: 100%;
    }
}
