.products-page{
    margin-top: 100px   ;
    padding:140px 0 80px;
    background: #ffffff;
}

/* Artist catalog polish */
.products-page{
    margin-top:0;
    padding:150px 0 90px;
    background:
        linear-gradient(180deg, #f7f1ea 0%, #fffaf6 34%, #ffffff 100%);
}

.products-header{
    max-width:860px;
    margin:0 auto 52px;
}

.products-header span{
    display:block;
    margin-bottom:10px;
    color:#6f2d3b;
    font-size:12px;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.products-header h1{
    color:#251719;
    font-size:clamp(46px, 7vw, 82px);
    line-height:.95;
}

.products-header p{
    max-width:680px;
    margin:18px auto 0;
    color:#5d4b46;
    font-size:18px;
    line-height:1.75;
}

.shop-layout{
    grid-template-columns:260px minmax(0, 1fr);
    gap:34px;
}

.filters,
.product-card{
    border:1px solid #eaded5;
    border-radius:8px;
    box-shadow:0 18px 46px rgba(37,23,25,.07);
}

.filters{
    background:#fffaf6;
    top:118px;
}

.filters h3,
.filter-group h4,
.product-body h3{
    color:#251719;
}

.filter-group label,
.price-range,
.product-body p,
.price small{
    color:#6b5b55;
}

.filter-group input[type="checkbox"]{
    accent-color:#6f2d3b;
}

.filter-btn,
.product-footer button,
.pagination .active,
.product-badge{
    background:#6f2d3b;
    color:#fff;
}

.filter-reset,
.pagination a,
.price{
    color:#6f2d3b;
}

.product-card{
    background:#fff;
}

.product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 24px 64px rgba(37,23,25,.12);
}

.product-card img{
    height:310px;
    object-fit:cover;
    background:#f7f1ea;
}

.product-footer button{
    border-radius:8px;
}

.header .icons svg,
.header .search-box svg{
    stroke:#251719;
}

.header .menu a{
    color:#251719;
}

.search-result-label{
    margin-bottom:22px;
    color:#5d4b46;
}

@media(max-width:992px){
    .shop-layout{
        grid-template-columns:1fr;
    }
}

/* Production-inspired catalog layout */
.products-page{
    padding:132px 0 86px;
    background:#fff;
}

.products-header{
    max-width:980px;
    margin:0 auto 42px;
    text-align:center;
}

.products-header span{
    margin-bottom:12px;
    letter-spacing:0;
    text-transform:none;
    font-size:15px;
    color:#6b5b55;
}

.products-header h1{
    font-size:64px;
    line-height:1;
    color:#251719;
}

.products-header p{
    max-width:620px;
    margin:18px auto 0;
    color:#6b5b55;
    font-size:17px;
}

.zm-category-strip{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:22px;
    flex-wrap:wrap;
    margin:0 0 42px;
}

.zm-category-strip a{
    width:118px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    color:#251719;
    text-align:center;
    text-decoration:none;
    transition:transform .18s ease, color .18s ease;
}

.zm-category-strip a:hover,
.zm-category-strip a.is-active{
    color:#6f2d3b;
    transform:translateY(-2px);
}

.zm-category-thumb{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    overflow:hidden;
    background:#f5f1ed;
    border:1px solid #eaded5;
}

.zm-category-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.zm-category-thumb-all{
    background:#251719;
    color:#fff;
}

.zm-category-thumb-all svg{
    width:28px;
    height:28px;
}

.zm-category-strip strong{
    min-height:38px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    font-size:14px;
    line-height:1.25;
}

.shop-layout{
    display:block;
}

.products-content .product-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:34px 28px;
    align-items:start;
}

.zm-product-card{
    border:0;
    border-radius:0;
    background:#fff;
    box-shadow:none;
    overflow:hidden;
    transition:transform .2s ease;
}

.zm-product-card:hover{
    transform:none;
    box-shadow:none;
}

.zm-product-image{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:310px;
    min-height:310px;
    background:#fff;
    overflow:hidden;
    border:0;
    border-radius:0 !important;
    text-decoration:none;
}

.zm-product-card .zm-product-image img{
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    max-height:100% !important;
    padding:0;
    object-fit:contain;
    background:#fff;
    border-radius:0 !important;
    display:block;
    margin:auto;
}

.zm-product-card .favorite-btn{
    top:12px;
    right:12px;
    width:40px;
    height:40px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(37,23,25,.08);
    box-shadow:0 10px 24px rgba(37,23,25,.12);
}

.zm-product-card .product-body{
    padding:18px 0 0;
}

.zm-product-title{
    min-height:56px;
    margin:0 0 12px;
    font-size:22px;
    line-height:1.25;
    font-family:"Manrope", sans-serif;
    font-weight:700;
    color:#251719;
}

.zm-product-meta{
    min-height:28px;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
    color:#7a6a64;
    font-size:14px;
}

.zm-product-meta span + span{
    display:flex;
    align-items:center;
    gap:10px;
}

.zm-product-meta span + span::before{
    content:"";
    width:1px;
    height:18px;
    background:#ddd3cc;
}

.zm-product-card .product-delivery{
    margin:0;
    color:#6b5b55;
    font-size:14px;
    font-weight:600;
}

.zm-product-card .product-delivery.is-in-stock{
    color:#16803a;
}

.zm-product-footer{
    align-items:center;
    gap:12px;
}

.zm-product-price{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:6px 12px;
    border:2px solid #eaded5;
    border-radius:8px;
    color:#16803a;
    font-size:18px;
    line-height:1;
}

.zm-product-price span{
    white-space:nowrap;
}

.zm-product-footer button{
    min-width:44px;
    height:42px;
    padding:0 14px;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:#251719;
    color:#fff;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
}

.zm-product-footer button svg{
    width:17px;
    height:17px;
}

.zm-product-footer button:disabled{
    background:#eee4dc;
    color:#6b5b55;
    cursor:not-allowed;
}

@media(max-width:1180px){
    .products-content .product-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:992px){
    .products-page{
        padding-top:118px;
    }

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

@media(max-width:620px){
    .products-header h1{
        font-size:42px;
    }

    .products-content .product-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .zm-product-title{
        min-height:0;
    }

    .zm-product-image{
        height:260px;
        min-height:260px;
    }
}

.products-header{
    text-align:center;
    margin-bottom:50px;
}

.products-header h1{
    font-size:64px;
    color:#06298b;
}

.products-header p{
    color:#64748b;
}

.shop-layout{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:30px;
}

.filters{
    background:#fff;
    padding:25px;
    border-radius:24px;
    height:max-content;
    position:sticky;
    top:150px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.filters h3{
    margin-bottom:25px;
    font-size:28px;
}

.filter-group{
    margin-bottom:30px;
}

.filter-group h4{
    margin-bottom:15px;
    font-size:18px;
}

.filter-group label{
    display:flex;
    gap:10px;
    margin-bottom:10px;
    cursor:pointer;
}

.price-range{
    margin-top:10px;
    color:#64748b;
}

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

.filter-btn{
    width:100%;
    background:#06298b;
    color:white;
    border:none;
    border-radius:12px;
    padding:15px;
    font-weight:600;
}

.filter-reset{
    display:block;
    margin-top:12px;
    color:#06298b;
    font-weight:600;
    text-align:center;
    text-decoration:none;
}

.products-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.products-toolbar select{
    border:1px solid #ddd;
    padding:12px 16px;
    border-radius:12px;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.product-card{
    background:white;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
    position:relative;
}

.product-card:hover{
    transform:translateY(-6px);
}

.product-card img{
    width:100%;
    height:270px;
    object-fit:contain;
    padding: 8px;
}

.product-body{
    padding:20px;
}

.product-body h3{
    font-size:21px;
    margin-bottom:10px;
}

.product-body p{
    color:#64748b;
    margin-bottom:10px;
}

.product-delivery{
    margin-bottom:18px;
    color:#64748b;
    font-size:14px;
    font-weight:700;
}

.product-delivery.is-in-stock{
    color:#16803a;
}

.product-delivery.is-out-of-stock,
.product-delivery.is-sold-out{
    color:#991b1b;
}

.product-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
}

.price{
    color:#06298b;
    font-weight:700;
    font-size:24px;
    line-height:1.1;
}

.price small{
    display:block;
    margin-top:6px;
    color:#64748b;
    font-size:12px;
    font-weight:400;
    line-height:1.25;
}

.product-footer button{
    background:#06298b;
    color:white;
    border:none;
    padding:10px 18px;
    border-radius:12px;
    cursor:pointer;
}

.product-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#06298b;
    color:white;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    z-index:2;
}

.product-stock-badge{
    position:absolute;
    top:58px;
    left:15px;
    z-index:2;
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 12px;
    border-radius:999px;
    background:#fee2e2;
    color:#991b1b;
    font-size:12px;
    font-weight:800;
    box-shadow:0 8px 18px rgba(15, 23, 42, .12);
}

.product-stock-badge.is-on-the-way{
    background:#dbeafe;
    color:#1d4ed8;
}

.pagination{
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:white;
    border-radius:12px;
    text-decoration:none;
    color:#06298b;
}

.pagination .active{
    background:#06298b;
    color:white;
}

.header .icons svg{
    stroke: #06298b;
}
.header .menu a{
    color: #06298b;
}

@media(max-width:992px){

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

    .filters{
        position:static;
    }

    .products-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .products-header h1{
        font-size:42px;
    }

    .products-toolbar{
        flex-direction:column;
        gap:15px;
        align-items:flex-start;
    }

    .products-grid{
        grid-template-columns:1fr;
    }

    .product-card img{
        height:230px;
    }
}

/* Final artist catalog overrides */
.products-page{
    margin-top:0;
    padding:150px 0 90px;
    background:linear-gradient(180deg, #f7f1ea 0%, #fffaf6 34%, #ffffff 100%);
}

.products-header{
    max-width:860px;
    margin:0 auto 52px;
}

.products-header span{
    display:block;
    margin-bottom:10px;
    color:#6f2d3b;
    font-size:12px;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.products-header h1{
    color:#251719;
    font-size:clamp(46px, 7vw, 82px);
    line-height:.95;
}

.products-header p{
    max-width:680px;
    margin:18px auto 0;
    color:#5d4b46;
    font-size:18px;
    line-height:1.75;
}

.shop-layout{
    grid-template-columns:260px minmax(0, 1fr);
    gap:34px;
}

.filters,
.product-card{
    border:1px solid #eaded5;
    border-radius:8px;
    box-shadow:0 18px 46px rgba(37,23,25,.07);
}

.filters{
    background:#fffaf6;
    top:118px;
}

.filters h3,
.filter-group h4,
.product-body h3{
    color:#251719;
}

.filter-group label,
.price-range,
.product-body p,
.price small,
.search-result-label{
    color:#6b5b55;
}

.filter-group input[type="checkbox"]{
    accent-color:#6f2d3b;
}

.filter-btn,
.product-footer button,
.pagination .active,
.product-badge{
    background:#6f2d3b;
    color:#fff;
}

.filter-reset,
.pagination a,
.price{
    color:#6f2d3b;
}

.product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 24px 64px rgba(37,23,25,.12);
}

.product-card img{
    height:310px;
    object-fit:cover;
    background:#f7f1ea;
}

.product-footer button,
.pagination a{
    border-radius:8px;
}

.header .icons svg,
.header .search-box svg{
    stroke:#251719;
}

.header .menu a{
    color:#251719;
}

@media(max-width:992px){
    .shop-layout{
        grid-template-columns:1fr;
    }
}
