/* ================================================================
   CEYMALL PREMIUM SHOP
================================================================ */

:root {
    --cey-black: #111111;
    --cey-text: #171717;
    --cey-muted: #77746f;
    --cey-line: #e4e2de;
    --cey-soft: #f5f4f1;
    --cey-soft-dark: #eceae5;
    --cey-sale: #9e2837;
    --cey-white: #ffffff;

    --cey-serif: Georgia, "Times New Roman", serif;
    --cey-sans: Arial, Helvetica, sans-serif;
}


.cey-shop {
    background: #fff;
    color: var(--cey-text);
    width: 100%;
}


.cey-shop-container {
    width: min(1500px, calc(100% - 80px));
    margin: 0 auto;
}


/* ================================================================
   HERO
================================================================ */

.cey-shop-hero {
    padding: 72px 0 62px;
    border-bottom: 1px solid var(--cey-line);
}


.cey-shop-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #87837e;
}


.cey-shop-breadcrumb a {
    color: #696661;
}


.cey-shop-breadcrumb a:hover {
    color: var(--cey-black);
}


.cey-shop-hero-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}


.cey-shop-eyebrow {
    display: block;
    margin-bottom: 13px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.1px;
    color: #73706b;
}


.cey-shop-hero h1 {
    font-family: var(--cey-serif);
    font-size: clamp(54px, 6vw, 94px);
    font-weight: 400;
    letter-spacing: -3.5px;
    line-height: .94;
    margin: 0 0 24px;
}


.cey-shop-hero p {
    max-width: 610px;
    margin: 0;

    color: #716e69;
    font-size: 14px;
    line-height: 1.8;
}


.cey-shop-text-link {
    flex-shrink: 0;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.35px;

    border-bottom: 1px solid var(--cey-black);
    padding-bottom: 7px;
    color: var(--cey-black);
}


.cey-shop-text-link span {
    margin-left: 12px;
}


/* ================================================================
   CATEGORY STRIP
================================================================ */

.cey-shop-category-strip {
    border-bottom: 1px solid var(--cey-line);
}


.cey-shop-category-scroll {
    min-height: 92px;

    display: flex;
    align-items: center;

    gap: 38px;

    overflow-x: auto;
    scrollbar-width: none;
}


.cey-shop-category-scroll::-webkit-scrollbar {
    display: none;
}


.cey-shop-category-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    flex-shrink: 0;

    color: #55524e;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.15px;

    position: relative;

    padding: 33px 0;
}


.cey-shop-category-pill img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
}


.cey-shop-category-pill::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 2px;

    background: transparent;
}


.cey-shop-category-pill:hover,
.cey-shop-category-pill.active {
    color: var(--cey-black);
}


.cey-shop-category-pill.active::after {
    background: var(--cey-black);
}


/* ================================================================
   CATALOG
================================================================ */

.cey-shop-catalog {
    padding: 58px 0 110px;
}


.cey-shop-layout {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 55px;
}


/* ================================================================
   SIDEBAR
================================================================ */

.cey-shop-sidebar {
    min-width: 0;
}


.cey-shop-filter-group {
    position: static;
}

.cey-shop-sidebar {
    min-width: 0;
    position: relative;
    align-self: start;
}

.cey-shop-filter-links {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.cey-shop-sidebar-edit {
    position: relative;
    z-index: 1;
    clear: both;

    width: 100%;
    margin-top: 40px;

    padding: 29px 25px 31px;

    background: #151515;
    color: #fff;
}

.cey-shop-filter-title {
    padding-bottom: 17px;

    border-bottom: 1px solid var(--cey-black);

    color: var(--cey-black);

    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}


.cey-shop-filter-links {
    display: flex;
    flex-direction: column;
}


.cey-shop-filter-link {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 16px 0;

    border: 0;
    border-bottom: 1px solid var(--cey-line);

    background: transparent;

    text-align: left;

    font-family: inherit;
    font-size: 13px;

    color: #5f5c57;

    cursor: pointer;
}


.cey-shop-filter-link span {
    opacity: 0;
    transform: translateX(-5px);
    transition: .2s ease;
}


.cey-shop-filter-link:hover,
.cey-shop-filter-link.active {
    color: #000;
}


.cey-shop-filter-link:hover span,
.cey-shop-filter-link.active span {
    opacity: 1;
    transform: none;
}


.cey-shop-empty-filter {
    margin-top: 18px;
    font-size: 12px;
    color: #999;
}


/* Editorial block */

.cey-shop-sidebar-edit {
    margin-top: 55px;
    padding: 29px 25px 31px;

    background: #151515;
    color: #fff;
}


.cey-shop-sidebar-edit > span {
    display: block;

    margin-bottom: 24px;

    font-size: 9px;
    letter-spacing: 1.6px;
    color: #aaa;
}


.cey-shop-sidebar-edit h3 {
    margin: 0 0 33px;

    font-family: var(--cey-serif);
    font-size: 29px;
    line-height: 1.08;
    font-weight: 400;
    color: #fff;
}


.cey-shop-sidebar-edit a {
    color: white;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.15px;

    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}


/* ================================================================
   TOOLBAR
================================================================ */

.cey-shop-toolbar {
    min-height: 56px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 25px;

    margin-bottom: 26px;
}


.cey-shop-product-count {
    font-size: 12px;
    color: #77736e;
}


.cey-shop-product-count strong {
    color: #171717;
    font-weight: 600;
}


.cey-shop-sort {
    display: flex;
    align-items: center;
    gap: 12px;
}


.cey-shop-sort label {
    margin: 0;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.3px;

    color: #777;
}


.cey-shop-sort select {
    appearance: none;

    min-width: 175px;

    border: 0;
    border-bottom: 1px solid #222;

    border-radius: 0;

    padding: 6px 24px 8px 2px;

    background-color: transparent;

    font-size: 12px;
    color: #171717;

    outline: none;

    cursor: pointer;
}


/* ================================================================
   PRODUCT GRID
================================================================ */

.cey-shop-product-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 58px 18px;
}


.cey-shop-card {
    min-width: 0;
}


.cey-shop-card-media {
    position: relative;

    display: block;

    overflow: hidden;

    background: #f4f3f0;

    aspect-ratio: 4 / 5;

    margin-bottom: 18px;
}


.cey-shop-card-media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .65s cubic-bezier(.2, .6, .2, 1),
        opacity .35s ease;
}


.cey-shop-card:hover .cey-shop-card-media img {
    transform: scale(1.025);
}


.cey-shop-badge {
    position: absolute;

    z-index: 3;

    top: 14px;
    left: 14px;

    padding: 7px 10px;

    background: #fff;

    color: #111;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.cey-shop-badge.hot {
    background: var(--cey-sale);
    color: #fff;
}


.cey-shop-card-view {
    position: absolute;

    z-index: 4;

    left: 14px;
    right: 14px;
    bottom: 14px;

    background: #111;

    color: #fff;

    text-align: center;

    padding: 14px;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1.25px;

    transform: translateY(calc(100% + 20px));

    transition: transform .3s ease;
}


.cey-shop-card:hover .cey-shop-card-view {
    transform: translateY(0);
}


.cey-shop-card-meta {
    min-height: 15px;

    margin-bottom: 8px;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;

    color: #85817c;

    text-transform: uppercase;
}


.cey-shop-card h3 {
    margin: 0 0 8px;

    line-height: 1.35;

    font-family: var(--cey-sans);
    font-size: 13px;
    font-weight: 500;
}


.cey-shop-card h3 a {
    color: var(--cey-black);
}


.cey-shop-card-price {
    display: flex;
    align-items: center;
    gap: 9px;

    font-size: 12px;
    color: #111;
}


.cey-shop-card-price .current {
    font-weight: 500;
}


.cey-shop-card-price .old {
    color: #999;
    text-decoration: line-through;
}


/* ================================================================
   LOAD MORE
================================================================ */

.cey-shop-load-more {
    display: flex;
    justify-content: center;

    margin-top: 72px;
}


.cey-shop-load-more button {
    min-width: 165px;

    background: #111;
    color: #fff;

    border: 1px solid #111;

    padding: 17px 24px;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.3px;

    cursor: pointer;

    transition: .2s;
}


.cey-shop-load-more button:hover {
    background: white;
    color: black;
}


.cey-shop-loader {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 50px 0;

    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #777;
}


.cey-shop-loader-dot {
    width: 20px;
    height: 20px;

    border: 1px solid #bbb;
    border-top-color: #111;

    border-radius: 50%;

    animation: ceyShopSpin .7s linear infinite;
}


@keyframes ceyShopSpin {
    to {
        transform: rotate(360deg);
    }
}


.cey-shop-empty {
    text-align: center;

    padding: 100px 20px;

    font-family: var(--cey-serif);
    font-size: 36px;
}


.not-visible {
    display: none !important;
}


/* ================================================================
   MOBILE FILTER
================================================================ */

.cey-shop-mobile-toolbar,
.cey-shop-sidebar-mobile-head,
.cey-shop-filter-overlay {
    display: none;
}


/* ================================================================
   RESPONSIVE
================================================================ */

@media (max-width: 1280px) {

    .cey-shop-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


@media (max-width: 991px) {

    .cey-shop-container {
        width: calc(100% - 40px);
    }


    .cey-shop-hero {
        padding: 45px 0 42px;
    }


    .cey-shop-hero-row {
        display: block;
    }


    .cey-shop-hero h1 {
        font-size: 62px;
    }


    .cey-shop-text-link {
        display: inline-block;
        margin-top: 35px;
    }


    .cey-shop-layout {
        display: block;
    }


    .cey-shop-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .cey-shop-mobile-toolbar {
        display: flex;

        justify-content: flex-end;

        width: calc(100% - 40px);

        margin: 30px auto 0;
    }


    .cey-shop-filter-button {
        background: #111;
        color: #fff;

        border: 0;

        padding: 13px 22px;

        font-size: 10px;
        letter-spacing: 1.3px;
    }


    .cey-shop-sidebar {
        position: fixed;

        z-index: 99999;

        top: 0;
        left: 0;

        width: min(360px, 88vw);
        height: 100vh;

        overflow-y: auto;

        padding: 30px;

        background: #fff;

        transform: translateX(-105%);

        transition: transform .3s ease;
    }


    .cey-shop-sidebar.open {
        transform: translateX(0);
    }


    .cey-shop-filter-group {
        position: static;
    }


    .cey-shop-sidebar-mobile-head {
        display: flex;

        align-items: center;
        justify-content: space-between;

        border-bottom: 1px solid #ddd;

        padding-bottom: 20px;
        margin-bottom: 30px;

        font-family: var(--cey-serif);
        font-size: 28px;
    }


    .cey-shop-sidebar-mobile-head button {
        border: 0;
        background: none;

        font-size: 34px;
        font-weight: 200;
        line-height: 1;
    }


    .cey-shop-filter-overlay {
        position: fixed;

        z-index: 99998;

        inset: 0;

        background: rgba(0, 0, 0, .45);
    }


    .cey-shop-filter-overlay.open {
        display: block;
    }

}


@media (max-width: 600px) {

    .cey-shop-container {
        width: calc(100% - 28px);
    }


    .cey-shop-hero {
        padding-top: 38px;
    }


    .cey-shop-breadcrumb {
        margin-bottom: 22px;
    }


    .cey-shop-hero h1 {
        font-size: 48px;
        letter-spacing: -2px;
    }


    .cey-shop-category-scroll {
        gap: 28px;
    }


    .cey-shop-category-pill {
        padding-top: 25px;
        padding-bottom: 25px;
    }


    .cey-shop-catalog {
        padding-top: 35px;
    }


    .cey-shop-toolbar {
        display: block;
        margin-bottom: 26px;
    }


    .cey-shop-sort {
        margin-top: 20px;

        justify-content: space-between;
    }


    .cey-shop-sort select {
        min-width: 150px;
    }


    .cey-shop-product-grid {
        gap: 40px 10px;
    }


    .cey-shop-card-media {
        margin-bottom: 13px;
    }


    .cey-shop-card-meta {
        font-size: 8px;
    }


    .cey-shop-card h3 {
        font-size: 12px;
    }


    .cey-shop-card-view {
        display: none;
    }

}