/**
 * RubberSmart Header
 * File: /wp-content/themes/project/css/header.css
 */


/* ============================================================
   SUPPRESS KDWEB HEADER OUTPUT COMPLETELY
============================================================ */
header .info.container,
header .main-navigation.container,
header .contact,
header .account,
header .basket,
header .toggle.for-search,
header .toggle.for-menu,
header .toggle {
    display: none !important;
    visibility: hidden !important;
}


/* ============================================================
   STICKY WRAPPER
   will-change:transform creates a new stacking context,
   preventing parent overflow:hidden from breaking sticky.
============================================================ */
.rsh {
    position: sticky;
    top: 0;
    z-index: 500;
    /*will-change: transform;*/
    background: #fff;
}

/* Shared inner container */
.rsh__inner {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}


/* ============================================================
   TOP BAR
============================================================ */
.rsh__top {
    background: #15171c;
    height: 40px;
    flex-shrink: 0;
}

.rsh__top .rsh__inner {
    height: 100%;
    justify-content: space-between;
}

.rsh__top-left,
.rsh__top-right {
    display: flex;
    align-items: center;
}

.rsh__top-left { gap: 10px; }

.rsh__phone {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    white-space: nowrap;
    transition: color .15s;
}
.rsh__phone:hover { color: #ffc200; text-decoration: none; }
.rsh__phone strong { color: #fff; font-weight: 700; }
.rsh__phone svg { width: 13px; height: 13px; opacity: .4; flex-shrink: 0; }

.rsh__top-divider {
    width: 1px;
    height: 13px;
    background: rgba(255,255,255,0.12);
    display: block;
    flex-shrink: 0;
}

.rsh__hours {
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    white-space: nowrap;
}

.rsh__top-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0 16px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    border-left: 1px solid rgba(255,255,255,0.07);
    transition: color .15s, background .15s;
    white-space: nowrap;
}
.rsh__top-btn:last-child { border-right: 1px solid rgba(255,255,255,0.07); }
.rsh__top-btn svg { width: 14px; height: 14px; opacity: .5; flex-shrink: 0; }
.rsh__top-btn:hover {
    color: #fff;
    background: rgba(255,255,255,0.05);
    text-decoration: none;
}

.rsh__cart-count {
    background: #ffc200;
    color: #15171c;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    padding: 2px 7px;
    border-radius: 20px;
    min-width: 20px;
    text-align: center;
}


/* ============================================================
   MAIN HEADER ROW
============================================================ */

.rs-nav__item.nav-wide > .rs-nav__link {
    max-width: none;
}

.rsh__main {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    height: 78px;
    flex-shrink: 0;
    max-height: 78px;
    overflow: hidden;
    transition: max-height .3s ease, opacity .3s ease;
}

@media (min-width: 901px) {
    .rsh--scrolled .rsh__main {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        border-bottom: none;
    }
}

.rsh__main .rsh__inner {
    height: 100%;
    gap: 28px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

/* Logo - site-logo template outputs its own <a>, never wrap in another */
.rsh__logo {
    flex-shrink: 0;
    line-height: 0;
}
.rsh__logo a { display: block; line-height: 0; }
.rsh__logo img { height: 52px; width: auto; display: block; }

/* Search */
.rsh__search {
    width: 100%;
    max-width: 560px;
    min-width: 0;
    justify-self: center;
}

.rsh__search form {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.rsh__search input[type="search"] {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    color: #1a1a1a;
    background: #f5f5f5;
    border: 1.5px solid #e5e5e5;
    border-right: none;
    border-radius: 6px 0 0 6px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .2s, background .2s;
        margin-top: 3px;
}
.rsh__search input[type="search"]::placeholder { color: #aaa; }
.rsh__search input[type="search"]:focus {
    background: #fff;
    border-color: #bbb;
}

.rsh__search button[type="submit"] {
    flex-shrink: 0;
    width: 50px;
    height: 44px;
    background: #15171c;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background .18s;
        margin-top: 3px;
}
.rsh__search button[type="submit"] svg {
    width: 17px;
    height: 17px;
    stroke: #fff;
    transition: stroke .18s;
}
.rsh__search button[type="submit"]:hover { background: #ffc200; }
.rsh__search button[type="submit"]:hover svg { stroke: #15171c; }

/* Tagline */
.rsh__tagline {
    font-size: 13px;
    color: #c0c0c0;
    white-space: nowrap;
    line-height: 1.4;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

/* Burger - hidden desktop */
/* all:unset kills KDWeb theme.css [type=button] overrides */
.rsh__burger {
    all: unset !important;
    display: none !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 9px !important;
    background: none !important;
    background-color: transparent !important;
    border: 1.5px solid #ddd !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
    outline: none !important;
}
.rsh__burger span {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background: #333 !important;
    background-color: #333 !important;
    border-radius: 2px !important;
    transition: transform .22s, opacity .22s !important;
    transform-origin: center !important;
    padding: 0 !important;
    margin: 0 !important;
}
.rsh__burger--open span:nth-child(1) { transform: translateY(7px) rotate(45deg) !important; }
.rsh__burger--open span:nth-child(2) { opacity: 0 !important; }
.rsh__burger--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) !important; }


/* ============================================================
   NAVIGATION BAR

   POSITIONING RULES (do not change):
   - .rsh__nav: position:relative — this is the dropdown anchor
   - .rsh__inner inside nav: no position:relative
   - .rs-nav__item: position:static — allows dropdown to escape
     to full width of .rsh__nav
============================================================ */
.rsh__nav {
    background: #fff;
    position: relative;
    z-index: 200;
    flex-shrink: 0;
    overflow: visible;
    border-bottom: 1px solid #e8e8e8;
}

.rsh__nav .rsh__inner {
    align-items: flex-start;
    /* NO fixed height - grows with wrapped content */
    /* NO position:relative here */
}

.rsh__menu {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Nav items - static so dropdown escapes to .rsh__nav width */
.rs-nav__item {
    position: static;
    display: flex;
    align-items: stretch;
    flex: 1 1 0;
}

/* Wider items (set via "nav-wide" CSS class in WP Menus admin) */
.rs-nav__item.nav-wide {
    flex: 1.6 1 0;
}

/* Top-level nav links - allow two-line wrap with constrained width */
.rsh__nav .rs-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 8px;
    min-height: 52px;
    max-width: 110px;
    margin: 0 auto;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #2a2a2a;
    text-decoration: none;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: color .15s, background .15s;
    border-bottom: none;
}

/* Wider items get more breathing room
.rs-nav__item.nav-wide > .rs-nav__link {
    max-width: 140px;
} */

.rs-nav__chevron {
    color: #ffc200;
    opacity: 1;
    flex-shrink: 0;
    transition: transform .2s, opacity .2s;
}

/* Hover + active states - dark background, yellow text */
.rs-nav__item:hover > .rs-nav__link,
.rs-nav__item.current-menu-item > .rs-nav__link,
.rs-nav__item.current-menu-ancestor > .rs-nav__link {
    color: #ffc200;
    background: #15171c;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.rs-nav__item:hover > .rs-nav__link .rs-nav__chevron {
    transform: rotate(180deg);
    opacity: .9;
}


/* ============================================================
   MEGA DROPDOWN
   left:0 right:0 anchors to .rsh__nav full width.
   Opacity/visibility only — no transform = no layout jank.
============================================================ */
.rs-mega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #15171c;
    border-top: none;
    border-bottom: 3px solid #ffc200;
    box-shadow: 0 24px 60px rgba(0,0,0,0.45);
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
}

.rs-nav__item:hover > .rs-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.rs-mega__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 10px 40px;
    max-width: 1560px;
    margin: 0 auto;
    list-style: none;
    box-sizing: border-box;
    gap: 0;
}

.rs-mega__item {
    margin: 0;
    padding: 2px;
    list-style: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.rs-mega__item:nth-last-child(-n+4) {
    border-bottom: none;
}

.rs-mega__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .12s;
}
.rs-mega__link:hover {
    background: rgba(255,255,255,0.06);
    text-decoration: none;
}

/* Icon box */
.rs-mega__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.06);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    box-sizing: border-box;
    transition: background .12s;
}
.rs-mega__link:hover .rs-mega__icon {
    background: rgba(255,194,0,0.14);
}
.rs-mega__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(.55);
    transition: filter .12s;
}
.rs-mega__link:hover .rs-mega__icon img {
    filter: brightness(0) saturate(1) invert(80%) sepia(70%) saturate(700%) hue-rotate(5deg);
}

.rs-mega__letter {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.35);
    line-height: 1;
}

.rs-mega__label {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 1.35;
    transition: color .12s;
}
.rs-mega__link:hover .rs-mega__label {
  color: #fff;
  font-weight: bold;
}

/* Never show third level */
.rs-mega .rs-mega { display: none !important; }


/* ============================================================
   RESPONSIVE — 1200px
   Tagline hides, search shrinks
============================================================ */
@media (max-width: 1200px) {
    .rsh__tagline { display: none; }
    .rsh__main .rsh__inner { gap: 20px; }
    .rsh__nav .rs-nav__link { padding: 10px 6px; font-size: 10.5px; letter-spacing: .05em; }
}


/* ============================================================
   RESPONSIVE — 1024px
   Nav text smaller
============================================================ */
@media (max-width: 1024px) {
    .rsh__nav .rs-nav__link { padding: 10px 5px; font-size: 10px; }
    .rs-nav__chevron { display: none; } /* hide chevrons to save space */
}


/* ============================================================
   RESPONSIVE — 900px
   Desktop nav hidden, burger visible, full-screen overlay used
============================================================ */
@media (max-width: 900px) {

    .rsh__hours,
    .rsh__top-divider { display: none; }

    .rsh__main .rsh__inner { gap: 16px; }
    .rsh__search { display: none; }
    .rsh__tagline { display: none; }
    .rsh__burger { display: flex !important; }

    /* Hide desktop nav entirely - mobile uses overlay */
    .rsh__nav { display: none !important; }
}


/* ============================================================
   MOBILE OVERLAY MENU
============================================================ */

body.mob-menu-open { overflow: hidden; }

.mob-menu__backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 998;
    opacity: 0;
    transition: opacity .3s ease;
}
.mob-menu__backdrop.is-visible { display: block; opacity: 1; }

/* Panel slides in from right */
.mob-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: #0f1114;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    contain: layout;
}
.mob-menu.is-open { transform: translateX(0); }

.mob-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}
.mob-menu__logo { display: block; line-height: 0; }
.mob-menu__logo img { height: 38px; width: auto; display: block; }

.mob-menu__close {
    all: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255,255,255,0.08) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    color: rgba(255,255,255,0.6) !important;
    transition: background .15s, color .15s !important;
    flex-shrink: 0 !important;
}
.mob-menu__close:hover { background: rgba(255,255,255,0.14) !important; color: #fff !important; }
.mob-menu__close svg { width: 18px; height: 18px; }

.mob-menu__search {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}
.mob-menu__search form { display: flex; width: 100%; }
.mob-menu__search input[type="search"] {
    flex: 1;
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    color: #fff;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-right: none;
    border-radius: 6px 0 0 6px;
    outline: none;
    -webkit-appearance: none;
}
.mob-menu__search input[type="search"]::placeholder { color: rgba(255,255,255,0.3); }
.mob-menu__search button[type="submit"] {
    all: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 44px !important;
    background: #ffc200 !important;
    border-radius: 0 6px 6px 0 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
}
.mob-menu__search button[type="submit"] svg { width: 17px; height: 17px; stroke: #15171c; }

.mob-menu__nav { flex: 1; overflow-y: auto; overflow-x: hidden; }

.mob-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Stagger in on open */
.mob-menu__list > li {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity .3s ease, transform .3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    flex-direction: column;   /* heading + submenu stack vertically */
}
.mob-menu__list > li.is-visible { opacity: 1; transform: translateX(0); }

/* Top-level links */
.mob-menu__list > li > .rs-nav__link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 24px !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    background: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: color .15s !important;
}
.mob-menu__list > li > .rs-nav__link:hover,
.mob-menu__list > li.is-active > .rs-nav__link { color: #ffc200 !important; }
.mob-menu__list > li > .rs-nav__link .rs-nav__chevron { display: block; opacity: .35; transition: transform .2s, opacity .2s; }
.mob-menu__list > li.is-active > .rs-nav__link .rs-nav__chevron { transform: rotate(180deg); opacity: .9; }

/* Submenu */
.mob-menu__list .rs-mega {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: rgba(255,255,255,0.025) !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    box-shadow: none !important;
    display: none;
}
.mob-menu__list .rs-nav__item--has-children.is-active > .rs-mega { display: block; }

.mob-menu__list .rs-mega__grid {
    grid-template-columns: 1fr 1fr !important;
    padding: 8px 16px 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}
.mob-menu__list .rs-mega__item { border-bottom: none !important; padding: 2px !important; }
.mob-menu__list .rs-mega__link { padding: 8px 10px !important; gap: 10px !important; }
.mob-menu__list .rs-mega__icon { width: 28px !important; height: 28px !important; }
.mob-menu__list .rs-mega__label { font-size: 12px !important; }

/* Footer */
.mob-menu__footer {
    padding: 20px 24px;
    border-top: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
    background: rgba(0,0,0,0.25);
}
.mob-menu__footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    margin-bottom: 16px;
    transition: color .15s;
}
.mob-menu__footer-link:hover { color: #ffc200; text-decoration: none; }
.mob-menu__footer-link strong { color: #fff; font-weight: 700; }
.mob-menu__footer-link svg { width: 15px; height: 15px; opacity: .5; flex-shrink: 0; }

.mob-menu__footer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.mob-menu__footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px;
    background: rgba(255,255,255,0.07);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: background .15s, color .15s;
}
.mob-menu__footer-btn:hover { background: rgba(255,255,255,0.12); color: #fff; text-decoration: none; }
.mob-menu__footer-btn svg { width: 15px; height: 15px; opacity: .55; flex-shrink: 0; }


/* ============================================================
   RESPONSIVE — 480px
============================================================ */
@media (max-width: 480px) {

    .rsh__top { height: 36px; }
    .rsh__main { height: 66px; }
    .rsh__logo img { height: 44px; }
    .rsh__top-btn:first-child { display: none; }
    .rsh__inner { padding: 0 16px; }

    .rs-mega__grid { grid-template-columns: 1fr; }
}


/* ============================================================
   MEGA MENU - COLUMN LAYOUT (3-level menus)

   When a depth-1 item has children (e.g. "BY MATERIAL" with
   Cork/EPDM/etc. underneath), the walker renders it as a column
   instead of a card. The column has a heading and a list of
   plain links underneath.
============================================================ */

/* When the grid contains columns, swap to a 2-column layout
   (auto-fit allows 3+ columns on wider screens if needed) */
.rs-mega__grid:has(.rs-mega__column) {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    padding: 30px 40px;
}

.rs-mega__column {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.rs-mega__column-heading {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffc200;
    padding: 0 12px 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rs-mega__column-items {
    list-style: none;
    margin: 0;
    padding: 0;
    /* Split long lists into 2 sub-columns automatically */
    column-count: 2;
    column-gap: 8px;
}

.rs-mega__column-item {
    margin: 0;
    padding: 0;
    list-style: none;
    /* Prevent items splitting across columns */
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.rs-mega__column-link {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    border-radius: 4px;
    transition: background .12s, color .12s;
    line-height: 1.35;
}

.rs-mega__column-link:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

/* When a single column has few items, keep it single-column */
@media (max-width: 1100px) {
    .rs-mega__grid:has(.rs-mega__column) {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        padding: 24px 24px;
        gap: 16px;
    }
}


/* ============================================================
   MOBILE OVERLAY - COLUMN LAYOUT SUPPORT
============================================================ */

.mob-menu__list .rs-mega__column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 24px 16px;
}

.mob-menu__list .rs-mega__column-heading {
    color: #ffc200;
    padding: 8px 0 10px;
    margin: 0;
    border-bottom: none;
}

.mob-menu__list .rs-mega__column-items {
    column-count: 2;
    column-gap: 12px;
    padding: 0;
}

.mob-menu__list .rs-mega__column-link {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12.5px;
    padding: 6px 8px;
}

.mob-menu__list .rs-mega__column-link:hover {
    color: #fff;
}

@media (max-width: 480px) {
    .mob-menu__list .rs-mega__column-items {
        column-count: 1;
    }
}


/* ============================================================
   MOBILE TOP BAR
   Phone collapses to a circular icon button at small viewports.
   The phone TEXT is hidden (font-size: 0 hides text nodes and
   the inner <strong>) but tap-to-call still works on the link.
============================================================ */
@media (max-width: 600px) {

    /* Hide the long phone label text on mobile.
       We replace it with a short "Call" label via ::after on the link. */
    .rsh__phone {
        font-size: 0;
        line-height: 1;
        gap: 6px;
        padding: 0 6px 0 4px;
        background: none;
        border-radius: 0;
        align-items: center;
        color: rgba(255, 255, 255, 0.85);
    }

    /* Hide any inner text/strong (the long phone label) but keep the SVG visible */
    .rsh__phone strong {
        font-size: 0;
        display: none;
    }

    /* Add a short "Call" label */
    .rsh__phone::after {
        content: "Call";
        font-size: 12.5px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1;
        letter-spacing: 0.02em;
    }

    .rsh__phone:hover,
    .rsh__phone:focus {
        color: #ffc200;
    }

    .rsh__phone:hover::after,
    .rsh__phone:focus::after {
        color: #ffc200;
    }

    .rsh__phone svg {
        width: 14px;
        height: 14px;
        opacity: 1;
        color: #ffc200;
        flex-shrink: 0;
    }

    /* Top buttons more compact */
    .rsh__top-btn {
        padding: 0 12px;
        font-size: 0;          /* hide label text */
        gap: 0;
        border-left: none;
    }
    .rsh__top-btn:last-child { border-right: none; }

    .rsh__top-btn svg {
        width: 18px;
        height: 18px;
        opacity: 0.85;
    }

    .rsh__cart-count {
        font-size: 10px;       /* override the font-size: 0 on parent */
        padding: 2px 6px;
        min-width: 18px;
    }
}
