/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

html {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #fff;
    overflow-x: clip;
}


body {
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
    background-color: #fff;
    font-size: 14px;
}

.main-content-gray {
    background-color: #f5f5f5;
}

.site-content-area {
    position: relative;
    isolation: isolate;
    background-color: #f5f5f5;
}

.site-content-area::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    background-color: #f5f5f5;
    content: "";
}

.h-6 {
    font-size: 0.6rem;
}

.h-7 {
    font-size: 0.7rem;
}

.h-8 {
    font-size: 0.8rem;
}

.btn:focus,
.btn:active,
input:focus,
input:active,
select:focus,
select:active {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-item:active {
    background-color: transparent;
    color: inherit;
}


/* ------------------------ */

#myList li.hidden {
    display: none;
}

/* option:checked {
    color: #fff !important;
    box-shadow: 0 0 10px 100px #d1090c inset;
} */


.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

#catalog .accordion-button:hover,
#catalog .list-group-item-action:hover {
    background-color: #e1e3e5;
    /* color: #d1090c; */
}

.catalog-collapsed-toggle {
    display: none;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.catalog-collapsed-toggle:hover {
    background-color: #e9ecef;
}

#catalog-sidebar-block.catalog-collapsed .catalog-collapsed-toggle {
    display: block;
}

#catalog-sidebar-block.catalog-collapsed #catalog,
#catalog-sidebar-block.catalog-collapsed .catalog-tree-caption {
    display: none;
}



a {
    color: #808080;
    cursor: pointer;
    text-decoration: none;
}

.site-header-sentinel {
    height: 1px;
    margin-bottom: -1px;
}

.site-header {
    position: relative;
    z-index: 1045;
    padding-top: 1px;
    background-color: #fff;
    transition:
        padding .28s ease,
        box-shadow .28s ease;
}

.site-header::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    background-color: #fff;
    content: "";
}

.site-header .header-block {
    display: grid;
    grid-template-columns: minmax(0, 25%) minmax(0, 1fr);
}

.site-header .header-block>.header-block__logo,
.site-header .header-block>.col-md-9 {
    width: auto;
}

.site-header.is-compact {
    position: fixed;
    top: 0;
    left: 50%;
    width: min(calc(100% - 1.5rem), calc(1600px - 1.5rem));
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-shadow: 0 6px 16px rgba(33, 37, 41, .12);
    transform: translateX(-50%);
    animation: compact-header-slide-in .68s cubic-bezier(.16, 1, .3, 1) both;
}

.site-header.is-compact.is-compact-preparing {
    opacity: 0;
    transform: translate(-50%, -110%);
    animation: none;
}

.site-header.is-compact.is-compact-hiding {
    pointer-events: none;
    animation: compact-header-slide-out .48s cubic-bezier(.7, 0, .84, 0) both;
}

.site-header.is-compact.is-compact-preparing,
.site-header.is-compact.is-compact-preparing *,
.site-header.is-compact.is-compact-preparing *::before,
.site-header.is-compact.is-compact-preparing *::after {
    transition: none !important;
    animation: none !important;
}

@keyframes compact-header-slide-in {
    from {
        opacity: 0;
        transform: translate(-50%, -115%);
    }

    55% {
        opacity: .92;
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes compact-header-slide-out {
    from {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    45% {
        opacity: .9;
    }

    to {
        opacity: 0;
        transform: translate(-50%, -115%);
    }
}

.site-header.is-compact .header-block {
    grid-template-columns: minmax(140px, 25%) minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.site-header.is-compact .header-block>.header-block__logo,
.site-header.is-compact .header-block>.col-md-9 {
    width: auto;
    min-width: 0;
    padding: 0;
}

.site-header.is-compact .top-block {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
        max-height .32s ease,
        opacity .2s ease,
        transform .28s ease,
        visibility 0s linear .32s,
        border-color .28s ease;
}

.site-header.is-compact .header-block__logo img {
    width: auto;
    max-width: 100%;
    max-height: 44px;
    object-fit: contain;
}

.site-header.is-compact .header-tools-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(120px, 13vw, 190px);
    min-height: 44px;
    margin: 0;
}

.site-header.is-compact #searchContainer,
.site-header.is-compact .header-block__cart {
    width: auto;
    padding: 0;
}

.site-header.is-compact .site-search {
    min-height: 44px;
}

.site-header.is-compact .header-block__favourite {
    flex-basis: 44px;
    height: 44px;
}

.site-header.is-compact .header-block__cart>.btn {
    height: 44px;
}

.top-block {
    --bs-gutter-x: .5rem;
    position: relative;
    z-index: 1060;
    max-height: 100px;
    overflow: visible;
    border-bottom: 1px solid #f6f6f6;
    font-size: clamp(13px, 1vw, 16px);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
        max-height .32s ease,
        opacity .2s ease,
        transform .28s ease,
        visibility 0s linear 0s,
        border-color .28s ease;
}

.top-block .bi {
    font-size: clamp(18px, 1.4vw, 22px);
}

.header-block__logo {
    padding-right: 1.5rem;
}

.header-block__logo img {
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    transition:
        width .32s ease,
        max-width .32s ease,
        max-height .32s ease;
}

.header-block__contacts {
    justify-content: center;
    min-width: 0;
    column-gap: clamp(2px, .35vw, 8px) !important;
}

.header-block__contacts>.nav-link {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: clamp(10px, .78vw, 14px);
    white-space: nowrap;
}

.header-block__account {
    position: relative;
    z-index: 1061;
    min-width: 0;
}

.header-block__account .dropdown,
.header-block__account .dropdown-toggle,
.header-block__account .dropdown-toggle>span {
    max-width: 100%;
    min-width: 0;
}

.header-block__account .dropdown-toggle>span>span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-block__account .dropdown-menu {
    z-index: 1070;
}

.header-block__signin-trigger {
    width: 100%;
    font-size: clamp(12px, .8vw, 14px);
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header-block__signin-trigger {
        width: calc(66.666667% - .166667rem);
    }
}

.signin-modal__actions {
    gap: .5rem;
}

.signin-modal__actions .btn {
    margin: 0;
}

@media (max-width: 575.98px) {
    .signin-modal__actions {
        align-items: stretch;
    }

    .signin-modal__actions .btn {
        flex: 1 1 100%;
    }
}

.header-block__callback {
    flex: 0 1 auto;
    min-width: 0;
    padding: clamp(.25rem, .35vw, .375rem) clamp(.3rem, .55vw, .75rem);
    font-size: clamp(10px, .75vw, 14px);
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
}

.header-tools-row {
    min-height: 52px;
    transition: min-height .28s ease;
}

.header-block__cart {
    min-width: 0;
}

.header-block__cart>.btn {
    height: 48px;
    transition: height .28s ease;
}

.header-block__favourite {
    flex: 0 0 48px;
    height: 48px;
    transition:
        flex-basis .28s ease,
        height .28s ease;
}

.header-block__favourite .bi-heart {
    font-size: 1.7rem;
}

.header-block__favourite #favNumber,
.header-block__cart #cartNumber {
    top: 0;
    right: 0;
    font-size: .6rem;
    line-height: 1;
    padding: .35em .55em;
}

.header-block__cart #cartSumma {
    font-size: calc(10px + .2vw);
    white-space: nowrap;
}

.header-block__cart .bi-cart3 {
    font-size: calc(16px + .25vw);
    line-height: 1;
}

.top-menu .link {
    font-size: clamp(13px, 0.5vw, 16px) !important;
    padding-left: clamp(.25rem, .6vw, 1rem);
    padding-right: clamp(.25rem, .6vw, 1rem);
    white-space: nowrap;
}

.bg-main {
    background-color: #d1090c;
}

.text-main {
    color: #d1090c;
}

.bg-main:hover {
    background-color: #FA0E13;
}

.bg-main:active {
    background-color: #FA0E13;
}

.bg-main:hover:active {
    background-color: #FA0E13;
}

.bg-main-active {
    background-color: #d1090c;
}

.bg-main-active:hover {
    background-color: #FA0E13;
}

.btn-main-outline {
    color: #212529;
    background-color: transparent;
    border-color: #d1090c;
}

.btn-main-outline:hover,
.btn-main-outline:focus,
.btn-main-outline:active {
    color: #212529;
    background-color: #e1e3e5;
    border-color: #d1090c;
}

@media (max-width: 767.98px) {
    .site-header:not(.is-compact) .header-block {
        display: flex;
    }

    .site-header.is-compact {
        padding-top: .375rem;
        padding-bottom: .375rem;
    }

    .site-header.is-compact .header-block {
        grid-template-columns: clamp(90px, 24vw, 140px) minmax(0, 1fr);
        gap: .5rem;
    }

    .site-header.is-compact .header-tools-row {
        grid-template-columns: minmax(0, 1fr) 48px;
    }

    .site-header.is-compact .header-block__cart #cartSumma {
        display: none;
    }

    .site-header.is-compact .header-block__cart>.btn {
        width: 48px !important;
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .site-header.is-compact .site-search__submit {
        flex-basis: 48px;
    }

    .header-block__logo {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .header-block__logo img {
        max-width: 320px;
    }

    .header-block__contacts {
        justify-content: flex-start;
        flex-wrap: wrap !important;
    }
}

.main-menu-nav {
    gap: 0.5rem;
}

.main-menu-nav .nav-item {
    display: flex;
    position: relative;
    min-height: 48px;
    border-radius: 0.5rem;
    overflow: visible;
}

.main-menu-nav .nav-item+.nav-item::before {
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: -0.25rem;
    width: 1px;
    background-color: #ced4da;
    content: "";
}

.main-menu-nav .nav-link {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}

.main-menu-nav .nav-item:not(:first-child) {
    background-color: #fff;
}

.main-menu-nav .nav-item:not(:first-child):hover {
    background-color: #e1e3e5;
}

.main-menu-nav .nav-item:not(:first-child).main-menu-nav__item--active {
    background-color: #e1e3e5;
}

.main-menu-nav .nav-item:not(:first-child) .nav-link {
    color: #212529 !important;
}

.main-menu-nav .nav-item:not(:first-child) .nav-link.text-main {
    color: #d1090c !important;
}

.main-menu-nav .nav-item:first-child {
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .main-menu-nav {
        flex-wrap: nowrap;
        gap: clamp(0.15rem, 0.4vw, 0.5rem);
        overflow-x: auto;
    }

    .main-menu-nav .nav-item {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .main-menu-nav .nav-link {
        padding-right: clamp(0.25rem, 0.65vw, 1rem);
        padding-left: clamp(0.25rem, 0.65vw, 1rem);
        font-size: clamp(0.75rem, 0.78vw, 1rem);
        line-height: 1.15;
        white-space: nowrap;
    }

    .main-menu-nav .nav-item:first-child {
        flex: 0 0 auto;
        width: calc(25% - 1.125rem);
    }
}

.main-menu-nav .main-menu-nav__quick-order {
    flex: 0 0 auto;
    border: 1px solid #d1090c;
}

@media (min-width: 768px) {
    .main-menu-nav .main-menu-nav__quick-order {
        flex: 0 0 auto;
        width: calc(12.5% - .5rem);
    }
}

.truncate-text-info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 3.9em;
}

.truncate-text-info-one {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-truncate-container {
    max-height: 50px;
    overflow: hidden;
    /* Обрезает содержимое, которое выходит за пределы */
    white-space: nowrap;
    /* Предотвращает перенос текста на новую строку */
    text-overflow: ellipsis;
    /* Добавляет многоточие, если текст обрезан */
    /* padding и line-height могут быть настроены для лучшего визуального отображения */
    padding: 5px;
    /* Пример: добавление небольшого отступа */
    line-height: 1.2;
    /* Пример: настройка межстрочного интервала */
}

.text-truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px;
    /* Максимальная высота */
    line-height: 1.2em;
    /* Высота строки */
    cursor: default;
}


#footerarea {
    position: relative;
    isolation: isolate;
    background-color: #222;
}

#footerarea::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    background-color: #222;
    content: "";
}

.cookie-notice {
    position: fixed;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 720px;
    margin-left: auto;
    padding: 16px 18px;
    color: #222;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.cookie-notice[hidden] {
    display: none;
}

.cookie-notice__text {
    line-height: 1.4;
}

.cookie-notice__button {
    flex: 0 0 auto;
    min-width: 112px;
}

@media (max-width: 575.98px) {
    .cookie-notice {
        right: 12px;
        bottom: 12px;
        left: 12px;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
    }

    .cookie-notice__button {
        width: 100%;
    }
}

img.img-75 {
    -webkit-filter: brightness(100%);
    cursor: pointer;
}

img.img-75:hover {
    -webkit-filter: brightness(75%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

img.card-item {
    transition: all .4s ease-in-out;
    cursor: pointer;
}

img.card-item:hover {
    /* transform: scale(1.1); */
    box-shadow: 0px 0px 5px #ccc;
}

.input-color {
    background-color: #f8f9fa;
}

.input-color:focus {
    background-color: #f8f9fa;
}

.plus-minus {
    cursor: pointer;
    user-select: none;
}

.plus-minus:hover {
    background-color: #e8e9ea;
}

.btn-search {
    border-color: #dee2e6;
}

.btn-search:hover {
    background-color: #dee2e6;
}

.site-search {
    display: flex;
    width: 100%;
    min-height: 48px;
    transition: min-height .28s ease;
}

@media (prefers-reduced-motion: reduce) {

    .site-header,
    .site-header *,
    .site-header *::before,
    .site-header *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

.site-search__field {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.site-search__input {
    width: 100%;
    height: 100%;
    padding: 0.75rem 3rem 0.75rem 1.25rem;
    color: #212529;
    background-color: #fff;
    border: 2px solid #d1090c;
    border-right: 0;
    border-radius: 1rem 0 0 1rem;
    outline: 0;
}

.site-search__input:focus {
    border-color: #d1090c !important;
    box-shadow: inset 0 0 0 1px #d1090c;
}

.site-search__input::placeholder {
    color: #8b8f94;
}

.site-search__clear {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    color: #74787d;
    background: transparent;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.site-search__clear[hidden] {
    display: none;
}

.site-search__clear:hover,
.site-search__clear:focus-visible {
    color: #d1090c;
    background-color: #f1f2f3;
}

.site-search__submit {
    flex: 0 0 64px;
    padding: 0;
    color: #fff;
    background-color: #d1090c;
    border: 2px solid #d1090c;
    border-radius: 0 1rem 1rem 0;
}

.site-search__submit:hover,
.site-search__submit:focus-visible {
    color: #fff;
    background-color: #fa0e13;
    border-color: #fa0e13;
}

.site-search__submit svg {
    width: 1.25rem;
    height: 1.25rem;
}

input:focus {
    border-color: #dee2e6 !important;
}

/* .accordion-button:not(.collapsed) {
    background-color: #FA0E13;
} */

input[type=checkbox]:checked {
    background-color: #d1090c !important;
    border-color: #d1090c !important;
}

.underline-one {
    color: #d1090c;
    position: relative;
}

.underline-one:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: #aaa;
    transition: width 0.3s;
}

.underline-one:hover:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    background-color: #aaa;
    transition: width 0.3s;
}

.link {
    color: #d1090c;
    position: relative;
    font-size: 15px;
}

.link::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background: #aaa;
    transform: translateX(-50%);
    transition: 0.3s;
}

.link-gray {
    color: rgba(33, 37, 41, 0.75);
    font-weight: 700;
    position: relative;
}

.link-gray::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background: #aaa;
    transform: translateX(-50%);
    transition: 0.3s;
}

.link:hover:after {
    width: 100%;
}

.link-gray:hover:after {
    width: 100%;
}

.breadcrumb-dropdown {
    position: relative;
}

.breadcrumb-current {
    cursor: default;
}

.breadcrumb-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    min-width: 240px;
    max-width: min(360px, calc(100vw - 2rem));
    max-height: 320px;
    overflow-y: auto;
    padding: 8px 0 !important;
    background: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 8px 22px rgba(33, 37, 41, 0.12);
}

.breadcrumb-dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 8px;
}

.breadcrumb-dropdown:hover .breadcrumb-dropdown-menu,
.breadcrumb-dropdown:focus-within .breadcrumb-dropdown-menu {
    display: block;
}

.breadcrumb-dropdown-link {
    display: block;
    padding: 7px 14px;
    color: rgba(33, 37, 41, 0.75);
    white-space: normal;
}

.breadcrumb-dropdown-link:hover,
.breadcrumb-dropdown-link.active {
    color: #222;
    background-color: #f5f5f5;
}

.breadcrumb-dropdown-link.active {
    font-weight: 700;
}

.h_gradient {
    background: rgb(245, 245, 245);
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.category {
    transition: all .2s ease-in-out;
}

.category:hover {
    background-color: #f5f5f5;
}

.btn.show {
    border-color: #f5f5f5;
}


.page-link {
    color: #222;
}

.page-link:hover {
    color: #222;
    background-color: #dee2e6;
    border-color: transparent;
}

.page-link:focus {
    background-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

.active>.page-link,
.page-link.active {
    color: #222;
    font-weight: 700;
    background-color: #f6f6f6;
    border-color: #dee2e6;
}

.bg-incart {
    background-color: #2e8b57;
}

.bg-incart:hover {
    background-color: #56be7b;
}

.bg-maincartin:active {
    background-color: #56be7b;
}

.bg-incart:hover:active {
    background-color: #56be7b;
}

#myList .list-group-item,
#selectedList .list-group-item {
    position: relative;
    padding-right: 10px;
    /* Место справа для иконки */
    opacity: 1;
    transition: opacity 0.5s ease, height 0.5s ease, padding 0.5s ease;
    height: auto;
    overflow: hidden;
    /* Чтобы высота уменьшалась плавно */
    background-color: #fff;
    /* Исходный цвет фона */
}

.delete-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

#myList .list-group-item:hover,
#selectedList .list-group-item:hover {
    background-color: #f0f8ff;
    /* Цвет при наведении */
}

#myList .list-group-item:hover .delete-icon,
#selectedList .list-group-item:hover .delete-icon {
    opacity: 1;
    /* Плавное появление иконки */
}

.scrollable-list {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent;
}

.scrollable-list::-webkit-scrollbar {
    width: 0;
}

#searchResults {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    margin-top: 0.25rem;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    pointer-events: none;
}

#searchResults.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

#searchResults .list-group-item.active {
    color: inherit;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.img-wrapper {
    position: relative;
    overflow: visible;
    /* позволяет изображению выходить за пределы контейнера */
}

.zoom-on-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.product-grid-card {
    overflow: visible;
}

.product-grid-card:has(.zoom-on-hover:hover),
.img-wrapper:has(.zoom-on-hover:hover) {
    z-index: 100;
}

.zoom-on-hover:hover {
    transform: scale(1.5);
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition-delay: 0.3s;
}

.sortable {
    cursor: pointer;
    position: relative;
}

.sortable::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
}

.sortable.asc::after {
    border-bottom-color: black;
}

.sortable.desc::after {
    border-top-color: black;
}