/** Shopify CDN: Minification failed

Line 1033:39 Unexpected "{"
Line 1033:48 Expected ":"

**/
/* General */
html {
  font-size: 16px;
}

body,
.p,
select,
a {
  color: rgb(var(--color-foreground));
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--font-body-family) !important;
}

.max-w-screen-xxxl {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .max-w-screen-xxxl {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  }
}

@media screen and (min-width: 750px) {
  .hide-dt,
  .next-store-btn {
    display: none !important;
  }
}

.header.page-width {
  background: white;
}

.red-bg {
  background-color: #fde1e1;
}

.txt-center {
  text-align: center;
}

.font-600 {
  font-weight: 600;
}

.text-xs {
  font-size: 0.6875rem;
}

.text-xxs {
  font-size: 0.5625rem;
}

.content-for-layout {
  position: relative;
  z-index: 1;
  background: rgb(var(--color-background));
}

input[type="radio"] {
  accent-color: black;
}

.button.button--secondary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(var(--color-foreground));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 100%;
  gap: 0.375rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: normal;
  opacity: 1;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.button.button--secondary svg {
  width: 15px;
  height: 15px;
}

.page-padding {
  padding: 1.5rem 1rem;
}

/* Announcement bar */
.announcement-bar-slider.slider-buttons {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-close {
  background: none;
  border: none;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  letter-spacing: normal;
  line-height: calc(1 + 0.3 / max (1, var(--font-heading-scale)));
  margin: 0;
  padding: 0;
  font-family: var(--font-body-family);
  font-weight: inherit;
  font-size: 100%;
  text-transform: uppercase;
}

.announcement-bar__message.h5 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-body-family);
  font-weight: inherit !important;
  font-size: 100% !important;
  text-decoration: none;
  text-align: left;
  color: rgb(var(--color-foreground));
}

.announcement-bar__announcement a {
  text-decoration: none;
}

.btn-close svg {
  display: none;
}

/* Header */
.menu-left-item {
    opacity: .5;
}

.menu-left-item.active {
    opacity: 1;
}

.menu-left-item .mega-menu__link:before {
  opacity: 0;
}

.menu-left-item.active .mega-menu__link:before {
  opacity: 1;
}

.header {
  height: 40px;
}

.header:has(details[open]) {
  background: white;
}

.header__heading-logo {
  max-width: 117px;
  width: 177px;
}

.header__heading-link {
  line-height: 0;
}

h1.header__heading {
  font-size: inherit;
}

.shopify-section-header-sticky.scrolled-past-header {
  background: var(--gradient-background);
}

.header__inline-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header--middle-left .header__heading-link,
.header--top-left .header__heading-link {
  margin: 0 !important;
  padding: 0;
}

.header.page-width,
.utility-bar__grid.page-width {
  padding-bottom: 0;
  padding-top: 0;
}

.list-menu--inline {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (minmax(0, 1fr)) [3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.list-menu__item,
.card__heading.h5,
.card-information .price,
.mega-menu__link,
.grid-btn {
  font-size: 100%;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  font-weight: inherit;
}

.header__icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.header__help-icon {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: help;
  padding-left: 1rem;
  grid-column: span 2;
}

.header__help-icon ul li {
  grid-column: span 3;
}
.header__icon--account .svg-wrapper {
  width: 0.8rem;
}

.header__icon--account .svg-wrapper .icon {
  height: 0.725rem;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
}

.search--btn,
.pre-footer--newsletter .card__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.search--btn:after,
.pre-footer--newsletter .card__heading:after {
  -webkit-animation: pulse 0.85s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 0.85s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  background: #090909;
  content: "";
  display: inline-block;
  height: 0.7rem;
  width: 0.35rem;
}

.search--btn svg {
  display: none;
}

.header .header__heading,
.header .header__inline-menu,
.header .header__icons,
.header .header__search-wrapper {
  -ms-grid-column-span: 1;
  grid-column: span 1 / span 1;
}

.header .header__inline-menu {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header--middle-left .header__heading-link {
  padding-left: 1rem;
}

.header__search-wrapper {
  grid-area: search;
  padding: 0 1rem;
  position: relative;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
}

.search-modal__form {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  z-index: 2;
  font-family: inherit;
}

.search__input.field__input {
  font-size: 100%;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: inherit;
  flex-flow: row nowrap;
  justify-content: flex-start;
  height: 40px;
  margin: 0;
  background: #f3f3f3;
}

.header__icon--cart {
  margin-left: 1rem;
}

.cart-count-bubble {
  background: transparent;
  color: inherit;
  font-size: 13px;
  height: auto;
  line-height: 0;
  margin: 0;
  text-decoration: none;
  text-underline-offset: 0px;
  width: auto;
}

.header__icon.header__icon--cart {
  text-decoration: none;
}

.header__icons-tools {
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  flex-flow: row nowrap;
}

.header__icon--wishlist svg {
  height: 17px;
  width: 17px;
  margin-top: -0.05rem;
}

.header__icon--wishlist .cart-count-bubble {
  line-height: 0;
}

.header__help-icon .list-menu.list-menu--inline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__icon.header__icon--account {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: user;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-right: 0.25rem;
}

.header__icon.header__icon--wishlist {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  gap: 0.5rem;
  grid-area: wishlist;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  width: auto;
}

.header__icon.header__icon--cart {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  gap: 0.5rem;
  grid-area: cart;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  width: 100%;
}

.wishlist-menu__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon--account-name {
  font-size: 0.75rem;
  font-family: inherit;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}

.header__inline-menu,
.list-menu.list-menu--inline,
.mega-menu,
.header__menu-item {
  height: 100%;
}

/* Mega menu */
.mega-menu {
  display: flex;
  align-items: center;
}

.mega-menu summary a {
  text-decoration: none;
  color: inherit;
}

.mega-menu[open] > summary::before {
  content: "";
}

.mega-menu:hover > .mega-menu__content {
  display: grid;
  visibility: visible;
  opacity: 1;
}

.mega-menu__content {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  border: none !important;
  top: 100%;
  left: 0;
  z-index: 5;
}

.mega-menu__content,
.megamenu-links,
.mega-menu--promos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-menu__gallery__picture {
  position: relative;
  display: block;
}

.mega-menu__gallery__picture .button.button--secondary {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: rgb(var(--color-foreground));
}

.mega-menu__gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 36 / 48;
}

.megamenu-links {
  padding: 1.25rem 1rem;
}

.mega-menu__list {
  padding: 0;
}

.link-new-tag {
  font-size: 0.5625rem;
  margin-left: 0.5rem;
  color: #0036f2;
}

.mega-menu__link {
  display: flex;
  align-items: center;
  margin: 3px 0;
}

.mega-menu__link,
.mega-menu__list:hover .menu-left-item.active a,
.menu-left-item.active a,
.mega-menu__list:hover .mega-menu__link:hover {
  opacity: 1;
}

.mega-menu__list:hover .mega-menu__link {
  opacity: 0.5;
}

.menu-icon--wrapper {
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 16px;
  margin-right: 1rem;
}

.megamenu-link-icon {
  width: 37px;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.third-level--link-ver-todos {
  margin-bottom: 0.5rem;
}

.secondary-menu--wrapper {
  margin-top: 8px;
}

.third-level {
  display: none;
}

.third-level.active {
  display: block;
}

.menu-right-panel {
  display: none;
}

.menu-right-panel.active {
  display: block;
}

.menu-left {
  margin-bottom: 2rem;
}

.menu-right-panel li:first-of-type .mega-menu__link {
  padding-bottom: 0.5rem;
}

header-drawer {
  -ms-grid-column-span: 4;
  grid-column: span 4 / span 4;
}

/* Footer */
footer {
  font-family: var(--font-body-family);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: normal;
}
.footer__logo {
  padding: 2rem 1rem;
}

.footer__blocks-wrapper.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  row-gap: 0;
}

a.link.link--text.list-menu__item.list-menu__item--link {
  font-size: 0.75rem;
  line-height: normal;
  margin: 0.25rem 0;
  padding: 0;
  text-decoration: none;
}

.shopify-section-group-footer-group {
  bottom: 0;
  position: sticky;
  z-index: 0;
}

.footer__content-bottom-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 1rem;
  align-items: center;
}

.footer__copyright.caption {
  font-size: inherit;
  letter-spacing: inherit;
}

.footer-tools--shipping .copyright__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 0.375rem;
}

.footer-block.grid__item.footer-block--menu {
  width: 100%;
}

/* Featured collection */
.grid.product-grid {
  margin: 0 !important;
}

.card__information {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0 !important;
  justify-content: space-between;
}

.card-information .product-tax-label {
  text-transform: none;
  margin-top: 0;
  display: block;
}

.featured-collection--container .card-information .product-tax-label {
  display: none !important;
}

.card__heading.h5 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.card-information .price {
  margin-top: 0;
}

.card-information {
  text-align: right !important;
}

.card__information .card-information .price .product-wishlist {
  display: none;
}

/* Banner */
.banner {
  max-height: 100vh;
}

.banner__box.content-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.banner__heading,
.banner__heading a {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
}

.page--eventos .banner__heading,
.banner__heading a {
  font-weight: 500;
}

.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.35rem !important;
}

.image-border.banner__media {
  background: var(--gradient-background);
}

.image-border.banner__media img,
.image-border.banner__media video {
  padding: 8rem;
}

/* Featured collection */
.slider-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  font-family: var(--font-body-family);
  font-size: 0.8125rem;
  padding: 1rem 1rem 1.5rem;
  text-transform: uppercase;
}

.slider-buttons > * {
  grid-column: span 3;
}

.slider-counter.caption,
.slider-title.caption {
  display: block;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  max-width: unset;
}

.slider-counter.caption {
  grid-area: 1 / 7 / span 1 / span 3;
  padding-left: .75rem;
}

.slider-title.caption.collection-title-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: 1.25rem;
    align-items: center;
}

.slider-buttons .slider-nav {
  grid-area: 1 / 10 / span 1 / span 3;
  padding-left: .75rem;
}

.slider-button {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  height: auto;
  letter-spacing: inherit;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
  width: auto;
}

.slider-button .svg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
}

.slider-button.slider-button--next svg {
  width: 1rem;
}

.slider-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

/* Multicolumn */
.page-width.multicolumn-section {
  padding-left: 0;
  padding-right: 0;
}

.multicolumn-list.grid--3-col-desktop {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  display: grid;
}

.multicolumn-list.grid--3-col-desktop .grid__item {
  width: 100% !important;
  max-width: unset !important;
}

.multicolumn-list__item .media--adapt .multicolumn-card__image {
  padding-left: 1rem;
  padding-right: 1rem;
}

.multicolumn-card .card__information {
  flex-flow: column;
  align-items: flex-start;
  gap: 0;
  padding: 0.75rem 1rem 1rem !important;
}

.multicolumn-card .card__information .rte {
  font-weight: 400;
  font-family: inherit;
  margin-top: 1rem;
}

.multicolumn-list p {
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    line-height: 140%;
}

/* Pre Footer */
.pre-footer--newsletter-form .field__input::placeholder {
    font-size: 100%;
    opacity: 1;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    visibility: visible;
    font-weight: inherit;
}
.pre-footer
  .page-width.section-template--18839810015465__pre_footer_nTbaXb-padding.isolate {
  padding-left: 0;
  padding-right: 0;
}

.pre-footer--newsletter {
  padding: 0 !important;
}

.pre-footer--newsletter .card__heading {
  background: #f3f3f3;
  height: 50px;
  padding-left: 1rem;
  width: 100%;
  border: none;
}

.pre-footer .multicolumn-list__item .multicolumn-card {
  min-height: 210px;
  padding: 1rem;
  border-right: 1px solid #f3f3f3;
}

.pre-footer .multicolumn-list__item:last-of-type .multicolumn-card {
  border-right: none;
  padding: 0;
}

.pre-footer--newsletter .card__txt {
  padding: 1rem 0 1rem 1rem;
  max-width: 75%;
}

.pre-footer--newsletter .card__txt p {
  font-size: 0.8125rem;
  letter-spacing: normal;
  line-height: 1.35;
  font-weight: 400;
}

.pre-footer--newsletter .radio-group { 
  display: flex;
    gap: 1rem;
    margin: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    margin-right: 0;
}

.pre-footer--newsletter .radio-option { 
  display:flex; 
  align-items:center; 
  cursor:pointer; 
  user-select:none; 
  gap: .5rem;
  text-transform: uppercase;
  font-size: .6875rem;
}

.terms-section {
      margin-left: 1rem;
    font-size: .6875rem;
    letter-spacing: 0;
}

.terms-section a {
    font-size: .6875rem;
    letter-spacing: 0;
}

.terms-section .custom-radio {
  margin-right: .35rem;
}

.pre-footer--newsletter button.button.button--secondary {
  border: none;
  margin: 1.5rem 0 1rem calc(1rem - 5px);
  background: none;
  cursor: pointer;
}

.pre-footer--newsletter button.button.button--secondary[disabled] {
    color: #aaa;
    cursor: not-allowed;
}

.pre-footer--newsletter .radio-option input[type="radio"] { 
  display:none; 
}

.pre-footer--newsletter .custom-radio {
  width: 9px;
  height: 9px;
  border: none;
  outline: 1px solid rgb(var(--color-foreground));
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  background: transparent;
}

.pre-footer--newsletter .newsletter-form__message--success {
      background: #f3f3f3;
    height: 50px;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: uppercase;
    padding: 0 1rem;
}

.pre-footer--newsletter .radio-option input[type="radio"]:checked + .custom-radio,
.pre-footer--newsletter .terms-label input[type="checkbox"]:checked + .custom-radio { 
  background: rgb(var(--color-foreground));
  outline: 1px solid rgb(var(--color-foreground));
  border: 2px solid white; 
}

.pre-footer--newsletter #SubscribeBtn-{{ section.id }}[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.pre-footer--list {
  border-top: 1px solid #e9e9e9;
}

.multicolumn-menu--wrapper {
  list-style-type: none;
  padding: 0;
}

.multicolumn-menu--wrapper li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.multicolumn-menu--wrapper li .banner__buttons,
.grid-btn {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
}

.pre-footer .multicolumn-card {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.pre-footer .multicolumn-menu--wrapper {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.pre-footer--newsletter .multicolumn-card {
  justify-content: flex-start;
}

.pre-footer--newsletter-form .field__input {
      height: 50px;
    border: 0;
    background: #f3f3f3;
    box-shadow: none !important;
    padding: 0 1rem;
    transition: none;
    margin: 0;
    text-transform: uppercase;
    font-size: .8125rem;
    font-family: var(--font-heading-family);
    font-weight: inherit;
}

.pre-footer--newsletter-form .newsletter-form__field-wrapper .field:before,
.pre-footer--newsletter-form .newsletter-form__field-wrapper .field:after,
.pre-footer--newsletter-form .card__heading:after {
  content: none;
}

.pre-footer--newsletter-form .newsletter-form__field-wrapper .card__heading {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-form__field-wrapper {
  display: flex;
  flex-flow: column;
  gap: 1px;
}

#btnForm {
  display: none;
}

/* Collection */
.card__media .media img:nth-of-type(2) {
  display: none;
}

.product-grid .grid__item:hover .card__media .media img:nth-of-type(2) {
  display: block;
}

.collection-hero__text-wrapper,
.page-careers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.collection-hero__title {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: inherit;
  letter-spacing: normal;
}

.collection-hero__description {
  padding-left: 1rem;
}

.collection-hero .multicolumn-menu--wrapper {
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.collection-hero__description.span-col-two {
  grid-column: span 2;
  padding: 0;
}

.card__information .variant-list {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  padding: 0 !important;
  pointer-events: all;
}

.card__media:before {
  content: "";
  background: linear-gradient(
    -55.99deg,
    hsla(0, 0%, 85%, 0),
    hsla(0, 0%, 85%, 0.24)
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 9999999999;
}

span.variant-list--item {
  font-size: 0.6875rem;
  font-weight: 520;
  padding: 7.75px 0.75rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.card--standard.card--media .card__inner .card__information {
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 !important;
}

.swatch-list {
  display: flex;
  flex-flow: column;
  gap: 0;
}

.swatch-item {
  width: 0.75rem;
  height: 2.5rem;
  border: 1px solid transparent;
}

.swatch-list .swatch-item:first-child,
.swatch-list .swatch-item:hover {
  border: 1px solid rgba(var(--color-foreground), 1);
}

.swatch-list--count {
  padding: 0.5rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 520;
}

.card__info-overlay--left {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; 
  width: 100%;
  z-index: 1;
}

.card__info-overlay--right {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.card--media .card__inner .card__content {
  padding: 0;
  grid-template-rows: auto;
}

.related-product--feat-imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.related-product--feat-imgs img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.related-product--feat-imgs img.active {
  display: block;
}

.card--standard.card--media .card__inner .card__information {
  grid-row: span 2;
}

.grid--8-col-desktop
  .grid__item
  .card__inner
  .card__content
  .card__info-overlay--right,
.grid--8-col-desktop
  .grid__item
  .card__inner
  .card__content
  .card__info-overlay--left,
.grid--6-col-desktop
  .grid__item
  .card__inner
  .card__content
  .card__info-overlay--right,
.grid--6-col-desktop
  .grid__item
  .card__inner
  .card__content
  .card__info-overlay--left {
  display: none !important;
}

.grid--8-col-desktop .grid__item .card__content:nth-of-type(2),
.grid--6-col-desktop .grid__item .card__content:nth-of-type(2) {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.grid--6-col-desktop
  .grid__item
  .card__inner
  .card__content
  .variant-list--item {
  font-size: 0.6rem;
  padding: 5px 0.75rem;
}

.facets-container .svg-wrapper svg {
  width: 15px;
  height: 15px;
}

.grid-view--btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  grid-column-start: 2;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mobile-facets__wrapper {
  grid-column-start: 4;
}

.facets-container.facets-container-drawer {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

/* Product page */
.product.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.product-media-container {
  background: #f2f2f2;
}

.product-media-modal__toggle {
  display: none !important;
}

.product-media-modal__content img {
  width: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.product__info-wrapper {
  padding: 0 1rem;
}

.product__title {
  padding-top: calc(3rem + 30px);
}

.product__title h1 {
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.grid__item.product__media-wrapper,
.product__media-list .grid__item {
  width: 100% !important;
}

.familiar-products {
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: auto;
}

.familiar-products li {
  width: 44px;
  min-width: 44px;
  display: flex;
  height: 59px;
  color: rgb(var(--color-foreground));
  overflow: hidden;
  border-bottom: 1px solid transparent;
  background: linear-gradient(-55.99deg, #d9d9d900, #d9d9d93d);
}

.familiar-products li a {
  width: 100%;
  background-color: #f2f2f280;
}

.familiar-products li img {
    width: 100%;
    mix-blend-mode: multiply;
    height: 100%;
    object-fit: contain;
}

.familiar-products li.variante-activa {
  border-bottom: 1px solid black;
}

.related-variants--wrapper .show-variants--btn {
  height: 59px;
}

.collapsed-variants {
  max-width: 132px;
  overflow: hidden;
}

.product__info-wrapper.grid__item {
  width: 50%;
  min-width: 22rem;
}

variant-selects fieldset.product-form__input {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  max-width: unset;
  gap: 1px;
}

variant-selects fieldset.product-form__input.no-grid {
  grid-template-columns: 1fr;
}

variant-selects fieldset.product-form__input.no-grid > div {
  text-align: center;
}

variant-selects fieldset.product-form__input > div {
  border: none;
  text-align: left;
  font-size: 0.6875rem;
  text-transform: uppercase;
  height: 35px;
  font-weight: 520;
  outline: 1px solid #e9e9e9;
}

.product-form__input--pill input[type="radio"].disabled + label {
  color: #aaa;
  background: #f3f3f3;
}

.product-form__input--pill input[type="radio"]:checked + label {
  outline: none;
}

.product-form__input--pill input[type="radio"] + label {
  padding: 0.375rem 0.375rem 0.75rem;
}

.empty-grid-item {
  display: block !important;
  visibility: visible;
}

.product-form__submit .svg-wrapper svg {
  width: 15px;
}

button.button-underline {
  border: none;
  background: none;
  text-decoration: underline;
  display: block;
  float: right;
  clear: both;
  cursor: pointer;
  color: inherit;
  margin-top: 5px;
}

.page--unete-al-equipo-axel-arigato .multicolumn-list__item .media--adapt .multicolumn-card__image {
    padding-left: 0rem;
    padding-right: 0rem;
}

.product__description {
  font-weight: 470;
    font-size: .8125rem;
    letter-spacing: normal;
    line-height: 1.5;
    max-height: 61px;
    overflow: hidden;
    position: relative;
}

.product--info * div {
  background: white;
}

.product__description button.button-underline {
    border: none;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    color: inherit;
    position: absolute;
    bottom: .15rem;
    right: 0;
    box-shadow: -.5rem .5625rem .8125rem .5625rem #fff;
    background: white;
    padding-left: 1rem;
}

.drawer--wrapper {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(var(--color-foreground), 0.1);
  width: 100vw;
  height: 100vh;
  z-index: 99999 !important;
}

.drawer--content {
  background: white;
  max-width: 28rem;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.drawer--title {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
  align-items: center;
}

.drawer--title svg {
  width: 15px;
  height: 15px;
}

.drawer--content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.drawer--content ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.drawer--elements {
  overflow-y: scroll;
  height: 100%;
  scrollbar-width: none;
  background: #fff;
  max-width: 28rem;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.drawer--element {
  border-bottom: 1px solid #e9e9e9;
}

.drawer--element:last-of-type {
  border-bottom: none;
}

.drawer--element-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0.75rem 0 0.75rem 1rem;
  height: 40px;
  position: sticky;
  top: 0;
  letter-spacing: normal;
  background: white;
  z-index: 1;
}

.drawer--element-title span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.drawer--element-title button {
  border: none;
  background: none;
  padding: 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer--element-title button svg {
  width: 15px;
  height: 15px;
}

.drawer--element-title button svg path {
  stroke: rgba(var(--color-foreground), 1);
}

.drawer-subtitle {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  font-size: 0.8125rem;
  padding: 0.75rem 0.75rem 1.75rem 1rem;
  letter-spacing: normal;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  font-family: var(--font-body-family);
  cursor: pointer;
}
.drawer--element-content ul {
  list-style-type: none;
  padding: 0;
}

.drawer-subtitle svg {
  transition: transform 0.3s;
  transform: rotate(0deg);
}

.drawer-subtitle.active svg {
  transform: rotate(180deg);
}

.drawer--element-content {
  display: none;
  padding: 0.5rem 1rem 2.25rem;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: normal;
}

.drawer--element a {
  color: inherit;
}

.product-tax-label {
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: normal;
}

.product-wishlist {
  margin-left: auto;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.heart-icons {
  padding: 0.75rem;
}

.wishlist_button {
  cursor: pointer;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  padding: 0.75rem;
}

.product-wishlist-icon path {
  fill: rgb(var(--color-foreground));
}

.wishlist-txts {
  text-transform: uppercase;
  font-size: 0.65rem;
  opacity: 0;
  cursor: context-menu;
}

.price.price--large.price--show-badge {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: flex-start;
  column-gap: 1.25rem;
}

p.product__text.inline-richtext {
  font-size: 0.6875rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
  letter-spacing: normal;
}

.product-item-title {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 520;
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

div#main-cart-items .quantity.cart-quantity {
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.category-size-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 1.75rem 0 1rem;
}

.category-switcher {
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.category-switcher a {
  color: #aaa;
  font-family: inherit;
  font-size: 80%;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}

.category-switcher a.active {
  color: rgba(var(--color-foreground), 1);
}

.size-guide {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding: 0.75rem 0;
}

.size-guide button.button-underline {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: rgb(var(--color-foreground));
  font-family: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  font-size: 80%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.5rem;
}

.special-icons--wrapper {
    padding: 1rem 0;
    background: white;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.special-icon--item {
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 520;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.25rem;
  padding-bottom: .5rem;
}

.color-value {
  margin: 1rem 0 0.74rem;
  font-weight: 400;
  letter-spacing: normal;
}

.related-variants--wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.show-variants--btn {
  display: none;
  font-size: .5625rem;
  height: 83px;
  width: 61px;
  color: inherit;
  flex-flow: row nowrap;
  align-items: center;
  border: none;
  background: none;
  padding: 0.5rem 1rem 0;
  cursor: pointer;
}

.show-variants--btn.active {
  display: flex;
}

.gallery-dot {
  background: #090909;
  width: 1px;
  height: 10px;
  display: block;
  opacity: 0.3;
}

.gallery-dot.active {
  opacity: 1;
}

.gallery--tools {
  position: sticky;
  bottom: 50%;
  transform: translate(0, 50%);
  margin-left: 1rem;
  margin-bottom: 4rem;
  z-index: 2;
}

body.announcement-visible .product__info-container {
  height: calc(100vh - 40px);
}

.product__info-container {
  height: calc(100vh - 40px);
}

body.announcement-visible .product__info-container.scrolled,
.product__info-container.scrolled {
  height: 100vh;
}

.meta-product-info {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  align-items: flex-start;
  padding-bottom: 1rem;
  background: white;
  width: 100%;
  padding-top: 1rem;
}

.meta-info--btn {
  text-transform: uppercase;
  font-family: inherit;
  color: inherit;
  font-weight: 520;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.8125rem;
}

.related-products {
  padding: 0 1rem;
}

.related-products__heading {
  margin: 0;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 520;
}

table {
  font-weight: 400;
  font-size: 9px;
  letter-spacing: normal;
  font-family: inherit;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.1;
}

th,
td {
  font-weight: inherit;
  padding: 0.75rem 0.5rem;
  font-size: inherit;
  border: 1px solid #e9e9e9;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: auto;
}

/* Cart drawer */
.price-per-item {
  display: none;
}

.totals__total {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  gap: 0.25rem;
}

.cart-item__details .product-option {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: normal;
}

quantity-popover {
  grid-column: span 3 / span 3;
}

.quantity__button svg {
  width: 10px;
}

quantity-popover .quantity {
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.quantity__input {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.size-variant-wrapper {
  grid-column: span 3 / span 3;
  border-top: 1px solid #e9e9e9;
  text-transform: uppercase;
  height: 100%;
}

.size-variant-wrapper .product-option {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 0.75rem;
}

/* Side by side collaps panels */
.collaps-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: white;
  font-family: inherit;
  align-items: self-start;
  border-bottom: 1px solid #e9e9e9;
}

.collaps--title {
  background: #e9e9e9;
  margin: 0;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  grid-column: span 2;
  font-size: 100%;
  letter-spacing: normal;
  line-height: 1.2;
  height: 40px;
}

.collaps-item--bg {
  max-height: calc(100dvh - 40px);
  overflow: hidden;
  min-height: unset;
  display: block !important;
  background-size: cover;
  background-position: center;
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}

.collaps--items {
  height: 100%;
  border-right: 1px solid;
  min-height: calc(100dvh - 80px);
  font-size: inherit;
  font-family: inherit;
  align-items: self-start;
  letter-spacing: normal;
  position: relative;
}

.collaps--list-item-btn, .collaps--list-item-btn-mb {
  padding: 0.75rem 1rem 1.75rem;
  background: none;
  border: none;
  width: 100%;
  font-size: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  color: inherit;
  text-align: left;
  text-decoration: none;
  height: 60px;
}

.collaps--list-item-btn span, .collaps--list-item-btn-mb span {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
  align-items: center;
}

.collaps--list-item-btn svg, .collaps--list-item-btn-mb svg {
  width: 15px;
  height: 15px;
  fill: rgb(var(--color-foreground));
  flex: 0 0 auto;
}

.collaps--list-item-btn.active svg {
  transform: rotate(180deg);
}

.collaps--list-item-btn-mb svg {
  transform: rotate(90deg);
}

.collaps--list-item-btn-mb.active svg {
  transform: rotate(-90deg);
}

.collaps--list-item-btn-mb + .tab-content {
  display: none;
}

.collaps--list-item-btn-mb.active + .tab-content {
  display: block;
}

.collaps--sndlvl-items {
  display: none;
  overflow: hidden;
}

.collaps--list-item-btn.second-level {
  background: #f3f3f3;
  color: #aaa;
  justify-content: flex-start;
  gap: 0.75rem;
  text-transform: none;
  font-weight: 400;
}

.collaps--list-item-btn.second-level.active {
  color: inherit;
}

.collaps--list-item-btn.second-level svg {
  transform: rotate(-90deg);
}

.collaps--item-info,
.collaps--item-img {
  display: none;
}

.collaps--item-img {
  min-height: 100vh;
  position: relative;
  height: 100%;
}

.collaps--item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.collaps--item-info {
  text-transform: uppercase;
  font-family: inherit;
  line-height: 1.2;
  flex-flow: column;
  gap: 0;
}

.service_hours {
  border-top: 1px solid #e9e9e9;
  position: absolute;
  bottom: 0;
  padding: 0.75rem 1rem 1.75rem;
  font-size: 100%;
  letter-spacing: normal;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.service_hours p {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.info-item {
  padding: 0.75rem 0.75rem 2rem;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.5;
}

.info-item:last-of-type {
  border-bottom: none;
}

.info-item.address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  align-items: self-start;
  justify-content: space-between;
}

.item--address-pin {
  text-align: right;
  display: flex;
  gap: 0.25rem;
  justify-content: end;
  color: inherit;
  text-decoration: none;
}

.info-item.email {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.store-caption {
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-weight: 500;
  font-family: inherit;
  position: sticky;
  bottom: 0;
  margin-top: -3rem;
  padding: 0.75rem;
}

.store-caption svg {
  transform: rotate(-90deg);
  margin-right: 0.25rem;
}

/* Image with text */
.image-border.image-with-text__media {
  margin-top: -80px;
}

.image-border.image-with-text__media img {
  padding: 8rem;
}

.image-with-text__text.rte.body {
  font-size: 1rem;
  font-weight: 400;
}

.image-with-text .grid__item {
  width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

/* Careers */
.page-careers {
  max-width: unset;
  padding: 1.5rem 1rem;
}

.page-careers .main-page-title.page-title {
  margin: 0;
  font-size: inherit;
  text-transform: uppercase;
  font-weight: inherit;
  letter-spacing: normal;
  grid-column: span 2;
}

.page-careers .rte p {
  font-weight: 400;
}

.careers--wrapper {
  background: rgb(var(--color-background));
}

.no-careers-msg {
  text-transform: uppercase;
  text-align: center;
  margin: 8rem auto;
}
.careers--wrapper .main-page-title {
  padding: 1.5rem 1rem;
}

.careers--wrapper table tr {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin: 0;
}

.careers--wrapper table th {
  border: none;
  text-align: left;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 0.65rem;
  border-bottom: 1px solid;
  padding: 0.75rem 1rem;
}

.careers--wrapper td {
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
  border: none;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #e9e9e9;
}

.careers--wrapper tr:last-of-type td {
  border-bottom: none;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.apply-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.multicolumn .title {
  font-size: 100%;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: normal;
}

.page-width.multicolumn-section.no-border {
  padding-left: 0;
  padding-right: 0;
}

.multicolumn-section.no-border .title {
  padding-left: 1rem;
}

.multicolumn-list__item.border-box {
  border-bottom: 1px solid #e9e9e9;
}

.multicolumn-list__item.border-box .card__information {
  padding: 0.75rem 1rem 1rem !important;
  border-right: 1px solid #e9e9e9;
}

.image-with-text__text.rte.body.narrow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.banner__media.media video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner__box.content-container.border-active h2,
.banner__box.content-container.border-active a {
  color: #090909;
}

.banner--img-caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
}

.banner--caption-links {
  display: flex;
  flex-flow: column;
  gap: 0.25rem;
  align-items: flex-start;
}

.split-banner--1-col .banner {
  min-height: 100vh;
}

.split-banner--1-col .banner__media.media video {
  object-fit: cover;
}

.split-banner--2-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 100vh;
}

.split-banner--3-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 80vh;
}

/* Page section */
.page-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.page-section--img-bg {
  grid-column: span 6;
  position: relative;
}

.page-section--img-bg img {
  width: 100%;
  position: sticky;
  top: 0;
  object-fit: cover;
  vertical-align: middle;
  max-height: 100vh;
}

.page-section--page-content {
  order: -1;
  grid-column: span 6;
  overflow-y: scroll;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-section--page-content p {
  width: 50%;
  font-weight: 400;
  font-size: 1rem;
}

.page-section--page-content strong {
  font-weight: 500;
}

.page-section--page-content img {
  width: 60%;
  margin-top: 1.5rem;
}

/* Customer support */
.customer-support .collaps--title {
  grid-column: span 4;
}

/* Countdown timer */
.countdown-section.grid--1-col {
  display: block;
}

.countdown-section.grid--2-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
}

.countdown-section.layout--right .countdown--wrapper {
  order: -1;
}

.countdown-section .media {
  min-height: 100vh;
}

.countdown-timer {
  display: flex;
  flex-flow: row nowrap;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.countdown-days {
  font-size: 2rem;
  font-family: inherit;
  display: flex;
  font-weight: 500;
  flex-flow: column;
  justify-content: center;
}

.countdown-days small {
  font-size: 0.85rem;
  font-weight: 400;
}

.countdown--wrapper {
  min-height: 50vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: calc(100% - 16rem);
  margin: 0 auto;
}

.countdown--wrapper p {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  text-align: center;
  margin: 0;
}

.secondary--button {
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-family: inherit;
  font-size: 100%;
  padding: 0.75rem 1.5rem;
  min-width: 14rem;
  display: flex;
  justify-content: center;
}

.countdown-section .media img {
  position: static !important;
}

.countdown-section .image-border.media {
  padding: 8rem;
  background: rgb(var(--color-background));
}

.second-level--items {
  border-right: 1px solid #e9e9e9;
  min-height: 100%;
}

.second-level--items .collaps--list-item-btn {
  text-align: left;
  text-transform: none;
  font-family: inherit;
  font-size: 100%;
  font-weight: 400;
  gap: 0.5rem;
}

#shopify-section-faq .collaps--list-item-btn.active svg {
  transform: none;
}

.collaps--list-item-btn.active {
  background: #f3f3f3;
}

.third-level--items {
  padding: 0.75rem;
}

.third-level--items p,
.no-third-level p {
  margin-top: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}

.no-third-level p {
  padding: 0.75rem 1rem 1.75rem;
}
/* Search bar */
.reset__button.field__button {
  opacity: 0;
}

.predictive-search__results-list {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.search__input,
.search-overlay {
  display: none;
}

.search__input.is-visible {
  display: flex;
}

.search-open + .content-for-layout .search-overlay {
  display: block !important;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #0000001a;
  width: 100%;
  height: 100%;
}

.template-search--empty {
  min-height: 25vh;
}

.template-search__header {
  padding: 0.625rem 1rem;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.template-search__header h1.collection-hero__title {
  margin: 0;
  font-size: 100%;
}

.facets-wrapper {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

#FacetFiltersPillsForm {
  display: none;
}

.template-search .facets-wrapper {
  grid-column: span 3;
}

.main--template-search {
  border-top: 1px solid #e9e9e9;
}

.template-search .grid-view--btn {
  grid-column-start: 1;
}

.template-search .grid.product-grid {
  margin-top: 0;
}

/* 404 */
.content-404 {
  width: 80%;
  margin: -40px auto 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-404--txt {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  align-items: flex-start;
  grid-column: span 3;
  border: 1px solid;
  padding: 1rem;
}

.content-404--txt .title {
  margin: 0;
  font-size: 100%;
  letter-spacing: normal;
}

.content-404--txt p {
  margin: 0;
  max-width: 80%;
}

.content-404--menu {
  display: flex;
  flex-flow: column;
  gap: 0;
}

.content-404--menu .menu-item {
  padding: 0.5rem 1rem;
  color: inherit;
  text-decoration: none;
  border-left: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  align-items: center;
  text-transform: uppercase;
  font-size: 100%;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.content-404--menu .menu-item:first-of-type {
  border-top: 1px solid;
}

.collaps--content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: span 3;
  height: 100%;
}

.collaps--content-item {
  border-right: 1px solid #e9e9e9;
  height: 100%;
}

.collaps--content-item:nth-of-type(3) {
  border-right: none;
}

.collaps--content .collaps--list-item-btn {
  font-size: 100%;
  letter-spacing: normal;
  margin: 0;
  height: 60px;
}

.secondary-btn a {
    color: inherit;
    text-decoration: none;
}

.secondary-btn {
  margin: 1rem;
  width: calc(100% - 2rem);
  border: none;
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  display: flex;
  padding: 1rem;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.secondary-btn svg {
  fill: rgb(var(--color-background));
}

.main--template-404 .image-with-text {
  height: calc(100vh - 40px);
  overflow: hidden;
}

.main--template-404 .image-with-text .grid,
.main--template-404 .image-with-text .grid__item {
  height: 100%;
}

/* Collapsible info pages */
.info-collaps-page .collaps--title {
  grid-column: span 4;
  color: inherit;
  font-family: var(--font-body-family);
  font-weight: 500;
  text-decoration: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
  border: none;
  align-items: center;
  cursor: pointer;
}

.info-collaps-page .collaps--title svg {
  transform: rotate(-180deg);
}

/* Facturacion */
.drawer--element-content img {
    width: 100%;
    height: auto;
}

.cart-drawer--facturacion {
  padding: 1rem;
  text-align: center;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}

.cart-drawer--facturacion a {
  color: inherit;
}

.factura--options div {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  gap: 0.5rem;
  text-transform: none;
  font-weight: normal;
}

.factura--options label,
.factura--options input {
  cursor: pointer;
}

.factura--options div input {
  margin: 0;
}
/* Login */
.login--register-txt a {
  display: inline-block !important;
  margin-left: 0.25rem;
}

.customer button {
  background: #000;
  outline: 1px solid #000;
  color: #fff;
  border: none;
  padding: 15.25px 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: normal;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

/* Cart page */
.main--template-cart {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.main--template-cart .shopify-section:first-of-type {
  grid-column: span 4;
}

.cart__footer-wrapper {
  grid-column: span 2;
}

.main--template-cart #shopify-section-pre-footer {
  grid-column: span 6;
  border-top: 1px solid #f3f3f3;
  margin-top: 3rem;
}

#shopify-section-template--18839809949929__cart-footer {
  padding-right: 6rem;
}

#shopify-section-template--18839809949929__cart-items {
  grid-column: span 4;
  padding-left: 6rem;
}

.underlined-link {
  border: 1px solid;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  padding: 0.75rem;
  text-transform: uppercase;
  font-size: 0.675rem;
}

.cart__blocks .totals {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.totals .totals__total {
  font-size: 0.675rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0;
}

.totals .totals__total-value {
  font-size: .8125rem;
}

.cart-items td {
  border: none;
  padding: 0;
}

.cart-item__image-container {
  aspect-ratio: 15 / 19;
  overflow: hidden !important;
}
.cart-item__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  align-self: center;
}

.cart-item {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #e9e9e9;
}

.cart-item:first-of-type {
  padding-top: 0;
}

.cart-item:last-of-type {
  border-bottom: none;
}

.cart-item__media {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cart-item .price {
  font-size: 100%;
  letter-spacing: normal;
}

.cart-item__info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  grid-column: span 4;
  align-items: flex-start;
  gap: 3rem;
}

.cart-item__quantity-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.quantity__button.minus {
  border-right: 1px solid #e9e9e9;
}

.quantity__button.plus {
  border-left: 1px solid #e9e9e9;
}

.cart-item quantity-popover .quantity {
  height: 3rem;
}

.cart-item__info div {
  flex: 1 1 0px;
}

.quantity__input {
  grid-column: span 2;
}

.cart-item .quantity-popover-container {
  max-width: 14rem;
}

.cart-item__price-wrapper .price {
  text-align: center;
}

cart-items.page-padding {
  padding-right: 3rem;
  padding-bottom: 0;
}

.cart__terms-checkbox {
  font-family: inherit;
  margin-top: 2rem;
  border-top: 1px solid #e9e9e9;
  padding: 1rem 0;
}

.cart__terms-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
}

.cart__terms-checkbox span {
      font-family: var(--font-body-family);
    font-weight: 400;
    letter-spacing: 0;
}

cart-remove-button {
  text-align: center;
  text-transform: uppercase;
}

.cart__checkout-button.button {
  width: 100%;
  background: #000;
  outline: 1px solid #000;
  color: #fff;
  border: none;
  padding: 15.25px 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: normal;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.cart__checkout-button.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* Facturacion */
.factura {
  padding: 4rem 3rem;
  text-align: center;
  text-transform: uppercase;
}

.factura--options {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1rem;
  gap: 3rem;
  justify-content: center;
}

.facturar-msg + label {
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.facturar-msg + label + input#facturar {
  visibility: hidden;
}

.factura input:checked + .factura-form {
  display: grid;
}

.factura-form {
  margin-top: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  text-align: left;
}

.factura-form .cart-attribute__field {
  position: relative;
}

.factura-form .cart-attribute__field label {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  z-index: 1;
  font-size: 10px;
  text-transform: none;
  opacity: 0.5;
}

#facturaEnd {
  display: none;
}

.factura-form input,
.factura-form select {
  width: 100%;
  border: none;
  border-radius: 0 !important;
  height: 55px;
  -webkit-appearance: none;
  appearance: none;
  background: #f3f3f3;
  position: relative;
  padding: 1.5rem 1rem 0.5rem;
}

.error-message {
  letter-spacing: normal;
  color: red;
  top: 0.5rem;
  left: 1rem;
  z-index: 1;
  font-size: 10px;
  text-transform: none;
  opacity: 0.5;
  position: absolute;
}

.errored label {
  display: none;
}
.errored input,
.errored select {
  background: #fde1e1;
}

.cart-attribute__field.input--double {
  grid-column: span 2;
}

div#submit-billing {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border: none;
  padding: 1rem 1.25rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  grid-column: span 2;
  max-width: 23.5rem;
  margin: 1.25rem auto;
}

h2.collection-hero__title.no-results-msg {
  text-align: center;
  margin: 3rem auto;
  min-height: 50vh;
}

.cart-drawer__empty-title {
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: left;
}

.cart__empty-text,
.cart__login-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: normal;
}

div#shopify-section-template--18839809949929__cart-items:has(
    cart-items.is-empty
  ) {
  grid-column: span 6;
}

cart-items.is-empty {
  padding: 0;
  max-width: 50vw;
  margin: 0 auto;
}

.is-empty .cart__warnings {
  min-height: 50vh;
}

.cart--continue-btn {
  background: #000;
  outline: 1px solid #000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: normal;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  text-decoration: none;
  padding: 1.15rem;
}

.cart-drawer .cart-item__media {
  width: 100%;
  height: 100%;
  max-height: unset !important;
}

.cart-drawer .cart-item__image {
  height: 100%;
}

.cart-drawer .cart-item__error {
  margin-top: 0 !important;
}

.cart-drawer--payments {
  margin: 0 auto;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-drawer--payments ul {
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
}

li#visa svg {
  width: 1.5rem;
  height: auto;
}

li#master svg,
li#american_express svg {
  width: 1.2rem;
  height: auto;
}

li#paypal svg {
  width: 1rem;
  height: auto;
}

.next-col--btn {
  text-transform: uppercase;
  padding: 1rem 90px;
  margin: 60px auto 30px;
  border: 1px solid rgba(var(--color-foreground), 1);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  max-height: 50px;
  text-decoration: none;
  width: fit-content;
  max-width: 32rem;
}

.cart-drawer__upsell {
  border-top: 1px solid #e9e9e9;
}

.drawer__inner {
  overflow-y: auto;
}

.drawer__inner {
  outline: none;
}

.cart-drawer .cart-item__totals {
  padding: 0.75rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  gap: 0.25rem;
  align-items: end !important;
}

.cart-drawer .product-wishlist-icon {
  padding-right: 0;
}

.drawer__inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drawer__inner::-webkit-scrollbar {
  display: none;
}

.drawer--upsell-btn {
  text-transform: none;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid #e9e9e9;
  font-size: 100%;
  font-family: inherit;
}

.drawer--upsell-btn.active svg {
  transform: rotate(180deg);
}

.drawer--upsell-btn svg {
  transform: rotate(0deg);
}

.drawer--upsell-btn + .drawer--upsell-content {
  background: #f3f3f3;
  display: none;
}

.drawer--upsell-btn.active + .drawer--upsell-content {
  display: block;
}

.drawer--upsell-content .variant-selector {
  grid-column: span 3 / span 3;
  height: 100%;
  border: none;
  outline: none;
  padding: 0.75rem;
  border-top: 1px solid #e9e9e9;
  background: transparent;
  border-right: 1px solid #e9e9e9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='currentColor' d='M7.714 6.227h4l-4 4.003-4-4.003z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.214.23h15v15h-15z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
  padding-right: 1rem;
}

.add-to-cart-quick {
  grid-column: span 3 / span 3;
  height: 100%;
  cursor: pointer;
  color: inherit;
  background: none;
  border: none;
  border-top: 1px solid #e9e9e9;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.8rem;
}

.upsell-item--img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}

.cart-upsell {
  margin-bottom: 5rem;
}

.header__search-wrapper .list-menu__item {
  width: 100%;
}

.alert-msg {
  border: none;
  padding: 1rem 1.25rem;
  font-size: 0.6875rem;
  margin: 1rem;
  display: block;
}

.collaps--content-item a {
  text-decoration: none;
  letter-spacing: normal;
}

.footer-drawer-trigger {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
}

.highlighted {
  background: #f3f3f3;
}

.search-open .header__inline-menu,
.search-open .header__help-icon,
.search-open .header__icons-tools {
  opacity: 0.5;
}

.search-open .header__inline-menu:hover,
.search-open .header__help-icon:hover,
.search-open .header__icons-tools:hover {
  opacity: 1;
}

.search-open #trending-products {
  display: block;
}

.trending--title {
  font-weight: normal;
  color: #aaa;
  letter-spacing: normal;
  margin: 0 0 0.75rem;
}

.drawer--upsell-content .product-wishlist-icon {
  opacity: 0;
}

.drawer--element-content {
  display: none;
}

.drawer--element.open .drawer--element-content {
  display: block;
}

.drawer--element.open .pdrawer-toggle svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.wishlist_button svg.icon-heart-empty {
  display: inline;
}
.wishlist_button svg.icon-heart {
  display: none;
}

.wishlist_button.active svg.icon-heart-empty {
  display: none;
}
.wishlist_button.active svg.icon-heart {
  display: inline;
  fill: rgb(var(--color-foreground));
}

.heart-icons .icon-heart {
  width: 15px;
  height: 15px;
}

.wishlist-btn-txt--not,
.wishlist-btn-txt--is,
.variant-list--variant-label {
  text-transform: uppercase;
  font-size: 0.65rem;
  font-family: var(--font-body-family);
  font-weight: 500;
  margin-right: 0.5rem;
  margin-top: 4px;
}

.wishlist_button:hover .wishlist-btn-txt--not,
.wishlist_button.active:hover .wishlist-btn-txt--is {
  opacity: 1;
}

.wishlist_button .wishlist-btn-txt--not,
.wishlist_button.active .wishlist-btn-txt--is {
  opacity: 0;
}

.card__info-overlay--right .product-wishlist {
  padding: 0.75rem;
}

.product-card--item {
  position: relative;
}

.product-card--item .card__content--overlay,
.product-grid .grid__item .card__content--overlay {
  display: none;
  pointer-events: none;
  aspect-ratio: 36 / 50;
}

.product-card--item:hover .card__content--overlay,
.product-grid .grid__item:hover .card__content--overlay {
  display: block;
}

.card__content--overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.card__content--overlay .card__information {
  display: block;
  height: 100%;
  width: 100%;
}

.card__content--overlay .related-variants--wrapper {
  position: relative;
  width: 100%;
  align-items: flex-start;
  height: 100%;
}

.variant-list--variant-label {
  opacity: 0;
  margin: 0;
}

.variant-list--item:hover .variant-list--variant-label {
  opacity: 1;
}

.card__information .wishlist_button {
  padding: 0;
  pointer-events: all;
}

.card__information .familiar-products {
  flex-flow: column;
  pointer-events: all;
}

.family_card--swatch {
  display: block !important;
  width: 0.75rem;
  height: 2.5rem;
}

.family_card--swatch.current-product--swatch {
  border: 1px solid black;
}

.card__content--overlay .familiar-products,
.card__content--overlay .show-variants--btn {
  position: relative;
  z-index: 2;
}

.card__content--overlay .show-variants--btn {
  height: auto;
  padding: .5rem .75rem 0;
}

.family_card--hover-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Adjust this if needed */
  height: 100%;
  z-index: 1;
  pointer-events: none; /* Allow clicks through */
}

.family_card--hover-preview img {
  object-fit: cover;
  object-position: center center;
  height: 100% !important;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card__information .familiar-products li {
  height: auto;
  border: none;
  min-width: unset;
  width: auto;
  min-height: 2.5rem;
}

.product-grid.grid--6-col-desktop .variant-list, .product-grid.grid--8-col-desktop .variant-list, .product-grid.grid--6-col-desktop .product-card--item .card__content, .product-grid.grid--8-col-desktop .product-card--item .card__content {
    display: none;
}

.main-collection-product-grid .product-grid .grid__item {
  width: 100% !important;
  max-width: unset !important;
}

.main-collection-product-grid .product-grid.grid--2-col-desktop {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.main-collection-product-grid .product-grid.grid--4-col-desktop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.main-collection-product-grid .product-grid.grid--6-col-desktop {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.main-collection-product-grid .product-grid.grid--8-col-desktop {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.main-collection-product-grid .collection-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter-facets .grid-btn {
  margin-left: 0;
}

.filter-drawer--title-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (min-width: 750px) {
  .collaps--list-item-btn.hide-dt {
    display: none;
  }
}

.banner--content-align-mobile-left .banner--img-caption {
  flex-flow: column-reverse;
}

h2.banner__heading.inline-richtext strong {
  font-size: 1rem;
}

.banner__heading a:hover {
  text-decoration-thickness: 1px;
}

.banner__heading a {
  text-underline-offset: auto;
  text-decoration-thickness: 1px;
  transition: none;
}

.event--img img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  aspect-ratio: 253 / 354;
}

h2.event--list-title {
  font-size: 1.75rem;
  text-transform: uppercase;
  padding: 2rem 1rem 3.5rem;
  margin: 0;
      letter-spacing: -.42px;
    line-height: 115%;
}

.event--card-info {
  padding: 0.75rem 1rem 1rem;
  border: 1px solid #e9e9e9;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  border-left: 0;
}

a.card-link {
    text-decoration: none;
}

.event--card-info .button.button--secondary {
  margin-left: -7px;
    margin-top: 1rem;
}

.event--card-date {
  color: #aaa;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 600;
}

.event--card-name {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
}

.event--card-txt {
  font-weight: 400;
}

.page--eventos .slider-counter.caption {
  grid-column: span 2 / span 2;
  grid-column-start: 7;
}

.family_card--swatch:hover {
  border: 1px solid black;
}

.family_card--swatch.current-product--swatch.hide-border {
  border: none;
}

.family_card--swatch.current-product--swatch.hide-border:hover {
  border: 1px solid black;
}

.variant-list--item.not-available {
  color: #aaa;
  text-decoration: line-through;
  font-size: 0.6875rem;
  font-weight: 520;
  padding: 7.75px 0.75rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.variant-list--item.not-available:hover {
  color: inherit;
  text-decoration: none;
}

.mega-menu__gallery__link:hover .megamenu--secondary-link-hover {
  display: flex;
}

.megamenu--secondary-link-hover {
  display: none;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.25rem;
}

.header__icon--wishlist {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wishlist-product__list .c-product {
  display: grid;
  grid-template-rows: repeat(3, minmax(40px, 1fr));
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.c-product .w-product--img {
  height: 125.25px;
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
}

.w-product--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-product--title {
      padding: 0;
    gap: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: span 6 / span 6;
    grid-row: span 2 / span 2;
}

.w-add-label,
.w-remove-label {
  display: none;
}

.card__info-overlay--right .icon-heart--empty,
.card__info-overlay--right .icon-heart--filled {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.icon-heart--empty:hover > .w-add-label,
.icon-heart--filled:hover > .w-remove-label {
  display: block;
  opacity: 1;
}

.factura--success {
  display: none;
}

.notify-header {
  grid-column: span 4;
  display: flex;
  gap: 0.5rem;
}

.notify-content {
  grid-column: 2 / span 2;
  padding: 3rem;
  max-width: 33rem;
  margin: 0 auto;
}

.notify-form {
  display: flex;
  flex-flow: column;
  gap: 1px;
}

p.notify-intro,
.notify-caption {
  font-weight: 400;
}

.notify-btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: black;
  border: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
}

.no-style-link {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: inherit;
}

.card-information .price--on-sale .price__sale {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: .5rem;
}

.price--on-sale .price-item--regular.crossed-price {
  font-size: .675rem !important;
  font-weight: 500;
  text-decoration-line: line-through;
  color: #aaa;
  margin: 0;
}

.wishlist_button svg.icon-heart-empty {
  fill: rgb(var(--color-foreground));
}

.product-card--item .card__content {
  flex-grow: 0;
}

.product-card--item .card__inner {
  flex-grow: 1 !important;
}

.header__icon--wishlist svg path {
  fill: rgb(var(--color-foreground));
}

.card--standard .card__inner {
  aspect-ratio: 36 / 50;
}

.card__inner.ratio:before,
.card__inner.ratio:after {
  content: none;
}

.card__content--overlay .familiar-products {
      display: flex;
    gap: 0;
    align-items: flex-start;
}


  .mobile-facets {
    top: 45px !important;
  }

  .mobile-facets__summary {
    padding: .75rem 1.5rem 1.75rem 1rem !important;
        text-transform: uppercase;
        cursor: pointer;
        font-family: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        color: inherit;
        margin: 0;
        border-top: 1px solid #e9e9e9;
  }

  .mobile-facets__main {
    padding: 0 !important;
    height: 100dvh;
    overflow-y: auto;
  }

  .drawer--element.drawer--element-title span.svg-wrapper + .grid-btn {
    padding-left: 0;
}

.drawer--element.drawer--element-title span.svg-wrapper {
    padding-left: 0;
}

.active-facets {
  display: none !important;
}

label.facets__label.mobile-facets__label.active, .facets-layout-list input:focus ~ .facet-checkbox__text-label {
    border: 1px solid rgb(var(--color-foreground)) !important;
}

  .mobile-facets__footer .button.button--primary {
    width: 100%;
    background: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
    padding: 1rem;
    text-transform: uppercase;
    margin: 0;
    margin-top: 1.5rem;
    cursor: pointer;
    font-size: 100%;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    border: none;
    box-shadow: none;
  }

  button.grid-btn svg {
    fill: rgb(var(--color-foreground));
    color: rgb(var(--color-foreground));
  }

  .mobile-facets__clear-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 5.3125rem;
    border: 1px solid rgb(var(--color-badge-border));
    margin-top: 1.5rem;
}

  .mobile-facets__arrow {
    margin-right: -.5rem;
  }
  
  .mobile-facets__details .mobile-facets__arrow {
    transform: rotate(90deg);
  }

  .mobile-facets__summary[open] .mobile-facets__arrow {
    transform: rotate(-90deg);
  }

  .mobile-facets__list {
    overflow-y: auto;
    padding-top: .5rem;
    padding-bottom: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mobile-facets__label {
    padding: .375rem .5rem 1rem;
    width: 100%;
    transition: background-color .2s ease;
    word-break: break-word;
    display: flex;
    border: 1px solid #e9e9e9;
    border-top: 0;
            text-transform: none;
        font-weight: 400;
        cursor: pointer;
        font-size: .6875rem;
}

.facets-layout-list li.mobile-facets__item:first-of-type .mobile-facets__label {
    border-top: 1px solid #e9e9e9;
}

fieldset.mobile-facets__fieldset.sort {
      border: none;
    box-shadow: none;
    padding: .5rem 1rem 2.25rem;
}

.second-coll {
    display: none;
}

button.coll-title {
    background: none;
    border: none;
    text-transform: uppercase;
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #aaa;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

button.coll-title.active {
  color: inherit;
}

span.coll-title.active {
    color: rgb(var(--color-foreground));
}
span.coll-title {
    color: #aaa;
    cursor: pointer;
}

.product--content .header.page-width {
    background: transparent;
}

.multicolumn-card .media {
  padding-bottom: 0 !important;
}

.multicolumn-card .media > img {
  position: relative !important;
  aspect-ratio: 253 / 354;
}

.predictive-search__loading-state {
  display: none !important;
}

.cart-item__size-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
}

.cart-item__size-selector select {
  height: 100%;
    border: none;
    outline: none;
    padding: 0.75rem;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='currentColor' d='M7.714 6.227h4l-4 4.003-4-4.003z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.214.23h15v15h-15z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right 0rem center;
    background-size: 1rem;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
    text-align: right;
}

#cart .text-xs.color-value {
    margin: 0.25rem 0;
}

.product-form__input input[type=radio][checked] + label {
    outline: 1px solid rgb(var(--color-foreground));
}

.multicolumn .button {
  gap: 0;
}

.multicolumn-card .button .svg-wrapper {
  margin-left: -.25rem;
  margin-right: .25rem;
  width: 15px;
  height: 15px;
}

.js-wishlistBlock p {
    padding: .75rem;
    margin: 0;
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
    text-align: right;
}

.js-wishlistBlock p:has(span) {
    text-align: left !important;
}

select.wishlist-variant-select, select.wishlist-variant-select:focus, select.wishlist-variant-select:focus-visible {
    grid-column: span 2 / span 2;
    border: none;
    text-transform: uppercase;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background-position: 97% 50%;
    background-size: .5rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDQiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTQuNSwxaDRsLTQsNEwuNSwxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNSAtMC45OTcpIiBmaWxsPSIjMDkwOTA5Ii8+Cjwvc3ZnPgo=);
    padding: .75rem;
    background-repeat: no-repeat;
}

span.wishlist-title svg {
    fill: currentColor;
}

.page--eventos .banner {
  min-height: unset;
  aspect-ratio: 16/9;
}

.page--sostenibilidad .page-section--page-content img {
    width: 100%;
    max-width: 450px;
}

.rte a {
    text-underline-offset: 1px;
    font-size: inherit;
    text-decoration-thickness: 1px;
}

.page--sostenibilidad .page-section--img-bg {
    margin-bottom: 40px;
}

button.grid-btn.grid-view--btn-dt.hide-mb {
    grid-column: 2 / 2;
    display: flex;
    gap: .5rem;
    margin-left: 1rem;
}

.c-product__title.card__heading.h5 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
    padding: .75rem;
}

.c-product__title.card__heading.h5 input {
    background: none;
    border: none;
    padding: 0;
}

.w-product--title button {
  border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.w-product--add {
  display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    grid-column: span 6 / span 6;
    grid-row: span 1 / span 1;
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.w-product--add button {
  grid-column: span 1 / span 1;
  padding: 0;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e9e9e9;
}

.wishlist-sizes {
  grid-column: span 2 / span 2 !important;
  grid-row: span 1 / span 1 !important;
    display: flex;
    padding: 0 !important;
    justify-content: space-around;
    align-items: center;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: normal;
    border-right: 1px solid #e9e9e9;
}

.wishlist-size-selector {
      border: none;
    background: none;
    outline: none;
    padding: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='currentColor' d='M7.714 6.227h4l-4 4.003-4-4.003z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.214.23h15v15h-15z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right 0rem center;
    background-size: 1rem;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
}

.wishlist-add-to-cart {
  grid-column: span 3 / span 3 !important;
    background: none !important;
    border: none !important;
    text-transform: uppercase;
    padding: 0 !important;
        cursor: pointer;
    font-weight: 500;
}

.special-icon--item svg {
  fill: currentColor;
  width: 15px;
}