body {
  background: #f8fafc;
}

/* CARMOND-CODEX-CHANGE 2026-07-18: responsive desktop A6 and mobile A7 header. */
.header--v1 .cm-header-picker,
.header--v1 .cm-header-contact,
.header--v1 .cm-header-rating {
  display: none;
}

@media (min-width: 768px) {
  /* CARMOND-CODEX-CHANGE 2026-07-19: shared tracks keep both desktop header rows on one grid. */
  .header--v1 {
    --cm-header-logo-track: 190px;
    --cm-header-grid-gap: 8px;
    --cm-header-actions-track: 168px;
    --cm-header-rating-track: 92px;
  }

  .header--v1 .header__row--01 {
    display: grid;
    grid-template-columns: var(--cm-header-logo-track) minmax(0, 1fr) var(--cm-header-rating-track) auto;
    gap: var(--cm-header-grid-gap);
  }

  .header--v1 .header__row--01 .header__group--info_call {
    grid-column: 2;
    min-width: 0;
  }

  .header--v1 .header__row--01 .header__call {
    display: none;
  }

  .header--v1 .header__row--01 .header__info-menu {
    gap: 14px;
  }

  .header--v1 .cm-header-picker {
    display: inline-flex;
    grid-column: 4;
    align-items: center;
    justify-content: center;
    min-width: 166px;
    min-height: 34px;
    padding: 0 14px;
    border: 2px solid #ea580c;
    border-radius: 8px;
    background: #fff;
    color: #c2410c;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
  }

  .header--v1 .cm-header-picker:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .35);
    outline-offset: 2px;
  }

  .header--v1 .header__row--02 {
    display: grid;
    grid-template-columns: var(--cm-header-logo-track) minmax(240px, 1fr) 178px var(--cm-header-actions-track);
    gap: var(--cm-header-grid-gap);
  }

  .header--v1 .header__row--02 .header__logo,
  .header--v1 .header__row--02 .header__search,
  .header--v1 .header__row--02 .header__group--acc_action_cart {
    width: auto;
    min-width: 0;
    margin: 0;
  }

  .header--v1 .header__row--02 .header__logo {
    width: 190px;
  }

  .header--v1 .header__row--02 .header__search {
    align-self: center;
  }

  .header--v1 .cm-header-contact {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    color: #172033;
  }

  .header--v1 .cm-header-contact .icon-call {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .header--v1 .cm-header-contact__body {
    min-width: 0;
  }

  .header--v1 .cm-header-contact__hours,
  .header--v1 .cm-header-contact__phones a {
    display: block;
    white-space: nowrap;
  }

  .header--v1 .cm-header-contact__hours {
    margin-bottom: 4px;
    color: #6b778b;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
  }

  .header--v1 .cm-header-contact__phones {
    display: grid;
    gap: 3px;
  }

  .header--v1 .cm-header-contact__phones a {
    color: #172033;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
  }

  .header--v1 .cm-header-rating {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    padding-left: 8px;
    border-left: 2px solid #ea580c;
    background: transparent;
    color: #172033;
    cursor: default;
    user-select: none;
  }

  .header--v1 .cm-header-top-rating {
    grid-column: 3;
  }

  .header--v1 .cm-header-rating__score {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -.7px;
    line-height: 1;
  }

  .header--v1 .cm-header-rating__meta {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .header--v1 .cm-header-rating__stars {
    color: #f97316;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    animation: cmHeaderRatingNudge 5.5s ease-in-out infinite;
  }

  .header--v1 .cm-header-rating__count {
    color: #475569;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  .header--v1 .header__row--02 .header__group--acc_action_cart {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
  }

  .header--v1 .header__row--02 .header__acc,
  .header--v1 .header__row--02 .header__action,
  .header--v1 .header__row--02 .header__cart {
    width: 100%;
    min-width: 0;
  }

  .header--v1 .header__row--02 .cm-header-action-label {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header--v1 {
    --cm-header-logo-track: 230px;
    --cm-header-grid-gap: 12px;
    --cm-header-actions-track: 240px;
    --cm-header-rating-track: 116px;
  }

  .header--v1 .header__row--01 {
    grid-template-columns: var(--cm-header-logo-track) minmax(0, 1fr) auto;
    gap: var(--cm-header-grid-gap);
  }

  .header--v1 .header__row--01 .header__info-menu {
    gap: 22px;
  }

  .header--v1 .header__row--02 {
    grid-template-columns: var(--cm-header-logo-track) minmax(360px, 1fr) 188px var(--cm-header-actions-track);
    gap: var(--cm-header-grid-gap);
  }

  .header--v1 .header__row--02 .header__logo {
    width: 230px;
  }

  .header--v1 .cm-header-contact {
    gap: 9px;
  }

  .header--v1 .cm-header-contact__phones a {
    font-size: 13px;
  }

  .header--v1 .cm-header-rating__score {
    font-size: 25px;
  }

  .header--v1 .cm-header-rating__stars {
    font-size: 14px;
  }

  .header--v1 .header__row--02 .cm-header-action-label {
    display: block;
  }
}

@media (max-width: 767px) {
  .header--v1 .cm-mobile-header__top {
    padding-right: 8px;
    padding-left: 8px;
    gap: 4px;
  }

  .header--v1 .cm-mobile-header__rating {
    display: grid;
    flex: 1 1 48px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    min-width: 44px;
    max-width: 64px;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    border-left: 2px solid #ea580c;
    color: #172033;
    line-height: 1;
    cursor: default;
    user-select: none;
  }

  .header--v1 .cm-mobile-header__rating strong {
    grid-row: 1 / 3;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -.5px;
  }

  .header--v1 .cm-mobile-header__rating-star {
    margin-left: 2px;
    color: #f97316;
    font-size: 14px;
    animation: cmHeaderRatingNudge 5.5s ease-in-out infinite;
  }

  .header--v1 .cm-mobile-header__rating small {
    margin: 2px 0 0 2px;
    color: #64748b;
    font-size: 7px;
    font-weight: 800;
    white-space: nowrap;
  }
}

@media (max-width: 359px) {
  .header--v1 .cm-mobile-header__top {
    padding-right: 4px;
    padding-left: 4px;
    gap: 2px;
  }

  .header--v1 .cm-mobile-header__icon {
    flex-basis: 38px;
    width: 38px;
  }

  .header--v1 .cm-mobile-header__rating {
    min-width: 36px;
    max-width: 42px;
    padding-left: 3px;
  }

  .header--v1 .cm-mobile-header__rating strong {
    font-size: 15px;
  }

  .header--v1 .cm-mobile-header__rating-star {
    font-size: 11px;
  }

  .header--v1 .cm-mobile-header__rating small {
    font-size: 6px;
  }
}

/* CARMOND-CODEX-CHANGE 2026-07-19: align upper links with search via the shared grid, without transforms. */
@media (min-width: 768px) {
  .header--v1 .header__row--01 .header__group--info_call,
  .header--v1 .header__row--01 .header__info {
    width: 100%;
    min-width: 0;
    margin: 0;
    justify-content: flex-start;
  }

  .header--v1 .header__row--01 .header__info-menu {
    width: 100%;
    margin: 0;
    justify-content: flex-start;
  }
}

@keyframes cmHeaderRatingNudge {
  0%, 92%, 100% { transform: translateX(0); }
  94% { transform: translateX(-1px) rotate(-1deg); }
  96% { transform: translateX(1px) rotate(1deg); }
  98% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .cm-header-rating__stars,
  .cm-mobile-header__rating-star {
    animation: none !important;
  }
}

.header.header--v1 {
  background: #fff;
  color: #172033;
  box-shadow: 0 1px 0 #dfe3e8;
}

.header--v1 .header__desktop .header__row--01,
.header--v1 .header__desktop .header__row--02,
.header--v1 .header__desktop .header__row--03 {
  align-items: center;
}

@media (min-width: 1200px) {
  .header.header--v1 > .container-fluid {
    max-width: 1492px;
  }
}

.header--v1 .header__info-link,
.header--v1 .header__info-btn,
.header--v1 .header__acc-btn,
.header--v1 .header__action-btn,
.header--v1 .header__cart,
.header--v1 .header__support,
.header--v1 .header__support-link {
  color: #263142;
}

.header--v1 .header__logo {
  display: flex !important;
  width: 230px;
  height: 58px;
  flex-direction: column;
  justify-content: center;
  color: #172033 !important;
  text-decoration: none;
}

.header--v1 .header__logo img,
.header--v1 .header__logo picture {
  display: none !important;
}

.header--v1 .header__logo::before {
  content: "CARMOND.RU";
  display: block;
  width: 100%;
  border-bottom: 6px solid #ea580c;
  border-radius: 0 0 6px 6px;
  padding-bottom: 2px;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.header--v1 .header__logo::after {
  content: "Магнитолы на Android";
  display: block;
  width: 100%;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.header--v1 .cm-header-phone,
.header--v1 .cm-header-action-label {
  display: none;
}

@media (min-width: 768px) {
  .cookieagry {
    right: 18px !important;
    bottom: 18px !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
  }

  .cookieagry .cookieagry-alert {
    width: min(620px, calc(100vw - 36px));
    max-width: 620px;
    min-height: 0;
    padding: 10px 12px;
    border-radius: 8px;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .22);
  }

  .cookieagry .cookieagry__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
  }

  .cookieagry .cookieagry__action {
    flex: none;
  }
}

@media (min-width: 1200px) {
  .header--v1 .header__row--02 .header__logo {
    flex: 0 0 230px;
  }

  .header--v1 .header__catalog,
  .header--v1 .header__catalog-btn {
    width: 230px;
    flex: 0 0 230px;
  }

  .header--v1 .header__catalog-btn {
    justify-content: center;
  }

  .header--v1 .header__row--02 {
    gap: 22px;
  }

  .header--v1 .header__row--02 .header__search {
    width: auto;
    min-width: 320px;
    margin-left: 48px;
    margin-bottom: 0;
    flex: 1 1 auto;
  }

  .header--v1 .cm-header-phone {
    display: flex;
    width: 190px;
    min-width: 190px;
    flex: 0 0 190px;
    align-items: center;
    gap: 12px;
    color: #172033;
  }

  .header--v1 .cm-header-phone .icon-call {
    width: 24px;
    height: 24px;
    flex: none;
  }

  .header--v1 .cm-header-phone a,
  .header--v1 .cm-header-phone span {
    display: block;
    color: #172033;
    text-decoration: none;
    white-space: nowrap;
  }

  .header--v1 .cm-header-phone a {
    font-size: 15px;
    font-weight: 700;
  }

  .header--v1 .cm-header-phone span {
    margin-top: 2px;
    color: #8b95a4;
    font-size: 11px;
  }

  .header--v1 .header__group--acc_action_cart {
    width: 245px;
    flex: 0 0 245px;
    justify-content: space-between;
    gap: 0;
  }

  .header--v1 .header__acc,
  .header--v1 .header__action,
  .header--v1 .header__cart {
    border: 0;
  }

  .header--v1 .header__acc-btn,
  .header--v1 .header__action-btn,
  .header--v1 .header__cart-btn {
    border: 0 !important;
    background: transparent !important;
  }

  .header--v1 .header__acc-btn,
  .header--v1 .header__action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }

  .header--v1 .header__action-btn:first-child,
  .header--v1 .header__action-line {
    display: none;
  }

  .header--v1 .cm-header-action-label {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .cookieagry .cookieagry-alert {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 9px 12px;
    gap: 8px;
  }

  .cookieagry .cookieagry__text {
    margin: 0;
    font-size: 11px;
    line-height: 1.3;
  }

  .cookieagry .cookieagry__action .ui-btn {
    width: auto;
    min-width: 76px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header--v1 .header__search-input {
  border: 1px solid #dfe3e8 !important;
  background: #fff !important;
  color: #172033 !important;
  box-shadow: 0 4px 14px rgba(28, 38, 51, .06);
}

.header--v1 .header__search-input::placeholder {
  color: #8b95a4;
}

.header--v1 .header__search-btn {
  border-color: #ea580c !important;
  background: #ea580c !important;
  color: #fff !important;
}

.header--v1 .header__row--03 {
  position: relative;
  z-index: 1;
  min-height: 46px;
  background: #2563eb;
  box-shadow: 0 0 0 100vmax #2563eb;
  clip-path: inset(0 -100vmax);
}

.header--v1 .header__row--03::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #2563eb;
}

.header--v1 .header__catalog-btn {
  min-height: 42px;
  border-color: #ea580c !important;
  background: #ea580c !important;
  color: #fff !important;
}

.header--v1 .header__tags-btn {
  min-height: 42px;
  border-color: transparent !important;
  background: transparent !important;
  color: #fff !important;
}

.header--v1 .header__tags-btn:hover {
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
}

@media (min-width: 768px) {
  .header--v1 .header__row--01 {
    min-height: 38px;
  }

  .header--v1 .header__row--02 {
    min-height: 80px;
  }

  .header--v1 .header__row--03 {
    min-height: 58px;
  }
}

.cm-mobile-header {
  display: none;
}

.header--v1 .header__cart-total,
.header--v1 .header__cart-price,
.header--v1 .header__call-text,
.header--v1 .header__call-link {
  color: #263142 !important;
}

@media (max-width: 767px) {
  .header.header--v1 {
    background: #fff !important;
  }

  .header--v1 .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .header--v1 .header__mobile {
    display: block;
    width: 100%;
    height: auto;
    min-height: 164px;
    padding: 0;
    margin: 0;
    color: #263142;
  }

  .header--v1 .header__mobile > .header__logo,
  .header--v1 .header__mobile > .header__call,
  .header--v1 .header__mobile > .header__group,
  .header--v1 .header__mobile > .header__nav > .header__nav-btn {
    display: none !important;
  }

  .header--v1 .cm-mobile-header {
    display: block;
    width: 100%;
    min-width: 0;
    background: #fff;
  }

  .header--v1 .cm-mobile-header__top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 62px;
    padding: 0 14px;
    gap: 8px;
    background: #fff;
  }

  .header--v1 .cm-mobile-header__icon {
    position: relative;
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #172033;
    text-decoration: none;
    touch-action: manipulation;
  }

  .header--v1 .cm-mobile-header__icon svg {
    display: block;
    width: 22px;
    height: 22px;
  }

  .header--v1 .cm-mobile-header__logo {
    display: flex;
    flex: 0 0 142px;
    flex-direction: column;
    justify-content: center;
    width: 142px;
    height: 44px;
    color: #172033;
    text-align: center;
    text-decoration: none;
  }

  .header--v1 .cm-mobile-header__logo-name {
    display: block;
    padding: 0 0 3px;
    border-bottom: 4px solid #ea580c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .header--v1 .cm-mobile-header__logo-subtitle {
    display: block;
    margin: 3px 0 0;
    font-size: 6px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .header--v1 .cm-mobile-header__top-spacer {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header--v1 .cm-mobile-header__cart-count {
    position: absolute;
    top: 1px;
    right: 0;
    display: block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
  }

  .header--v1 .cm-mobile-header__cart-count > mark,
  .header--v1 .cm-mobile-header__cart-count .cart-total-counter {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
  }

  .header--v1 .cm-mobile-header__cart-count .cart-total-text {
    display: none;
  }

  .header--v1 .cm-mobile-header__commerce {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    width: 100%;
    height: 54px;
    padding: 6px 14px;
    gap: 8px;
    background: #2563eb;
  }

  .header--v1 .cm-mobile-header__catalog,
  .header--v1 .cm-mobile-header__search {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 42px;
    margin: 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    touch-action: manipulation;
  }

  .header--v1 .cm-mobile-header__catalog {
    justify-content: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid #ea580c;
    background: #ea580c;
    color: #fff;
    text-transform: uppercase;
  }

  .header--v1 .cm-mobile-header__catalog svg,
  .header--v1 .cm-mobile-header__search svg {
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }

  .header--v1 .cm-mobile-header__search {
    justify-content: flex-start;
    gap: 8px;
    padding: 0 13px;
    overflow: hidden;
    border: 1px solid #dbe3ed;
    background: #fff;
    color: #7c899a;
    text-align: left;
  }

  .header--v1 .cm-mobile-header__search span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header--v1 .cm-mobile-header__contacts {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 14px;
    gap: 6px;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
  }

  .header--v1 .cm-mobile-header__messenger,
  .header--v1 .cm-mobile-header__callback {
    /* CARMOND-CODEX-CHANGE 2026-07-20: accessible targets without increasing the 48px contact row. */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin: 0;
    border-radius: 5px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    touch-action: manipulation;
  }

  .header--v1 .cm-mobile-header__messenger {
    flex: 0 0 auto;
    min-width: 44px;
    padding: 0 8px;
    border: 0;
    color: #fff;
    font-size: 10px;
  }

  .header--v1 .cm-mobile-header__messenger--telegram {
    background: #229ed9;
  }

  .header--v1 .cm-mobile-header__messenger--max {
    background: linear-gradient(135deg, #471aff 0%, #6e1aff 48%, #9500ff 100%);
  }


  .header--v1 .cm-mobile-header__callback {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 8px;
    overflow: hidden;
    border: 1px solid #ea580c;
    background: #fff7ed;
    color: #9a3412;
    font-size: 9px;
    text-overflow: ellipsis;
  }

  .header--v1 .cm-mobile-header__icon:focus-visible,
  .header--v1 .cm-mobile-header__catalog:focus-visible,
  .header--v1 .cm-mobile-header__search:focus-visible,
  .header--v1 .cm-mobile-header__messenger:focus-visible,
  .header--v1 .cm-mobile-header__callback:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .35);
    outline-offset: 2px;
  }

  .header--v1 .cm-mobile-header__icon:active,
  .header--v1 .cm-mobile-header__catalog:active,
  .header--v1 .cm-mobile-header__search:active,
  .header--v1 .cm-mobile-header__messenger:active,
  .header--v1 .cm-mobile-header__callback:active {
    transform: scale(.97);
  }

  .header--v1 .header__row--03 {
    background: transparent;
  }

  .header--v1 .header__row--03::before {
    display: none;
  }
}

/* CARMOND-CODEX-CHANGE 2026-07-18: final A6/A7 cascade overrides. */
@media (min-width: 768px) {
  .header--v1 .header__row--02 .header__search {
    width: auto;
    min-width: 0;
    margin: 0;
  }

  .header--v1 .header__row--02 .header__group--acc_action_cart {
    width: auto;
    min-width: 0;
    flex: none;
    gap: 0;
  }
}

@media (min-width: 1200px) {
  .header--v1 .header__row--02 {
    gap: var(--cm-header-grid-gap);
  }
}

@media (max-width: 767px) {
  .header--v1 .cm-mobile-header__top {
    padding-right: 8px;
    padding-left: 8px;
    gap: 4px;
  }
}

@media (max-width: 359px) {
  .header--v1 .cm-mobile-header__top {
    padding-right: 4px;
    padding-left: 4px;
    gap: 2px;
  }

  .header--v1 .cm-mobile-header__icon {
    flex-basis: 38px;
    width: 38px;
  }
}

/* CARMOND-CODEX-CHANGE 2026-07-19: A8 gives search the freed rating track and equalizes desktop actions. */
@media (min-width: 768px) {
  .header--v1 .header__row--02 .header__group--acc_action_cart {
    display: grid;
    width: var(--cm-header-actions-track);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .header--v1 .header__row--02 .header__acc,
  .header--v1 .header__row--02 .header__action,
  .header--v1 .header__row--02 .header__cart,
  .header--v1 .header__row--02 .header__acc-btn,
  .header--v1 .header__row--02 .header__action-btn,
  .header--v1 .header__row--02 .header__cart-btn {
    width: 100%;
    min-width: 0;
  }

  .header--v1 .header__row--02 .header__action,
  .header--v1 .header__row--02 .header__acc-btn,
  .header--v1 .header__row--02 .header__action-btn,
  .header--v1 .header__row--02 .header__cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header--v1 .header__row--02 .header__cart-btn {
    flex-direction: column;
    gap: 2px;
  }

  .header--v1 .header__row--02 .header__action-btn:first-child,
  .header--v1 .header__row--02 .header__action-line {
    display: none;
  }

  .header--v1 .header__row--02 .header__cart-total,
  .header--v1 .header__row--02 .header__cart-total mark {
    min-width: 0;
    text-align: center;
    white-space: nowrap;
  }

  .header--v1 .header__row--02 .header__cart-total {
    display: grid;
    justify-items: center;
    gap: 2px;
  }
}
