:root {
    --csh-orange: #f3891b;
    --csh-orange-dark: #d96f0d;
    --csh-orange-soft: #fff2e5;
    --csh-navy: #0f2e43;
    --csh-text: #3d464d;
    --csh-muted: #7b858d;
    --csh-border: #e7eaed;
    --csh-surface: #ffffff;
    --csh-page: #f7f8fa;
}

/* Global CSH orange theme. */
.site-header__topbar {
    color: rgba(255, 255, 255, .82);
    background: var(--csh-navy);
    border-bottom: 0;
}

.site-header__topbar .topbar-link,
.site-header__topbar .topbar-dropdown__btn {
    color: rgba(255, 255, 255, .82);
}

.site-header__topbar .topbar-link:hover,
.site-header__topbar .topbar-dropdown__btn:hover {
    color: #fff;
}

.site-header__topbar .topbar-dropdown__btn svg {
    fill: var(--csh-orange);
}

.site-header__topbar .topbar__item--utility + .topbar__item--utility {
    margin-left: 3px;
}

.site-header__topbar .csh-topbar-dropdown .topbar-dropdown__btn {
    display: flex;
    align-items: center;
    min-height: 32px;
    padding: 0 9px;
    border-radius: 7px;
    transition: color .2s ease, background .2s ease;
}

.site-header__topbar .csh-topbar-dropdown .topbar-dropdown__btn:hover {
    background: rgba(255, 255, 255, .1);
}

.csh-topbar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    color: var(--csh-orange);
    font-size: 12px;
    background: rgba(243, 137, 27, .13);
    border-radius: 50%;
}

.site-header__topbar .topbar__item-value {
    color: #fff;
    font-weight: 700;
}

.csh-language-switcher {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 32px;
    padding: 3px 4px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
}

.csh-language-switcher form {
    display: flex;
    margin: 0;
}

.csh-language-switcher__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: var(--csh-orange);
    font-size: 12px;
}

.csh-language-switcher__button {
    min-width: 30px;
    height: 24px;
    padding: 0 6px;
    color: rgba(255, 255, 255, .7);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    background: transparent;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: color .15s ease, background .15s ease;
}

.csh-language-switcher__button:hover,
.csh-language-switcher__button:focus {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    outline: 0;
}

.csh-language-switcher__button.is-active {
    color: #fff;
    background: var(--csh-orange);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
}

.site-header__middle {
    min-height: 104px;
}

.csh-header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 300px;
    text-align: left;
}

.csh-header-contact__main {
    display: flex;
    align-items: center;
}

.csh-header-contact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    margin-right: 12px;
    color: #fff;
    font-size: 18px;
    background: var(--csh-orange);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(243, 137, 27, .24);
    transform: rotate(-4deg);
}

.csh-header-contact__icon i {
    transform: rotate(4deg);
}

.csh-header-contact__text {
    display: flex;
    flex-direction: column;
}

.csh-header-contact .site-header__phone-title {
    color: var(--csh-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.csh-header-contact .site-header__phone-number {
    display: block;
    margin-top: 2px;
    color: var(--csh-navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.csh-header-contact .site-header__phone-number:hover {
    color: var(--csh-orange-dark);
}

.csh-header-contact__actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 12px;
}

.csh-header-contact__action {
    display: inline-flex;
    align-items: center;
    min-width: 88px;
    height: 27px;
    padding: 0 9px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 27px;
    border-radius: 7px;
    transition: transform .15s ease, box-shadow .15s ease;
}

.csh-header-contact__action i {
    width: 15px;
    margin-right: 5px;
    font-size: 12px;
    text-align: center;
}

.csh-header-contact__action:hover {
    color: #fff;
    transform: translateY(-1px);
}

.csh-header-contact__action--call {
    background: var(--csh-navy);
}

.csh-header-contact__action--call:hover {
    box-shadow: 0 5px 12px rgba(15, 46, 67, .2);
}

.csh-header-contact__action--whatsapp {
    background: #20b95a;
}

.csh-header-contact__action--whatsapp:hover {
    box-shadow: 0 5px 12px rgba(32, 185, 90, .22);
}

.nav-panel,
.mobile-header {
    background: #f3891b;
}

.nav-panel__nav-links .nav-links__list > .nav-links__item > a,
.nav-panel .indicator__button {
    color: #fff;
}

.nav-panel__nav-links .nav-links__list > .nav-links__item > a:hover,
.nav-panel__nav-links .nav-links__list > .nav-links__item--hover > a,
.nav-panel .indicator__button:hover {
    color: #fff;
    background: rgba(15, 46, 67, .16);
}

.nav-panel .indicator__button svg,
.mobile-header__menu-button svg,
.mobile-header__search-button svg,
.mobile-header__indicators .indicator__button svg {
    fill: #fff;
}

.nav-panel .indicator__value,
.mobile-header .indicator__value {
    color: #fff;
    background: var(--csh-navy);
    border-color: var(--csh-orange);
}

.nav-panel .departments__button {
    color: #fff;
    background: var(--csh-navy);
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background: var(--csh-orange);
    border-color: var(--csh-orange);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background: var(--csh-orange-dark);
    border-color: var(--csh-orange-dark);
    box-shadow: 0 8px 18px rgba(243, 137, 27, .25);
}

.form-control:focus {
    border-color: var(--csh-orange);
    box-shadow: 0 0 0 3px rgba(243, 137, 27, .13);
}

/* Catalog shell and filters. */
.catalog-page {
    padding-bottom: 48px;
    background: var(--csh-page);
}

.catalog-page .page-header {
    margin-bottom: 28px;
    background: #fff;
    border-bottom: 1px solid var(--csh-border);
}

.catalog-page .page-header__title h1 {
    color: var(--csh-navy);
    font-weight: 800;
    letter-spacing: -.02em;
}

.catalog-page .shop-layout__sidebar .block-sidebar {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--csh-border);
    border-radius: 12px;
    box-shadow: 0 8px 26px rgba(15, 46, 67, .06);
}

.catalog-page .widget-filters {
    border: 0;
}

.catalog-page .widget__title {
    margin: 0;
    padding: 22px 20px 17px;
    color: var(--csh-navy);
    font-size: 21px;
    font-weight: 800;
}

.catalog-page .widget-filters__item {
    border-top-color: var(--csh-border);
}

.catalog-page .filter__title {
    color: var(--csh-text);
    font-weight: 700;
}

.filter-categories__item a,
.filter-list__item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.filter-categories__item a > span:first-child,
.filter-list__title {
    min-width: 0;
    flex: 1 1 auto;
}

.catalog-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 27px;
    height: 22px;
    margin-left: auto;
    padding: 0 7px;
    color: #707a82;
    background: #f0f2f4;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.filter-categories__item--current .catalog-count,
.filter-list__item:hover .catalog-count {
    color: var(--csh-orange-dark);
    background: var(--csh-orange-soft);
}

.catalog-page .widget-filters__actions {
    gap: 8px;
    padding: 18px 20px 22px;
    border-top: 1px solid var(--csh-border);
}

.catalog-page .widget-filters__actions .btn {
    flex: 1 1 0;
    min-width: 0;
    margin-left: 0 !important;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
}

.catalog-subcategories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.catalog-subcategory {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 10px 14px;
    color: var(--csh-text);
    background: #fff;
    border: 1px solid var(--csh-border);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    transition: border-color .18s, box-shadow .18s, transform .18s;
}

.catalog-subcategory strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 25px;
    margin-left: 8px;
    padding: 0 7px;
    color: var(--csh-orange-dark);
    background: var(--csh-orange-soft);
    border-radius: 999px;
    font-size: 11px;
}

.catalog-subcategory:hover {
    color: var(--csh-navy);
    border-color: var(--csh-orange);
    box-shadow: 0 7px 18px rgba(15, 46, 67, .08);
    transform: translateY(-2px);
}

/* Catalog toolbar. */
.catalog-page .products-view__options {
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid var(--csh-border);
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(15, 46, 67, .04);
}

.catalog-page .view-options {
    min-height: 66px;
    padding: 10px 16px;
}

.catalog-page .view-options__legend {
    color: var(--csh-text);
    font-weight: 600;
}

.catalog-page .view-options label {
    color: var(--csh-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.catalog-page .view-options select {
    min-width: 76px;
    border-color: var(--csh-border);
    border-radius: 7px;
}

.js-catalog-grid {
    position: relative;
    min-height: 180px;
    transition: opacity .2s;
}

.js-catalog-grid--loading {
    opacity: .48;
    pointer-events: none;
}

.js-catalog-grid--loading:after {
    position: absolute;
    z-index: 4;
    top: 90px;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    content: "";
    border: 4px solid rgba(243, 137, 27, .2);
    border-top-color: var(--csh-orange);
    border-radius: 50%;
    animation: csh-spin .7s linear infinite;
}

/* Product cards. */
.products-list__item .product-card--catalog {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid var(--csh-border);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(15, 46, 67, .035);
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.products-list__item .product-card--catalog:before {
    display: none;
}

.products-list__item .product-card--catalog:hover {
    z-index: 2;
    margin-bottom: 0 !important;
    border-color: rgba(243, 137, 27, .55);
    box-shadow: 0 14px 32px rgba(15, 46, 67, .12);
    transform: translateY(-4px);
}

.catalog-page .products-list[data-layout="grid-3-sidebar"] .products-list__item .product-card--catalog:hover {
    margin-bottom: 0 !important;
}

.product-card--catalog .product-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 14px 6px;
    gap: 8px;
}

.product-card--catalog .product-card__topline > a {
    overflow: hidden;
    color: #8a939a;
    font-size: 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .035em;
}

.product-card--catalog .product-card__status {
    flex: 0 0 auto;
    color: #2f9e62;
    font-size: 10px;
    font-weight: 700;
}

.product-card--catalog .product-card__image {
    position: relative;
    height: 220px;
    padding: 12px 20px;
}

.product-card--catalog .product-card__image a {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100% !important;
    padding: 0 !important;
}

.product-card--catalog .product-card__image img {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    transition: transform .28s ease;
}

.product-card--catalog:hover .product-card__image img {
    transform: scale(1.045);
}

.product-card--catalog .product-card__info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 12px 16px 8px !important;
}

.product-card--catalog .product-card__brand {
    align-self: flex-start;
    margin-bottom: 7px;
    padding: 4px 8px;
    color: var(--csh-navy);
    background: #eef3f6;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.product-card--catalog h2.product-card__name {
    display: -webkit-box;
    overflow: hidden;
    min-height: 44px;
    margin: 0;
    color: var(--csh-text);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card--catalog h2.product-card__name a {
    color: inherit;
}

.product-card--catalog h2.product-card__name a:hover {
    color: var(--csh-orange-dark);
}

.product-card--catalog .product-card__actions {
    position: static;
    display: block;
    padding: 8px 16px 16px !important;
    border-top: 1px solid #f0f2f4;
}

.product-card--catalog .product-card__prices {
    min-height: 32px;
    margin-bottom: 8px;
    color: var(--csh-navy);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.product-card--catalog .product-card__old-price {
    color: #9ba3a9;
    font-size: 13px;
    font-weight: 500;
}

.product-card--catalog .js-cart-add {
    margin: 0;
}

.product-card__cart-button {
    position: relative;
    width: 100%;
    min-height: 42px;
    overflow: hidden;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

.cart-button__loading,
.cart-button__success {
    display: none;
}

.product-card__cart-button.is-loading .cart-button__default,
.product-card__cart-button.is-added .cart-button__default {
    display: none;
}

.product-card__cart-button.is-loading .cart-button__loading,
.product-card__cart-button.is-added .cart-button__success {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.product-card__cart-button.is-added {
    color: #fff;
    background: #2f9e62;
    border-color: #2f9e62;
}

/* Pagination. */
.catalog-page .products-view__pagination {
    margin-top: 26px;
}

.catalog-page .pagination {
    gap: 5px;
}

.catalog-page .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 39px;
    height: 39px;
    color: var(--csh-text);
    background: #fff;
    border: 1px solid var(--csh-border);
    border-radius: 7px !important;
    font-weight: 700;
}

.catalog-page .page-item.active .page-link,
.catalog-page .page-link:hover {
    color: #fff;
    background: var(--csh-orange);
    border-color: var(--csh-orange);
}

/* Rich add-to-cart feedback. */
.cart-toast {
    position: fixed;
    z-index: 1100;
    right: 24px;
    bottom: 24px;
    display: grid;
    visibility: hidden;
    align-items: center;
    width: min(440px, calc(100vw - 32px));
    padding: 14px 45px 14px 14px;
    background: #fff;
    border: 1px solid var(--csh-border);
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(15, 46, 67, .22);
    opacity: 0;
    transform: translateY(20px) scale(.97);
    transition: opacity .22s, transform .22s, visibility .22s;
    grid-template-columns: 34px 52px minmax(0, 1fr) auto;
    gap: 10px;
}

.cart-toast--visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cart-toast__check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #2f9e62;
    border-radius: 50%;
}

.cart-toast__image {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #f6f7f8;
    border-radius: 8px;
}

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

.cart-toast__content {
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.cart-toast__title {
    color: #2f9e62;
    font-size: 13px;
}

.cart-toast__product {
    overflow: hidden;
    color: var(--csh-text);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-toast__link {
    color: var(--csh-orange-dark);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.cart-toast__close {
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 3px 7px;
    color: #8e979d;
    background: transparent;
    border: 0;
    font-size: 20px;
}

.cart-toast__progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--csh-orange);
    transform-origin: left;
}

.cart-toast--visible .cart-toast__progress {
    animation: cart-toast-progress 4.2s linear forwards;
}

.indicator--cart-pulse .indicator__area {
    animation: cart-indicator-pulse .55s ease;
}

/* Checkout. */
.checkout-page {
    padding-bottom: 58px;
    background: var(--csh-page);
}

.checkout-page__header {
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid var(--csh-border);
}

.checkout-page__header h1 {
    color: var(--csh-navy);
    font-weight: 800;
    letter-spacing: -.025em;
}

.checkout-page__subtitle {
    margin: -2px 0 25px;
    color: var(--csh-muted);
}

.checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    margin: 30px auto;
}

.checkout-step {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 0;
    flex-direction: column;
    color: #9aa2a8;
    gap: 7px;
}

.checkout-step:not(:last-child):after {
    position: absolute;
    z-index: 0;
    top: 17px;
    left: calc(50% + 22px);
    width: calc(100% - 44px);
    height: 2px;
    content: "";
    background: #dfe3e6;
}

.checkout-step > span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #7c858c;
    background: #fff;
    border: 2px solid #dfe3e6;
    border-radius: 50%;
    font-weight: 800;
}

.checkout-step strong {
    font-size: 12px;
}

.checkout-step--complete,
.checkout-step--active {
    color: var(--csh-navy);
}

.checkout-step--complete > span,
.checkout-step--active > span {
    color: #fff;
    background: var(--csh-orange);
    border-color: var(--csh-orange);
}

.checkout-step--complete:after {
    background: var(--csh-orange) !important;
}

.checkout-panel,
.checkout-summary {
    background: #fff;
    border: 1px solid var(--csh-border);
    border-radius: 14px;
    box-shadow: 0 9px 28px rgba(15, 46, 67, .07);
}

.checkout-panel {
    padding: 28px;
}

.checkout-panel__heading {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 13px;
}

.checkout-panel__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--csh-orange-dark);
    background: var(--csh-orange-soft);
    border-radius: 10px;
    font-size: 18px;
}

.checkout-panel__heading h2,
.checkout-summary__heading h2 {
    margin: 0;
    color: var(--csh-navy);
    font-size: 20px;
    font-weight: 800;
}

.checkout-panel__heading p {
    margin: 3px 0 0;
    color: var(--csh-muted);
    font-size: 12px;
}

.checkout-field label {
    margin-bottom: 7px;
    color: var(--csh-text);
    font-size: 12px;
    font-weight: 750;
}

.checkout-field__control {
    position: relative;
}

.checkout-field__control > i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 14px;
    color: #a4abb0;
    transform: translateY(-50%);
}

.checkout-field__control .form-control {
    height: 46px;
    padding-left: 42px;
    background: #fbfcfd;
    border-color: #dfe3e6;
    border-radius: 8px;
}

.checkout-field__control--textarea > i {
    top: 16px;
    transform: none;
}

.checkout-field__control--textarea .form-control {
    height: auto;
    min-height: 105px;
    padding-top: 12px;
}

.checkout-assurance {
    display: grid;
    margin-top: 14px;
    padding: 17px 18px;
    background: #fff;
    border: 1px solid var(--csh-border);
    border-radius: 12px;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.checkout-assurance > div {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 9px;
}

.checkout-assurance i {
    color: var(--csh-orange);
    font-size: 17px;
}

.checkout-assurance span {
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.checkout-assurance strong,
.checkout-assurance small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-assurance strong {
    color: var(--csh-text);
    font-size: 10px;
}

.checkout-assurance small {
    color: var(--csh-muted);
    font-size: 9px;
}

.checkout-summary {
    position: sticky;
    top: 18px;
    overflow: hidden;
}

.checkout-summary__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid var(--csh-border);
}

.checkout-summary__heading a {
    color: var(--csh-orange-dark);
    font-size: 12px;
    font-weight: 750;
}

.checkout-summary__items {
    max-height: 330px;
    overflow-y: auto;
    padding: 8px 24px;
}

.checkout-summary__item {
    display: grid;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f4;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 12px;
}

.checkout-summary__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 3px;
    background: #f7f8fa;
    border: 1px solid var(--csh-border);
    border-radius: 8px;
}

.checkout-summary__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.checkout-summary__image span {
    position: absolute;
    top: -7px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    padding: 0 5px;
    color: #fff;
    background: var(--csh-orange);
    border: 2px solid #fff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
}

.checkout-summary__product {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.checkout-summary__product a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--csh-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.checkout-summary__product small {
    margin-top: 3px;
    color: var(--csh-muted);
}

.checkout-summary__item > strong {
    color: var(--csh-navy);
    font-size: 12px;
    white-space: nowrap;
}

.checkout-summary__totals {
    padding: 18px 24px 8px;
    background: #fbfcfd;
    border-top: 1px solid var(--csh-border);
}

.checkout-summary__totals > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: var(--csh-muted);
    font-size: 13px;
}

.checkout-summary__totals strong {
    color: var(--csh-text);
}

.checkout-summary__grand-total {
    margin-top: 14px !important;
    padding-top: 15px;
    color: var(--csh-navy) !important;
    border-top: 1px solid var(--csh-border);
    font-size: 17px !important;
    font-weight: 800;
}

.checkout-summary__grand-total strong {
    color: var(--csh-navy);
    font-size: 22px;
}

.checkout-submit {
    width: calc(100% - 48px);
    min-height: 50px;
    margin: 12px 24px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}

.checkout-summary__note {
    margin: 13px 24px 20px;
    color: var(--csh-muted);
    font-size: 10px;
    text-align: center;
}

.checkout-summary__note i {
    margin-right: 4px;
    color: #2f9e62;
}

@keyframes csh-spin {
    to { transform: rotate(360deg); }
}

@keyframes cart-indicator-pulse {
    0%, 100% { transform: scale(1); }
    45% { transform: scale(1.25); }
}

@keyframes cart-toast-progress {
    from { transform: scaleX(1); }
    to { transform: scaleX(0); }
}

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

    .checkout-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .catalog-page .page-header {
        margin-bottom: 18px;
    }

    .catalog-subcategories {
        display: flex;
        overflow-x: auto;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px 8px;
        scrollbar-width: none;
    }

    .catalog-subcategory {
        flex: 0 0 190px;
    }

    .catalog-page .products-view__options {
        border-radius: 8px;
    }

    .catalog-page .view-options {
        gap: 8px;
    }

    .product-card--catalog .product-card__image {
        height: 180px;
        padding: 10px 15px;
    }

    .product-card--catalog .product-card__topline {
        padding-right: 12px;
        padding-left: 12px;
    }

    .product-card--catalog .product-card__info,
    .product-card--catalog .product-card__actions {
        padding-right: 12px;
        padding-left: 12px;
    }

    .cart-toast {
        right: 16px;
        bottom: 16px;
        grid-template-columns: 32px 44px minmax(0, 1fr);
    }

    .cart-toast__image {
        width: 44px;
        height: 44px;
    }

    .cart-toast__link {
        display: none;
    }

    .checkout-steps {
        margin: 22px auto;
    }

    .checkout-step strong {
        font-size: 10px;
        text-align: center;
    }

    .checkout-panel {
        padding: 20px 16px;
    }

    .checkout-assurance {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-card--catalog,
    .product-card--catalog .product-card__image img,
    .cart-toast,
    .indicator__area {
        transition: none;
        animation: none !important;
    }
}

/* Live product search */
.js-live-search { position: relative; }
.live-search__results {
    position: absolute;
    z-index: 1100;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    max-height: min(520px, 70vh);
    overflow-y: auto;
    border: 1px solid #e5e8ec;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(27, 37, 51, .18);
}
.live-search__results[hidden] { display: none !important; }
.live-search__item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 76px;
    padding: 9px 13px;
    color: #3d464d;
    border-bottom: 1px solid #eef0f2;
    transition: background .15s;
}
.live-search__item:hover,
.live-search__item--active { color: #3d464d; background: #fff7ed; }
.live-search__image { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; overflow: hidden; border-radius: 7px; background: #f5f6f7; }
.live-search__image img { width: 100%; height: 100%; object-fit: contain; }
.live-search__placeholder { font-size: 22px; font-weight: 700; color: #f3891b; }
.live-search__content { min-width: 0; }
.live-search__name,
.live-search__meta { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.live-search__name { font-size: 14px; line-height: 20px; }
.live-search__meta { margin-top: 3px; color: #8a929a; font-size: 12px; }
.live-search__prices { display: flex; flex-direction: column; align-items: flex-end; white-space: nowrap; font-size: 13px; }
.live-search__prices del { color: #a5abb1; font-size: 11px; }
.live-search__message { padding: 24px 18px; color: #747c84; text-align: center; }
.live-search__message i { margin-right: 8px; color: #f3891b; }
.live-search__all { display: block; padding: 12px 16px; color: #1a66ff; background: #fafbfc; font-size: 13px; font-weight: 600; text-align: center; }
.search-page__summary { margin: 8px 0 0; color: #777f87; }
.search-page__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.search-page__grid .product-card { min-width: 0; border: 1px solid #ebedef; border-radius: 10px; }
.search-page__empty { padding: 70px 20px; color: #777f87; text-align: center; }
.search-page__empty > i { display: block; margin-bottom: 18px; color: #d2d6da; font-size: 48px; }
@media (max-width: 991px) { .search-page__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) {
    .mobile-header__search-body.live-search__results { top: 100%; padding: 0; }
    .live-search__item { grid-template-columns: 50px minmax(0, 1fr) auto; min-height: 66px; padding: 7px 10px; }
    .live-search__image { width: 50px; height: 50px; }
    .search-page__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
@media (max-width: 420px) {
    .live-search__item { grid-template-columns: 46px minmax(0, 1fr); }
    .live-search__image { width: 46px; height: 46px; }
    .live-search__prices { grid-column: 2; align-items: flex-start; flex-direction: row; gap: 6px; }
}
