/** Shopify CDN: Minification failed

Line 280:0 Comments in CSS use "/* ... */" instead of "//"
Line 285:0 Comments in CSS use "/* ... */" instead of "//"
Line 570:0 Comments in CSS use "/* ... */" instead of "//"
Line 623:0 Comments in CSS use "/* ... */" instead of "//"
Line 778:0 Comments in CSS use "/* ... */" instead of "//"
Line 779:0 Comments in CSS use "/* ... */" instead of "//"
Line 799:0 Comments in CSS use "/* ... */" instead of "//"
Line 1303:0 Comments in CSS use "/* ... */" instead of "//"
Line 2116:0 Unexpected "}"

**/
/*VERTICAL*/
.vertical-menu_submenu > li:nth-of-type(1) ul {
	column-count: 3;
}
.vertical-menu_submenu > li:nth-of-type(2) ul {
	column-count: 3;
}
.vertical-menu_submenu {
    background-color: #e1e1e1!important;
}
.vertical-menu_sub-submenu {
    background-color: #e1e1e1!important;
}

.sublink.dropdown_link--vertical > a:first-child{
	pointer-events: none!important;
}
.vertical-menu_sub-submenu li a {
  	text-transform: capitalize!important;
}

/*MEGA MENU*/
.dropdown_content > div:nth-of-type(1) > .dropdown_column__menu > ul:last-of-type {
    column-count: 2;
}
.dropdown_content > div:nth-of-type(2) > .dropdown_column__menu > ul:last-of-type {
	column-count: 2;
}
.dropdown.menu {
    background-color: #e1e1e1;
}

.menu a.noticable {
    color: #ffffff;
    background-color: #DD191E;
}

/* === TÍTULOS ESTILO IGUANA === */
ul.dropdown_title > li > a {
  font-weight: 600;
  font-size: 1.05em;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #111;
  display: block;
  margin-bottom: 6px;
  pointer-events: none;
  cursor: default;
  border-bottom: none !important;
  border-top: thin !important;
}
ul.dropdown_title,
ul.dropdown_title li {
  border-top: thin !important;
}

/* Oculta solo el título duplicado "Shop All Watches" */
.dropdown_title[data-title="shop-all"] {
  display: none !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

ul[data-title="shop-all"] + ul a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  gap: 6px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
ul[data-title="shop-all"] + ul a:hover {
  color: #c3a46e;
  font-weight: 700;
  font-size: 0.8rem;
}

/* Formato del texto debajo de la imagen */
.mega-menu__image-caption {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 12px;
  padding-left: 0;
  color: #111;
  text-align: left;
}
.mega-menu__image-caption:hover {
  text-decoration: underline;
  color: #8a734e; /* el dorado suave de Iguana */
  cursor: pointer;
}

/*SEARCH*/
.dropdown {
    background-color: #e1e1e1;
}
/*Para que en el sticky menú no haya problemas con las sugerencias*/
.search_link {
  display:none!important;
}
.search_container {
  display:block!important;
}

/*TOP FOOTER*/
  .sixteen.columns.row.footer_credits {
    border-top: solid;
  }

  ul.social_icons{
    margin-top: 10px;
  }

  p.iguanaCountries{
    text-align: center;
    padding-top: 20px;
  }
  
  p.iguanaCountries a{
    margin-left: 20px;
  }

  div.sixteen.columns.row.footer_credits{  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  footer .iguanaCountries { flex: 3 0px; }
  footer .credits { order: 1; } 
  footer .iguanaCountries    { order: 2; }
  footer .social_icons { order: 3; }

/* FILTER COLLECTION*/
.collection-name a {
	font-size: 15px!important;
  	padding-left: 20px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.collection-name a:hover {
	color: #9b8442!important;
}
/* .collection-name a i {
	display: none;
} */
.filter-clear {
/*	margin-top: 12px;*/
}
.collection-container {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
}
.filter-group h4 {
/*  padding: 0px!important; */
  padding-bottom: 2px!important;
}
/* DESCRIPCION del producto*/
  .description br {
    display: none;
  }
  /* Desktop*/
  .caracteristicas{
    float: left;
    width: 100%;
  }

  .caracteristicas dt{  
/*      border-bottom: 1px dashed lightgray; */
    color: #333333;
    font-weight: bold;
    line-height: 2;
    text-align: right;

    background-image: linear-gradient(#E1E1E1, #E1E1E1);
    background-size: 100% 1px;
    background-position: bottom;
    background-repeat: no-repeat;
  }  
  .caracteristicas dd{  
/*      border-bottom: 1px dashed lightgray; */
    line-height: 2;
    text-align: left;

    background-image: linear-gradient(#E1E1E1, #E1E1E1);
    background-size: 100% 1px;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  /* Movil*/  
  @media only screen and (max-width: 768px){
    dl.caracteristicas{
      float: none;
      width: 100%;
      column-gap: 6px;
    }
    .custom-head{
      font-size: 20px 
    }
  }  
  
/* WHY-IGUANA: Responsive*/
  @media only screen and (max-width: 768px){
    div.contenedor-why-iguana {
      height: 550px!important;
    }
  }
  .why-iguana-text {
	margin-top:5px;
    padding-top:10px;
    padding-left:20px;
    padding-bottom:10px;
    padding-right:20px;
    border-radius:4px;
    height:55px;
    text-align:center;
    text-decoration:none;
    display:block;
  }

/* LIMESPOT*/
  h4.center.title.ls-box-title {
    width:75%; border-bottom:1px solid; border-color:#aaaaaa; text-align:center!important; padding-bottom:16px!important;
  }
  h3.ls-box-title {
    font-size:18px!important; line-height:32px!important; width:75%; border-bottom:1px solid; border-color:#aaaaaa; text-align:center!important; padding-bottom:16px!important;
  }
  .ls-original-price.money{
    display:none;
  }
  .ls-sale-sign {
    display:none !important;
  }

/* PRICES*/
  .was_price {
    display: inline;
  }
/* Originalmente estaba en color settings.sale_color
  .current_price span.money {
//	font-weight: bold;
    color: #DD191E;    
  }
*/
  .current_price span.money {
	font-weight: bold;
    color: #262626;    
  }
  
  .price {
//	font-weight: bold;
    font-size: xx-large;
  }

  .price--sale {
//	font-weight: bold;
    font-size: xx-large;
  }

  .compare-at-price {
    font-size: smaller;
  }

  .modal_price > .price-ui {
    align-items: baseline;
  }

  .product-main:has( div.iguana-special-sale.iguana-discount-info ) span.price {
    font-weight: normal;
    color:#262626;
  }

  .product-main:has( div.iguana-default-discount.iguana-discount-info ) span.price {
    font-weight: normal;
    color:#262626;
  }

  .product-main:has( span.sale.savings ) span.price {
    font-weight: normal;
  }
  
/* DISCOUNT */
.discount-button {
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
    color: #9b8442 !important;
    border-radius: 1px !important;
    font-weight: bold!important;
    font-size: larger;
    text-decoration:underline!important;
  }

.coupon-button {
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
    color: #000000 !important;
    border-radius: 1px !important;
    font-weight: bold!important;
    font-size: larger;
  }

.ss-button {
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
    color: #383838 !important;
    border-radius: 1px !important;
    font-weight: bold!important;
    font-size: larger;
    text-decoration:none!important;
  }

.ss-coupon-button {
    box-shadow: none !important;
    text-shadow: none !important;
    background: #000000 !important;
    color: #fafafa !important;
    font-size: larger;
    text-decoration:none!important;
    padding: 3px;
  }

.discount-image{
    padding-right: 10px;
  }


/* CART AND MINI CART */
limespot-container.container {
  display:none;
}

/*
.js-cart_freeShipping, .js-cart_preload.freeShipping, .freeShipping {
    color: #869b42;
    font-weight: bold;
}
.js-cart_freeShipping, .js-cart_preload.freeShipping {
    font-size: 130%;
}
*/

.ship_info {
    text-align: center;
    line-height: 1.1;
}

/* Inventory - Color in stock */
.colorinstock {
  color: #4D964D;
  font-weight: bold;
  font-size: 118%;
}

/* Shipping time */
.shipFast {
  color: #4D964D;
  font-weight: bold;
  font-size: 100%;
}

.shipSlow, .ship99 {
  color: #2553AF;
  font-weight: bold;
  font-size: 100%;
}

.ship99 {
  text-decoration: underline
}
/* Iguana head */
.iguana-header {
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  height: 100px;
}

/* Collection head */
.iguana-header-bottom {
  padding-top: 8px;
}

span.iguana-oficial-dealer {
  font-size: 13px;
  color: #262626;
  text-transform: uppercase;
  font-weight: 500;
}

span.iguana-header-collection {
/*  font-family: 'Spectral';*/
  font-size: 22px !important;
  color: #262626;
  text-transform: revert;
  font-weight: 500;
}

/* Product head */
.iguana-product-header {
  margin-bottom: 30px;
}

.iguana-header .product-head {
  position: absolute;
  width: fit-content;
  bottom: 5px;
  left: 0;
}

.iguana-header .product-route {
  position: absolute;
  bottom: 5px;
  right: 0;
  }

.product-head .prdlogo {
    position: static;
    max-width: max-content;
    text-align: left;
/* For Xmas 2024
    -webkit-filter: invert(100%);
    filter: invert(100%);
*/
}
.prdlogo>img {
  width: auto;
}

/* Product page logo RESPONSIVE */
@media (max-width: 798px) {
  .iguana-header {
    display: none;
  }

  body.product.mobile_nav-fixed--true > .section-wrapper {
    margin: 0 !important;
  }

  /* 2025-04-08 Reduce mobile space */
  .product_gallery_nav, .product_gallery {
    margin-bottom: 5px;
  }
}


/* Collection page description RESPONSIVE */
@media (max-width: 798px) {
  header.collection-banner {
    margin-top: 12px;
  }

  div.collection_description {
    display: none;
  }
}

@media (min-width: 799px) {
  div.collection_description {
    margin: 0 0 0.5em 0;
    text-align: justify;
  }
}
#admin-bar-iframe{display:none!important;}


/* Product Bar */
.plus-product-bar {
  background: #f8f8f8;
  background: rgba(248, 248, 248, 1);
  clear: both;
  transition: all 0.3s linear;
  animation: fadeIn 0.3s linear none;
  display: table;
  width: 100%;
}
.plus-product-bar__info {
  background-color: ;
  color: ;
  display: table-row;
}
.plus-product-bar__title, .plus-product-bar__price {
  display: table-cell;
  vertical-align: middle;
}
.plus-product-bar__title {
  text-align: left;
  padding-left: 25px;
}
.plus-product-bar__price {
  text-align: right;
  padding-right: 25px;
}
.plus-product-bar__atc {
  background-color: ;
  color: ;
  border: px solid ;
}
.plus-product-bar__atc:hover {
    background-color: ;
    color: ;
    border: px solid ;
}

/* Mobile bottom AddToCart BAR */
.underbar {
  bottom:0;
  width:100%;
  /*
  height:60px;
  background: #d7c9b2;
  */
  background: rgba(255, 255, 255, .01);
  position: fixed;
}

.underbar .plus-product-bar__title, .underbar .plus-product-bar__price, .underbar .igu-sticky-details, .underbar img  {
  display: none !important;
}

.underbar .add_to_cart  {
  width: 90% !important;
  margin: 5%;
}

/* Iguana Countries */
.iguana-country-wrapper {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat( 3, 33.3% ) ;
}

.iguana-country-box {
  margin: 5px;
  font-size: 100%;
  justify-content: center;
  text-align: center;
  height: 1em;
//  overflow: hidden;
}

/* Iguana product plus Icons */
.iguana-plus-icons-wrapper {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat( 4, 25% ) ;
  margin-bottom: 40px;
}

.iguana-plus-icons-wrapper ul {
  list-style: none !important;
}

.iguana-plus-icons-wrapper-footer {
  background-color: #ffffff;
  padding: 10px 20px !important;
  margin: 0px !important;
}

.iguana-plus-icons-bar__footer-column  {
  border-right: 1px solid #262626;
}

.iguana-plus-icons-bar__footer-column img {
    /* Turn the icon color to white https://codepen.io/sosuke/pen/Pjoqqp */
    filter: invert(93%) sepia(72%) saturate(268%) hue-rotate(188deg) brightness(115%) contrast(101%);
    width: 16px;
}

.iguana-plus-icons-bar__footer-column span {
  color: #262626;
  font-size: 13px !important;
  padding-left: 15px;
  margin-bottom: 0px !important;
}

.iguana-plus-icons-bar__column img {
    width: 16px;
}

.iguana-plus-icons-bar__column span {
  color: #000000;
  font-size: 13px !important;
  padding-left: 15px;
}


/* Iguana Footer */
.iguana-footer-wrapper {
  display: grid;
  grid-gap: 1px;
//  grid-template-columns: repeat( auto-fill, calc(25% - 10px) ) ;
  grid-template-columns: 25% 50% 25%;
  align-items: center;
}

@media (min-width: 600px) and (max-width: 1199px) {
  .iguana-plus-icons-wrapper {
    grid-template-columns: repeat( 2, 50% ) ;
  }
}

span.iguana-product-description-block-title {
  font-weight: 800;
  text-transform: none;
  text-align: center;
  display: block;
  font-size: 32px;
/*  width: 90%;*/
  padding: 24px 0 16px 0;
text-rendering: optimizeLegibility;
}
.jdgm-rev-widg__title {
  font-weight: 800 !important;
  text-transform: none !important;
  font-size: 60px !important;
text-rendering: optimizeLegibility;
}

.iguana-product-description-block.mobile {
  display:none;
}

@media (min-width: 0px) and (max-width: 599px) {
  .iguana-product-description-block.mobile {
    display:block;
  }

  .iguana-plus-icons-wrapper {
    grid-template-columns: repeat( auto-fill, 100% ) ;
  }

  #iguana-section-buttons {
    display: none;
  }

  span.iguana-product-description-block-title {
    display:none;
    font-weight: bold;
    text-transform: uppercase;
  }

  .iguana-product-description .superwrapper {
    display:none;
  }
}

.iguana-footer-box {
  margin: 0px auto;
  font-size: 100%;
  justify-content: center;
  text-align: center;
  height: fit-content;
}

.iguana-footer-box span {
  margin: 0px 5px;
  line-height: normal;
}

#iguana-section-buttons {
  margin: 0 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #E1E1E1;
  border-bottom: 2px solid #E1E1E1;
}

div.iguana-section-button {
  display: inline-block;
/*  width:10ch; */
  margin-right: 10px;
  box-shadow: 0 2px 0 transparent;
}

div.iguana-section-button > a, div.iguana-section-button > a:visited {
  text-transform: uppercase;
  font-weight: bold;
  color: #262626;
}

div.iguana-section-button:hover {
/*  content: "";
  display: block;
  width: 100%;*/
  /* border-bottom: 2px solid #262626; */
  box-shadow: inset 0 -2px 0 #262626;
/*  margin: 0 auto;*/
/*  padding-bottom: 3px;*/
}

.iguana-product-description-block {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.iguana-product-description-block span.active {
  transform: rotateX(180deg);
}

/* POwertools Filter Menu mobile *
@media only screen and (max-width: 798px) {
  .sidebar {
    transform: initial;
    position: sticky;
    left: 0;
    top: 70px;
    background-color: #FFF;
    z-index: 99;
    margin-bottom: 0px;
    opacity: 0.92;
  }
  .filter-menu {
    margin-bottom: 0px !important;
  }
  .sidebar:has(.filter-menu.pt_expand) {
    opacity: 1;
  }
}
*/

/* Price in bold */
/*
.price--sale, .price {
  font-weight: bold;
}
*/
/*
.product-block.product-block--price {
    padding-top: 5px;
}
*/

/* Separate judgeme stars from price */
.shopify-app-block > .jdgm-widget > .jdgm-prev-badge {
  padding-bottom: 1em;
}

div.product-block--title > div.feature-divider {
  display: none;
}
            
/* Visualizar plumines */
.swatch > div.swatch-element:hover {
//    background: #dbe3e2;
//    color: #FFF;
    font-weight: bold;
    border: #000 1px solid;
  color: #000000;
}

.swatch_options input:checked + .swatch-element {
    background: #262626;
    color: #FFF;
    font-weight: bold;
}

.swatch-element {
  color: #767676;
}

/* Judge me */
div.jdgm-revs-tab-btn.btn {
  border: solid 1px #262626;
  padding: 1px 10px 1px 10px;
//  font-weight: bold;
}

/* Wishlist */
.iguana-preorder-wishlist {
  padding-top: 15px;
  width: 100%;
}

/* Sepration between add to cart button and the rest of information */
.smart-payment-button--false .purchase-details {
  padding-bottom: 0px;
}

/* Shipping colors */
span.iguana-shipping-green {
  color: #4d964d;
  font-weight: bold;
}
span.iguana-shipping-blue {
  color: #2553af;
  font-weight: bold;
}
span.iguana-shipping-red {
  color: #a3322e;
  font-weight: bold;
}

/* Index, background color logo list */
div.shopify-section--logo-list > .section > .container > .one-whole {
  background-color: #D7C9B2; 
}

.logo-list.logo-list--grid {
  gap: 5%;
  row-gap: 1rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

div.logo-list--grid > .logo-list__item {
    width: 100px;
}

/* Add to cart separation */
@media only screen and (min-width: 799px) {
  .purchase-details__buttons {
    margin-top: 20px;
  }
}

/* Check deliverty pointer */
.modal-launcher {
  cursor: pointer;
}

h1.product_name {
  margin-bottom: 5px;
}
.iguana-product-info {
  width: 100%;
}
.swatch_options {
  margin-bottom: 0 !important;
}
/* Fast Simon results */
a.ui-menu-item-wrapper, a:visited.ui-menu-item-wrapper {
    color: #262626;
}

span.isp_price_compare_at_price_exist {
    color: #262626;
}

/* iguana-product-shipping-info */
.iguana-product-shipping-info {
  border: solid 1px #E1E1E1;
  padding: .7rem 5%;
  color: #262626;
}
.purchase-details__buttons {
  margin-left: 0;
}
.product_section .product_form {
  max-width: 100%;
}
.envioGratisTest, .customsText {
  font-size: 12px; 
}

/* Labels
================================================== */
.price-ui-badge__sticker {
  color: #FFFFFF;
  background-color: #242424;
  margin-right: 5px;
}
.iguana-discount-info .price-ui-badge__sticker {
font-size: 13px !important;
/* text-transform: unset !important; */
}

.price-ui-badge__sticker--special-sale {
/*  background-color: #000000; Pre-Winter-sale 2025 */
  color: #262626;
  background-color: #DD191E;
}

.thumbnail .price-ui-badge__sticker--special-sale-discount {
  color: #ffffff;
  background-color: #DD191E;
/*  font-weight: bold;*/
/*  border-radius: 5px; */
}

.price-ui-badge__sticker--special-sale-discount {
/*  background-color: #c430bf;  Pre-Winter-sale 2025 */
  background-color: #262626;
  color: #DD191E;
/*  font-weight: bold; */
/*  border-radius: 5px; */
}

.price-ui-badge__sticker--special-sale.sticker-product {
  color: #ffffff;
/*  font-weight: bold;*/
  background-color: #DD191E;
/*  border-radius: 5px; */
}

.price-ui-badge__sticker--special-sale-discount.sticker-product {
  color: #DD191E;
  background-color: #ffffff;
  font-weight: normal;
  margin: 0px;
  font-size: 20px !important;
/*    font-weight: 600; */
/*    text-shadow: -1px -1px 2px #262626; */
/*    display: none; */
/*    padding: 4px 8px; */
}

.sticker-collection:has(.price-ui-badge__sticker-text--free-gift) {
  color: #4d964d;
  background-color: #FFFFFF;
}

/* Hide default badge on gallery
.gallery-wrap:has(.price-ui-badge--default-sale)>.price-ui-badges {
  display: none;
}
*/
/* Hide default badge on collection
.product-list--collection:has(.price-ui-badge--default-sale) .price-ui-badge--default-sale--label {
  display: none;
}
*/
.price-ui-badge__sticker--default-sale {
/*  background-color: #000000; Pre-Winter-sale 2025 */
  color: #FFFFFF;
/*  font-weight: bold; */
  background-color: #DD191E;
}

.thumbnail .price-ui-badge__sticker--default-sale-discount {
/*  background-color: #c430bf;  Pre-Winter-sale 2025 */
  color: #FFFFFF;
/*  font-weight: bold; */
  background-color: #DD191E;
/*  border-radius: 5px; */
}

.price-ui-badge__sticker--default-sale-discount {
/*  background-color: #c430bf;  Pre-Winter-sale 2025 */
  color: #DD191E;
  background-color: #262626;
/*  font-weight: bold; */
/*  border-radius: 5px; */
}

.price-ui-badge__sticker--default-sale.sticker-product {
/*  background-color: #000000; Pre-Winter-sale 2025 */
  color: #FFFFFF;
  background-color: #DD191E;
/*  border-radius: 5px; */
}

.price-ui-badge__sticker--default-sale-discount.sticker-product {
  color: #DD191E;
  background-color: #FFFFFF;
/*  background-color: #c430bf;  Pre-Winter-sale 2025 */
/*  font-weight: bold;
  display: none; */
/*    padding: 4px 8px; */
  margin: 0px;
  font-size: 20px !important;
/*    font-weight: 600; */
/*    text-shadow: -1px -1px 2px #262626; */
}

.thumbnail .price-ui-badge__sticker--special-sale {
  color: #DD191E;
  background-color: #FFFFFF;
/*  border-radius: 5px; */
}

.price-ui-badge__sticker.price-ui-badge__sticker--clubdays {
  color: #ffffff;
  background-color: #0094f3; /* #00baf3 */
}
/* Orden casillas en visualizacion producto */
.price-ui-badge--special-sale:has(.price-ui-badge__sticker--special-sale.sticker-product) {
  order: 1;
}
.price-ui-badge--special-sale:has(.price-ui-badge__sticker--special-sale-discount.sticker-product) {
  order: 2;
}

.price-ui-badge--default-sale:has(.price-ui-badge__sticker--default-sale.sticker-product) {
  order: 1;
}
.price-ui-badge--default-sale:has(.price-ui-badge__sticker--default-sale-discount.sticker-product) {
  order: 2;
}

.price-ui-badge__sticker--free-gift:not(:has(svg)) {
  background-color: #4d964d;
}

.price-ui-badge__sticker--free-gift:has(svg) {
  background-color: #fff;
}

.iguana-discount-special-sale {
/*
  display: flex;
*/
  display: inline-block;
  margin-bottom: 15px;
  position: absolute;
  z-index: 9;
  right: 0;
}
.thumbnail .iguana-discount-special-sale {
  right: 0;
  position: absolute;
  top: 0;
}

.iguana-discount-default-sale {
/*
  display: flex;
*/
  display: inline-block;
  margin-bottom: 15px;
  position: absolute;
  z-index: 9;
  right: 0;
}
.thumbnail .iguana-discount-default-sale {
  right: 0;
  position: absolute;
  top: 0;
}

.iguana-discount-info > .price-ui-badges {
  position: unset;
  display: flex;
  align-items: center;
}

/* collection template */
@media only screen and (min-width: 769px) {
  .column.pt-current-filters-container {
    width: calc( 66.6% - 20px);
  }
  .column.section_select {
    width: calc( 33.3% - 20px);
    margin-left: auto;
  }
}

/* Alma
============================================== */
.alma-payment-plans-container {
  width: 100% !important;
  border: solid 1px #E1E1E1 !important;
  padding: .7rem 5% !important;
  color: #2D2D2D !important;
  margin-bottom: 15px !important;
}

.alma-payment-plans-payment-info {
  color: unset !important;
  font-family: revert !important;
}

/* Para mostrar las tags dentro de la imagen del producto */
.gallery-wrap {
  position: relative;
}

/* Header colection by brand */
.iguana-caption {
  left: unset;
/* For Winter Sale 2025 */
/*  background-color: #262626; */
  background-image: url("//www.iguanasell.es/cdn/shop/t/127/assets/IS-banner-20250204.png?v=165348518707660914321759606504");
  position: relative;
  padding: unset;
  max-width: 100%;
  transform: none;
 }

.iguana-caption .headline {
  color: #262626;
}

@media only screen and (min-width: 799px) {
  .caption-content {
    max-width: 100%;
  }
}

/* Hiver Chat hidden in mobile */
@media (min-width: 0px) and (max-width: 599px) {
  .woot--bubble-holder {
    display: none;
  }
}

/* ETD Form */
.iguana-contact-desc {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.iguana-contact-textbox {
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0px 0px 0px 16px;
    height: 45px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgb(208, 51, 31);
}

.iguana-contact-button {
    background: rgb(38, 38, 38);
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 4px;
    color: rgb(255, 255, 255);
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    white-space: normal;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    height: auto;
    width: 100%;
}

.iguana-legal {
    font-size: 10px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.container:has(.jdgm-all-reviews-text--style-branded) {
  padding-top: 20px;
  background: #262626;
}

/* Iguana Shipping Info */
.iguana-row {
  display: flex;
  width: 100%;
  font-size: 13px;
  justify-content: space-between; /* Separa las columnas */
  margin-bottom: 4px; /* Espaciado entre filas */
}
.iguana-column {
  flex: 1;
}
.iguana-left-column {
  flex: 35%;
}
.iguana-right-column {
  flex: 65%;
}

/* This is the authorized dealer label under the logo */
.auth_banner_product {
/* Before BF 24
  background-color: #bda680;
*/
/* During BF 24
  background-color: #A10606;
*/
  background-color: #E07873;
  padding: 2px 5px; 
  position: unset; 
  margin-bottom:0;
  display: inline-block;
  color: #fff;
}

/* Facet filtering */
.faceted-filter-group-display__list-item-label {
  margin: 0px;
  padding: initial;
}

.faceted-filter-group-display__list-item-input:disabled~* {
  display: none;
}

/* Quito el formato del noticable si existe en el filtro */
/* .faceted-filter-group-display__list-item-label-text {
/*  background: none !important;
  color: #262626 !important;
  */
/* End of Quito el formato del noticable si existe en el filtro */

.faceted-filter-group-display__list-item-label-text {
  font-size: 13px;
  padding-left: 0 !important;
  margin-left: 12px !important;
}

.iguanabox select {
  height: auto; /* El navegador ajusta la altura según el contenido */
  font: inherit;
  padding: 2px 10px 0px;
  min-height: revert;
  color: inherit;
}

.iguanabox span {
  display: inline-block;
  height: 100%; /* Igualar la altura del contenedor principal */
  line-height: normal; /* No uses line-height fijo */
  font-size: 14px; /* Coincide con el tamaño de fuente del <select> */
  padding: 4px; /* Asegúrate de que no haya relleno extra */
  box-sizing: border-box; /* Incluye el borde en las dimensiones */
}

.iguana-fondo.iguana-active {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.iguana-sidebar-container.iguana-active {
  border: none;
  width: calc(100% - 60px);
  margin-left: auto;
  max-width: 400px;
  max-height: 100dvh;
  background-color: #fff;
  overflow-y: auto;
  pointer-events: all;
}
.iguana-active > .mobile-facets__close {
  display: flex;
  opacity: 1;
}
.mobile-facets__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 1011;
  left: 20px;
  top: 0;
  background: #4f5a6e;
  color: #fff;
  opacity: 0;
}

.iguanabox {
  text-align: center;
//  padding: 2px;
  box-sizing: border-box;
}
.iguana-filter-screen {
  display: block;
}
.iguana-filter-mobile {
  display: none;
}

@media (max-width: 600px) { /* Ajusta el ancho según la pantalla */
  div.sidebar {
    display: none;
  }
  .iguana-filter-screen {
    display: none;
  }
  .iguana-filter-mobile {
    display: block;
  }
  .one-whole:has(.iguanabox){
    padding: 0px 0px 10px;
    position: sticky;
    top: 40px;
    background-color: #fff;
    z-index: 300;
  }

  body.promo-banner--show .one-whole:has(.iguanabox) {
    top: 70px;
  }

  .iguanabox {
    border: 1px solid #d9dbdc;
 	margin-bottom: 4px;
    min-height: 32px;
    font-size: 14px;
  }
  .iguanabox:nth-child(2) {
    width: calc(50% - 20px);
    order: 3;
    font-weight: 600;
    text-transform: uppercase;
  }
  .iguanabox:nth-child(3) {
    width: calc(100% - 20px);
    order: 4; /* Mueve el segundo div a la última posición */
    border: none;
    min-height: initial;
    margin-bottom: 0;
  }
  .iguanabox:nth-child(4) {
    width: calc(50% - 20px);
    order: 1; /* Mueve el tercer div junto al primero */
    border: 1px solid #d9dbdc;
  }
  .iguanabox select {
    border: none;
    margin-bottom: 0px;
  }
  .faceted-active-filters__remove-filter:not(.global-button--text){
    display: none;
  }
  #price > div > .faceted-filter-group-display__submit {
	display: none;
  }
  /* Search */
  div.search__header {
    padding: 10px 0 15px;
  }
}

/* Search */
h3.search__header-title {
  display: none;
}

html:lang(es) form:not(:has(#marca>summary>h4>span.faceted-filter-group-summary__active-count)) #coleccion,
html:lang(fr) form:not(:has(#marque>summary>h4>span.faceted-filter-group-summary__active-count)) #collection,
html:lang(de) form:not(:has(#marke>summary>h4>span.faceted-filter-group-summary__active-count)) #kollection,
html:lang(en-US) form:not(:has(#brand>summary>h4>span.faceted-filter-group-summary__active-count)) #collection,
html:lang(en-AU) form:not(:has(#brand>summary>h4>span.faceted-filter-group-summary__active-count)) #collection,
html:lang(en-GB) form:not(:has(#brand>summary>h4>span.faceted-filter-group-summary__active-count)) #collection
{
    display: none;
}

html:lang(es) form:not(:has(#tamano-plumin>summary>h4>span.faceted-filter-group-summary__active-count)) #disponibilidad-plumin,
#disponibilidad-plumin:not(:has(div>ul>li>label>input[value="Disponible en boutique"]))
{
    display: none;
}

li:has(input[value=hide]) {
  display: none;
}

#disponible-en-boutique>summary, #disponible-en-boutique>div>.faceted-filter-group-display__header {
  display: none;
} 
/* Search */

.faceted-active-filters__remove-filter.global-button {
  position: relative;
  padding: 5px 10px;
  color: #000;
  background-color: #ebebeb;
  border-radius: 3px;
  white-space: nowrap;
  margin-bottom: 3px;
  display: inline-block;
  text-transform: none;
  border-color: #262626;
  border: none;
}

.faceted-active-filters__remove-filter.global-button:visited {
  color: initial;
}

div.faceted-active-filters:first-of-type {
  border: none;
}

div.breadcrumb-collection {
  margin-bottom: 0;
}

#sort-by {
  border: none;
  margin: initial;
}

div.one-whole.column:has(.iguanabox) {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.section-wrapper .under-menu:nth-child(1) .full-width--false {
  margin-top: 5px;
}

div.content, section.content {
    padding: 15px 0;
}

.icon-filter {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

.icon-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

/* Enhance MENU */
header li[data-meganav-desktop-target="rebajas"] span[data-nav-title] {
  display: inline-block;
  color: #ffffff;
  background-color: #DD191E;
  padding: 4px 6px;
  line-height: 1;
}
#colecciones-destacadas_rebajas a {
  color: #DD191E;
/*  background-color: #f8f8f8; */
} 

#disponible-en-boutique {
  display: none;
}
@media only screen and (max-width: 480px) {
  div.pxu-countdown-timer-bar-section {
    padding-top: 40px;
  }
  div.pxu-announcement-slider-section {
    padding-top: 40px;
  }
  .nav_arrows.breadcrumb_text {
    display: none;
  }
}
/*
@media only screen and (max-width: 640px) {
  .product-list:has(.price-ui-badge--free-gift) .price-ui-badges:has(.price-ui-badge--free-gift) {
    translate: 100% 160px;
  }
}
@media only screen and (max-width: 560px) {
  .product-list:has(.price-ui-badge--free-gift) .price-ui-badges:has(.price-ui-badge--free-gift) {
    translate: 100% 140px;
  }
}
@media only screen and (max-width: 480px) {
  .product-list:has(.price-ui-badge--free-gift) .price-ui-badges:has(.price-ui-badge--free-gift) {
    translate: 100% 120px;
  }
}
@media only screen and (max-width: 420px) {
  .product-list:has(.price-ui-badge--free-gift) .price-ui-badges:has(.price-ui-badge--free-gift) {
    translate: 100% 100px;
  }
}
@media only screen and (max-width: 360px) {
  .product-list:has(.price-ui-badge--free-gift) .price-ui-badges:has(.price-ui-badge--free-gift) {
    translate: 100% 90px;
  }
}
@media only screen and (min-width: 641px) {
  .product-list:has(.price-ui-badge--free-gift) .price-ui-badges:has(.price-ui-badge--free-gift) {
    translate: 100% 180px;
  }
}

.price-ui-badge__sticker--free-gift {
  color: #d31216;
  background-color: #fff;
}
*/
li > .payment_methods {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.iguana-cart-text {
  padding-top: 10px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.1;
}

/* Cambios 2025-04-24 */
#mobile_menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}

li.mobile-mega-menu_block.sublink > ul > li > a {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  text-transform: revert;
}

/* 2025-04-29  Eliminamos el límite de 1200 px de section */
.section {
  max-width: 1600px;
}

/* 2025-05-01  Cambiamos el color del breadcrumb */
.breadcrumb_text>a, .breadcrumb_text>a:visited, .breadcrumb_text>span , .breadcrumb_text>a>span {
  color: #2d2d2d !important;
}
.breadcrumb_text>a:hover, .breadcrumb_text>a>span:hover {
  color: #bda680 !important;
}
.one-whole:has(.collection_description) {
  padding-top: 10px;
}

/* 2025-05-02  Cambios Judge.me */
.section:has(.iguana-reviews-text) {
  max-width: initial; 
  width: 100%;
}

.shopify-section > .product-app--container:has( #judgeme_product_reviews ) {
  max-width: 1600px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.iguana-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 40;
  display: none;
}
.iguana-modal:has(+ .cart-container.active_link)  {
  display: block;
  width: 100vw; 
  height: 100vh;
}

span.comblist_color {
  font-weight: normal;
}

/* Collection carousel */

.iguana-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 1rem;
}

.iguana-carousel-container {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;  
  gap: 1rem;
  padding: 1rem;
  width: 96%;
}

.iguana-carousel-container::-webkit-scrollbar {
  display: none;
}

.iguana-carousel-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background-color:#f8f8f8;
  color: #262626;
  padding: 6px 12px;
  min-width: 5%;
  max-width: 15%;
  width: auto;
  text-align: center;
  overflow: hidden;
}

.iguana-carousel-item a {
  color: #262626;
  display: inline-block;     /* O block, según el layout */
  max-width: 100%;   
  white-space: nowrap;        /* No permitir salto de línea */
  overflow: hidden;           /* Oculta el exceso de texto */
  text-overflow: ellipsis;    /* Muestra "…" al final si se desborda */
}

.iguana-carousel-item:hover, .iguana-carousel-item:hover a {
  background-color: #262626;
  color: #f8f8f8;
}   

.iguana-carousel-button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  border-radius: 5px;
  flex-shrink: 0;
}

.iguana-carousel-button.left {
  left: 0px;
  margin-right: 10px;
}

.iguana-carousel-button.right {
  right: 0px;
  margin-left: 10px;
}

@media only screen and (max-width: 798px) {
  .iguana-carousel-item {
    min-width: 15%;
    max-width: 33%;
  }
  .iguana-carousel-container {
    gap: 5px;
    padding: initial;
  }
}

/* CombList */

/* =========================
   Variables
========================= */
:root {
  --other-w: 30px;
  --other-h: 30px;
  --other-list-w: 24px;
  --other-list-h: 24px;

  --watch-w: 48px;
  --watch-h: 80px;
  --watch-list-w: 24px;
  --watch-list-h: 40px;

  --gap: 5px;
  --border-active: 1px solid #2d2d2d;
}

/* =========================
   Grid
========================= */
.igu-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--other-w) + 4px), 1fr));
  gap: var(--gap);
  margin-top: 8px;
  max-width: 100%;
}

.igu-image-grid.igu-watch {
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--watch-w) + 4px), 1fr));
}

.iguana-comblist-list .igu-image-grid {
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--other-list-w) + 4px), 1fr));
  gap: calc(var(--gap) - 3px);
}

.iguana-comblist-list .igu-image-grid.igu-watch {
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--watch-list-w) + 4px), 1fr));
}

/* =========================
   Container
========================= */
.iguana-comblist-container {
  padding-top: 8px;
}

.iguana-comblist-container.iguana-comblist-list {
  padding-top: 0;
}

.iguana-comblist-container span,
.iguana-counter-list {
  font-size: 14px;
}

.iguana-comblist-list .option_title {
  display: none;
}

/* =========================
   Marco
========================= */
.igu-marco {
  width: calc(var(--other-w) + 2px);
  height: calc(var(--other-h) + 2px);
  position: relative;
}

.iguana-comblist-list .igu-marco {
  width: calc(var(--other-list-w) + 2px);
  height: calc(var(--other-list-h) + 2px);
}

.igu-marco:has(.igu-watch) {
  width: calc(var(--watch-w) + 2px);
  height: calc(var(--watch-h) + 2px);
}

.iguana-comblist-list .igu-marco:has(.igu-watch) {
  width: calc(var(--watch-list-w) + 2px);
  height: calc(var(--watch-list-h) + 2px);
}

/* Estados */
.igu-marco:has(.igu-active),
.igu-marco:hover {
  border-bottom: var(--border-active);
}

/* Rest */
.igu-marco.igu-rest {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* =========================
   Image box
========================= */
.igu-image-box {
  width: var(--other-w);
  height: var(--other-h);
  padding: 2px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.iguana-comblist-list .igu-image-box {
  width: var(--other-list-w);
  height: var(--other-list-h);
}

.igu-image-box.igu-watch {
  width: var(--watch-w);
  height: var(--watch-h);
}

.iguana-comblist-list .igu-image-box.igu-watch {
  width: var(--watch-list-w);
  height: var(--watch-list-h);
}

/* =========================
   Images
========================= */
.igu-image-box img:not(.iguana-mini) {
  position: absolute;
  top: 50%;
  left: 50%;
  height: var(--other-h);
  transform: translate(-50%, -50%) scale(2);
  transform-origin: center;
}

.igu-watch .igu-image-box img:not(.iguana-mini),
.igu-watch.iguana-comblist-list .igu-image-box img:not(.iguana-mini) {
  position: revert;
  top: revert;
  left: revert;
  width: auto;
  max-width: revert;
  transform: translate(-33%, -5%);
}

.igu-watch .igu-image-box img:not(.iguana-mini) {
  height: var(--watch-h);
}

.igu-watch.iguana-comblist-list .igu-image-box img:not(.iguana-mini) {
  height: var(--watch-list-h);
}

/* =========================
   Links
========================= */
.igu-image-box a {
  position: revert;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
  .iguana-comblist-list .igu-image-grid {
    grid-template-columns: repeat(auto-fill, minmax(calc(var(--other-w) * .5 + 4px ), 1fr));
  }

  .iguana-comblist-list .igu-image-grid.igu-watch {
    grid-template-columns: repeat(auto-fill, minmax(calc(var(--watch-w) * .5 + 4px ), 1fr));
  }

  .iguana-comblist-container span,
  .iguana-counter-list {
    font-size: 12px;
  }
}

/* Others */
@media only screen and (max-width: 798px) {
  .mobile_nav-fixed--true .section-wrapper {
    margin-top: initial;
  }
  .pxu-announcement-slider {
    display: none;
  }
  div.iguana-paypal {
    height: 2.5rem;
  }
}

/* Cambio de las cajas de los plumines */
.swatch label {
  padding: 5px;
  font-size: 11px;
}

.swatch-element.soldout {
  display: none;
}

/* pxu */
.pxu-announcement-slider {
  height: 30px !important;
}

/* PayPal */
div.iguana-paypal {
  height: 1.5rem;
}

/* Nuevo footer 2025-06 */
.footer {
  border-top: none;
  padding: 0;
}
.footer_menu ul li {
  margin-bottom: 1em;
  line-height: 1;
}
.footer_menu p {
  line-height: revert;
  margin: 0 0 14px;
}

.footer_menu h6 {
  font-size: 13px !important;
  font-weight: 600 !important;
}

.footer_menu ul {
  padding: 5px 0 0;
}

.footer_credits {
	margin-top: 20px;
	border-top: 1px solid #E1E1E1;
}

.iguana-footer-wrapper, .iguana-footer-wrapper a {
	font-size: 10px;
}

.payment_methods svg {
	width: 44px;
}

.footer a:hover {
   /* color: #c3a46e; */
   color: #767676;
}

/* Carrusel del footer */
.shopify-section:has(.iguana-footer-carousel) {
  background-color: #F8F8F8;
}
.iguana-footer-carousel {
  position: relative;
  overflow: hidden;
  background-color: #F8F8F8;
}

.iguana-footer-carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  width: 100%;
}

.iguana-footer-carousel-slide {
  flex: 0 0 100%;
  height: min-content;
  background-size: cover;
  background-position: center;
}

.iguana-footer-carousel-nav {
  text-align: center;
  margin-bottom: 10px;
}

.iguana-footer-carousel-nav button {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  border: none;
  margin: 0 4px;
  cursor: pointer;
}

.iguana-footer-carousel-nav button.active {
  background: #333;
}

/* --- Desktop mode: remove iguana-footer-carousel behavior --- */
@media (min-width: 768px) {
  .iguana-footer-carousel-track {
    display: flex;
    transform: none !important;
    transition: none !important;
  }

  .iguana-footer-carousel-slide {
    flex: 1 0 25%; /* 4 items per row */
  }

  .iguana-footer-carousel-nav {
    display: none;
  }
}

.contenido {
  text-align: center;
  text-align-last: center;
  margin: 5px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.contenido a, .contenido a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #262626;
}

.contenido a:hover {
  color: #767676;
}
.contenido img {
  display: block;
  margin: 0 auto 10px auto;
  width: 34px;
  height: 34px;
}

.subtexto {
  margin-top: 10px;
  display: block;
}

/* Footer - Formulario Klaviyo */
.footer-menu-wrap>div.column:nth-child(4) form.klaviyo-form {
  max-width: revert !important;
  float: revert !important;;
}

@media only screen and (max-width: 798px) {
  footer .footer-social-icons {
    display: block !important;
  }
}

/* Footer links */
.iguana-footer-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
  .iguana-footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .iguana-footer-wrapper {
    grid-template-columns: repeat( auto-fill, 100% ) ;
  }

}


/* NEW price-ui-badges */
.product__details--product-page > .price-ui-badges {
  position: revert;
  display: flex;
}
/*
.product-wrap > .relative.product_image > .price-ui-badges {
  display: flex;
}
*/

.thumbnail .price-ui-badges:has(.price-ui-badge--free-gift) {
  top: auto !important;
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
}

.thumbnail .sale span.money, .thumbnail .sale .from, .thumbnail.quick-shop-style--popup .sale .current_price span.money {
  color: #262626;
}

/*
.sale.price:not(:has(.from)) {
  background-color: #DD191E;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: normal;
}
*/

.sale.price:not(:has(.from)) {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: 600;
}
/*
.jdgm-prev-badge__text {
  display: none;
}
*/
/*
.was_price {
  text-decoration-thickness: 1px;
  text-decoration-color: #262626;
}

.was_price {
  text-decoration: none !important; /* neutraliza lo heredado */
}
*/

.was_price .money {
  font-size: 0.95rem;
  font-weight: 400;
  color: #262626 !important; 
  text-decoration: line-through;
  text-decoration-color: #767676;
  text-decoration-thickness: 1px;
  margin-top: 0;
}

.thumbnail .was_price span.money {
  text-decoration: none;
  font-weight: 400;
  color: #8c8b8b; 
  font-size: smaller;
  position: relative;
  display: inline-block;
}

.thumbnail .was_price span.money::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: currentColor; /* usa el color del texto */
  transform: translateY(-50%);
}

/* Alineo colecciones a la izquierda */
.product-details {
  text-align: left !important;
  align-items: flex-start !important;
}

.product-details .title,
.product-details small,
.product-details .price,
.product-details .current_price,
.product-details .was_price {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.iguana-discount-info.iguana-gift-card {
  margin-bottom: 12px;
}

body:has(.section-wrapper .iguana-footer-carousel) .igu-section {
  display: none;
}

.cart_content {
  max-height: calc( 100vh - 40px ) !important;
  max-width: 464px;
}

#shopify-section-single-product-card .iguana-carousel-item {
  max-width: 33%;
  background-color: revert !important;
  padding: revert !important;
}
#shopify-section-single-product-card .iguana-carousel-item-part {
  display: flex;
  align-items: bottom;
  justify-content: center;
}
#shopify-section-single-product-card .iguana-carousel-item-column {
  display: grid;
  grid-template-rows: 100px 40px 25px 25px;
  height: 190px;
}

#shopify-section-single-product-card .iguana-carousel-item-image { 
  height: 100px; 
  width: 100%;
}
#shopify-section-single-product-card .iguana-carousel-item-name { 
  height: 40px; 
  width: 100%;
}
#shopify-section-single-product-card .iguana-carousel-item-price {
  height: 25px; 
  width: 100%;
}
#shopify-section-single-product-card .iguana-carousel-item-button {
  height: 25px; 
  width: 100%;
}
#shopify-section-single-product-card button {
  width: 70%;
  border: solid 1px #262626;
  background-color: #fff;
}
#shopify-section-single-product-card button:hover {
  background-color: #262626;
  color: #fff;
}

#shopify-section-single-product-card .price,
#shopify-section-single-product-card button,
#shopify-section-single-product-card .title
{
  font-size: smaller;

}#shopify-section-single-product-card
{
  font-size: smaller;
}

#shopify-section-single-product-card a {
  position: initial;
  align-items: initial;
  max-width: 96%;
  max-height: 96%;
  width: fit-content;
  display: initial;     /* O block, según el layout */
  white-space: initial;        /* No permitir salto de línea */
  overflow: initial;           /* Oculta el exceso de texto */
  text-overflow: initial;    /* Muestra "…" al final si se desborda */
}

#shopify-section-single-product-card img {
  max-width: 100%;
  max-height: 100%;
}

#shopify-section-single-product-card .iguana-carousel-item:hover, 
#shopify-section-single-product-card .iguana-carousel-item:hover a {
  background-color: revert;
  color: revert;
}   

#shopify-section-single-product-card .iguana-sugg-title {
  font-size: 14px;
}
.iguana-cart-suggestion {
  padding-top: 0px !important;
}

#iguana-product-suggestion .price,
#iguana-product-suggestion button,
#iguana-product-suggestion .title
{
  font-size: small;
}

#iguana-product-suggestion .title
{
  font-size: smaller;
}

/*
#iguana-product-suggestion
{
  font-size: small;
}
*/

#iguana-product-suggestion .iguana-carousel-item {
  background-color: #ffffff;
}

@media (min-width: 900px) {
  #iguana-product-suggestion .iguana-carousel-item-column {
    display: grid;
    grid-template-rows: 110px 40px 30px 30px;
    height: 220px;
  }

  #iguana-product-suggestion .iguana-carousel-item-image { 
    height: 110px; 
    width: 100%;
  }

  #iguana-product-suggestion .iguana-carousel-item-name { 
    height: 40px; 
    width: 100%;
    display: -webkit-box;      /* Hace que el clamp funcione */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;     /* Número de líneas máximo */
    overflow: hidden;          /* Oculta el resto */
    text-overflow: ellipsis;   /* Opcional: pone "..." */
  }

  #iguana-product-suggestion .iguana-carousel-item-price {
    height: 30px; 
    width: 100%;
  }

  #iguana-product-suggestion .iguana-carousel-item-button {
    height: 30px; 
    width: 100%;
  }
}

@media (max-width: 900px) {
  #iguana-product-suggestion .iguana-carousel-item-column {
    display: grid;
    grid-template-rows: 70px 40px 30px 30px;
    height: 180px;
  }

  #iguana-product-suggestion .iguana-carousel-item-image { 
    height: 70px; 
    width: 100%;
  }

  #iguana-product-suggestion .iguana-carousel-item-name { 
    height: 40px; 
    width: 100%;
    display: -webkit-box;      /* Hace que el clamp funcione */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;     /* Número de líneas máximo */
    overflow: hidden;          /* Oculta el resto */
    text-overflow: ellipsis;   /* Opcional: pone "..." */
  }

  #iguana-product-suggestion .iguana-carousel-item-price {
    height: 30px; 
    width: 100%;
  }

  #iguana-product-suggestion .iguana-carousel-item-button {
    height: 30px; 
    width: 100%;
  }
}

#iguana-product-suggestion .left,
#iguana-product-suggestion .right {
  font-size: xx-large;
}

#iguana-product-suggestion a {
  position: initial;
  align-items: initial;
  max-width: 96%;
  max-height: 96%;
  width: fit-content;
  display: initial;     /* O block, según el layout */
  white-space: initial;        /* No permitir salto de línea */
  overflow: initial;           /* Oculta el exceso de texto */
  text-overflow: initial;    /* Muestra "…" al final si se desborda */
}

#iguana-product-suggestion .iguana-carousel-item:hover, 
#iguana-product-suggestion .iguana-carousel-item:hover a {
  background-color: revert;
  color: revert;
}

#iguana-product-suggestion .iguana-carousel-item-button>button {
  border: solid 1px #262626;
  background-color: #fff;
}
#iguana-product-suggestion .iguana-carousel-item-button>button:hover {
  background-color: #262626;
  color: #fff;
}

.iguana-sugg-title {
   text-transform: uppercase;
   font-weight: bold;
}

.iguana-vip-presale {
  background-color: #2afd33;
  width: max-content;
  text-align: left;
}

.iguana-vip-presale span {
  margin-left: 1px;
  margin-right: 10px;
}

.product-list .iguana-vip-presale {
  width: 100%;
}

.product-list .iguana-vip-price {
  font-weight: bold;
}

.iguana-vip-text a,
.iguana-vip-text a:visited {
  font-weight: bold;
  color: #262626;
}

.product-block .iguana-vip-price {
  font-size: x-large;
}

.product-block .iguana-vip-presale {
  padding-top: 5px;
  margin-bottom: 5px;
}
/*
.mini-cart__item-price .sale {
  color: revert;
}

.price--sale, .sale, .sale span {
  color: revert;
}

.cart_content .notification-discount, .cart__item--discount, .meta.cart__item--discount .label {
  color: revert;
}
*/

/* Christmas On Time */
.iguana-discount-info.iguana-product-label {
  font-size: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.iguana-discount-info.iguana-product-label > span {
  font-weight: revert !important;
}

.price-ui-badge__sticker--product-label {
  color: #fff;
  background-color: #A3322E;
}

.price-ui-badge__sticker--coming-soon {
  background-color: #4D964D;
}

@media only screen and (max-width: 1024px){
  .product-list .price-ui-badge__sticker {
    padding: 4px 3px;
    font-size: 9px;
    line-height: 1em;
  }
}

.product-list a.product-info__caption {
  margin-top: 10px !important;
}

@media only screen and (min-width: 600px){
  .newsletter_section .newsletter {
    width: 100% !important;
    padding-top: unset !important;
    padding: 20px !important;
  }
}

/* ============================================================
   Iguana Sell · Restyle de marca para la ficha de producto
   Pega este bloque al FINAL de assets/modifications.css.liquid
   (se carga global). Centraliza el look acordado sin tocar 20 snippets.
   Ajusta selectores de botón si tu theme usa otras clases.
   ============================================================ */

:root{
  --igu-accent:#8A5A30;     /* cognac */
  --igu-cta:#D7691B;        /* naranja afinado */
  --igu-cta-hover:#B85A12;  /* naranja hover (-14%) */
  --igu-ink:#1A1612;
  --igu-band:#F8F5EF;       /* banda cálida */
}

/* --- CTA "Añadir a la cesta": naranja afinado + hover con elevación --- */
.product-form__cart-submit,
.add-to-cart,
button[name="add"],
.shopify-payment-button__button--unbranded{
/*  background:var(--igu-cta) !important;
  border-color:var(--igu-cta) !important;
*/
  color:#fff !important;
  transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.product-form__cart-submit:hover,
.add-to-cart:hover,
button[name="add"]:hover{
  background:var(--igu-cta) !important;
  transform:translateY(-1px);
  box-shadow:0 11px 26px -12px rgba(0,0,0,.42);
}

/* --- Acento cognac (sustituye el dorado actual) --- */
.faqAccordion button::after{ color:var(--igu-accent) !important; }
.faqAccordion{ grid-template-columns:initial; }

/* --- Bandas cálidas a sangre completa -----------------------------------
   En el editor, pon  css_class: band-warm  en las secciones Detalles y
   Opiniones (campo "css_class" del bloque). Esto les da fondo cálido full-bleed. */
.band-warm{
  background:var(--igu-band);
  border-top:1px solid #EFE9DE;
  border-bottom:1px solid #EFE9DE;
  padding-top:40px; padding-bottom:40px;
}
.band-warm .ds-,
/*.band-warm .jdgm-widget{ background:transparent; }*/

/* --- Títulos de sección: editorial, no gritón ---------------------------
   Tus custom_css ponen h2.title a 60px. Bájalos para coherencia. */
.product h1.product_name
{
  font-weight:600 !important;
  font-size:32px !important;
  letter-spacing:.005em;
  line-height: 1.2;
}
.product .shopify-section h2.title,
.faq h2.title,
.recently-viewed h2.title,
.product-recommendations h2.title,
.featured-text h2.title
{
  font-weight:800 !important;
  font-size:32px !important;
  letter-spacing:.005em;
}
@media (max-width:749px){
  .faq h2.title,
  .recently-viewed h2.title,
  .product-recommendations h2.title,
  .featured-text h2.title
  { 
    font-size:24px !important; 
  }
}

/* --- Tira de credenciales (pxu-highlights-banner): acento e iconos ------- */
.pxu-highlights-banner [data-icon]{ color:var(--igu-accent) !important; }

/* --- Chip "Vendedor Oficial" / sellos de confianza ----------------------- */
.igu-official-chip{
  display:inline-flex; align-items:center; gap:7px;
  font:700 10.5px/1 inherit; letter-spacing:.1em; text-transform:uppercase;
  color:#7A4F28; background:#FBF6EF; border:1px solid #E4D3BC;
  border-radius:999px; padding:6px 14px;
}

/* ============================================================
   judge.me · theming de marca (Montserrat + cognac + editorial)
   Reestiliza el markup fijo .jdgm-* SIN tocar el panel de judge.me:
   - Fija sus variables de color en nuestro contenedor.
   - Scopea todo a .section-iguana-opiniones → mayor especificidad
     que sus reglas y sin afectar a otras colocaciones (producción).
   ============================================================ */
.section-iguana-opiniones{
  --jdgm-primary-color:var(--igu-accent);
  --jdgm-star-color:var(--igu-accent);
  /*--jdgm-secondary-color:var(--igu-cta);*/
}

/* Fuente Montserrat SOLO en textos — nunca en iconos de estrellas/votos
   (judge.me los dibuja con su fuente de iconos; forzarla los borra) */
/*
.section-iguana-opiniones .jdgm-widget{ font-family:Montserrat,sans-serif !important; }
.section-iguana-opiniones .jdgm-rev-widg__title,
.section-iguana-opiniones .jdgm-rev-widg__summary-average,
.section-iguana-opiniones .jdgm-rev-widg__summary-text,
.section-iguana-opiniones .jdgm-rev__author,
.section-iguana-opiniones .jdgm-rev__title,
.section-iguana-opiniones .jdgm-rev__body,
.section-iguana-opiniones .jdgm-rev__body *,
.section-iguana-opiniones .jdgm-rev__timestamp,
.section-iguana-opiniones .jdgm-rev__location,
.section-iguana-opiniones .jdgm-rev__buyer-badge,
.section-iguana-opiniones .jdgm-write-rev-link,
.section-iguana-opiniones .jdgm-btn,
.section-iguana-opiniones .jdgm-paginate__page{ font-family:Montserrat,sans-serif !important; }
*/
/* Estrellas y barras del histograma en cognac */
/*
.section-iguana-opiniones .jdgm-star.jdgm--on,
.section-iguana-opiniones .jdgm-star.jdgm--half,
.section-iguana-opiniones .jdgm-prev-badge__stars .jdgm-star{ color:var(--igu-accent) !important; }
.section-iguana-opiniones .jdgm-star.jdgm--off{ color:#D8CFBF !important; }
.section-iguana-opiniones .jdgm-histogram__bar-content{ background:var(--igu-accent) !important; }
*/
/* Título del widget: editorial, no gritón */
/*
.section-iguana-opiniones .jdgm-rev-widg__title{
  font-weight:700 !important; font-size:22px !important;
  letter-spacing:.005em; color:var(--igu-ink) !important; margin-bottom:6px;
}
.section-iguana-opiniones .jdgm-rev-widg__summary-average{ color:var(--igu-ink) !important; font-weight:600; }
.section-iguana-opiniones .jdgm-rev-widg__summary-text{ color:var(--igu-muted) !important; }
*/
/* Tarjetas de reseña: filete fino de marca, sin cajas duras */
/*
.section-iguana-opiniones .jdgm-rev{
  border-top:1px solid var(--igu-hair) !important;
  padding-top:20px !important; padding-bottom:20px !important;
}
.section-iguana-opiniones .jdgm-rev__author,
.section-iguana-opiniones .jdgm-rev__title{ color:var(--igu-ink) !important; font-weight:600 !important; }
.section-iguana-opiniones .jdgm-rev__body,
.section-iguana-opiniones .jdgm-rev__body *{ color:var(--igu-body) !important; }
.section-iguana-opiniones .jdgm-rev__timestamp,
.section-iguana-opiniones .jdgm-rev__location{ color:var(--igu-muted) !important; }
*/
/* Insignia "compra verificada" en cognac suave */
/*
.section-iguana-opiniones .jdgm-rev__buyer-badge-wrapper,
.section-iguana-opiniones .jdgm-verified-badge-icon{ color:var(--igu-accent) !important; }
*/
/* Botones (Escribir reseña / paginación): CTA naranja de marca */
/*
.section-iguana-opiniones .jdgm-write-rev-link,
.section-iguana-opiniones .jdgm-btn,
.section-iguana-opiniones .jdgm-paginate__page.jdgm-curt{
  background:var(--igu-cta) !important; border-color:var(--igu-cta) !important;
  color:#fff !important; border-radius:2px !important;
  font-weight:600 !important; letter-spacing:.03em; text-transform:none !important;
  transition:background .18s ease;
}
.section-iguana-opiniones .jdgm-write-rev-link:hover,
.section-iguana-opiniones .jdgm-btn:hover{ background:var(--igu-cta-hover) !important; }
.section-iguana-opiniones .jdgm-paginate__page{ color:var(--igu-muted) !important; }
*/
/* ---- Resumen tipo mockup: media destacada + histograma editorial -------- */
/* Alinea el resumen a la izquierda (judge.me lo centra con flex) */
/*
.section-iguana-opiniones .jdgm-rev-widg__summary,
.section-iguana-opiniones .jdgm-rev-widg__summary-inner{ text-align:left !important; align-items:flex-start !important; }

/* Media destacada (judge.me la escribe como "5.00 de 5": no añadimos "/5") */
/*
.section-iguana-opiniones .jdgm-rev-widg__summary-average{
  display:block; font-weight:600 !important; font-size:34px !important;
  line-height:1.1 !important; color:var(--igu-ink) !important; letter-spacing:-.01em;
}
.section-iguana-opiniones .jdgm-rev-widg__summary-stars{ font-size:18px !important; }
*/
/* Histograma: barras cognac sobre pista arena, etiquetas y frecuencia sobrias */
/*
.section-iguana-opiniones .jdgm-histogram{ max-width:320px; margin-top:14px; }
.section-iguana-opiniones .jdgm-histogram__row{ display:flex; align-items:center; gap:12px; padding:2px 0; }
.section-iguana-opiniones .jdgm-histogram__label{ font:500 12px Montserrat,sans-serif !important; color:var(--igu-muted) !important; min-width:34px; }
.section-iguana-opiniones .jdgm-histogram__bar{ flex:1; height:6px !important; background:var(--igu-hair) !important; border-radius:999px; overflow:hidden; }
.section-iguana-opiniones .jdgm-histogram__bar-content{ height:100% !important; border-radius:999px; }
.section-iguana-opiniones .jdgm-histogram__frequency{ font:500 12px Montserrat,sans-serif !important; color:var(--igu-muted) !important; min-width:20px; text-align:right; }

/* ---- Fotos de clientes: rejilla de miniaturas de marca ------------------ */
/*
.section-iguana-opiniones .jdgm-rev__pics{ display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }
.section-iguana-opiniones .jdgm-rev__pic-item,
.section-iguana-opiniones .jdgm-rev__pic-link{
  border-radius:3px !important; overflow:hidden !important; border:1px solid var(--igu-line) !important;
}
*/
/* ---- Reviews Carousel (legacy): widget genérico "Opiniones de nuestros clientes" ----
   Estrellas cognac + tarjetas con borde fino de marca, en línea con el mockup. */
/* Fuente Montserrat solo en textos (nunca en las estrellas) */
/*
.section-iguana-opiniones .jdgm-carousel,
.section-iguana-opiniones .jdgm-carousel-wrapper{ font-family:Montserrat,sans-serif !important; }
.section-iguana-opiniones .jdgm-carousel__title,
.section-iguana-opiniones .jdgm-carousel__num-of-reviews,
.section-iguana-opiniones .jdgm-all-reviews-rating,
.section-iguana-opiniones .jdgm-carousel-item__title,
.section-iguana-opiniones .jdgm-carousel-item__body,
.section-iguana-opiniones .jdgm-carousel-item__reviewer,
.section-iguana-opiniones .jdgm-carousel-item__reviewer-name,
.section-iguana-opiniones .jdgm-carousel-item__product,
.section-iguana-opiniones .jdgm-carousel-item__timestamp{ font-family:Montserrat,sans-serif !important; }
*/
/* Estrellas cognac */
/*
.section-iguana-opiniones .jdgm-carousel .jdgm-star.jdgm--on,
.section-iguana-opiniones .jdgm-carousel .jdgm-star.jdgm--half{ color:var(--igu-accent) !important; }
.section-iguana-opiniones .jdgm-carousel .jdgm-star.jdgm--off{ color:#D8CFBF !important; }
*/
/* Título y contador del carrusel: editorial y sobrio */
/*
.section-iguana-opiniones .jdgm-carousel__title{ font-weight:700 !important; font-size:22px !important; letter-spacing:.005em; color:var(--igu-ink) !important; }
.section-iguana-opiniones .jdgm-carousel__num-of-reviews,
.section-iguana-opiniones .jdgm-all-reviews-rating{ color:var(--igu-muted) !important; }
*/
/* Tarjetas: borde fino de marca, sin sombras duras */
/*
.section-iguana-opiniones .jdgm-carousel-item{
  border:1px solid var(--igu-line) !important; border-radius:3px !important;
  box-shadow:none !important; background:#fff !important;
}
.section-iguana-opiniones .jdgm-carousel-item__title,
.section-iguana-opiniones .jdgm-carousel-item__reviewer,
.section-iguana-opiniones .jdgm-carousel-item__reviewer-name{ color:var(--igu-ink) !important; font-weight:600 !important; }
.section-iguana-opiniones .jdgm-carousel-item__body{ color:var(--igu-body) !important; }
.section-iguana-opiniones .jdgm-carousel-item__product{ color:var(--igu-accent) !important; }
.section-iguana-opiniones .jdgm-carousel-item__timestamp{ color:var(--igu-muted) !important; }
*/
/* Flechas de navegación sobrias */
/*
.section-iguana-opiniones .jdgm-carousel__prev-arrow,
.section-iguana-opiniones .jdgm-carousel__next-arrow,
.section-iguana-opiniones .jdgm-carousel-arrow{ color:var(--igu-muted) !important; }
.section-iguana-opiniones .jdgm-carousel__prev-arrow:hover,
.section-iguana-opiniones .jdgm-carousel__next-arrow:hover{ color:var(--igu-ink) !important; }
*/
/* ============================================================
   Secciones de ficha · base homogénea (fuente única Montserrat)
   Compartida por Descripción / Detalles / FAQs / Opiniones.
   Cada sección añade la clase .iguana-section a su raíz
   (y .iguana-section--narrow para el ancho de 1040px).
   Requiere el <link> de Montserrat que ya carga cada sección.
   ============================================================ */
:root{
  --igu-muted:#7A7064;   /* etiquetas / texto atenuado */
  --igu-body:#5C544A;    /* cuerpo de texto */
  --igu-hair:#EFEAE0;    /* filete fino de filas */
  --igu-line:#E0D8CA;    /* filete de cabecera */
  --igu-paper:#FAF8F3;   /* fondo de sellos / CTA suave */
  --igu-nav-h:40px;      /* alto de la barra de anclas sticky */
}

/* Scroll suave para las anclas de la barra de navegación */
html{ scroll-behavior:smooth; }

/* Ritmo vertical homogéneo entre secciones + offset para las anclas
   (evita que el título quede tapado por la barra sticky) */
.iguana-section{ font-family:Montserrat,sans-serif; max-width:1200px; margin:0 auto; padding:56px 32px; scroll-margin-top:calc(var(--igu-nav-h) + 160px); }
.iguana-section *{ box-sizing:border-box; }
.iguana-section--narrow{ max-width:1040px; padding:56px 20px; }

.iguana-section__head{ display:flex; align-items:baseline; gap:16px; margin-bottom:28px; }
.iguana-section__num{ font:500 14px Montserrat,sans-serif; color:var(--igu-accent); }
.iguana-section__title{ font:700 12px Montserrat,sans-serif; letter-spacing:.18em; text-transform:uppercase; color:var(--igu-ink); margin:0; }
.iguana-section__rule{ flex:1; height:1px; background:var(--igu-line); }

@media (max-width:749px){
  .iguana-section,
  .iguana-section--narrow{ padding:40px 18px; }
}

/* ============================================================
   Barra de navegación de secciones (iguana-section-nav)
   Sticky horizontal con anclas a Detalles / FAQs / Opiniones / Envíos.
   ============================================================ */
.igu-navbar { 
  text-transform: uppercase;
  position:sticky; top:0; z-index:25; background:rgba(255,255,255,.94); backdrop-filter:saturate(180%) blur(8px); border-top:1px solid var(--igu-line); border-bottom:1px solid var(--igu-line); 
}
@media (max-width:749px){
  .igu-navbar{ 
    display:none; 
  }
}
.igu-navbar__inner{ max-width:1200px; margin:0 auto; height:var(--igu-nav-h); padding:0 32px; display:flex; align-items:stretch; gap:4px; overflow-x:auto; scrollbar-width:none; }
.igu-navbar__inner::-webkit-scrollbar{ display:none; }
.igu-navbar__inner > a:first-child { padding-left: 0; }
.igu-navbar__inner > a:first-child::after { left: -8px; right: 8px; }
.igu-navbar__link{ position:relative; display:inline-flex; align-items:center; gap:8px; padding:0 18px; font:600 13px Montserrat,sans-serif; letter-spacing:.18em; color:var(--igu-muted); text-decoration:none; white-space:nowrap; transition:color .18s ease; }
.igu-navbar__link:hover{ color:var(--igu-ink); }
.igu-navbar__link .igu-navbar__n{ font:500 11px Montserrat,sans-serif; color:var(--igu-accent); opacity:.75; }
.igu-navbar__link::after{ content:''; position:absolute; left:12px; right:12px; bottom:-1px; height:4px; background:var(--igu-accent); transform:scaleX(0); transform-origin:left; transition:transform .2s ease; }
.igu-navbar__link.is-active{ color:var(--igu-ink); }
.igu-navbar__link.is-active::after,
.igu-navbar__link:hover::after,
.igu-navbar__link:focus-visible::after{ transform:scaleX(1); }
@media (max-width:749px){
  .igu-navbar__inner{ padding:0 14px; gap:0; }
  .igu-navbar__link{ padding:0 13px; font-size:11.5px; }
  .igu-navbar__link .igu-navbar__n{ display:none; }
}

/* ============================================================
   Disponibilidad · tooltip (i) de estados azules (bajo pedido / preventa)
   Usado por snippets/iguana-product-availability.liquid.
   Contenido del tooltip = clave de locale, nunca hardcodeado.
   ============================================================ */
.iguana-avail-tip{ position:relative; display:inline-flex; align-items:center; justify-content:center; width:17px; height:17px; border-radius:50%; border:1px solid currentColor; font:600 9px Montserrat,sans-serif; line-height:1; cursor:pointer; flex-shrink:0; }
.iguana-avail-tip__pop{ position:absolute; left:0; top:calc(100% + 8px); z-index:60; width:250px; background:var(--igu-ink); color:#EDE7DD; font:400 11.5px/1.5 Montserrat,sans-serif; text-align:left; padding:11px 13px; border-radius:5px; box-shadow:0 12px 30px -14px rgba(0,0,0,.55); opacity:0; visibility:hidden; transform:translateY(-3px); transition:opacity .15s ease, transform .15s ease; pointer-events:none; }
.iguana-avail-tip:hover .iguana-avail-tip__pop,
.iguana-avail-tip:focus .iguana-avail-tip__pop,
.iguana-avail-tip:focus-within .iguana-avail-tip__pop{ opacity:1; visibility:visible; transform:translateY(0); }
.iguana-avail-tip__pop::before{ content:''; position:absolute; left:14px; top:-5px; width:10px; height:10px; background:var(--igu-ink); transform:rotate(45deg); }

@media (max-width:400px){
  .igu-sticky-avail{ 
    display:none !important; 
  }
}


.product-block:has(.igu-price) {
  padding-top: 10px;
}

section.section-iguana-detalles,
section.section-iguana-opiniones,
#confianza {
  background:#f8f8f8;
}

.iguana-product-variant-brief-info {
  padding: 8px 0;
  font-size: 12px;
}

.iguana-paypal {
  padding-top: 8px;
}

.section-iguana-section-nav {
  position: sticky;
  top: 180px;
}

.section-iguana-section-nav a:visited,
.section-iguana-section-nav a span {
  color: #262626 !important;
  text-decoration: none;
}

@media (max-width:1400px){
  .product-main {
    padding-bottom: 20px;
  }
}

#asesoramiento a {
  background-color: #FFF;
}

.is-nav-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 768px) {
  .jdgm-carousel-wrapper[data-theme="card"] .jdgm-carousel-title-and-link {
    position: unset !important;
  }
}