/** Shopify CDN: Minification failed

Line 370:40 The "-" operator only works if there is whitespace on both sides

**/
@font-face {
  font-family: 'Inter Bold';
  src: url('/cdn/shop/files/Inter28pt-Bold.woff2?v=1738778752') format('woff2'),
       url('/cdn/shop/files/Inter28pt-Bold.woff?v=1738778752') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Medium';
  src: url('/cdn/shop/files/Inter28pt-Medium.woff2?v=1738778752') format('woff2'),
       url('/cdn/shop/files/Inter28pt-Medium.woff?v=1738778752') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Light';
  src: url('/cdn/shop/files/Inter28pt-Light.woff2?v=1738778752') format('woff2'),
       url('/cdn/shop/files/Inter28pt-Light.woff?v=1738778751') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Regular';
  src: url('/cdn/shop/files/Inter28pt-Regular.woff2?v=1738778752') format('woff2'),
       url('/cdn/shop/files/Inter28pt-Regular.woff?v=1738778752') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Semibold';
  src: url('/cdn/shop/files/Inter28pt-SemiBold.woff2?v=1738778752') format('woff2'),
       url('/cdn/shop/files/Inter28pt-SemiBold.woff?v=1738778753') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter SemiBold Italic';
  src: url('/cdn/shop/files/Inter28pt-SemiBold.woff?v=1738778753') format('woff2'),
       url('/cdn/shop/files/Inter28pt-SemiBoldItalic.woff?v=1738778753') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Thin';
  src: url('/cdn/shop/files/Inter28pt-Thin.woff2?v=1738778753') format('woff2'),
       url('/cdn/shop/files/Inter28pt-Thin.woff?v=1738778752') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/*FONTS*/
.container .h2 {
  font-variant-numeric: normal;
  font-weight: 700;
  letter-spacing: 0.0025em;
  text-transform: uppercase;
  font-size: 1.9375rem;
  line-height: 2rem;
}

/*BOTONES*/
slideshow-carousel .button-group button.button, media-grid button.button, .newsletter .button {
  border-radius: 45px;
  font-family: 'NewHero' !important;
  font-weight: bold !important;
  font-size: 16px !important;
  letter-spacing: 0.12px;
}

/*HEADER*/
/*sticky
header {
  top: unset !important;
}*/

/*MENU MOBILE*/
a img.menu_mobile:after {
  position: absolute;
  z-index: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "" !important;
  background: #b4b4b4;
}

a img.menu_mobile {
  background: #fefefe;
  border-radius: 50%;
  padding: 4px;
  filter: brightness(0.9) contrast(1.1);
}

a.link-faded-reverse {
  display: contents;
}

/*HOME*/
/*Slide*/
.slideshow__slide-content p.h6 {
  font-size: 16px !important;
  letter-spacing: 0px !important;
}

.slideshow__slide-content .prose p.h1 {
  letter-spacing: 0px !important;
}

/*collection list*/
a.product-title {
  text-transform: uppercase;
}

/*Mosaico doble columna*/
.prose.prose--tight.place-self-end-start.text-start p {
  letter-spacing: 0.5px !important;
  font-family: 'NewHero' !important;
}

.container-grid-buttons {
  margin-top: 20px !important;
}

.prose.prose--tight.place-self-end-start.text-start p {
  font-size: 16px !important;
}

.prose.prose--tight.place-self-end-start.text-start p.h3 {
  font-size: 31px !important;
}

/*COLECIONES*/
span.text-subdued {
  font-family: 'NewHero' !important;
  font-size: 13px !important;
}

.active-facets.justify-center {
  justify-content: left !important;
  margin-bottom: 20px;
}

a.facets-clear-all.text-subdued span {
  font-family: 'NewHero' !important;
  font-weight: bold;
  color: black;
}

/*PRODUCTO*/
span.tag-product {
  position: absolute;
  font-size: 12px;
  z-index: 2;
  font-family: 'NewHero' !important;
  padding: 0px 5px;
  letter-spacing: 0px;
  margin: 15px;
}

span.grey {
  background: #f9f9f9;
  color: #585858;
}

span.black{
  background: black;
  font-family: 'SALOMONSans' !important;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}

span.tag-product.black {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%) !important;
  padding: 0px 10px;
}

span.red {
  background: #e60758;
  color: #ffffff;
}

.dis-size {
  font-family: 'NewHero' !important;
  font-size: 13px;
  background: #f3f3f3;
  padding: 10px;
  margin: -10px 0px 20px 0px;
}

.block-swatch span {
  white-space: nowrap;
}

/*cards beneficios*/
.wyli-item_media:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  transition: opacity .2s linear;
  opacity: .2;
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
}

.wyli-item_content .h3{
  letter-spacing: 0px !important;
  word-break: auto-phrase;
  line-height: 3rem !important;
}

/*APPS*/
/*Whislist*/
button.btn.product__form--add-to-cart.btn.btn--secondary-accent.button.button--full-width.product-form__buttons {
  background: white !important;
  text-align: left !important;
  padding: 0px !important;
  text-decoration: underline;
  color: #000000 !important
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButtonGroup-grouped.MuiButtonGroup-groupedHorizontal.MuiButtonGroup-groupedOutlined.MuiButtonGroup-groupedOutlinedHorizontal.MuiButtonGroup-groupedOutlined.wishlist-hero-list-card-footer-add-to-cart.MuiButton-containedPrimary.MuiButton-fullWidth {
  line-height: normal !important;
  border-radius: 40px !important;
}

button.btn.product__form--add-to-cart.btn.btn--secondary-accent.button.button--full-width.product-form__buttons span {
  font-family: 'NewHero' !important;
  font-size: 15px;
  color: black !important;
  vertical-align: super;
}

svg.svg-inline--fa.fa-heart.fa-w-16.fa-1x {
  font-size: 19px;
  color: black !important;
}

#wishlist-hero-product-page-button button, #wishlist-hero-product-page-button svg {
  color: #000000 !important;
}

div#wishlist-hero-product-page-button {
  margin-top: -10px;
}

.wishlisthero-floating, .wishlist-hero-custom-button.wishlisthero-floating {
  z-index: 1 !important;
}

h5.MuiTypography-root.wishlist-hero-header-title.wishlist-hero-dyna-translate.MuiTypography-h5 {
  font-family: 'SALOMONSans' !important;
  font-weight: bold;
  text-transform: uppercase;
}

div#wishlist-hero-shared-list-view {
  text-transform: uppercase;
}

div#wishlist-hero-shared-list-view {
  margin-top: 50px;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-outlined.wishlist-popup-login-btn {
  border-radius: 40px;
  text-transform: math-auto;
  letter-spacing: 1px !important;
  padding: 10px 20px;
}

p#scroll-dialog-description {
  font-family: 'NewHero' !important;
  font-size: 1rem !important;
  color: black;
}

/*KIWI*/
button.btn.ks-chart-modal-button.sizing-chart-modal-button span{
  color: #0051aa !important;
  font-family: 'NewHero' !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: underline;
}

button.btn.ks-calculator-modal-button.sizing-calculator-modal-button span, span._ks_text {
  color: #0051aa !important;
  font-family: 'NewHero' !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: underline;  
}

div#KiwiSizingChart {
  text-align: right;
}

.btn.ks-chart-modal-button, button.btn.ks-calculator-modal-button.sizing-calculator-modal-button {
  border: none !important;
}

button.btn.ks-chart-modal-button.sizing-chart-modal-button {
  display: none;
}

.ks-accordion .ks-ac-item>label {
  background-color: #fff !important;
  color: #000000 !important;
  border-bottom: solid 1px #cdcdcd;
}

/*revie*/
div#rvst span {
  font-family: 'Inter' !important;
  font-size: 15px;
  font-weight: 300;
}

/*Hot sale*/
img.icono-hs {
  width: 54px;
  margin-bottom: 15px;
}


/*form hulk*/
form#formGeneratorForm {
  max-width: 900px !important;
  margin: auto !important;
}

div#wizard-validation-form {
  max-width: 900px !important;
  margin: auto !important;
}


/*tabla de tallas anterior*/
button.tabla-de-talles {
  display: none;
}

/*LP ICONOS*/
multi-column#template--19118808400091__multi_column_TMWbWr, multi-column#template--19118808400091__multi_column_hU6Lnj{
  --multi-column-column-width: calc(33% -1rem / 2) !important;
    justify-content: center;
}

@media screen and (min-width: 990px){
  multi-column#template--19118808400091__multi_column_TMWbWr, multi-column#template--19118808400091__multi_column_hU6Lnj {
    grid-template-columns: 33% 33% !important;
    display: grid;
    justify-content: center;
  }
}

/*RESPONSIVE*/
/*Tablet*/
@media screen and (min-width: 900px){
.collection-list {
    margin-top:30px;
    justify-content: start;
    overflow-x: scroll;
    flex-wrap: nowrap;
    display: flex;
    gap: 0.5rem;
  }

  .collection-list .collection-card{
    flex-shrink: 0;
  }

  /*wishlist*/
  div#wishlist-hero-shared-list-view {
    margin: 80px;
  }
}

@media screen and (max-width: 1025px){
  button.header-sidebar__linklist-button.h6 {
    color: black !important;
  }

  #sidebar-menu > div > div.header-sidebar__scroller > ul > li:nth-child(4) {
    border-bottom: none !important;
  }

  /*slide - alineacion movil*/
  .shopify-section--slideshow .content-over-media>:not(img,video,iframe,svg,video-media,picture) {
    justify-self: left !important;
  }

  /*LP Gravel*/
  .collection-card__content.color-scheme.color-scheme--scheme-4.prose.prose--tight.place-self-start.text-start p.h3 {
    font-size: 16px !important;
  }

}






