/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

.card-img-top, .cfvsw_variations_form{
	display: none!important;
	visibility: hidden!important;
}

#faqYARA .accordion-button:hover {
background-color: #f3e8ff;
color: #6f42c1;
transition: background-color 0.3s ease, color 0.3s ease;
}

.wpcf7-form .btn-submit {
    border: none;
    outline: none;
}

.wpcf7-spinner {
    margin-top: 15px;
}

body.home nav, body.page-template-tabla-de-talles nav, body.page-template-nosotras nav, body.page-template-contacto nav{background:transparent!important;}
body.woocommerce-page nav, body.wp-singular nav{
	background:#000;
}
body.woocommerce-page main, body.wp-singular main{
	margin-top: 131px!important;
}


body.woocommerce-page .product.type-product{border:none!important;}

.xoo-wsc-products:not(.xoo-wsc-pattern-card), .xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount, .xoo-wsc-products:not(.xoo-wsc-pattern-card) a{font-size: 12px!important;}

body.single-product .accordion-button{
	font-size: 1.3rem!important;
    font-weight: bold!important;
}

.searchform.woocommerce-product-search .search-field{border: 1px solid #000;color:#000;}
.searchform.woocommerce-product-search .search-field::placeholder{color:#000;}
/* =========================================
   WOOCOMMERCE CATEGORIES SIDEBAR ADAPTADO
========================================= */

.widget_product_categories,
.widget.woocommerce {
    margin-bottom: 40px;
}

/* TITULO */
.widget_product_categories .widget-title,
.widget .widget-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    border: none;
}

.widget_product_categories .widget-title::after,
.widget .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary);
}

/* LISTA */
.product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ITEM */
.product-categories .cat-item {
    margin-bottom: 12px;
}

/* LINK */
.product-categories .cat-item a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

/* FLEX ENTRE TEXTO Y COUNT */
.product-categories .cat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    transition: all 0.3s ease;
}

/* HOVER */
.product-categories .cat-item:hover {
    padding-left: 8px;
}

.product-categories .cat-item:hover a {
    color: var(--primary);
}

/* COUNT */
.product-categories .count {
    font-size: 0.8rem;
    opacity: 0.6;
    font-weight: 400;
    color: var(--text-light);
}

/* CATEGORIA ACTIVA */
.product-categories .current-cat a {
    color: var(--primary);
    font-weight: 600;
}

/* SUBCATEGORIAS */
.product-categories .children {
    margin-top: 10px;
    margin-left: 15px;
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,0.08);
}

.product-categories .children .cat-item {
    margin-bottom: 8px;
}

/* LINKS */
.product-categories a {
    transition: all 0.3s ease;
}

/* REMOVE DEFAULT WOOCOMMERCE */
.widget_product_categories ul,
.widget_product_categories li {
    list-style: none;
}

/* MOBILE */
@media (max-width: 991px) {

    .widget_product_categories {
        margin-bottom: 30px;
    }

}


/**/
.woocommerce div.product form.cart .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover{
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.cfvsw-label-option{
	font-size: 1.5rem;
    margin-bottom: 21px;
}

.cfvsw-selected-swatch{
	border: 1px solid #000;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.51);
}

.input-text.qty.text.form-control{background:#fff;color:#000;}

body.single-product .single_add_to_cart_button{background:#000!important;border:#000!important;}

.woocommerce-Tabs-panel--description > h2:first-child {
    display: none;
}

.woocommerce-loop-product__title{
	font-weight: bold!important;
}
/***************************************************************************************************/
/* =====================================================
   META
===================================================== */

.product_meta {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(0,0,0,0.06);
    font-size: 0.9rem;
    color: var(--text-light);
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}

.product_meta a {
    color: var(--primary);
    text-decoration: none;
}

/* =====================================================
   TABS
===================================================== */

.woocommerce-tabs {
    margin-top: 100px;
}

.wc-tabs {
    border-bottom: 1px solid var(--muted-clay) !important;
    display: flex;
    gap: 30px;
    padding: 0 !important;
}

.wc-tabs li {
    list-style: none;
}

.wc-tabs li a {
    border: none !important;
    background: none !important;
    padding: 15px 0 !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    color: var(--underworld) !important;
    position: relative;
}

.wc-tabs li.active a {
    color: var(--primary) !important;
}

.wc-tabs li.active a::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary);
}

.woocommerce-Tabs-panel {
    padding: 40px 0;
    color: var(--text);
    line-height: 1.9;
}

/* TABLA ATRIBUTOS */

.shop_attributes {
    width: 100%;
    border-collapse: collapse;
}

.shop_attributes th {
    text-align: left;
    padding: 15px;
    background: var(--cloud-dancer);
    color: var(--primary);
}

.shop_attributes td {
    padding: 15px;
    border-bottom: 1px solid var(--muted-clay);
}

/* =====================================================
   RELACIONADOS
===================================================== */

.related.products {
    margin-top: 120px;
}

.related.products > h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
    color: var(--primary);
}

.related.products .product {
    border: none;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.related.products .product:hover {
    transform: translateY(-10px);
}

.related.products img {
    border-radius: 24px;
}

.related.products .card-body {
    padding: 25px;
}

.related.products .woocommerce-loop-product__title {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--primary);
}

.related.products .price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}

.related.products .button {
    width: 100%;
    background: #1A1714 !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 14px !important;
    text-align: center;
    font-weight: 600;
    border: none !important;
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 991px) {

    .single-product div.product {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .woocommerce-product-gallery {
        position: relative;
        top: auto;
    }

    .product_title.entry-title {
        font-size: 2.2rem;
    }

    .woocommerce-tabs {
        margin-top: 60px;
    }

}


/************************************************************/
/* Ajuste fino para la card de info de pagos */
.info-pagos-envios .card {
    border-left: 4px solid #0d6efd;
}

/* Animación sutil al pasar el mouse */
.info-pagos-envios .d-flex {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.info-pagos-envios .d-flex:hover {
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}


body.single-product main .col-lg-9{width:100%!important;}
body.single-product main .col-lg-3.order-first{display:none!important;visibility:hidden!important;}

body.single-product .woocommerce-Price-amount.amount{color:#000;font-size:1.5rem;}


.wc-block-components-radio-control__secondary-label{display:none!important;visibility:hidden!important;}


.xoo-wsc-ft-buttons-cont .woocommerce-Price-amount.amount{display:none!important;visibility:hidden!important;}

.xoo-wsc-sm-right .woocommerce-Price-amount.amount{display:none!important;visibility:hidden!important;}

.xoo-wsc-pprice .woocommerce-Price-amount.amount{font-size:1rem!important;}