/*
Theme Name: Dunker Child
Theme URI: https://dunker.qodeinteractive.com
Description: A child theme of Dunker
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: dunker
Template: dunker
*/


@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');


@font-face {
  font-family: "GCGambioSans";
  src: url("assets/fonts/GCGambioSans.woff2") format("woff2"),
       url("assets/fonts/GCGambioSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


h1,
h2,
h3,
h4,
.page-title,
.entry-title,
.site-title {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: -1px;
}

.home .inicio-none{
    display: none;
}

.home .qodef-column-span--2 img{
    max-width: 500px !important;
    margin: 0 auto;
}

.qodef-h5, h5{
    font-family: "Gabarito", sans-serif;
    text-transform: uppercase !important;
    font-size: 14px;
    letter-spacing: 0px !important;
}

.elementor-272 .elementor-element.elementor-element-c480779 .elementor-heading-title {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    text-transform: none;
    letter-spacing: -4px;
}

#qodef-woo-page.qodef--single .related>h2, #qodef-woo-page.qodef--single .up-sells>h2, #yith-quick-view-content.single-product .related>h2, #yith-quick-view-content.single-product .up-sells>h2 {
    font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: -3px;
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title, #yith-quick-view-content.single-product #review_form .comment-reply-title {
    letter-spacing: 0px;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title, #yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-Reviews-title {
    letter-spacing: 0px;
}

/*******************************Css del banner de descuento**********************/
#qodef-top-message-holder{
   
}

#qodef-top-message-holder .qodef-top-message-inner a {
    color: #cfcfcf !important;
}

#qodef-top-message-holder {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    text-align: center;
    background: black !important;
    transition: opacity .5s;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 34px;
    font-weight: 700;
    color: white !important;
    z-index: 111;
}



#qodef-woo-page.qodef--single form.cart .variations .reset_variations, #yith-quick-view-content.single-product form.cart .variations .reset_variations {
    top: 40%;
}


.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-product-list-ordering .qodef-m-orderby-list .qodef-m-orderby-item {
    text-align: right;
    toP: 50%;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-product-list-ordering .qodef-m-orderby-list {
    width: 235px;
}

#qodef-woo-page.qodef--single form.cart .variations tr, #yith-quick-view-content.single-product form.cart .variations tr {
    display: flex !important;
}

#qodef-woo-page.qodef--single form.cart .variations td, #yith-quick-view-content.single-product form.cart .variations td {
    width: 100%;
}

#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-link {
    font-size: 14px;
}

#qodef-page-header .qodef-header-logo-link {
    height: 32px !important;
    padding: 0 19px 0 0px !important;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    height: 30px !important;
}

.menu-item-8536{
    display: none;
}

img { filter: none !important; }

.cfvsw-swatches-blur-disable::before, .cfvsw-swatches-blur::before {
    opacity: 0.6 !important;
}

.cfvsw-swatches-blur-disable {
    position: relative;
    overflow: hidden; /* importante para que no se salga */
}

.cfvsw-swatches-blur-disable::after,
.cfvsw-swatches-blur::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 2px;
    background-color: #c8c8c8;
    transition: all 200ms;
    pointer-events: none;
}



/* SOLO para Size, Tipo de algodón y Modelo */
[swatches-attr="attribute_pa_size"] .cfvsw-selected-swatch,
[swatches-attr="attribute_pa_tipo-de-algodon"] .cfvsw-selected-swatch,
[swatches-attr="attribute_pa_modelo"] .cfvsw-selected-swatch {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description>p, #yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description>p {
    max-width: 100% !important;
}



/* === Grilla con bordes continuos (tipo imagen) === */

.tipo-de-algodon .descripcion-algodon{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;                 /* SIN espacio entre cajas */
  border: 1px solid #d9d9d9;  /* marco exterior */
  overflow: hidden;       /* recorta los solapes de borde */
  background: #fff;
  margin-top: 30px;
}

/* Cada caja */
.tipo-de-algodon .descripcion-algodon > div{
  padding: 24px 20px;
  box-sizing: border-box;
  background: #fff;

}

/* Tipografías (ajusta a tu gusto) */
.tipo-de-algodon .descripcion-algodon h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
}

.tipo-de-algodon .descripcion-algodon p{
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #444;
}


.borde-uno{
    border-right: 1px solid #d9d9d9;
}

.borde-dos{
    border-right: 1px solid #d9d9d9;
}

.borde-tres{
    border-right: 1px solid #d9d9d9;
}
/* === Responsive === */
@media (max-width: 1200px){
  .tipo-de-algodon .descripcion-algodon{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .borde-uno{
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .borde-dos{
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
}

@media (max-width: 640px){
  .tipo-de-algodon .descripcion-algodon{
    grid-template-columns: 1fr;
  }

  .borde-uno{
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .borde-tres{
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
}


/*Esto quita los filtros de la página principal*/
.qodef-woo-product-list.qodef-filter-type--top .qodef-product-list-filter-holder {
    display: none;}

.swiper-slide-duplicate{
    display: none;
}





@media (max-width: 1024px){
  .titulo-general{
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .boton-tienda{
    text-align: left !important;
  }

  .content-destacado img {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    }

    
}

@media (max-width: 798px){

    .content-destacado .qodef-h2, h2 {
        font-size: 55px;
        padding-right: 72px !important;
    }

    .content-destacado .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-grid-item .qodef-e-media-inner{
        padding: 29px 10px 35px 35px !important;
    }
}



/* TABLA DE MEDIDAS (CSS) */
.tabla-medidas{
  width: 100%;
  max-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Gabarito", sans-serif;
  background: #fff;
  border: 1px solid #bfbfbf;
}

.tabla-medidas thead th{
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 0px;
  text-align: center;
  border-right: 1px solid #000;
}

.tabla-medidas thead th:last-child{
  border-right: 0;
}

.tabla-medidas tbody td{
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding: 6px 0px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #222;
}

.tabla-medidas tbody td:last-child{
  border-right: 0;
}

/* Columna "Medidas" (tallas grandes y negras) */
.tabla-medidas .talla{
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #000;
}

/* Valores con "cm" más chico e italic */
.tabla-medidas .valor{
  font-size: 14px;
}

.tabla-medidas .unidad{
  font-style: italic;
  font-size: 0.95em;
  color: #333;
}

/* Responsive (opcional, mantiene look) */
@media (max-width: 480px){
  .tabla-medidas thead th{ font-size: 18px; }
  .tabla-medidas .talla{ font-size: 16px; }
}

.grecaptcha-badge{
  opacity: 0;
}

.woocommerce-MyAccount-navigation-link--dunker_membership_profile{
  display: none;
}