

/* Iceberg search suggestions R3 — categories first and curated popular products. */
@media (min-width: 992px) {
    body.ice-site .ice-search-popular {
        max-height: min(70vh, 520px);
        overflow-y: auto;
    }

    body.ice-site .ice-search-popular__products-block {
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid #e3ecee;
    }

    body.ice-site .ice-search-popular__products {
        display: grid;
        gap: 4px;
    }

    body.ice-site .ice-search-popular__product {
        display: flex;
        min-height: 42px;
        padding: 8px 10px;
        border-radius: 9px;
        align-items: center;
        gap: 12px;
        color: #26353b;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.3;
        text-decoration: none;
    }

    body.ice-site .ice-search-popular__product > span:first-child {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.ice-site .ice-search-popular__product:hover,
    body.ice-site .ice-search-popular__product:focus-visible {
        color: #067d8b;
        background: #edf8f9;
    }

    body.ice-site .ice-search-popular__product-arrow {
        margin-left: auto;
        color: #0aafbf;
        font-size: 16px;
    }
}
/* Iceberg interface improvements, revision 5. */

html {
    overflow-x: hidden;
}

body.ice-site {
    overflow-x: hidden;
}

/* Sticky header and clearer actions */
body.ice-site .head.ice-sticky-head {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: auto;
    box-shadow: 0 8px 30px rgba(23, 55, 63, .08);
}

body.ice-site .header-top-auth .head-bar__link {
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-size: 13px;
    font-weight: 750;
}

body.ice-site .header-top-auth .head-bar__link svg {
    fill: #fff;
}

body.ice-site .header-top-auth .head-bar__link:hover {
    border-color: rgba(127, 218, 227, .55);
    color: #fff;
    background: rgba(6, 143, 159, .35);
}

body.ice-site .head-catalog__list {
    gap: 6px;
}

body.ice-site .head-catalog__list > li:not(.head-catalog__menu-btn) {
    min-width: 0;
    flex: 1 1 0;
}

body.ice-site .head-catalog__menu-btn {
    order: -1;
    flex: 0 0 auto;
    margin-right: 8px;
}

body.ice-site .head-catalog__menu-btn .head-menu {
    width: auto;
    min-width: 128px;
    max-width: none;
    padding: 0 19px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(6, 143, 159, .18);
}

body.ice-site .ice-catalog-label {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

body.ice-site .ice-mobile-head-tools {
    display: none;
}

@media (min-width: 1200px) {
    body.ice-site .header-nav-clean {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(460px, 530px);
        gap: 24px;
        align-items: center !important;
    }

    body.ice-site .header-nav-clean > [class*="col-"] {
        width: auto;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }

    body.ice-site .header-nav-clean .head-menu-clean {
        justify-content: flex-start !important;
    }

    body.ice-site .head.ice-head-compact .head-bar {
        display: none !important;
    }

    body.ice-site .head.ice-head-compact .head-main {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    body.ice-site .head.ice-head-compact .head-catalog__list {
        min-height: 46px;
    }
}

/* Search: emphasis, animation, fast popular shortcuts */
body.ice-site .head-search.ice-search-ready {
    border-radius: 15px;
    isolation: isolate;
}

body.ice-site .head-search.ice-search-ready::before {
    position: absolute;
    z-index: -1;
    inset: -4px;
    border: 1px solid rgba(6, 143, 159, .2);
    border-radius: 18px;
    content: "";
    pointer-events: none;
    animation: ice-search-pulse 2.7s ease-in-out 3;
}

body.ice-site .head-search.ice-search-ready:focus-within::before {
    border-color: rgba(6, 143, 159, .55);
    animation: none;
}

body.ice-site .head-search.ice-search-ready .form-control {
    height: 48px;
    padding-left: 21px;
    border-width: 1px;
    border-color: #c9dadd;
    border-radius: 14px;
    color: #26353b;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
}

body.ice-site .head-search.ice-search-ready .form-control::placeholder {
    color: #71858c;
    opacity: 1;
}

body.ice-site .head-search.ice-search-ready .form-control:focus {
    border-color: var(--ice-brand);
    box-shadow: 0 0 0 5px rgba(6, 143, 159, .11);
}

body.ice-site .head-search__dropdown {
    top: calc(100% + 11px);
    padding: 10px;
    border-color: var(--ice-line);
    border-radius: 14px;
    box-shadow: 0 18px 46px rgba(23, 55, 63, .16);
}

body.ice-site .head-search__dropdown .dropdown-item {
    display: flex;
    min-height: 46px;
    padding: 10px 12px;
    align-items: center;
    border-radius: 9px;
    color: var(--ice-ink);
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}

body.ice-site .head-search__dropdown .dropdown-item:hover,
body.ice-site .head-search__dropdown li.selected .dropdown-item {
    color: var(--ice-brand-dark);
    background: #edf8f9;
}

body.ice-site .ice-search-popular {
    position: absolute;
    z-index: 5;
    top: calc(100% + 11px);
    right: 0;
    left: 0;
    display: none;
    padding: 16px;
    border: 1px solid var(--ice-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(23, 55, 63, .16);
}

body.ice-site .ice-search-popular-open .ice-search-popular {
    display: block;
}

body.ice-site .ice-search-popular__title {
    margin-bottom: 10px;
    color: #708188;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body.ice-site .ice-search-popular__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.ice-site .ice-search-popular__links a {
    padding: 8px 11px;
    border-radius: 999px;
    color: #40535a;
    background: #edf4f5;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

body.ice-site .ice-search-popular__links a:hover {
    color: #fff;
    background: var(--ice-brand);
}

@keyframes ice-search-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(6, 143, 159, 0); }
    50% { box-shadow: 0 0 0 7px rgba(6, 143, 159, .1); }
}

/* Catalog and recently viewed product cards */
body.ice-site .item-card__inner {
    display: flex;
    height: 100%;
    flex-direction: column;
}

body.ice-site .item-card .position-relative.mb-2 {
    flex: 0 0 auto;
}

body.ice-site .item-card .item-product-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #edf1f2;
    aspect-ratio: 1 / 1;
}

body.ice-site .item-card .item-product-img canvas {
    display: block;
    width: 100%;
    height: auto;
}

body.ice-site .item-card .item-product-img img {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
    transform: translate(-50%, -50%) !important;
    transform-origin: center center;
}

body.ice-site .item-card__title {
    display: -webkit-box;
    min-height: 62px;
    margin-top: 9px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.ice-site .item-card .item-product-price_card {
    min-height: 26px;
    margin-top: 8px;
}

body.ice-site .item-card__actions {
    margin-top: auto;
}

body.ice-site .item-card__actions > .col-lg-auto,
body.ice-site .item-card__actions .empty-list,
body.ice-site .item-card__actions .empty-list .btn {
    width: 100%;
}

body.ice-site .item-card__actions .empty-list .btn {
    min-height: 46px;
    padding-right: 12px;
    padding-left: 12px;
}

body.ice-site .ice-recent-section {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #f2f6f7;
}

body.ice-site .ice-recent-section .h1 {
    margin-bottom: 28px !important;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    letter-spacing: -.035em;
}

body.ice-site .ice-recent-section .product-slider__container {
    overflow: visible;
}

body.ice-site .ice-recent-section .item-card:hover .item-product-img img {
    transform: translate(-50%, -50%) !important;
}

body.ice-site .ice-recent-section .item-card:hover {
    transform: translateY(-2px);
}

/* Product detail: clearer gallery and commercial request panel */
body.ice-product-page main {
    background: #f5f8f9;
}

body.ice-product-page .rs-product > .mb-sm-4 {
    padding: 34px 0 24px;
    margin-bottom: 0 !important;
    background: #fff;
}

body.ice-product-page .rs-product > .mb-sm-4 h1 {
    max-width: 960px;
    margin-bottom: 18px !important;
    font-size: clamp(29px, 3vw, 44px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

body.ice-product-page .rs-product > .mb-6 {
    padding: 30px 0 72px;
    margin-bottom: 0 !important;
    background: #fff;
}

body.ice-product-page .product-gallery {
    height: auto;
    padding: 24px;
    border: 1px solid var(--ice-line);
    border-radius: 20px;
    background: #f7fafb;
}

body.ice-product-page .product-gallery-top {
    border-radius: 14px;
    background: #fff;
}

body.ice-product-page .product-gallery-top .swiper-zoom-container {
    height: 460px;
}

body.ice-product-page .product-gallery-top img {
    width: 100%;
    height: 100%;
    padding: 24px;
    object-fit: contain;
}

body.ice-product-page .ice-product-duplicate-title {
    display: none !important;
}

body.ice-product-page .product-aside {
    padding: 27px;
    border: 1px solid rgba(6, 143, 159, .24);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(24, 52, 59, .11);
}

body.ice-product-page .ice-product-request__eyebrow {
    margin-bottom: 8px;
    color: var(--ice-brand-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.ice-product-page .ice-product-request__title {
    margin-bottom: 9px;
    color: var(--ice-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.025em;
}

body.ice-product-page .ice-product-request p {
    margin-bottom: 22px;
    color: #6a7a81;
    font-size: 13px;
    line-height: 1.6;
}

body.ice-product-page .product-controls > .mb-xl-5:first-child {
    display: none;
}

body.ice-product-page .product-aside .empty-list .btn {
    width: 100%;
    min-height: 52px;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
}

body.ice-product-page .product-fav {
    min-height: 42px;
    justify-content: center;
    color: #51646b;
    text-decoration: none;
}

body.ice-product-page .product-in-stock {
    margin-top: 21px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #edf8f1;
}

body.ice-product-page .ice-product-benefits {
    display: grid;
    gap: 9px;
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px solid var(--ice-line);
}

body.ice-product-page .ice-product-benefits span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #566970;
    font-size: 12px;
    font-weight: 700;
}

body.ice-product-page .ice-product-benefits span::before {
    width: 8px;
    height: 8px;
    border: 2px solid var(--ice-brand);
    border-radius: 50%;
    content: "";
}

body.ice-product-page .tab-content article article {
    max-width: 940px;
    padding: 34px;
    border: 1px solid var(--ice-line);
    border-radius: 18px;
    background: #fff;
}

body.ice-product-page .ice-product-news {
    padding-top: 18px;
}

body.ice-product-page .ice-product-news__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

body.ice-product-page .ice-product-news__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--ice-brand-dark);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

body.ice-product-page .ice-product-news h2 {
    margin: 0;
    color: var(--ice-ink);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -.035em;
}

body.ice-product-page .ice-product-news__head .btn {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 800;
}

body.ice-product-page .ice-product-news__grid .news-card {
    height: 100%;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 52, 59, .08);
}

body.ice-product-page .ice-product-news__grid .news-card__img {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

body.ice-product-page .ice-product-news__loading {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

body.ice-product-page .ice-product-news__loading span {
    min-height: 280px;
    border-radius: 16px;
    background: linear-gradient(100deg, #e8eef0 20%, #f6f9fa 38%, #e8eef0 56%);
    background-size: 220% 100%;
    animation: ice-news-shimmer 1.35s ease-in-out infinite;
}

@keyframes ice-news-shimmer {
    to {
        background-position-x: -220%;
    }
}

@media (min-width: 992px) {
    body.ice-product-page .rs-product > .mb-6 > .container > .row {
        display: grid;
        grid-template-columns: minmax(360px, .82fr) minmax(0, 1.58fr);
        gap: 32px;
    }

    body.ice-product-page .variant-product-gallery,
    body.ice-product-page .variant-product-main,
    body.ice-product-page .variant-product-options,
    body.ice-product-page .variant-product-aside {
        width: auto;
        max-width: none;
        padding: 0;
    }

    body.ice-product-page .variant-product-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(330px, 380px);
        gap: 24px;
        align-items: start;
    }

    body.ice-product-page .variant-product-aside {
        position: sticky;
        top: 132px;
    }
}

@media (max-width: 767.98px) {
    body.ice-product-page .ice-product-news__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    body.ice-product-page .ice-product-news__head .btn {
        width: 100%;
    }

    body.ice-product-page .ice-product-news__loading {
        grid-template-columns: 1fr;
    }

    body.ice-product-page .ice-product-news__loading span:nth-child(n + 3) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ice-product-page .ice-product-news__loading span {
        animation: none;
    }
}

/* Empty cart with a useful B2B fallback */
body.ice-empty-cart main {
    background: #f4f7f8;
}

body.ice-empty-cart .ice-empty-cart-panel {
    max-width: 820px;
    margin: 64px auto 80px;
    padding: 48px;
    border: 1px solid var(--ice-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(24, 52, 59, .08);
}

body.ice-empty-cart .ice-empty-cart-panel h2 {
    font-size: clamp(30px, 4vw, 48px);
}

body.ice-empty-cart .ice-cart-request {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px 24px;
    margin-top: 30px;
    padding: 22px;
    border-radius: 15px;
    background: #edf7f8;
}

body.ice-empty-cart .ice-cart-request strong {
    color: var(--ice-ink);
    font-size: 16px;
}

body.ice-empty-cart .ice-cart-request span {
    color: #687980;
    font-size: 13px;
}

body.ice-empty-cart .ice-cart-request a {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: inline-flex;
    min-height: 44px;
    padding: 0 17px;
    align-items: center;
    align-self: center;
    border-radius: 10px;
    color: #fff;
    background: var(--ice-brand);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

/* A stronger footer */
body.ice-site .site-footer__lead {
    border-bottom: 1px solid rgba(255, 255, 255, .11);
    background: #1d2b31;
}

body.ice-site .site-footer__lead-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 60px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 62px 24px 42px;
    align-items: end;
}

body.ice-site .site-footer__eyebrow {
    margin-bottom: 13px;
    color: #82d9e1;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

body.ice-site .site-footer__lead-title {
    max-width: 820px;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.045em;
}

body.ice-site .site-footer__lead-actions {
    display: flex;
    min-width: 225px;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

body.ice-site .site-footer__lead-btn {
    display: inline-flex;
    min-height: 52px;
    padding: 0 23px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    background: var(--ice-brand);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

body.ice-site .site-footer__lead-btn:hover {
    color: #fff;
    background: var(--ice-brand-dark);
}

body.ice-site .site-footer__lead-phone {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

body.ice-site .site-footer__trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px 38px;
}

body.ice-site .site-footer__trust > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 9px;
    min-height: 64px;
    padding: 17px;
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-right: 1px solid rgba(255, 255, 255, .13);
    align-items: center;
}

body.ice-site .site-footer__trust > div:first-child {
    border-left: 1px solid rgba(255, 255, 255, .13);
}

body.ice-site .site-footer__trust span {
    color: #76d1da;
    font-size: 10px;
    font-weight: 800;
}

body.ice-site .site-footer__trust strong {
    color: #eef5f7;
    font-size: 12px;
    line-height: 1.35;
}

body.ice-site .site-footer__top {
    padding-top: 50px;
}

body.ice-site .site-footer__grid {
    grid-template-columns: 1.25fr .8fr 1.05fr 1.2fr;
    gap: 42px;
}

body.ice-site .site-footer__contacts a:first-child {
    font-size: 20px;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    body.ice-site .head.ice-sticky-head {
        top: 0;
    }

    body.ice-site .ice-search-popular {
        display: none !important;
    }

    body.ice-product-page .product-gallery-top .swiper-zoom-container {
        height: 400px;
    }

    body.ice-product-page .product-aside {
        margin-top: 22px;
    }

    body.ice-site .site-footer__lead-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body.ice-site .site-footer__lead-actions {
        min-width: 0;
        width: min(270px, 100%);
    }

    body.ice-site .site-footer__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.ice-site .head.ice-sticky-head {
        height: auto;
    }

    body.ice-site .head.ice-mobile-search-open .head__inner {
        height: auto;
    }

    body.ice-site .ice-mobile-head-tools {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-height: 48px;
        padding: 6px 12px;
        border-top: 1px solid #e8eef0;
        background: #fff;
        box-shadow: 0 8px 18px rgba(23, 55, 63, .08);
    }

    body.ice-site .ice-mobile-head-tool {
        display: inline-flex;
        min-width: 0;
        min-height: 36px;
        padding: 0 8px;
        border: 0;
        border-right: 1px solid #e8eef0;
        align-items: center;
        justify-content: center;
        color: #26353b;
        background: transparent;
        font-size: 12px;
        font-weight: 800;
        text-decoration: none;
    }

    body.ice-site .ice-mobile-head-tool:last-child {
        border-right: 0;
    }

    body.ice-site .ice-mobile-head-tool--catalog {
        color: #fff;
        border-radius: 8px;
        background: var(--ice-brand);
    }

    body.ice-site .ice-mobile-search-host {
        display: none !important;
        padding: 9px 0 11px;
        background: #fff;
    }

    body.ice-site .head.ice-mobile-search-open .ice-mobile-search-host {
        display: block !important;
    }

    body.ice-site .ice-mobile-search-host .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    body.ice-site .ice-mobile-search-host .header-nav-clean {
        display: block !important;
        height: auto;
        margin: 0;
    }

    body.ice-site .ice-mobile-search-host .head-menu-clean {
        display: none !important;
    }

    body.ice-site .ice-mobile-search-host .header-nav-clean > .col-4 {
        display: block !important;
        width: 100%;
        max-width: none;
        padding: 0;
    }

    body.ice-site .ice-mobile-search-host .head-search {
        display: block !important;
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    body.ice-site .site-footer__lead-inner {
        padding: 46px 18px 32px;
    }

    body.ice-site .site-footer__lead-title {
        font-size: 32px;
    }

    body.ice-site .site-footer__trust {
        grid-template-columns: 1fr;
        padding: 0 18px 30px;
    }

    body.ice-site .site-footer__trust > div,
    body.ice-site .site-footer__trust > div:first-child {
        border-right: 1px solid rgba(255, 255, 255, .13);
        border-left: 1px solid rgba(255, 255, 255, .13);
    }

    body.ice-product-page .rs-product > .mb-sm-4 {
        padding-top: 26px;
    }

    body.ice-product-page .product-gallery {
        padding: 14px;
    }

    body.ice-product-page .product-gallery-top .swiper-zoom-container {
        height: 310px;
    }

    body.ice-product-page .product-aside {
        padding: 22px;
    }

    body.ice-product-page .tab-content article article {
        padding: 22px;
        border-radius: 14px;
    }

    body.ice-empty-cart .ice-empty-cart-panel {
        margin: 34px 16px 60px;
        padding: 28px 21px;
    }

    body.ice-empty-cart .ice-cart-request {
        grid-template-columns: 1fr;
    }

    body.ice-empty-cart .ice-cart-request a {
        grid-column: 1;
        grid-row: auto;
        margin-top: 9px;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ice-site .head-search.ice-search-ready::before {
        animation: none;
    }
}

/* Native ReadyScript request form */
body.ice-site .ice-request-fab {
    position: fixed;
    z-index: 1035;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    min-height: 54px;
    padding: 7px 19px 7px 8px;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    color: #fff;
    background: var(--ice-brand);
    box-shadow: 0 15px 40px rgba(5, 113, 128, .34);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

body.ice-site .ice-request-fab:hover {
    color: #fff;
    background: var(--ice-brand-dark);
    box-shadow: 0 18px 46px rgba(5, 94, 107, .4);
    transform: translateY(-2px);
}

body.ice-site .ice-request-fab__icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--ice-brand-dark);
    background: #fff;
}

.ice-request-modal {
    width: min(760px, calc(100% - 24px));
    max-width: 760px;
}

.ice-request-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 28px 80px rgba(14, 41, 48, .26);
}

.ice-request-modal .modal-header {
    padding: 27px 30px 11px;
    border-bottom: 0;
}

.ice-request-modal .modal-title {
    color: #1f3036;
    font-size: clamp(27px, 4vw, 38px);
    font-weight: 800;
    line-height: 1.08;
}

.ice-request-modal .modal-body {
    padding: 0 30px 30px;
}

.ice-request-intro {
    margin-bottom: 24px;
    color: #5a6b72;
    font-size: 14px;
    line-height: 1.6;
}

.ice-request-intro p {
    max-width: 610px;
    margin: 0 0 12px;
}

.ice-request-intro__meta {
    display: flex;
    gap: 10px 22px;
    flex-wrap: wrap;
    color: #718087;
    font-size: 12px;
    font-weight: 700;
}

.ice-request-intro__meta span::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #20a36a;
}

.ice-request-intro__meta a {
    color: var(--ice-brand-dark);
    text-decoration: none;
}

.ice-request-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 18px;
}

.ice-request-field--wide,
.ice-request-errors {
    grid-column: 1 / -1;
}

.ice-request-field .form-label {
    margin-bottom: 7px;
    color: #33454c;
    font-size: 12px;
    font-weight: 800;
}

.ice-request-field .form-control,
.ice-request-field .form-select {
    min-height: 49px;
    border: 1px solid #dce5e8;
    border-radius: 10px;
    color: #26383f;
    background: #f9fbfc;
    box-shadow: none;
    font-size: 14px;
}

.ice-request-field textarea.form-control {
    min-height: 112px;
    resize: vertical;
}

.ice-request-field .form-control:focus,
.ice-request-field .form-select:focus {
    border-color: var(--ice-brand);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(6, 143, 159, .12);
}

.ice-request-field .captcha {
    padding: 12px;
    border: 1px solid #e1e8ea;
    border-radius: 10px;
    background: #f9fbfc;
}

.ice-request-errors {
    margin-bottom: 18px;
    padding: 12px 15px;
    border-radius: 10px;
    background: #fff1f1;
}

.ice-request-submit {
    display: flex;
    margin-top: 23px;
    align-items: center;
    gap: 13px 18px;
    flex-wrap: wrap;
}

.ice-request-submit .btn {
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 10px;
    background: var(--ice-brand);
    font-size: 13px;
    font-weight: 800;
}

.ice-request-submit .btn:hover {
    background: var(--ice-brand-dark);
}

.ice-request-submit small {
    max-width: 330px;
    color: #7a898f;
    font-size: 10px;
    line-height: 1.45;
}

.ice-request-success {
    position: relative;
    display: flex;
    min-height: 370px;
    padding: 43px 38px 36px;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #d9eee5;
    border-radius: 20px;
    color: #27463a;
    background:
        radial-gradient(circle at 50% -10%, rgba(32, 163, 106, .2), transparent 42%),
        linear-gradient(160deg, #f7fffb 0%, #edf9f3 100%);
}

.ice-request-success::before,
.ice-request-success::after {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(32, 163, 106, .11);
    border-radius: 50%;
    content: '';
}

.ice-request-success::before {
    top: -75px;
    left: -45px;
}

.ice-request-success::after {
    right: -62px;
    bottom: -92px;
}

.ice-request-success__mark {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 76px;
    height: 76px;
    margin-bottom: 21px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #20a36a;
    box-shadow: 0 12px 30px rgba(32, 163, 106, .28), 0 0 0 9px rgba(32, 163, 106, .09);
    animation: ice-success-pop .42s cubic-bezier(.2, .85, .35, 1.25) both;
}

.ice-request-success__mark svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ice-request-success__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 500px;
}

.ice-request-success__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #168557;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ice-request-success strong {
    display: block;
    margin-bottom: 11px;
    color: #183a31;
    font-size: clamp(23px, 4vw, 31px);
    font-weight: 850;
    line-height: 1.14;
}

.ice-request-success p {
    max-width: 470px;
    margin: 0 auto;
    color: #567069;
    font-size: 14px;
    line-height: 1.65;
}

.ice-request-success__meta {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    gap: 8px 20px;
    flex-wrap: wrap;
    color: #667d77;
    font-size: 11px;
    font-weight: 750;
}

.ice-request-success__meta span::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #20a36a;
    content: '';
}

.ice-request-success__meta a {
    color: #0a6e79;
    text-decoration: none;
}

.ice-request-success__button {
    min-width: 150px;
    min-height: 47px;
    margin-top: 24px;
    padding: 0 24px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: var(--ice-brand);
    font-size: 13px;
    font-weight: 850;
    box-shadow: 0 9px 22px rgba(6, 143, 159, .19);
}

.ice-request-success__button:hover,
.ice-request-success__button:focus {
    color: #fff;
    background: var(--ice-brand-dark);
}

.ice-request-modal--success {
    width: min(650px, calc(100% - 24px));
    max-width: 650px;
}

.ice-request-modal--success .modal-header {
    padding-bottom: 13px;
}

@keyframes ice-success-pop {
    from {
        opacity: 0;
        transform: scale(.72) rotate(-7deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

@media (max-width: 767.98px) {
    body.ice-site .ice-request-fab {
        right: 14px;
        bottom: 82px;
        min-height: 50px;
        padding: 5px;
    }

    body.ice-site .ice-request-fab__icon {
        width: 40px;
        height: 40px;
    }

    body.ice-site .ice-request-fab__text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .ice-request-modal .modal-header {
        padding: 23px 20px 10px;
    }

    .ice-request-modal .modal-body {
        padding: 0 20px 23px;
    }

    .ice-request-fields {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ice-request-field--wide,
    .ice-request-errors {
        grid-column: 1;
    }

    .ice-request-submit {
        align-items: stretch;
        flex-direction: column;
    }

    .ice-request-submit .btn {
        width: 100%;
    }

    .ice-request-success {
        min-height: 0;
        padding: 34px 19px 27px;
    }

    .ice-request-success__mark {
        width: 66px;
        height: 66px;
        margin-bottom: 18px;
    }

    .ice-request-success__meta {
        align-items: center;
        flex-direction: column;
    }

    .ice-request-success__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ice-site .ice-request-fab,
    .ice-request-success__mark {
        transition: none;
        animation: none;
    }
}

/* GOST directory: page-specific layout repair. */
body:has(.gost-layout) {
    overflow-x: hidden;
}

body:has(.gost-layout) > main {
    display: none !important;
}

body:has(.gost-layout) > .container {
    padding-top: 24px;
    padding-bottom: 48px;
}

body:has(.gost-layout) .head {
    position: sticky;
    z-index: 1000;
    top: 0;
    height: auto;
    box-shadow: 0 8px 30px rgba(23, 55, 63, .08);
}

body:has(.gost-layout) .gost-layout,
body:has(.gost-layout) .gost-main,
body:has(.gost-layout) .gost-sidebar {
    min-width: 0;
    max-width: 100%;
}

body:has(.gost-layout) .gost-table-wrap {
    max-width: 100%;
    max-height: min(72vh, 900px);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

body:has(.gost-layout) .gost-table {
    min-width: 860px;
}

body:has(.gost-layout) .gost-sidebar {
    top: 96px;
}

@media (max-width: 991.98px) {
    body:has(.gost-layout) .head__inner--clean {
        height: auto;
    }

    body:has(.gost-layout) .head-bar {
        display: block !important;
        color: var(--ice-ink);
        background: #fff;
    }

    body:has(.gost-layout) .head-bar > .container {
        width: auto;
        max-width: none;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    body:has(.gost-layout) .header-top-clean {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        width: 100%;
        min-height: 64px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        align-items: center !important;
    }

    body:has(.gost-layout) .header-top-clean > [class*="col-"] {
        width: auto;
        max-width: none;
        padding: 0;
    }

    body:has(.gost-layout) .header-top-phone {
        display: flex !important;
        order: 1 !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    body:has(.gost-layout) .header-top-cta {
        display: flex !important;
        order: 2 !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    body:has(.gost-layout) .header-top-cta .hidden-xs {
        display: block !important;
    }

    body:has(.gost-layout) .header-top-cta button {
        width: auto !important;
        max-width: 154px;
        min-height: 36px;
        padding: 0 12px !important;
        font-size: 12px;
        line-height: 34px;
    }

    body:has(.gost-layout) .header-top-mail,
    body:has(.gost-layout) .header-top-auth,
    body:has(.gost-layout) .head__inner--clean > .head-main:has(.header-main-clean),
    body:has(.gost-layout) .header-nav-clean .head-menu-clean {
        display: none !important;
    }

    body:has(.gost-layout) .logo {
        max-width: 165px;
        max-height: 48px;
    }

    body:has(.gost-layout) .head-main:has(.header-nav-clean) {
        display: block !important;
        height: auto;
        padding: 7px 12px 10px;
        border-top: 1px solid #e8eef0;
        background: #fff;
    }

    body:has(.gost-layout) .header-nav-clean {
        display: block !important;
        height: auto;
        margin: 0;
    }

    body:has(.gost-layout) .header-nav-clean > [class*="col-"] {
        display: none !important;
    }

    body:has(.gost-layout) .header-nav-clean > .col-4 {
        display: block !important;
        width: 100%;
        max-width: none;
        padding: 0;
    }

    body:has(.gost-layout) .header-nav-clean .head-search,
    body:has(.gost-layout) .header-nav-clean .form-control {
        width: 100%;
        max-width: none;
    }

    body:has(.gost-layout) .gost-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    body:has(.gost-layout) > .container {
        padding: 16px 12px 32px;
    }

    body:has(.gost-layout) .gost-layout {
        gap: 18px;
    }

    body:has(.gost-layout) .gost-hero {
        padding: 20px 18px;
        margin-bottom: 18px;
    }

    body:has(.gost-layout) .gost-hero__actions,
    body:has(.gost-layout) .gost-toolbar {
        gap: 10px;
    }

    body:has(.gost-layout) .gost-hero__actions .gost-btn,
    body:has(.gost-layout) .gost-toolbar > * {
        width: 100%;
        min-width: 0;
    }

    body:has(.gost-layout) .gost-quickfilters {
        flex-wrap: nowrap;
        margin-right: -12px;
        margin-left: -12px;
        padding: 0 12px 4px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    body:has(.gost-layout) .gost-chip {
        flex: 0 0 auto;
    }

    body:has(.gost-layout) .gost-table-wrap {
        max-height: 64vh;
        border-radius: 8px;
        scrollbar-gutter: auto;
    }

    body:has(.gost-layout) .gost-table {
        min-width: 820px;
        font-size: 13px;
    }

    body:has(.gost-layout) .gost-table th,
    body:has(.gost-layout) .gost-table td {
        padding: 10px 8px;
    }
}

body:has(.gost-layout) > .container:not(:has(.gost-layout)) {
    display: none !important;
}

/* Keep the B2B request visible, but reduce the visual weight of its panel. */
body.ice-site.ice-product-page .product-aside,
body.ice-site.ice-product-page .variant-product-aside:has(.empty-list) .product-aside {
    padding: 22px;
    border-color: #dce8ea;
    color: var(--ice-ink);
    background: #fbfcfc;
    box-shadow: 0 12px 30px rgba(24, 52, 59, .07);
}

body.ice-site.ice-product-page .ice-product-request__title,
body.ice-site.ice-product-page .variant-product-aside:has(.empty-list) .ice-product-request__title {
    color: var(--ice-ink);
    font-size: 22px;
}

body.ice-site.ice-product-page .ice-product-request p,
body.ice-site.ice-product-page .variant-product-aside:has(.empty-list) .ice-product-request p {
    margin-bottom: 18px;
    color: #6a7a81;
}

body.ice-site.ice-product-page .product-aside .empty-list .btn {
    min-height: 48px;
}

/* Restore full-width layout for the recently viewed slider. */
body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

/* Keep recent cards inside the section and place favorite over the image. */
body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) > .product-slider,
body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) > .product-slider > .product-slider__container {
    height: auto;
}

body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) > .product-slider > .product-slider__container {
    padding-bottom: 32px;
    overflow: visible;
}

body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) .item-card__actions > .col:has(.fav) {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 40px;
    max-width: 40px;
    height: 40px;
    padding: 0;
}

body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) .item-card__actions > .col:has(.fav) > [class*="col-"] {
    width: 40px;
    max-width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 !important;
}

body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) .fav {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border: 1px solid rgba(10, 175, 194, .24);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 18px rgba(21, 36, 50, .12);
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) .fav:hover,
body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) .fav.rs-in-favorite {
    border-color: var(--ice-brand);
    background: #f0fbfc;
    box-shadow: 0 8px 22px rgba(10, 175, 194, .18);
}

body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) .fav:hover svg {
    stroke: var(--ice-brand);
}

body.ice-site.ice-home > .container > .row > .col-auto:has(> .h1 + .product-slider) .fav.rs-in-favorite svg {
    stroke: var(--ice-brand);
    fill: var(--ice-brand);
}

/* Iceberg R2 — brandbook-aligned manufacturer showcase. */
body.ice-site.ice-home .ice-brand-showcase {
  --ice-brand-cyan: #0aafc2;
  --ice-brand-navy: #152432;
  --ice-brand-ice: #b2cce5;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 82px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 4%, rgba(10, 175, 194, 0.24), transparent 32%),
    linear-gradient(135deg, #152432 0%, #10212f 62%, #0f2934 100%);
}

body.ice-site.ice-home .ice-brand-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: clamp(18px, 5vw, 84px);
  width: clamp(260px, 28vw, 430px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  background: #fff;
  opacity: 0.035;
  -webkit-mask: url("../images/iceberg-brand/logo-mark.svg") center / contain no-repeat;
  mask: url("../images/iceberg-brand/logo-mark.svg") center / contain no-repeat;
  pointer-events: none;
}

body.ice-site.ice-home .ice-brand-showcase .container {
  position: relative;
  z-index: 1;
}

body.ice-site.ice-home .ice-brand-showcase__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

body.ice-site.ice-home .ice-brand-showcase__intro {
  max-width: 790px;
}

body.ice-site.ice-home .ice-brand-showcase__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--ice-brand-cyan);
  font-family: "Iceberg Manrope", Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.ice-site.ice-home .ice-brand-showcase__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

body.ice-site.ice-home .ice-brand-showcase .h1 {
  color: #fff;
  font-family: "Iceberg Unbounded", Unbounded, Arial, sans-serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

body.ice-site.ice-home .ice-brand-showcase__copy {
  max-width: 720px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Iceberg Manrope", Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.ice-site.ice-home .ice-brand-showcase__all {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 48px;
  padding: 11px 17px 11px 21px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.ice-site.ice-home .ice-brand-showcase__all-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--ice-brand-navy);
  background: var(--ice-brand-cyan);
  font-size: 18px;
  line-height: 1;
}

body.ice-site.ice-home .ice-brand-showcase__all:hover {
  color: var(--ice-brand-navy);
  border-color: #fff;
  background: #fff;
}

body.ice-site.ice-home .ice-brand-showcase__all:focus-visible,
body.ice-site.ice-home .ice-brand-showcase__card:focus-visible {
  outline: 3px solid var(--ice-brand-cyan);
  outline-offset: 3px;
}

body.ice-site.ice-home .ice-brand-showcase__grid {
  align-items: stretch;
}

body.ice-site.ice-home .ice-brand-showcase__item {
  display: flex;
}

body.ice-site.ice-home .ice-brand-showcase__card,
body.ice-site.ice-home .ice-brand-showcase__card.white-bg {
  width: 100%;
  min-height: 126px;
  padding: 21px 18px 17px;
  border: 2px solid rgba(178, 204, 229, 0.42);
  border-radius: 18px;
  color: var(--ice-brand-navy);
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

body.ice-site.ice-home .ice-brand-showcase__card:hover,
body.ice-site.ice-home .ice-brand-showcase__card.white-bg:hover {
  border-color: var(--ice-brand-cyan);
  background: #f5fdfe !important;
}

body.ice-site.ice-home .ice-brand-showcase__card .brand-item__img {
  width: 100%;
  height: 52px;
}

body.ice-site.ice-home .ice-brand-showcase__card .brand-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.ice-site.ice-home .ice-brand-showcase__card .brand-item__title {
  min-height: 18px;
  max-height: 18px;
  margin-top: 11px;
  color: var(--ice-brand-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

@media (max-width: 991.98px) {
  body.ice-site.ice-home .ice-brand-showcase {
    padding: 60px 0 64px;
  }

  body.ice-site.ice-home .ice-brand-showcase__head {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  body.ice-site.ice-home .ice-brand-showcase {
    padding: 48px 0 50px;
  }

  body.ice-site.ice-home .ice-brand-showcase::before {
    top: 28px;
    right: -70px;
    width: 250px;
    transform: none;
  }

  body.ice-site.ice-home .ice-brand-showcase__head {
    display: block;
    margin-bottom: 27px;
  }

  body.ice-site.ice-home .ice-brand-showcase .h1 {
    font-size: clamp(27px, 8.5vw, 36px);
  }

  body.ice-site.ice-home .ice-brand-showcase__copy {
    margin-top: 14px;
    font-size: 15px;
  }

  body.ice-site.ice-home .ice-brand-showcase__all {
    width: 100%;
    margin-top: 22px;
  }

  body.ice-site.ice-home .ice-brand-showcase__grid {
    scroll-snap-type: x proximity;
    padding-bottom: 18px;
    margin-bottom: -18px;
  }

  body.ice-site.ice-home .ice-brand-showcase__item {
    min-width: 164px;
    scroll-snap-align: start;
  }

  body.ice-site.ice-home .ice-brand-showcase__card,
  body.ice-site.ice-home .ice-brand-showcase__card.white-bg {
    min-width: 164px;
    min-height: 118px;
    padding: 18px 14px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ice-site.ice-home .ice-brand-showcase__all,
  body.ice-site.ice-home .ice-brand-showcase__card {
    transition: none;
  }
}

/* Iceberg R2 mobile width correction after ReadyScript production QA. */
@media (max-width: 767.98px) {
  body.ice-site.ice-home .ice-brand-showcase__item {
    flex: 0 0 180px;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }
}

/* Iceberg R1 — catalog cards match recently viewed cards. */
body.ice-site .rs-products-list .item-card__actions > .col:has(.fav) {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 40px;
    max-width: 40px;
    height: 40px;
    padding: 0;
}

body.ice-site .rs-products-list .item-card__actions > .col:has(.fav) > [class*="col-"] {
    width: 40px;
    max-width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 !important;
}

body.ice-site .rs-products-list .fav {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border: 1px solid rgba(10, 175, 194, .24);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 18px rgba(21, 36, 50, .12);
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

body.ice-site .rs-products-list .fav:hover,
body.ice-site .rs-products-list .fav.rs-in-favorite {
    border-color: var(--ice-brand);
    background: #f0fbfc;
    box-shadow: 0 8px 22px rgba(10, 175, 194, .18);
}

body.ice-site .rs-products-list .fav:hover svg {
    stroke: var(--ice-brand);
}

body.ice-site .rs-products-list .fav.rs-in-favorite svg {
    stroke: var(--ice-brand);
    fill: var(--ice-brand);
}

@media (prefers-reduced-motion: reduce) {
    body.ice-site .rs-products-list .fav {
        transition: none;
    }
}

/* Iceberg R1 — keep desktop search results above the catalog navigation. */
@media (min-width: 992px) {
    body.ice-site .head-search.ice-search-ready {
        position: relative;
        z-index: 20;
    }
}