/* WalStore v3.6.1 — regression repair
   Purpose:
   - Keep v3.6 text/category data fixes.
   - Restore the v3.5 Important Product Information appearance.
   - Style only the Specifications/Product Information section that was previously raw.
   - Do NOT alter the established homepage category card/icon design.
*/

/* --------------------------------------------------------------------------
   IMPORTANT PRODUCT INFORMATION — restore the existing v3.5 visual design.
   -------------------------------------------------------------------------- */
body.vp-product-route .nova-buy-info-card{
    margin:18px 0 0!important;
    overflow:hidden!important;
    border:1px solid #e3e6f8!important;
    border-radius:14px!important;
    background:linear-gradient(180deg,#fff 0%,#fbfbff 100%)!important;
    box-shadow:0 8px 26px rgba(15,23,42,.055)!important;
}
body.vp-product-route .nova-buy-info-head{
    padding:16px 18px 13px!important;
    border-bottom:1px solid #edf0f5!important;
}
body.vp-product-route .nova-buy-info-head>span{
    display:inline-flex!important;
    align-items:center!important;
    min-height:22px!important;
    margin:0 0 7px!important;
    padding:4px 8px!important;
    border:1px solid #dedfff!important;
    border-radius:999px!important;
    background:#f5f5ff!important;
    color:#4f46e5!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.09em!important;
    text-transform:uppercase!important;
}
body.vp-product-route .nova-buy-info-head h2{
    margin:0!important;
    color:#111827!important;
    font-size:17px!important;
    line-height:1.25!important;
    font-weight:850!important;
    letter-spacing:-.02em!important;
}
body.vp-product-route .nova-buy-info-head p{
    margin:5px 0 0!important;
    color:#667085!important;
    font-size:12px!important;
    line-height:1.5!important;
}
body.vp-product-route .nova-buy-info-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin:0!important;
    padding:4px 16px 12px!important;
}
body.vp-product-route .nova-buy-info-item{
    min-width:0!important;
    padding:12px 10px 11px 2px!important;
    border-bottom:1px solid #eef1f5!important;
}
body.vp-product-route .nova-buy-info-item:nth-child(even){
    padding-left:14px!important;
    border-left:1px solid #f0f2f6!important;
}
body.vp-product-route .nova-buy-info-item dt{
    margin:0 0 4px!important;
    color:#7a8597!important;
    font-size:9px!important;
    line-height:1.3!important;
    font-weight:850!important;
    letter-spacing:.045em!important;
    text-transform:uppercase!important;
}
body.vp-product-route .nova-buy-info-item dd{
    margin:0!important;
    color:#182230!important;
    font-size:12px!important;
    line-height:1.45!important;
    font-weight:700!important;
    overflow-wrap:anywhere!important;
}
body.vp-product-route .nova-buy-info-item dd a{
    color:#4338ca!important;
    text-decoration:none!important;
    border-bottom:1px solid rgba(67,56,202,.22)!important;
}
body.vp-product-route .nova-buy-info-item dd a:hover{
    color:#312e81!important;
    border-bottom-color:#312e81!important;
}

/* --------------------------------------------------------------------------
   SPECIFICATIONS / PRODUCT INFORMATION — only repair this raw section.
   It deliberately uses the same restrained visual language as the existing card.
   -------------------------------------------------------------------------- */
body.vp-product-route .nova-product-info-wrap{
    display:grid!important;
    gap:20px!important;
    width:100%!important;
    margin:28px 0 0!important;
}
body.vp-product-route .nova-product-info-card{
    width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    background:#fff!important;
    border:1px solid #e4e8ef!important;
    border-radius:14px!important;
    box-shadow:0 8px 26px rgba(15,23,42,.055)!important;
}
body.vp-product-route .nova-product-info-head{
    padding:16px 18px 13px!important;
    border-bottom:1px solid #edf0f5!important;
}
body.vp-product-route .nova-product-info-kicker{
    display:inline-flex!important;
    align-items:center!important;
    min-height:22px!important;
    margin:0 0 7px!important;
    padding:4px 8px!important;
    border:1px solid #dedfff!important;
    border-radius:999px!important;
    background:#f5f5ff!important;
    color:#4f46e5!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.09em!important;
    text-transform:uppercase!important;
}
body.vp-product-route .nova-product-info-head h2{
    margin:0!important;
    color:#111827!important;
    font-size:18px!important;
    line-height:1.25!important;
    font-weight:850!important;
    letter-spacing:-.02em!important;
}
body.vp-product-route .nova-product-info-head p{
    margin:5px 0 0!important;
    color:#667085!important;
    font-size:12px!important;
    line-height:1.5!important;
}
body.vp-product-route .nova-product-info-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin:0!important;
    padding:4px 16px 12px!important;
}
body.vp-product-route .nova-product-info-item{
    min-width:0!important;
    padding:12px 10px 11px 2px!important;
    border-bottom:1px solid #eef1f5!important;
}
body.vp-product-route .nova-product-info-item:nth-child(even){
    padding-left:14px!important;
    border-left:1px solid #f0f2f6!important;
}
body.vp-product-route .nova-product-info-item.is-wide{
    grid-column:1/-1!important;
    padding-left:2px!important;
    border-left:0!important;
}
body.vp-product-route .nova-product-info-item dt{
    margin:0 0 4px!important;
    color:#7a8597!important;
    font-size:9px!important;
    line-height:1.3!important;
    font-weight:850!important;
    letter-spacing:.045em!important;
    text-transform:uppercase!important;
}
body.vp-product-route .nova-product-info-item dd{
    margin:0!important;
    color:#182230!important;
    font-size:12px!important;
    line-height:1.5!important;
    font-weight:700!important;
    overflow-wrap:anywhere!important;
}

@media(max-width:767px){
    body.vp-product-route .nova-buy-info-grid,
    body.vp-product-route .nova-product-info-grid{
        grid-template-columns:1fr!important;
    }
    body.vp-product-route .nova-buy-info-item,
    body.vp-product-route .nova-buy-info-item:nth-child(even),
    body.vp-product-route .nova-product-info-item,
    body.vp-product-route .nova-product-info-item:nth-child(even){
        padding:12px 2px!important;
        border-left:0!important;
    }
}
