/** Shopify CDN: Minification failed

Line 6:0 Unexpected "@"

**/
@/* ========================================================================== */
/* 3dids-custom-css.css (limpio / mismo resultado visual) */
/* ========================================================================== */

/* ----------------------------- */
/* Helpers / Layout generales */
/* ----------------------------- */

@media (max-width: 991px) {
  .d-md-block {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 85% !important;
    max-width: none !important;
    margin: 0 auto;
  }

  .container-custom {
    width: 85% !important;
    max-width: none !important;
    margin: 0 auto;
  }

  .d-md-block {
    display: block !important;
  }

  .banner-candidate:first-child .text-overlay {
    margin-bottom: 8rem;
    margin-left: 5.5rem;
  }
}

@media (min-width: 768px) {
  #card-recomendations {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px !important;
  }

  .product-grid .product-grid__media .media-gallery .mobile-swiper-gallery {
    display: none;
  }
}

@media (max-width: 1024px) {
  .mobile-swiper-gallery .thumbnails__container {
    display: none !important;
  }
}

/* ----------------------------- */
/* Header / Language selector */
/* ----------------------------- */

select#languajes-selector {
  border: none;
  min-width: 58px;
  text-transform: uppercase;
  padding: 0;
  min-height: auto;
  color: #000;
}

hr {
  width: 47px;
  color: #000;
  height: 1px;
  background: #000;
  position: relative;
}

div#menu-main-lagunage-header {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.footer-languajes-mobile {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  div#menu-main-lagunage-header {
    display: none;
  }
}

/* Quitar línea blanca entre announcement bar y header */
body .pageheader__layout:before {
  content: none !important;
  height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body header#pageheader__contents,
body .pageheader__contents {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ----------------------------- */
/* Cart drawer (ajustes) */
/* ----------------------------- */

/* Evitar scroll del body cuando el drawer está activo */
body .cart-drawer--active {
  overflow: hidden !important;
}

/* Ajustes de alineación */
.cart-drawer-item-main-flex-right span,
button.cart-drawer-item-remove,
.cart-drawer-item-main-flex-left span {
  margin: 0 !important;
}

.cart-drawer-item-main-flex-right {
  display: flex;
  align-items: center;
}
.cart-drawer-item-main-flex-right > div {
  display: flex;
  align-items: center;
}

.cart-drawer-item-main {
  flex: 1;
  padding: 0 0 0 24px !important;
}

.cart-drawer-quantity-selector {
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.cart-drawer-quantity-selector button {
  width: 10px !important;
}

button.cart-drawer-item-remove {
  color: #000;
  display: flex;
  margin-top: 0 !important;
}

a#cart-icon {
  cursor: pointer;
}

.under-cart.grid > div {
  width: 100%;
}

@media (max-width: 768px) {
  .under-cart.grid {
    margin: 0;
  }
}

/* Drawer items fijo con scroll */
.cart-drawer-items {
  position: fixed;
  max-height: 57vh;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* ----------------------------- */
/* Breadcrumbs / Wishlist */
/* ----------------------------- */

a.breadcrumbs-list__link {
  font-size: 12px;
}

span.wishlist-hero-items-count.wishlist-hero-items-count-text-plain.cart-count-bubble.wishlist-hero-header-show-count-only.wishlist-hero-items-count-exists {
  display: none !important;
}

svg.wlh-svg-Icon.wlh-svg-icon-heart-empty {
  padding-top: 0px !important;
}

/* ----------------------------- */
/* Menú móvil */
/* ----------------------------- */

#main-menu-panel-2 {
  padding: 0.5rem 0rem 0rem 0rem !important;
}

span.main-menu-toggle__text.main-menu-toggle__text--close {
  display: none;
}

li.main-menu-list-item {
  padding: 18px 21px !important;
  border-bottom: 1px solid #D7d7d7;
}

li.main-menu-list-item:last-of-type {
  border-bottom: transparent;
}

.text-overlay {
  background-color: transparent !important;
}

.text-overlay__link.feature-link {
  position: absolute;
  left: 5%;
  font-size: 15px;
  text-decoration: none;
  bottom: 2rem !important;
}

.main-menu-links {
  flex: none !important;
  margin-bottom: 0px !important;
}

.main-menu-link.menu {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.main-menu-links.main-menu-links--grandchild li,
.main-menu-links.main-menu-links--child .main-menu-list-item.has-children {
  padding: 0px !important;
  border: none !important;
}

.main-menu-links.main-menu-links--child .main-menu-list-item.has-children {
  margin-bottom: 20px;
}

.main-menu-list-item.has-children {
  border: none;
}

.main-menu-wrapper.main-menu-toggle--back {
  display: none;
}

.open-menu .header-items {
  display: none;
}

@media (max-width: 767px) {
  .main-menu-links--child,
  .main-menu-links--grandchild {
    display: block !important;
    padding-left: 20px;
  }
}

/* Tercer nivel navegación */
.main-menu-list-item.third-level {
  padding: 18px 21px !important;
}

/* Footer del tercer nivel */
.third-level-navigation-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

/* ----------------------------- */
/* Mega menu (desktop) */
/* ----------------------------- */

@media (min-width: 992px) {
  .nav-row .contains-children .submenu-title {
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
    padding: 0;
    cursor: pointer;
  }

  .mega-menu-content .contains-children ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mega-menu-content .contains-children ul li a {
    color: #4C5B68;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1.14px;
    padding: 0;
  }

  .nav-row .contains-children:not(.contains-mega-menu) > ul > li:not(.nav-ctas__cta) {
    width: fit-content !important;
    min-width: auto !important;
  }

  .nav-row a {
    display: flex !important;
  }

  .mega-menu-content > ul li {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}

.mega-menu-content .has-children {
  padding: 0 !important;
  margin: 0 !important;
}

.mega-menu-content {
  display: flex;
  gap: 50px;
  width: 100%;
  justify-content: flex-start;
  padding: 60px 0 85px 0 !important;
}

.mega-menu-content ul {
  gap: 20px;
  margin-bottom: 0 !important;
}

.mega-menu-item img {
  margin-bottom: 0px !important;
}

.title-mega-menu {
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  width: 180px;
  margin-right: 0 !important;
}

.flex {
  display: flex;
}

.content-promo {
  width: 100%;
}

/* Shop all / best sellers */
.mega-menu-shop-all {
  margin-bottom: 20px;
  text-align: left;
}

.mega-menu-shop-all a,
.mega-menu-best-sellers a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.mega-menu-shop-all a:hover,
.mega-menu-best-sellers a:hover {
  text-decoration: underline;
}

/* Indicadores (js) */
.js .child-indicator {
  display: block !important;
  position: relative !important;
  top: unset !important;
  transform: unset !important;
  line-height: unset !important;
}

.main-menu-toggle.main-menu-toggle--back {
  color: #343434;
  font-size: 15px;
  letter-spacing: 0.45px;
  padding: 0 0 0 9px !important;
  display: flex !important;
  align-items: center !important;
  gap: 15.44px !important;
  position: relative;
}

.js .child-indicator svg {
  width: auto !important;
  height: auto !important;
  vertical-align: unset !important;
}

/* Promo cards */
.promo-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.promo-card__image {
  position: relative;
  overflow: hidden;
}

.promo-card__image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.promo-card:hover .promo-card__image img {
  transform: scale(1.05);
}

.promo-card__content {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promo-card__title {
  margin: 0 0 5px;
  font-family: Lato;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.promo-card__description {
  margin: 0 0 5px;
  line-height: 22px;
  color: #9C9C9C;
  font-family: Lato;
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .column.half {
    width: 100%;
    margin-bottom: 30px;
  }
  .column.half:last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------- */
/* Sección productos / Tipografías */
/* ----------------------------- */

.seccion-products {
  margin-bottom: 0px;
}

.seccion-products h2.section-heading {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
}

.seccion-products .container.section-content.section-content--no-padding {
  margin-bottom: 5rem !important;
}

/* ----------------------------- */
/* Accordion */
/* ----------------------------- */

.cc-accordion-item__title {
  color: #000000;
  font-size: 13px;
}

.cc-accordion-item__content.rte {
  font-size: 13px;
}

.cc-accordion-item__title:before,
.cc-accordion-item__title:after {
  background: transparent;
}

/* Icono custom */
.cc-accordion-item__title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0.5 1L4.5 5L8.5 1" stroke="black" stroke-linecap="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  margin-right: 8px;
  right: 0%;
}

.cc-accordion-item__title:after {
  display: none;
}

details.cc-accordion-item.is-open .cc-accordion-item__title:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M8.5 5L4.5 1L0.5 5" stroke="black" stroke-linecap="round"/></svg>');
}

/* ----------------------------- */
/* Product / Gallery */
/* ----------------------------- */

span.product-price__from {
  display: none;
}

span.product-price__amount.theme-money {
  color: #343434;
  font-weight: 400;
}

em.js-color-text {
  text-transform: capitalize;
}

button.thumbnails__prev,
button.thumbnails__next {
  display: none;
}

.media-with-text__image img {
  object-fit: contain;
}

/* ----------------------------- */
/* Wishlist page */
/* ----------------------------- */

.wishlisthero-floating:hover {
  background-color: transparent !important;
}

h1.wishlist-hero-page-header {
  display: none;
}

.wishlist-hero-page-actions-bar {
  display: none;
}

/* ----------------------------- */
/* Contact / Customers templates */
/* ----------------------------- */

#contact-us nav.breadcrumbs {
  display: none;
}

.template-customers-login .banner.banner--no-breadcrumbs.banner--bg.banner--bg-color,
.template-customers-register .banner.banner--no-breadcrumbs.banner--bg.banner--bg-color,
#contact-us .banner.banner--no-breadcrumbs.banner--bg.banner--bg-color {
  max-width: 100% !important;
}

.template-customers-login .banner__text.container.cc-animate-init.-in.cc-animate-complete,
#contact-us .banner__text.container.cc-animate-init.-in.cc-animate-complete {
  width: 100% !important;
}

.template-customers-login .section-banner .banner h1,
.template-customers-register .section-banner .banner h1,
#contact-us .section-banner .banner h1 {
  width: 100%;
}

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

.lower-footer.no-js-hidden {
  border: none;
}

.lower-footer.lower-footer--lowest {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.lower-footer {
  padding: 21px 0 !important;
}

li.footer-nav-links__item {
  font-size: 14px;
  color: #343434 !important;
}

.footer-columns__column .rte {
  color: #343434;
}

.footer-columns__column .rte p:last-child {
  margin-bottom: 0;
  max-width: 84%;
}

/* ----------------------------- */
/* Slideshow / Home */
/* ----------------------------- */

.slideshow-homepage {
  margin-bottom: 0px;
}

.spaced-section {
  padding-bottom: 0rem;
}

/* ----------------------------- */
/* Ajustes varios */
/* ----------------------------- */

.scrolled-down header#pageheader__contents {
  background: white;
  padding-top: 10px;
  height: 4rem;
}

.large_form label {
  margin: 0px;
}

div#description-short {
  line-height: 1.5;
  margin-bottom: 0px;
}

.section-product nav.breadcrumbs {
  padding: 0px;
}

.section-product h1.h2 {
  text-transform: uppercase;
}

/* ----------------------------- */
/* Mobile gallery helpers */
/* ----------------------------- */

.mobile-swiper-slide {
  max-height: 375px !important;
}

.mobile-swiper-slide img {
  width: 100%;
  object-fit: contain;
  max-height: 375px;
}

/* ----------------------------- */
/* About */
/* ----------------------------- */

.about-s1 {
  padding-bottom: 60px;
}

.about-s1 h1 {
  font-weight: 300;
  width: 200px;
  margin: 15px auto;
}

.about-s1 .section-block {
  max-width: 380px;
  margin: 0 auto;
}

.about-s2 h2,
.about-s3 h2 {
  font-weight: 300;
}

.about-s2 .media-with-text__text {
  max-width: 60%;
  margin: 0;
  padding: 200px 0 0;
}

.about-s3 .media-with-text__image,
.about-s2 .media-with-text__image {
  width: calc(100% - 34px);
}

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

  .grid-mobile-2 > .card > .mobile-card > .card__image > div > div > div > a > img {
    height: 200px !important;
    object-fit: cover !important;
  }

  .grid-mobile-2 > .card > .mobile-card > .card__image > div > div > div.swiper-slide {
    display: flex;
  }

  .about-s1 h1 {
    font-weight: 400;
    width: auto;
    font-size: 21px !important;
  }

  .about-s1 .section-block,
  .about-s2 p,
  .about-s3 p,
  .text-about-1 .section-block {
    font-size: 14px !important;
    font-weight: 400;
  }

  .about-s2 h2,
  .about-s3 h2 {
    font-size: 28px;
    padding: 34px 0;
    margin-bottom: 0;
  }

  .about-s2 .media-with-text__text {
    max-width: 100%;
    margin: 0;
    padding: 200px 0 0;
  }

  .about-s3 .media-with-text__image,
  .about-s2 .media-with-text__image {
    width: 100%;
  }

  .about-s2 .media-with-text__text,
  .about-s3 .media-with-text__text {
    padding: 20px 0;
    margin: 0 10px;
  }
}

@media (min-width: 1950px) {
  .card {
    max-width: none;
  }
}

/* ----------------------------- */
/* Desktop (1025+) */
/* ----------------------------- */

@media (min-width: 1025px) {
  a.wkh-button.wkh-selected {
    padding-bottom: 16px;
  }

  .video-mov {
    display: none;
  }

  .heading-desktop {
    font-size: 21px;
  }

  .product-1 {
    margin-top: -4rem;
    margin-bottom: 2rem;
  }

  div#template--23176710586677__image_with_text_FkjfeY,
  div#template--23349542912309__image_with_text_FkjfeY {
    margin-bottom: 0px !important;
  }

  .button-recomendation .section-footer {
    margin-bottom: 7%;
    margin-top: 4rem;
  }

  .seccion-products .media-with-text__text.align-left {
    max-width: 33em;
    margin: 0px !important;
    padding: 60px 0px;
  }

  .product-form-block.product-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tt-wishlist-plp-btn-main {
    display: none;
  }

  em.js-color-text {
    margin-left: 5px;
  }

  .product-grid__media,
  .product-grid__detail {
    width: 53% !important;
    max-width: 54% !important;
  }

  .product-grid__detail {
    max-width: 37% !important;
    margin-right: 5% !important;
  }

  span.prod-label.new-in.tr {
    position: absolute;
  }

  select.gt_selector.notranslate {
    border: none;
    max-width: 66%;
    min-width: 117%;
    border-bottom: 1px solid;
    padding: 0px;
  }

  .gtranslate_wrapper {
    margin-right: 30px;
    max-width: 68px;
  }

  .gt_selector {
    min-height: 25px;
  }

  .language-selector.gt_container-g037rr {
    margin-right: 2rem;
  }

  .signup-section {
    padding-bottom: 50px !important;
    padding-top: 66px !important;
  }

  .signup-section .input-with-button {
    margin: 40px auto 30px !important;
  }

  .signup-section h2.h3 {
    margin-bottom: 0px;
  }

  .signup-section .rte {
    margin-top: 5px !important;
  }

  #shopify-section-template--23176710127925__hero span {
    font-size: 13px;
  }

  #shopify-section-template--23176710127925__hero .rte {
    width: 61%;
    margin: 0px;
  }

  .nav-row a {
    font-size: 13px;
  }

  .nav-row a:first-child {
    padding: 0;
    margin-right: 40px;
  }

  p.register-text {
    margin-bottom: 7rem;
  }

  .template-index .grid.grid--row-gutters.product-list {
    flex-wrap: nowrap;
  }

  .MuiGrid-spacing-xs-2 {
    width: calc(100% + 34rem) !important;
  }

  .MuiPaper-elevation1 {
    box-shadow: none !important;
  }

  .filters-results {
    margin-top: 1rem;
  }

  .product-title span.prod-label.new-in.tr {
    right: 2% !important;
    top: 2% !important;
  }

  .logo-list__image img.lazyautosizes.lazyloaded {
    width: 133px;
    height: 45px;
  }

  .container-1 {
    display: flex;
  }

  .container-2 {
    width: 100%;
  }

  .section-header .banner__text.container.reading-width.cc-animate-init.-in.cc-animate-complete {
    text-align: center;
    width: 77% !important;
  }

  h2#results-count {
    position: relative !important;
    left: 94% !important;
    bottom: 8rem !important;
  }

  h3.card__title {
    color: #343434;
  }

  p.variant-count {
    color: #727272;
  }

  .tier-1 {
    color: #000000;
  }

  .section-banner .banner h1 {
    width: 64%;
    font-size: 21px;
  }

  .section-banner nav.breadcrumbs {
    width: 30%;
  }

  .section-product nav.breadcrumbs {
    padding-left: 0px;
  }

  .product-title + .product-form-block {
    margin-bottom: 0px;
  }

  .product-form-block.product-description.rte {
    margin-top: 10px;
    margin-bottom: 2rem;
  }

  .section-product h1.h2 {
    font-size: 18px;
    color: #343434;
  }

  .product-form-block {
    margin-top: 4px;
    margin-bottom: 0px;
  }

  fieldset.option-selector.swatches {
    margin-top: 2rem;
  }

  .thumbnails__container {
    padding: 0px;
  }

  .img-about img.img-fit.ls-is-cached.lazyloaded {
    width: 96%;
    height: auto;
  }

  h2.text-overlay__heading.h1.cc-fade-in-up.cc-animate-init.-in.cc-animate-complete {
    margin-bottom: 3px;
    font-size: 30px;
    letter-spacing: 2px;
  }

  .text-overlay__text.rte.cc-fade-in-up.cc-animate-init.-in.cc-animate-complete {
    font-size: 16px;
    margin-bottom: 3rem;
  }

  .spaced-section.product {
    margin-top: 6%;
  }

  .section-product .container.section-content {
    width: 94% !important;
  }

  .template-index .grid.grid--row-gutters {
    margin-left: -7px;
  }

  .template-collection .column,
  .template-list-collections .column,
  .product-list .column {
    margin-left: 26px;
  }

  .grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    gap: 20px;
  }

  .pageheader__layout {
    padding: 0 40px;
  }

  img.logo__default-image {
    padding: 16px 0 11px;
  }

  .pageheader__contents {
    padding: 0px;
  }

  .pageheader__layout:before {
    height: auto;
  }

  .slideshow-homepage .media-with-text.color-scheme-1 {
    margin-left: 3% !important;
  }

  .logo-list .grid.grid--row-gutters {
    margin-left: 1.5rem;
  }

  .product-2 .product-grid__media {
    width: 54% !important;
    max-width: 54% !important;
  }

  .product-2 .product-grid__detail {
    max-width: 40% !important;
    margin-right: 5% !important;
  }
}

/* ----------------------------- */
/* Mobile (<=767) */
/* ----------------------------- */

@media (max-width: 767px) {
  .pageheader__contents {
    padding: 6px 20px !important;
  }

  .scrolled-down header#pageheader__contents {
    height: 3.5rem !important;
  }

  .scrolled-down .pageheader__layout {
    top: -2px !important;
  }

  .pageheader__layout:before {
    height: auto !important;
  }

  .pageheader__layout {
    padding: 0px 0rem;
  }

  .video-desk {
    display: none;
  }

  .wishlist-header-link {
    display: none;
  }

  .button-recomendation .section-footer {
    margin-bottom: 18%;
    margin-top: 2rem;
  }

  .product-1 .card.card--with-hover {
    width: 100%;
  }

  .product-1 {
    margin-bottom: 0px;
  }

  .seccion-products .container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .product-2 .product-grid__media {
    margin-bottom: 3rem !important;
  }

  .product-form-block.product-description.rte {
    margin-bottom: 2rem;
  }

  .product-form-block.product-options.no-js-hidden {
    margin-bottom: 0px !important;
  }

  .product-2 .product-add {
    margin-top: 0px !important;
    margin-bottom: -15px !important;
  }

  .product-form-block {
    margin-top: 8px;
    margin-bottom: 14px;
  }

  .selector-desktop {
    display: none;
  }

  .banner__text.container {
    width: 100%;
    margin-left: 0px;
  }

  .grid.grid--row-gutters.product-list {
    width: 100%;
    margin: 0 auto;
  }

  .logo-list .grid {
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    row-gap: 0px;
  }

  .card.card--collection.column.third {
    width: 100%;
  }

  #block-1 .logo-list__image {
    width: 133px !important;
    height: 45px !important;
  }

  #block-2 .logo-list__image {
    width: 115px !important;
    height: 30px !important;
  }

  #block-3 .logo-list__image {
    width: 84px !important;
    height: 84px !important;
    margin: 0 auto;
  }

  #block-4 .logo-list__image {
    width: 161px !important;
    height: 40px !important;
  }

  .column {
    margin: 0px !important;
  }

  .product-title span.prod-label.new-in.tr {
    right: 2% !important;
    top: 46.7%;
  }

  h2#results-count {
    display: none;
  }

  .slideshow-homepage .section-content.section-content--no-padding {
    margin-left: 0px;
    margin-right: 0px;
  }

  .banner {
    padding: 0px;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }

  .section-banner .breadcrumbs-list {
    display: inline-flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
  }

  .thumbnails {
    padding: 0px;
  }

  .main-content .spaced-section {
    padding-bottom: 1rem;
  }

  .cc-accordion-item__title:before {
    display: none;
  }

  .logo-list__image {
    width: 123px !important;
    height: 45px !important;
  }

  .section-product .media-gallery__main {
    display: none;
  }

  .mobile-swiper-gallery .swiper-pagination {
    position: relative;
    margin: 16px 0;
  }

  .header-items a.site-header__icon.site-header__link.wishlist-hero-header-icon.wishlist-hero-header-show-count-only {
    display: none;
  }

  .footer-menu .icons {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-left: 10px;
  }

  select.gt_selector.notranslate {
    border: none;
    max-width: 68%;
    min-width: 80%;
    border-bottom: 1px solid;
    padding: 0px;
    display: none;
  }

  .main-menu-inner a.main-menu-link,
  .main-menu-link-item {
    font-size: 15px;
    color: #343434;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .card--collection .card__image img.img-fit.lazyautosizes.lazyloaded {
    top: -7rem !important;
  }

  .card--collection .card__image {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
  }
}
