/* TXP_PRODUCT_WHITE_CRITICAL_STATIC_V1 */

/*
 * SOLO PAGINAS DE PRODUCTO.
 * Selector superior de ubicación conserva su diseño rosado.
 * Desde la franja logo/iconos y todo el cuerpo del producto:
 * blanco desde el primer render.
 */

html body.product-product{
    background:#fff!important;
    background-color:#fff!important;
}

/* FRANJA LOGO + ICONOS */
html body.product-product #header .header-middle,
html body.product-product #header .header-middle > .container,
html body.product-product #header .header-middle > .container > .row,
html body.product-product #header .header-middle .col-logo,
html body.product-product #header .header-middle .col-cart,
html body.product-product #header .header-middle .col-search{
    background:#fff!important;
    background-color:#fff!important;
    background-image:none!important;
}

html body.product-product #header .header-middle:before,
html body.product-product #header .header-middle:after{
    background:#fff!important;
    background-color:#fff!important;
    background-image:none!important;
}

/* LIENZO COMPLETO DE PRODUCTO */
html body.product-product #product-product,
html body.product-product #product-product > .container,
html body.product-product #product-product #content,
html body.product-product #product-product .row,
html body.product-product #product-product .product-info-main,
html body.product-product #product-product .product-image-details,
html body.product-product #product-product .product-info-details{
    background:#fff!important;
    background-color:#fff!important;
    background-image:none!important;
}

/* GALERIA PRINCIPAL INTEGRADA AL MISMO BLANCO */
html body.product-product
#product-product
.product-image-details .product-zoom-image,

html body.product-product
#product-product
.product-image-details .txp-gallery-stage-v2{
    background:#fff!important;
    background-color:#fff!important;
    background-image:none!important;
    border-color:transparent!important;
    box-shadow:none!important;
}
