
/* Product detail premium refresh */
.product-detail-shell{
    align-items:flex-start;
    gap:0;
}
.product-gallery-card{
    background:#fff;
    border:1px solid rgba(20,20,20,.06);
    border-radius:26px;
    padding:18px 18px 14px;
    box-shadow:0 20px 55px rgba(16,24,40,.08);
}
.product-gallery-card .product-image{
    background:linear-gradient(180deg,#fafafa 0%,#f3f6fb 100%);
    border-radius:20px;
    overflow:hidden;
}
.product-gallery-card .product-image img{
    aspect-ratio:4/4.6;
    object-fit:contain;
    width:100%;
    height:auto;
}
.product-gallery-card .product-thumb{
    border-radius:16px;
    overflow:hidden;
    border:1px solid rgba(17,24,39,.08);
    background:#fff;
}
.product-gallery-card .product-thumb img{
    aspect-ratio:1/1;
    object-fit:cover;
}
.product-summary-column .product-details{
    background:#fff;
    border:1px solid rgba(20,20,20,.06);
    border-radius:26px;
    padding:24px 26px;
    box-shadow:0 20px 55px rgba(16,24,40,.08);
}
.product-summary-column .product-title{
    font-size:34px;
    line-height:1.18;
    margin-bottom:12px;
}
.product-detail-topline{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:14px;
}
.detail-pill{
    display:inline-flex;
    align-items:center;
    gap:7px;
    border:1px solid rgba(15,23,42,.12);
    border-radius:999px;
    padding:9px 14px;
    font-size:13px;
    font-weight:600;
    background:#fff;
    color:#243046;
}
.detail-pill-solid{
    background:linear-gradient(135deg,#fff4e8 0%,#fffaf4 100%);
    border-color:rgba(255,136,0,.18);
    color:#a95b00;
}
.product-short-intro{
    font-size:14px;
    line-height:1.75;
    color:#5c6577;
    margin-bottom:18px;
}
.product-bm-wrapper{
    background:#fbfbfc;
    border:1px solid rgba(15,23,42,.06);
    border-radius:20px;
    padding:16px 18px;
    margin-bottom:18px;
}
.product-price-box{
    background:linear-gradient(135deg,#fff7ef 0%,#fff 100%);
    border:1px solid rgba(255,136,0,.16);
    border-radius:22px;
    padding:18px 18px 14px;
    margin-bottom:18px;
}
.product-price-mainline{
    display:flex;
    align-items:flex-end;
    gap:12px;
    flex-wrap:wrap;
}
.product-price-box .new-price{
    font-size:38px;
    line-height:1;
    font-weight:800;
    color:#101828;
}
.product-price-box .old-price{
    color:#8d97aa;
    font-size:18px;
    margin-bottom:3px;
}
.product-price-box .product-price-note{
    margin-top:8px;
    font-size:13px;
    color:#667085;
}
.product-assurance-grid{
    display:grid;
    grid-template-columns:repeat(1,minmax(0,1fr));
    gap:12px;
}
.assurance-card{
    display:flex;
    align-items:flex-start;
    gap:14px;
    border:1px solid rgba(17,24,39,.08);
    border-radius:18px;
    padding:14px 16px;
    background:#fff;
}
.assurance-icon{
    width:42px;
    height:42px;
    border-radius:14px;
    background:linear-gradient(135deg,#fff5ec 0%,#fff 100%);
    color:#ff8a00;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex:0 0 42px;
}
.assurance-content strong{
    display:block;
    font-size:14px;
    color:#101828;
    margin-bottom:4px;
}
.assurance-content span{
    display:block;
    font-size:13px;
    line-height:1.6;
    color:#667085;
}
.product-variation-form,
.product-mobile-buybar,
.product-detail-tabs,
.related-products-section,
.product-detail-sidebar .sticky-sidebar{
    background:#fff;
    border:1px solid rgba(17,24,39,.06);
    border-radius:22px;
}
.product-variation-form{
    padding:16px 18px;
    margin-bottom:18px;
}
.product-variation-form .size{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    border-radius:999px;
    padding:10px 16px;
    margin:0 10px 10px 0;
    background:#f8fafc;
    border:1px solid rgba(15,23,42,.1);
    color:#243046;
    font-weight:600;
}
.product-variation-form .size:hover,
.product-variation-form .size.active{
    background:#fff3e6;
    border-color:rgba(255,136,0,.25);
    color:#9a5300;
}
.product-mobile-buybar{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    padding:16px;
    box-shadow:none;
}
.product-mobile-buybar .product-qty-form{
    flex:0 0 132px;
}
.product-mobile-actions{
    display:flex;
    gap:12px;
    flex:1 1 320px;
}
.product-mobile-actions .btn{
    min-height:52px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-weight:700;
    flex:1 1 220px;
}
.product-detail-tabs{
    margin-top:10px;
    padding:8px 18px 18px;
}
.product-detail-tabs .nav-link{
    font-weight:700;
}
.product-detail-tabs .tab-pane{
    padding-top:18px;
}
.related-products-section,
.product-detail-sidebar .sticky-sidebar{
    padding:20px;
}
.product-detail-sidebar .widget{
    margin-bottom:0;
}
.product-detail-sidebar .product-widget + .product-widget{
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid rgba(15,23,42,.08);
}
@media (min-width: 992px){
    .product-assurance-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
@media (max-width: 991px){
    .product-summary-column .product-title{
        font-size:28px;
    }
    .product-mobile-buybar{
        position:relative !important;
        bottom:auto !important;
    }
}
@media (max-width: 767px){
    .product-gallery-card,
    .product-summary-column .product-details,
    .product-detail-tabs,
    .related-products-section,
    .product-detail-sidebar .sticky-sidebar{
        border-radius:20px;
        padding-left:16px;
        padding-right:16px;
    }
    .product-summary-column .product-details{
        padding-top:18px;
        padding-bottom:18px;
    }
    .product-summary-column .product-title{
        font-size:24px;
        line-height:1.25;
    }
    .detail-pill{
        font-size:12px;
        padding:8px 12px;
    }
    .product-price-box .new-price{
        font-size:30px;
    }
    .product-bm-wrapper{
        padding:14px 14px;
    }
    .product-mobile-buybar{
        gap:12px;
        padding:14px;
    }
    .product-mobile-buybar .product-qty-form,
    .product-mobile-actions,
    .product-mobile-actions .btn{
        flex:1 1 100%;
    }
    .product-detail-sidebar{
        margin-top:18px;
    }
}
