/** Shopify CDN: Minification failed

Line 144:0 Unexpected "<"
Line 484:4 "ransition" is not a known CSS property

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS

/-----------------------------------------------------------------------------*/


/*---------------- Anucio pocas unidades -------------------*/

  .low-stock-message {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    animation: pulse 1.5s infinite;
  }

  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.01); }
    100% { transform: scale(1); }
  }

  @media screen and (max-width: 768px) {
  .low-stock-message {
    font-size: 10px;
    padding: 4px 4px;
    top: 6px;
    left: 6px;
    max-width: 90%;
    line-height: 1.2;
  }
}

/*---------------- pagina de preguntas frecuentes -------------------*/

.t4s-container .t4s-accordion-style-1 .t4s-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.t4s-container .t4s-accordion-style-1 .t4s-tab-wrapper {
  width: calc(50% - 15px); /* 2 columnas con espacio */
}

@media (max-width: 768px) {
  .t4s-tab-wrapper {
    width: 100%; /* Vuelve a 1 columna en móviles */
  }
}

/*---------------- SOLD OUT and offert -------------------*/

.product-soldout-badge {
  position: absolute;
  top: 50px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.badge-discount {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 1s infinite;
}

.badge-discount .badge-bg {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
}

.badge-discount .badge-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 4px;
  padding-top: 14px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
  .badge-discount {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
  }

  .badge-discount .badge-text {
    font-size: 11px;
    padding-top: 10px;
  }
}


@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  70% {
    transform: translateY(-3px);
  }
}


/*---------------- Menu mobile -------------------*/

<link href="//nina.com.co/cdn/shop/t/6/assets/mb-nav-animations.css?5103" rel="stylesheet" type="text/css" media="all" />


/* Animación de entrada en cascada */
.t4s-mb__menu {
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInMenu 0.5s ease-out forwards;
}

@keyframes fadeInMenu {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Items con delay progresivo */
.t4s-mb__menu > li {
  opacity: 0;
  transform: translateY(15px);
  animation: slideUpItem 0.4s ease-out forwards;
}

@keyframes slideUpItem {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Delay en cascada para cada item */
.t4s-mb__menu > li:nth-child(1) { animation-delay: 0.1s; }
.t4s-mb__menu > li:nth-child(2) { animation-delay: 0.2s; }
.t4s-mb__menu > li:nth-child(3) { animation-delay: 0.3s; }
.t4s-mb__menu > li:nth-child(4) { animation-delay: 0.4s; }
.t4s-mb__menu > li:nth-child(5) { animation-delay: 0.5s; }
.t4s-mb__menu > li:nth-child(6) { animation-delay: 0.6s; }
.t4s-mb__menu > li:nth-child(7) { animation-delay: 0.7s; }
.t4s-mb__menu > li:nth-child(8) { animation-delay: 0.8s; }
.t4s-mb__menu > li:nth-child(9) { animation-delay: 0.9s; }
.t4s-mb__menu > li:nth-child(10) { animation-delay: 1.1s; }
.t4s-mb__menu > li:nth-child(11) { animation-delay: 1.2s; }
.t4s-mb__menu > li:nth-child(12) { animation-delay: 1.3s; }
.t4s-mb__menu > li:nth-child(13) { animation-delay: 1.4s; }
.t4s-mb__menu > li:nth-child(14) { animation-delay: 1.5s; }
.t4s-mb__menu > li:nth-child(15) { animation-delay: 1.6s; }

/* Efecto especial para el formulario y redes */
.t4s-newsletter-menu-item {
  animation-delay: 0.6s !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.t4s-social-menu-item {
  animation-delay: 0.8s !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
  
.t4s-menu-item-has-children.open > .t4s-sub-menu {
  max-height: 1000px;
  }

li#item_mb_sea {
    display: none;
}

.t4s-drawer__header.t4s-mb-nav__tabs.t4s-rows.t4s-g-0.t4s-row-cols-2.t4s-text-center {
    display: none;
}

/*---------------- Pagina de contacto -------------------*/


.custom-contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
}

.contact-form,
.contact-info,
.contact-map {
  flex: 1 1 33%;
  min-width: 280px;
}

.contact-form h2,
.contact-info h2 {
  font-size: 24px;
  color: #00314f;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f5f5f5;
}

.contact-form input[type="submit"] {
  width: 100%;
  padding: 14px;
  background-color: #00314f;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form input[type="submit"]:hover {
  background-color: #002739;
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
  max-height: 280px;
  overflow-y: auto;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 16px;
  padding-right: 40px;
  margin-left: 60px;
}

.contact-info h2 {
  font-size: 24px;
  color: #00314f;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.contact-info-item:last-child {
  border-bottom: none;
}

.contact-info-item i {
  font-size: 28px;
  color: #00314f;
  min-width: 32px;
}

.contact-info-item strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #00314f;
  margin-bottom: 4px;
}

.contact-info-item div {
  line-height: 1.2;
  font-size: 16px;
  color: #1a1a1a;
}


.contact-map iframe {
  width: 100%;
  aspect-ratio: 1 / 1; /* Cuadrado */
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

@media (max-width: 991px) {
  .custom-contact-container {
    flex-direction: column;
  }

  .contact-form,
  .contact-info,
  .contact-map {
    width: 100%;
  }
}



/*---------------- Footer MAX -------------------*/

@media (max-width: 767px) {
  .t4s-bottom-bar {
    padding: 15px 0;
  }
  
  .t4s-custom-col {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*---------------- marquees -------------------*/

.section-template--18961494474965__marquee2_tbYpVe.custom-marquee >.track {
    background: #f5f5f5;
}

.section-template--19183959900373__marquee2_qhBHBB.custom-marquee >.track {
    background: #f5f5f5;
}

.section-announcement-bar.custom-marquee {
    background: #333;
}

/*---------------- Pagina de producto -------------------*/
.t4s-col-md-8.t4s-col-12.t4s-col-item.t4s-product__media-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
.t4s-col-md-8.t4s-col-12.t4s-col-item.t4s-product__media-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }
  .rtl_false .t4s-sticky-atc__v-title .t4s-icon-select-arrow {
    margin-right: 120px;
  }
}


/*---------------- Barra de anuncio Distribuidores -------------------*/

.section-template--19223405396181__marquee2_6nj4Vt.custom-marquee {
    background: black;
}

.section-template--19223405396181__marquee2_6nj4Vt.custom-marquee {
    margin: 0px 0;
}

/*----------------Distribuidores-------------------*/

div#shopify-section-template--19223405396181__17400565444fa8ef44 {
    background-image: url(/cdn/shop/files/Brandon_imagen_corregida_hoy.jpg?v=1748016891);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 80vh;
}

._gridItem_stahb_172._gridItemContent_stahb_257 > section {
    margin: 100px auto 25px !important;
}

@media screen and (min-width: 768px) {
  form-embed#app-embed {
    margin-right: 18vw;
  }
}

/*----------------Titulo de reseña-------------------*/


h2.jdgm-rev-widg__title {
    text-transform: uppercase;
    font-size: 25px;
}


/*----------------Orden de imagenes en sobre nosotros movil-------------------*/
@media (max-width: 767px) {
.t4s-col-img.t4s-col-item.t4s-col-lg-6.t4s-col-md-6.t4s-col-12.t4s-order-md-1.t4s-order-1.t4s-image-text-layout-carousel.t4s-image-text-col-img-left {
    order: 2;
  }
}

h3.t4s-image-text-heading.t4s-fs-md-40.t4-fs-30 {
    margin-top: 20px;
}


/*----------------Ocultar banner en look book-------------------*/

@media (max-width: 767px) {
.t4s-footer-linklist .footer-menu-item > a {
  font-size: 18px;
  }
}

/*----------------Ocultar banner en look book-------------------*/

@media (max-width: 767px) {
.t4s_ratioadapt.t4s_position_8.t4s_cover.t4s-row.t4s-justify-content-center.t4s-row-cols-lg-1.t4s-row-cols-md-2.t4s-row-cols-2.t4s-gx-md-30.t4s-gy-md-30.t4s-gx-10.t4s-gy-10 {
    display: none;
  }
}

/*----------------Detalle de flechas y bolas en banner de home -------------------*/

ol.flickityt4s-page-dots {
    right: 0.5%;
}

button.flickityt4s-button.flickityt4s-prev-next-button.previous {
    transition: background-color .3s ease, color .3s ease;
    background-color: #ffffff52;
    backdrop-filter: blur(4px);
    top: 45% !important;
    transform: translateY(-50%);
}

button.flickityt4s-button.flickityt4s-prev-next-button.next {
    ransition: background-color .3s ease, color .3s ease;
    background-color: #ffffff52;
    backdrop-filter: blur(4px);
    top: 45% !important;
    transform: translateY(-50%);
}

/*----------------BUG IMAGE DE SET PRODUCT -------------------*/

.t4s-product-img.t4s_ratio.is-show-img2 {
    --aspect-ratioapt: 0.6666033795329409 !important;
}

/*----------------BOTON wpp movil -------------------*/

@media (max-width: 767px) {
.whatsapp-widget-right {
    right: 10px;
    height: 100px;
  }
}

/*----------------BOTON FINAL VISTA RAPIDA -------------------*/
.view-details-link {
  margin-top: 28px;
  text-align: left;
}

.view-details-anchor {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.view-details-anchor::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #111;
  transition: width 0.3s ease;
}

.view-details-anchor:hover {
  color: #000;
  transform: translateX(3px);
}

.view-details-anchor:hover::after {
  width: 100%;
}


/*----------------Ocultar botonos de QV -------------------*/

.only-title {
    font-size: 24px;
}

.only-title a::hover {
    color: black;
}

h1.only-title.t4s-product__title {
    --title-color: #222222;
    --title-color-hover: #222222;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    display: none;
}
.t4s-extra-link {
    display: none;
}

.t4s-product_meta {
    display: none;
}

.t4s-product__price-review {
    font-size: 20px !important;
}

@media (max-width: 767px) {
div#ProductInfo-template--template--18961495228629__main-qv__main {
    margin-top: 15px;
  }
}


/*----------------parrafos producto -------------------*/

.t4s-section-header {
    position: sticky !important;
    top: 0;
    z-index: 460;
    background-color: #fff; /* o el color que uses */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/*----------------parrafos producto -------------------*/

.t4s-richtext_text_6g4mCP.t4s-pr__richtext.t4s-rte p {
    color: #737070 !important;
}

/*----------------Footer separaciones -------------------*/
@media (min-width: 1025px) {
    .t4s-col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
        margin-left: -10px;
        padding-left: 55px;
    }
}

@media (min-width: 768px) {
    .t4s-custom-col.t4s-col-border-left {
        border-inline-start: solid 1px var(--border-cl);
        margin-left: -20px;
        padding-left: 25px;
    }
}

@media (min-width: 768px) {
    .t4s-custom-col.t4s-col-border-right {
        border-inline-end: solid 1px var(--border-cl);
        /* margin-left: 0px; */
        padding-left: 86px;
    }
}


p.t4s-text-bl.t4s-fnt-fm-inherit.t4s-font-italic-false.t4s-hidden-mobile-false.t4s-br-mb-false.t4s-text-shadow-false {
    margin-top: 12px;
    color: #222222;
}
/*---------------- despliegue de menu -------------------*/

.t4s-sub__menu {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
  background: white;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px;
}

/* Estado visible (animación activa) */
.t4s-sub__menu:not(.t4s-op-0):not(.t4s-pe-none) {
  transform: translateY(0);
  opacity: 1;
}

/*---------------- Barra de anuncio LOOK & FEEL -------------------*/

.section-template--19183959900373__marquee2_qhBHBB.custom-marquee{
    background: #fff;
}

.section-template--19183959900373__marquee2_qhBHBB.custom-marquee {
    margin: 0px 0;
    border: 1px solid;
}

.section-template--19183959900373__marquee2_qhBHBB.custom-marquee .content {
    color: #222222 !important;
}

/*---------------- Barra de anuncio LOOK & FEEL 2-------------------*/

.section-template--19183959900373__marquee2_xe4y7L.custom-marquee {
    background: black;
}
.section-template--19183959900373__marquee2_xe4y7L.custom-marquee {
    margin: 0px 0;
}

/*---------------- Barra de anuncio blog y trens -------------------*/
.section-template--18961494376661__marquee2_PXhVLP.custom-marquee .track {
    background: black;
}
.section-template--18961494376661__marquee2_PXhVLP.custom-marquee{
  margin: 0px 0 !important;
}

/*---------------- Barra de anuncio NEW collection -------------------*/

.section-template--18961494474965__marquee2_tbYpVe.custom-marquee {
    position: relative !important;
    bottom: auto !important;
    margin: 0px 0;
    overflow: hidden;
    background: #fff;
}

.section-template--18961494474965__marquee2_tbYpVe.custom-marquee .content {
    display: flex;
    align-items: center;
    margin: 0 40px;
    font-size: 14px;
    color: #5C5C5C !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 0;
}

/*---------------- movil -------------------*/

@media (max-width: 767px) {
  .t4s-slideshow .t4s-slideshow-item.t4s-col-item {
    height: 100vh !important;
  }

  .t4s-slideshow .t4s-slideshow-inner.t4s_ratio {
    height: 100vh !important;
    aspect-ratio: auto !important;
  }

  .t4s-slideshow .t4s-img-as-bg {
    object-fit: cover !important;
    height: 100vh !important;
    width: 100vw !important;
  }
}

/*---------------- INSTAGRAM -------------------*/

#insta-feed h2, .instafeed-shopify h2 {
    font-family: Optima;
    font-size: 30px;
    display: none;
}

/*---------------- ICONOS DE MENU -------------------*/

.t4s-icon-custom-search{
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
}

.t4s-icon-custom-heart{

  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
}

.t4s-icon-custom {

  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
}

.t4s-site-nav__icon {
  transition: transform 0.3s ease;
}
.t4s-site-nav__icon:hover {
  transform: translateY(-3px);
}

/*---------------- FOOTER-------------------*/

@media (max-width: 768px) {
 .bl-footer-8{
   order: 2;
 }
}

@media (max-width: 768px) {
 .bl-footer-0{
   order: 3;
 }
}

@media (max-width: 768px) {
 .bl-footer-4{
   order: 4;
 }
}

@media (max-width: 768px) {
 .bl-footer-6{
   order: 5;
 }
}

@media (max-width: 768px) {
 .bl-footer-10{
   order: 1;
 }
}
  

/*---------------- FOOTER-------------------*/
.t4s-footer .t4s-footer-wrap {
    padding-left: 90px;
    padding-right: 90px;
}

@media (max-width: 768px) {
  .t4s-footer .t4s-footer-wrap {
    padding-left: 20px;
        padding-right: 20px;
  }
}





/*---------------- adaptar imagen principal -------------------*/
@media (max-width: 767px) {
  .imagen-fondo {
    min-height: 100vh !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center center !important;
    position: relative !important;
    z-index: 1;
    margin-top: -300px !important;
  }
}

/*---------------- Añadir al carrito -------------------*/

a.añadir-carrito.t4s-pr-item-btn.t4s-pr-quickview.t4s-tooltip-actived {
  background-color: #343434 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 600;
}

#CartCedula {
  width: 100%;
  padding: 7px 16px;
  border: 2px solid #000; /* Borde negro */
  border-radius: 30px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8); /* Sombra elegante */
  transition: all 0.3s ease;
  outline: none;
}

#CartCedula:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3); /* efecto al hacer focus */
}

.t4s-field > label {
  font-size: 11px;
}

/*---------------- WISLISH NEGRO -------------------*/

.t4s-product a.t4s-pr-wishlist.is--added, .css_for_wis_app_true .t4s-product .t4s-pr-wishlist.is--added{
  background-color: #333 !important;
}

.t4s-product-form__buttons .t4s-pr-wishlist.is--added {
    color: #333;
    border-color: #333;
}

@media (max-width: 768px) {
  .wishlist-text {
      order: 1;
  }
}


/*---------------- BUG IPHONE -------------------*/
html{
  overflow-x: hidden !important;
}
/*---------------- BOTON VER TODO -------------------*/

    a.t4s-btn-style-link.t4s-btn-size-medium {
        border-radius: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid #000;
        background: transparent;
        color: #000;
        font-size: 14px;
        padding: 10px 25px !important;
        height: 30px;
        font-weight: 400;
    }

    .t4s-btn-style-link.t4s-btn-size-medium {
      position: relative; 
      overflow: hidden; 
      z-index: 1; 
      transition: color 0.3s ease;
    }
    .t4s-btn-style-link.t4s-btn-size-medium:before{
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 0%; 
      height: 100%;
      background: #000; 
      transition: width 0.4s ease;
      z-index: -1; 
    }
    .t4s-btn-style-link.t4s-btn-size-medium:hover::before {
      width: 100%; 
      right: auto;
      left: 0; 
    }
    .t4s-btn-style-link.t4s-btn-size-medium:hover{
        color: #fff !important; 
        border-color: #000 !important; 
    }

    .t4s-btn-style-bordered.t4s-btn-size-medium {
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: color 0.3s ease;
    }
    
    .t4s-btn-style-bordered.t4s-btn-size-medium::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 100%;
      background-color: #000;
      z-index: -1;
      transition: width 0.4s ease;
    }
    
    .t4s-btn-style-bordered.t4s-btn-size-medium:hover {
      color: #fff;
    }
    
    .t4s-btn-style-bordered.t4s-btn-size-medium:hover::before {
      left: 0;
      right: auto;
      width: 100%;
    }
    
@media (max-width: 767px) {
    .t4s-btn-style-link.t4s-btn-size-medium, .t4s-btn-style-bordered.t4s-btn-size-medium, .t4s-btn-style-bordered_top.t4s-btn-size-medium {
        --btn-size: 13px;
        border-radius: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid #000;
        background: transparent;
        color: #000;
        font-size: 14px;
        padding: 10px 25px !important;
        font-weight: 400;
    }
}

/*---------------- Barra de filtro-------------------*/


.t4s-collection-header>:first-child {
    justify-content: flex-start;
    margin-left: 16px;
    font-weight: bold;
}



.t4s-collection-header {
    margin: 0px 0px;
    border-bottom: 1px solid #878787;
    border-top: 1px solid #878787;
    padding: 15px;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    width: 100vw !important;
}

span.t4s-d-none.t4s-d-md-block {
    font-size: 15px;
    color: #878787;
}

/*---------------- FILTRO NEW COLLECTION -------------------*/

.t4s-collection-header .t4s-dropdown__sortby button[data-dropdown-open] {
    padding: 7px 30px 7px 15px;
    border-radius: var(--btn-radius);
    margin-right: 0px;
    font-weight: bold;
    margin-right: -45px;
}

.t4s-collection-header .t4s-dropdown__sortby button[data-dropdown-open] span {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: absolute;
}

/* Paso 2: Inserta el nuevo texto fijo "Ordenar por" encima */
.t4s-collection-header .t4s-dropdown__sortby button[data-dropdown-open]::after {
  content: "Ordenar por";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #303030;
  font-weight: 600;
  pointer-events: none;
}

.t4s-btn-filter::after {
  content: "FILTROS";
  margin-left: 0px;
  font-size: 14px;
}

@media (min-width: 769px) {
  .t4s-collection-header .t4s-dropdown__sortby button[data-dropdown-open] {
    margin-right: -45px;
  }
}

@media (max-width: 768px) {
  .t4s-collection-header .t4s-dropdown__sortby button[data-dropdown-open] {
    margin-right: 0;
    padding-right: 75px;
    min-width: 130px;
  }
}

@media (max-width: 768px) {
  .t4s-collection-header .t4s-dropdown__sortby button[data-dropdown-open]::after {
    white-space: nowrap;
  }
}


/*---------------- barra de anuncio-------------------*/


.section-template--18961494835413__marquee2_YF7L86.custom-marquee {
    margin: 0px 0;
    margin-bottom: 0px !important;
    background: black !important;
}

/*---------------- Titulos de home -------------------*/


.t4s-section-title {
  position: relative;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 26px;
  padding: 0 60px; /* Espacio lateral para las líneas */
}

.t4s-section-title::before,
.t4s-section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #ccc;
  transform: translateY(-50%);
}

.t4s-section-title::before {
  left: 0;
}

.t4s-section-title::after {
  right: 0;
}

/* Ajustes para móvil */
@media (max-width: 768px) {
  .t4s-section-title {
    padding: -1px 30px;
    font-size: 16px;
  }

  .t4s-section-title::before,
  .t4s-section-title::after {
    width: 30px;
  }
}

/*---------------- Titulos Blogs y boton -------------------*/


/* boton blogs */

a.t4s-post-readmore{
  background-color: white;
  border: 1px solid black; 
  padding: 8px 24px;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
  cursor: pointer;
}
a.t4s-post-readmore:hover {
  background-color: black;
  color: white !important;
  border-color: black;
}

@media (max-width: 767px) {
  a.t4s-post-readmore {
    padding: 6px 16px; 
    font-size: 12px; 
  }
}

/* benner2 */

.hero-banner2 p{
    margin-bottom: 30px !important;
  }
  .hero-banner2 h2{
    margin-bottom: 35px !important;
  }
  .hero-banner2 a{
    margin-bottom: 35px !important;
}

.hero-banner2 .custom_hero_section a{
    backdrop-filter: blur(4px);
    text-shadow: 2px 2px 4px #000000;
    font-weight: 400;
    padding: 20px 40px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 5px;
  }


  .t4s-top-head {
    margin-top: 40px;
}

.t4s-post-item .t4s-post-content > p {
    font-size: 14px !important;
    color: #222222c4;
}
/*---------------- Titulos home-image -------------------*/
  h2.hero-subtitle{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 5px;
    font-family: 'Helvetica Neue', sans-serif;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px #000000 !important;
  }

  .t4s_animated .t4s-bl-item, .is-selected .t4s-bl-item {
    text-shadow: 2px 2px 4px #000000;
}

  body.template-index .custom_hero_section p {
    font-size: 40px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    text-shadow: 2px 2px 4px #000000;
  }

  .custom_hero_section a {
    backdrop-filter: blur(4px);
    text-shadow: 2px 2px 4px #000000;
    font-weight: 400;
    padding: 20px 40px;
    font-size: 15px;
  }

@media (max-width: 767px) {
    .bloque1.custom_hero_section.t4s-content-position.t4s-auto.t4s-pa.t4s-bg-content-true.t4s-br-content-false.t4s-br-style-solid.t4s-text-md-center.t4s-text-center {
    top: 60% !important;
  }
}

/* doble imagen  */
.double-image-banner {
  display: flex;
  gap: 0; 
  width: 100%;
}

.image-banner-column {
  flex: 1 1 50%; 
  position: relative;
  overflow: hidden;
}

.image-container {
  width: 100%;
  position: relative;
}

.image-container img {
  position: relativo;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
 
}

.text-overlay {
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  padding: 0px 0px;
}


.collection-description{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  margin-bottom: 5px;
  font-family: 'Helvetica Neue', sans-serif;
  text-shadow: 2px 2px 4px #000000;
}
.collection-title{
    font-size: 25px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    text-shadow: 2px 2px 4px #000000;
}

.shop-button {
    backdrop-filter: blur(4px);
    background-color: #ffffff52;
    color: #fff;
    text-shadow: 3px 3px 5px #000000;
    font-weight: 600;
    padding: 8px 32px;
    font-size: 12px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    transition: background-color .3s ease, color .3s ease;
    cursor: pointer;
}
.shop-button:hover {
    background-color: rgba(0, 0, 0, 0.3); 
    color: white;
}

.t4s-about-us-txt p {
    color: #666;
    /* max-width: 90%; */
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px){
  .t4s-about-us-txt p{
     display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

p {
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto;
}
a.t4s-about-us-btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-size: 14px;
    padding: 10px 25px !important;
    height: 30px;
    font-weight: 400;
}


@media (max-width: 768px) {
  .double-image-banner {
    flex-direction: column;
  }
  .image-container {
    aspect-ratio: 16 / 9; 
  }
}

@media (max-width: 768px) {
  .carousel-wrapper {
    overflow-x: hidden;
    margin: 0 5px;
  }

  .double-image-banner {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-left: 0;
    padding-right: 0;
  }

  .image-banner-column {
    flex: 0 0 98%;
    margin-right: 0%;
    scroll-snap-align: start;
  }

  .image-banner-column:last-child {
    margin-right: 0; 
  }

  .double-image-banner::-webkit-scrollbar {
    display: none;
  }
}


/* Prodcut authentic */
.product-page-authentic {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.product-gallery {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-gallery img {
  width: 100%;
  border-radius: 5px;
}

.product-info {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-collection {
  font-size: 14px;
  text-transform: uppercase;
  color: gray;
}

.product-title {
  font-size: 28px;
  font-weight: bold;
}

.product-price {
  font-size: 20px;
  font-weight: 500;
}

.product-variants {
  display: flex;
  gap: 10px;
}

.variant-btn {
  border-radius: 50%;
  border: 1px solid black;
  width: 40px;
  height: 40px;
  background: white;
  cursor: pointer;
}

.variant-btn:hover {
  background: black;
  color: white;
}

.product-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-minus, .qty-plus {
  border: none;
  background: black;
  color: white;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.add-to-cart-btn {
  background: black;
  color: white;
  padding: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

.payment-info {
  margin-top: 15px;
  font-size: 13px;
  color: #666;
}

.accordion {
  margin-top: 20px;
}

.accordion-title {
  cursor: pointer;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.accordion-content {
  display: none;
  padding: 10px 0;
  font-size: 14px;
}

.t4s-product-colors {
    display: none;
}


/*---------------- Pagina de producto -------------------*/


@media screen and (max-width: 768px) {
  .t4s-product-btns {
    display: none !important;
  }
}

.track {
    background: black;
}

.t4s-row.t4s-row__product.is-zoom-type__external.initProducts__enabled {
    border: 1px solid #ccc;
}

@media (min-width: 768px) {
    .t4s-product__zoom-wrapper {	
       position: sticky;
       top: 3rem;
       z-index: 4;
    }
}

.t4s-product__info-wrapper.t4s-pr {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}

h1.t4s-product__title {
    margin-top: -15px;
}

.globo-swatch-product-detail .swatch--gl li .globo-style--button, .globo-product-groups-detail .gsw-item-product-group .globo-style--button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
}

.tolstoy-stories-title {
    display: none;
}

.shipping-benefits {
  margin: 25px 0;
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.shipping-benefits ul {
  list-style: none;
  padding-left: 0;
}

.shipping-benefits li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.shipping-benefits li span {
  margin-right: 10px;
  color: #4CAF50; /* Color del check */
}

.shipping-benefits strong {
  color: #000;
  font-size: 12px;
}

.shipping-benefits p {
  margin: -3px 0 0 0;
  color: #666;
  font-size: 13px;
  margin-bottom: -15px;
}

.t4s-section-title>span {
    display: inline-block;
    vertical-align: top;

}

.section-template--18961495294165__marquee2_nwn3kw.custom-marquee {
    background: black;
}

form#product-form-8879792357589template--18961495294165__main {
    margin-top: -20px;
}

.guia-tallas-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
  margin-bottom: 10px;
}

.guia-tallas-wrapper a.open-size-guide {
  font-size: 14px;
  text-decoration: underline;
  color: #666;
}

.t4s-tabs.t4s-type-tabs.t4s-accordion-mb-true.t4s-tabs-enabled.t4s-tabs-accordion-enabled {
    margin-top: 20px;
    margin-bottom: 20px;
}


.t4s-product__info-container .t4s-product-price {
    padding-bottom: 10px;
    width: 100%;
}

.swatch--gl .name-option{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.globo-swatch-product-detail {
    margin-bottom: 25px;
}

.t4s-richtext_text_m7M68Y.t4s-pr__richtext.t4s-rte {
    margin-top: 21px;
}

.globo-swatch-product-detail .swatch--gl {
    margin-bottom: 23px;
}



.t4s-col-md-9.t4s-col-12.t4s-col-item.t4s-product__media-wrapper {
    padding: 2px;
    padding-left: 2px;
}

.t4s-row.t4s-g-10.t4s-slide-eff-fade.flickityt4s.isotopet4s.carousel-disable-md.t4s_ratioadapt.t4s_position_8.t4s_cover.t4s-flicky-slider.t4s-slider-btn-true.t4s-slider-btn-style-outline.t4s-slider-btn-rotate.t4s-slider-btn-small.t4s-slider-btn-cl-dark.t4s-slider-btn-vi-hover.t4s-slider-btn-hidden-mobile-true.t4s-enabled.isotopet4s-enabled > div {
    padding: 1px;
}

.t4s-d-flex.t4s-flex-wrap{
    margin-top: -5px;
    margin-bottom: 8px;
}

/*---------------- promocion madres -------------------*/



@media (max-width: 767px) {
  .discount-float {
    top: 81% !important;
    left: -36% !important;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
  }

  .discount-float > span {
    font-size: 16px !important;
    padding: 6px 10px !important;
    border-radius: 4px;
  }
}




/*---------------- reseñas -------------------*/
.trustshop-no--review {
    border: 0px solid !important;
}

/*---------------- Marquee en producto -------------------*/

.section-template--18961495294165__marquee2_t9kUXr.custom-marquee {
    background: black;
    margin-bottom: 30px;
    margin: 0px 0;
}


/*---------------- Titulo IG -------------------*/

.ig-line-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
  }

  .ig-line {
    width: 80px;
    height: 1px;
    background-color: #ccc;
    transition: background-color 0.3s ease;
  }

  .ig-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 25px;
    color: #000;
    position: relative;
    overflow: hidden;
  }

  .ig-link img {
    position: relative;
    z-index: 1;
  }

  .ig-link img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 150%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    z-index: 2;
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    pointer-events: none;
  }

  .ig-link:hover img::after {
    left: 100%;
  }

  .ig-link:hover img {
    transform: scale(1.05);
    transition: transform 0.4s ease;
  }

  .ig-line-wrapper:hover .ig-line {
    background-color: #999;
  }

  @media (max-width: 768px) {
    .ig-link {
      font-size: 18px;
    }

    .ig-line-wrapper {
      flex-direction: column;
      gap: 12px;
    }

    .ig-line {
      width: 60px;
    }
  }



/*---------------- Custom CSS for only desktop -------------------*/


/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}
/*---------------- Custom CSS for only mobile BANNERS -------------------*/
@media (max-width: 767px){
  body.template-index .custom_hero_section {
    top: 80%;
}
body.template-index  .t4s-oh {
    overflow: visible;
}
body.template-index .banner-principal .t4s-hero-image-item, body.template-index .hero-banner2 .t4s-hero-image-item{
  height: 400px
}
 body.template-index .banner-principal .t4s_cover .t4s_bg, body.template-index .hero-banner2 .t4s_cover .t4s_bg {
    background-size: cover;
    height: 400px !important;
    background-position-y: top !important;
}
 body.template-index .hero-banner2 h2, body.template-index .hero-banner2 p{
    margin-bottom: 15px !important;
  }
 body.template-index  .hero-banner2 .custom_hero_section a{
   margin: 5px 0;
 }
  body.template-index .hero-banner2 .custom_hero_section {
        top: 20%;
    }
}

/*---------------- Custom CSS for Sticky info product -------------------*/
body{
  overflow-x: visible !important;
}
#MainContent{
  overflow-x: visible !important;
}

@media (max-width: 767px){
 body.template-product{
  overflow-x: visible !important;
}


}