/* VW_STOREFRONT_SHOP_CATALOG_PREMIUM_V5 */

body.vw-storefront.vw-page-shop {
    --vw-shop-max: 1180px;
    --vw-shop-ink: #18181b;
    --vw-shop-muted: #6b6863;
    --vw-shop-line: rgba(24, 24, 27, .14);
    --vw-shop-soft: #fbf8f4;
    --vw-shop-card: #fffdfa;
    --vw-shop-radius: 14px;
    background:
        radial-gradient(circle at 18% 0%, rgba(208, 185, 157, .10), transparent 34%),
        #fbf8f4;
}

body.vw-storefront.vw-page-shop .vw-site-main {
    width: min(var(--vw-shop-max), calc(100% - 40px));
    margin-inline: auto;
    padding-top: clamp(28px, 4vw, 52px);
    padding-bottom: clamp(56px, 7vw, 92px);
}

body.vw-storefront.vw-page-shop .breadcrumbs {
    margin: 0 0 18px;
    color: var(--vw-shop-muted);
    font-size: 12px;
    line-height: 1.5;
}

body.vw-storefront.vw-page-shop .breadcrumbs a {
    transition: color .16s ease;
}

body.vw-storefront.vw-page-shop .breadcrumbs a:hover {
    color: var(--vw-shop-ink);
}

body.vw-storefront.vw-page-shop .vw-shop-catalog-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 22px;
    margin: 0 0 26px;
    padding: 0;
    border: 0;
    background: transparent;
}

body.vw-storefront.vw-page-shop .vw-shop-catalog-head h1 {
    margin: 0;
    color: var(--vw-shop-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.04em;
}

body.vw-storefront.vw-page-shop .vw-shop-catalog-head p {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--vw-shop-muted);
    font-size: 14px;
    line-height: 1.7;
}

body.vw-storefront.vw-page-shop .vw-shop-catalog-count {
    align-self: center;
    color: var(--vw-shop-muted);
    font-size: 13px;
    font-weight: 650;
    white-space: nowrap;
}

body.vw-storefront.vw-page-shop .vw-shop-filter {
    margin: 0 0 22px;
    overflow: visible;
    border: 1px solid var(--vw-shop-line);
    border-radius: var(--vw-shop-radius);
    background: rgba(255, 255, 255, .78);
    box-shadow: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.vw-storefront.vw-page-shop .vw-shop-filter__head,
body.vw-storefront.vw-page-shop .vw-shop-filter__drawer-head,
body.vw-storefront.vw-page-shop .vw-shop-filter__backdrop {
    display: none !important;
}

body.vw-storefront.vw-page-shop .vw-shop-filter__panel {
    display: block !important;
    position: static !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    padding: 18px !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.vw-storefront.vw-page-shop .vw-shop-filter__form {
    display: grid !important;
    grid-template-columns:
        minmax(190px, 1.45fr)
        minmax(160px, 1.05fr)
        minmax(112px, .72fr)
        minmax(112px, .72fr)
        minmax(150px, .9fr);
    align-items: end;
    gap: 14px;
}

body.vw-storefront.vw-page-shop .vw-shop-filter__field,
body.vw-storefront.vw-page-shop .vw-shop-filter__form > div {
    min-width: 0;
}

body.vw-storefront.vw-page-shop .vw-shop-filter__form label:not(.vw-shop-filter__stock-label) {
    display: block;
    margin: 0 0 7px;
    color: var(--vw-shop-ink);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

body.vw-storefront.vw-page-shop .vw-shop-filter input:not([type="checkbox"]),
body.vw-storefront.vw-page-shop .vw-shop-filter select {
    width: 100%;
    min-height: 46px;
    height: 46px;
    padding: 0 13px;
    border: 1px solid var(--vw-shop-line);
    border-radius: 8px;
    color: var(--vw-shop-ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: none;
    font-size: 13px;
    outline: 0;
}

body.vw-storefront.vw-page-shop .vw-shop-filter input:not([type="checkbox"]):focus,
body.vw-storefront.vw-page-shop .vw-shop-filter select:focus {
    border-color: var(--vw-shop-ink);
    box-shadow: 0 0 0 3px rgba(24, 24, 27, .08);
}

body.vw-storefront.vw-page-shop .vw-shop-filter__search-wrap {
    position: relative;
}

body.vw-storefront.vw-page-shop .vw-shop-filter__search-wrap svg {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #8a8782;
    stroke-width: 1.8;
    transform: translateY(-50%);
    pointer-events: none;
}

body.vw-storefront.vw-page-shop .vw-shop-filter__search-wrap input {
    padding-left: 40px !important;
}

body.vw-storefront.vw-page-shop .stock-filter {
    grid-column: 1 / 3;
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 0;
}

body.vw-storefront.vw-page-shop .vw-shop-filter__stock-label {
    display: inline-flex;
    width: auto;
    min-height: 38px;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--vw-shop-ink);
    background: transparent;
    font-size: 12px;
    font-weight: 650;
    gap: 9px;
}

body.vw-storefront.vw-page-shop .vw-shop-filter input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--vw-shop-line);
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}

body.vw-storefront.vw-page-shop .vw-shop-filter input[type="checkbox"]::after {
    position: absolute;
    inset: 3px;
    border-radius: 2px;
    background: var(--vw-shop-ink);
    content: "";
    opacity: 0;
    transform: scale(.65);
    transition: opacity .15s ease, transform .15s ease;
}

body.vw-storefront.vw-page-shop .vw-shop-filter input[type="checkbox"]:checked::after {
    opacity: 1;
    transform: scale(1);
}

body.vw-storefront.vw-page-shop .filter-actions {
    grid-column: 3 / -1;
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

body.vw-storefront.vw-page-shop .filter-actions button,
body.vw-storefront.vw-page-shop .filter-actions .btn {
    min-width: 132px;
    min-height: 44px;
    height: 44px;
    margin: 0;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
}

body.vw-storefront.vw-page-shop .filter-actions button {
    border-color: var(--vw-shop-ink);
    background: var(--vw-shop-ink);
    color: #fff;
    box-shadow: none;
}

body.vw-storefront.vw-page-shop .filter-actions .btn {
    border-color: var(--vw-shop-line);
    background: #fff;
    color: var(--vw-shop-ink);
}

body.vw-storefront.vw-page-shop .filter-actions button:hover,
body.vw-storefront.vw-page-shop .filter-actions .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(24, 24, 27, .10);
}

body.vw-storefront.vw-page-shop .category-links {
    display: flex;
    margin: 0 0 22px;
    padding: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 8px;
    scrollbar-width: thin;
}

body.vw-storefront.vw-page-shop .category-link {
    flex: 0 0 auto;
    padding: 8px 13px;
    border: 1px solid var(--vw-shop-line);
    border-radius: 999px;
    color: var(--vw-shop-muted);
    background: rgba(255, 255, 255, .75);
    font-size: 11px;
    font-weight: 700;
}

body.vw-storefront.vw-page-shop .category-link.active,
body.vw-storefront.vw-page-shop .category-link:hover {
    border-color: var(--vw-shop-ink);
    background: var(--vw-shop-ink);
    color: #fff;
}

body.vw-storefront.vw-page-shop .vw-shop-products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

body.vw-storefront.vw-page-shop .vw-shop-product-card {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    padding: 0;
    border: 1px solid var(--vw-shop-line) !important;
    border-radius: 10px !important;
    background: var(--vw-shop-card) !important;
    box-shadow: none !important;
    transform: none !important;
}

body.vw-storefront.vw-page-shop .vw-shop-product-card:hover {
    border-color: rgba(24, 24, 27, .28) !important;
    box-shadow: 0 16px 36px rgba(39, 32, 24, .08) !important;
    transform: translateY(-2px) !important;
}

body.vw-storefront.vw-page-shop .vw-shop-product-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10 !important;
    background: #f1ece5;
}

body.vw-storefront.vw-page-shop .vw-shop-product-image img,
body.vw-storefront.vw-page-shop .vw-shop-product-image .product-image {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    background: #f1ece5;
}

body.vw-storefront.vw-page-shop .vw-shop-product-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #817c75;
    background:
        linear-gradient(135deg, rgba(255,255,255,.55), transparent),
        #eee8df;
    font-size: 12px;
    font-weight: 700;
}

body.vw-storefront.vw-page-shop .vw-shop-product-body {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    padding: 14px 14px 15px;
}

body.vw-storefront.vw-page-shop .vw-shop-product-meta {
    min-height: 16px;
    margin: 0 0 5px;
    color: #8b6753;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

body.vw-storefront.vw-page-shop .vw-shop-product-card h2 {
    margin: 0 0 5px;
    color: var(--vw-shop-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -.02em;
}

body.vw-storefront.vw-page-shop .vw-shop-product-card h2 a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.vw-storefront.vw-page-shop .vw-shop-product-description {
    min-height: 38px;
    margin: 0 0 12px;
    color: var(--vw-shop-muted);
    font-size: 12px;
    line-height: 1.55;
}

body.vw-storefront.vw-page-shop .vw-shop-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    gap: 12px;
}

body.vw-storefront.vw-page-shop .vw-shop-product-price {
    margin: 0;
    color: var(--vw-shop-ink);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

body.vw-storefront.vw-page-shop .vw-shop-product-price .strike {
    margin-left: 6px;
    font-size: 11px;
    font-weight: 500;
}

body.vw-storefront.vw-page-shop .vw-shop-product-stock {
    margin: 3px 0 0;
    font-size: 10px;
    font-weight: 700;
}

body.vw-storefront.vw-page-shop .vw-shop-product-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

body.vw-storefront.vw-page-shop .vw-shop-product-actions form {
    margin: 0;
}

body.vw-storefront.vw-page-shop .vw-shop-product-actions .btn,
body.vw-storefront.vw-page-shop .vw-shop-product-actions button {
    min-height: 36px;
    height: 36px;
    margin: 0;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

body.vw-storefront.vw-page-shop .vw-shop-product-actions .vw-view-product {
    border-color: var(--vw-shop-line);
    background: #fff;
    color: var(--vw-shop-ink);
}

body.vw-storefront.vw-page-shop .vw-shop-product-actions button {
    border-color: var(--vw-shop-ink);
    background: var(--vw-shop-ink);
    color: #fff;
}

body.vw-storefront.vw-page-shop .vw-shop-empty-state {
    display: grid;
    min-height: 270px;
    margin: 0;
    padding: 44px 20px;
    place-items: center;
    border: 1px solid var(--vw-shop-line);
    border-radius: 10px;
    background: rgba(255, 255, 255, .76);
    text-align: center;
}

body.vw-storefront.vw-page-shop .vw-shop-empty-state__inner {
    max-width: 430px;
}

body.vw-storefront.vw-page-shop .vw-shop-empty-state__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    place-items: center;
    border: 1px solid var(--vw-shop-line);
    border-radius: 50%;
    background: #fff;
    color: var(--vw-shop-ink);
    font-size: 20px;
}

body.vw-storefront.vw-page-shop .vw-shop-empty-state h2 {
    margin: 0 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

body.vw-storefront.vw-page-shop .vw-shop-empty-state p {
    margin: 0 0 18px;
    color: var(--vw-shop-muted);
    font-size: 13px;
}

body.vw-storefront.vw-page-shop .pagination {
    justify-content: center;
    margin-top: 28px;
}

@media (max-width: 1040px) {
    body.vw-storefront.vw-page-shop .vw-shop-filter__form {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.vw-storefront.vw-page-shop .vw-shop-filter__form > :first-child {
        grid-column: span 2;
    }

    body.vw-storefront.vw-page-shop .stock-filter {
        grid-column: 1 / 3;
    }

    body.vw-storefront.vw-page-shop .filter-actions {
        grid-column: 3 / -1;
    }
}

@media (max-width: 820px) {
    body.vw-storefront.vw-page-shop .vw-shop-catalog-head {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.vw-storefront.vw-page-shop .vw-shop-catalog-count {
        justify-self: start;
    }

    body.vw-storefront.vw-page-shop .vw-shop-filter__form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.vw-storefront.vw-page-shop .vw-shop-filter__form > :first-child,
    body.vw-storefront.vw-page-shop .stock-filter,
    body.vw-storefront.vw-page-shop .filter-actions {
        grid-column: 1 / -1;
    }

    body.vw-storefront.vw-page-shop .vw-shop-products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.vw-storefront.vw-page-shop .vw-shop-product-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    body.vw-storefront.vw-page-shop .vw-shop-product-actions {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    body.vw-storefront.vw-page-shop .vw-site-main {
        width: min(100% - 24px, var(--vw-shop-max));
        padding-top: 24px;
    }

    body.vw-storefront.vw-page-shop .vw-shop-catalog-head h1 {
        font-size: clamp(32px, 11vw, 44px);
    }

    body.vw-storefront.vw-page-shop .vw-shop-filter__panel {
        padding: 14px !important;
    }

    body.vw-storefront.vw-page-shop .vw-shop-filter__form {
        grid-template-columns: 1fr;
    }

    body.vw-storefront.vw-page-shop .vw-shop-filter__form > *,
    body.vw-storefront.vw-page-shop .stock-filter,
    body.vw-storefront.vw-page-shop .filter-actions {
        grid-column: 1 !important;
    }

    body.vw-storefront.vw-page-shop .filter-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    body.vw-storefront.vw-page-shop .filter-actions button,
    body.vw-storefront.vw-page-shop .filter-actions .btn {
        width: 100%;
        min-width: 0;
    }

    body.vw-storefront.vw-page-shop .vw-shop-products {
        grid-template-columns: 1fr !important;
    }

    body.vw-storefront.vw-page-shop .vw-shop-product-image {
        aspect-ratio: 4 / 3 !important;
    }

    body.vw-storefront.vw-page-shop .vw-shop-product-bottom {
        flex-direction: row;
        align-items: center;
    }

    body.vw-storefront.vw-page-shop .vw-shop-product-actions {
        width: auto;
        justify-content: flex-end;
    }
}
