/* Phase 14: modern shop banner + product image no-crop fix */
.shop-page-v14 .shop-modern-hero{
    position:relative;
    overflow:hidden;
    border-radius:32px;
    padding:42px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,.25), transparent 26%),
        linear-gradient(135deg, var(--shop-banner-bg-1, #0f766e), var(--shop-banner-bg-2, #14b8a6));
    color:#fff;
    box-shadow:0 24px 70px rgba(15,23,42,.16);
}
.shop-page-v14 .shop-modern-hero::before{
    content:"";
    position:absolute;
    width:360px;
    height:360px;
    border-radius:999px;
    right:-120px;
    top:-140px;
    background:rgba(255,255,255,.16);
    filter:blur(2px);
}
.shop-page-v14 .shop-modern-hero::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:999px;
    left:52%;
    bottom:-140px;
    background:rgba(255,255,255,.10);
}
.shop-page-v14 .shop-modern-hero-glow{
    position:absolute;
    inset:auto 5% 12% auto;
    width:180px;
    height:180px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    filter:blur(35px);
}
.shop-page-v14 .shop-hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.28);
    color:#fff;
    font-weight:800;
    letter-spacing:.02em;
    backdrop-filter:blur(8px);
}
.shop-page-v14 .shop-hero-title{
    max-width:720px;
    font-size:clamp(2.1rem, 4.4vw, 4.8rem);
    line-height:.98;
    font-weight:950;
    letter-spacing:-.055em;
    margin:0 0 16px;
}
.shop-page-v14 .shop-hero-text{
    max-width:680px;
    font-size:clamp(1rem, 1.2vw, 1.22rem);
    line-height:1.7;
    color:rgba(255,255,255,.92);
    margin:0 0 8px;
}
.shop-page-v14 .shop-hero-offer{
    max-width:620px;
    color:rgba(255,255,255,.88);
    font-weight:700;
    margin:0 0 22px;
}
.shop-page-v14 .shop-hero-search{
    display:flex;
    gap:10px;
    max-width:650px;
    padding:8px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.28);
    backdrop-filter:blur(12px);
}
.shop-page-v14 .shop-hero-search .form-control{
    border:0;
    border-radius:999px;
    min-height:48px;
    padding:0 18px;
    box-shadow:none;
}
.shop-page-v14 .shop-hero-search .btn{
    border:0;
    border-radius:999px;
    padding:0 24px;
    font-weight:850;
    background:#fff;
    color:var(--shop-banner-bg-1, #0f766e);
}
.shop-page-v14 .shop-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.shop-page-v14 .shop-hero-btn-primary,
.shop-page-v14 .shop-hero-btn-light{
    border-radius:999px;
    padding:12px 22px;
    font-weight:850;
    border:1px solid rgba(255,255,255,.38);
}
.shop-page-v14 .shop-hero-btn-primary{
    background:#fff;
    color:var(--shop-banner-bg-1, #0f766e);
}
.shop-page-v14 .shop-hero-btn-light{
    background:rgba(255,255,255,.14);
    color:#fff;
}
.shop-page-v14 .shop-hero-visual{
    position:relative;
    z-index:1;
    min-height:310px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:28px;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.28);
    backdrop-filter:blur(12px);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.25);
    overflow:hidden;
}
.shop-page-v14 .shop-hero-visual img{
    width:100%;
    height:100%;
    max-height:360px;
    object-fit:contain;
    object-position:center;
    padding:20px;
    display:block;
}
.shop-page-v14 .shop-hero-default-visual{
    min-height:280px;
    width:100%;
    display:grid;
    place-items:center;
    text-align:center;
    color:#fff;
}
.shop-page-v14 .shop-hero-default-visual .shop-hero-bag{
    width:120px;
    height:120px;
    display:grid;
    place-items:center;
    border-radius:36px;
    background:rgba(255,255,255,.22);
    font-size:58px;
    margin-bottom:14px;
}
.shop-page-v14 .shop-hero-default-visual strong{font-size:30px;font-weight:950;display:block;}
.shop-page-v14 .shop-hero-default-visual span{color:rgba(255,255,255,.86);}
.shop-page-v14 .shop-hero-stats{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:12px;
    margin-top:26px;
    max-width:680px;
}
.shop-page-v14 .shop-hero-stats div{
    border-radius:20px;
    padding:14px 16px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.22);
    backdrop-filter:blur(8px);
}
.shop-page-v14 .shop-hero-stats strong{display:block;font-size:22px;font-weight:950;}
.shop-page-v14 .shop-hero-stats span{font-size:13px;color:rgba(255,255,255,.82);}

.shop-page-v14 .shop-filter-card,
.shop-page-v14 .shop-product-card{
    border:1px solid rgba(15,23,42,.08);
    border-radius:26px;
    background:#fff;
    box-shadow:0 18px 50px rgba(15,23,42,.07);
}
.shop-page-v14 .shop-product-card{
    overflow:hidden;
    transition:transform .25s ease, box-shadow .25s ease;
}
.shop-page-v14 .shop-product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 24px 65px rgba(15,23,42,.12);
}

/* Strong no-crop product image override for shop.php */
.shop-page-v14 .shop-product-image-wrap,
.shop-page-v14 .product-card > a:first-child,
.shop-page-v14 .product-card .shop-product-image-wrap{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    aspect-ratio:1 / 1 !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:hidden !important;
    padding:14px !important;
    background:linear-gradient(180deg,#ffffff,#f8fafc) !important;
    border-radius:24px 24px 0 0 !important;
}
.shop-page-v14 .product-card img.product-img,
.shop-page-v14 .product-card .product-img,
.shop-page-v14 .shop-product-img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    display:block !important;
    object-fit:contain !important;
    object-position:center center !important;
    padding:0 !important;
    margin:0 auto !important;
    border-radius:18px !important;
    background:#fff !important;
}
.shop-page-v14 .shop-no-image{
    min-height:220px;
    border:1px dashed rgba(15,23,42,.18);
}
.shop-page-v14 .shop-product-body h5{
    font-size:1rem;
    line-height:1.35;
    min-height:2.7em;
}
.shop-page-v14 .shop-product-actions .btn{
    white-space:nowrap;
}

@media (max-width:991.98px){
    .shop-page-v14 .shop-modern-hero{padding:28px;border-radius:26px;}
    .shop-page-v14 .shop-hero-visual{min-height:230px;}
    .shop-page-v14 .shop-hero-stats{grid-template-columns:1fr;}
}
@media (max-width:575.98px){
    .shop-page-v14 .shop-modern-hero{padding:22px;border-radius:22px;}
    .shop-page-v14 .shop-hero-search{border-radius:24px;flex-direction:column;}
    .shop-page-v14 .shop-hero-search .btn{min-height:46px;}
    .shop-page-v14 .shop-product-image-wrap,
    .shop-page-v14 .product-card > a:first-child{padding:10px !important;}
}
