.product-page{
    padding:40px 0 80px;
    background: #ffffff;
    margin-top: 150px;
}

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

.breadcrumbs,
.breadcrumbs a{
    color:#786660;
}

.product-layout{
    gap:44px;
}

.main-image,
.thumbs img,
.product-info,
.product-tabs{
    border:1px solid #eaded5;
    border-radius:8px;
    box-shadow:0 18px 46px rgba(37,23,25,.07);
}

.main-image{
    background:#fffaf6;
}

.main-image img{
    height:680px;
    object-fit:cover;
}

.product-info h1,
.brand-description h3,
.customer-rating strong{
    color:#251719;
}

.product-info{
    background:#fff;
}

.badge,
.add-cart{
    background:#6f2d3b;
    color:#fff;
}

.price{
    color:#6f2d3b;
}

.quantity,
.quantity button,
.quantity input{
    background:#fffaf6;
}

.quantity{
    border-color:#eaded5;
    border-radius:8px;
}

.add-cart{
    border-radius:8px;
}

.service-icons div{
    color:#5d4b46;
}

.product-detail-meta-row span,
.brand-description p,
.price-box span,
.product-card small{
    color:#6b5b55;
}

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

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

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

    .main-image img{
        height:auto;
        max-height:520px;
    }
}
.header{
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.header .icons svg{
    stroke: #06298b;
}
.header .menu a{
    color: #06298b;
}
.breadcrumbs{
    font-size:14px;
    margin-bottom:25px;
    color:#7a7a7a;
}

.breadcrumbs a{
    color:#6b7280;
    text-decoration:none;
}

.product-layout{
    display:grid;
    grid-template-columns: 1fr 520px;
    gap:60px;
    align-items:start;
}

.main-image{
    background:white;
    border-radius:24px;
    overflow:hidden;
}

.main-image img{
    width:100%;
    height:700px;
    object-fit:contain;
    display:block;
}

.thumbs{
    display:flex;
    gap:12px;
    margin-top:15px;
}

.thumbs img{
    width:90px;
    height:90px;
    object-fit:contain;
    background:#fff;
    border-radius:14px;
    cursor:pointer;
}

.product-info{
    background:white;
    padding:35px;
    border-radius:24px;
}

.badge{
    background:#0d4ed8;
    color:white;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
}

.product-info h1{
    font-size:48px;
    line-height:1.1;
    margin:20px 0;
    color:#0f1f4d;
}

.rating{
    color:#f8b400;
    font-size:18px;
}

.rating span{
    color:#777;
    margin-left:10px;
}

.customer-rating{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin:-6px 0 18px;
    color:#4b5563;
}

.customer-rating strong{
    color:#0f1f4d;
}

.customer-rating .stars{
    color:#f8b400;
    letter-spacing:0;
}

.product-detail-meta{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px 14px;
    margin:24px 0;
}

.product-detail-meta-row{
    display:grid;
    grid-template-columns:92px minmax(0, 1fr);
    align-items:center;
    min-height:42px;
    padding:9px 0;
    border-bottom:1px solid #efe5dc;
    color:#4b5563;
}

.product-detail-meta-row span{
    color:#8a7a72;
    font-size:13px;
}

.product-detail-meta-row strong{
    color:#271f1d;
    font-size:15px;
    font-weight:600;
    line-height:1.35;
}

.product-detail-stock{
    grid-column:1 / -1;
}

.product-detail-stock strong{
    display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    gap:8px;
    color:#16a34a;
}

.product-detail-stock small{
    color:#6b5b55;
    font-size:14px;
    font-weight:600;
}

.price-box{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
}

.price{
    font-size:52px;
    font-weight:700;
    color:#0d4ed8;
    line-height:1;
}

.price-box span,
.product-card small{
    color:#64748b;
    font-size:13px;
    font-weight:400;
    line-height:1.3;
}

.stock{
    margin:15px 0 30px;
    color:#16a34a;
    font-weight:700;
}

.stock span{
    color:#666;
    margin-left:10px;
}

.stock.is-out-of-stock,
.stock.is-sold-out{
    color:#dc2626;
}

.stock.is-on-the-way{
    color:#1d4ed8;
}

.product-detail-stock.is-out-of-stock strong,
.product-detail-stock.is-sold-out strong{
    color:#dc2626;
}

.product-detail-stock.is-on-the-way strong{
    color:#1d4ed8;
}

.brand-description{
    display:flex;
    gap:22px;
    align-items:flex-start;
    margin-top:35px;
    padding-top:30px;
    border-top:1px solid #eee;
}

.brand-description img{
    width:120px;
    height:120px;
    object-fit:contain;
    flex:0 0 120px;
    border-radius:18px;
    background:#f7f8fb;
    padding:12px;
}

.brand-description h3{
    margin:0 0 10px;
    color:#0f1f4d;
    font-size:28px;
}

.brand-description p{
    margin:0;
    color:#374151;
    line-height:1.7;
}

.cart-row{
    display:flex;
    gap:15px;
    margin-bottom:35px;
}

.quantity{
    display:flex;
    border:1px solid #e5e7eb;
    border-radius:14px;
    overflow:hidden;
}

.quantity button{
    width:50px;
    border:none;
    background:white;
    font-size:20px;
}

.quantity input{
    width:60px;
    border:none;
    text-align:center;
}

.add-cart{
    flex:1;
    border:none;
    background:#0d4ed8;
    color:white;
    border-radius:14px;
    font-size:17px;
    justify-content: center;
    font-weight:600;
}

.service-icons{
    display:flex;
    justify-content:space-between;
    gap:15px;
}

.service-icons div{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    font-size:14px;
}

.product-tabs{
    background:white;
    margin-top:50px;
    border-radius:24px;
    padding:35px;
}

.tab-head{
    display:flex;
    gap:40px;
    border-bottom:1px solid #eee;
    padding-bottom:20px;
}

.tab-head button,
.tab-head a{
    border:none;
    background:none;
    font-size:16px;
    cursor:pointer;
    color:#374151;
    text-decoration:none;
}

.tab-head .active{
    color:#0d4ed8;
    font-weight:700;
}

.description{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:50px;
    padding-top:35px;
}

.description ul{
    margin-top:20px;
}

.description li{
    margin-bottom:12px;
}

.feature-box{
    background:#f7f8fb;
    border-radius:20px;
    padding:25px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.product-description-text{
    color:#374151;
    line-height:1.8;
}

.product-description-text h1,
.product-description-text h2,
.product-description-text h3{
    margin:0 0 14px;
    color:#0f1f4d;
}

.product-description-text p,
.product-description-text ul,
.product-description-text ol{
    margin:0 0 16px;
}

.product-parameter-box{
    background:#f7f8fb;
    border-radius:20px;
    padding:25px;
    margin-bottom:20px;
}

.product-parameter-box h3{
    margin:0 0 18px;
    color:#0f1f4d;
}

.product-parameter-box dl{
    display:grid;
    gap:12px;
    margin:0;
}

.product-parameter-box dl div{
    display:grid;
    grid-template-columns:minmax(120px,.85fr) 1fr;
    gap:14px;
    padding-bottom:12px;
    border-bottom:1px solid #e5e7eb;
}

.product-parameter-box dl div:last-child{
    padding-bottom:0;
    border-bottom:0;
}

.product-parameter-box dt{
    color:#6b7280;
    font-weight:700;
}

.product-parameter-box dd{
    margin:0;
    color:#111827;
}

.customer-reviews{
    margin-top:35px;
    padding-top:30px;
    border-top:1px solid #eee;
}

.reviews-summary{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:20px;
}

.reviews-score{
    width:86px;
    height:86px;
    border-radius:18px;
    background:#f7f8fb;
    color:#0d4ed8;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    font-size:30px;
    font-weight:700;
}

.reviews-score span{
    font-size:14px;
    color:#64748b;
    font-weight:500;
}

.reviews-summary h3{
    margin:0 0 6px;
    color:#0f1f4d;
}

.reviews-summary p,
.reviews-legal{
    margin:0;
    color:#64748b;
}

.reviews-text{
    background:#f7f8fb;
    border-radius:18px;
    padding:22px;
    color:#374151;
    line-height:1.7;
    margin-bottom:18px;
}

.reviews-legal{
    font-size:14px;
}

.related-products{
    margin-top:60px;
}

.related-products h2{
    font-size:38px;
    color:#0f1f4d;
    margin-bottom:30px;
}

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

.product-card{
    background:white;
    border-radius:20px;
    overflow:hidden;
    transition:.3s;
}

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

.product-card img{
    width:100%;
    height:220px;
    object-fit:contain;
    background:#fff;
}

.product-card h4{
    padding:15px 15px 5px;
}

.card-price{
    color:#0d4ed8;
    font-size:22px;
    font-weight:700;
    padding:0 15px 4px;
}

.product-card small{
    display:block;
    padding:0 15px 20px;
}

@media(max-width:992px){

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

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

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

    .brand-description{
        flex-direction:column;
    }

    .product-info h1{
        font-size:34px;
    }
}

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

.breadcrumbs,
.breadcrumbs a{
    color:#786660;
}

.product-layout{
    gap:44px;
}

.main-image,
.thumbs img,
.product-info,
.product-tabs{
    border:1px solid #eaded5;
    border-radius:8px;
    box-shadow:0 18px 46px rgba(37,23,25,.07);
}

.main-image{
    background:#fffaf6;
}

.main-image img{
    height:680px;
    object-fit:cover;
}

.product-info h1,
.brand-description h3,
.customer-rating strong,
.related-products h2,
.reviews-summary h3{
    color:#251719;
}

.product-info{
    background:#fff;
}

.badge,
.add-cart{
    background:#6f2d3b;
    color:#fff;
}

.price,
.card-price{
    color:#6f2d3b;
}

.quantity,
.quantity button,
.quantity input{
    background:#fffaf6;
}

.quantity{
    border-color:#eaded5;
    border-radius:8px;
}

.add-cart,
.reviews-text{
    border-radius:8px;
}

.service-icons div,
.product-detail-meta-row span,
.brand-description p,
.price-box span,
.product-card small,
.reviews-summary p,
.reviews-legal{
    color:#6b5b55;
}

.reviews-text{
    background:#fffaf6;
}

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

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

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

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

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

    .product-detail-meta{
        grid-template-columns:1fr;
    }

    .main-image img{
        height:auto;
        max-height:520px;
    }
}

@media(max-width:560px){
    .product-detail-meta-row{
        grid-template-columns:86px minmax(0, 1fr);
    }

    .product-detail-stock strong{
        flex-direction:column;
        align-items:flex-start;
        gap:2px;
    }
}
