/*Ocultar Precios*/
[data-zs-selling-price],
    [data-zs-label-price],[data-nostock-quantity] {
       display:  none !important;
    }
    [hide_tag_element] {
        display: none !important;
    }
    [show_tag_element] {
        display: inline-block !important;
    }

/*Ocultar Carrito de Compra*/
[data-zs-cart-iconcount-container][data-zs-view-cart] {
    display: none !important;
}
/*Ocultar Add-to-cart*/
[data-zs-add-to-cart] {
    display: none !important;
}
/* Ocultar contenedores de cantidad */
[data-zs-quantity-container],
[data-zs-quantity-label],
[data-zs-quantity],
[data-theme-cart-button-text],
[data-theme-cart-button-loading],
[data-theme-error] {
    display: none !important;
}

/* Ocultar el contenedor principal del producto */
.theme-product-variant,
.theme-product-quantity-cart-container {
    display: none !important;
}

/* boton degrade */
.gradient-btn {
    background: linear-gradient(90deg, #0af8f8 0%, #9f04c2 60%);
    color: #FFFFFF !important;
    padding: 4px 36px 6px 36px;
    border-radius: 40px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    /* TRANSICIÓN SUAVE */
     transition: 
        transform 0.4s ease,
        box-shadow 0.4s ease,
        background-position 0.8s ease; /* ANIMACIÓN SUAVE */
}

.gradient-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(90deg, #9f04c2 0%, #0af8f8 60%);
    color: #FFFFFF !important;
}
/* texto oscuro header */
.theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info a { 
    color: #3c434d !important; 
}

/*seccion productos*/
.theme-section {
    padding-block-start: 0px !important;
    padding-block-end: 25px;
  background-color: #f5f5f5 !important;
  color:#3c434d !important;
}    
.theme-product-details-page.theme-product-details-tab-container {
    margin-block-start: 0px;
    padding-block-start: 0px;
    padding-block-end: 0px;
  background-color: #ffffff !important;
}
  
.theme-product-short-description div{
      background: transparent;
    padding: 40px 20px; 
     max-width: 100%; 
    margin: 0 auto;
}
/* img sin color de fondo */
 .theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-img-container {
   background: transparent; 
}
/*img sin borde blanco*/
.theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-img-container .theme-prod-detail-img {
  
     border: none;  
}
 /*ocultar titulo*/
 
/*ocultar categorias*/
.theme-tag-contianer {
    display: none; 
}

.theme-product-short-description div {
      padding: 0px;  
}

.theme-product-short-description div{
    background: transparent; 
  max-width: 100%; 
 
}

/*Modulo description */
.theme-product-details-page {
    border-block-start: none;
}

.theme-product-specification-tabs-container .theme-product-specification-tabs .theme-product-tab-content-container .theme-product-tab-content {
    border: none;  
  padding: 0px; 
}
  /*ocultar pestaña*/
.theme-product-specification-tabs-container .theme-product-specification-tabs .theme-product-tabs-wrapper {
    display: none;
}
  
  /*ancho container description */
.theme-product-details-page     .zpcontainer {
  width: 90%;
}
  .theme-product-info-content div{
    max-width: 90%;
}

/*Modulo titulo sin color de fondo*/
.theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-entries-container {
    background: transparent
}

/*ocultar titulo prod*/
.theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-entries-container .theme-prod-detail-entries .theme-prod-basic-entry.theme-detail-prod-name {
  display:none;
}
.theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-entries-container .theme-prod-detail-entries { 
    padding-block-end: 0px; 
}
.theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-entries-container .theme-prod-detail-entries:first-child:after {
    display: none;
}
/*ancho*/
@media only screen and (min-width: 992px) {
    .zprow .theme-prod-details-container .zpcol-md-9{
  width:90%
} 
}
.theme-product-info-content div {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .theme-product-details-style-04 .zpcontainer {
        width: 1340px; 
    }
}
/*Alto img*/
 
.theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-img-container .theme-prod-detail-img .theme-prod-detail-img-inner picture {
   
    width: 1000px;
    height: 250px;
}
.theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-img-container .theme-prod-detail-img {
    height: 250px; 
}
.theme-tag-contianer+.theme-product-short-description {
    padding-block-start: 0px;
}.theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-entries-container .theme-prod-detail-entries {
    padding-block-start: 0px;
}

/*quitar non returnable*/
.theme-product-details-style-04 .theme-prod-details-container .theme-prod-detail-entries-container .theme-prod-detail-entries .theme-prod-non-returnable-container {
 display:none }