@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
    font-weight: 450;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenir-lt-65-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenir-next-lt-pro-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --vk-bg: #ffffff;
    --vk-bar: #e8e8e8;
    --vk-bar-soft: #f2f2f2;
    --vk-text: #333333;
    --vk-muted: #888888;
    --vk-teal: #2a8a9a;
    --vk-btn: #43A0BF;
    --vk-btn-hover: #3A9CBC;
    --vk-line: #e4e4e4;
    --vk-footer-bg: #fafafa;
    --vk-footer-dark: #5a5a5a;
    --vk-font-sans: 'Avenir', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --vk-font-serif: 'Cormorant Garamond', Georgia, serif;
    --vk-font-script: 'Great Vibes', 'Brush Script MT', cursive;
    --vk-max: 1140px;
}

* {
    scroll-behavior: smooth;
}

body {
    font-family: var(--vk-font-sans);
    color: var(--vk-text);
    background: var(--vk-bg);
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--vk-teal);
}

.site-container {
    max-width: var(--vk-max);
}

/* Header */
.site-header {
    background: #fff;
}

.site-header .navbar {
    padding: 1rem 0 0.85rem;
}

.brand-logo {
    display: inline-block;
}

.logo-img {
    height: 52px;
    width: auto;
    display: block;
}

.footer-logo {
    height: 44px;
    width: auto;
}

.main-nav {
    align-items: center;
    gap: 0.1rem;
}

.main-nav .nav-link {
    font-size: 0.88rem;
    font-weight: 500;
    color: #555 !important;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.5rem !important;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
    color: #111 !important;
}

.nav-separator {
    color: #bbb;
    font-size: 0.85rem;
    padding: 0 0.1rem;
    user-select: none;
}

.navbar-toggler {
    border: 1px solid #ddd;
    padding: 0.35rem 0.55rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Section bar titles */
.section-bar {
    background: var(--vk-bar);
    text-align: center;
    padding: 0.55rem 1rem;
    margin: 0 0 1.75rem;
}

.section-bar h1,
.section-bar h2 {
    margin: 0;
    font-family: var(--vk-font-sans);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #444;
    line-height: 1.2;
}

.section-bar .section-sub {
    margin: 0.35rem 0 0;
    font-size: 0.85rem;
    color: var(--vk-muted);
    font-weight: 400;
}

.section-bar--narrow {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero */
.hero-section {
    padding: 0;
    width: 100%;
    max-width: none;
}

.hero-carousel,
.hero-single,
.hero-split {
    width: 100%;
}

.hero-carousel .carousel-item img,
.hero-single img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.hero-split {
    width: 100%;
}

.hero-split img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}


.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 8%;
    opacity: 0.9;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 1.75rem;
    height: 1.75rem;
}

.img-placeholder {
    background: linear-gradient(135deg, #d8c3b0 0%, #8fa8b8 45%, #c49a6c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    min-height: 220px;
}

.hero-carousel .img-placeholder,
.hero-single .img-placeholder {
    min-height: 480px;
    width: 100%;
}

.hero-split .img-placeholder {
    min-height: 480px;
    width: 100%;
}

/* Collection category icons */
.collection-cats {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem 0;
    margin: 0 0 100px;
    flex-wrap: nowrap;
}

.collection-cat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    flex: 1 1 0;
    min-width: 88px;
    padding: 0 0.65rem;
    color: #666;
}

.collection-cat::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 82px;
    background: #c4c4c4;
}

.collection-cat:last-child::after {
    content: none;
}

.collection-cat:hover {
    color: #333;
}

.cat-icon {
    position: relative;
    display: block;
    width: 82px;
    height: 82px;
}

.cat-icon img {
    position: absolute;
    inset: 0;
    width: 82px;
    height: 82px;
    object-fit: contain;
    display: block;
    transition: opacity 0.2s ease;
}

.cat-icon-on {
    opacity: 0;
}

.collection-cat:hover .cat-icon-off,
.collection-cat.is-active .cat-icon-off {
    opacity: 0;
}

.collection-cat:hover .cat-icon-on,
.collection-cat.is-active .cat-icon-on {
    opacity: 1;
}

.collection-cat.is-active .cat-label {
    color: #333;
}

.cat-label {
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: inherit;
}

/* Home collection masonry */
.collection-masonry {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr;
    gap: 16px;
    width: 100%;
    align-items: start;
}
.collection-masonry .gallery-item {
    margin-bottom: 16px;
    overflow: hidden;
}

.gallery-item-media {
    overflow: hidden;
}

.collection-works {
    grid-template-columns: 1fr 1fr 1fr;
}

.collection-works .gallery-item {
    margin-bottom: 50px;
    text-align: center;
    overflow: visible;
}

.collection-work-title {
    font-size: 0.88rem;
    font-weight: 700;
    margin: 0.7rem 0 0.15rem;
    color: #444;
}

.collection-work-meta {
    font-size: 0.75rem;
    color: #888;
    margin: 0;
    line-height: 1.4;
}

.collection-filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0;
    max-width: 780px;
    margin: 1.5rem auto 0;
    padding: 0.7rem 1.4rem;
    background: #8eafb8;
    border-radius: 50px;
}

.collection-filter-bar a {
    color: #fff;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0 0.7rem;
}

.collection-filter-bar a:hover,
.collection-filter-bar a.is-active {
    color: #fff;
    font-weight: 700;
}

.collection-filter-bar .filter-sep {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.68rem;
}

.collection-masonry .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s;
}

.collection-masonry .gallery-item:hover img {
    transform: scale(1.03);
}

.artwork-open {
    cursor: pointer;
}

body.artwork-popup-open {
    overflow: hidden;
}

.artwork-popup {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.artwork-popup[hidden] {
    display: none;
}

.artwork-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.72);
}

.artwork-popup-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
    align-items: start;
    align-content: start;
    gap: 1.5rem;
    width: min(780px, 100%);
    max-height: calc(100vh - 2.5rem);
    overflow: auto;
    background: #fff;
    padding: 1.75rem 1.75rem 1.6rem;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.artwork-popup-close {
    position: absolute;
    top: 0.45rem;
    right: 0.55rem;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

.artwork-popup-close:hover,
.artwork-popup-close:focus {
    color: #111;
}

.artwork-popup-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.artwork-popup-img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 6rem);
    object-fit: contain;
}

.artwork-popup-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.4rem 0.5rem 0.4rem 0;
}

.artwork-popup-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #444;
    margin: 0 0 0.4rem;
}

.artwork-popup-meta {
    font-size: 0.82rem;
    color: #888;
    margin: 0 0 0.9rem;
    line-height: 1.45;
}

.artwork-popup-price {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--vk-teal);
    margin: 0;
    letter-spacing: 0.02em;
}

.artwork-popup-price.is-sold {
    color: #a05a5a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
}

.collection-masonry .gallery-item:nth-child(3n+1) .img-placeholder { min-height: 280px; }
.collection-masonry .gallery-item:nth-child(3n+2) .img-placeholder { min-height: 200px; background: linear-gradient(160deg, #b8a090, #6d8a9c); }
.collection-masonry .gallery-item:nth-child(3n) .img-placeholder { min-height: 240px; background: linear-gradient(120deg, #9aabb8, #c4a882); }

.collection-cta {
    margin-top: 1.75rem;
}

.btn-vk {
    display: inline-block;
    background: var(--vk-btn);
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
    padding: 0.7rem 1.9rem;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.btn-vk:hover {
    background: var(--vk-btn-hover);
    color: #fff !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
}

/* About */
.about-layout {
    align-items: flex-start;
}

.about-photos {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    padding: 2rem 1.6rem 1.75rem;
    background-image: url("../images/Homepage/brushstroke-illustration copy 2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about-photos-stack {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.about-photos-stack img,
.about-photos-stack .img-placeholder {
    width: 100%;
    height: auto;
    display: block;
}

.about-content h2 {
    font-family: var(--vk-font-sans);
    font-size: 1.85rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #222;
}

.about-role {
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    font-style: italic;
    color: var(--vk-muted);
    margin-bottom: 1.15rem;
}

.about-content h3 {
    font-size: 0.98rem;
    font-weight: 700;
    margin-top: 1.35rem;
    margin-bottom: 0.45rem;
    color: #222;
}

.about-content p {
    color: #555;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    line-height: 1.75;
}

.drop-cap::first-letter {
    font-size: 1.45em;
    font-weight: 400;
    line-height: inherit;
    vertical-align: baseline;
}

/* Reviews */
.reviews-slider {
    background: var(--vk-bar-soft);
    padding: 2.5rem 3.75rem;
    position: relative;
}

.reviews-slider .carousel-control-prev,
.reviews-slider .carousel-control-next {
    width: 2.75rem;
    opacity: 1;
}

.reviews-slider .carousel-control-prev {
    left: 0.15rem;
    justify-content: flex-start;
}

.reviews-slider .carousel-control-next {
    right: 0.15rem;
    justify-content: flex-end;
}

.reviews-slider .carousel-control-prev:hover,
.reviews-slider .carousel-control-next:hover,
.reviews-slider .carousel-control-prev:focus,
.reviews-slider .carousel-control-next:focus {
    opacity: 1;
}

.reviews-slider .reviews-arrow {
    width: 18px;
    height: auto;
    display: block;
    pointer-events: none;
}

.review-card {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 2.5rem;
    align-items: center;
    padding: 0.5rem 0.75rem;
}

.review-quote {
    position: relative;
    padding: 2rem 0.5rem 0.25rem 0.65rem;
    background-image: url('../images/quote-symbol.png');
    background-repeat: no-repeat;
    background-position: 0 0.1rem;
    background-size: 56px auto;
}

.review-quote p {
    font-size: 0.95rem;
    font-style: italic;
    color: #555;
    margin: 0 0 1.15rem;
    line-height: 1.7;
}

.review-quote cite {
    font-style: normal;
    font-size: 0.9rem;
    color: #444;
    font-weight: 700;
}

.review-art img,
.review-art .img-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    min-height: 180px;
    display: block;
}

/* Collection page grid */
.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem 1.25rem;
}

.collection-card {
    text-align: center;
}

.collection-card img,
.collection-card .img-placeholder {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
    margin-bottom: 0.75rem;
    min-height: 220px;
}

.collection-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.2rem;
}

.collection-card .meta {
    font-size: 0.8rem;
    color: var(--vk-muted);
}

.pagination-vk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.5rem;
    margin-bottom: 2.25rem;
    font-size: 0.9rem;
    color: #555;
}

.pagination-vk a {
    color: #555;
}

.pagination-vk a:hover {
    color: #111;
}

.pagination-vk .page-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.45rem;
    line-height: 0;
    color: inherit;
    background: transparent;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.pagination-vk a.page-arrow:hover,
.pagination-vk a.page-arrow:focus,
.pagination-vk a.page-arrow:focus-visible,
.pagination-vk a.page-arrow:active {
    color: inherit;
    outline: none;
    box-shadow: none;
    background: transparent;
    filter: none;
}

.pagination-vk .page-arrow img {
    width: 16px;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.pagination-vk .page-arrow.is-disabled {
    pointer-events: none;
    cursor: default;
}

.pagination-vk .page-nums {
    display: flex;
    align-items: center;
}

.pagination-vk .page-num {
    position: relative;
    padding: 0 0.85rem;
    line-height: 1.2;
}

.pagination-vk .page-num::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.95em;
    background: #c4c4c4;
    transform: translateY(-50%);
}

.pagination-vk .page-num.active {
    font-weight: 700;
    color: #111;
}

/* Exhibition page */
.exhibition-layout {
    align-items: flex-start;
}

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

.exhibition-list li {
    display: grid;
    grid-template-columns: 1.2rem 1fr;
    gap: 0.65rem;
    margin-bottom: 0;
    padding: 0.75rem 0 0.95rem;
    border-bottom: 1px solid var(--vk-line);
}

.exhibition-list li:first-child {
    padding-top: 0;
}

.exhibition-list .arrow {
    padding-top: 0.28rem;
    line-height: 1;
}

.exhibition-list .arrow img {
    width: 9px;
    height: auto;
    display: block;
}

.exhibition-type {
    display: block;
    font-family: var(--vk-font-sans);
    font-size: 0.88rem;
    color: var(--vk-muted);
}

.exhibition-venue {
    display: block;
    font-family: var(--vk-font-sans);
    font-size: 1rem;
    font-weight: 700;
    color: var(--vk-teal);
    margin: 0.1rem 0;
}

.exhibition-venue:hover {
    color: #1f6d7a;
}

.exhibition-date {
    display: block;
    font-family: var(--vk-font-sans);
    font-size: 0.88rem;
    color: var(--vk-muted);
}

.exhibition-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 1.25rem;
    align-items: start;
}

.exhibition-collage .cell {
    overflow: visible;
    margin: 0;
}

.exhibition-collage .cell img,
.exhibition-collage .cell .img-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.exhibition-caption {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-top: 0.4rem;
    font-size: 0.75rem;
    color: #555;
    line-height: 1.4;
}

.exhibition-caption .caption-arrow {
    color: var(--vk-teal);
    font-size: 0.55rem;
    line-height: 1.7;
    flex-shrink: 0;
}

.cell-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
/* Featured page */
.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 50px;
}

.featured-card {
    text-align: center;
}

.featured-card > a {
    display: block;
    color: inherit;
}

.featured-card img,
.featured-card .img-placeholder {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 0.65rem;
    border: 1px solid var(--vk-line);
}

.featured-card .article-link {
    font-family: var(--vk-font-sans);
    font-size: 0.88rem;
    color: #555;
}

.featured-card a:hover .article-link {
    color: #111;
}

/* Contact */
.contact-list li {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.contact-list i {
    color: var(--vk-muted);
    margin-top: 0.2rem;
}

.contact-form .form-control {
    border-radius: 2px;
    border-color: #ccc;
}

.contact-form .form-control:focus {
    border-color: var(--vk-teal);
    box-shadow: 0 0 0 0.15rem rgba(42, 138, 154, 0.15);
}

/* Footer */
.site-footer {
    margin-top: 0;
    background: var(--vk-footer-bg);
    background-image: radial-gradient(ellipse at 20% 40%, rgba(247, 183, 163, 0.18), transparent 50%),
                      radial-gradient(ellipse at 80% 60%, rgba(158, 201, 232, 0.15), transparent 45%);
    border-top: 1px solid var(--vk-line);
}

.footer-main {
    padding: 2.5rem 0 2rem;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.15rem;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin-bottom: 1.25rem;
}

.footer-nav a {
    color: #555;
    padding: 0 0.35rem;
}

.footer-nav-sep {
    color: #bbb;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
}

.social-icons a {
    font-size: 1.35rem;
    line-height: 1;
}

.social-icons .bi-instagram { color: #e4405f; }
.social-icons .bi-facebook { color: #1877f2; }
.social-icons .bi-pinterest { color: #bd081c; }
.social-icons .bi-youtube { color: #ff0000; }

.footer-contact li {
    display: flex;
    gap: 0.65rem;
    font-size: 0.82rem;
    color: #555;
    margin-bottom: 0.75rem;
    line-height: 1.45;
}

.footer-contact-icon {
    color: #999;
    flex-shrink: 0;
}

.footer-contact a {
    color: #555;
}

.footer-bottom {
    background: var(--vk-footer-dark);
    color: #fff;
    padding: 0.65rem 1rem;
    font-size: 0.78rem;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.scroll-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    z-index: 50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.scroll-top:hover {
    color: #111;
}

.page-pad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-pad + .page-pad {
    padding-top: 0;
}

#about .section-bar,
.page-pad .section-bar {
    margin-bottom: 50px;
}

#reviews .section-bar {
    margin-bottom: 1.25rem;
}

/* Responsive */
@media (max-width: 991.98px) {
    .collection-masonry {
        grid-template-columns: 1fr 1fr;
    }

    .collection-works {
        grid-template-columns: 1fr 1fr;
    }

    .collection-filter-bar {
        border-radius: 16px;
        max-width: 100%;
    }

    .collection-cats {
        justify-content: center;
        gap: 1.25rem 0;
        flex-wrap: wrap;
    }

    .collection-cat {
        flex: 0 0 25%;
        min-width: 0;
        padding: 0 0.75rem;
    }

    .collection-cat:nth-child(4n)::after,
    .collection-cat:last-child::after {
        content: none;
    }

    .hero-split {
        grid-template-columns: 1fr;
    }

    .hero-split img {
        height: 280px;
    }

    .review-card {
        grid-template-columns: 1fr;
    }

    .exhibition-collage {
        margin-top: 1.5rem;
    }

    .artwork-popup-dialog {
        grid-template-columns: 1fr;
        gap: 0.95rem;
        padding: 2.4rem 1.1rem 1.2rem;
        max-height: calc(100vh - 1.5rem);
        width: min(100%, 440px);
    }

    .artwork-popup-img {
        max-height: 48vh;
        width: auto;
        max-width: 100%;
    }

    .artwork-popup-body {
        padding: 0;
        text-align: center;
        justify-content: flex-start;
    }

    .footer-center {
        text-align: center;
    }

    .main-nav {
        padding: 1rem 0;
    }

    .nav-separator {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .collection-masonry,
    .collection-works {
        grid-template-columns: 1fr;
    }

    .collection-grid,
    .featured-grid {
        grid-template-columns: 1fr 1fr;
    }

    .reviews-slider {
        padding: 1.5rem 2.5rem;
    }

    .reviews-slider .reviews-arrow {
        width: 13px;
    }

    .logo-img {
        height: 42px;
    }

    .cat-icon,
    .cat-icon img {
        width: 68px;
        height: 68px;
    }

    .collection-cat {
        flex-basis: 33.333%;
    }

    .collection-cat::after {
        height: 68px;
    }

    .collection-cat:nth-child(4n)::after {
        content: "";
    }

    .collection-cat:nth-child(3n)::after,
    .collection-cat:last-child::after {
        content: none;
    }
}

@media (max-width: 575.98px) {
    .collection-grid,
    .featured-grid {
        grid-template-columns: 1fr;
    }

    .collection-cat {
        flex-basis: 50%;
    }

    .collection-cat:nth-child(3n)::after {
        content: "";
    }

    .collection-cat:nth-child(2n)::after,
    .collection-cat:last-child::after {
        content: none;
    }
}
