/* 
Theme Name: Soltando Historias 2026
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jose García
Author URI: https://grupogo.com.co/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#wp-admin-bar-root-default {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem !important;
}
body {
    background: #ffffff;
}
html {
  scroll-behavior: smooth;
}
.page-content p {
    color: #444;
}

.hidden, 
.page-id-257 .header-titulo,
.home .elementor-element.elementor-element-607b11e.header-titulo,
.postid-729 .elementor-element.elementor-element-607b11e.header-titulo{
    display: none !important;
}
/*--- MENU ---*/

/* Estado inicial transparente */
.header-sticky {
  background: transparent;
  transition: background-color .3s ease, box-shadow .3s ease;
}

/* Cuando Elementor activa el sticky/effect por scroll */
.header-sticky.elementor-sticky--active,
.header-sticky.elementor-sticky--effects {
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}


/*- - - H O M E - - - /*/
/*- - - scroll - - - /*/

.product .count {
    display: none !important;
}
h2.woocommerce-loop-product__title,
.tit-loop {
    min-height: 55px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 0px;
}
/*---- ARCHIVO ---*/
.shc-see-product-button {
    background: #fff !important;
    color: #c400bd !important;
    border-radius: 20px !important;
    border: 2px solid #c400bd !important;
}
.shc-see-product-button:hover {
    background: #c400bd !important;
    color: #fff !important;
    border: 2px solid #c400bd !important;
}


/*--- producto --*/

.tshirt-colors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: 100%;
}

.tshirt-color-card {
  text-align: center;
}

.tshirt-color-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.tshirt-color-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
/*-- producto tallas ---*/
.tshirt-sizes{

    text-align:center;
}

.tshirt-sizes .size-options{
    display:flex;
    gap:5px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.tshirt-sizes .size-option{
    cursor:pointer;
}

.tshirt-sizes .size-option input{
    display:none;
}

.tshirt-sizes .size-option span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:45px;
    height:45px;
    border:2px solid #d9d9d9;
    border-radius:12px;
    background:#fff;
    font-size:18px;
    font-weight:700;
    color:#444;
    transition:all .25s ease;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}

.tshirt-sizes .size-option:hover span{
    /*-border-color:#ff7db3;-*/
}

.tshirt-sizes .size-option input:checked + span{
    background:#ff7db3;
    border-color:#ff7db3;
    color:#fff;
    box-shadow:0 8px 20px rgba(255,125,179,.35);
}

@media(max-width:480px){

    .tshirt-sizes .size-option span{
        width:55px;
        height:55px;
        font-size:16px;
    }
}


.whatsapp-cta { margin: 18px 0 14px; }

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #04b60b;
  color: #fff !important;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 20px !important;
  font-weight: 700;
}

.whatsapp-button .elementor-icon i {
  font-size: 18px;
  line-height: 1;
}
.whatsapp-button span {
  color:fff;
}

.whatsapp-button:hover { background: #1da851; }
/*--- COOKIES  ---*/
.sh-contact-form input:focus,
.sh-contact-form textarea:focus,
.sh-contact-form select:focus {
  border-color: #111111;
  outline: none;
  box-shadow: 0 0 0 4px rgba(0,0,0,0.06);
}

.sh-contact-form button {
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/*--- SINGLE PRODUCT GALLERY: VERTICAL THUMBS SCROLL ---*/
@media (min-width: 768px) {
  .single-product div.product .woocommerce-product-gallery {
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }

  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    order: -1;
    width: 297px;
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding-right: 4px;
  }

  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 100%;
    height: auto;
    border-radius: 2px;
  }
}


