/*==============================================================
    Shop Hero
==============================================================*/

.spyx-shop-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.spyx-shop-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spyx-shop-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.spyx-shop-hero-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1320px;
    height: 100%;

    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spyx-shop-hero-subtitle {
    margin: 0 0 10px;

    color: #D71920;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.spyx-shop-hero-title {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 70px);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

/*==============================================================
    Breadcrumb
==============================================================*/

.spyx-shop-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.spyx-breadcrumbs {
    margin-bottom: 40px;
}

.spyx-breadcrumbs .woocommerce-breadcrumb {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

.spyx-breadcrumbs .woocommerce-breadcrumb a {
    color: #999;
    text-decoration: none;
    transition: .3s;
}

.spyx-breadcrumbs .woocommerce-breadcrumb a:hover {
    color: #D71920;
}

.spyx-breadcrumb-separator {
    margin: 0 10px;
    color: #555;
}

/*==============================================================
    Shop Layout
==============================================================*/

.spyx-shop-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: start;
}

/*==============================================================
    Responsive
==============================================================*/

@media (max-width: 991px) {



    .spyx-shop-hero-subtitle {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .spyx-shop-title {
        font-size: 42px;
    }

    .spyx-shop-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}

/*==============================================================
    Sidebar
==============================================================*/

.spyx-shop-sidebar {
    background: #111;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 30px;
}

.spyx-sidebar-title {
    margin: 0 0 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.spyx-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
section.spyx-shop-hero img {
    height: inherit;
}

.spyx-category-list li:last-child {
    margin-bottom: 0;
}

.spyx-category-list a {
    display: block;

    padding: 12px 16px;

    color: #bbb;
    text-decoration: none;

    border-radius: 6px;

    transition: all .3s ease;
}

.spyx-category-list a:hover {
    color: #fff;
    background: rgba(215,25,32,.12);
}

.spyx-category-list li.active a {
    background: #D71920;
    color: #fff;
    font-weight: 600;
}

/*==============================================================
    Toolbar
==============================================================*/

.spyx-shop-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
    gap:20px;
}

.spyx-product-count{
    color:#fff;
    font-size:16px;
    font-weight:600;
}

.spyx-shop-ordering select{
    background:#111;
    color:#fff;
    border:1px solid rgba(255,255,255,.15);
    padding:12px 18px;
    border-radius:6px;
}

/*==============================================================
    Product Grid
==============================================================*/

.spyx-product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.spyx-product-card{
    display:block;
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    overflow:hidden;
    text-decoration:none;
    transition:.3s;
}

.spyx-product-card:hover{
    border-color:#D71920;
    transform:translateY(-4px);
}

.spyx-product-image{
    overflow:hidden;
    aspect-ratio:1/1;
    background:#090909;
    padding:25px;
}
section.spyx-shop-page {
    background: #000;
}
.spyx-product-content .spyx-product-title, .spyx-summary h1 {
    margin: 0;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    padding: 0;
    font-weight: 500;
}
.spyx-product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.spyx-product-card:hover .spyx-product-image img{
    transform:scale(1.08);
}

.spyx-product-title{
    margin:0;
    padding:22px 18px;

    color:#fff;
    font-size:20px;
    font-weight:700;
    text-align:center;
    transition:.3s;
}

.spyx-product-card:hover .spyx-product-title{
    color:#D71920;
}

/* ==========================================
   SpyX Pagination Override
========================================== */

.spyx-pagination .woocommerce-pagination ul.page-numbers{
    display:flex;
    gap:12px;
    padding:0;
    margin:0;
        margin-top: 50px;
    justify-content: center;

    border:none !important;
}
.spyx-shop-ordering {
    display: none;
}
.spyx-pagination .woocommerce-pagination ul.page-numbers li{
    border:none !important;
    margin:0 !important;
    padding:0 !important;
}

.spyx-pagination .woocommerce-pagination ul.page-numbers li .page-numbers{
    width:44px;
    height:44px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#111 !important;
    color:#fff !important;

    border:1px solid rgba(255,255,255,.12) !important;

    text-decoration:none;
    font-size:15px;
    font-weight:600;

    transition:.25s ease;
}

.spyx-pagination .woocommerce-pagination ul.page-numbers li a.page-numbers:hover{
    border-color:#D71920 !important;
    color:#fff !important;
}

.spyx-pagination .woocommerce-pagination ul.page-numbers li .page-numbers.current{
    background:#D71920 !important;
    border-color:#D71920 !important;
    color:#fff !important;
}

.spyx-pagination .woocommerce-pagination ul.page-numbers li .next,
.spyx-pagination .woocommerce-pagination ul.page-numbers li .prev{
    font-size:18px;
    font-weight:400;
}

.spyx-no-products{
    text-align:center;
    padding:80px 20px;
}

.spyx-no-products h2{
    color:#fff;
    margin-bottom:15px;
    font-size:34px;
}

.spyx-no-products p{
    color:#999;
    margin:0;
}

.spyx-shop-ordering .woocommerce-ordering{
    margin:0;
}

.spyx-shop-ordering select{
    appearance:none;
    -webkit-appearance:none;

    min-width:220px;

    cursor:pointer;
    outline:none;
}

/*==============================================================
    Product Card
==============================================================*/

.spyx-product-content{
    padding:22px;
}

.spyx-product-category{
    margin:0 0 10px;

    color:#D71920;

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;
}

.spyx-product-title{
    margin:0;

    color:#fff;

    font-size:22px;

    font-weight:700;

    line-height:1.3;

    transition:.3s;
}

.spyx-product-card:hover .spyx-product-title{
    color:#D71920;
}

/*==============================================================
    Responsive
==============================================================*/

@media (max-width:1200px){

    .spyx-product-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media only screen and (min-width:600px) and (max-width:1024px){

    .spyx-shop-layout{
        grid-template-columns:1fr;
        gap:40px;

.spyx-shop-hero-content {
    padding: 130px 20px;
}
    .spyx-shop-sidebar{
        padding:24px;
    }

    .spyx-product-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
    }

    .spyx-shop-toolbar{
        margin-bottom:30px;
    }

}

@media only screen and (max-width:599px){
.spyx-shop-hero-content {
    padding: 130px 20px;
}

section.spyx-shop-hero {
    height: 200px !important;
}

    .spyx-shop-layout{
        grid-template-columns:1fr;
        gap:30px;
    }

    .spyx-shop-sidebar{
        padding:20px;
    }

    .spyx-shop-toolbar{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
        margin-bottom:24px;
    }

    .spyx-shop-ordering,
    .spyx-shop-ordering select{
        width:100%;
    }

    .spyx-product-grid{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }

    .spyx-product-image{
        padding:16px;
    }

    .spyx-product-content{
        padding:16px;
    }

    .spyx-product-category{
        font-size:11px;
        letter-spacing:1.5px;
    }

    .spyx-product-title{
        font-size:18px;
        line-height:1.35;
    }

}