/*
 Theme Name:   Team Bear Child
 Theme URI:    https://www.myteambear.com
 Description:  Child theme de Astra para myteambear.com — plantilla producto con variantes
 Author:       Team Bear TM SAS
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child-teambear
*/

/* ── Variables ── */
:root {
    --tb-navy:   #2F4156;
    --tb-teal:   #567C8D;
    --tb-sky:    #CBD9E6;
    --tb-calm:   #8FB6D8;
    --tb-ocean:  #1D3557;
    --tb-green:  #27ae60;
    --tb-red:    #e74c3c;
    --tb-gold:   #f59e0b;
    --tb-font:   'DM Sans', system-ui, sans-serif;
    --tb-radius: 14px;
}

/* ── Google Font DM Sans ── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap');

body { font-family: var(--tb-font); }

/* ── Ocultar sidebar en producto ── */
.single-product .ast-right-sidebar,
.single-product .ast-left-sidebar { display: none !important; }
.single-product .ast-container { max-width: 1100px; }
.single-product .entry-content-wrap { width: 100% !important; }

/* ── Ocultar ficha WooCommerce default ── */
.single-product .woocommerce-product-gallery,
.single-product .summary,
.single-product .woocommerce-tabs,
.single-product .related.products { display: none !important; }

/* ── Contenedor plantilla propia ── */
#tb-producto-wrap { font-family: var(--tb-font); }
