/* THERPIX 1.0.2 — visual/CRO polish */

/* Strip remaining generic storefront noise. */
.single-product .woocommerce-breadcrumb,
.single-product #secondary,
.single-product .widget-area,
.single-product .woocommerce-sidebar,
.single-product .therpix-gallery-truth,
.single-product .therpix-prelaunch-buy,
.single-product .therpix-prelaunch-buy--099{
    display:none!important;
}

/* PDP: product first, purchase decision second. */
.therpix-release-102 .therpix-product-hero.container{
    max-width:1260px;
    grid-template-columns:minmax(0,1fr) 500px;
    gap:48px;
    padding-top:34px;
    padding-bottom:64px;
}
.therpix-release-102 .therpix-product-summary{
    padding:30px;
    border-radius:2px;
}
.therpix-release-102 .therpix-product-summary .therpix-product-reference{
    display:none;
}
.therpix-release-102 .therpix-product-summary .product_title{
    max-width:none;
    margin-bottom:10px;
    font-size:clamp(40px,3.6vw,52px);
}
.therpix-release-102 .therpix-product-benefit{
    margin-bottom:16px;
    font-size:16px;
    line-height:1.48;
}
.therpix-release-102 .therpix-purchase-offer{
    margin:16px 0 16px;
    padding-top:15px;
}
.therpix-release-102 .therpix-purchase-offer__price>strong{
    font-size:32px;
}
.therpix-release-102 .therpix-purchase-offer__price>small{
    margin-top:5px;
}
.therpix-release-102 .therpix-config-buttons{
    margin-top:14px;
}
.therpix-release-102 .therpix-config-button{
    min-height:106px;
    padding:14px;
}
.therpix-release-102 .therpix-config-button.is-active{
    border-color:#111;
    box-shadow:inset 0 0 0 1px #111;
    background:#f7f7f5;
}
.therpix-release-102 .therpix-product-summary .woocommerce-variation-price{
    display:none!important;
}
.therpix-release-102 .therpix-product-summary .woocommerce-variation-add-to-cart{
    display:block!important;
}
.therpix-release-102 .therpix-product-summary .quantity{
    display:none!important;
}
.therpix-release-102 .therpix-product-summary .single_add_to_cart_button{
    min-height:58px;
    width:100%;
    font-size:15px;
    letter-spacing:.01em;
}
.therpix-release-102 .therpix-product-summary .single_add_to_cart_button:not(.disabled){
    background:var(--therpix-accent);
    color:#0b0c0d;
}
.therpix-release-102 .therpix-product-summary .single_add_to_cart_button.disabled{
    background:#e8e3de;
    color:#8b8178;
    opacity:1;
}
.therpix-release-102 .therpix-deadline{
    margin:12px 0;
}
.therpix-release-102 .therpix-product-facts{
    margin-top:12px;
    margin-bottom:12px;
}
.therpix-release-102 .therpix-purchase-reassurance{
    margin-top:10px;
}

/* Gallery: make the actual product dominate the first screen. */
.therpix-release-102 .therpix-product-gallery .woocommerce-product-gallery__image:first-child img{
    transform:scale(1.34);
}
.therpix-release-102 .therpix-product-gallery .flex-control-thumbs{
    grid-template-columns:repeat(5,72px);
}

/* HOME: retain the short monoproduit path and tighten large gaps. */
.therpix-release-102.home .section-heading{
    margin-bottom:28px;
}
.therpix-release-102.home .use-case-grid{
    gap:10px!important;
}
.therpix-release-102.home .use-case-card__copy{
    padding:16px!important;
}
.therpix-release-102.home .use-cases__cta{
    margin-top:22px!important;
}

/* Footer: one compact commercial/legal footer rather than a WordPress footer. */
.therpix-release-102 .site-footer__inner--final{
    grid-template-columns:minmax(260px,1.4fr) minmax(150px,.7fr) minmax(180px,.8fr)!important;
    padding-top:38px!important;
    padding-bottom:28px!important;
    gap:28px!important;
}
.therpix-release-102 .site-footer__brand p{
    margin-top:12px;
    max-width:420px;
    font-size:12px;
    line-height:1.5;
}
.therpix-release-102 .site-footer__statement,
.therpix-release-102 .site-footer__facts{
    display:none!important;
}
.therpix-release-102 .site-footer__meta{
    min-height:0!important;
    padding-top:14px!important;
    padding-bottom:16px!important;
}

@media(max-width:900px){
    .therpix-release-102 .therpix-product-hero.container{
        grid-template-columns:1fr;
        gap:16px;
        padding-top:14px;
    }
    .therpix-release-102 .therpix-product-gallery .woocommerce-product-gallery__image:first-child img{
        transform:scale(1.22);
    }
    .therpix-release-102 .site-footer__inner--final{
        grid-template-columns:1fr 1fr!important;
    }
    .therpix-release-102 .site-footer__brand{
        grid-column:1/-1;
    }
}

@media(max-width:620px){
    .therpix-release-102 .therpix-product-hero.container{
        padding-inline:10px;
        padding-bottom:38px;
    }
    .therpix-release-102 .therpix-product-gallery .woocommerce-product-gallery__image:first-child img{
        transform:scale(1.18);
    }
    .therpix-release-102 .therpix-product-gallery .flex-control-thumbs{
        grid-template-columns:repeat(5,54px);
        gap:7px;
    }
    .therpix-release-102 .therpix-product-summary{
        padding:18px 16px;
    }
    .therpix-release-102 .therpix-product-summary .product_title{
        font-size:34px;
    }
    .therpix-release-102 .therpix-product-benefit{
        font-size:14px;
    }
    .therpix-release-102 .therpix-config-button{
        min-height:118px;
        padding:12px;
    }
    .therpix-release-102 .therpix-config-button strong{
        font-size:19px;
    }
    .therpix-release-102 .therpix-product-facts{
        grid-template-columns:repeat(3,1fr);
    }
    .therpix-release-102 .therpix-product-facts>div{
        padding:11px 9px;
    }
    .therpix-release-102 .site-footer__inner--final{
        grid-template-columns:1fr 1fr!important;
        padding-top:30px!important;
        padding-bottom:22px!important;
        gap:24px 18px!important;
    }
    .therpix-release-102 .site-footer__brand{
        grid-column:1/-1;
    }
    .therpix-release-102 .site-footer__brand p{
        margin-bottom:0;
    }
}

/* ===== 1.0.3 MOBILE PDP ALIGNMENT FIX ===== */

@media(max-width:620px){

    .therpix-release-102 .therpix-product-hero.container{
        width:100%;
        max-width:100%;
        margin:0 auto;
        padding-left:12px;
        padding-right:12px;
        box-sizing:border-box;
        overflow:hidden;
    }

    .therpix-release-102 .therpix-product-gallery{
        width:100%;
        max-width:100%;
        margin:0;
        overflow:hidden;
    }

    .therpix-release-102 .therpix-product-gallery .woocommerce-product-gallery{
        width:100%!important;
        max-width:100%!important;
        margin:0!important;
    }

    .therpix-release-102 .therpix-product-gallery .woocommerce-product-gallery__wrapper{
        width:100%;
        max-width:100%;
        margin:0!important;
    }

    .therpix-release-102 .therpix-product-gallery .woocommerce-product-gallery__image{
        width:100%!important;
        max-width:100%!important;
        overflow:hidden!important;
    }

    .therpix-release-102 .therpix-product-gallery .woocommerce-product-gallery__image:first-child img{
        width:100%!important;
        max-width:100%!important;
        height:auto!important;
        transform:none!important;
        object-fit:contain!important;
        object-position:center center!important;
        margin:0 auto!important;
    }

    .therpix-release-102 .therpix-product-gallery .flex-control-thumbs{
        width:100%;
        max-width:100%;
        margin:8px 0 0!important;
        padding:0!important;
        grid-template-columns:repeat(5,54px);
        justify-content:start;
        overflow-x:auto;
    }

    .therpix-release-102 .therpix-product-summary{
        width:100%;
        max-width:100%;
        margin:12px 0 0;
        box-sizing:border-box;
    }

    .therpix-release-102 .therpix-config-buttons{
        grid-template-columns:1fr 1fr;
        gap:10px;
        width:100%;
    }

    .therpix-release-102 .therpix-config-button{
        min-width:0;
        width:100%;
    }

    .therpix-release-102 .therpix-deadline{
        width:100%;
        box-sizing:border-box;
    }
}

/* Prevent old admin/prelaunch notices from affecting visual QA */
.therpix-release-102 .therpix-prelaunch-buy,
.therpix-release-102 .therpix-prelaunch-buy--099{
    display:none!important;
}

