.shop-modern-page {
    background: #ffffff;
    color: #050505;
    font-family: "Nunito Sans", Arial, sans-serif;
}

.shop-modern-page .header,
.shop-modern-page .header__top {
    background: #050505;
}

.shop-modern-page .header__top__left p,
.shop-modern-page .header__top__links a,
.shop-modern-page .header__menu ul li a,
.shop-modern-page .header__nav__option a,
.shop-modern-page .canvas__open i {
    color: #ffffff;
}

.shop-modern-page .header__menu ul li.active a:after,
.shop-modern-page .header__menu ul li:hover a:after {
    background: #ffffff;
}

.shop-modern-page .header__logo {
    padding: 16px 0;
}

.shop-modern-page .header__menu {
    padding: 25px 0 24px;
}

.shop-modern-page .header__nav__option {
    padding: 26px 0;
}

.shop-listing {
    padding: 30px 0 0;
}

.shop-listing__wrap {
    width: min(1240px, calc(100% - 28px));
    margin: 0 auto;
}

.shop-listing__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #777777;
    font-size: 13px;
}

.shop-listing__breadcrumb a {
    color: #050505;
    font-weight: 800;
}

.shop-listing__breadcrumb strong {
    color: #777777;
    font-weight: 700;
}

.shop-listing__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.shop-listing__head h1 {
    margin: 0;
    color: #050505;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
}

.shop-listing__sort {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555555;
    font-size: 14px;
    font-weight: 800;
}

.shop-listing__sort select,
.shop-filter input[type="text"],
.shop-custom-price input {
    height: 38px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #050505;
    font-size: 13px;
    font-weight: 700;
    padding: 0 10px;
}

.shop-listing__mobile-tools {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.shop-listing__mobile-tools button,
#clear-all,
.shop-filter__group-head button,
#apply-price {
    border: 0;
    background: transparent;
    color: #050505;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    text-decoration: underline;
    text-transform: uppercase;
}

.shop-listing__layout {
    display: grid;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.shop-filter {
    position: sticky;
    top: 18px;
    border-right: 1px solid #e5e5e5;
    padding-right: 22px;
}

.shop-filter__top,
.shop-filter__group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.shop-filter__top {
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.shop-filter h2 {
    margin: 0;
    color: #050505;
    font-size: 18px;
    font-weight: 900;
}

.shop-filter__group {
    padding: 22px 0;
    border-bottom: 1px solid #e5e5e5;
}

.shop-filter__group h3 {
    margin: 0 0 14px;
    color: #050505;
    font-size: 15px;
    font-weight: 900;
}

.shop-filter__group-head h3 {
    margin-bottom: 0;
}

.shop-filter input[type="text"] {
    width: 100%;
}

.shop-size-options,
.shop-color-options,
.shop-price-options {
    display: grid;
    gap: 10px;
}

.shop-size-options label,
.shop-color-options label {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #222222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.shop-size-options input,
.shop-color-options input {
    accent-color: #050505;
}

.shop-price-options a {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
}

.shop-price-options a.active,
.shop-price-options a:hover {
    color: #050505;
    text-decoration: underline;
}

.shop-custom-price {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    gap: 8px;
    align-items: center;
    margin-top: 16px;
    color: #555555;
    font-size: 13px;
}

.shop-custom-price input {
    width: 100%;
    min-width: 0;
}

.shop-filter__muted {
    color: #777777;
    font-size: 13px;
}

.shop-results {
    min-width: 0;
}

.shop-results__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 30px;
    margin-bottom: 14px;
}

.shop-results__bar p {
    margin: 0;
    color: #777777;
    font-size: 13px;
    font-weight: 700;
}

#active-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

#active-filters span {
    border: 1px solid #d9d9d9;
    color: #050505;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
    text-transform: uppercase;
}

.shop-product-grid {
    margin-left: -7px;
    margin-right: -7px;
}

.shop-product-col {
    display: flex;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 32px;
}

.shop-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    background: #ffffff;
}

.shop-card__image {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f4f4f4;
    color: #050505;
}

.shop-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.shop-card:hover .shop-card__image img {
    transform: scale(1.035);
}

.shop-card__sizes {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    background: rgba(255, 255, 255, 0.96);
    padding: 12px 10px 10px;
    text-align: center;
    opacity: 0;
    transform: translateY(12px);
    transition: 0.24s ease;
}

.shop-card:hover .shop-card__sizes {
    opacity: 1;
    transform: translateY(0);
}

.shop-card__sizes strong {
    display: block;
    margin-bottom: 8px;
    color: #050505;
    font-size: 12px;
    font-weight: 900;
}

.shop-card__sizes div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.shop-card__sizes span {
    min-width: 28px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfcfcf;
    color: #050505;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.shop-card__sizes small {
    display: block;
    margin-top: 8px;
    color: #555555;
    font-size: 11px;
    font-weight: 800;
}

.shop-card__quick {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    background: #050505;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.shop-card__quick i {
    font-size: 14px;
    line-height: 1;
}

.shop-card__body {
    padding-top: 12px;
}

.shop-card__name {
    display: block;
    min-height: 42px;
    color: #050505;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.shop-card__name:hover {
    color: #555555;
}

.shop-card__price {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: baseline;
    margin-top: 6px;
}

.shop-card__price strong {
    color: #050505;
    font-size: 15px;
    font-weight: 900;
}

.shop-card__price del {
    color: #777777;
    font-size: 13px;
    font-weight: 700;
}

.shop-card__stock {
    display: block;
    margin-top: 6px;
    color: #777777;
    font-size: 12px;
    font-weight: 700;
}

.product__pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
}

.product__pagination a {
    min-width: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
    color: #050505;
    font-size: 13px;
    font-weight: 900;
}

.product__pagination a.active,
.product__pagination a:hover {
    background: #050505;
    border-color: #050505;
    color: #ffffff;
}

.shop-empty {
    border: 1px solid #e5e5e5;
    color: #555555;
    font-weight: 800;
    padding: 34px;
    text-align: center;
}

.shop-modern-page .footer {
    margin-top: 70px;
    background: #050505;
}

@media (max-width: 991px) {
    .shop-modern-page .header__menu,
    .shop-modern-page .header__nav__option {
        display: none;
    }

    .shop-listing__layout {
        grid-template-columns: 1fr;
    }

    .shop-listing__mobile-tools {
        display: flex;
    }

    .shop-filter {
        display: none;
        position: static;
        border: 1px solid #e5e5e5;
        padding: 18px;
    }

    .shop-filter.active {
        display: block;
    }
}

@media (max-width: 767px) {
    .shop-listing__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-listing__sort {
        width: 100%;
        justify-content: space-between;
    }

    .shop-listing__sort select {
        max-width: 190px;
    }

    .shop-results__bar {
        display: none;
    }

    .shop-card__sizes {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 575px) {
    .shop-listing__head h1 {
        font-size: 28px;
    }

    .shop-product-col {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 26px;
    }

    .shop-product-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .shop-card__name {
        font-size: 13px;
    }

    .shop-custom-price {
        grid-template-columns: 1fr 1fr;
    }

    .shop-custom-price span,
    .shop-custom-price button {
        grid-column: span 2;
    }
}
