/* =====================================================
   theme.css — iturri2 theme
   Sections:
     01. Fonts
     02. Variables & base reset
     03. Typography
     04. Layout
     05. Header
     06. Navigation & scroll helpers
     07. Animations
     08. Buttons
     09. Search
     10. Breadcrumb
     11. Utilities & badges
     12. Loader
     13. Prices / payment grid
     14. Footer
     15. Info-store & newsletter
     16. CMS & forms
     17. Swiper
     18. Menu button
     19. User actions
     20. Minicart
     21. Quantity controls
     22. Cart
     23. Stars
     24. Home grids
     25. Brands
     26. Pre-footer
     27. Sub-footer
     28. Comparador
     29. Table custom Iturri
   ===================================================== */


/* ----- 01. Fonts ----- */

@font-face {
  font-family: 'PF BeauSans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/webfonts/PFBeauSansPro-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'PF BeauSans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/webfonts/PFBeauSansPro-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/webfonts/inter-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/webfonts/inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ----- 02. Variables & base reset ----- */

html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  overflow-x: hidden !important;
  max-width: 100vw;
}

:root {
  --neutral-700: #666;
  --neutral-400: #EEEEEE;
  --neutral-300: #F4F4F4;
  --neutral-200: #F9FAFB;
  --border-box: #D9D9D9;
  --border-color: #D9D9D9;
  --border-radius-sm: 8px;

  --font-family-base: 'Inter', sans-serif;
  --font-family-title: 'PF BeauSans Pro', sans-serif;

  --font-icon-site: 'Iturri';
  --neutral: #F4F4F4;
  --neutral-light: #F4F4F4;
  --neutral-base: #F4F4F4;
  --section-color: #F9FAFB;

  --bg-base: var(--neutral-300);
  --white: #fff;
  --dark: #374556;
  --primary-color: #374556;
  --primary: #374556;
  --dark-light: #374556;
  --brand: #E71A3C;
  --cta-color: var(--brand);
  --brand-dark: #E71A3C;
  --swiper-navigation-color: #374556 !important;
  --swiper-theme-color: #374556 !important;
  --swiper-scrollbar-drag-bg-color: #374556 !important;
  --brand-light: #fff0f2;
  --shadowtop: -1px -1px 5px rgba(0, 0, 0, .15);
  --shadowbottom: 0 3px 13px rgba(0, 0, 0, .05);
  --border-color: #D9D9D9;
  --highlight: rgba(228, 255, 170, .6);
  --neutral-dark: #f8f8f8;
  --fancybox-accent-color: var(--brand-light) !important;
  --input-border-color: #cdcdcd;




  --state-color-info-light:#E5F6FD;
  --state-color-success-light:#EDF7ED;
  --state-color-warning-light:#FFF4E5;
  --state-color-danger-light:#FDEDED;

  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 500;
  --font-weight-medium: var(--font-weight-semibold);
  --font-weight-bold: 700;

  --btn-border-radius-xl: 100px;
  --border-radius-md: 14px;
  --border-radius-xs: 8px;

  --font-size-xs: .8rem;                                                /* 12px */
  --font-size-sm: .9rem;                                                /* 14px */
  --font-size-base: 1rem;                                               /* 16px */
  --font-size-md:  clamp(1.15rem, calc(1.037rem + 0.564vw), 1.46rem);  /* 18px → 23px */
  --font-size-lg: clamp(1.28rem, calc(1.145rem + 0.673vw), 1.65rem);   /* 20px → 26px */
  --font-size-xl: clamp(1.46rem, calc(1.322rem + 0.691vw), 1.84rem);   /* 23px → 29px */
  --font-size-2xl: clamp(1.62rem, calc(1.471rem + 0.745vw), 2.03rem);  /* 26px → 32px */
  --font-size-3xl:  clamp(1.84rem, calc(1.680rem + 0.800vw), 2.28rem); /* 29px → 36px */
  --font-size-4xl: clamp(2.10rem, calc(1.809rem + 1.455vw), 2.90rem);  /* 34px → 46px */

  --font-size-btn-lg: 1.2rem;

  --btn-border-radius: 12px;

  --container: 1640px;
  --letter-spacing-headings: -.01em;
  --letter-spacing-small: .03em;
  --spacing-1: clamp(.5rem, .765vw + .347rem, 1rem);        /*8px-16px*/
  --spacing-2: clamp(.75rem, 1.147vw + .521rem, 1.5rem);    /*12px-24px*/
  --spacing-3: clamp(1rem, 3.181vw + .284rem, 3rem);;       /*16px-48px*/
  --spacing-4: clamp(2.5rem, 1.642rem + 3.756vw, 5rem);     /*40px-80px*/
  --font-icon: clamp(1.8rem, .765vw + 1.347rem, 2rem);
  --bg-overlay: rgba(0, 0, 0, .5);
  --box-shadow-panel: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px;
  --box-shadow-card: 0 8px 20px rgba(55, 69, 86, .08);



  --padding-button-y: 0.75rem;
  --padding-button-x: 1.5rem;
  --gap-vertical-large: clamp(1.5rem, 1.15rem + 1.5vw, 2.5rem); /*24px-40px - espacio vertical en sections*/
  --gap-vertical-medium:clamp(1rem, 0.825rem + 0.75vw, 1.5rem);/*16px-24px - espacio vertical en componente*/
  --gap-vertical-small: clamp(0.625rem, 0.5rem + 0.56vw, 1rem);/*10px-16px* - espacio vertical reducido en componente*/
  --padding-section-y: clamp(2.5rem, 1.667rem + 4.167vw, 5rem); /* 40px → 80px */
}


/* ----- 03. Typography ----- */

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: 1.5;
  background: var(--white);
  font-weight: var(--font-weight-normal);
  color: var(--dark);
}

.neutral-700 {
  color: var(--neutral-700);
}

.text-sm, .small, .text-small, small {
  font-size: var(--font-size-sm);
  letter-spacing: var(--letter-spacing-small)
}

.text-xs, small.text-xs {
  font-size: var(--font-size-xs);
}

.text-medium {
  font-size: var(--font-size-md)
}

.text-base {
  font-size: var(--font-size-base)
}

.text-3xl, .h1, h1 {
  font-size: var(--font-size-3xl)
}

.text-2xl, .h2, h2 {
  font-size: var(--font-size-2xl)
}

.text-xl, .h3, h3 {
  font-size: var(--font-size-xl)
}

.h4, h4, .text-lg {
  font-size: var(--font-size-lg)
}

.h5, h5, .text-md, .text-medium {
  font-size: var(--font-size-md)
}

.h6, h6 {
  font-size: var(--font-size-base);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.elementor-heading-title{
  font-family: var(--font-family-title) !important;
  font-weight: var(--font-weight-normal);
  letter-spacing: -.007rem;
  line-height: 1.27;
  text-wrap: balance;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: var(--letter-spacing-headings);

  strong, b {
    font-weight: var(--font-weight-bold) !important
  }
}


/* ----- 04. Layout ----- */

.container {
  width: 100%;
  max-width: var(--container);
}

.site-info {
  background-color: var(--bg-base);
  padding-top: .25rem;
   padding-bottom: .25rem;
}

.border-radius-3 {
  border-radius: var(--space-3);
}


/* ----- 05. Header ----- */

.marque-swiper {
  height: 40px;
  overflow: hidden;
}
.marque-swiper .swiper-slide {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-wrap: balance;
}
.marque-swiper .swiper-slide p {
  margin: 0;
  text-align: center;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.2em * 2);
}
.main-header {
  background-color: var(--white);
  border-top: 1px solid var(--border-box);
  border-bottom: 1px solid var(--border-box);
  position: sticky;
  top: -2px;
  z-index: 10;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media(max-width: 997px) {
  .main-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #js-checkout-summary {
    padding: 0;
  }
 
}
.main-header > div {
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.main-header .header--logo {
  flex: 12.5%;
}

.main-header .header--menu-btn {
  flex: 12.5%;
}

.main-header .header--user-actions {
  flex: 25%;
}

.main-header .header--search-box {
  flex: 50%;
}

@media(max-width:767px) {
  .main-header > div {
    flex-wrap: wrap;
  }

  .panel-sub-menu.sub-menu-user, .quote_top_content.quote_block.block {
    display: none !important;
  }

  .main-header .header--menu-btn {
    order: 0;
    flex: 20%;
  }

  .main-header .header--logo {
    order: 1;
    flex: 40%;
    display: flex;
    justify-content: center;
  }

  .main-header .header--user-actions {
    order: 3;
    flex: 20%;
    overflow: hidden;
  }

  .main-header .header--search-box {
    order: 4;
    flex: 100%;
  }
}

@media(max-width: 767px) {
  .main-header > div {
    gap: var(--space-2);
  }

  .main-header .header--menu-btn {
    flex: 50px;
  }

  .main-header .header--user-actions {
    flex: 120px;
  }

  .main-header .header--logo {
    flex: calc(100% - 3em - 170px);
  }
}

.marque p {
  padding: 0;
  margin-bottom: 0;
}
.site-control {
  display: flex;
  gap: var(--space-2);
  align-items: center
}

.site-logo {
  max-width: 200px;
  display: block
}

.site-logo svg, .site-logo img {
  width: 100%;
  max-width: 165px;
  height: auto;
  aspect-ratio: 164 / 49;
}

.site-logo svg path, .site-logo svg {
  transition: all .4s ease-in-out
}

.site-logo svg path {
  fill: var(--white)
}

.site-logo:hover svg path {
  fill: var(--white);
  animation: shine 1s
}

.site-logo:hover svg {
  transform: scale(1.1)
}

.site-logo:active svg {
  transform: scale(.95)
}


/* ----- 06. Navigation & scroll helpers ----- */

.hm-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap !important;
}

.hm-scroll::-webkit-scrollbar {
  display: block;
  height: 6px;
  opacity: 0;
  transition: opacity .3s ease
}

.hm-scroll::-webkit-scrollbar-thumb {
  background: #abb5c0;
  border-radius: var(--border-radius-sm)
}

.hm-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .4)
}

.hm-scroll:hover::-webkit-scrollbar {
  opacity: 1
}

.hm-scroll:hover {
  scrollbar-width: thin;
  scrollbar-color: #abb5c0 rgba(255, 255, 255, .4)
}


span.custom-checkbox {
  margin-right: 8px
}

nav.featured-menu ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  display: flex;
  gap: var(--space-1);
  align-items: center;
  font-size: var(--font-size-sm)
}

nav.featured-menu ul li {
  white-space: nowrap
}

nav.featured-menu a {
  padding: .5rem var(--space-2);
  color: var(--dark);
  display: block;
  transition: all .4s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  font-size: var(--font-size-medium);
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .4);
  transform: var(--degreesNeg);
  border-radius: var(--border-radius-sm)
}

nav.featured-menu a span {
  transform: var(--degreesPos);
  display: block
}

nav.featured-menu a:hover {
  background-color: rgba(255, 255, 255, 1)
}


/* ----- 07. Animations ----- */

@keyframes shine {
  to {
    left: 200%
  }
}

@keyframes slideOverlay {
  0% {
    transform: scaleX(1)
  }

  100% {
    transform: scaleX(0)
  }
}

@keyframes iturriEntranceWithBounce {
  0% {
    opacity: 0;
    transform: translateX(-100%) scale(.8)
  }

  70% {
    transform: translateX(10%) scale(1.1)
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1)
  }
}


/* ----- 08. Buttons ----- */

.btn {
  border-radius: var(--btn-border-radius);
  font-weight: var(--font-weight-medium);
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  max-width: 100%;
  width:100%;
  overflow: hidden;
  transition: background-color .3s ease-in-out, transform .2s ease-out, box-shadow .2s ease-in-out;
  padding: var(--padding-button-y) var(--padding-button-x);
}
.btn.btn-auto {
  width: auto; 
}

.btn.btn-circle {
  border-radius: var(--btn-border-radius-xl);
}
@media(min-width: 1024px) {
  .btn-medium-block {
    width: 100%;
    max-width: calc(50% - 15px);
  }
}
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  opacity: 0;
  transition: opacity .2s ease-out;
  pointer-events: none
}

.btn:hover {
  transform: translateY(1px)
}

.btn:hover::before {
  opacity: 1;
  animation: shine 0.5s ease-out
}

.btn:active {
  transform: scale(.98);
  transition: all .1s ease-in
}

.btn:not(:hover) {
  transition: background-color .4s ease-out, transform .3s ease-out, box-shadow .3s ease-out
}

.btn-outline {
  background-color: transparent;
  color: var(--dark);
  border: 2px solid var(--dark)
}

.btn-outline:hover, a.btn-outline:hover {
  color: var(--bg-base) !important;
  background-color: var(--dark)
}

.btn-cta {
  background-color: var(--brand);
  color: var(--bg-base)
}

.btn-cta:hover {
  background-color: var(--dark)
}

.highlight {
  background-color: var(--neutral-base);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #ffffff 0%, #f6fcff 30%, #f6fcff 70%, #ffffff 100%);
  border-bottom: 1px solid var(--neutral);
  border-top: 1px solid var(--neutral);
  padding-top: var(--space-3);
  padding-bottom: var(--space-3)
}

.btn-transparent {
  border: none
}

.btn i,
button i.icon{
  font-size: 24px;
}

/* ----- 09. Search ----- */

.search-box {
  position: relative;
  align-items: center;

  input {
    border-radius: var(--border-radius-sm);
    padding: 0 1.5rem;
    transition: border-color .3s ease, box-shadow .3s ease;
    line-height: 50px;
    height: 50px;

    &:focus {
      outline: none;
      box-shadow: 0 0 8px rgba(0, 123, 255, .5)
    }
  }

  button {
    margin-left: -50px;
    padding: 0;
    background-color: transparent;
    font-size: 1.5rem;
    line-height: 48px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    color: var(--dark);
    transition: background-color .3s ease, transform .3s ease;

    &:hover {
      background-color: transparent;
      transform: scale(1);

      icon {
        transform: scale(1.2)
      }
    }
  }
}

@media(max-width:992px) {
  .search-box input {
    border-radius: 56px;
  }
}


/* ----- 10. Breadcrumb ----- */

.breadcrumb {
  font-size: var(--font-size-xs)
}
.page-search .breadcrumb,
.page-category .breadcrumb,
.page-manufacturer .breadcrumb,
.page-module-pm-advancedsearch4-searchresults .breadcrumb  {
  background-color: var(--neutral-200);
 
}
.page-module-pm-advancedsearch4-searchresults .breadcrumb .list-inline,
.page-category .breadcrumb .list-inline,
.page-search .breadcrumb .list-inline,
.page-manufacturer .breadcrumb .list-inline{
   padding-top:var(--gap-vertical-large);
 padding-bottom: 0 !important;
}

.breadcrumb ol {
  gap: .5rem;
  overflow-x: auto
}

.breadcrumb li:after {
  content: ' \f5a9 ';
  margin-left: .5rem;
  font: normal normal normal 1em / 1 'Iturri';
  align-content: center;
}

.breadcrumb li:last-child:after {
  display: none
}

.breadcrumb li {
  white-space: nowrap;
  display: flex;
  align-content: center;
}


/* ----- 11. Utilities & badges ----- */

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.white-card {
  background-color: var(--white);
  padding: var(--space-3);
  border-radius: var(--border-radius-md);
  border: 1px solid var(--border-box);
}

.produc-details {
  ul {
    padding: 0;
    list-style: none;

    li {
      padding: .5rem 0
    }

    li:not(:last-child) {
      border-bottom: 1px solid var(--border-color)
    }
  }
}

.badge {
  border-radius: 8px;
  font-weight: 500;
  font-size: var(--font-size-xs);
}

.badge-offer, .badge-discount {
  background-color: var(--brand);
  color: var(--white)
}

.badge-new {
  background-color: var(--dark);
  color: var(--bg-base)
}

.badge-on-sale {
  background-color: var(--brand);
  color: var(--white);
}

.badge-tag-liquidacion {
  background-color: var(--dark);
  color: var(--bg-base)
}

.badge-tag-special-price {
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: var(--white);
  color: var(--dark);
  border: 1px solid var(--border-color);
  padding-left: 28px;
}

.badge-tag-special-price::before {
  content: '\f5d6';
  font: normal normal normal 1em / 1 'Iturri';
  font-size: 20px;
  position: absolute;
  margin-left: -24px;
  color: var(--brand);
}

.section-color {
  background-color: var(--section-color);
}

.block-text {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  align-items: flex-end
}

.block-text h2 {
  max-width: 500px;
  width: 100%
}

.block-text div {
  width: 100%;
  max-width: 900px
}

.img-border-radius {
  border-radius: var(--border-radius-sm)
}

.underline-offset-hover {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.underline-offset-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 200ms ease-in-out;
}

.underline-offset-hover:hover::after {
  width: 100%;
}

body div#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  z-index: 2 !important
}
body#product div#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  z-index: 4 !important; 
}

.max-997 {
  max-width: 997px;
}


/* ----- 12. Loader ----- */

.iturri-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 200px
}

.iturri-loader.loader-fixed {
  position: fixed;
  z-index: 1111111;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  animation: loader-fadein 0.25s ease forwards
}

.iturri-loader.loader-fixed .loader-container {
  animation: loader-scalein 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

@keyframes loader-fadein {
  from { opacity: 0; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px) }
  to   { opacity: 1; backdrop-filter: blur(3px);  -webkit-backdrop-filter: blur(3px) }
}

@keyframes loader-scalein {
  from { opacity: 0; transform: scale(0.85) }
  to   { opacity: 1; transform: scale(1) }
}

.loader-container {
  text-align: center;
  position: relative
}

.wheel {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 1;
  margin: auto;
  animation: rotate-wheel 1.5s cubic-bezier(.4, 0, .2, 1) infinite;
  opacity: .85;
  margin-bottom: 16px;
}

.loading-text {
  display: block;
  margin-top: 1rem;
  font-size: var(--font-size-md);
  color: var(--brand);
  letter-spacing: .5px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase
}

.dot {
  opacity: 0;
  animation: dot 1.5s infinite
}

.dot:nth-child(2) {
  animation-delay: .5s
}

.dot:nth-child(3) {
  animation-delay: 1s
}

@keyframes rotate-wheel {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(-180deg) scale(1.15)
  }

  100% {
    transform: rotate(-360deg)
  }
}

@keyframes dot {
  0%, 100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.loader-subtitle {
  display: block;
  margin-top: 0.4rem;
  font-size: var(--font-size-sm);
  color: var(--brand);
  font-weight: var(--font-weight-normal);
  text-transform: none;
  opacity: 0.85
}


@media(max-width:999px) {
  .fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, .6) 0 7px 29px 0;
    z-index: 3
  }
}


/* ----- 13. Prices / payment grid ----- */

.old-price {
  position: relative;
  margin-left: var(--space-1);
  font-family: var(--font-family-base);
  display: inline-block;
  font-size: initial;
}

.old-price::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(-7deg)
}

#facets-wrapper:empty {
  display: none;
}

.grid-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end
}

.grid-payments img {
  border: 1px solid var(--border-color);
  padding: 6px;
  border-radius: 4px;
  width: 60px !important;
  height: auto !important;
  aspect-ratio: 6 / 4;
  object-fit: contain;
  background-color: var(--white);
  mix-blend-mode: luminosity;
  opacity: 0.8;
}


/* ----- 14. Footer ----- */

.footer {
  padding: var(--space-4) 0;
}

.footer-content {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr;;
  gap: var(--space-3)
}

.footer-content script {
  display: none
}

.footer-section h3 {
  margin-bottom: var(--space-2);
  font-size: var(--font-size-md);
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer-section .title-footer::after {
  content: '\f550';
  display: none;
  font: normal normal normal 1em / 1 'Iturri';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  font-size: var(--font-size-lg)
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-section li {
  margin-bottom: var(--space-1)
}

.footer-section a {
  text-decoration: none
}

.footer-section a:hover {
  color: var(--brand)
}

.footer-bottom {
  margin-top: var(--space-1);
  padding-top: var(--space-1);
  text-align: center
}

.footer-bottom p {
  margin-bottom: 0;
  margin-top: var(--space-1)
}

.social-icons {
  display: flex;
  gap: 10px;
  justify-content: flex-end
}

.social-icons a {
  width: 44px;
  height: 44px;
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease
}

.social-icons a i {
  font-size: 36px;
  color: #fff;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icons a:has(.icon-facebook-fill) {
  background-color: #1877f2
}

.social-icons a:has(.icon-facebook-fill):hover {
  background-color: #0d6aef;
  transform: translateY(-2px)
}

.social-icons a:has(.icon-youtube-fill):hover {
  background-color: #CC0000;
  transform: translateY(-2px)
}

.social-icons a:has(.icon-youtube-fill) {
  background-color: #FF0000
}

.social-icons a:has(.icon-instagram-line) {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.social-icons a:has(.icon-instagram-line):hover {
  background: linear-gradient(45deg, #e88a2e 0%, #d95f37 25%, #cc233d 50%, #bb205d 75%, #aa1679 100%);
  transform: translateY(-2px)
}

.social-icons a:has(.icon-logo-tiktok) {
  background-color: #000000;
  position: relative;
  overflow: hidden
}

.social-icons a:has(.icon-logo-tiktok):hover {
  background-color: #000000;
  transform: translateY(-2px)
}

.social-icons a:has(.icon-logo-tiktok)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #25F4EE 0%, #FE2C55 100%);
  opacity: 0;
  transition: opacity .3s ease
}

.social-icons a:has(.icon-logo-tiktok):hover::before {
  opacity: .15
}

@media (max-width:997px) {
  .title-footer {
    margin-bottom: 0;
    cursor: pointer
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 0
  }

  .footer-section {
    border-bottom: 1px dotted #9ec1d5;
    padding: var(--space-3) 0
  }

  .footer-section h3::after {
    display: block
  }

  .footer-section ul {
    padding-top: var(--space-3)
  }

  .footer-section.collapsed ul {
    display: none
  }

  .footer-section h3 {
    margin-bottom: 15px
  }

  .footer-section.collapsed .title-footer::after {
    content: '\f550';
    display: flex
  }

  .footer-section:not(.collapsed) .title-footer::after {
    content: '\f54d';
    display: flex
  }

  .footer-section.footer-section-social .social-icons {
    padding: var(--space-2) 0;
    justify-content: center;
    width: 100%
  }

  .grid-payments {
    justify-content: center
  }
  .footer-section ul > li > a,
  .footer-section ul > li > span
  {
    display: block;
    border-bottom: 1px dotted #cfcfcf;
    padding: .5rem 0;
    margin: 0;
  }
  .footer-section ul > li:last-child > a,
  .footer-section ul > li:last-child > span {
    border-bottom: none;
  }
}


/* ----- 15. Info-store & newsletter ----- */

.info-store {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
  margin-left: auto;
  margin-right: auto
}

.info-store p {
  margin: 0
}

.info-store a {
  word-break: break-word;
  hyphens: auto
}

.info-store a[href^="mailto"], .info-store a[href^="tel"] {
  font-weight: var(--font-weight-bold)
}

.info-store a[href^="mailto"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
  hyphens: none
}

.newsletter-content {
  display: flex;
  gap: var(--space-1);
  flex-direction: column;
  text-wrap: balance;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--space-2)
}

.input-wrapper {
  position: relative;
  width: 100%
}

.newsletter-form input {
  height: 70px;
  padding-right: 140px;
  font-size: var(--font-size-btn-lg);
  padding-left: var(--space-3);
  box-shadow: none;
  border: 2px solid var(--border-color);
}

button.btn-newsletters {
  position: absolute;
  right: 1rem;
  top: 11px;
  z-index: 0;
  height: 48px;
  max-width: 140px;
  padding: 1rem;
  border-radius: 100px
}

@media (max-width:996px) {
  .newsletter-form input {
    padding-right: var(--space-3)
  }

  button.btn-newsletters {
    max-width: 80px
  }
}


/* ----- 16. CMS & forms ----- */

.cms {
  margin: auto;
  max-width: 900px
}

.form-control-highlight {
  background-color: var(--neutral-dark);
  box-shadow: none;
  padding-right: var(--space-2);
  padding-left: var(--space-2);
  border-radius: 50px;
  font-weight: var(--font-weight-bold);
  height: 40px;
  line-height: 40px;
  font-size: var(--font-size-medium);
  border: 1px solid var(--border-color);
  width: 100%;
  max-width: 350px;
  display: block;
  align-items: center;
  justify-content: space-between;
  display: flex;
  transition: all .2s ease;
  min-width: 300px
}

.form-control-highlight span {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left
}

.form-control-highlight:hover {
  background-color: #fff
}

.products-sort-order.dropdown.open .form-control-highlight {
  background-color: #fff;
  border: 1px solid var(--dark-light)
}


/* ----- 17. Swiper ----- */

.iturris-swiper .swiper-button-prev, .iturris-swiper .swiper-button-next {
  opacity: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -21px;
  background: var(--dark) !important;
  background-image: none !important;
  background-size: 0 !important;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  transition: all .3s ease
}

.iturris-swiper:hover .swiper-button-prev, .iturris-swiper:hover .swiper-button-next {
  opacity: 1
}

.iturris-swiper .swiper-button-prev:after, .iturris-swiper .swiper-button-next:after {
  font-size: 18px;
  color: var(--white);
  transition: color .3s ease
}

.iturris-swiper .swiper-button-prev:hover, .iturris-swiper .swiper-button-next:hover, .iturris-swiper .swiper-button-prev:active, .iturris-swiper .swiper-button-next:active {
  transform: scale(1.1);
  background-color: var(--dark)
}

.iturris-swiper .swiper-button-prev:hover:after, .iturris-swiper .swiper-button-next:hover:after, .iturris-swiper .swiper-button-prev:active:after, .iturris-swiper .swiper-button-next:active:after {
  color: var(--white)
}

.swiper-button-prev.swiper-button-disabled {
  display: none
}

.swiper-button-next.swiper-button-disabled {
  display: none
}


/* ----- 18. Menu button ----- */

button.menu-btn.menu-btn-aux {
  right: 60px;
  position: fixed;
  display: none
}

.menu-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: none;
  left: 0;
  border-radius: 12px;
  background-color: var(--brand);
}

.menu-btn:focus-visible, .close-menu:focus-visible, .back-button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px
}

.menu-btn .line {
  fill: none;
  stroke: var(--white);
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(.4, 0, .2, 1), stroke-dashoffset 600ms cubic-bezier(.4, 0, .2, 1)
}

@media(min-width: 992px) {
  .menu-btn {
    width: 180px;
    border-radius: 48px;
    gap: 8px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-weight: 500;
    color: var(--white);
  }
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6
}

.mobile-menu {
  position: fixed;
  z-index: 113;
  width: 100%;
  display: block;
  height: 40px;
  max-width: 450px;
  visibility: hidden
}

.mobile-menu button.menu-btn.opened {
  position: absolute;
  display: block;
  right: 10px;
  top: 20px;
  visibility: visible;
  left: inherit;
  width: 48px;
  height: 48px;
  opacity: 1
}


/* ----- 19. User actions ----- */

.user-actions .user-menus {
  gap: var(--spacing-2)
}
@media(max-width: 992px) {
  .user-actions .user-menus {
    gap: var(--spacing-1)
  }
}
.ico-header {
  text-align: center;
  position: relative;
}

.ico-header-text {
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media(max-width: 1024px) {
  .ico-header-text {
    display: none;
  }
  .ico-header > a {
    display: block;
  }
}
.ico-header .ico-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none;
}

/* ----- Cart tip notification ----- */

.cart-tip {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 100;
  opacity: 0;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  white-space: nowrap;
}

.cart-tip::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--brand);
}

.cart-tip.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.cart-tip-link {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  padding: .45rem .85rem;
  background: var(--brand);
  color: #fff;
  border-radius: var(--border-radius-sm);
  text-decoration: none;
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-xs);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

.cart-tip-link:hover,
.cart-tip-link:focus {
  background: var(--brand-dark);
  color: #fff;
  text-decoration: none;
}

.cart-tip-link .icon {
  font-size: 1.1em;
  margin: 0;
}

.ico-header .icon-header {
  font-size: var(--font-icon);
  padding: 2px;
  color: var(--dark);
  top: 0;
  margin: 0;
  cursor: pointer
}

.tooglesearch {
  background-color: var(--brand);
  border: none;
  box-shadow: none
}

.items-cart, span.qq-total {
  position: absolute;
  aspect-ratio: 1 / 1;
  width: 20px;
  height: 20px;
  background-color: var(--brand);
  text-align: center;
  margin-left: -16px;
  border-radius: 50%;
  margin-top: 14px;
  font-weight: var(--font-weight-normal);
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  z-index: 1;
  cursor: pointer;
  overflow: hidden; 
}
span.qq-total:empty {
    display: none;
}
@media(max-width: 767px) {
  .items-cart, span.qq-total {
    font-size: 10px;
    margin-left: -19px;
    margin-top: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
   span.qq-total {
    margin-left: -20px;
   }
}

.items-cart::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--brand);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: -1;
  animation: wave-effect 2s infinite ease-out
}

@keyframes wave-effect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }
}

.my-account.ico-header {
  position: relative;
}


/* ----- 20. Minicart ----- */

.minicart {
  position: fixed;
  top: 0;
  right: -520px;
  width: 100%;
  max-width: 480px;
  height: 100dvh;
  background: white;
  box-shadow: var(--box-shadow-panel);
  z-index: 1000;
  transition: right .3s ease;
  display: flex;
  flex-direction: column;
  visibility: hidden
}

.minicart.active {
  right: 0;
  visibility: visible
}

.minicart .minicart-header {
  padding: var(--spacing-2);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0
}

.minicart .minicart-header .close-minicart {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer
}

.minicart .minicart-footer {
  padding: 1rem;
  border-top: 1px solid var(--border-color);
  background: white;
  flex-shrink: 0
}

.minicart .minicart-footer .total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem
}

.minicart .item-coupon .item-name {
  margin: 0;
  font-size: .9rem;
  display: flex;
  gap: .5rem;
  align-items: center
}

.minicart-items {
  padding: var(--spacing-2);
  overflow-y: auto;
  border-bottom: 1px solid var(--border-color);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2)
}

.minicart-items .minicart-item {
  display: flex;
  align-items: flex-start;
  padding: 0 0 var(--spacing-2) 0;
  gap: var(--spacing-1);
  border-bottom: 1px solid var(--border-color)
}

.minicart-items .minicart-item .talla-color {
  display: inline-block !important;
  margin: .25rem 0
}

.minicart-items .minicart-item .item-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  overflow: hidden
}

.minicart-items .minicart-item .item-details .item-name {
  margin: 0;
  font-size: .9rem;
  text-align: left;
}

.minicart-items .minicart-item .item-details .item-name * {
}

.minicart-items .minicart-item .item-details .item-price {
  margin: 0
}

.minicart-items .minicart-item-coupon {
  display: flex;
  align-items: center
}

.minicart-items img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1 / 1;
  object-fit: cover
}

.minicart-items img.sad-icon {
  width: 125px;
  height: 125px;
  display: none;
  opacity: .2;
  margin: auto
}

.active .minicart-items img.sad-icon {
  display: block
}

@media (min-width:992px) and (max-width:1100px) {
  .minicart-items img {
    width: 50px;
    height: 50px
  }

  .minicart-items .item-price.h4, .minicart-items .old-price {
    font-size: 14px
  }
}

.minicart-items.p0 {
  padding: 0;
  border-bottom: 0
}

.minicart-items.p0 .minicart-item {
  border-top: 1px solid var(--border-color);
  border-bottom: none;
  padding: var(--spacing-2) 0
}

.minicart-item-subtotal {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--border-color)
}

span.recommended {
  position: absolute;
  margin-top: calc(-1*var(--spacing-2));
  background-color: var(--neutral);
  margin-left: calc(-1*var(--spacing-2));
  padding: .125rem 1rem;
  z-index: 1;
  border-radius: 0 0 var(--border-radius-sm) 0;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-sm);
  text-transform: uppercase
}

.recommended-product {
  padding: var(--spacing-2);
  background: var(--neutral-base);
  margin: 1rem;
  border-radius: var(--border-radius-sm);
  border: 2px solid var(--neutral);
  position: relative
}

.recommended-product img {
  aspect-ratio: 1 / 1;
  width: 130px;
  object-fit: contain;
  mix-blend-mode: darken
}

.recommended-product .minicart-item {
  gap: 1rem;
  border: none;
  padding: 0;
  display: flex;
  justify-content: space-between
}

.recommended-product .minicart-item .item-details {
  width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.recommended-product .minicart-item .item-details * {
  margin: 0
}

@media (max-width:500px) {
  .minicart-item img {
    width: 50px;
    height: 50px;
    aspect-ratio: 1 / 1;
    object-fit: cover
  }

  .minicart-item p.item-price.h4 {
    font-size: 14px !important
  }

  .minicart-item span.old-price {
    font-size: 12px
  }

  .recommended-product .minicart-item img {
    width: 90px;
    height: 90px;
    aspect-ratio: 1 / 1;
    object-fit: cover
  }
}

#blockcart .recommended-product img {
  width: 80px;
  height: 80px
}

#blockcart .recommended-product .minicart-item .item-details {
  width: 100%
}

#blockcart .recommended-product .recommend-action {
  display: flex;
  gap: 1rem
}

#blockcart button.add-recommended.btn.btn-outline {
  height: 40px;
  line-height: 40px;
  padding: 8px
}

@media (max-width:320px) {
  .minicart-item img {
    display: none
  }
}

.bg-loading-mini-cart {
  z-index: 8;
  position: absolute;
  height: 100vh;
  line-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  width: 100%;
  max-width: 900px;
  background: rgba(255, 255, 255, .8);
  color: var(--brand)
}

.cart-summary-totals .bg-loading-mini-cart {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50%
}

.cart-summary>.js-cart-summary-loader {
  inset: 0;
  height: 100%;
  max-width: none;
  line-height: normal
}

.js-cart-line-overlay-loader {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  line-height: normal;
  pointer-events: auto;
  cursor: wait
}

.js-cart-line-floating-loader {
  max-width: none;
  line-height: normal;
  pointer-events: auto;
  cursor: wait
}


/* ----- 21. Quantity controls ----- */

.qty {
  max-width: 160px;
}

.bootstrap-touchspin {
  position: relative;
  width: 160px;
  height: 50px
}

.bootstrap-touchspin input[type="number"] {
  inset: 0;
  width: 67px;
  height: 40px;
  border: none;
  padding: 0 !important;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  box-shadow: none;
  position: absolute;
  left: 47px;
  right: 40px;
  background-color: #fff;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
  border: 1px solid var(--border-color);
  z-index: 2;
  top: 5px;
  border-radius: var(--border-radius-xs) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.bootstrap-touchspin input[type="number"]::-webkit-inner-spin-button, .bootstrap-touchspin input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  height: 100%;
  top: 0;
  width: 160px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.bootstrap-touchspin .input-group-btn-vertical button {
  text-align: center
}

.bootstrap-touchspin .input-group-btn-vertical button::before, .bootstrap-touchspin .input-group-btn-vertical button::after {
  display: none
}

.bootstrap-touchspin .input-group-btn-vertical .material-icons {
  position: absolute;
  inset: 0;
  font-size: 20px;
  font-style: normal;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%
}

.bootstrap-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin .bootstrap-touchspin-up {
  position: absolute;
  height: 40px;
  width: 36px;
  border: none;
  display: block;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0;
  border-radius: var(--border-radius-xs) !important;
  border: 1px solid #6c757d;
  padding: 0 !important;
}
.qty-up, .qty-down {
  height: 40px;
  width: 36px;
  max-width: 36px;
  padding: 0 !important;
}

.bootstrap-touchspin .bootstrap-touchspin-down {
  left: 0;
}

.bootstrap-touchspin .bootstrap-touchspin-up {
  right: 0;
}

.btn-touchspin .material-icons {
  font-size: 20px;
  font-style: normal;
  font-family: var(--font-family-base) !important;
  line-height: 45px !important;
  font-weight: bold
}

.btn-touchspin .material-icons.touchspin-up::before {
  content: '+';
  display: block;
  line-height: 40px;
  font-size: 1rem;
}

.btn-touchspin .material-icons.touchspin-down::before {
  content: '-';
  display: block;
  line-height: 40px;
  font-size: 1rem;
}

.limted .bootstrap-touchspin-up, .unit .bootstrap-touchspin-down {
  cursor: not-allowed;
  pointer-events: none !important;
  color: var(--border-color)
}

.quantity-actions {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.quantity-actions .quantity-controls {
  width: 160px;
  overflow: hidden;
}

.quantity-actions .quantity-controls .sr-only {
  display: none;
}


/* ----- 22. Cart ----- */

a.remove-from-cart, a.remove-voucher, a.remove-email-alert {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid var(--input-border-color);
  border-radius: var(--border-radius-sm);
  text-align: center;
  padding-left: 4px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-top: 4px;
}


.block-promo {
  padding: var(--spacing-1);
  border-top: 1px solid var(--border-color)
}

#cart-summary-product-list .block-promo {
  padding: var(--spacing-1) 0
}

.cart-voucher {
  display: flex;
  flex-direction: column
}

.promo-name.card-block {
  list-style: none;
  padding: 0;
  margin: 0
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-1) 0;
  font-size: var(--font-size-medium)
}

.promo-code {
  display: flex;
  flex-direction: column;
  padding-top: .5rem
}

.js-discount-form {
  display: flex;
  gap: .5rem
}

.promo-input {
  flex: 1;
  height: 50px;
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius-sm);
  padding: .575rem .75rem;
  font-size: 1rem;
  font-family: var(--font-family-base);
  max-width: 65%
}

.promo-input:focus {
  outline: none;
  border-color: var(--brand)
}

.js-discount-form .btn-primary {
  height: 50px;
  padding: 0 var(--spacing-2);
  min-width: 80px
}

.btn-toggle-promo {
  width: 100%;
  background: none;
  border: none;
  padding: .75rem 0;
  color: var(--dark);
  font-weight: var(--font-weight-bold);
  text-align: left
}

.btn-toggle-promo .icon {
  transition: transform .3s ease
}

.btn-toggle-promo[aria-expanded="true"] .icon {
  transform: rotate(90deg)
}


/* ----- 23. Stars ----- */

span.stars-block {
  display: flex;
  line-height: 16px;
  align-items: center;
  gap: 8px;
  font-size: var(--font-size-sm);
}

span.stars {
  width: 80px;
  height: 16px;
  display: block;
  margin: 8px 0;
  position: relative;
  background-color: transparent;
  font-family: 'Iturri';
  -webkit-font-smoothing: antialiased;
  line-height: 16px
}

span.stars::before {
  content: "\f56b \f56b \f56b \f56b \f56b";
  font-size: 16px;
  color: #cbcccd;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1
}

span.stars_on {
  display: block;
  height: 16px;
  font-size: 16px;
  color: #DB6B22;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  font-family: 'Iturri';
  -webkit-font-smoothing: antialiased
}

span.stars_on::before {
  content: "\f56b \f56b \f56b \f56b \f56b"
}

span.stars[data-stars="0"] {
  visibility: hidden
}


/* ----- 24. Home grids ----- */

.home-section {
  padding: var(--space-4) 0
}

.iturris-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-4)
}

.grid-block.carousel {
  grid-column: span 3;
  min-height: 400px
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: var(--space-4)
}

.grid-item[data-size="large"] {
  grid-column: span 4;
  grid-row: span 2
}

.grid-item[data-size="medium"] {
  grid-column: span 3;
  grid-row: span 2
}

.carousel {
  position: relative
}

@media (max-width:1024px) {
  .grid-block.carousel {
    grid-column: 1 / -1;
    min-height: auto
  }

  .category-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .grid-item[data-size="large"] {
    grid-column: span 4;
    grid-row: span 1
  }

  .grid-item[data-size="medium"], .grid-item[data-size="small"] {
    grid-column: span 2
  }
}

@media (max-width:768px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .grid-item[data-size] {
    grid-column: span 2
  }
}

@media (max-width:480px) {
  .category-grid {
    grid-template-columns: 1fr
  }

  .grid-item[data-size] {
    grid-column: 1 / -1
  }
}

.iturris-grid--reverse .grid-block.carousel {
  order: 1
}


/* ----- 25. Brands ----- */

.brands-grid {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  display: grid;
  gap: var(--space-2)
}

.brand-item {
  background: var(--color-white);
  border-radius: var(--border-radius-sm);
  border: 1px solid var(--border-color);
  transition: transform .3s ease
}

.brand-item:hover {
  transform: translateY(-5px)
}

.brand-item img {
  max-width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: contain;
  height: auto;
  filter: grayscale(1);
  opacity: .7;
  transition: filter .3s ease
}

.brand-item:hover img {
  filter: grayscale(0);
  opacity: 1
}

@media (max-width:989px) {
  .brands-grid {
    display: flex
  }

  .brand-item img {
    min-width: 150px;
    display: block;
    max-width: 150px
  }
}


/* ----- 26. Pre-footer ----- */

.pre-footer {
  color: var(--white);
  background-color: var(--primary);
}
.pre-footer .container{
  display: flex;
  flex-direction: column;
  gap: var(--gap-vertical-large);
}
.pre-footer .h3 {
  font-weight: 400;
}

.pre-footer__benefits {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-3);
  margin-bottom: 0;
}

.pre-footer__benefit {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.pre-footer__benefit .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  margin: 0;
  border: 1px solid;
}

.pre-footer__benefit div {
  display: flex;
  flex-direction: column;
}

.pre-footer__benefit span {
  display: block;
}

.pre-footer__trust {
  list-style: none;
  margin: 0;
  padding: 40px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px var(--space-3);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.pre-footer__trust li {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 991px) {
  .pre-footer__benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .pre-footer__benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pre-footer__trust {
    flex-direction: column;
    gap: 12px;
  }
}


/* ----- 27. Sub-footer ----- */

.shop-contact-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.sub-footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border-color);
  gap: var(--space-3);
}

.social-network {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: auto;
  justify-content: center;
  padding: 0;
  height: 68px;
}

.social-network li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--neutral-400);
  color: var(--primary);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.social-network li a:hover,
.social-network li a:focus-visible {
  background-color: var(--primary);
  color: var(--white);
}

.social-network li a .icon {
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

@media(min-width: 992px) {
  etrusted-widget.widget_trusted_stars_service {
    float: right;
  }

  .sub-footer {
    justify-content: space-between;
    border-top: 1px solid var(--border-color);
  }

  .social-network {
    justify-content: flex-start;
  }
}


/* ----- 28. Comparador ----- */

.comparison-wrapper {
  position: relative;
}

.comparison-wrapper::after {
  display: none;
  position: absolute;
  top: -1.5rem;
  right: 30px;
  content: "←";
  font-size: 1.5rem;
  color: var(--dark);
  background: rgba(255, 255, 255, .9);
  padding: .5rem .25rem;
  border-radius: var(--border-radius-sm);
  z-index: 1;
  animation: arrowFadeLeft 2s ease-in-out infinite
}

.comparison-wrapper::before {
  display: none;
  position: absolute;
  top: -1.5rem;
  right: 0;
  content: "→";
  font-size: 1.5rem;
  color: var(--dark);
  background: rgba(255, 255, 255, .9);
  padding: .5rem .25rem;
  border-radius: var(--border-radius-sm);
  z-index: 1;
  animation: arrowFadeRight 2s ease-in-out infinite
}

@keyframes arrowFadeLeft {
  0%, 100% {
    opacity: 1
  }

  50% {
    opacity: .2
  }
}

@keyframes arrowFadeRight {
  0% {
    opacity: .2
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: .2
  }
}

@media (max-width:1024px) {
  .comparison-wrapper::after, .comparison-wrapper::before {
    display: block
  }
}

.comparison-table thead th {
  border-bottom: 1px solid var(--neutral)
}

.comparison-table {
  position: relative;
  overflow-x: auto
}

.comparison-table table, .comparison-table tr, .comparison-table td, .comparison-table th, .comparison-table thead {
  border: none;
  text-wrap: balance
}

.comparison-table td {
  text-align: center
}

.comparison-table tbody tr:nth-child(odd) {
  background-color: #fef7f7;
}

.comparison-table tr:not(:last-child) {
  border-bottom: none;
}

.comparison-table td:not(.sticky-col) {
  min-width: 150px
}

.comparison-table .sticky-col {
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 4;
  text-align: left;
  vertical-align: middle;
  width: 80px;
  padding-left: 0
}

.comparison-table .sticky-col-2 {
  left: 98px;
  position: sticky;
  z-index: 1;
  background-color: #fef7f7;
}

.comparison-table tbody tr:nth-child(odd) .sticky-col-2 {
  background-color: #fde8e8;
}

.comparison-table .iturri-img {
  width: 150px;
  height: 100px;
  object-fit: cover;
  padding: 8px;
  mix-blend-mode: darken
}

.comparison-table .spec-label {
  font-weight: bold
}

.comparison-table .table-header {
  text-align: center;
  padding: .25rem;
}

.comparison-table .product-img {
  max-width: 160px;
  height: 160px;
  aspect-ratio: 1 / 1;
  mix-blend-mode: darken;
}

.comparison-table .title-responsive {
  display: none
}

@media (max-width:1024px) {
  .sticky-col {
    display: none
  }

  .comparison-table .sticky-col {
    display: table-cell;
  }

  .comparison-table .iturri-img {
    width: 100px;
    height: 70px
  }

  .comparison-table .title-responsive {
    display: none
  }

  .comparison-table .sticky-col-2 {
    left: 0
  }

  .comparison-table td:not(.sticky-col) {
    min-width: 150px;
    text-align: center;
    overflow: hidden;
  }
}

.comparison-wrapper {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-md);
  overflow: hidden;
  padding: var(--space-3);
}

.title-comparision {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 4.2rem;
  min-height: 4.2rem
}



/* ----- 29. Table custom Iturri ----- */


/* --------------------------------------------------------------------------
   5. Tabla de productos del presupuesto
   -------------------------------------------------------------------------- */

.content-table_iturri {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--border-box);
    border-radius: var(--border-radius-sm);
    contain: layout style;
    margin-bottom: var(--spacing-2);

}

.table-iturri{
    width: 100%;
    border-collapse: collapse;
    font-size: var(--font-size-sm);
    background-color: var(--white);
    table-layout: auto;
    margin-bottom: 0;
}

.table-iturri thead,
.table-iturri thead tr {
    background-color: var(--primary);
    color: var(--white);
}

.table-iturri thead th {
    padding: .75rem;
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-xs);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-small);
    border: none;
    white-space: nowrap;
}

.table-iturri tbody tr {
    border-bottom: 1px solid var(--border-box);
    transition: background-color .15s ease;
}

.table-iturri tbody tr:last-child {
    border-bottom: none;
}

.table-iturri tbody tr:hover {
    background-color: var(--section-color);
}

.table-iturri tbody td{
    padding: .75rem .5rem;
    vertical-align: middle;
    color: var(--primary);
    border: none;
}


.table-iturri tfoot td {
    padding: .6rem 1rem;
    border-top: 1px solid var(--border-box);
}

@media (max-width:1200px){
    .table-iturri tbody td {
        vertical-align: top;
    }
}
@media (max-width: 991.98px) {

   .table-iturri {
        font-size: var(--font-size-xs);
    }
    .table-iturri thead th {
        padding: .5rem .6rem;
    }

    .table-iturri tbody td {
        padding: .5rem .6rem;

    }
    .table-iturri td.image {
        width: 44px;
    }
    .table-iturri td.image img {
        width: 36px;
        height: 36px;
    }
  }

/* ----- 30. Safety Club Plans ----- */

.page-content {
    width: 100%;
}

.safety-club-plans {
    width: 100%;
}

.plans-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: var(--space-3);
    width: 100%;
}

.plan-card {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid var(--border-color, #e1e2e2);
    border-radius: 1rem;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    padding-bottom: 1rem;
}



/* Plan activo del usuario: misma sombra que hover, siempre visible */
.plan-card--current {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    overflow: visible; /* permite que el label salga por encima del borde */
}

.plan-card--current.card-safety-club-bronce  { border-color: #92400E; border-width: 2px; }
.plan-card--current.card-safety-club-plata   { border-color: #718096; border-width: 2px; }
.plan-card--current.card-safety-club-oro     { border-color: #B7791F; border-width: 2px; }
.plan-card--current.card-safety-club-platino { border-color: #4A5568; border-width: 2px; }

/* Label "Nivel alcanzado" */
.plan-current-label {
    position: absolute;
    top: -.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-block;
    padding: .2rem .75rem;
    border-radius: 99px;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap;
    color: #fff;
    pointer-events: none;
}

.plan-card--current.card-safety-club-bronce  .plan-current-label { background: #92400E; }
.plan-card--current.card-safety-club-plata   .plan-current-label { background: #718096; }
.plan-card--current.card-safety-club-oro     .plan-current-label { background: #B7791F; }
.plan-card--current.card-safety-club-platino .plan-current-label { background: #4A5568; }

/* Oro: borde más visible */
.card-safety-club-oro {
    border: 1.5px solid rgba(183, 121, 31, 0.3);
}

.card-safety-club-oro:hover {
    border-color: rgba(183, 121, 31, 0.5);
}

/* Platino: borde y background premium */
.card-safety-club-platino {
    border: 2px solid rgba(74, 85, 104, 0.25);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(74, 85, 104, 0.02) 100%);
}

.card-safety-club-platino:hover {
    border-color: rgba(74, 85, 104, 0.4);
    box-shadow: 0 8px 24px rgba(74, 85, 104, 0.12);
}

.plan-badge {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 99px;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
    margin-top: var(--space-2);
}

.card-safety-club-bronce .plan-badge {
    background: #92400E;
}

.card-safety-club-plata .plan-badge {
    background: #718096;
}

.card-safety-club-oro .plan-badge {
    background: #B7791F;
    box-shadow: 0 2px 8px rgba(183, 121, 31, 0.25);
}

.card-safety-club-platino .plan-badge {
    background: #4A5568;
    color: #E2E8F0;
    box-shadow: 0 4px 12px rgba(74, 85, 104, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    font-weight: 700;
}

.plan-link {
    text-decoration: none;
    display: block;
}

.plan-header {
    padding: var(--space-3) var(--space-2) var(--space-2) var(--space-2);
    text-align: center;
    border-bottom: 1px solid var(--border-color, #e1e2e2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes iconPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.85;
    }
}

.plan-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--space-2);
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    font-size: 72px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    aspect-ratio: 1 / 1;
}

.plan-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    animation: iconPulse 3s ease-in-out infinite;
}

.plan-card:hover .plan-icon i {
    animation: none;
    opacity: 1;
}

/* BRONCE */
.card-safety-club-bronce .plan-icon {
    background: rgba(146, 64, 14, 0.08);
    color: #92400E;
}
.card-safety-club-bronce .plan-icon i {
    color: #92400E;
}

/* PLATA */
.card-safety-club-plata .plan-icon {
    background: rgba(113, 128, 150, 0.08);
    color: #718096;
}
.card-safety-club-plata .plan-icon i {
    color: #718096;
}

/* ORO */
.card-safety-club-oro .plan-icon {
    background: rgba(183, 121, 31, 0.08);
    color: #B7791F;
}
.card-safety-club-oro .plan-icon i {
    color: #B7791F;
}

/* PLATINO */
.card-safety-club-platino .plan-icon {
    background: rgba(74, 85, 104, 0.08);
    color: #4A5568;
}
.card-safety-club-platino .plan-icon i {
    color: #4A5568;
}

.plan-title {
    margin: var(--space-1) 0;
    text-transform: uppercase;
    height: calc(var(--font-size-lg) * 1.27 * 2);
    overflow: hidden;
    font-size: var(--font-size-lg);
    font-family: var(--font-family-title);
    letter-spacing: 0.05em;
    color: var(--form-text-color, #333);
}

.plan-description {
    margin-top: var(--space-2);
    font-size: var(--font-size-sm);
    line-height: 1.5;
    color: var(--neutral-700, #666);
    display: block;
    word-break: break-word;
    height: calc(var(--font-size-sm) * 1.5 * 4);
    overflow: hidden;
}

.plan-features {
    flex-grow: 1;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    padding: var(--space-2);
    padding-left: 2.8rem;
    position: relative;
    font-size: var(--font-size-sm);
    line-height: 1.5;
}

/* Items sin check tachados */
.card-safety-club-bronce .features-list li:nth-last-child(-n+4),
.card-safety-club-plata .features-list li:nth-last-child(-n+2),
.card-safety-club-oro .features-list li:nth-last-child(-n+2) {
    opacity: 0.65;
    text-decoration: line-through;
    text-decoration-color: var(--neutral-700, #666);
    text-decoration-thickness: 1.5px;
}

.features-list li:nth-child(odd) {
    background-color: var(--neutral-50, #fafafa);
}

/* Check styles por tier */
.card-safety-club-bronce .features-list li::before {
    content: '✓';
    position: absolute;
    left: var(--space-2);
    color: white;
    background: #92400E;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
}

.card-safety-club-plata .features-list li::before {
    content: '✓';
    position: absolute;
    left: var(--space-2);
    color: white;
    background: #718096;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
}

.card-safety-club-oro .features-list li::before {
    content: '✓';
    position: absolute;
    left: var(--space-2);
    color: white;
    background: #B7791F;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
}

.card-safety-club-platino .features-list li::before {
    content: '✓';
    position: absolute;
    left: var(--space-2);
    color: white;
    background: #4A5568;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
}

/* Sin check: últimos 4 de Bronce */
.card-safety-club-bronce .features-list li:nth-last-child(-n+4)::before {
    content: '';
    background: transparent;
}

/* Sin check: últimos 2 de Plata */
.card-safety-club-plata .features-list li:nth-last-child(-n+2)::before {
    content: '';
    background: transparent;
}

/* Sin check: últimos 2 de Oro */
.card-safety-club-oro .features-list li:nth-last-child(-n+2)::before {
    content: '';
    background: transparent;
}

.plan-pricing {
    padding: var(--space-2) var(--space-2);
    background-color: var(--neutral-100, #f9f9f9);
    border-top: 1px solid var(--border-color, #e1e2e2);
    border-bottom: 1px solid var(--border-color, #e1e2e2);
}

.plan-price {
    font-size: var(--font-size-2xl);
    font-family: var(--font-family-title);
    color: var(--brand, #fb2245);
    margin-bottom: var(--space-1);
    font-weight: 700;
}

.plan-duration {
    font-size: 0.85rem;
    color: var(--neutral-700, #666);
}

.plan-footer {
    padding: var(--space-2) var(--space-2);
    margin-top: auto;
}

.btn-purchase {
    display: inline-block;
    width: 100%;
    padding: var(--space-2) var(--space-3);
    background: var(--brand, #fb2245);
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    font-size: var(--font-size-sm);
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
    font-weight: 600;
}

.btn-purchase:hover {
    opacity: 0.9;
}

.no-plans-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: var(--space-4);
    color: var(--neutral-700, #666);
    font-size: 1.1rem;
}

/* Header styles for Safety Club page */
.header-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--space-3);
    align-items: center;
}

.header-text h1 {
    margin: 0 0 var(--space-2) 0;
}

.header-action {
    display: flex;
    align-items: center;
}


/* Login form container */
.login-form-container {
    max-width: 700px;
    margin: var(--space-4) auto;
    padding: var(--space-4);
    background: white;
    border-radius: var(--border-radius-base, 8px);
    border: 1px solid var(--border-color, #e1e2e2);
}

.login-header {
    text-align: center;
    margin-bottom: var(--space-3);
}

.login-header h3 {
    margin: 0;
    color: var(--form-text-color, #333);
}

.bottom-register-b2b {
    text-align: center;
    margin-top: var(--space-3);
    padding-top: var(--space-3);
    border-top: 1px solid var(--border-color, #e1e2e2);
}

.register-login-form-b2b {
    display: inline-block;
    margin-left: var(--space-1);
    color: var(--brand, #fb2245);
    text-decoration: none;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
    .plans-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .header-content {
        grid-template-columns: 1fr;
    }

    .header-action {
        width: 100%;
    }

    .sc-form-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 568px) {
    .plans-grid {
        grid-template-columns: 1fr !important;
    }

    .plan-card {
        max-width: 100%;
    }

    .plan-title {
        font-size: 1.1rem;
    }

    .plan-price {
        font-size: 1.5rem;
    }

    .sc-info img {
        display: none;
    }

    .login-form-container {
        margin: var(--space-3) 0;
        padding: var(--space-3);
    }
}

/* fixes varios imgs */
.modal-body img, .text-block img {
    max-width: 100%;
    height: auto;
}

/* ===== Trevenque Last WP Posts ===== */

.guides-title {
  color: var(--black);
}

.guides-subtitle {
  color: var(--neutral-700);
}

.guide-card {
  background: var(--white);
  border-radius: var(--border-radius-sm);
  border: 1px solid var(--border-color);
  padding: var(--space-3);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.guide-card__image-wrapper {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: relative;
}

.guide-card__image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-sm);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.guide-card:hover .guide-card__image {
  transform: scale(1.03);
}

.guide-card__content {
  padding-top: var(--space-2);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.guide-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-2);
  font-size: 0.85rem;
  width: 100%;
}

.guide-card__category {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--black);
}

.guide-card__date {
  color: var(--neutral-700);
  font-size: 0.85rem;
}

.guide-card__title {
  font-size: 1.25rem;
  color: var(--primary-color);
  margin-bottom: var(--space-2);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.guide-card__description {
  font-size: 0.95rem;
  color: var(--neutral-700);
  line-height: 1.6;
  margin-bottom: var(--space-2);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.guide-card__link {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.95rem;
}

.btn-more-blog, .btn-auto, .trv-banner-group .btn
{
  min-width: 240px;
  width: auto; 
  margin: auto;
  display: inline-flex;
}
.hero-banner__body ul.list-inline.text-small {
    display: flex;
    flex-wrap: wrap;
}

.video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  container-type: size;
  --banner-video-scale: 1.25;
}

.video-wrapper iframe,
.video-wrapper .js-to-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  display: block;
  transform: translate(-50%, -50%) scale(var(--banner-video-scale));
  transform-origin: center;
}

@supports (width: 1cqw) {
  .video-wrapper iframe,
  .video-wrapper .js-to-iframe {
    width: max(100cqw, 177.7778cqh);
    height: max(56.25cqw, 100cqh);
  }
}

.banner-brand .video-wrapper,
.trv-banner-group figure .video-wrapper {
  position: relative;
  inset: auto;
  aspect-ratio: 16 / 9;
  min-height: 320px;
}

.banner-brand .video-wrapper {
  flex: 1 1 auto;
}

@media (max-width: 997px) {
  .hero-banner__body .d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
/* ===== Trevenque Brandlist ===== */

.home-brand-slider__title,
.home-brand-slider__subtitle,
.home-brand-card {
  color: var(--primary-color);
}

.home-brand-slider__slide {
  height: auto;
}

.home-brand-card {
  min-height: 178px;
  height: 100%;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-sm);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-brand-card:hover,
.home-brand-card:focus {
  color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 8px 20px rgba(55, 69, 86, .08);
  text-decoration: none;
  transform: translateY(-2px);
  outline: 0;
}

.home-brand-card__media {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.home-brand-card__media img {
  width: 100%;
  max-width: 126px;
  height: 100%;
  object-fit: contain;
}

.home-brand-card__body {
  min-width: 0;
  gap: 3px;
  line-height: 1.2;
}

.home-brand-card__name {
  min-width: 0;
  min-height: 2.4em;
  font-size: var(--font-size-sm);
  display: -webkit-box;
  overflow: hidden;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  .home-brand-card {
    min-height: 158px;
  }

  .home-brand-card__media img {
    max-width: 96px;
  }

  .home-brand-slider__all.btn-more-blog {
    width: 100%;
  }
}


ul.swiper-wrapper {
  list-style: none;
  padding: 0;
}

/* Banner ITURRI SAFETY CLUB */
.sc-banner {
    position: relative;
    overflow: hidden;
    border-radius: var(--space-3);
    padding: var(--space-4);
    background: linear-gradient(270deg, #E12947 0%, #920034 60.85%);
}

.sc-isotipo {
    position: absolute;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    line-height: 1;
    pointer-events: none;
    z-index: 1;
    opacity: .12;
}

.sc-isotipo .icon {
    font-size: 70vw;
    color: var(--white);
    display: block;
    animation: sc-isotipo-spin 30s linear infinite;
    transform-origin: center center;
}

@keyframes sc-isotipo-spin {
    0%   { transform: rotate(0deg)   scale(1); }
    50%  { transform: rotate(180deg) scale(0.7); }
    100% { transform: rotate(360deg) scale(1); }
}

.sc-layout {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: var(--space-3);
    max-width: 1300px;
    margin: auto;
    flex-direction: row;
}
.sc-content {
    flex: 1;
    min-width: 0;
    color: var(--white);
}

.sc-badge {
    display: inline-block;
    padding: .3rem .9rem;
    border-radius: 99px;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: var(--space-2);
}

.sc-badge--bronce  { background: #92400E; color: var(--white); }
.sc-badge--plata   { background: #718096; color: var(--white); }
.sc-badge--oro     { background: #B7791F; color: var(--white); }
.sc-badge--platino { background: #4A5568; color: #E2E8F0; }

.sc-title {
    font-family: var(--font-family-title);
    font-size: var(--font-size-3xl);
    color: var(--white);
    margin: 0 0 var(--space-2);
}

.sc-desc {
    color: rgba(255, 255, 255, .85);
    font-size: var(--font-size-md);
    margin: 0 0 var(--space-3);
    text-wrap: balance;
}

.sc-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2) var(--space-3);
}

.sc-benefits li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    color: var(--white);
}

.sc-benefits li span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.sc-benefits li strong { font-weight: var(--font-weight-bold); }

.sc-benefits li span:last-child > :not(strong) {
    color: rgba(255, 255, 255, .7);
    font-size: var(--font-size-xs);
}

.sc-check {
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .1rem;
}

.sc-check::after {
    content: '';
    display: block;
    width: .35rem;
    height: .6rem;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(45deg) translate(-1px, -1px);
}

.sc-actions { flex-shrink: 0; min-width: 300px; }

.sc-btn {
    background: var(--white);
    color: var(--dark);
    border: none;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 2px 16px rgba(0,0,0,.18);
    transition: opacity .2s;
}

.sc-btn:hover { opacity: .9; color: var(--dark); }

@media (max-width: 991px) {
    .sc-layout {
    
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-3);
    }

    .sc-actions, .sc-btn { width: 100%; text-align: center; min-width: 100%; }
}

@media (max-width: 767px) {
    .sc-benefits { grid-template-columns: 1fr; }
    .sc-title { font-size: var(--font-size-2xl); }
    .sc-isotipo .icon { font-size: 100vw; }
}
/* ── Variante light (.sc-banner-light): fondo blanco ───────────── */
/*
 * Añade la clase "sc-banner-light" al <section class="sc-banner">
 * para activar la versión sobre fondo blanco.
 * La versión oscura (gradiente rojo) se mantiene sin clase adicional.
 */

.sc-banner.sc-banner-light {
    background: var(--white);
    border: 1px solid var(--border-color);
    box-shadow: var(--box-shadow-card);
}

/* Gradiente que atenúa el isotipo por la derecha */
.sc-banner.sc-banner-light::after {
    content: '';
    position: absolute;
    inset: 0;
 /*   background: linear-gradient(to left, var(--white) 5%, rgba(255,255,255,.75) 30%, transparent 60%);*/
    
    z-index: 1;
    pointer-events: none;
}

/* El contenido queda por encima del gradiente */
.sc-banner.sc-banner-light .sc-layout {
    z-index: 2;
}

/* Isotipo: rojo corporativo, sin animación */
.sc-banner.sc-banner-light .sc-isotipo {
  right: -16%;
  opacity: .05;
}
.sc-banner.sc-banner-light .sc-isotipo .icon {
    color: var(--brand);
    animation: none;
    font-size: 35vw !important;
}

.sc-banner.sc-banner-light .sc-layout{
  align-items: center;
}
/* Textos principales: del blanco al azul oscuro del sistema */
.sc-banner.sc-banner-light .sc-content {
    color: var(--dark);
}
@media (min-width:768px){
  .sc-banner.sc-banner-light .sc-content {
    max-width: 850px;
  }
  .sc-banner.sc-banner-light .sc-title {
    margin-top: 1.25rem;
  }
  .sc-banner.sc-banner-light .sc-badge + .sc-title {
    margin-top: 0;
  }
  .sc-banner.sc-banner-light .sc-actions{
    min-width: 340px;
  }
  .sc-banner.sc-banner-light .sc-title{
    text-wrap: balance;
  }
 
}

.sc-banner.sc-banner-light .sc-title {
    color: var(--dark);
}

/* Descripción y sublabels: gris medio accesible (≥ 4.5:1 sobre blanco) */
.sc-banner.sc-banner-light .sc-desc {
    color: var(--neutral-700);
}

.sc-banner.sc-banner-light .sc-benefits li {
    color: var(--dark);
}

.sc-banner.sc-banner-light .sc-benefits li span:last-child > :not(strong) {
    color: var(--neutral-700);
}

/* Check: fondo rojo tenue + icono rojo corporativo */
.sc-banner.sc-banner-light .sc-check {
    background: rgba(231, 26, 60, .12);
}

.sc-banner.sc-banner-light .sc-check::after {
    border-right-color: var(--brand);
    border-bottom-color: var(--brand);
}

/* CTA: rojo corporativo con texto blanco (4.5:1, WCAG AA) */
.sc-banner.sc-banner-light .sc-btn {
    background: var(--brand);
    color: var(--white) !important;
    box-shadow: 0 2px 16px rgba(231, 26, 60, .28);
}

.sc-banner.sc-banner-light .sc-btn:hover {
    opacity: .9;
    background: var(--primary);
}
/* ── /Variante light ────────────────────────────────────────────── */

/* /Banner ITURRI SAFETY CLUB */

/* personalización safte levels */
/* 	85	Safety Club Bronce
	  86	Safety Club Plata	0.00 %	380	Sí	15/03/2023	
  	87	Safety Club Oro	0.00 %	628	Sí	15/03/2023	
  	88	Safety Club Platino
  
*/
body.group-85 .my-account.ico-header > a > i::before,
body.group-86 .my-account.ico-header > a > i::before,
body.group-87 .my-account.ico-header > a > i::before,
body.group-88 .my-account.ico-header > a > i::before {
    content: "\f5dd";
}
body.group-85 .my-account.ico-header > a > i,
body.group-86 .my-account.ico-header > a > i,
body.group-87 .my-account.ico-header > a > i,
body.group-88 .my-account.ico-header > a > i {
  border-radius: 50%;
  padding: 5px;
  font-size: calc(var(--font-icon) - 6px);
}

body.group-85 .my-account.ico-header > a > i {
  color: #92400E;
  background: rgba(146, 64, 14, 0.08);
}
body.group-86 .my-account.ico-header > a > i {
  color: #718096;
  background: rgba(113, 128, 150, 0.08);
}
body.group-87 .my-account.ico-header > a > i {
  color: #B7791F;
  background: rgba(183, 121, 31, 0.08);
}
body.group-88 .my-account.ico-header > a > i {
  color: #4A5568;
  background: rgba(74, 85, 104, 0.08);
}

